@import url(//fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);

.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.drop-ie-gradient {
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.dropdown-arrow-inverse {
  border-bottom-color: #34495e !important;
  border-top-color: #34495e !important;
}
body {
/*  font-family: 'Nunito', sans-serif;*/
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.71109;
  color:#34495E;
  background-color: #ffffff;
}
a {
  color: #16A085;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
a:hover,
a:focus {
  color: #1abc9c;
  text-decoration: none;
}


.img-rounded {
  border-radius: 6px;
}
.img-comment {
  font-size: 15px;
  line-height: 1.231;
  font-style: italic;
  margin: 24px 0;
}
.lead {
  font-size: 28px;
  line-height: 1.4642745000000001;
  font-weight: 300;
}
.thumbnail {
  background: none;
  border: none;
  line-height: 1.71109;
}
.thumbnail .caption {
  color: inherit;
}

.caption small {
    font-family: 'Lato',sans-serif;
/*    font-family: 'Nunito',sans-serif;*/
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.caption > h4 {
    font-size: 21px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.pull-left {
    padding-left: 0;
}

.pull-right{
    padding-right: 0;
}

small {
  font-size: 83%;
  line-height: 2.050846;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #15967d;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover,
a.text-success:focus {
  color: #25a35a;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b93d30;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c19d0c;
}
.text-info {
  color: #3498db;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a7aaf;
}
.text-inverse {
  color: #ffffff;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #cccccc;
}
.text-muted {
  color: #bdc3c7;
}
a.text-muted:hover,
a.text-muted:focus {
  color: #979c9f;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.2; 
}
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-size: 65%;
	color: #91A3B5;
}
h1,
h2,
h3 {
  margin-top: 2px;
  margin-bottom: 4px;
}
h4,
h5,
h6 {
  margin-top: 4px;
  margin-bottom: 6px;
}
h6 {
  font-weight: normal;
}
h1,
.h1 {
  font-size: 61px;
}
h2,
.h2 {
  font-size: 52px;
}
h3,
.h3 {
  font-size: 40px;
}
h4,
.h4 {
  font-size: 29px;
}
h5,
.h5 {
  font-size: 28px;
}
h6,
.h6 {
  font-size: 24px;
}
blockquote {
  position: relative;
  border-left: none;
  padding: 0 0 0 19px;
}
blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  border-radius: 2px;
}
blockquote p {
  font-size: 21px;
  line-height: 2;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 19px;
  line-height: 2;
  font-style: italic;
  color: #34495e;
}
blockquote small:before {
  content: "";
}
address {
  margin-bottom: 1.231;
  line-height: 1.231;
}
.btn,
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 15px;
  font-weight: 300;
}
.btn-block {
  white-space: normal;
}
.btn {
  border: none;
  background: #bdc3c7;
  color: #ffffff;
  padding: 9px 12px 10px;
  line-height: 22px;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:hover,
.btn:focus,
.btn-group:focus .btn.dropdown-toggle {
  background-color: #cacfd2;
  color: #ffffff;
  outline: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:active,
.btn-group.open .btn.dropdown-toggle,
.btn.active {
  background-color: #a1a6a9;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn.btn-hg,
.input-group-hg .btn {
  font-size: 21px;
  line-height: 22px;
  padding: 15px 20px 16px;
}
.btn.btn-hg > [class^="fui-"],
.input-group-hg .btn > [class^="fui-"] {
  top: 1px;
}
.btn.btn-hg > [class^="fui-"].pull-right,
.input-group-hg .btn > [class^="fui-"].pull-right {
  margin-right: -2px;
}
.btn.btn-lg,
.input-group-lg .btn {
  font-size: 17px;
  line-height: 20px;
  padding: 12px 18px 13px;
}
.btn.btn-lg > [class^="fui-"],
.input-group-lg .btn > [class^="fui-"] {
  top: 0;
}
.btn.btn-lg > [class^="fui-"].pull-right,
.input-group-lg .btn > [class^="fui-"].pull-right {
  margin-right: -2px;
}
.btn.btn-sm,
.input-group-sm .btn {
  font-size: 13px;
  line-height: 20px;
  padding: 6px 13px 8px;
}
.btn.btn-sm > [class^="fui-"],
.input-group-sm .btn > [class^="fui-"] {
  top: 0;
}
.btn.btn-xs,
.input-group-xs .btn {
  font-size: 12px;
  padding: 8px 13px 9px;
  line-height: 1.2;
}
.btn.btn-xs > [class^="fui-"],
.input-group-xs .btn > [class^="fui-"] {
  top: 0;
}
.btn.btn-embossed {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-embossed.active,
.btn.btn-embossed:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-wide {
  min-width: 140px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn.btn-primary {
  background-color: #31494e;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn-group:focus .btn.btn-primary.dropdown-toggle {
  background-color: #48c9b0;
}
.btn.btn-primary:active,
.btn-group.open .btn.btn-primary.dropdown-toggle,
.btn.btn-primary.active {
  background-color: #16a085;
}
.btn.btn-info {
  background-color: #3b9ea7;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn-group:focus .btn.btn-info.dropdown-toggle {
  background-color: #5dade2;
}
.btn.btn-info:active,
.btn-group.open .btn.btn-info.dropdown-toggle,
.btn.btn-info.active {
  background-color: #2c81ba;
}
.btn.btn-danger {
  background-color: #de3f1b;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn-group:focus .btn.btn-danger.dropdown-toggle {
  background-color: #ec7063;
}
.btn.btn-danger:active,
.btn-group.open .btn.btn-danger.dropdown-toggle,
.btn.btn-danger.active {
  background-color: #c44133;
}
.btn.btn-success {
/*   background-color: #2ecc71; */
  background-color: #6f9a74;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn-group:focus .btn.btn-success.dropdown-toggle {
/*   background-color: #58d68d; */
  background-color: #6f9a74;
}
.btn.btn-success:active,
.btn-group.open .btn.btn-success.dropdown-toggle,
.btn.btn-success.active {
  background-color: #27ad60;
}
.btn.btn-warning {
  background-color: #f1c40f;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn-group:focus .btn.btn-warning.dropdown-toggle {
  background-color: #f5d313;
}
.btn.btn-warning:active,
.btn-group.open .btn.btn-warning.dropdown-toggle,
.btn.btn-warning.active {
  background-color: #cda70d;
}
.btn.btn-inverse {
  background-color: #34495e;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn-group:focus .btn.btn-inverse.dropdown-toggle {
  background-color: #415b76;
}
.btn.btn-inverse:active,
.btn-group.open .btn.btn-inverse.dropdown-toggle,
.btn.btn-inverse.active {
  background-color: #2c3e50;
}
.btn.btn-default {
  background-color: #bdc3c7;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn-group:focus .btn.btn-default.dropdown-toggle {
  background-color: #cacfd2;
}
.btn.btn-default:active,
.btn-group.open .btn.btn-default.dropdown-toggle,
.btn.btn-default.active {
  background-color: #a1a6a9;
}
.btn > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  top: 1px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.btn > [class^="fui-"].pull-right {
  margin-right: 0;
}
.btn-toolbar .btn.active {
  color: #ffffff;
}
.btn-toolbar .btn:first-child {
  border-radius: 6px 0 0 6px;
}
.btn-toolbar .btn:last-child {
  border-radius: 0 6px 6px 0;
}
.btn-toolbar .btn > [class^="fui-"] {
  font-size: 16px;
  top: 0;
  margin: 0 4px;
}
.btn-tip {
  font-weight: 300;
  padding-left: 10px;
}
.btn-group > .btn {
  border-radius: 0;
  text-align: center;
}
.btn-group > .btn:active + .btn,
.btn-group > .btn.active + .btn {
  border-left-color: transparent;
}
.btn-group > .btn:first-of-type,
.btn-group > .btn:first-of-type:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn:last-of-type,
.btn-group > .btn:last-of-type:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn + .btn {
  margin-left: 0;
}
.btn-group > .btn + .dropdown-toggle {
  border-left: 2px solid rgba(52, 73, 94, 0.15);
  padding-left: 13px;
  padding-right: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 3px;
  margin-right: 3px;
}
.btn-group > .btn.btn-gh + .dropdown-toggle .caret {
  margin-left: 7px;
  margin-right: 7px;
}
.btn-group > .btn.btn-sm + .dropdown-toggle .caret {
  margin-left: 0;
  margin-right: 0;
}
[class*="btn-social-"] {
  padding-top: 8px !important;
}
.btn-social-pinterest {
  background-color: #cb2028;
}
.btn-social-pinterest:hover,
.btn-social-pinterest:focus {
  background-color: #d54d53;
}
.btn-social-pinterest:active,
.btn-social-pinterest.active {
  background-color: #ad1b22;
}
.btn-social-linkedin {
  background-color: #0072b5;
}
.btn-social-linkedin:hover,
.btn-social-linkedin:focus {
  background-color: #338ec4;
}
.btn-social-linkedin:active,
.btn-social-linkedin.active {
  background-color: #00619a;
}
.btn-social-stumbleupon {
  background-color: #ed4a13;
}
.btn-social-stumbleupon:hover,
.btn-social-stumbleupon:focus {
  background-color: #f16e42;
}
.btn-social-stumbleupon:active,
.btn-social-stumbleupon.active {
  background-color: #c93f10;
}
.btn-social-googleplus {
  background-color: #2d2d2d;
}
.btn-social-googleplus:hover,
.btn-social-googleplus:focus {
  background-color: #575757;
}
.btn-social-googleplus:active,
.btn-social-googleplus.active {
  background-color: #262626;
}
.btn-social-facebook {
  background-color: #2f4b93;
}
.btn-social-facebook:hover,
.btn-social-facebook:focus {
  background-color: #596fa9;
}
.btn-social-facebook:active,
.btn-social-facebook.active {
  background-color: #28407d;
}
.btn-social-twitter {
  background-color: #00bdef;
}
.btn-social-twitter:hover,
.btn-social-twitter:focus {
  background-color: #33caf2;
}
.btn-social-twitter:active,
.btn-social-twitter.active {
  background-color: #00a1cb;
}

.caret {
  border-width: 8px 6px;
  border-bottom-color: #34495e;
  border-top-color: #34495e;
  border-style: solid;
  border-bottom-style: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
}
.dropup .caret,
.dropup .btn-lg .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom-width: 8px;
}
.btn-lg .caret {
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px;
}
.navbar {
  font-size: 16px;
  border-radius: 6px;
  border: none;
}
.navbar .navbar-brand {
  border-radius: 6px 0 0 6px;
  color: #526476;
  font-size: 24px;
  line-height: 29.55px;
  font-weight: 700;
  margin-left: -15px;
  padding: 23px 28px 24px 17px;
  text-shadow: none;
  display: inline-block;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #1abc9c;
}
.navbar .navbar-brand[class*="fui-"] {
  font-weight: normal;
}
.navbar .navbar-brand small {
  line-height: 1;
}
.navbar .nav {
  margin-right: 0;
  display: inline-block;
  float: left;
}
.navbar .nav > li {
  position: relative;
  display: inline-block;
  text-transform: uppercase; /* custom */
  
}
.navbar .nav > li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 100;
  -webkit-transform: scale(1, 1);
  display: block\9;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus {
  background: none;
  color: #1abc9c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .nav > li:first-child {
  border-radius: 6px 6px 0 0;
}
.navbar .nav > li:last-child {
  border-radius: 0 0 6px 6px;
}
.navbar .nav > li > ul {
  padding-top: 13px;
  top: 80%;
  padding-left: 0;
}
.navbar .nav > li > ul:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #34495e transparent;
  height: 0;
  position: absolute;
  left: 15px;
  top: 5px;
  width: 0;
  -webkit-transform: rotate(360deg);
}
.navbar .nav > li > ul li:hover ul {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  visibility: visible;
  display: block\9;
}
.navbar .nav > li > ul li ul {
  left: 100%;
}
.navbar .nav > li > a {
  color: #34495E;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  padding: 22px 20px;
  text-shadow: none;
  -webkit-transition: background-color .25s, color .25s, border-bottom-color .25s;
  -moz-transition: background-color .25s, color .25s, border-bottom-color .25s;
  -o-transition: background-color .25s, color .25s, border-bottom-color .25s;
  transition: background-color .25s, color .25s, border-bottom-color .25s;
  -webkit-backface-visibility: hidden;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  color: #1abc9c;
  background-color: transparent;
}
.navbar .nav > li > a[class*="fui-"] {
  font-size: 24px;
  font-weight: normal;
}
.navbar .nav > li > a > [class*="fui-"] {
  font-size: 24px;
  margin: -4px 0 0;
  position: relative;
  top: 4px;
}
.navbar .nav > li > a > [class*="fui-"] + * {
  margin-left: 12px;
}
.navbar .nav ul {
  border-radius: 4px;
  left: 0;
  list-style-type: none;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 234px;
  -webkit-transform: scale(1, 0.99);
  -webkit-transform-origin: 0 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-backface-visibility: hidden;
}
.navbar .nav ul ul {
  left: 95%;
  padding-left: 5px;
}
.navbar .nav ul li {
  background-color: #34495e;
  padding: 0 3px 3px;
  position: relative;
}
.navbar .nav ul li:first-child {
  border-radius: 6px 6px 0 0;
  padding-top: 3px;
}
.navbar .nav ul li:last-child {
  border-radius: 0 0 6px 6px;
}
.navbar .nav ul li.active > a,
.navbar .nav ul li.active > a:hover,
.navbar .nav ul li.active > a:focus {
  background-color: #1abc9c;
  color: #ffffff;
  padding-left: 9px;
  padding-right: 9px;
}
.navbar .nav ul li.active + li > a {
  padding-left: 9px;
  padding-right: 9px;
}
.navbar .nav ul a {
  border-radius: 2px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 6px 9px;
  text-decoration: none;
}
.navbar .nav ul a:hover {
  background-color: #1abc9c;
}
.navbar .btn-navbar {
  background: none;
  border: none;
  color: #34495e;
  margin: 18px 15px 14px;
  text-shadow: none;
  display: none;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus {
  background: none;
  color: #1abc9c;
}
.navbar .btn-navbar:before {
  content: "\e00c";
  font-family: "Flat-UI-Icons";
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.navbar .btn-navbar .icon-bar {
  display: none;
}
.navbar-inner {
  background: #eceef0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-radius: 6px;
}
.navbar-inverse {
  font-size: 17px;
}
.navbar-inverse .navbar-inner {
  background: #34495e;
}
.navbar-inverse .navbar-brand {
  border-bottom: 2px solid #2c3e50;
  border-right: 2px solid #2c3e50;
  color: #ffffff;
  padding: 10px 28px 11px 32px;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  margin: 7px 10px;
}
.navbar-inverse .btn-icon {
  margin: 8px 5px 8px 15px;
}
.navbar-inverse .nav > li:first-child.active > a {
  padding-left: 20px;
}
.navbar-inverse .nav > li:first-child > a {
  border-left: none;
}
.navbar-inverse .nav > li.active > a,
.navbar-inverse .nav > li.active > a:hover,
.navbar-inverse .nav > li.active > a:focus {
  background-color: #1abc9c;
  border-bottom-color: #16a085;
  border-left: none;
  color: #ffffff;
  padding-left: 20px;
}
.navbar-inverse .nav > li.active + li > a {
  border-left: none;
  padding-left: 20px;
}
.navbar-inverse .nav > li > a {
  font-size: 16px;
  border-bottom: 2px solid #2c3e50;
  border-left: 2px solid #2c3e50;
  color: #ffffff;
  padding: 16px 20px 15px;
  line-height: 20px;
}
.navbar-inverse .nav.pull-right {
  margin-right: -15px;
}
.navbar-inverse .nav.pull-right > li > a {
  border-radius: 0 6px 6px 0;
}
.navbar-unread,
.navbar-new {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  background-color: #1abc9c;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0;
  font-weight: 700;
  height: 6px;
  line-height: 14px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 28px;
  width: 6px;
  z-index: 10;
}
.active .navbar-unread,
.active .navbar-new {
  background-color: #ffffff;
  display: none;
}
.navbar-inverse .navbar-unread,
.navbar-inverse .navbar-new {
  top: 15px;
}
.navbar-new {
  background-color: #e74c3c;
  font-size: 12px;
  line-height: 17px;
  height: 18px;
  margin: -9px -1px;
  min-width: 18px;
  padding: 0 1px;
  width: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
.navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  background-color: #1abc9c;
  border-bottom-color: #16a085;
  color: #ffffff;
}
.navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
  border-bottom-color: #ffffff !important;
  border-top-color: #ffffff !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle {
  background: none;
  color: #1abc9c;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret {
  border-bottom-color: #1abc9c !important;
  border-top-color: #1abc9c !important;
}
.navbar .nav li.dropdown.open .dropdown-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 1000;
  -webkit-transform: none;
}
.navbar .nav li.dropdown > .dropdown-toggle {
  outline: none;
}
.navbar .nav li.dropdown > .dropdown-toggle:hover .caret,
.navbar .nav li.dropdown > .dropdown-toggle:focus .caret {
  border-bottom-color: #1abc9c;
  border-top-color: #1abc9c;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 8px;
  border-bottom-color: #4c6a89;
  border-top-color: #4c6a89;
  margin-left: 10px;
}
.navbar .nav li.dropdown .dropdown-menu {
  background-color: #34495e;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.navbar .nav li.dropdown .dropdown-menu:before {
  display: none;
}
.navbar .nav li.dropdown .dropdown-menu:after {
  border-bottom-color: #34495e;
}
.navbar .nav li.dropdown .dropdown-menu > li > a {
  border-radius: 3px;
  color: #ffffff;
  padding: 6px 8px 8px;
}
.navbar .nav li.dropdown .dropdown-menu .divider {
  background-color: #2c3e50;
  border-bottom: none;
  margin: 2px 0 5px;
  padding: 0;
  height: 2px;
}
.navbar.navbar-inverse .navbar-search {
  border-left: 2px solid #2c3e50;
  border-bottom: 2px solid #2c3e50;
  padding: 8px 20px 9px 23px;
}
.navbar.navbar-inverse .navbar-search .input-group-btn .btn-default {
  background-color: #2c3e50;
  color: #4c6a89 !important;
}
.navbar.navbar-inverse .navbar-search .form-control {
  background-color: #2c3e50;
  color: #ffffff;
}
.navbar.navbar-inverse .navbar-search .form-control:-moz-placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-search .form-control::-moz-placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-search .form-control:-ms-input-placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-search .form-control::-webkit-input-placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-search .form-control.placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-search .form-control:focus {
  border-color: #1abc9c;
}
.navbar.navbar-inverse .navbar-search.focus .input-group-btn .btn-default {
  background-color: #2c3e50 !important;
}
.navbar .navbar-search {
  margin: 0;
  padding: 20px 5px 19px 20px;
  max-width: 225px;
}
.navbar .navbar-search:last-child {
  padding-right: 5px;
}
.navbar .navbar-search .form-control {
  background-color: #ffffff;
  border: 2px solid transparent;
  color: #526476;
  font-size: 15px;
}
.navbar .navbar-search .form-control:-moz-placeholder {
  color: #798795;
}
.navbar .navbar-search .form-control::-moz-placeholder {
  color: #798795;
}
.navbar .navbar-search .form-control:-ms-input-placeholder {
  color: #798795;
}
.navbar .navbar-search .form-control::-webkit-input-placeholder {
  color: #798795;
}
.navbar .navbar-search .form-control.placeholder {
  color: #798795;
}
.navbar .navbar-search .form-control:focus {
  border-color: #1abc9c;
}
.navbar .navbar-search .input-group .input-group-btn .btn-default {
  border-color: transparent;
  color: #9aa4af;
  font-size: 16px;
}
.navbar.navbar-fixed-bottom .navbar-inner .navbar-search .form-control,
.navbar.navbar-fixed-top .navbar-inner .navbar-search .form-control {
  border-radius: 50px 0 0 50px !important;
}
.navbar.navbar-fixed-bottom .navbar-inner .navbar-search .btn,
.navbar.navbar-fixed-top .navbar-inner .navbar-search .btn {
  border-radius: 0 50px 50px 0;
}
.navbar.navbar-fixed-bottom .nav > li:hover > ul {
  bottom: 100%;
  padding-bottom: 13px;
  top: auto;
}
.navbar.navbar-fixed-bottom .nav > li:hover > ul li:hover ul {
  bottom: 0;
}
.navbar.navbar-fixed-bottom .nav ul {
  bottom: 80%;
  top: auto;
}

.select {
  display: inline-block;
  margin-bottom: 19px;
}
[class*="span"] > .select[class*="span"] {
  margin-left: 0;
}
.select[class*="span"] .btn {
  width: 100%;
}
.select.select-block {
  display: block;
  float: none;
  margin-left: 0;
  width: auto;
  *zoom: 1;
}
.select.select-block:before,
.select.select-block:after {
  display: table;
  content: "";
}
.select.select-block:after {
  clear: both;
}
.select.select-block .btn {
  width: 100%;
}
.select .btn {
  width: 220px;
}
.select .btn.btn-hg .filter-option {
  left: 20px;
  right: 40px;
  top: 16px;
}
.select .btn.btn-hg .caret {
  right: 20px;
}
.select .btn.btn-lg .filter-option {
  left: 18px;
  right: 38px;
  top: 12px;
}
.select .btn.btn-sm .filter-option {
  left: 13px;
  right: 33px;
  top: 7px;
}
.select .btn.btn-sm .caret {
  right: 13px;
}
.select .btn.btn-xs .filter-option {
  left: 13px;
  right: 33px;
  top: 5px;
}
.select .btn.btn-xs .caret {
  right: 13px;
}
.select .btn .filter-option {
  height: 26px;
  left: 13px;
  overflow: hidden;
  position: absolute;
  right: 33px;
  text-align: left;
  top: 10px;
}
.select .btn .caret {
  position: absolute;
  right: 16px;
  margin-top: 8px;
}
.select .btn .dropdown-toggle {
  border-radius: 6px;
}
.select .btn .dropdown-menu {
  min-width: 100%;
}
.select .btn .dropdown-menu dt {
  cursor: default;
  display: block;
  padding: 3px 20px;
}
.select .btn .dropdown-menu li:not(.disabled) > a:hover small {
  color: rgba(255, 255, 255, 0.004);
}
.select .btn .dropdown-menu li > a {
  min-height: 20px;
}
.select .btn .dropdown-menu li > a.opt {
  padding-left: 35px;
}
.select .btn .dropdown-menu li small {
  padding-left: .5em;
}
.select .btn .dropdown-menu li > dt small {
  font-weight: normal;
}
.select .btn > .disabled,
.select .btn .dropdown-menu li.disabled > a {
  cursor: default;
}
.select .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
textarea {
  font-size: 15px;
  line-height: 24px;
  padding: 5px 11px;
}
label {
  font-weight: normal;
  line-height: 1.4285755000000002em;
}
.form-control:-moz-placeholder {
  color: #b2bcc5;
}
.form-control::-moz-placeholder {
  color: #b2bcc5;
}
.form-control:-ms-input-placeholder {
  color: #b2bcc5;
}
.form-control::-webkit-input-placeholder {
  color: #b2bcc5;
}
.form-control.placeholder {
  color: #b2bcc5;
}
.form-control {
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 8px 12px;
  height: 41px;
  -webkit-appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  -moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
  -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-backface-visibility: hidden;
}
.form-group.focus .form-control,
.form-control:focus {
  border-color: #1abc9c;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
}
.form-control.flat {
  border-color: transparent;
}
.form-control.flat:hover {
  border-color: #bdc3c7;
}
.form-control.flat:focus {
  border-color: #1abc9c;
}
.input-sm {
  height: 34px;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.231;
  border-radius: 6px;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.231;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.input-hg {
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.231;
  border-radius: 6px;
}
select.input-hg {
  height: 53px;
  line-height: 53px;
}
textarea.input-hg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #f1c40f;
}
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control.placeholder {
  color: #f1c40f;
}
.has-warning .form-control:focus {
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #ffffff;
}
.has-error .help-block,
.has-error .control-label {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control.placeholder {
  color: #e74c3c;
}
.has-error .form-control:focus {
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #ffffff;
}
.has-success .help-block,
.has-success .control-label {
  color: #2ecc71;
}
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control.placeholder {
  color: #2ecc71;
}
.has-success .form-control:focus {
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #ffffff;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group {
  position: relative;
}
.form-control + .input-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 37px;
  vertical-align: middle;
  font-size: 20px;
  color: #b2bcc5;
  background-color: #ffffff;
  padding: 0 12px 0 0;
  border-radius: 6px;
}
.input-hg + .input-icon {
  line-height: 49px;
  padding: 0 16px 0 0;
}
.input-lg + .input-icon {
  line-height: 41px;
  padding: 0 15px 0 0;
}
.input-sm + .input-icon {
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px 0 0;
}
.has-success .input-icon {
  color: #2ecc71;
}
.has-warning .input-icon {
  color: #f1c40f;
}
.has-error .input-icon {
  color: #e74c3c;
}
.form-control[disabled] + .input-icon,
.form-control[readonly] + .input-icon,
fieldset[disabled] .form-control + .input-icon,
.form-control.disabled + .input-icon {
  color: #d5dbdb;
  background-color: #f4f6f6;
}
.input-group-hg > .form-control,
.input-group-hg > .input-group-addon,
.input-group-hg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.231;
  border-radius: 6px;
}
select.input-group-hg > .form-control,
select.input-group-hg > .input-group-addon,
select.input-group-hg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-hg > .form-control,
textarea.input-group-hg > .input-group-addon,
textarea.input-group-hg > .input-group-btn > .btn {
  height: auto;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.231;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.231;
  border-radius: 6px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  line-height: 34px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon {
  padding: 10px 12px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #bdc3c7;
  border: 1px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  -moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
  -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-backface-visibility: hidden;
}
.input-group-sm .input-group-addon {
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 6px;
}
.input-group-lg .input-group-addon {
  padding: 10px 15px;
  font-size: 17px;
}
.input-group-hg .input-group-addon {
  padding: 10px 16px;
  font-size: 22px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn > .btn + .btn {
  border-left: 2px solid #bdc3c7;
  margin-left: -3px;
}
.form-group.focus .input-group-addon,
.navbar-search.focus .input-group-addon {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.form-group.focus .btn,
.navbar-search.focus .btn {
  background-color: #1abc9c;
}
.form-group.focus .btn:hover,
.navbar-search.focus .btn:hover,
.form-group.focus .btn:focus,
.navbar-search.focus .btn:focus,
.btn-group:focus .form-group.focus .btn.dropdown-toggle,
.btn-group:focus .navbar-search.focus .btn.dropdown-toggle {
  background-color: #48c9b0;
}
.form-group.focus .btn:active,
.navbar-search.focus .btn:active,
.btn-group.open .form-group.focus .btn.dropdown-toggle,
.btn-group.open .navbar-search.focus .btn.dropdown-toggle,
.form-group.focus .btn.active,
.navbar-search.focus .btn.active {
  background-color: #16a085;
}
.form-group.focus .input-group-btn > .btn + .btn,
.navbar-search.focus .input-group-btn > .btn + .btn {
  border-left-color: #16a085;
}
.form-group.focus .input-group-btn .btn-default,
.navbar-search.focus .input-group-btn .btn-default {
  border-color: #1abc9c !important;
  background-color: #ffffff !important;
  color: #1abc9c !important;
}
.input-group .form-control + .input-group-btn .btn-default {
  background-color: #ffffff;
  border: 2px solid #bdc3c7;
  border-width: 2px 2px 2px 0;
  color: #bdc3c7;
  margin-left: -2px;
  line-height: 18px;
}
.input-group-sm.input-group .form-control + .input-group-btn .btn-default {
  line-height: 16px;
}
.input-group .input-group-btn:first-child + .form-control {
  border-left: none !important;
  padding-left: 0;
}
.input-group .input-group-btn:first-child .btn-default {
  background-color: #ffffff;
  border: 2px solid #bdc3c7;
  border-width: 2px 0 2px 2px;
  color: #bdc3c7;
  line-height: 18px;
}
.input-group-sm.input-group .input-group-btn:first-child .btn-default {
  line-height: 16px;
}
.input-group-rounded .form-control:last-child,
.input-group-rounded .input-group-btn:last-child .btn {
  border-radius: 0 20px 20px 0;
}
.input-group-hg.input-group-rounded .form-control:last-child,
.input-group-hg.input-group-rounded .input-group-btn:last-child .btn {
  border-radius: 0 27px 27px 0;
}
.input-group-lg.input-group-rounded .form-control:last-child,
.input-group-lg.input-group-rounded .input-group-btn:last-child .btn {
  border-radius: 0 25px 25px 0;
}
.input-group-rounded .form-control:first-child,
.input-group-rounded .input-group-btn:first-child .btn {
  border-radius: 20px 0 0 20px;
}
.input-group-hg.input-group-rounded .form-control:first-child,
.input-group-hg.input-group-rounded .input-group-btn:first-child .btn {
  border-radius: 27px 0 0 27px;
}
.input-group-lg.input-group-rounded .form-control:first-child,
.input-group-lg.input-group-rounded .input-group-btn:first-child .btn {
  border-radius: 25px 0 0 25px;
}
.checkbox,
.radio {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox input,
.radio input {
  outline: none !important;
  display: none;
}
.checkbox .icons,
.radio .icons {
  color: #bdc3c7;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox:hover,
.radio:hover {
  color: #bdc3c7;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox:hover .first-icon,
.radio:hover .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox:hover .second-icon,
.radio:hover .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox.checked,
.radio.checked {
  color: #16a085;
}
.checkbox.checked .first-icon,
.radio.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.checked .second-icon,
.radio.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #16a085;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox.disabled,
.radio.disabled {
  cursor: default;
  color: #e6e8ea;
}
.checkbox.disabled .icons,
.radio.disabled .icons {
  color: #e6e8ea;
}
.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
  color: #e6e8ea;
}
.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #e6e8ea;
}
.checkbox.primary .icons,
.radio.primary .icons {
  color: #34495e;
}
.checkbox.primary.checked,
.radio.primary.checked {
  color: #16a085;
}
.checkbox.primary.checked .icons,
.radio.primary.checked .icons {
  color: #1abc9c;
}
.checkbox.primary.disabled,
.radio.primary.disabled {
  cursor: default;
  color: #bdc3c7;
}
.checkbox.primary.disabled .icons,
.radio.primary.disabled .icons {
  color: #bdc3c7;
}
.checkbox.primary.disabled.checked .icons,
.radio.primary.disabled.checked .icons {
  color: #bdc3c7;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}
.tagsinput {
  background: white;
  border: 2px solid #ebedef;
  border-radius: 6px;
  height: 100px;
  margin-bottom: 18px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}
.tagsinput .tag {
  border-radius: 4px;
  background-color: #ebedef;
  color: #7b8996;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 15px;
  padding: 6px 13px 8px 19px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.14s linear;
  -moz-transition: 0.14s linear;
  -o-transition: 0.14s linear;
  transition: 0.14s linear;
  -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
  background-color: #16a085;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
  color: #ffffff;
  opacity: 1;
  display: block\9;
}
.tagsinput input {
  background: transparent;
  border: none;
  color: #34495e;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: none !important;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 12px;
}
.tagsinput-remove-link {
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  padding: 7px 7px 5px 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none\9;
}
.tagsinput-remove-link:before {
  color: #ffffff;
  content: "\e00b";
  font-family: "Flat-UI-Icons";
}
.tagsinput-add-container {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tagsinput-add {
  background-color: #d6dbdf;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 6px 9px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
  background-color: #1abc9c;
}
.tagsinput-add:before {
  content: "\e009";
  font-family: "Flat-UI-Icons";
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
  margin-left: 5px !important;
}
.tagsinput-primary {
  border-color: #1abc9c;
}
.tagsinput-primary .tag {
  background-color: #1abc9c;
  color: #ffffff;
}
.progress {
  background: #ebedef;
  border-radius: 32px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  background: #1abc9c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #2ecc71;
}
.progress-bar-warning {
  background-color: #f1c40f;
}
.progress-bar-danger {
  background-color: #e74c3c;
}
.progress-bar-info {
  background-color: #3498db;
}
.ui-slider {
  background: #ebedef;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  position: relative;
}
.ui-slider-handle {
  background-color: #16a085;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-left: -9px;
  position: absolute;
  top: -3px;
  width: 18px;
  z-index: 2;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-backface-visibility: hidden;
}
.ui-slider-handle[style*='100'] {
  margin-left: -15px;
}
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  background-color: #48c9b0;
  outline: none;
}
.ui-slider-handle:active {
  background-color: #16a085;
}
.ui-slider-range {
  background-color: #1abc9c;
  border-radius: 30px 0 0 30px;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.ui-slider-segment {
  background-color: #d9dbdd;
  border-radius: 50%;
  float: left;
  height: 6px;
  margin: 3px -6px 0 0;
  width: 6px;
}
.ui-slider-value {
  float: right;
  font-weight: 500;
  margin-top: 12px;
}
.ui-slider-value.first {
  clear: left;
  float: left;
}
.spinner {
  width: 55px;
  border-right-width: 0 !important;
  font-weight: bold;
  font-size: 20px !important;
}

.ui-spinner {
  display: inline-block;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  padding: 0 37px 0 0;
  position: relative;
  vertical-align: middle;
}

.ui-spinner .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-spinner input {
  color: #95a5a6;
  border-radius: 6px 0 0 6px;
  text-align: center;
  padding: 6px 12px;
}
.ui-spinner.focus input {
  color: #1abc9c;
  border-color: #1abc9c;
}
.ui-spinner.focus .ui-spinner-button {
  background-color: #1abc9c;
}
.ui-spinner.focus .ui-spinner-button:hover {
  background-color: #16a085;
}
.ui-spinner.focus .ui-spinner-up {
  border-bottom-color: #16a085;
}
.ui-spinner-button {
  cursor: default;
  display: block;
  font-size: .5em;
  line-height: 19px;
  height: 21px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 37px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #bdc3c7;
  outline: none;
}
.ui-spinner-button:hover {
  background-color: #d1d5d8;
  color: #e8f8f5;
}
.ui-spinner-button span {
  font-size: 0;
}
.ui-spinner-button span:before {
  content: "\e001";
  font-family: "Flat-UI-Icons";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.ui-spinner-up {
  border-bottom: 2px solid #d1d5d8;
  top: 0;
  border-radius: 0 6px 0 0;
}
.ui-spinner-down {
  bottom: 0;
  height: 20px;
  border-radius: 0 0 6px 0;
}
.ui-spinner-down span:before {
  content: "\e005";
}
.ui-datepicker {
  width: 264px;
  background-color: #ffffff;
  display: none;
  margin: 10px 0 0 0;
  border: 7px solid #1abc9c;
  border-radius: 6px;
  -webkit-box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
  -moz-box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
  box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
}
.ui-datepicker .ui-datepicker-header {
  background-color: #1abc9c;
  color: #ffffff;
  cursor: default;
  margin: -7px -7px 2px;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 52px;
  height: 44px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #48c9b0;
}
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next:active {
  background-color: #16a085;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.75);
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
  border-right: 2px solid #5fd0ba;
  border-radius: 6px 0 0 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  border-left: 2px solid #5fd0ba;
  border-radius: 0 6px 0 0;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 52px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -6px;
  text-indent: -9999px;
  width: 0;
  height: 0;
  content: "";
}
.ui-datepicker .ui-icon-circle-triangle-w {
  border: inset transparent;
  border-width: 7px 12px 7px 0;
  border-right-color: #ffffff;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  border: outset transparent;
  border-width: 7px 0 7px 12px;
  border-left-color: #ffffff;
}
.ui-datepicker table {
  font-size: 14px;
  margin: 0 0 3px;
  width: 100%;
}
.ui-datepicker th {
  min-width: 34px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  border: 0;
  padding: 1px;
  vertical-align: middle;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-decoration: none;
  color: #34495e;
  height: 30px;
  line-height: 30px;
  min-width: 34px;
}
.ui-datepicker td a {
  border-radius: 6px;
}
.ui-datepicker td a:hover {
  background-color: #d7dbdd;
  color: #34495e;
}
.ui-datepicker .ui-state-active {
  background-color: #1abc9c;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-other-month a {
  color: #c2c8cf;
}
.ui-datepicker select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker:before {
  content: "";
  border-color: transparent transparent #1abc9c;
  border-style: solid;
  border-width: 0 6px 6px;
  height: 0;
  margin-top: 0;
  opacity: 1;
  position: absolute;
  left: 12px;
  top: -13px;
  width: 0;
  z-index: 10;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.pager {
  background-color: #34495e;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.pager li:first-child > a,
.pager li:first-child > span {
  border-left: none;
  border-radius: 6px 0 0 6px;
}
.pager li > a,
.pager li > span {
  background: none;
  border: none;
  border-left: 2px solid #2c3e50;
  color: #ffffff;
  padding: 9px 15px 10px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0 6px 6px 0;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
  background-color: #2c3e50;
}
.pager li > a:active,
.pager li > span:active {
  background-color: #2c3e50;
}
.pager li > a [class*="fui-"] + span,
.pager li > span [class*="fui-"] + span {
  margin-left: 8px;
}
.pager li > a span + [class*="fui-"],
.pager li > span span + [class*="fui-"] {
  margin-left: 8px;
}
.pagination {
  position: relative;
}

.pagination ul {
  background: #d6dbdf;
  color: #ffffff;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-radius: 6px;
}

.pagination ul li {
  display: inline-block;
  margin-right: -3px;
  vertical-align: middle;
}
.pagination ul li.active > a,
.pagination ul li.active > span {
  background-color: #1abc9c;
  color: #ffffff;
}
.pagination ul li.active.previous > a,
.pagination ul li.active.next > a,
.pagination ul li.active.previous > span,
.pagination ul li.active.next > span {
  margin: 0;
}
.pagination ul li.active.previous > a,
.pagination ul li.active.next > a,
.pagination ul li.active.previous > span,
.pagination ul li.active.next > span,
.pagination ul li.active.previous > a:hover,
.pagination ul li.active.next > a:hover,
.pagination ul li.active.previous > span:hover,
.pagination ul li.active.next > span:hover,
.pagination ul li.active.previous > a:focus,
.pagination ul li.active.next > a:focus,
.pagination ul li.active.previous > span:focus,
.pagination ul li.active.next > span:focus {
  background-color: #1abc9c;
  color: #ffffff;
}
.pagination ul li:first-child > a,
.pagination ul li:first-child > span {
  border-radius: 6px 0 0 6px;
  border-left: none;
}
.pagination ul li:first-child.previous + li > a,
.pagination ul li:first-child.previous + li > span {
  border-left-width: 0;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:last-child > a,
.pagination ul li:last-child > span,
.pagination ul li:last-child > a:hover,
.pagination ul li:last-child > span:hover,
.pagination ul li:last-child > a:focus,
.pagination ul li:last-child > span:focus {
  border-radius: 0 6px 6px 0;
}
.pagination ul li.previous > a,
.pagination ul li.next > a,
.pagination ul li.previous > span,
.pagination ul li.next > span {
  border-right: 2px solid #e4e7ea;
  font-size: 16px;
  min-width: auto;
  padding: 12px 17px;
}
.pagination ul li.next > a,
.pagination ul li.next > span {
  border-right: none;
}

.pagination ul li > a,
.pagination ul li > span {
  display: inline-block;
  background: transparent;
  border: none;
  border-left: 2px solid #e4e7ea;
  color: #ffffff;
  line-height: 16px;
  min-height: 41px;
  min-width: 41px;
  outline: none;
  padding: 12px 10px;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-backface-visibility: hidden;
}
.pagination ul li > a:hover,
.pagination ul li > span:hover,
.pagination ul li > a:focus,
.pagination ul li > span:focus {
  background-color: #1abc9c;
}
.pagination ul li > a:active,
.pagination ul li > span:active {
  background-color: #1abc9c;
  color: #ffffff;
}
.pagination > .btn.previous,
.pagination > .btn.next {
  margin-right: 8px;
  font-size: 14px;
  padding-left: 23px;
  padding-right: 23px;
}
.pagination > .btn.previous [class*="fui-"],
.pagination > .btn.next [class*="fui-"] {
  font-size: 16px;
  margin-left: -2px;
  margin-top: -2px;
}
.pagination > .btn.next {
  margin-left: 8px;
  margin-right: 0;
}
.pagination > .btn.next [class*="fui-"] {
  margin-right: -2px;
  margin-left: 4px;
}

.pagination-danger ul {
  background-color: #e74c3c;
}
.pagination-danger ul li.previous > a {
  border-right-color: #ef897e;
}
.pagination-danger ul li > a,
.pagination-danger ul li > span {
  border-left-color: #ef897e;
}
.pagination-danger ul li > a:hover,
.pagination-danger ul li > span:hover,
.pagination-danger ul li > a:focus,
.pagination-danger ul li > span:focus {
  background-color: #ec7063;
}
.pagination-danger ul li > a:active,
.pagination-danger ul li > span:active {
  background-color: #c44133;
}
.pagination-danger ul li.active > a,
.pagination-danger ul li.active > span {
  background-color: #c44133;
}
.pagination-danger ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #e74c3c;
}
.pagination-success ul {
  background-color: #2ecc71;
}
.pagination-success ul li.previous > a {
  border-right-color: #75dda1;
}
.pagination-success ul li > a,
.pagination-success ul li > span {
  border-left-color: #75dda1;
}
.pagination-success ul li > a:hover,
.pagination-success ul li > span:hover,
.pagination-success ul li > a:focus,
.pagination-success ul li > span:focus {
  background-color: #58d68d;
}
.pagination-success ul li > a:active,
.pagination-success ul li > span:active {
  background-color: #27ad60;
}
.pagination-success ul li.active > a,
.pagination-success ul li.active > span {
  background-color: #27ad60;
}
.pagination-success ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #2ecc71;
}
.pagination-warning ul {
  background-color: #f1c40f;
}
.pagination-warning ul li.previous > a {
  border-right-color: #f6d861;
}
.pagination-warning ul li > a,
.pagination-warning ul li > span {
  border-left-color: #f6d861;
}
.pagination-warning ul li > a:hover,
.pagination-warning ul li > span:hover,
.pagination-warning ul li > a:focus,
.pagination-warning ul li > span:focus {
  background-color: #f5d313;
}
.pagination-warning ul li > a:active,
.pagination-warning ul li > span:active {
  background-color: #cda70d;
}
.pagination-warning ul li.active > a,
.pagination-warning ul li.active > span {
  background-color: #cda70d;
}
.pagination-warning ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #f1c40f;
}
.pagination-info ul {
  background-color: #3498db;
}
.pagination-info ul li.previous > a {
  border-right-color: #79bbe7;
}
.pagination-info ul li > a,
.pagination-info ul li > span {
  border-left-color: #79bbe7;
}
.pagination-info ul li > a:hover,
.pagination-info ul li > span:hover,
.pagination-info ul li > a:focus,
.pagination-info ul li > span:focus {
  background-color: #5dade2;
}
.pagination-info ul li > a:active,
.pagination-info ul li > span:active {
  background-color: #2c81ba;
}
.pagination-info ul li.active > a,
.pagination-info ul li.active > span {
  background-color: #2c81ba;
}
.pagination-info ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #3498db;
}
.pagination-inverse ul {
  background-color: #34495e;
}
.pagination-inverse ul li.previous > a {
  border-right-color: #798795;
}
.pagination-inverse ul li > a,
.pagination-inverse ul li > span {
  border-left-color: #798795;
}
.pagination-inverse ul li > a:hover,
.pagination-inverse ul li > span:hover,
.pagination-inverse ul li > a:focus,
.pagination-inverse ul li > span:focus {
  background-color: #415b76;
}
.pagination-inverse ul li > a:active,
.pagination-inverse ul li > span:active {
  background-color: #2c3e50;
}
.pagination-inverse ul li.active > a,
.pagination-inverse ul li.active > span {
  background-color: #2c3e50;
}
.pagination-inverse ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #34495e;
}
.pagination-minimal > ul > li:first-child {
  border-radius: 6px 0 0 6px;
}
.pagination-minimal > ul > li:first-child.previous + li > a,
.pagination-minimal > ul > li:first-child.previous + li > span {
  border-left-width: 5px;
}
.pagination-minimal > ul > li:last-child {
  border-radius: 0 6px 6px 0;
}
.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span {
  background: transparent;
  border: none;
  border-right: 2px solid #e4e7ea;
  font-size: 16px;
  margin: 0 9px 0 0;
  padding: 12px 17px;
  border-radius: 6px 0 0 6px;
}
.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span,
.pagination-minimal > ul > li.previous > a:hover,
.pagination-minimal > ul > li.next > a:hover,
.pagination-minimal > ul > li.previous > span:hover,
.pagination-minimal > ul > li.next > span:hover,
.pagination-minimal > ul > li.previous > a:focus,
.pagination-minimal > ul > li.next > a:focus,
.pagination-minimal > ul > li.previous > span:focus,
.pagination-minimal > ul > li.next > span:focus {
  border-color: #e4e7ea !important;
}

.pagination-minimal > ul > li.next {
  margin-left: 9px;
}
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.next > span {
  border-left: 2px solid #e4e7ea;
  border-right: none;
  margin: 0;
  border-radius: 0 6px 6px 0;
}
.pagination-minimal > ul > li.active > a,
.pagination-minimal > ul > li.active > span {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 2px !important;
  color: #d6dbdf;
  margin: 10px 5px 9px;
}
.pagination-minimal > ul > li.active > a:hover,
.pagination-minimal > ul > li.active > span:hover,
.pagination-minimal > ul > li.active > a:focus,
.pagination-minimal > ul > li.active > span:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #d6dbdf;
}
.pagination-minimal > ul > li.active.previous,
.pagination-minimal > ul > li.active.next {
  border-color: #e4e7ea;
}
.pagination-minimal > ul > li.active.previous {
  margin-right: 6px;
}
.pagination-minimal > ul > li > a,
.pagination-minimal > ul > li > span {
  background: #ffffff;
  border: 5px solid #d6dbdf;
  color: #ffffff;
  line-height: 16px;
  margin: 7px 2px 6px;
  min-width: 0;
  min-height: 16px;
  padding: 0 4px;
  border-radius: 50px;
  -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  -moz-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  -o-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  -webkit-backface-visibility: hidden;
}
.pagination-minimal > ul > li > a:hover,
.pagination-minimal > ul > li > span:hover,
.pagination-minimal > ul > li > a:focus,
.pagination-minimal > ul > li > span:focus {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #ffffff;
  -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  -moz-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  -o-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  -webkit-backface-visibility: hidden;
}
.pagination-minimal > ul > li > a:active,
.pagination-minimal > ul > li > span:active {
  background-color: #16a085;
  border-color: #16a085;
}
.pagination-plain {
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}
.pagination-plain > li {
  display: inline;
}
.pagination-plain > li.previous {
  padding-right: 23px;
}
.pagination-plain > li.next {
  padding-left: 20px;
}
.pagination-plain > li.active > a {
  color: #d3d7da;
}
.pagination-plain > li > a {
  padding: 0 5px;
}

.pagination-dropdown ul {
  min-width: 67px;
  width: auto;
  left: 50%;
  margin-left: -34px;
}
.pagination-dropdown ul li {
  display: block;
  margin-right: 0;
}
.pagination-dropdown ul li:first-child > a,
.pagination-dropdown ul li:first-child > span {
  border-radius: 6px 6px 0 0;
}
.pagination-dropdown ul li:last-child > a,
.pagination-dropdown ul li:last-child > span {
  border-radius: 0 0 6px 6px !important;
}
.pagination-dropdown ul li > a,
.pagination-dropdown ul li > span {
  border-left: none;
  display: block;
  float: none;
  padding: 8px 10px 7px;
  text-align: center;
  min-height: 0;
}
.pagination-dropdown.dropup {
  position: relative;
}
.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #d6dbdf;
}
.tooltip {
  font-size: 14px;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  padding-bottom: 9px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #34495e;
  border-width: 9px 9px 0;
  bottom: 0;
  margin-left: -9px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #34495e;
  border-width: 9px 9px 9px 0;
  margin-top: -9px;
  left: -3px;
}
.tooltip.bottom {
  padding-top: 8px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e;
  border-width: 0 9px 9px;
  margin-left: -9px;
  top: -1px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #34495e;
  border-width: 9px 0 9px 9px;
  margin-top: -9px;
  right: -3px;
}
.tooltip-inner {
  background-color: #34495e;
  line-height: 18px;
  padding: 12px 12px;
  text-align: center;
  width: 183px;
  border-radius: 6px;
}
.tooltip-light.bottom .tooltip-arrow {
  border-bottom-color: #edeff1;
}
.tooltip-light.left .tooltip-arrow {
  border-left-color: #edeff1;
}
.tooltip-light.right .tooltip-arrow {
  border-right-color: #edeff1;
}
.tooltip-light.top .tooltip-arrow {
  border-top-color: #edeff1;
}
.tooltip-light .tooltip-inner {
  background-color: #edeff1;
  color: #34495e;
}
.dropdown-menu {
  background-color: #f3f4f5;
  border: none;
  display: block;
  margin-top: 8px;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.dropdown-menu.typeahead {
  display: none;
  opacity: 1;
  visibility: visible;
  width: auto;
  margin-top: 5px;
  border: 2px solid #1abc9c;
  padding: 5px 0;
  background-color: #ffffff;
  border-radius: 6px;
}
.dropdown-menu.typeahead li a {
  padding: 6px 14px;
}
.dropdown-menu.typeahead li:first-child a,
.dropdown-menu.typeahead li:last-child a {
  padding: 6px 14px;
  border-radius: 0;
}
.open > .dropdown-menu {
  margin-top: 18px;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu li:first-child dt + a {
  border-radius: 0;
}
.dropdown-menu li:first-child > a {
  border-radius: 6px 6px 0 0;
  padding-top: 8px;
}
.dropdown-menu li:last-child > a {
  border-radius: 0 0 6px 6px;
  padding-bottom: 10px;
}
.dropdown-menu li.active > a,
.dropdown-menu li.selected > a,
.dropdown-menu li.active > a.highlighted,
.dropdown-menu li.selected > a.highlighted {
  background: #1abc9c;
  color: #ffffff;
}
.dropdown-menu li.active > a:hover,
.dropdown-menu li.selected > a:hover,
.dropdown-menu li.active > a.highlighted:hover,
.dropdown-menu li.selected > a.highlighted:hover,
.dropdown-menu li.active > a:focus,
.dropdown-menu li.selected > a:focus,
.dropdown-menu li.active > a.highlighted:focus,
.dropdown-menu li.selected > a.highlighted:focus {
  background: #16a085;
  color: #ffffff;
}
.dropdown-menu li > a {
  color: rgba(52, 73, 94, 0.75);
  padding: 6px 15px 8px;
  text-decoration: none;
  *zoom: 1;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-backface-visibility: hidden;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
  display: table;
  content: "";
}
.dropdown-menu li > a:after {
  clear: both;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:active,
.dropdown-menu li > a:focus {
  background: #e1e4e7;
  color: inherit;
  outline: none;
}
.dropdown-menu li > a.highlighted {
  background: #c9cfd4;
  color: #ffffff;
}
.dropdown-menu li > a.highlighted:hover,
.dropdown-menu li > a.highlighted:focus {
  background: #bac1c8;
  color: #ffffff;
}
.dropdown-menu li > a:before {
  float: right;
  margin-top: 3px;
}
.dropdown-menu li dt {
  font-weight: 300;
  margin-bottom: 3px;
  margin-top: 12px;
  padding: 0 15px;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 8px;
}
.dropup .dropdown-arrow,
.navbar-fixed-bottom .dropdown .dropdown-arrow {
  border-bottom: none;
  border-top: 8px outset #f3f4f5;
  bottom: 100%;
  top: auto;
}
.navbar-fixed-bottom .nav > li > ul:before {
  border-bottom: none;
  border-top: 9px outset #34495e;
  bottom: 4px;
  top: auto;
}
.open.dropup > .dropdown-menu {
  margin-bottom: 18px;
}
.open.dropup > .dropdown-arrow {
  margin-bottom: 10px;
}
.open.dropup > .dropdown-arrow.dropdown-arrow-inverse {
  border-top-color: #34495e;
}
.open > .dropdown-arrow {
  margin-top: 9px;
  opacity: 1;
}
.dropdown-arrow {
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #f3f4f5 transparent;
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  right: 13px;
  top: 100%;
  width: 0;
  z-index: 10;
  -webkit-transform: rotate(360deg);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.dropdown-inverse {
  background-color: #34495e;
  color: #cccccc;
  padding: 4px 0 6px;
}
.dropdown-inverse li {
  margin: 0 4px -2px;
}
.dropdown-inverse li:first-child > a,
.dropdown-inverse li:last-child > a {
  border-radius: 2px;
  padding-bottom: 7px;
  padding-top: 5px;
}
.dropdown-inverse li:first-child dt + a,
.dropdown-inverse li:last-child dt + a {
  border-radius: 2px;
}
.dropdown-inverse li.active > a,
.dropdown-inverse li.selected > a {
  background: #1abc9c;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.dropdown-inverse li dt {
  padding-left: 11px;
  padding-right: 11px;
}
.dropdown-inverse li .divider {
  margin-left: 11px;
  margin-right: 11px;
}
.dropdown-inverse li > a {
  border-radius: 2px;
  color: #ffffff;
  padding: 5px 11px 7px;
}
.dropdown-inverse li > a:hover,
.dropdown-inverse li > a:active,
.dropdown-inverse li > a:focus {
  background: #2c3e50;
}
.dropdown-inverse li > a.highlighted {
  background: #526476;
}
.dropdown-inverse li > a.highlighted:hover,
.dropdown-inverse li > a.highlighted:focus {
  background: #677786;
}
.dropdown-inverse li .divider {
  background-color: #526476;
  border-bottom-color: #526476;
}

.table {
  font-size: 16px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 25px;
  line-height: 1.231;
  border-top: 2px solid #eef0f0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  color: #526476;
  border-bottom: 2px solid #eef0f0;
}
.table i[class*="fui-"] {
  vertical-align: baseline;
  font-size: 20px;
  margin: -5px 0;
  position: relative;
  top: 2px;
}
.table .checkbox,
.table .radio {
  margin: 0 0 0 -9px;
}
.table .checkbox.no-label,
.table .radio.no-label {
  padding-left: 0;
}
.table .selected-row > td {
  background-color: #f2fbfa;
}
.table img {
  vertical-align: top;
}
.table-bordered {
  border: 2px solid #eef0f0;
  font-size: 14px;
}
.table-bordered > thead > tr th,
.table-bordered > tbody > tr th,
.table-bordered > tfoot > tr th,
.table-bordered > thead > tr td,
.table-bordered > tbody > tr td,
.table-bordered > tfoot > tr td {
  border: 2px solid #eef0f0 !important;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr.selected-row > td,
.table-striped > tbody > tr:nth-child(even) > th,
.table-striped > tbody > tr.selected-row > th {
  background-color: #f9fafb;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f9fafb;
}
.table tbody tr.success > td,
.table tbody tr > td.success {
  background-color: #ecfaf2;
  border-color: #d5f5e3;
}
.table tbody tr.error > td,
.table tbody tr > td.error,
.table tbody tr.danger > td,
.table tbody tr > td.danger {
  background-color: #fdefed;
  border-color: #fadbd8;
}
.table tbody tr.warning > td,
.table tbody tr > td.warning {
  background-color: #fefae9;
  border-color: #faecb0;
}
.table tbody tr.info > td,
.table tbody tr > td.info {
  background-color: #edf6fc;
  border-color: #d6eaf8;
}
.table-hover tbody tr.success:hover > td {
  background-color: #e4f8ed;
}
.table-hover tbody tr.error:hover > td,
.table-hover tbody tr.danger:hover > td {
  background-color: #fcebe9;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #fdf7e0;
}
.table-hover tbody tr.info:hover > td {
  background-color: #e8f4fb;
}
.label {
  font-size: 72%;
  font-weight: normal;
  padding: .15em .5em .2em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
}
.label-default {
  background-color: #ebedef;
  color: #7b8996;
}
.label-default[href] {
  color: #7b8996;
}
.label-default[href]:hover,
.label-default[href]:focus {
  color: #7b8996;
  background-color: #e1e4e7;
}
.label-inverse {
  background-color: #485b6e;
  color: #ffffff;
}
.label-inverse[href] {
  color: #ffffff;
}
.label-inverse[href]:hover,
.label-inverse[href]:focus {
  color: #ffffff;
  background-color: #a4adb7;
}
.label-success {
  background-color: #2ecc71;
  color: #ffffff;
}
.label-success[href] {
  color: #ffffff;
}
.label-success[href]:hover,
.label-success[href]:focus {
  color: #ffffff;
  background-color: #27ad60;
}
.label-important {
  background-color: #e74c3c;
  color: #ffffff;
}
.label-important[href] {
  color: #ffffff;
}
.label-important[href]:hover,
.label-important[href]:focus {
  color: #ffffff;
  background-color: #c44133;
}
.label-warning {
  background-color: #f1c40f;
  color: #ffffff;
}
.label-warning[href] {
  color: #ffffff;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  color: #ffffff;
  background-color: #cda70d;
}
.label-info {
  background-color: #3498db;
  color: #ffffff;
}
.label-info[href] {
  color: #ffffff;
}
.label-info[href]:hover,
.label-info[href]:focus {
  color: #ffffff;
  background-color: #2c81ba;
}
.label-primary {
  background-color: #1abc9c;
  color: #ffffff;
}
.label-primary[href] {
  color: #ffffff;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  color: #ffffff;
  background-color: #16a085;
}
.badge {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  line-height: 20px;
  background-color: #d8dce0;
  border-radius: 4px;
  padding: 0 8px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.nav-list > .active > a > .badge {
  color: #9aa4af;
  background-color: #ffffff;
}
.alert {
  color: #34495e;
  padding: 16px 45px 16px 30px;
  text-shadow: none;
  background-color: #f9f8f3;
  border: 2px solid #ebece8;
  font-size: 16px;
  line-height: 1.53875em;
  border-radius: 6px;
}
.alert a {
  color: #f1c40f;
  font-weight: bold;
}
.alert a:hover {
  text-decoration: underline;
}
.alert a.btn {
  color: #ffffff;
  text-decoration: none;
}
.alert a.btn:active,
.alert a.btn.active {
  color: rgba(255, 255, 255, 0.75);
}
.alert h3 {
  font-size: 24px;
}
.alert p {
  font-size: 17px;
  line-height: 2;
}
.alert .close {
  position: relative;
  top: 3px;
  right: -31px;
  line-height: 18px;
  font-size: 18px;
  color: #34495e;
}
.alert .btn {
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 15px;
}

.alert-success {
  background-color: #eef6f5;
  border-color: #e0eaeb;
}
.alert-success a {
  color: #16a085;
}
.alert-info {
  background-color: #f7f9fa;
  border-color: #e9ecef;
}
.alert-info a {
  color: #3498db;
}
.alert-error {
  background-color: #f8f5f5;
  border-color: #ebe9ea;
}
.alert-error a {
  color: #e74c3c;
}
.bottom-menu {
  background: #ebedef;
  color: #bcc3ca;
  padding: 40px 0;
}
.bottom-menu .navbar-brand {
  font-size: 24px;
  margin-top: -4px;
  padding: 0;
}
.bottom-menu .title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}
.bottom-menu a {
  color: inherit;
}
.active .bottom-menu a,
.bottom-menu a:hover,
.bottom-menu a:focus {
  color: #1abc9c;
}
.bottom-menu .label,
.bottom-menu .badge {
  vertical-align: middle;
}
.bottom-menu .bottom-links,
.bottom-menu .bottom-icons {
  *zoom: 1;
}
.bottom-menu .bottom-links:before,
.bottom-menu .bottom-icons:before,
.bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after {
  display: table;
  content: "";
}
.bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after {
  clear: both;
}
.bottom-icons ul {
  padding-left: 0; 
}
.bottom-icons a {
    color: inherit;
    font-size: 20px;
    border: none;
}
.bottom-menu-inverse {
  background-color: #34495e;
  color: #677786;
  position: relative;
}
.bottom-menu-large {
  padding-bottom: 56px;
  padding-top: 60px;
}
.bottom-menu-large .navbar-brand {
  margin-top: -2px;
}
.bottom-menu-large .bottom-links li {
  float: none;
  line-height: 22px;
  margin-right: 0;
}
.bottom-menu-large .title {
  margin-bottom: 10px;
}
.bottom-links,
.bottom-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-links li,
.bottom-icons li {
  display: block;
  float: left;
  margin: 0 18px 0 0;
}
.bottom-widget .tooltip-trigger, .bottom-widget .popover-trigger {
    border: medium none;
}


.nav .dropdown-toggle .caret {
  border-bottom-color: #7f8c9a;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #7f8c9a;
  border-top-width: 6px;
}
.nav-pills > li:first-child > a {
  border-left: none;
  border-radius: 6px 0 0 6px;
}
.nav-pills > li:last-child > a {
  border-radius: 0 6px 6px 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  background-color: #16a085;
}

.nav-pills > li > a {
  background-color: #1abc9c;
  border-left: 2px solid #16a085;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 12px 21px 13px;
  border-radius: 0;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: #48c9b0;
}
.nav-pills > li > a:active {
  background-color: #16a085;
}

.nav-pills > li + li {
  margin-left: 0;
}
.nav-tabs {
  margin-bottom: 20px;
  border-bottom-width: 2px;
  border-bottom-color: #e1e4e7;
}
.nav-tabs.nav-append-content {
  border-bottom: none;
  margin-bottom: 0;
}
.nav-tabs.nav-append-content > li.active:first-child:before {
  background-color: #ffffff;
  border-left: 2px solid #e1e4e7;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 6px;
  z-index: 2;
}
.nav-tabs > li {
  margin-bottom: -2px;
  position: relative;
}
.nav-tabs > li.active {
  z-index: 2;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #e1e4e7;
  border-bottom-color: #ffffff;
  border-width: 2px;
  color: #7f8c9a;
}
.nav-tabs > li.active .dropdown-toggle,
.nav-tabs > li.active .dropdown-toggle:hover,
.nav-tabs > li.active .dropdown-toggle:focus {
  color: #7f8c9a;
}
.nav-tabs > li.active .dropdown-toggle .caret,
.nav-tabs > li.active .dropdown-toggle:hover .caret,
.nav-tabs > li.active .dropdown-toggle:focus .caret {
  border-bottom-color: #7f8c9a;
  border-top-color: #7f8c9a;
}
.nav-tabs > li.open a.dropdown-toggle,
.nav-tabs > li.open.active a.dropdown-toggle,
.nav-tabs > li.open a.dropdown-toggle:hover,
.nav-tabs > li.open.active a.dropdown-toggle:hover {
  background-color: #f3f4f5;
  border-color: #e1e4e7;
  border-bottom-color: transparent;
  color: #7f8c9a;
}
.nav-tabs > li.open a.dropdown-toggle .caret,
.nav-tabs > li.open.active a.dropdown-toggle .caret,
.nav-tabs > li.open a.dropdown-toggle:hover .caret,
.nav-tabs > li.open.active a.dropdown-toggle:hover .caret {
  border-bottom-color: #7f8c9a;
  border-top-color: #7f8c9a;
}
.nav-tabs > li.open .dropdown-menu,
.nav-tabs > li.open.active .dropdown-menu {
  margin-top: -2px;
}
.nav-tabs > li.open.active {
  z-index: 1003;
}
.nav-tabs > li > a {
  border-width: 2px;
  font-weight: 700;
  padding: 7px 21px 8px;
  color: #7f8c9a;
  border-radius: 6px 6px 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: transparent;
  outline: none;
  color: #1abc9c;
}
.nav-tabs > li .dropdown-toggle {
  position: relative;
  z-index: 1002;
}
.nav-tabs > li .dropdown-toggle:hover .caret,
.nav-tabs > li .dropdown-toggle:focus .caret {
  border-bottom-color: #1abc9c;
  border-top-color: #1abc9c;
}
.nav-tabs > li .dropdown-menu {
  border: 2px solid #e1e4e7;
  margin-top: -10px;
  border-radius: 0 6px 6px 6px;
}
.nav-tabs > li .dropdown-menu li:first-child > a {
  border-radius: 0 4px 0 0;
}
.nav-tabs > li .dropdown-menu li:last-child > a {
  border-radius: 0 0 4px 4px;
}
.nav-tabs > li .dropdown-menu li a {
  border-radius: 0;
}
.nav-tabs > li .open .dropdown-toggle {
  background-color: #f3f4f5;
}

.tab-content {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 6px;
  color: #7F8C9A;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  position: relative;
  z-index: 1;
}
.nav-list {
  padding-left: 13px;
  padding-right: 13px;
}
.nav-list .nav-header {
  margin-left: -13px;
  margin-right: -13px;
  padding: 0 13px;
  font-weight: 700;
  line-height: 20px;
}
.nav-list > li {
  margin-bottom: 3px;
}
.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus {
  background-color: #ebedef;
  color: #526476;
}
.nav-list > li.divider {
  height: 2px;
  border-bottom: none;
  margin: 13px -13px 17px 0;
  background-color: #ebedef;
}
.nav-list > li > a {
  border-radius: 3px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-left: -13px;
  margin-right: -13px;
  padding: 6px 13px 8px;
  text-shadow: none;
}
.nav-list .badge.pull-right {
  margin: 1px -4px -1px 0;
}
.nav-header {
  color: #aeb6bf;
  font-size: 13px;
  text-transform: uppercase;
}
.nav-list-vivid {
  background-color: #edeff1;
  border-radius: 4px;
  padding-bottom: 2px;
}
.nav-list-vivid > li {
  margin-bottom: 2px;
}
.nav-list-vivid > li.divider {
  background-color: transparent;
  margin: 3px 0 0;
}
.nav-list-vivid > li.active > a,
.nav-list-vivid > li.active > a:hover,
.nav-list-vivid > li.active > a:focus {
  background-color: #1abc9c;
  color: #ffffff;
}
.nav-list-vivid > li > a {
  border-radius: 0;
  color: #526476;
  font-size: 14px;
}
.nav-list-vivid > li > a:hover,
.nav-list-vivid > li > a:focus {
  color: #16a085;
}
.nav-list-vivid .nav-header:first-child {
  padding-top: 10px;
}
.iconbar {
  background-color: #2c3e50;
  border-radius: 6px;
  float: left;
  margin: 0 20px 20px 0;
  -webkit-backface-visibility: hidden;
  *zoom: 1;
}
.iconbar:before,
.iconbar:after {
  display: table;
  content: "";
}
.iconbar:after {
  clear: both;
}
.iconbar > ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.iconbar > ul > li {
  margin: 0;
  padding: 0;
}
.iconbar > ul > li.active > a {
  color: #1abc9c;
}
.iconbar > ul > li:first-child > a {
  padding-top: 32px;
}
.iconbar > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 24px;
  line-height: 1;
  padding: 8px 30px 32px;
  position: relative;
  text-decoration: none;
}
.iconbar > ul > li > a:hover,
.iconbar > ul > li > a:focus {
  color: #1abc9c;
}

[class*="iconbar-stick-"] {
  border-radius: 0;
  margin: 0;
  position: fixed;
  z-index: 1001;
}
[class*="iconbar-stick-"] > ul {
  margin: 0;
}
.iconbar-stick-left {
  bottom: 0;
  left: 0;
  top: 0;
}
.iconbar-unread {
  background-color: #2a7aaf;
  border-radius: 50%;
  color: #ffffff;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  min-width: 18px;
  padding: 0 2px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -2px;
  -webkit-font-smoothing: auto;
}
.iconbar-success {
  background-color: #2ecc71;
}
.iconbar-success > ul > li.active > a {
  color: #1e874b;
}
.iconbar-success > ul > li > a:hover,
.iconbar-success > ul > li > a:focus {
  color: #1e874b;
}
.iconbar-success .iconbar-unread {
  background-color: #1e874b;
}
.iconbar-danger {
  background-color: #e74c3c;
}
.iconbar-danger > ul > li.active > a {
  color: #983228;
}
.iconbar-danger > ul > li > a:hover,
.iconbar-danger > ul > li > a:focus {
  color: #983228;
}
.iconbar-danger .iconbar-unread {
  background-color: #983228;
}
.iconbar-warning {
  background-color: #f1c40f;
}
.iconbar-warning > ul > li.active > a {
  color: #9f810a;
}
.iconbar-warning > ul > li > a:hover,
.iconbar-warning > ul > li > a:focus {
  color: #9f810a;
}
.iconbar-warning .iconbar-unread {
  background-color: #9f810a;
}
.iconbar-info {
  background-color: #3498db;
}
.iconbar-info > ul > li.active > a {
  color: #226491;
}
.iconbar-info > ul > li > a:hover,
.iconbar-info > ul > li > a:focus {
  color: #226491;
}
.iconbar-info .iconbar-unread {
  background-color: #226491;
}
.iconbar-horizontal {
  clear: both;
  float: left;
}
.iconbar-horizontal > ul > li {
  float: left;
}
.iconbar-horizontal > ul > li:first-child > a {
  padding: 23px 32px 23px;
}
.iconbar-horizontal > ul > li > a {
  padding: 23px 32px 23px 8px;
}
.iconbar-horizontal .iconbar-unread {
  right: 23px;
  top: 13px;
}
.breadcrumb {
  background-color: #f3f4f5;
  font-size: 15px;
  font-weight: 400;
  padding: 13px 20px;
  border-radius: 6px;
}
.breadcrumb > li {
  position: relative;
  text-shadow: none;
}
.breadcrumb > li:after {
  color: #bdc3c7;
  content: "\e002";
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  font-size: 9.799999999999999px;
  margin: -4px 9px 0 13px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb .active {
  color: #bdc3c7;
  cursor: default;
}
.breadcrumb .active:after {
  display: none;
}
.breadcrumb .active > a {
  color: inherit;
  cursor: inherit;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb-text {
  color: #bdc3c7;
  margin-bottom: 20px;
}
.breadcrumb-text .caption {
  font-weight: 700;
  margin: 0 0 3px;
  font-size: 19px;
}
.breadcrumb-text .caption:after {
  content: "\e02c";
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  font-weight: normal;
  font-variant: normal;
  margin-left: 5px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb-text p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.breadcrumb-text p a:after {
  color: #bdc3c7;
  content: "/";
  font-weight: normal;
  margin: 0 4px 0 9px;
}
.popover {
  background-color: #edeff1;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popover.right .arrow {
  border-right-color: #edeff1;
  left: -9px;
  margin-top: -9px;
}
.popover.left .arrow {
  border-left-color: #edeff1;
  right: -9px;
  margin-top: -9px;
}
.popover.bottom .arrow {
  border-bottom-color: #edeff1;
  margin-right: -9px;
  top: -9px;
}
.popover.top .arrow {
  border-top-color: #edeff1;
  bottom: -9px;
  margin-left: -9px;
}
.popover .arrow {
  border-width: 9px;
}
.popover .arrow:after {
  display: none;
}
.popover-title {
  background-color: #bcc3ca;
  color: #ffffff;
  font-size: 15px !important;
  font-weight: 700;
  margin: 0 !important;
  padding: 10px 20px 11px;
}
.popover-content {
  padding: 9px 20px;
}
.popover-content p {
  font-size: 14px;
  line-height: 1.231;
}
.dialog {
  background-color: #edeff1;
  border-top: 2px solid #d6dbdf;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 16px 0 20px;
  position: relative;
  text-align: center;
}
.dialog .btn {
  vertical-align: baseline;
}
.dialog form {
  margin-bottom: 0;
}
.dialog form input,
.dialog form .btn {
  margin-bottom: 0;
  margin-left: 20px;
  vertical-align: top;
}
.dialog form input:first-child,
.dialog form .btn:first-child {
  margin-left: 0;
}
.dialog.dialog-success {
  background-color: #f0faf8;
  border-top-color: #e2edeb;
}
.dialog.dialog-danger {
  background-color: #fdefed;
  border-top-color: #fadbd8;
}
.dialog.dialog-warning {
  background-color: #fefae9;
  border-top-color: #fcf3cf;
}
.dialog.dialog-info {
  background-color: #edf6fc;
  border-top-color: #d6eaf8;
}
.dialog.dialog-inverse {
  background-color: #34495e;
  border-top-color: #2a3a4b;
  color: #ffffff;
}

.modal-backdrop {
  z-index: 1030;
  background-color: #243342;
}
.modal-backdrop.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.modal {
  z-index: 1040;
}
.modal-dialog {
  z-index: 1050;
}
.modal-content {
  width: 624px;
  background-color: #f9fafb;
  border: 2px solid #ebedef;
  border-radius: 7px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  -webkit-box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.35);
  box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.35);
}

.modal-header {
  padding: 17px 19px 15px 24px;
  border-bottom: 1px solid #ebedef;
}
.modal-header .close {
  margin: 5px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  color: #34495e;
}
.modal-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}
.modal-body {
  padding: 20px 24px 20px;
}
.modal-body p {
  font-size: 16px;
  line-height: 1.6249200000000001;
}
.modal-footer {
  padding: 19px 22px 20px;
  margin-top: 0;
  background-color: #ebedef;
  border-top: none;
  border-radius: 0 0 7px 7px;
}
.modal-footer .btn + .btn {
  margin-left: 12px;
}



/* ============================================================
 * bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.has-switch {
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.231;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 80px;
  -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat;
  mask: url('../images/switch/mask.png') 0 0 no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  width: 130px;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
  left: -50px;
}
.has-switch > div.switch-off label {
  background-color: #7f8c9a;
  border-color: #bdc3c7;
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
  left: 0;
}
.has-switch > div.switch-on label {
  background-color: #1abc9c;
}
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  float: left;
  height: 29px;
  line-height: 19px;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 1;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
  border-radius: 30px 0 0 30px;
  background-color: #34495e;
  color: #1abc9c;
  border-left: 1px solid transparent;
}
.has-switch span.switch-right {
  border-radius: 0 30px 30px 0;
  background-color: #bdc3c7;
  color: #ffffff;
  text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
  text-indent: 0;
}
.has-switch label {
  border: 4px solid #34495e;
  border-radius: 50%;
  float: left;
  height: 29px;
  margin: 0 -15px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 29px;
  z-index: 100;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}
.switch-square {
  border-radius: 6px;
  -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat;
  mask: url('../images/switch/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
  border-color: #7f8c9a;
  border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
  border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
  text-indent: -10px;
}
.switch-square span.switch-right {
  border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
  text-indent: 5px;
}
.switch-square label {
  border-radius: 0 6px 6px 0;
  border-color: #1abc9c;
}
.carousel-inner > .item.active > img,
.carousel-inner > .item.active > a > img {
  border-radius: 6px;
}

.carousel-inner > .item.active.left > img,
.carousel-inner > .item.active.right > img,
.carousel-inner > .item.active.left > a > img,
.carousel-inner > .item.active.right > a > img {
  border-radius: 0;
}
.carousel-control {
  position: absolute;
  top: 45%;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  text-indent: 1px;
  border: 3px solid #ffffff;
  height: 40px;
  right: 15px;
  margin-top: -20px;
  text-align: center;
  width: 40px;
  outline: none !important;
  border-radius: 23px;
/*
  opacity: 0.5;
  filter: alpha(opacity=50);
*/
}
.carousel-control.left,
.carousel-control.right {
  background: none #2c3e50;
}
.carousel-control.left {
  text-indent: -1px;
  left: 15px;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  right: 16px;
  top: 16px;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel-indicators li {
  border: none;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
  background-color: #2c3e50;
  background-color: rgba(44, 62, 80, 0.5);
}
.carousel-indicators li.active {
  background-color: rgba(44, 62, 80, 0.1);
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
}
.carousel-caption {
  padding: 20px 19px 22px;
  background: #243342;
  background: rgba(36, 51, 66, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  border-radius: 0 0 6px 6px;
  text-shadow: none;
}
.carousel-caption h3,
.carousel-caption p {
  color: #ffffff;
}
.carousel-caption h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 5px;
}

.carousel-caption > h4 {
    margin: 0 !important;
    padding: 0;
}

.carousel-caption p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}

.last-col {
  overflow: hidden;
}
.ptn,
.pvn,
.pan {
  padding-top: 0;
}
.ptx,
.pvx,
.pax {
  padding-top: 3px;
}
.pts,
.pvs,
.pas {
  padding-top: 5px;
}
.ptm,
.pvm,
.pam {
  padding-top: 10px;
}
.ptl,
.pvl,
.pal {
  padding-top: 20px;
}
.prn,
.phn,
.pan {
  padding-right: 0;
}
.prx,
.phx,
.pax {
  padding-right: 3px;
}
.prs,
.phs,
.pas {
  padding-right: 5px;
}
.prm,
.phm,
.pam {
  padding-right: 10px;
}
.prl,
.phl,
.pal {
  padding-right: 20px;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0;
}
.pbx,
.pvx,
.pax {
  padding-bottom: 3px;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 5px;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 10px;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 20px;
}
.pln,
.phn,
.pan {
  padding-left: 0;
}
.plx,
.phx,
.pax {
  padding-left: 3px;
}
.pls,
.phs,
.pas {
  padding-left: 5px;
}
.plm,
.phm,
.pam {
  padding-left: 10px;
}
.pll,
.phl,
.pal {
  padding-left: 20px;
}
.mtn,
.mvn,
.man {
  margin-top: 0px;
}
.mtx,
.mvx,
.max {
  margin-top: 3px;
}
.mts,
.mvs,
.mas {
  margin-top: 5px;
}
.mtm,
.mvm,
.mam {
  margin-top: 10px;
}
.mtl,
.mvl,
.mal {
  margin-top: 20px;
}
.mrn,
.mhn,
.man {
  margin-right: 0px;
}
.mrx,
.mhx,
.max {
  margin-right: 3px;
}
.mrs,
.mhs,
.mas {
  margin-right: 5px;
}
.mrm,
.mhm,
.mam {
  margin-right: 10px;
}
.mrl,
.mhl,
.mal {
  margin-right: 20px;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0px;
}
.mbx,
.mvx,
.max {
  margin-bottom: 3px;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 5px;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 10px;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 20px;
}
.mln,
.mhn,
.man {
  margin-left: 0px;
}
.mlx,
.mhx,
.max {
  margin-left: 3px;
}
.mls,
.mhs,
.mas {
  margin-left: 5px;
}
.mlm,
.mhm,
.mam {
  margin-left: 10px;
}
.mll,
.mhl,
.mal {
  margin-left: 20px;
}
/* ========== TYPOGRAPHY ========== */
html {
  webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}
h1 {
/* 	font-size:60px; */
  font-size: 55px;
  line-height: 72px;
}
h3 {
  margin-bottom: 10px;
}
h4 {
  font-size: 26px;
  line-height: 36px;
}
p {
    margin: 0 0 12px;
    padding: 0 0 24px; 
}
p.lead {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 12px;
}
.home header {
  margin-bottom: 12px;
  text-align: center;
}

header h1 {
    text-transform: uppercase;
    line-height:1em;
}

.fullwidth_slider .carousel-caption h1 {
    text-transform: uppercase;
    line-height:2em;
}

header p.lead {
    border-bottom: 0 none;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    text-align: center;
}

/* ========== MISC STYLES ========== */

.carousel-control {
  height: 0;
  border: none;
  transition: all 0.2;
}
.carousel-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control.left {
  left: 0;
}
.carousel-control.right {
  right: 20px;
}
.carousel-control span {
    color: #fff;
    cursor: pointer;
}
.carousel-indicators {
  margin-bottom: -36px;
  padding: 0 !important;
  top: auto;
  bottom: 0;
  left: 30%;
  right: 30%;
}
.carousel-indicators li {
  height: 12px;
  width: 12px;
}
.carousel-indicators li.active {
  height: 12px;
  width: 12px;
}
.code_wrapper {
    display: block;
    margin: 0 0 20px !important;
}
.code_wrapper > h4 {
    color: #91A3B5;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bs-example + .highlight {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -16px;
}

.highlight pre {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    white-space: nowrap;
}

.highlight pre code {
    color: #333333;
    font-size: inherit;
}
.show-grid {
    margin-bottom: 15px;
}

.show-grid [class^="col-"] {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}
.content_wrapper {
	z-index: 1;
	position: relative;
}
/* ========== BASELINE GRID ========== */
body {
  padding-top: 72px;
}
.section_wrapper{
  background-color: #fff;
  position: relative;	
}
.section_wrapper header{
    padding-top: 72px;
    position: relative;
    z-index: 2;
}
.section {
  position: relative;
  padding: 72px 0;
}
input {
  margin-bottom: 19px;
}
/* ========== HEADER NAVIGATION SECTION ========== */
#header {
  padding: 0;
  border-radius: 0;
}
#header .navbar-collapse {
  max-height: 500px;
}
#header .navbar {
  margin-bottom: 0;
  border-radius: 0px;
  border-bottom: solid 1px #ecf0f1;
}
#header .navbar .navbar-inner {
  background-color: white;
  border-radius: 0px;
}
#header .navbar .navbar-inner li.active {
  color: #1abc9c;
}
#header .navbar .navbar-brand {
  margin-top: 4px;
  padding: 14px 0 18px 0;
}
#header .navbar .navbar-brand img {
  height: 36px;
  padding: 0;
}
/* ========== HERO SECTION ========== */
.intro_section {
  padding: 0;
  background: transparent;
}
.intro_section .intro {
  padding-top: 144px;
  padding-bottom: 24px;
}
.intro_section .intro img {
  padding-bottom: 24px;
}
.intro_section .lead {
  color: #2c3e50;
  font-size: 2.5em;
  line-height: 1.3em;
}
/* ========== SERVICES SECTION ========== */

.services_section .feature-icon.icon-font {
	background: #fff;
    border: 6px solid #3b9ea7;
    border-radius: 50%;
    color: #3b9ea7;
    font-size: 50px;
    height: 150px;
    line-height: 140px;
    margin: 24px auto;
	text-align: center;
    width: 150px;
}

.services_section .feature-icon.icon-image img{
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* ========== TEAM SECTION ========== */

.team_section .feature-icon {
  margin: 24px auto;
}
.team_section .feature-icon img {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
  height: auto;
  width: auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.team_section .feature-icon img:hover {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.team_section .col-md-4.text-center > h4 {
    margin: 0;
    padding: 0;
}
.team_social{
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;	
}
.team_social li{
    float: left;
    list-style: none outside none;
    width: 40px;
}
.team_social li a{
	border-bottom: none;
	font-size: 21px;
}
.team_social .tooltip.top .tooltip-arrow {
  border-top-color: #1abc9c;
  border-width: 9px 9px 0;
  bottom: 0;
  margin-left: -9px;
}
.team_social .tooltip-inner {
  background-color: #1abc9c;
  line-height: 18px;
  padding: 12px 12px;
  text-align: center;
  width: 100px;
  border-radius: 6px;
} 

.tooltip-trigger,
.popover-trigger {
  color: #34495E;
  border-bottom: dotted 1px;
}
.popover-trigger {
    border: medium none;
    color: #16A085;
    cursor: pointer;
}

/* ========== FULLWIDTH SLIDER ========== */
.fullwidth_slider{
    display: block;
    height: auto;
    min-height: 715px;
		min-height: 750px;
    z-index: 0;
}
.slider_overlay {
/*
    background: rgba(36, 51, 66, 0.4);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
*/
}
.fullwidth_slider .slider_overlay{
	z-index: 1;	
}

.fullwidth_slider .carousel-inner img {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    left: 0;
    position: fixed;
    width: 100%;
	min-width: 1400px;
    z-index: 0;
}

.fullwidth_slider .carousel{
	display: block;
	min-height: 715px;	
	min-height: 750px;	
}
.fullwidth_slider .carousel-caption{
	background-color: transparent;
	float: none;
	text-align: center;
	position: relative;
	padding-top: 250px;
	top: 28%;
	top:30%;
	min-height: 750px; /* was 715 */
}
.fullwidth_slider .carousel-control{
	cursor:pointer;
	z-index: 999;	
}
.fullwidth_slider .carousel-indicators{
	 bottom: 60px;	
}
.fullwidth_slider p.lead{
   color: #FFFFFF;
    margin: 0 auto;
    max-width: 1170px;
}
.fullwidth_slider .carousel-inner > .item{
	background-position: center;
/* 	background-size: cover; */
	background-repeat: no-repeat;
	min-height: 715px;
}
.fullwidth_slider .carousel-fade .carousel-inner > .item{
	background-attachment: scroll;	
}

.fullwidth_slider .carousel-inner > .item{
	background-attachment: fixed;	
}
/* ========== NEWSLETTER SECTION ========== */
#newsletter {
  background-color: #1abc9c;
  padding-top: 96px;
}
#newsletter p.lead {
  color: white;
  padding-top: 6px;
}
#newsletter input {
  border: none;
}
/* ========== SLIDER SECTION ========== */
#slider {
  background-color: #ecf0f1;
}
#slider .slider-bg img {
  width: 100%;
}
/* ========== GALLERY SECTION ========== */

.portfolio_section .gallery-filter {
  min-height: 96px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.portfolio_section #gallery-items {
  margin: 24px 0;
}
.portfolio_section #gallery-items .gallery-item {
  padding-bottom: 24px;
}
.portfolio_section #gallery-items .gallery-item img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.portfolio_section #gallery-items .gallery-item img:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
/* ========== Portofolio page ========== */
.single_portfolio_sidebar{
	padding-top: 40px;	
}
.single_portfolio_section{
	padding: 30px 0;
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.single_portfolio_section.single_portfolio_content.col-m-12:after {
    background: none repeat scroll 0 0 #1ABC9C;
    bottom: -30px;
    content: "";
    display: block;
    height: 10px;
    position: relative;
    width: 100px;
}
.single_portfolio_nav {
	padding: 0;
}
.meta_value.date_meta, .meta_value.client_meta, .meta_value.category_meta {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 2px 0;
    text-transform: uppercase;
}

.meta_label {
    color: #91A3B5;
    padding-right: 10px;
}
.single_nav_prev, .single_nav_next {
    float: left;
    margin-top: 40px;
}
.portfolio_section #gallery-items .gallery-link {
	padding-bottom: 24px;
}
.single_portfolio {
	width: 100%;
	position: relative;
}
.single_portfolio a{
	color: #FFF;
	font-size: 140px;
	width: 100%;
	text-align: center;
	height: 100%;
}
.single_portfolio a i{
	top: 36%;
	position: absolute;
	left: 42%;
}


/* ========== ISOTOPE FILTERING ========== */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/* ========== INFO SECTION ========== */

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	border: none;
}

/* ========== PRICING SECTION ========== */
.pricing_main {
	overflow:hidden;
	float:none;
	margin:0 0 0 0;
	width:100.5%;
	padding:7px 0;
}

.pricing_section li.pricing{
	margin:20px 0;
	float:left;
	text-align:center;
	position:relative;
	overflow:hidden;
}

.pricing_section li.bestprice {
	margin:0;
	z-index:1;
}

.pricing_section li.pricing:first-child{
	margin-left:0;
}
.pricing_section li.pricing ul{
	background: #FAFAFA;
	margin:0;
	padding: 0;
}
.pricing_section li.pricing ul li{ 
    line-height: 48px;
    list-style: none outside none;
    margin: 0;
    padding: 12px 0; 
}

.pricing_section li.pricing ul li:nth-child(2n+1) {
	background: #fff;
}

.pricing_section li.pricing ul li:nth-child(2n+1) {
	background-color: #F5F7F7;
}

.pricing_section li.pricing h2 {
	background: #415B76;
	color:#ECF0F1;
	padding:15px 0;
	margin:0;
	font-size:26px;
}

.pricing_section li.bestprice h2 {
	background: #1ABC9C;
	color: #fff;
	padding:26px 1px 25px 1px;
	margin: 0;
}


.plan-head { 
    background-color: #34495E;
    color: #ECF0F1;
}

.pricing_section li.bestprice .plan-head {
    background-color: #16A085;
    color: #FFFFFF;
    font-weight: 400;
}

.plan-price {
	font-family: 'Montserrat',sans-serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 72px;
    padding: 12px;
}
.plan-terms {
    background: #415B76;
    font-size: 21px;
    padding: 12px;
}
.pricing_section li.bestprice .plan-terms {
    background: #1ABC9C;
    padding:12px;
}

.plan-bottom { 
	background: #415B76; 
	padding:24px;
}

.pricing_section li.bestprice .plan-bottom {
    background:  #1ABC9C;
    text-transform: uppercase;
	padding:35px 0;
}

.plan-bottom .btn.btn-inverse {
    background-color: #34495E;
    text-transform: uppercase;	
}
.plan-bottom .btn.btn-inverse:hover {
	background-color: #2B4055;
    color: #FFFFFF;
}
.plan-bottom .btn.btn-primary {
   background-color: #16A085;
}
.plan-bottom .btn.btn-primary:hover{
	background-color: #14937A;
    color: #FFFFFF;
}
/* ========== TESTIMONIALS SECTION ========== */
.testimonial_section .quote-icon img {
  border-radius: 100% 100% 100% 100%;
  height: 168px;
  width: 168px;
  margin-left: -12px;
}

.testimonial_section p.lead {
  padding-top: 24px;
}
.testimonial_section cite {
  font-size: 18px;
  font-weight: 300;
}
.testimonial_section cite a {
  border-bottom: dotted 1px #ecf0f1;
  color: inherit;
}

.testimonial_section .carousel-control span {
    color: rgba(44, 62, 80, 0.1);
    cursor: pointer;
}
/* ========== ACCORDION ========== */
.accordion {
	position: relative;
}
.panel-body{
	background-color: #fff;
	color: #7F8C9A;	
}
/* ========== CONTACT SECTION ========== */
.contact_section .panel-group .panel + .panel {
  margin-top: 14px;
}
.contact_section #accordion {
  margin-bottom: 15px;
}
.panel-title > a {
	font-size: 18px;
    color: #34495E;
}
.panel-title {
    margin: 0 !important;
}

.contact_section #accordion .btn {
  /*border-radius: 0;*/
  text-align: left;
}
.contact_section #accordion .answer {
  padding: 18px 24px 0;
  border-radius: 5px;
  background-color: #ecf0f1;
}
.contact_section .contact-intro {
  margin-bottom: 24px;
}
.contact_section .contact-intro img {
  height: 120px;
  width: 120px;
}
.contact_section .contact-intro .lead {
  padding-top: 24px;
  color: #2c3e50;
}
.contact_section input,
.contact_section textarea {
  border: none;
  background-color: #ecf0f1;
}
.contact_section form .btn {
  margin-top: 19px;
}
.contact_section .wpcf7 p{
	padding: 0;
	margin: 0;	
}
.contact_section .wpcf7-submit{
	background: #34495e;
	margin-top:20px;
}

/* ========== MAP SECTION ========== */
.map_section{
    position: relative;
}
.map_section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
/* ========== SOCIAL ICONS ========== */
.bottom-icons .tooltip.top .tooltip-arrow {
  border-top-color: #DDD;
  border-width: 9px 9px 0;
  bottom: 0;
  margin-left: -9px;
}
.bottom-icons  .tooltip-inner {
  background-color: #DDD;
  line-height: 18px;
  padding: 12px 12px;
  text-align: center;
  width: 100px;
  color: #34495E;
  border-radius: 6px;
} 

/* ========== TWITTER ========== */
#twitter {
  background-color: #ecf0f1;
}
#twitter img {
  height: 144px;
  width: 144px;
  padding-bottom: 24px;
}

#tweets-feed { 
  font-size: 28px;
}

#tweets-feed ul li { 
  list-style: none;
}

/* ========== BLOG SECTION ========== */

.blog_items .caption h4 a {
    color: #34495E;
}

.blog_items .caption h4 a:hover {
	color: #1ABC9C;
}

.blog_items .thumbnail .caption {
    color: #34495E;
    padding-bottom: 18px;
    text-align: center;
}

.blog_items .caption > p {
    line-height: 1.71109;
}

.blog_items .blog_meta {
    color: #91A3B5;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    top: -10px;
}

.blog_items .blog_meta a {
    margin-left: 10px;
}
/* ========== FOOTER ========== */
#footer {
  padding: 0;
  margin: 0;
}
#footer .bottom-menu,
#footer .bottom-menu-inverse {
  padding: 24px 0 0;
}
#footer .bottom-menu p,
#footer .bottom-menu-inverse p {
  margin-bottom: 0;
}
#footer .bottom-menu ul.bottom-icons,
#footer .bottom-menu-inverse ul.bottom-icons {
  float: right;
}
#footer .bottom-menu ul.bottom-icons li,
#footer .bottom-menu-inverse ul.bottom-icons li {
  text-align: right;
}
#footer .bottom-menu ul.bottom-icons li a,
#footer .bottom-menu-inverse ul.bottom-icons li a {
  font-size: 18px;
  padding-top: 6px;
  color: white;
}
#footer .bottom-menu ul.bottom-icons li a:hover,
#footer .bottom-menu-inverse ul.bottom-icons li a:hover {
  color: #1abc9c;
}
/* ========== FOOTER MENU  ========== */
.bottom-widget ul.menu{
	list-style: none;
	float: right;	
}
.bottom-widget ul.menu li{
	list-style: none;
	float: left;
	margin-left: 20px;	
}
/* ========== BUTTONS ========== */
.btn,
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-weight: 300;
}
.inline {
  margin-left: 12px;
}
/* ========== TABS ========== */

.tab_container .nav-tabs{
	margin-bottom: -1px;
	padding: 0;
	border-bottom: none;	
}
/*========= GRAVITY FORM ==============*/
.gform_wrapper ul {
  .list-unstyled();
}
.gform_wrapper li {
  .form-group();
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: @state-danger-text;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  .form-control();
}
.ginput_container textarea {
  height: auto;
}
.gform_button {
  .btn();
  .btn-primary();
}
.gform_wrapper .gfield_error {
  .gfield_label {
    color: @state-danger-text;
}
 
.validation_error {
  .alert();
  .alert-danger();
}
#gforms_confirmation_message {
  .alert();
  .alert-success();
}