body {
    color: #030303;
    font-family: "Lekton", sans-serif;
    letter-spacing: 0.015em;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
a:hover,
a:focus {
    color: #989898;
    text-decoration: none;
    outline: medium none;
}
.navbar .title-area.navbar-brand {
    padding: 0;
    margin-left: 0;
}
.column_wrapper.row {
    margin-bottom: 4em;
}
p:empty {
    display: none;
}
table {
    width: 100%;
    margin: 0 0 1.5em;
}
td {
    padding: 3px 5px;
    border-bottom: 1px solid #aaa;
}
th {
    font-weight: 500;
    padding: 10px 5px 5px;
    border-bottom: 4px solid #222;
}
caption,
th,
td {
    text-align: left;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.72222;
    background-color: #ffffff;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-comment {
    font-size: 15px;
    line-height: 1.2;
    font-style: italic;
    margin: 24px 0;
}
img {
    max-width: 100%;
    height: auto;
}
.thumbnail {
    background-color: transparent;
    border: none;
    border-radius: 0;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
.thumbnail .caption {
    color: inherit;
    padding: 15px 0;
}
hr {
    border: none;
    margin-top: -1px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(0deg, #fff, #c0c8c9, #fff);
    margin: 5% 0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    border: medium none;
}
mark {
    background: #faf476;
}
ul,
ol {
    margin-bottom: 2em;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 8px 0 0;
}
.mfp-counter {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    letter-spacing: 0.25em;
    margin: 2% 0;
    text-transform: uppercase;
}
h1 {
    font-size: 26px;
    line-height: 40px;
}
h2 {
    font-size: 24px;
    line-height: 32px;
}
h3 {
    font-size: 18px;
    line-height: 30px;
}
h4 {
    font-size: 16px;
    line-height: 26px;
}
h5 {
    font-size: 14px;
    line-height: 22px;
}
h6 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
}
/* for media section */
.pull-right > h2,
.pull-left > h2 {
    font-size: 2rem;
}
p {
    margin: 0 0 2em;
}
.lead {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1.46429;
    margin-bottom: 1em;
}
blockquote {
    border-left: none;
    text-align: center;
}
blockquote p {
    font-size: 2rem !important;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.6 !important;
}
blockquote cite {
    display: block;
    font-family: "Abel", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    letter-spacing: 0.075em;
}
blockquote cite:before,
blockquote cite:after {
    border-top: 1px solid;
    content: "";
    display: block;
    margin: 20px auto;
    width: 15%;
    opacity: 0.2;
}
strong {
    font-weight: bold;
}
strike,
del {
    text-decoration: line-through;
}
abbr,
acronym,
ins {
    border-bottom: 1px solid #c8c8c8;
    text-decoration: none;
}
abbr,
acronym {
    cursor: help;
    text-transform: uppercase;
}
var,
kbd,
samp,
code,
pre {
    font: 13px/1.7 Courier, "Courier New", monospace;
}
pre {
    background-color: #FAFAFA;
    border-color: #f5f5f5;
    border-radius: 2px;
    clear: both;
    display: block;
    letter-spacing: 0;
    overflow: auto;
    padding: 30px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0);
}
/* ========== Buttons Styles ========== */
.btn {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    font-family: "Abel", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1;
    padding: 13px 30px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.btn:hover,
.btn:active,
.btn:focus {
    background-color: rgba(0, 0, 0, 0);
}
.btn:active,
.btn.active {
    box-shadow: none;
}
.btn:focus {
    outline: none;
}
.btn-sm {
    font-size: 10px;
    padding: 5px 10px 4px;
}
.btn-xs {
    font-size: 10px;
    padding: 2px 10px;
}
.btn-lg {
    font-size: 16px;
    padding: 14px 20px;
}
.btn-hg {
    font-size: 18px;
    padding: 14px 20px;
}
.btn-default {
    background-color: #030303;
    border: none;
    color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: #faf476;
    color: #030303;
}
.btn-primary {
    border: 3px solid #428BCA;
    color: #428BCA;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #357EBD;
    border-color: #357EBD;
    color: #fff;
}
.btn-success {
    border: 3px solid #1CAF9A;
    color: #1CAF9A;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background: #17a08c;
    border-color: #17a08c;
    color: #fff;
}
.btn-warning {
    border: 3px solid #F0AD4E;
    color: #F0AD4E;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background: #EEA236;
    border-color: #EEA236;
    color: #fff;
}
.btn-danger {
    border: 3px solid #D9534F;
    color: #D9534F;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background-color: #D43F3A;
    border-color: #D43F3A;
    color: #fff;
}
.btn-info {
    border: 3px solid #5BC0DE;
    color: #5BC0DE;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    background: #46B8DA;
    border-color: #46B8DA;
    color: #fff;
}
.btn-inverse {
    background-color: #faf476;
    border: none;
    color: #030303;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse:focus {
    background-color: #030303;
    color: #fff;
}
.btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group {
    margin-bottom: 10px;
}
.itemDescInner .btn-group .btn + .btn,
.itemDescInner .btn-group .btn {
    border-width: 1px;
    font-size: 18px;
    margin: 0 8px;
    padding: 10px 15px;
}
.caret {
    border-width: 4px;
    border-bottom-color: #aaaaaa;
    border-top-color: #aaaaaa;
    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 {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
.navbar .navbar-brand {
    border-radius: 0;
    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 {
    font-weight: normal;
}
.navbar .navbar-brand small {
    line-height: 1;
}
.navbar .nav {
    margin-right: -15px;
    display: inline-block;
    float: left;
}
.navbar .nav > li {
    position: relative;
    display: inline-block;
    padding: 4px 18px;
}
.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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar .nav > li:first-child {
    border-radius: 0;
}
.navbar .nav > li:last-child {
    border-radius: 0;
}
.navbar .nav > li > ul {
    background: none repeat scroll 0 0 #2C2C31;
    border: 1px solid #212121;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    margin-top: 23px;
    padding: 20px 15px;
}
.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 {
    float: left;
    font-family: "Yantramanav", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    background-color: transparent;
    color: #989898;
    outline: 0;
}
.navbar .nav > li > a:after {
    left: 0;
    right: 0;
    width: auto;
}
.navbar .nav > li > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    width: 50%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .25s;
    transition: border-color .25s
}
.navbar .nav > li > a:hover:after {
    border-bottom: 2px solid #989898;
}
.right.search > a::after {
    border: medium none !important;
}
.navbar .nav > li > a[class*=""] {
    font-size: 24px;
    font-weight: normal;
}
.navbar .nav > li > a > [class*=""] {
    font-size: 24px;
    margin: -4px 0 0;
    position: relative;
    top: 4px;
}
.navbar .nav > li > a > [class*=""] + * {
    margin-left: 12px;
}
.navbar .nav ul {
    border-radius: 0;
    left: 0;
    list-style-type: none;
    margin-left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    min-width: 160px;
    -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: 0;
}
.navbar .nav ul li {
    padding: 5px 0;
    position: relative;
}
.navbar .nav ul li:last-child {
    border-radius: 0;
}
.navbar .nav ul li.active > a,
.navbar .nav ul li.active > a:hover,
.navbar .nav ul li.active > a:focus {
    color: #989898;
    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: 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
}
.navbar .nav ul a:hover {
    color: #989898;
}
.navbar .btn-navbar {
    background: none;
    border: none;
    color: #C9C9C9;
    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: "";
    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: #EBEDEF;
}
.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: block;
    margin-bottom: 1em;
}
[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 {
    min-width: 174px;
}
.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;
*/
}
.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: #fff;
    border-top-color: #fff;
}
label {
    display: inline;
    line-height: 1.4285755000000002em;
    font-weight: 500;
}
.form-control:-moz-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control.placeholder {
    color: #999;
}
.form-control {
    background-color: #FFFFFF;
    border: 1px solid #e9e9e9;
    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;
}
.wpcf7-form-control.form-control {
    margin: 10px 0;
}
.form-group.focus .form-control,
.form-control:focus {
    border-color: #EBEDEF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.search-input.form-control.input-lg:focus {
    border-color: inherit;
    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-group .form-control {
    border-right-width: 0;
}
.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: 14px;
    line-height: 1.231;
    border-radius: 0;
}
select.input-lg {
    height: 45px;
    line-height: 45px;
}
textarea.input-lg {
    height: auto;
}
.input-hg {
    height: 53px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.231;
    border-radius: 0;
}
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;
}
.input-group-btn > .btn {
    margin: 5px 0 10px;
    padding: 10px 16px;
    position: relative;
    top: 0;
}
.search-span.input-group-btn {
    display: none;
}
.search-btn.btn.btn-inverse.btn-lg {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #000;
    border-left: none;
    color: #000;
}
.widget_search .input-group {
    width: 100%;
}
.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: 0;
    padding-left: 0;
    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;
}
.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: #ffffff;
    border: 3px solid #f5f5f5;
    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: #ffffff;
    border: 3px solid #f5f5f5;
    outline: none;
}
.ui-slider-handle:active {
    background-color: #FFDF91;
}
.ui-slider-range {
    background-color: #f5f5f5;
    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: "";
    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*=""] + span,
.pager li > span [class*=""] + span {
    margin-left: 8px;
}
.pager li > a span + [class*=""],
.pager li > span span + [class*=""] {
    margin-left: 8px;
}
.pagination {
    position: relative;
}
.pagination ul {
    background: #f5f5f5;
    color: #2C2C31;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-radius: 0;
}
.pagination ul li {
    display: inline-block;
    margin-right: -3px;
    vertical-align: middle;
}
.pagination ul li.active > a,
.pagination ul li.active > span {
    background-color: #393939;
    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: #393939;
    color: #ffffff;
}
.pagination ul li:first-child > a,
.pagination ul li:first-child > span {
    border-radius: 0;
    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;
}
.pagination ul li.previous > a,
.pagination ul li.next > a,
.pagination ul li.previous > span,
.pagination ul li.next > span {
    border-right: 2px solid #fff;
    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: 1px solid #fff;
    color: #2C2C31;
    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: #393939;
    color: #fff;
}
.pagination ul li > a:active,
.pagination ul li > span:active {
    background-color: #393939;
    color: #ffffff;
}
.pagination > .btn.previous,
.pagination > .btn.next {
    margin-right: 8px;
    padding-left: 23px;
    padding-right: 23px;
}
.pagination,
.pagination > .btn.next [class*=""] {
    float: left;
    padding: 4em 0 0;
    margin-left: -2px;
    margin-top: -2px;
}
.pagination > .btn.next {
    margin-left: 8px;
    margin-right: 0;
}
.pagination > .btn.next [class*=""] {
    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: 12px;
}
.tooltip.in {
    opacity: 1;
}
.tooltip.top {
    padding-bottom: 9px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #454545;
    border-width: 9px 9px 0;
    bottom: 0;
    margin-left: -9px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #454545;
    border-width: 9px 9px 9px 0;
    margin-top: -9px;
    left: -3px;
}
.tooltip.bottom {
    padding-top: 8px;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #454545;
    border-width: 0 9px 9px;
    margin-left: -9px;
    top: -1px;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #454545;
    border-width: 9px 0 9px 9px;
    margin-top: -9px;
    right: -3px;
}
.tooltip-inner {
    background-color: #454545;
    line-height: 1.2;
    padding: 12px;
    text-align: center;
    width: auto;
    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: #393939;
}
.dropdown-menu {
    background-color: #faf476;
    border: none;
    border-top: 3px solid #fff;
    border-radius: 0;
    font-size: 10px;
    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: -2px;
    max-height: 300px;
    opacity: 1;
    visibility: visible;
}
.dropdown-menu li:first-child dt + a {
    border-radius: 0;
}
.dropdown-menu li:first-child > a {
    border-radius: 0;
    padding-top: 10px;
}
.dropdown-menu li:last-child > a {
    border-radius: 0;
    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: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
    color: #282a2d;
}
.dropdown-menu li > a {
    font-size: 1.4rem;
    padding: 5px 15px 5px;
    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;
}
.select:hover .caret {
    border-bottom-color: #030303;
    border-top-color: #030303;
}
.dropdown-menu.dropdown > li:last-child {
    border-bottom: none;
}
.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: rgba(0, 0, 0, 0);
    color: #282a2d;
    outline: none;
}
.dropdown-menu li > a.highlighted {
    background: #c9cfd4;
    color: #ffffff;
}
.dropdown-menu li > a.highlighted:hover,
.dropdown-menu li > a.highlighted:focus {
    background: #282a2d;
    color: #fff;
}
.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 #fff 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 {
    padding: 16px 45px 16px 30px;
    line-height: 1.53875em;
}
.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: 16px;
    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;
}
.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 {} .active .bottom-menu a,
.bottom-menu a:hover,
.bottom-menu a:focus {} .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 {
    display: inline-block;
    color: inherit;
    line-height: 1;
    text-align: center;
}
.bottom-menu-inverse {
    background-color: #fff;
    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;
    overflow: hidden;
}
.bottom-links li,
.bottom-icons li {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: inline-block;
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
.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-header {
    color: #aeb6bf;
    font-size: 13px;
    text-transform: uppercase;
}
.breadcrumb {
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 13px 4px;
}
.breadcrumb > li {
    position: relative;
    text-shadow: none;
}
.breadcrumb > li:after {
    color: #bdc3c7;
    content: "\e002";
    display: inline-block;
    font-family: 'FontAwesome';
    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: '';
    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 !important;
  font-size: 15px !important;
  font-weight: 700;
  margin: 0 !important;
  padding: 10px 20px 11px;
}
.popover-content {
  padding: 9px 20px;
}
*/
.popover {
    font-family: "Lekton", sans-serif;
    font-size: 16px;
}
.popover-title {
    line-height: 1.1;
}
.popover-content p {
    line-height: 1.42857;
}
.popover-trigger {
    opacity: 0.6;
}
.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 {
    background-color: #282a2d;
    z-index: 1030;
}
.modal-title {
    font-size: 18px;
}
.modal-content {
    border: 1px solid #f5f5f5;
    box-shadow: none;
    border-radius: 0;
}
.modal-header,
.modal-footer {
    border-color: #282a2d;
}
.modal-backdrop.in {
    opacity: 0.95;
    filter: alpha(opacity=95);
}
.modal {
    z-index: 1040;
}
.modal-dialog {
    z-index: 1050;
}
.modal-header .close {
    margin-right: -2px;
}
button.close {
    font-size: 12px;
}
.carousel-inner > .item.active > img,
.carousel-inner > .item.active > a > img {
    border-radius: 0;
}
.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 {
    background: #989898;
    position: absolute;
    top: 45%;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    text-indent: 1px;
    border: 3px solid #ffffff;
    height: 40px;
    right: 15px;
    margin-top: 0;
    text-align: center;
    width: 40px;
    outline: none !important;
    border-radius: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.carousel-control:hover {
    background: #282a2d;
}
.carousel-control.left,
.carousel-control.right {
    color: #fff;
    text-shadow: none;
}
.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 {
    width: 8px;
    height: 8px;
    border-radius: 0;
    margin: 0 0 0 6px;
    background-color: #989898;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators li.active {
    background-color: #fff;
    width: 10px;
    height: 10px;
    margin: 0 0 0 6px;
}
.carousel-caption {
    color: inherit;
    padding: 20px 19px 22px;
    background: rgba(237, 237, 237, 0.65);
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    border-radius: 0;
    text-shadow: none;
}
.carousel-caption h3,
.carousel-caption p {
    color: inherit;
}
.carousel-caption h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
}
.carousel-caption > h4 {
    color: inherit;
    margin: 0 !important;
    padding: 0;
}
.carousel-caption p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
/* ========== MISC STYLES ========== */
.carousel-control {
    background: #989898;
    color: inherit;
    border: none;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.2;
}
.carousel-control:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-control.left,
.carousel-control.right {
    background: #030303;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
    background: #faf476;
    color: #030303;
}
.carousel-control.left {
    left: 20px;
}
.carousel-control.right {
    right: 20px;
}
.carousel-control span {
    cursor: pointer;
}
.carousel-indicators {
    margin-bottom: 0;
    padding: 0 !important;
    top: auto;
    bottom: 15px;
    right: 30px;
}
.carousel-indicators li {
    height: 10px;
    width: 10px;
}
.carousel-indicators li.active {
    height: 10px;
    width: 10px;
}
.code_wrapper {
    display: block;
    margin: 0 0 20px !important;
}
.code_wrapper > h4 {
    font-size: 12px;
    letter-spacing: 1.5px;
    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;
}
/* ========== BUTTONS ========== */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-weight: 400;
}
.inline {
    margin-left: 10px;
}
/* ========== HEADER NAVIGATION SECTION ========== */
#header {
    padding: 20px 0;
    border-radius: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#header .navbar-collapse {
    position: relative;
    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;
}
.panel {
    border: 0 none;
    box-shadow: none;
}
.panel-group .panel-heading {
    background: #FAFAFA;
    padding: 0;
}
.panel-group .panel-title {
    font-family: "Abel", sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.15em;
}
.panel-group .panel-title a {
    padding: 14px 15px;
    display: block;
}
.panel-group .panel-title a:hover,
.panel-group .panel-title a:focus,
.panel-group .panel-title a:active {
    text-decoration: none;
}
.panel-group .panel:last-child .panel-title a {
    border: none;
}
.panel-collapse.in .panel-body,
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none;
}
.panel-default .panel-title a:hover,
.panel-default .panel-group .panel-title a.collapsed:hover {
    background: #fafbfa;
    border-color: #f7f7f7;
}
.panel-primary .panel-title a:hover,
.panel-primary .panel-group .panel-title a.collapsed:hover {
    background: none repeat scroll 0 0 #357ebd;
    border-color: #357ebd;
    color: #ffffff;
}
.panel-success .panel-title a:hover,
.panel-success .panel-group .panel-title a.collapsed:hover {
    color: #fff;
}
.panel-info .panel-title a:hover,
.panel-info .panel-group .panel-title a.collapsed:hover {
    color: #fff;
}
.panel-warning .panel-title a:hover,
.panel-warning .panel-group .panel-title a.collapsed:hover {
    color: #fff;
}
.panel-danger .panel-title a:hover,
.panel-danger .panel-group .panel-title a.collapsed:hover {
    color: #fff;
}
.panel-inverse .panel-title a:hover,
.panel-success .panel-group .panel-title a.collapsed:hover {
    color: #fff;
}
.panel-group .panel {
    background: #fff;
    margin-bottom: 5px;
}
.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.panel-group .panel:last-child {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.panel-group .panel:first-child {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.nav-tabs {
    background: #fff;
    border: 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a {
    font-family: "Abel", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    padding: 14px 20px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active {
    background: transparent;
    border-color: transparent
}
.tab-content {
    background: #FAFAFA;
    padding: 15px;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #FAFAFA;
    border-color: transparent;
}
.tab-pane address:last-child {
    margin-bottom: 0;
}
.tab-content p {
    margin: 0 0 1em;
}
.nav-tabs.nav-justified > li > a {
    border-bottom: 0;
}
.nav .dropdown-menu {
    margin-top: -2px;
}
.nav .dropdown .caret {
    border-top-color: #666;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-color: #fff;
    border-bottom-color: #FAFAFA;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border: 0;
    background: none;
}
.navbar-default .navbar-toggle {
    display: block;
    border: none;
    margin: 0;
}
.zp_nav_wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 9999;
    background-color: #282a2d;
    opacity: 0;
    visibility: hidden;
    opacity: 0.95;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
.nav_slide .zp_nav_wrapper {
    -webkit-animation: fadeIn ease-in 1;
    - moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0.95;
    visibility: visible;
}
.zp_nav_wrapper > nav.navbar-collapse {
    color: #FFF;
    width: 400px;
    margin: 0 auto;
    float: none !important;
    display: block;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.zp_nav_wrapper > nav.navbar-collapse ul.menu {
    float: none !important;
}
.zp_nav_wrapper > nav.navbar-collapse ul.menu li {
    display: block;
    width: auto;
    clear: both;
}
.zp_nav_wrapper > nav.navbar-collapse ul.menu li a {
    font-family: "Abel", sans-serif;
    font-size: 2.1rem;
    letter-spacing: 0.35em;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.zp_nav_wrapper > nav.navbar-collapse ul.menu li a:hover,
.zp_nav_wrapper .nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}
.zp_nav_wrapper > nav.navbar-collapse ul.sub-menu {
    display: none;
    padding: 0;
    width: 100% !important;
}
.zp_nav_wrapper > nav.navbar-collapse ul.sub-menu li a {
    display: block;
    float: none;
    font-family: "Lekton", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
.zp_nav_wrapper > nav.navbar-collapse ul span.indicator {
    cursor: pointer;
    display: block;
    font-size: 2.1rem;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: -60px;
    text-align: center;
    top: -5px;
    width: 40px;
}
.zp_nav_wrapper > nav.navbar-collapse ul span.indicator i {
	font-size: 1.6rem;
    line-height: 57px;
    width: 100%;
    height: 100%;
}
.navbar-nav > li {
    float: none;
}
.nav-close {
    color: #FFF;
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
    z-index: 999;
}
.nav-close .navbar-toggle {
    display: block;
    height: 30px;
    top: 0;
    width: 30px;
}
.nav-close .navbar-toggle .icon-bar {
    background-color: #fff;
    margin: 0;
}
.nav-close .navbar-toggle .icon-bar.icon-left {
    transform: rotate( 45deg);
    -moz-transform: rotate( 45deg);
    -webkit-transform: rotate( 45deg);
    -o-transform: rotate( 45deg);
    top: 12px;
    position: absolute;
    left: 0;
}
.nav-close .navbar-toggle .icon-bar.icon-right {
    transform: rotate( -45deg);
    -moz-transform: rotate( -45deg);
    -webkit-transform: rotate( -45deg);
    -o-transform: rotate( -45deg);
    top: 12px;
    margin: 0;
    position: absolute;
    left: 0;
}
.icon-bar {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav_slide .icon-second {
    display: none;
}
.nav_slide .icon-first {
    top: 6px;
    position: relative;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav_slide .icon-last {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#header .container {
    position: relative;
}
#header .mobile_menu {
    background: none;
    border-color: transparent;
    display: block;
    overflow: hidden;
    float: right;
    width: 4%;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#header.navbar.navbar-fixed-top.header_animate .navbar-default .navbar-toggle .icon-bar {
    background-color: #282a2d;
}
.navbar .title-area.navbar-brand {
    padding: 0;
    margin-left: 0;
    float: left;
    margin: 0 auto;
    width: 93%;
    display: block;
    text-align: center;
}
p.portfolio_meta {
    font-family: "Abel", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.5em;
    margin: 15px 0 0;
    text-transform: uppercase;
}
p.portfolio_meta i.fa {
    font-size: 3px;
}
.single_caption_text {
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 0;
}
.zp_single_content_feature ul li {
    margin-bottom: 10px;
}
.zp_single_content_feature ul li img {
    margin-bottom: 0;
}
.zp_single_content .wp-caption.alignleft,
.zp_single_content .wp-caption.alignnone,
.zp_single_content .wp-caption.alignright,
.zp_single_content .wp-caption.aligncenter,
.zp_single_content img.alignleft,
.zp_single_content img.alignnone,
.zp_single_content img.alignright,
.zp_single_content img.aligncenter {
    max-width: 920px;
    margin-left: -94px;
    margin-right: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    color: inherit;
}
/* ========== EXTRA SEARCH ========== */
.zp_search_extras {
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 3%;
}
.zp_search_extras i.fa.fa-search {
    text-align: center;
    margin-left: 2px;
}
.search_icon {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    line-height: 1.7;
}
.overlay_search_form {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #282a2d;
    opacity: 0.95;
    z-index: 9998;
}
.search_wrap {
    position: fixed;
    left: 50%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.search_wrap #overlay_searchform {
    max-width: 100%;
}
.search_wrap #overlay_searchform input#s {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    float: none;
    font-family: inherit;
    font-size: 3rem;
    margin-right: 0;
    padding: 15px 0;
    width: 100%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.search_wrap #overlay_searchform input#s:focus,
.search_wrap #overlay_searchform input#s:active {
    box-shadow: none;
}
.search_wrap #overlay_searchform input[type="submit"] {
    display: none;
}
.search-close {
    color: #FFF;
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
    z-index: 999;
}
.search-close .navbar-toggle {
    display: block;
    height: 30px;
    top: 0;
    width: 30px;
}
.search-close .navbar-toggle .icon-bar {
    background-color: #fff;
    margin: 0;
}
.search-close .navbar-toggle .icon-bar.icon-left {
    transform: rotate( 45deg);
    -moz-transform: rotate( 45deg);
    -webkit-transform: rotate( 45deg);
    -o-transform: rotate( 45deg);
    top: 12px;
    position: absolute;
    left: 0;
}
.search-close .navbar-toggle .icon-bar.icon-right {
    transform: rotate( -45deg);
    -moz-transform: rotate( -45deg);
    -webkit-transform: rotate( -45deg);
    -o-transform: rotate( -45deg);
    top: 12px;
    margin: 0;
    position: absolute;
    left: 0;
}
.search_wrap p.search-info {
    color: #ffffff;
    line-height: 1.45;
    margin: 20px 0 0;
}
.comment-respond,
.entry-comments,
.entry-pings {
    float: left;
    width: 100%;
}
/* Single Nav */
.single_post_nav {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin: 60px auto 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    float: left;
}
.single_post_prev .single_nav_arrow {
    float: left;
    font-size: 40px;
    line-height: 40px;
}
.single_post_prev .single_nav_title {
    display: block;
    width: 100%;
}
.single_nav_title {
    font-family: "Dosis", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-align: center;
    text-transform: uppercase;
}
.single_nav_title span {
    color: #030303 !important;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.single_nav_title a.hover-line > span{
    white-space: normal;
}

.single_post_prev .single_nav_arrow {
    float: left;
    font-size: 40px;
    line-height: 40px;
}
.single_post_next .single_nav_arrow {
    float: right;
    font-size: 40px;
    line-height: 40px;
}
.single_nav_arrow i {
    color: #030303;
}
.single_post_next .single_nav_title {
    display: block;
    width: 100%;
}
.single_nav_title:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.single_post_prev {
    display: inline-block;
    padding: 20px 0;
}
.single_nav_title.col-sm-6 > div {
    padding-top: 40px;
}
.single_post_next {
    display: inline-block;
    padding-top: 20px;
}
.video_control_icons {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    font-size: 30px;
    display: block;
    text-align: center;
    width: auto;
    height: 45px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 9999;
}
span.control_play {
    padding-right: 20px;
}
.video_image_overlay {
    z-index: 999;
    position: absolute;
    width: 100%;
}