@charset "UTF-8";

/* A variation on Eric Meyer's CSS Reset:
   This is disabled because the Blueprint framework already has it.
   You should enable it if you aren't using Blueprint.

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
abbr,acronym {
  border:0;
}
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img,
.gm-style img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

@media print {
    pre,
    blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clear {
    height: 0;
    width: 100%;
    clear: both;
    display: block;
}

body {
    background: #ffffff;
    color: #a3a3a3;
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
    line-height: 17px;
}


/*=================================headings=========================*/

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-family: "Noto Sans", serif;
    color: #000;
}

h1.heading-style-1,
h2.heading-style-1,
h3.heading-style-1,
h4.heading-style-1,
h5.heading-style-1,
h6.heading-style-1,
.nav-tab li.heading-style-1 {
    font-size: 41.25px;
    line-height: 66px;
    margin-bottom: 20px;
}

h1.heading-style-2,
h2.heading-style-2,
h3.heading-style-2,
h4.heading-style-2,
h5.heading-style-2,
h6.heading-style-2,
.nav-tab li.heading-style-2 {
    font-size: 33.75px;
    line-height: 54px;
    margin-bottom: 20px;
}

h1.heading-style-3,
h2.heading-style-3,
h3.heading-style-3,
h4.heading-style-3,
h5.heading-style-3,
h6.heading-style-3,
.nav-tab li.heading-style-3 {
    font-size: 70px;
    line-height: 74px;
    margin-bottom: 50px;
    padding: 0;
    background: none;
    font-weight: 900;
}

@media (min-width: 980px) and (max-width: 1199px) {
    h1.heading-style-3,
    h2.heading-style-3,
    h3.heading-style-3,
    h4.heading-style-3,
    h5.heading-style-3,
    h6.heading-style-3,
    .nav-tab li.heading-style-3 {
        font-size: 60px;
        line-height: 64px;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    h1.heading-style-3,
    h2.heading-style-3,
    h3.heading-style-3,
    h4.heading-style-3,
    h5.heading-style-3,
    h6.heading-style-3,
    .nav-tab li.heading-style-3 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 30px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    h1.heading-style-3,
    h2.heading-style-3,
    h3.heading-style-3,
    h4.heading-style-3,
    h5.heading-style-3,
    h6.heading-style-3,
    .nav-tab li.heading-style-3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 30px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    h1.heading-style-3,
    h2.heading-style-3,
    h3.heading-style-3,
    h4.heading-style-3,
    h5.heading-style-3,
    h6.heading-style-3,
    .nav-tab li.heading-style-3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

h1.heading-style-4,
h2.heading-style-4,
h3.heading-style-4,
h4.heading-style-4,
h5.heading-style-4,
h6.heading-style-4,
.nav-tab li.heading-style-4 {
    font-size: 18.75px;
    line-height: 30px;
    margin-bottom: 20px;
}

h1.heading-style-5,
h2.heading-style-5,
h3.heading-style-5,
h4.heading-style-5,
h5.heading-style-5,
h6.heading-style-5,
.nav-tab li.heading-style-5 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 400;
}

@media (min-width: 980px) and (max-width: 1199px) {
    h1.heading-style-5,
    h2.heading-style-5,
    h3.heading-style-5,
    h4.heading-style-5,
    h5.heading-style-5,
    h6.heading-style-5,
    .nav-tab li.heading-style-5 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    h1.heading-style-5,
    h2.heading-style-5,
    h3.heading-style-5,
    h4.heading-style-5,
    h5.heading-style-5,
    h6.heading-style-5,
    .nav-tab li.heading-style-5 {
        font-size: 16px;
        line-height: 20px;
    }
}

h1.heading-style-6,
h2.heading-style-6,
h3.heading-style-6,
h4.heading-style-6,
h5.heading-style-6,
h6.heading-style-6,
.nav-tab li.heading-style-6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

h1.heading-style-7,
h2.heading-style-7,
h3.heading-style-7,
h4.heading-style-7,
h5.heading-style-7,
h6.heading-style-7,
.nav-tab li.heading-style-7 {
    font-size: 11.25px;
    line-height: 18px;
    margin-bottom: 20px;
}

h1.heading-style-8,
h2.heading-style-8,
h3.heading-style-8,
h4.heading-style-8,
h5.heading-style-8,
h6.heading-style-8,
.nav-tab li.heading-style-8 {
    font-size: 10.5px;
    line-height: 16.8px;
    margin-bottom: 20px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.nav-tab li small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1 .print_link,
h2 .print_link,
h3 .print_link,
h4 .print_link,
h5 .print_link,
h6 .print_link,
.nav-tab li .print_link {
    margin-left: 6px;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
.nav-tab li i {
    margin-right: 6px;
}

hr {
    margin: 24px 0;
    border: none;
    border-top: 1px solid #aaaaaa;
}

blockquote {
    padding: 0 0 0 100px;
    margin: 0 0 24px;
    position: relative;
    font-style: italic;
    color: #eb7a6a;
    font-size: 28px;
    line-height: 40px;
}

blockquote:before {
    content: '"';
    font: 80px/80px Fontawesome;
    left: 25px;
    position: absolute;
    top: -10px;
    color: #eb7a6a;
}

blockquote:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #dddddd;
}

blockquote small {
    display: block;
    line-height: 24px;
    color: #999999;
    text-align: right;
}

blockquote cite {
    color: #333333;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}

.item_introtext p a,
.item_fulltext p a,
.category_desc p a {
    text-decoration: underline;
}

.item_introtext strong,
.item_fulltext strong,
.category_desc strong {
    color: #191719;
}

.item_introtext mark,
.item_fulltext mark,
.category_desc mark {
    color: #ffffff;
    padding: 2px 6px;
    background: #eb7a6a;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

.muted {
    color: #999999;
}

a.muted:hover,
a.muted:focus {
    color: #808080;
}

.text-warning {
    color: #000000;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #000000;
}

.text-error {
    color: #000000;
}

a.text-error:hover,
a.text-error:focus {
    color: #000000;
}

.text-info {
    color: #000000;
}

a.text-info:hover,
a.text-info:focus {
    color: #000000;
}

.text-success {
    color: #000000;
}

a.text-success:hover,
a.text-success:focus {
    color: #000000;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

q:before,
q:after {
    content: "";
}

address {
    display: block;
    margin-bottom: 24px;
    font-style: normal;
    line-height: 24px;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

ul li,
ol li {
    line-height: 24px;
}

ol {
    list-style: none;
    counter-reset: list;
}

ol li {
    padding-left: 45px;
    position: relative;
}

ol li:before {
    color: #333333;
    content: counter(list, decimal-leading-zero) '.';
    counter-increment: list;
    left: 0;
    position: absolute;
    top: 0;
}

ol li a {
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    color: #eb7a6a;
}

ol li a:hover {
    color: #eb7a6a;
}

ol li + li {
    margin-top: 10px;
}

.item_introtext ul li,
.item_fulltext ul li,
.category_desc ul li,
.site_map ul li {
    position: relative;
    padding-left: 25px;
}

.item_introtext ul li:before,
.item_fulltext ul li:before,
.category_desc ul li:before,
.site_map ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f105';
    color: #eb7a6a;
    font-family: 'FontAwesome';
    font-size: 18px;
}

.item_introtext ul li + li,
.item_fulltext ul li + li,
.category_desc ul li + li,
.site_map ul li + li {
    margin-top: 10px;
}

.item_introtext ul.nav-tabs li,
.item_fulltext ul.nav-tabs li,
.category_desc ul.nav-tabs li,
.site_map ul.nav-tabs li {
    padding: 0;
}

.item_introtext ul.nav-tabs li:before,
.item_fulltext ul.nav-tabs li:before,
.category_desc ul.nav-tabs li:before,
.site_map ul.nav-tabs li:before {
    display: none;
}

.item_introtext ul a,
.item_fulltext ul a,
.category_desc ul a,
.site_map ul a,
.item_introtext ul span,
.item_fulltext ul span,
.category_desc ul span,
.site_map ul span {
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    color: #eb7a6a;
}

.item_introtext ul a:hover,
.item_fulltext ul a:hover,
.category_desc ul a:hover,
.site_map ul a:hover,
.item_introtext ul span:hover,
.item_fulltext ul span:hover,
.category_desc ul span:hover,
.site_map ul span:hover {
    color: #eb7a6a;
}

ul.tags li:before,
ul.nav li:before,
ul.btn-toolbar li:before,
ul.dropdown-menu li:before,
ul.chzn-results li:before,
ul.chzn-choices li:before {
    display: none;
}

ul.icons li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

ul.icons li + li {
    margin-top: 10px;
}

ul.icons li:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    background: #333333;
    color: #ffffff;
    line-height: 20px;
    width: auto;
    height: auto;
    top: 0;
}

ul.icons li:nth-child(5n-4):before {
    content: '\f188';
}

ul.icons li:nth-child(5n-3):before {
    content: '\f140';
}

ul.icons li:nth-child(5n-2):before {
    content: '\f0c1';
}

ul.icons li:nth-child(5n-1):before {
    content: '\f0ed';
}

ul.icons li:nth-child(5n):before {
    content: '\f1f0';
}

ul ul.nav-child,
ul ol.nav-child,
ol ol.nav-child,
ol ul.nav-child {
    margin: 5px 0 0;
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline,
ol.inline {
    margin-left: 0;
}

ul.inline > li,
ol.inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl + * {
    margin-top: 24px;
}

dt,
dd {
    line-height: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 12px;
}

.dl-horizontal:before,
.dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0;
}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

.portfolio-meta-list {
    display: table;
    margin-left: 0;
    overflow: hidden;
}

.portfolio-meta-list li {
    color: #eb7a6a;
    display: table-row;
}

.portfolio-meta-list li strong {
    color: #eb7a6a;
}

.portfolio-meta-list li > strong,
.portfolio-meta-list li > span {
    display: table-cell;
}

.portfolio-meta-list li > span {
    padding-left: 5px;
    color: #7a777a;
}

.portfolio-meta-list li:before {
    display: none;
}

.item_fulltext .portfolio-meta-list li span:hover {
    color: inherit;
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 13px;
    color: #333333;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap;
}

pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}

pre.prettyprint {
    margin-bottom: 24px;
}

pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

form mark {
    background: none !important;
    bottom: 100%;
    right: 0;
    padding: 0 !important;
    position: absolute;
    line-height: 14px;
}

form mark label {
    color: #ff6363;
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin: 0 !important;
}

form textarea {
    min-height: 150px;
}

div.controls,
div.control-group,
.mod_tm_ajax_contact_form .control-group {
    position: relative;
    margin-bottom: 30px;
}

div.controls.reset-margin,
div.control-group.reset-margin,
.mod_tm_ajax_contact_form .control-group.reset-margin,
div.controls .controls,
div.control-group .controls,
.mod_tm_ajax_contact_form .control-group .controls,
div.controls select,
div.control-group select,
.mod_tm_ajax_contact_form .control-group select,
div.controls textarea,
div.control-group textarea,
.mod_tm_ajax_contact_form .control-group textarea,
div.controls input[type="text"],
div.control-group input[type="text"],
.mod_tm_ajax_contact_form .control-group input[type="text"],
div.controls input[type="password"],
div.control-group input[type="password"],
.mod_tm_ajax_contact_form .control-group input[type="password"],
div.controls input[type="datetime"],
div.control-group input[type="datetime"],
.mod_tm_ajax_contact_form .control-group input[type="datetime"],
div.controls input[type="datetime-local"],
div.control-group input[type="datetime-local"],
.mod_tm_ajax_contact_form .control-group input[type="datetime-local"],
div.controls input[type="date"],
div.control-group input[type="date"],
.mod_tm_ajax_contact_form .control-group input[type="date"],
div.controls input[type="month"],
div.control-group input[type="month"],
.mod_tm_ajax_contact_form .control-group input[type="month"],
div.controls input[type="time"],
div.control-group input[type="time"],
.mod_tm_ajax_contact_form .control-group input[type="time"],
div.controls input[type="week"],
div.control-group input[type="week"],
.mod_tm_ajax_contact_form .control-group input[type="week"],
div.controls input[type="number"],
div.control-group input[type="number"],
.mod_tm_ajax_contact_form .control-group input[type="number"],
div.controls input[type="email"],
div.control-group input[type="email"],
.mod_tm_ajax_contact_form .control-group input[type="email"],
div.controls input[type="url"],
div.control-group input[type="url"],
.mod_tm_ajax_contact_form .control-group input[type="url"],
div.controls input[type="search"],
div.control-group input[type="search"],
.mod_tm_ajax_contact_form .control-group input[type="search"],
div.controls input[type="tel"],
div.control-group input[type="tel"],
.mod_tm_ajax_contact_form .control-group input[type="tel"],
div.controls input[type="color"],
div.control-group input[type="color"],
.mod_tm_ajax_contact_form .control-group input[type="color"],
div.controls .uneditable-input,
div.control-group .uneditable-input,
.mod_tm_ajax_contact_form .control-group .uneditable-input {
    margin-bottom: 0;
}


/*=================================FORMS,TABLES,BUTTONS======================*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: block;
    max-width: 100%;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    color: #333333;
    font-size: 19px;
    height: 55px;
    line-height: 24px;
    padding: 15.5px 10px 15.5px 15px;
    vertical-align: middle;
    outline: none;
    font-weight: 500;
    margin-bottom: 30px;
    border-radius: 0px;
    box-sizing: border-box;
    -webkit-transition: border-color 1s ease, box-shadow 1s ease;
    transition: border-color 1s ease, box-shadow 1s ease;
    box-shadow: none;
}

select:-webkit-autofill,
textarea:-webkit-autofill,
input[type="text"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="datetime"]:-webkit-autofill,
input[type="datetime-local"]:-webkit-autofill,
input[type="date"]:-webkit-autofill,
input[type="month"]:-webkit-autofill,
input[type="time"]:-webkit-autofill,
input[type="week"]:-webkit-autofill,
input[type="number"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
input[type="search"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="color"]:-webkit-autofill,
.uneditable-input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 20px #ffffff !important;
    -webkit-text-fill-color: #333333 !important;
    color: #333333 !important;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
}

select:last-child,
textarea:last-child,
input[type="text"]:last-child,
input[type="password"]:last-child,
input[type="datetime"]:last-child,
input[type="datetime-local"]:last-child,
input[type="date"]:last-child,
input[type="month"]:last-child,
input[type="time"]:last-child,
input[type="week"]:last-child,
input[type="number"]:last-child,
input[type="email"]:last-child,
input[type="url"]:last-child,
input[type="search"]:last-child,
input[type="tel"]:last-child,
input[type="color"]:last-child,
.uneditable-input:last-child {
    margin-bottom: 0;
}

label.inline {
    display: inline-block;
}

.chzn-container {
    font-size: 19px;
    line-height: 24px;
    text-align: left;
}

.chzn-container .chzn-results {
    margin: 0;
    padding: 0;
}

.chzn-container .chzn-results li {
    padding: 10px 20px;
    color: #333333;
    background: #fff;
}

.chzn-container .chzn-results li.highlighted {
    background: #eb7a6a;
    color: #ffffff;
}

.chzn-container-single .chzn-single {
    background: #fff;
    height: 55px;
    padding: 15.5px 10px 15.5px 15px;
    line-height: inherit;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    border: none;
    color: #333333;
}

.chzn-container-single .chzn-single div {
    width: 55px;
    height: 55px;
    top: 0px;
    right: 0px;
    border-left: none;
    color: #ffffff;
    background: #eb7a6a;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.chzn-container-single .chzn-single div b {
    display: none;
}

.chzn-container-single .chzn-single div:before {
    content: '\f107';
    font-family: Fontawesome;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

.chzn-container-single .chzn-single span {
    margin: 0;
}

.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
    background: #fff;
    border: none;
}

.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div {
    color: #ffffff;
    background: #eb7a6a;
}

.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div:before {
    content: '\f106';
}

.chzn-container-single .chzn-drop {
    border-radius: 0 0 0px 0px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    border: none;
    border-top: none;
    margin: 0;
}

span.checkbox {
    position: relative;
    display: inline-block;
    min-height: 0;
    height: 14px;
    line-height: 14px;
    width: 14px;
    background: #ededed;
    border-radius: 0px;
    vertical-align: middle;
    top: -2px;
}

span.checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
    opacity: 0;
}

span.checkbox input[type="checkbox"]:checked + label.checkbox_inner:before {
    content: '\f00c';
}

span.checkbox label.checkbox_inner {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

span.checkbox label.checkbox_inner:before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 12px;
    height: 100%;
    left: 1px;
    position: absolute;
    right: 0;
    top: 0;
    color: #eb7a6a;
}

span.checkbox + label {
    margin: 0 0 0 3px;
    vertical-align: middle;
}

span.radio {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    min-height: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 18px;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    background: none;
}

span.radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
    opacity: 0;
}

span.radio input[type="radio"]:checked + label.radio_inner:before {
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    background: #eb7a6a;
}

span.radio label.radio_inner {
    bottom: 0;
    left: 0;
    line-height: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

span.radio + label {
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.item_introtext input,
.item_fulltext input,
.category_desc input,
.item_introtext select,
.item_fulltext select,
.category_desc select,
.item_introtext .select,
.item_fulltext .select,
.category_desc .select,
.item_introtext textarea,
.item_fulltext textarea,
.category_desc textarea {
    width: 100%;
}

.item_introtext textarea,
.item_fulltext textarea,
.category_desc textarea {
    height: 150px;
}

.item_introtext form .span4 + .span12,
.item_fulltext form .span4 + .span12,
.category_desc form .span4 + .span12 {
    margin-top: 30px;
}

.form-inline .checkbox input[type="checkbox"] {
    float: none;
}

.form-horizontal .control-label {
    padding-top: 11px;
}

.form-horizontal .control-label label {
    margin-bottom: 0;
}

.acymailing_module .acyfield_email {
    display: inline-block;
    position: relative;
}

.acymailing_module .acyfield_email input {
    margin: 0;
}

.form_placeholder {
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box;
    cursor: text;
    height: 100%;
    left: 0;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.ie_placeholder_controls {
    position: relative;
}

.btn#jform_profile_dob_img {
    box-sizing: border-box;
    height: 55px !important;
    line-height: 100%;
    padding: 0 !important;
    text-align: center;
    width: 55px !important;
}

.btn#jform_profile_dob_img i {
    margin: 0;
}

input.search-query {
    border-radius: 0;
}

.chzn-container-multi .chzn-choices li.search-field .default {
    box-sizing: content-box;
}

textarea#jform_profile_aboutme {
    height: 200px;
    width: 100%;
}

#helpsite-refresh {
    margin-bottom: 9px;
}

.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label {
    display: inline-block;
}

textarea.invalid {
    border: #f8b9b7;
}

.form-vertical label {
    display: inline-block;
}

select[name=ordering] {
    margin: 0;
}

textarea[style*="overflow"] {
    overflow: hidden !important;
}

#form-login .btn {
    margin-bottom: 30px;
}

.add-on.btn {
    padding-left: 0;
    padding-right: 0;
    width: 55px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 22.5px;
    line-height: 48px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
}

legend small {
    font-size: 18px;
    color: #999999;
}

label {
    display: block;
}

.uneditable-input {
    width: 206px;
}

input,
textarea {
    width: 100%;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea {
    resize: none;
    height: auto;
    font: inherit;
}

input[type="radio"],
input[type="checkbox"] {
    margin: -2px 0 0;
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 55px;
    line-height: 55px;
}

select[multiple] {
    height: auto;
}

.uneditable-input,
.uneditable-textarea {
    color: #999999;
    background-color: #fcfcfc;
    border-color: #dfdfdf;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

.radio,
.checkbox {
    min-height: 24px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 120px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block;
}

input,
textarea,
.uneditable-input {
    margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px;
}

.controls-row:before,
.controls-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.controls-row:after {
    clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #000000;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #000000;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #000000;
    background-color: #faffbd;
    border-color: #000000;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #000000;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #000000;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #000000;
    background-color: #ffe6e7;
    border-color: #000000;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #000000;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #000000;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #000000;
    background-color: #cffeca;
    border-color: #000000;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #000000;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #000000;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #000000;
    background-color: #d8f3fd;
    border-color: #000000;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #333333;
    border-color: #f8b9b7;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: rgba(82, 168, 236, 0.8);
}

input.error,
input.invalid,
label.invalid,
textarea.error,
select.error {
    border-color: #f8b9b7 !important;
    color: #ef5f5a !important;
    font-weight: 400;
}

input.error::-webkit-input-placeholder {
    color: #ef5f5a !important;
    font-weight: 400;
}

input.error:-moz-placeholder {
    color: #ef5f5a !important;
    font-weight: 400;
}

input.error::-moz-placeholder {
    color: #ef5f5a !important;
}

input.error:-ms-input-placeholder {
    color: #ef5f5a !important;
    font-weight: 400;
}

textarea.error::-webkit-input-placeholder {
    color: #ef5f5a !important;
    font-weight: 400;
}

textarea.error:-moz-placeholder {
    color: #ef5f5a !important;
    font-weight: 400;
}

textarea.error::-moz-placeholder {
    color: #ef5f5a !important;
    font-weight: 400;
}

textarea.error:-ms-input-placeholder {
    color: #ef5f5a !important;
    font-weight: 400;
}

.form-actions {
    padding: 23px 20px 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #f7f7f7;
    border-top: 1px solid #E5E5E5;
}

.form-actions:before,
.form-actions:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-actions:after {
    clear: both;
}

.help-block,
.help-inline {
    color: #a09ea0;
}

.help-block {
    display: block;
    margin-bottom: 12px;
}

.help-inline {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.input-append,
.input-prepend {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
    font-size: 15px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    vertical-align: top;
    display: inline-block;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    border-radius: 0;
}

.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
}

.input-append .btn.hasTooltip,
.input-prepend .btn.hasTooltip {
    width: 55px;
    padding-left: 0;
    padding-right: 0;
}

.input-prepend {
    position: relative;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    border-radius: 0px 0 0 0px;
}

.input-prepend input {
    padding-left: 55px;
}

.input-prepend .add-on {
    font-size: 16px;
    width: 55px;
    height: 55px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    background: transparent !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.input-prepend .add-on i,
.input-prepend .add-on > span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15.75px 0 0 -15.75px;
    border: 1px solid #dfdfdf;
    border-radius: 100px;
    line-height: 27.5px;
    width: 27.5px;
    color: #eb7a6a;
    font-size: 13px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.input-prepend .add-on:hover i {
    background: #eb7a6a;
    color: #ffffff;
}

.input-prepend:focus .add-on {
    background: #F00;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    border-radius: 0px 0 0 0px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
    border-radius: 0 0px 0px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 0px 0px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    border-radius: 0px 0 0 0px;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
    border-radius: 0 0px 0px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    border-radius: 0px 0 0 0px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    border-radius: 0 0px 0px 0;
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}

input.search-query {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 0;
    border-radius: 15px;
}


/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query {
    border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
    border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}

legend + .control-group {
    margin-top: 24px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 24px;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls {
    margin-left: 180px;
}

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
    margin-top: 12px;
}

.form-horizontal .form-actions {
    padding-left: 180px;
}

table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border: 1px solid #dddddd;
    border-radius: 0;
}

table th {
    background: #eb7a6a;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    padding: 3.5px 10px 3.5px 15px;
    border-bottom: 1px solid #dddddd;
    font-weight: 700;
}

table th:first-child {
    border-top-left-radius: 0;
}

table th:last-child {
    border-top-right-radius: 0;
}

table th + th {
    border-left: 1px solid #dddddd;
}

table tr td {
    padding: 15px 20px;
    border-bottom: 1px solid #dddddd;
}

table tr td + td {
    border-left: 1px solid #dddddd;
}

table tr:last-child td {
    border-bottom: none;
}

table a {
    color: #eb7a6a;
}

table a:hover {
    color: #333333;
}

dl.table {
    display: none;
    border-radius: 0px;
    border: 1px solid #dddddd;
    background: transparent;
}

dl.table dt,
dl.table dd {
    display: block;
}

dl.table dt {
    background: #eb7a6a;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    padding: 3.5px 10px 3.5px 15px;
    border-bottom: 1px solid #dddddd;
    font-weight: 700;
}

dl.table dd {
    margin-left: 0;
    padding: 15px 20px;
}

dl.table dd + dd {
    border-top: 1px solid #dddddd;
}

.table {
    width: 100%;
}

.table th,
.table td {
    padding: 8px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 0px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 0px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
    border-top-right-radius: 0px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-bottom-left-radius: 0px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
    border-bottom-right-radius: 0px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
    border-top-left-radius: 0px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
    border-top-right-radius: 0px;
}

.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: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}

.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

.table tbody tr.success > td {
    background-color: #cffeca;
}

.table tbody tr.error > td {
    background-color: #ffe6e7;
}

.table tbody tr.warning > td {
    background-color: #faffbd;
}

.table tbody tr.info > td {
    background-color: #d8f3fd;
}

.table-hover tbody tr.success:hover > td {
    background-color: #b8feb1;
}

.table-hover tbody tr.error:hover > td {
    background-color: #ffcccf;
}

.table-hover tbody tr.warning:hover > td {
    background-color: #f8ffa3;
}

.table-hover tbody tr.info:hover > td {
    background-color: #c0ecfc;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #ffffff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 11px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a,
.dropdown-menu a {
    display: block;
    padding: 3px 20px !important;
    clear: both;
    font-weight: normal;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    text-decoration: none;
    color: #ffffff;
    background: #eb7a6a;
    background-color: #2e2e2e;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#262626));
    background-image: -webkit-linear-gradient(top, #333333, #262626);
    background-image: linear-gradient(to bottom, #333333, #262626);
    background-repeat: repeat-x;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #333333;
    text-decoration: none;
    outline: 0;
    background-color: #2e2e2e;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#262626));
    background-image: -webkit-linear-gradient(top, #333333, #262626);
    background-image: linear-gradient(to bottom, #333333, #262626);
    background-repeat: repeat-x;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: default;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 6px 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}

.typeahead {
    z-index: 1051;
    margin-top: 2px;
    border-radius: 0px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
    padding: 24px;
    border-radius: 0px;
}

.well-small {
    padding: 9px;
    border-radius: 0px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapse.in {
    height: auto;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    position: relative;
    z-index: 2;
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}

button.close {
    padding: 3px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

#checkoutFormSubmit:after {
    content: '\f054';
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    margin-left: 14px;
    font-family: 'FontAwesome';
    position: relative;
}

button.btn,
input.btn,
a.btn {
    background: #00c0e1;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    outline: none;
    padding: 10px 18px 10px 18px;
    text-shadow: none;
    box-shadow: none;
    text-align: center;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    font-family: 'PT Sans', sans-serif;
    box-sizing: border-box;
    text-transform: capitalize;
    border: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (min-width: 768px) and (max-width: 979px) {
    button.btn,
    input.btn,
    a.btn {
        font-size: 17px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    button.btn,
    input.btn,
    a.btn {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    button.btn,
    input.btn,
    a.btn {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

button.btn .fa,
input.btn .fa,
a.btn .fa {
    margin: 0 8px 0 0;
    position: relative;
    top: 0px!important;
    display: inline-block;
    font-size: 19px;
    pointer-events: none;
}

button.btn span,
input.btn span,
a.btn span {
    pointer-events: none;
}

button.btn.disabled,
input.btn.disabled,
a.btn.disabled,
button.btn[disabled],
input.btn[disabled],
a.btn[disabled] {
    cursor: default;
    pointer-events: none;
}

button.btn:hover,
input.btn:hover,
a.btn:hover,
button.btn.active,
input.btn.active,
a.btn.active,
button.btn.selected,
input.btn.selected,
a.btn.selected {
    outline: none;
    border: none;
    color: #ffffff;
    background: #eb7a6a;
}

button.btn.jmodedit:hover > span,
input.btn.jmodedit:hover > span,
a.btn.jmodedit:hover > span,
button.btn.jmodedit:active > span,
input.btn.jmodedit:active > span,
a.btn.jmodedit:active > span {
    transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
}

.row-box-cart .btn .fa {
    position: relative;
    top: -1px;
    margin-right: 0;
}

.btn-large {
    padding: 11px 19px;
    font-size: 19px;
    border-radius: 0px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}

.btn-small {
    padding: 2px 10px;
    font-size: 15px;
    border-radius: 0px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 11px;
    border-radius: 0px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-warning {
    background: #f9b21a;
    color: #ffffff;
}

.btn-warning:hover {
    background: #faac06;
    color: #ffffff;
}

.btn-danger {
    background: #ee5f5b;
    color: #ffffff;
}

.btn-danger:hover,
.btn-danger.selected {
    background: #bd362f;
    color: #ffffff;
}

.btn-success {
    background: #62c462!important;
    color: #ffffff;
}

.btn-success:hover,
.btn-success.selected {
    background: #51a351;
    color: #ffffff;
}

.btn-info,
.cancel,
.cance-shop .btn {
    background: #5cc4a1 !important;
    color: #ffffff !important;
    border-radius: 10px;
    border-radius: 25px;
}

.btn-info:hover,
.cancel:hover,
.cance-shop .btn:hover {
    background: #00c0e1 !important;
    color: #ffffff !important;
}

.btn-inverse {
    background: #62c462;
    color: #ffffff;
}

.btn-inverse:hover {
    background: #51a351;
    color: #ffffff;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #191719;
    border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
    color: #eb7a6a;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}

.btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-group + .btn-group {
    margin-left: 5px;
}

.btn-toolbar {
    font-size: 0;
    margin-top: 12px;
    margin-bottom: 12px;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn {
    position: relative;
    border-radius: 0;
}

.btn-group > .btn + .btn {
    margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 15px;
}

.btn-group > .btn-mini {
    font-size: 11px;
}

.btn-group > .btn-small {
    font-size: 15px;
}

.btn-group > .btn-large {
    font-size: 19px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}

.btn-group .dropdown-toggle {
    line-height: 21px;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: "inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)";
}

.btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    box-shadow: "inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)";
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #eb7a6a;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #eb7a6a;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
    margin-top: 8px;
}

.dropup .btn-large .caret {
    border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.btn-group-vertical {
    display: inline-block;
}

.btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
    margin-left: 0;
    margin-top: -1px;
}

.btn-group-vertical > .btn:first-child {
    border-radius: 0px 0px 0 0;
}

.btn-group-vertical > .btn:last-child {
    border-radius: 0 0 0px 0px;
}

.btn-group-vertical > .btn-large:first-child {
    border-radius: 0px 0px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
    border-radius: 0 0 0px 0px;
}

.alert {
    padding: 28px 128px 28px;
    min-height: 60px;
    margin-bottom: 24px;
    background-color: #faffbd;
    position: relative;
    color: #000000;
}

.alert h4 {
    color: #000000;
}

.alert:before {
    position: absolute;
    font-family: FontAwesome;
    left: 26px;
    top: 50%;
    line-height: 0;
    content: '\f071';
    font-size: 79px;
    color: #fcdd9a;
}

.alert .close {
    position: absolute;
    top: 12px;
    right: 20px;
    line-height: 24px;
}

.alert-success {
    background-color: #cffeca;
    border-color: none;
    color: #000000;
}

.alert-success h4 {
    color: #000000;
}

.alert-success:before {
    content: '\f05d';
    color: #ade4f9;
}

.alert-danger,
.alert-error {
    background-color: #ffe6e7;
    border-color: none;
    color: #000000;
}

.alert-danger h4,
.alert-error h4 {
    color: #000000;
}

.alert-danger:before,
.alert-error:before {
    content: '\f05c';
    color: #ff6363;
}

.alert-info {
    background-color: #d8f3fd;
    border-color: none;
    color: #000000;
}

.alert-info h4 {
    color: #000000;
}

.alert-info:before {
    content: '\f05a';
    color: #39aa5e;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.alert-heading {
    color: inherit;
}

.nav {
    margin-left: 0;
    margin-bottom: 24px;
    list-style: none;
}

.nav > li > a {
    display: inline-block;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
}

.nav > li > a > img {
    max-width: none;
}

.nav > .pull-right {
    float: right;
}

.nav li + .nav-header {
    margin-top: 9px;
}

.nav-tabs {
    font-size: 0;
    margin: 0 0 20px;
    padding: 0 0 15px;
    text-align: center;
    position: relative;
}

.nav-tabs:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #dddddd;
}

.nav-tabs > li {
    display: inline-block;
    padding: 0;
}

.nav-tabs > li:before {
    display: none;
}

.nav-tabs > li + li {
    margin-left: 25px;
}

.nav-tabs > li > a,
.nav-tabs > li > span {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    position: relative;
}

.nav-tabs > li > a:after,
.nav-tabs > li > span:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    bottom: -22px;
    height: 4px;
    background: #eb7a6a;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
}

.nav-tabs > li > a:hover:after,
.nav-tabs > li > span:hover:after {
    width: 100%;
    left: 0;
}

.nav-tabs > .active > a:after,
.nav-tabs > .current > a:after,
.nav-tabs > .active > span:after,
.nav-tabs > .current > span:after {
    width: 100%;
    left: 0;
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
    padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #191719;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    margin-right: 2px;
}

.nav-list .divider {
    height: 1px;
    margin: 11px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.nav-pills:before,
.nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
}

.nav-pills:after {
    clear: both;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    padding: 8px 12px;
    margin: 2px 2px 2px 0;
    line-height: 14px;
    border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
    color: #ffffff;
    background-color: #191719;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li > a {
    margin-right: 0;
}

.nav-tabs.nav-stacked {
    border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
    border: 1px solid #DDD;
    border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
    border-color: #DDD;
    z-index: 2;
}

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
    border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
    border-radius: 6px;
}

.nav .dropdown-toggle .caret {
    border-top-color: #191719;
    border-bottom-color: #191719;
    margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
    border-top-color: #eb7a6a;
    border-bottom-color: #eb7a6a;
}


/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
    cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
    border-color: #999999;
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: "";
    line-height: 0;
}

.tabbable:after {
    clear: both;
}

.tab-content {
    overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #DDD;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
    border-top-color: #DDD;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #DDD #DDD #DDD;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #DDD;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #DDD transparent #DDD #DDD;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #DDD;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #DDD #DDD #DDD transparent;
}

.nav > .disabled > a {
    color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
}

.navbar {
    overflow: visible;
    margin-bottom: 24px;
}

.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(transparent));
    background-image: -webkit-linear-gradient(top, #ffffff, transparent);
    background-image: linear-gradient(to bottom, #ffffff, transparent);
    background-repeat: repeat-x;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar-inner:after {
    clear: both;
}

.navbar .container {
    width: auto;
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}

.navbar .brand {
    float: left;
    display: block;
    padding: 8px 20px 8px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
    text-decoration: none;
}

.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777777;
}

.navbar-link {
    color: #000000;
}

.navbar-link:hover,
.navbar-link:focus {
    color: #333333;
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid transparent;
    border-right: 1px solid #ffffff;
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
    margin-top: 0;
}

.navbar-form {
    margin-bottom: 0;
}

.navbar-form:before,
.navbar-form:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar-form:after {
    clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
    margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
    display: inline-block;
    margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
    margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
    margin-top: 0;
}

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

.navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    border-radius: 15px;
}

.navbar-static-top {
    position: static;
    margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
    border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    box-shadow: "0 1px 10px rgba(0,0,0,.1)";
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
    box-shadow: "0 -1px 10px rgba(0,0,0,.1)";
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}

.navbar .nav > li {
    float: left;
}

.navbar .nav > li > a {
    float: none;
    padding: 8px 15px 8px;
    color: #000000;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #555555;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(242, 242, 242, 0.6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, #f2f2f2, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, #f2f2f2, rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    box-shadow: "inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075)";
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background-color: rgba(0, 0, 0, 0);
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #F5F5F5;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.navbar .nav > li > .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    border-top: 7px solid #CCC;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    bottom: -6px;
    top: auto;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0);
    color: #555555;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    border-color: #252525;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
    color: #ffffff;
}

.navbar-inverse .brand {
    color: #999999;
}

.navbar-inverse .navbar-text {
    color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    color: #ffffff;
    background-color: #111111;
}

.navbar-inverse .navbar-link {
    color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
    color: #ffffff;
}

.navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #111111;
    color: #ffffff;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
    color: #ffffff;
    background-color: #515151;
    border-color: #111111;
    box-shadow: "inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)";
    -webkit-transition: none;
    transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.navbar-inverse .navbar-search .search-query::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0;
}

.navbar-inverse .btn-navbar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000000;
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #040404;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
    background-color: #000000;
}

.breadcrumb {
    background: none;
    font-size: 12px;
    padding: 0;
    text-align: left;
    margin: 0 0 24px;
}

.breadcrumb li {
    padding: 0;
    display: inline-block;
}

.breadcrumb li:before {
    display: none;
}

.breadcrumb li .divider {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    color: #CCC;
}

.breadcrumb li.active {
    color: #333333;
}

.breadcrumb li > span:first-child:hover {
    color: inherit;
}

.breadcrumb a {
    color: #eb7a6a;
}

.breadcrumb a:hover {
    color: #333333;
}

.breadcrumb .firstItem > a.pathway {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.breadcrumb .firstItem > a.pathway:before {
    content: '\f015';
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pagination {
    height: auto;
    margin: 0;
    padding: 30px 0;
}

.pagination ul {
    margin: 0;
    text-align: center;
    width: 100%;
}

.pagination ul li {
    display: inline-block;
    margin: 0 2px;
}

.pagination ul li > a,
.pagination ul li > span {
    display: block;
    padding: 7px 13px;
    line-height: 24px;
    border-radius: 0px;
}

.pagination ul li > a:focus,
.pagination ul li > span:focus {
    background: #eb7a6a;
}

.pagination ul li > a:focus:hover,
.pagination ul li > span:focus:hover {
    background: #333333;
}

.pagination ul li > a:hover,
.pagination ul li > span:hover {
    background: #333333;
    border-color: none !important;
    color: #ffffff;
}

.pagination ul li > .pagenav,
.pagination ul li > .hasTooltip {
    background: #eb7a6a;
    color: #ffffff;
}

.pagination ul li > span.pagenav {
    background: #333333;
    border-color: none !important;
    color: #ffffff;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
    cursor: default;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 19px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 15px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 11px;
}

.pager {
    margin: 24px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    display: table;
    content: "";
    line-height: 0;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: default;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #EEE;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    width: 98%;
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 1%;
}

.modal-body iframe {
    width: 100%;
    max-height: none;
    border: 0 !important;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #F5F5F5;
    border-top: 1px solid #DDD;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}


/*======================= MODAL WINDOW =======================*/

div.modal.fade.loginPopup {
    font-size: 0;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
}

div.modal.fade.loginPopup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

div.modal.fade.loginPopup div.modal_wrapper {
    background: #ffffff;
    display: inline-block;
    font-size: 15px;
    position: relative;
    vertical-align: middle;
    width: 260px;
}

div.modal.fade.loginPopup div.modal_wrapper .moduletable {
    margin-bottom: 0;
}

div.modal.fade.loginPopup.in {
    opacity: 1;
}

div.modal.fade.loginPopup .modal-body {
    overflow: visible;
    max-height: 420px;
}

div.modal.fade {
    top: -200%;
}

button.modalClose {
    margin: 14px;
    padding: 0;
}

.login-greeting {
    margin: 0 0 9px 0;
}

.input-modal {
    width: 146px;
}

div.modal.fade {
    z-index: 0;
}

div.modal.fade.in {
    z-index: 1030;
}

.modal-hide {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal-header {
    padding: 0;
    border: none;
}

.modal-body {
    padding: 0;
    width: 100%;
}

#modal .moduletable {
    padding: 15px;
}

#modal .moduletable:last-child {
    padding-bottom: 9px;
}

#modal .moduletable + .moduletable {
    padding-top: 0;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
}

.tooltip.in {
    opacity: 0.8;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 0px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
}

.thumbnails:before,
.thumbnails:after {
    display: table;
    content: "";
    line-height: 0;
}

.thumbnails:after {
    clear: both;
}

.row-fluid .thumbnails {
    margin-left: 0;
}

.thumbnails > li {
    float: left;
    margin-bottom: 24px;
    margin-left: 20px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 24px;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #191719;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #555555;
}

.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 15px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    background: #eb7a6a;
}

.label {
    border-radius: 3px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 9px;
}

.label:empty,
.badge:empty {
    display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    background: #333333;
}

.label-important,
.badge-important {
    background-color: #000000;
}

.label-important[href],
.badge-important[href] {
    background-color: #000000;
}

.label-warning,
.badge-warning {
    background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.label-success,
.badge-success {
    background-color: #000000;
}

.label-success[href],
.badge-success[href] {
    background-color: #000000;
}

.label-inverse,
.badge-inverse {
    background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
    position: relative;
    top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
    top: 0;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 24px;
    margin-bottom: 24px;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}

.progress .bar {
    width: 0%;
    height: 100%;
    color: #ffffff;
    float: left;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress .bar + .bar {
    box-shadow: "inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)";
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-horizontal {
    position: relative;
    background: #000;
    height: 30px;
    opacity: 0;
    visibility: hidden;
}

.progress-horizontal .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #FFF;
    text-align: right;
}

.progress-horizontal .text-inner {
    color: #000;
}

.progress-horizontal .bar {
    background: #eb7a6a;
    height: 100%;
    position: absolute;
    left: 0;
    clip: rect(0, auto, auto, auto);
}

.visible-first > .item_content > .progress-horizontal {
    visibility: visible;
    opacity: 1;
}

.visible-first > .item_content > .progress-horizontal .bar {
    -webkit-animation: 2s ease h-progress;
    animation: 2s ease h-progress;
}

.progress-vertical {
    position: relative;
    width: 60px;
    margin: 30px auto;
    background: #000;
    height: 200px;
    opacity: 0;
    visibility: hidden;
}

.progress-vertical .text {
    position: absolute;
    left: 0;
    right: 0;
    color: #FFF;
    text-align: center;
}

.progress-vertical .bar {
    background: #eb7a6a;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    clip: rect(0, auto, auto, auto);
}

.progress-vertical .bar .text-inner {
    color: #000;
    bottom: 0;
}

.visible-first > .item_content > .progress-vertical {
    opacity: 1;
    visibility: visible;
}

.visible-first > .item_content > .progress-vertical .bar {
    -webkit-animation: v-progress 2s ease;
    animation: v-progress 2s ease;
}

.radial-progress {
    position: relative;
    line-height: 0;
}

.radial-progress svg path:first-child {
    stroke: #ffffff !important;
}

.radial-progress svg path:last-child {
    stroke: #eb7a6a !important;
    fill: #000000 !important;
}

.radial-progress .progressbar-text {
    color: #eb7a6a !important;
    font-size: 24px;
    line-height: 24px;
}

.accordion {
    margin-bottom: 24px;
}

.accordion-group {
    overflow: hidden;
    margin: 0 0 5px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-toggle {
    padding: 10px 0 10px 61px;
    position: relative;
    color: #333333;
    background: #f5f5f5;
    display: block;
    z-index: 0;
}

.accordion-toggle:before,
.accordion-toggle:after {
    left: 0;
    position: absolute;
    bottom: 0;
    width: 40px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: -1;
}

.accordion-toggle:after {
    content: '\f067';
    font: 14px/0 FontAwesome;
    text-align: center;
    top: 50%;
    color: #ffffff;
}

.accordion-toggle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: #eb7a6a;
}

.accordion-toggle.selected:after {
    content: '\f068';
}

.accordion-toggle:hover {
    background: #D6D6D6;
}

.accordion-inner {
    padding: 15px 20px 15px 22px;
}

.carousel {
    position: relative;
    margin-bottom: 24px;
    line-height: 1;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    border-radius: 23px;
    opacity: 0.5;
}

.carousel-control.right {
    left: auto;
    right: 15px;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
    color: #ffffff;
    line-height: 24px;
}

.carousel-caption h4 {
    margin: 0 0 5px;
}

.carousel-caption p {
    margin-bottom: 0;
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 36px;
    color: inherit;
    background-color: #eeeeee;
    border-radius: 6px;
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px;
}

.hero-unit li {
    line-height: 36px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-tablet {
    display: none !important;
}

@media (min-width: 980px) {
    .hidden-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .visible-desktop {
        display: none !important;
    }
    .visible-tablet {
        display: inherit !important;
    }
    .hidden-tablet {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .visible-phone {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .visible-desktop {
        display: none !important;
    }
    .hidden-phone {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: inherit !important;
    }
    .hidden-print {
        display: none !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-left: -20px;
        margin-right: -20px;
    }
    .container-fluid {
        padding: 0;
    }
    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left;
    }
    .dl-horizontal dd {
        margin-left: 0;
    }
    .container {
        width: auto;
    }
    .row-fluid {
        width: 100%;
    }
    .row,
    .thumbnails {
        /* margin-left: 0;*/
    }
    .thumbnails > li {
        float: none;
        margin-left: 0;
    }
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
    }
    .span12,
    .row-fluid .span12 {
        width: 100%;
        box-sizing: border-box;
    }
    .row-fluid [class*="offset"]:first-child {
        margin-left: 0;
    }
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 1px;
        box-sizing: border-box;
    }
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto;
    }
    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0);
    }
    .page-header h1 small {
        display: block;
        line-height: 24px;
    }
    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
    }
    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
    .form-horizontal .controls {
        margin-left: 0;
    }
    .form-horizontal .control-list {
        padding-top: 0;
    }
    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }
    .media .pull-left,
    .media .pull-right {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .media-object {
        margin-right: 0;
        margin-left: 0;
    }
    .modal-header .close {
        padding: 10px;
        margin: -10px;
    }
    .carousel-caption {
        position: static;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .row {
        margin-left: -12px;
    }
    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row:after {
        clear: both;
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 12px;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 756px;
    }
    .span12 {
        width: 756px;
    }
    .span11 {
        width: 692px;
    }
    .span10 {
        width: 628px;
    }
    .span9 {
        width: 564px;
    }
    .span8 {
        width: 500px;
    }
    .span7 {
        width: 436px;
    }
    .span6 {
        width: 372px;
    }
    .span5 {
        width: 308px;
    }
    .span4 {
        width: 244px;
    }
    .span3 {
        width: 180px;
    }
    .span2 {
        width: 116px;
    }
    .span1 {
        width: 52px;
    }
    .offset12 {
        margin-left: 780px;
    }
    .offset11 {
        margin-left: 716px;
    }
    .offset10 {
        margin-left: 652px;
    }
    .offset9 {
        margin-left: 588px;
    }
    .offset8 {
        margin-left: 524px;
    }
    .offset7 {
        margin-left: 460px;
    }
    .offset6 {
        margin-left: 396px;
    }
    .offset5 {
        margin-left: 332px;
    }
    .offset4 {
        margin-left: 268px;
    }
    .offset3 {
        margin-left: 204px;
    }
    .offset2 {
        margin-left: 140px;
    }
    .offset1 {
        margin-left: 76px;
    }
    .row-fluid {
        width: 100%;
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row-fluid:after {
        clear: both;
    }
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 1px;
        box-sizing: border-box;
        float: left;
        margin-left: 1.58730159%;
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 1.58730159%;
    }
    .row-fluid .span12 {
        width: 100%;
    }
    .row-fluid .span11 {
        width: 91.53439153%;
    }
    .row-fluid .span10 {
        width: 83.06878307%;
    }
    .row-fluid .span9 {
        width: 74.6031746%;
    }
    .row-fluid .span8 {
        width: 66.13756614%;
    }
    .row-fluid .span7 {
        width: 57.67195767%;
    }
    .row-fluid .span6 {
        width: 49.20634921%;
    }
    .row-fluid .span5 {
        width: 40.74074074%;
    }
    .row-fluid .span4 {
        width: 32.27513228%;
    }
    .row-fluid .span3 {
        width: 23.80952381%;
    }
    .row-fluid .span2 {
        width: 15.34391534%;
    }
    .row-fluid .span1 {
        width: 6.87830688%;
    }
    .row-fluid .offset12 {
        margin-left: 103.17460317%;
    }
    .row-fluid .offset12:first-child {
        margin-left: 101.58730159%;
    }
    .row-fluid .offset11 {
        margin-left: 94.70899471%;
    }
    .row-fluid .offset11:first-child {
        margin-left: 93.12169312%;
    }
    .row-fluid .offset10 {
        margin-left: 86.24338624%;
    }
    .row-fluid .offset10:first-child {
        margin-left: 84.65608466%;
    }
    .row-fluid .offset9 {
        margin-left: 77.77777778%;
    }
    .row-fluid .offset9:first-child {
        margin-left: 76.19047619%;
    }
    .row-fluid .offset8 {
        margin-left: 69.31216931%;
    }
    .row-fluid .offset8:first-child {
        margin-left: 67.72486772%;
    }
    .row-fluid .offset7 {
        margin-left: 60.84656085%;
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.25925926%;
    }
    .row-fluid .offset6 {
        margin-left: 52.38095238%;
    }
    .row-fluid .offset6:first-child {
        margin-left: 50.79365079%;
    }
    .row-fluid .offset5 {
        margin-left: 43.91534392%;
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.32804233%;
    }
    .row-fluid .offset4 {
        margin-left: 35.44973545%;
    }
    .row-fluid .offset4:first-child {
        margin-left: 33.86243386%;
    }
    .row-fluid .offset3 {
        margin-left: 26.98412698%;
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.3968254%;
    }
    .row-fluid .offset2 {
        margin-left: 18.51851852%;
    }
    .row-fluid .offset2:first-child {
        margin-left: 16.93121693%;
    }
    .row-fluid .offset1 {
        margin-left: 10.05291005%;
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.46560847%;
    }
    input,
    textarea,
    .uneditable-input {
        margin-left: 0;
    }
    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 12px;
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 742px;
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 678px;
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 614px;
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 550px;
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 486px;
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 422px;
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 358px;
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 294px;
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 230px;
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 166px;
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 102px;
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 38px;
    }
}

@media (min-width: 1200px) {
    .row {}
    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row:after {
        clear: both;
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1170px;
    }
    .span12 {
        width: 1170px;
    }
    .span11 {
        width: 1070px;
    }
    .span10 {
        width: 970px;
    }
    .span9 {
        width: 870px;
    }
    .span8 {
        width: 770px;
    }
    .span7 {
        width: 670px;
    }
    .span6 {
        width: 570px;
    }
    .span5 {
        width: 470px;
    }
    .span4 {
        width: 370px;
    }
    .span3 {
        width: 270px;
    }
    .span2 {
        width: 170px;
    }
    .span1 {
        width: 70px;
    }
    .offset12 {
        margin-left: 1230px;
    }
    .offset11 {
        margin-left: 1130px;
    }
    .offset10 {
        margin-left: 1030px;
    }
    .offset9 {
        margin-left: 930px;
    }
    .offset8 {
        margin-left: 830px;
    }
    .offset7 {
        margin-left: 730px;
    }
    .offset6 {
        margin-left: 630px;
    }
    .offset5 {
        margin-left: 530px;
    }
    .offset4 {
        margin-left: 430px;
    }
    .offset3 {
        margin-left: 330px;
    }
    .offset2 {
        margin-left: 230px;
    }
    .offset1 {
        margin-left: 130px;
    }
    .row-fluid {
        width: 100%;
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row-fluid:after {
        clear: both;
    }
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 1px;
        box-sizing: border-box;
        float: left;
        margin-left: 2.56410256%;
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.56410256%;
    }
    .row-fluid .span12 {
        width: 100%;
    }
    .row-fluid .span11 {
        width: 91.45299145%;
    }
    .row-fluid .span10 {
        width: 82.90598291%;
    }
    .row-fluid .span9 {
        width: 74.35897436%;
    }
    .row-fluid .span8 {
        width: 65.81196581%;
    }
    .row-fluid .span7 {
        width: 57.26495726%;
    }
    .row-fluid .span6 {
        width: 48.71794872%;
    }
    .row-fluid .span5 {
        width: 40.17094017%;
    }
    .row-fluid .span4 {
        width: 31.62393162%;
    }
    .row-fluid .span3 {
        width: 23.07692308%;
    }
    .row-fluid .span2 {
        width: 14.52991453%;
    }
    .row-fluid .span1 {
        width: 5.98290598%;
    }
    .row-fluid .offset12 {
        margin-left: 105.12820513%;
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.56410256%;
    }
    .row-fluid .offset11 {
        margin-left: 96.58119658%;
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.01709402%;
    }
    .row-fluid .offset10 {
        margin-left: 88.03418803%;
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.47008547%;
    }
    .row-fluid .offset9 {
        margin-left: 79.48717949%;
    }
    .row-fluid .offset9:first-child {
        margin-left: 76.92307692%;
    }
    .row-fluid .offset8 {
        margin-left: 70.94017094%;
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.37606838%;
    }
    .row-fluid .offset7 {
        margin-left: 62.39316239%;
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.82905983%;
    }
    .row-fluid .offset6 {
        margin-left: 53.84615385%;
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.28205128%;
    }
    .row-fluid .offset5 {
        margin-left: 45.2991453%;
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.73504274%;
    }
    .row-fluid .offset4 {
        margin-left: 36.75213675%;
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.18803419%;
    }
    .row-fluid .offset3 {
        margin-left: 28.20512821%;
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.64102564%;
    }
    .row-fluid .offset2 {
        margin-left: 19.65811966%;
    }
    .row-fluid .offset2:first-child {
        margin-left: 17.09401709%;
    }
    .row-fluid .offset1 {
        margin-left: 11.11111111%;
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.54700855%;
    }
    input,
    textarea,
    .uneditable-input {
        margin-left: 0;
    }
    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 30px;
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 1156px;
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 1056px;
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 956px;
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 856px;
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 756px;
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 656px;
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 556px;
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 456px;
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 356px;
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 256px;
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 156px;
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 56px;
    }
    .thumbnails {
        margin-left: -30px;
    }
    .thumbnails > li {
        margin-left: 30px;
    }
    .row-fluid .thumbnails {
        margin-left: 0;
    }
}

@media (max-width: 979px) {
    body {
        padding-top: 0;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static;
    }
    .navbar-fixed-top {
        margin-bottom: 24px;
    }
    .navbar-fixed-bottom {
        margin-top: 24px;
    }
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 5px;
    }
    .navbar .container {
        width: auto;
        padding: 0;
    }
    .navbar .brand {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 0 -5px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 12px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse .nav > li > a {
        margin-bottom: 2px;
    }
    .nav-collapse .nav > .divider-vertical {
        display: none;
    }
    .nav-collapse .nav .nav-header {
        color: #777777;
        text-shadow: none;
    }
    .nav-collapse .nav > li > a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #000000;
        border-radius: 3px;
    }
    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        border-radius: 0px;
    }
    .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 2px;
    }
    .nav-collapse .nav > li > a:hover,
    .nav-collapse .nav > li > a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
        background-color: transparent;
    }
    .navbar-inverse .nav-collapse .nav > li > a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #999999;
    }
    .navbar-inverse .nav-collapse .nav > li > a:hover,
    .navbar-inverse .nav-collapse .nav > li > a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: #111111;
    }
    .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0;
    }
    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: none;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
    .nav-collapse .open > .dropdown-menu {
        display: block;
    }
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
        display: none;
    }
    .nav-collapse .dropdown-menu .divider {
        display: none;
    }
    .nav-collapse .nav > li > .dropdown-menu:before,
    .nav-collapse .nav > li > .dropdown-menu:after {
        display: none;
    }
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 12px 15px;
        margin: 12px 0;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    }
    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111111;
        border-bottom-color: #111111;
    }
    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0;
    }
    .nav-collapse,
    .nav-collapse.collapse {
        overflow: hidden;
        height: 0;
    }
    .navbar .btn-navbar {
        display: block;
    }
    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 980px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
    }
}


/* Extending Bootstrap */


/* Typography */

.small {
    font-size: 11px;
}


/* Max Width */

iframe,
svg {
    max-width: 100%;
    border: none;
}


/* Nowrap */

.nowrap {
    white-space: nowrap;
}


/* Center */

.center,
.table td.center,
.table th.center {
    text-align: center;
}


/* Disabled Link */

a.disabled,
a.disabled:hover {
    color: #999;
    background-color: transparent;
    cursor: default;
    text-decoration: none;
}

.btn .caret {
    margin-bottom: 7px;
}

.btn.btn-micro .caret {
    margin: 5px 0;
}

.blog-row-rule,
.blog-item-rule {
    border: 0;
}


/* Modal */

body.modal {
    padding-top: 0;
    background: #fff;
}

.blog-row-rule,
.blog-item-rule {
    border: 0;
}


/* Nav List Offset */

.nav-list > li.offset > a {
    padding-left: 30px;
    font-size: 12px;
}

.blog-row-rule,
.blog-item-rule {
    border: 0;
}

.row-fluid .offset1 {
    margin-left: 8.382978723%;
}

.row-fluid .offset2 {
    margin-left: 16.89361702%;
}

.row-fluid .offset3 {
    margin-left: 25.404255317%;
}

.row-fluid .offset4 {
    margin-left: 33.914893614%;
}

.row-fluid .offset5 {
    margin-left: 42.425531911%;
}

.row-fluid .offset6 {
    margin-left: 50.93617020799999%;
}

.row-fluid .offset7 {
    margin-left: 59.446808505%;
}

.row-fluid .offset8 {
    margin-left: 67.95744680199999%;
}

.row-fluid .offset9 {
    margin-left: 76.468085099%;
}

.row-fluid .offset10 {
    margin-left: 84.97872339599999%;
}

.row-fluid .offset11 {
    margin-left: 91.489361693%;
}


/* Navbar Buttons */

.navbar .nav > li > a.btn {
    padding: 4px 10px;
    line-height: 18px;
}


/* Nav Tabs Dark */

.nav-tabs.nav-dark {
    border-bottom: 1px solid #333;
    text-shadow: 1px 1px 1px #000;
}

.nav-tabs.nav-dark > li > a {
    color: #F8F8F8;
}

.nav-tabs.nav-dark > li > a:hover {
    border-color: #333 #333 #111;
    background-color: #777;
}

.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
    color: #FFF;
    background-color: #555;
    border: 1px solid #222;
    border-bottom-color: transparent;
}


/* Radio Button Groups */

.radio.btn-group input[type=radio] {
    display: none;
}

.radio.btn-group > label:first-of-type {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

fieldset.radio.btn-group {
    padding-left: 0;
}


/* iFrames */

.iframe-bordered {
    border: 1px solid #dddddd;
}


/* Tabbed Content */

.tab-content {
    overflow: visible;
}

.tabs-left .tab-content {
    overflow: auto;
}


/* Extended Joomla Button Classes */

.btn-micro {
    padding: 1px 4px;
    font-size: 10px;
    line-height: 8px;
}

.btn-group > .btn-micro {
    font-size: 10px;
}


/* Joomla => Bootstrap Tooltip */

.tip-wrap {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
    z-index: 100;
}


/* Input Prepend Chosen Select Boxes */


/* Common styling for Chosen Select Boxes with Input Prepend/Append */

.input-prepend .chzn-container-single .chzn-single,
.input-append .chzn-container-single .chzn-single {
    border-color: #dfdfdf;
    height: 26px;
    box-shadow: none;
}

.input-prepend .chzn-container-single .chzn-drop,
.input-append .chzn-container-single .chzn-drop {
    border-color: #dfdfdf;
}

.input-prepend > .add-on,
.input-append > .add-on {
    vertical-align: top;
}


/* Styles specific to Input Prepend Chosen Select Boxes */

.input-prepend .chzn-container-single .chzn-single {
    border-radius: 0 3px 3px 0;
}

.input-prepend .chzn-container-single .chzn-single-with-drop {
    border-radius: 0 3px 0 0;
}


/* Styles specific to Input Append Chosen Select Boxes */

.input-append .chzn-container-single .chzn-single {
    border-radius: 3px 0 0 3px;
}

.input-append .chzn-container-single .chzn-single-with-drop {
    border-radius: 3px 0 0 0;
}


/* Styles specific to combined Input Prepend and Append Chosen Select Boxes */

.input-prepend.input-append .chzn-container-single .chzn-single,
.input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
    border-radius: 0;
}


/* Accessible Hidden Elements (good for hidden labels and such) */

.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/* Form Vertical Overrides Form Horizontal */

.form-vertical .control-label {
    float: none;
    width: auto;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}

.form-vertical .controls {
    margin-left: 0;
}


/* Auto Width */

.width-auto {
    width: auto;
}


/* Chosen proper wrapping in Bootstrap btn-group */

.btn-group .chzn-results {
    white-space: normal;
}


/* Accordion overflow fix */

.accordion-body.in:hover {
    overflow: visible;
}


/* Invalid indicators */

.invalid {
    color: #9d261d;
    font-weight: bold;
}

input.invalid {
    border: 1px solid #9d261d;
}


/* Tweaking of tooltips */

.tooltip {
    max-width: 400px;
}

.tooltip-inner {
    max-width: none;
    text-align: left;
    text-shadow: none;
}

th .tooltip-inner {
    font-weight: normal;
}

.tooltip.hasimage {
    opacity: 1;
}


/* Align tip text to left (old mootools tip) */

.tip-text {
    text-align: left;
}

.btn-group > .btn + .dropdown-backdrop + .btn {
    margin-left: -1px;
}

.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: "inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)";
}

.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.dropdown-menu {
    text-align: left;
}

.fa-file-add:before {
    content: "\f016";
}

.fa-remove:before {
    content: "\f00d";
}

.fa-picture:before {
    content: "\f03e";
}

.icon-edit:before {
    content: "\f044";
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

body:after {
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

body.disable-hover:after {
    z-index: 999999999999999999;
}

.custom_hover strong {
    display: none;
}

html {
    -ms-overflow-style: scrollbar;
}

html,
body {
    height: 100%;
}

.container-fluid {
    margin: 0 20px;
    padding: 0;
    position: relative;
}

#Kunena #jumpto .btn,
#Kunena .search-user .btn,
.krowmoderation .btn,
.input-append .btn,
.input-prepend .btn,
#kpost-attachments .btn,
#searchForm .btn {
    height: 55px;
    box-sizing: border-box;
    padding: 0 15px!important;
    line-height: 55px;
    vertical-align: middle;
}

#Kunena #jumpto .btn#jform_profile_dob_img,
#Kunena .search-user .btn#jform_profile_dob_img,
.krowmoderation .btn#jform_profile_dob_img,
.input-append .btn#jform_profile_dob_img,
.input-prepend .btn#jform_profile_dob_img,
#kpost-attachments .btn#jform_profile_dob_img,
#searchForm .btn#jform_profile_dob_img {
    padding: 0 15px!important;
}

.offline_container {
    font-size: 0;
    height: 100%;
    line-height: 0;
    text-align: center;
}

.offline_container:before {
    content: '';
    display: inline-block;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    width: 0;
}

.offline_container .container {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.offline_container #logo,
.offline_container .offline_message {
    text-align: center;
}

.offline_container .well {
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    max-width: 100%;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    color: #7a777a;
}

.offline_container .well > p {
    color: #FFF;
    color: #7a777a;
}

.offline_container .well .input > div {
    padding-bottom: 20px;
}

.offline_container .well #logo {
    margin-bottom: 24px;
    max-width: 100%;
}

.offline_container .well .btn {
    float: right;
}

.offline_container .well #form-login-remember {
    float: left;
    overflow: hidden;
    padding: 10px 0;
}

.offline_container .well #form-login-remember label {
    color: #7a777a;
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
}

.offline_container .well input[type=text],
.offline_container .well input[type=password] {
    width: 100%;
}

.offline_container .well div[id*=form-login] {
    position: relative;
}

.offline_container .well #form-login {
    padding-top: 30px;
    text-align: center;
}

.offline_container .well fieldset {
    display: inline-block;
    max-width: 100%;
    text-align: left;
    width: 400px;
}

.moduletable {
    margin-bottom: 40px;
}

.moduletable:before,
.moduletable:after {
    display: table;
    content: "";
    line-height: 0;
}

.moduletable:after {
    clear: both;
}

.moduletable.span12 + .moduletable {
    clear: both;
}

.moduletable.span12:last-child {
    margin-bottom: 0;
}

.mod-menu .nav.menu.nav-pills > li > a {
    display: block;
}

.mod-menu .nav.menu.nav-pills > li.active > a {
    background: #eb7a6a;
}

time,
.item_hits,
.item_category-name address,
.item_createdby {
    white-space: nowrap;
    margin: 0;
}

.item {
    margin-bottom: 48px;
}

.item:after {
    content: '';
    display: block;
    clear: both;
}

.icons:after {
    content: '';
    clear: both;
    display: block;
}

.calendar table {
    border: none;
    border-collapse: collapse;
}

.calendar table th,
.calendar table td {
    border: none !important;
    padding: 0 !important;
    text-align: center !important;
}


/***************HEADER*****************/

header {
    padding: 0;
    margin: 0;
    position: relative;
    background: #fff;
}

.header-inner {
    padding: 10px 0;
    background: #f4f4f4;
}

.top-phone {
    color: #898989;
    font-weight: bold;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    float: left;
}

h1#logo {
    margin-top: 25px;
    margin-bottom: 0;
}

header .search {
    margin-top: 40px;
    position: relative;
}

header .search input.inputbox {
    height: 41px;
    font-size: 14px;
    color: #a9a9a9;
    line-height: 19px;
    background: #f4f4f4;
    border: none;
    width: 100%;
    padding: 10px 40px 11px 19px;
    display: block;
    border-radius: 30px;
    width: 330px;
    float: right;
    box-sizing: border-box;
}

header .search button.button.btn {
    position: absolute;
    background: url(../images/search_icon.png) no-repeat 0 0;
    width: 15px;
    height: 14px;
    top: 14px;
    right: 18px;
    display: block;
    border: none;
    font-size: 0;
    opacity: 0.3;
    padding: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

header .search input.button:hover,
header .search input.button:focus {
    opacity: 1;
}


/***************CART*****************/

.moduletable.cart {
    position: relative;
    z-index: 98;
    float: none;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 767px) {
    .moduletable.cart {
        float: none;
        display: block;
        clear: right;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .moduletable.cart .module_container {
        display: inline-block;
    }
}

.vmCartModule {
    position: relative;
    padding-top: 2px;
    float: right;
}

.vmCartModule #vm_cart_products {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    padding: 0;
    border: 1px solid #dddddd;
    z-index: 8002;
    background: #fff;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    display: none\0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 320px) and (max-width: 767px) {
    .vmCartModule #vm_cart_products {
        right: auto;
        left: 50%;
        width: 280px;
        margin-left: -140px;
    }
}

.vmCartModule #vm_cart_products.shown {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    display: block\0;
}

.vmCartModule #vm_cart_products.empty {
    display: none !important;
}

.vmCartModule #vm_cart_products .cart_title {
    margin-bottom: 24px;
}

.vmCartModule #vm_cart_products .image {
    width: 60px;
    background: #fff;
    float: left;
    padding: 10px;
    margin: 0 20px 0 0;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
}

.vmCartModule #vm_cart_products .wrapper {
    overflow: hidden;
}

.vmCartModule .text-cart {
    padding: 20px;
    padding-bottom: 0;
}

.vmCartModule .totalBox {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px;
    overflow: hidden;
}

.vmCartModule .totalBox .carttotaltext {
    font-weight: 700;
    font-size: 18px;
    float: left;
}

.vmCartModule .totalBox .total {
    float: right;
    font-weight: bold;
    color: #000;
}

.vmCartModule .show_cart {
    background: #f6f6f6;
    padding: 20px;
}

.vmCartModule .show_cart a {
    border: none;
    color: #fff;
    background: #5cc4a1;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.vmCartModule .show_cart a:hover,
.vmCartModule .show_cart a:focus {
    background: #000;
}

.vmCartModule .spinner {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff url(../images/ajaxload.gif) center center no-repeat;
    z-index: -1;
    opacity: 0;
}

.vmCartModule .spinner.removing {
    z-index: 10;
    opacity: 1;
    pointer-events: auto;
}

.vmCartModule .remove {
    font-size: 19px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 30px;
}

.vmCartModule .subtotal_with_tax {
    float: right;
    margin-right: 10px;
}

.vmCartModule .vmcontainer {
    position: relative;
    padding: 20px;
    overflow: hidden;
}

.vmCartModule .vmcontainer .product_row {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    overflow: hidden;
}

.vmCartModule .vmcontainer .product_row .product_name {
    display: block;
    line-height: 18px;
    padding-right: 20px;
}

.vmCartModule .vmcontainer + .vmcontainer {
    border-top: 1px solid #e4e4e4;
    padding-top: 24px;
}

.vmCartModule .total_products {
    position: relative;
    cursor: pointer;
}

.vmCartModule .total_products:hover a {
    color: #5cc4a1;
}

.vmCartModule .total_products a.disabled {
    pointer-events: none;
}

.vmCartModule .total_products a {
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #898989;
    text-transform: capitalize;
}

.vmCartModule .total_products .total_items {
    display: inline-block;
}


/*****************TOPMENU**************/

.header-inner .joomla-nav {
    float: right;
}

.header-inner .joomla-nav li {
    float: left;
    padding-right: 26px;
    position: relative;
}

.header-inner .joomla-nav li:after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: '\f105';
    color: #000;
    font-size: 14px;
    line-height: 14px;
    font-family: 'FontAwesome';
}

.header-inner .joomla-nav li a {
    font-size: 14px;
    line-height: 20px;
    color: #898989;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize;
}

.header-inner .joomla-nav li a:hover {
    color: #5cc4a1;
}

.phone-header {
    text-align: center;
    color: #a9a9a9;
    font-size: 24px;
    margin-top: 40px;
}

.phone-header i {
    background: rgba(0, 0, 0, 0) url("../images/phone.png") no-repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 36px;
    line-height: 34px;
    margin-right: 5px;
    padding-right: 3px;
    width: 40px;
}


/*************currencies**************/

.module-currencies {
    float: right;
    border-right: 1px solid #dbdbdb;
    margin-right: 19px;
    padding-right: 19px;
    color: #898989;
    font-size: 14px;
    position: relative;
    top: 3px;
}

.box-currencies {
    position: relative;
}

.box-currencies .heading {
    position: relative;
}

.box-currencies .heading:after {
    font-family: "FontAwesome";
    content: '\f107';
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    color: #000;
}

.box-currencies.open .heading:after {
    content: '\f106';
}


/*---------------------------------Main Menu-------------------*/

#main-navigation {
    display: block;
    position: relative;
    margin-top: 26px;
}

#main-navigation>ul {
    display: block;
    list-style-type: none;
}

#main-navigation>ul>li {
    display: inline-block;
}

#main-navigation>ul>li>a {
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 0;
    display: block;
    color: #fff;
    text-align: center;
    width: 190px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#main-navigation>ul>li>a.color1 {
    background: #d7d027;
}

#main-navigation>ul>li>a.color2 {
    background: #eb7a6a;
}

#main-navigation>ul>li>a.color3 {
    background: #f4aa91;
}

#main-navigation>ul>li>a.color4 {
    background: #f3c0e2;
}

#main-navigation>ul>li>a.color5 {
    background: #7e959f;
}

#main-navigation>ul>li>a.color6 {
    background: #85c184;
}

#main-navigation>ul>li>a:hover,
#main-navigation>ul>li>a:focus {
    background: #000 !important;
}

#main-navigation:before,
#main-navigation:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

#main-navigation:after {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}


/*--------------------------Slider-------------------*/

.camera_caption {
    border: 2px solid #fff;
    width: 42%;
    height: 150%;
    top: -133px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 100%;
}

.camera_caption .caption_inner {
    width: 90%;
    height: 90%;
    border-radius: 100%;
    background: #497f99;
    border: 12px solid #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 37px;
    position: absolute;
    padding-top: 161px;
    box-sizing: border-box;
}

.slide-1 .caption_inner {
    background: #497f99;
}

.slide-2 .caption_inner {
    background: #ffcc4e;
}

.slide-3 .caption_inner {
    background: #bf6451;
}

.camera_caption > div {
    background: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

.camera_caption h2 {
    font-family: 'Noto Sans', serif;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin: 20px 0 25px 0;
}

.camera_caption h2 a {
    color: #fff;
}

.camera_caption h2 a:hover {
    color: #fff;
}

.camera_caption.slide-3 h2 {
    display: none;
}

.camera_caption figure {
    display: block;
    position: relative;
    margin-bottom: 68px;
}

.camera_caption figure:after {
    position: absolute;
    bottom: -44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 318px;
    height: 20px;
    background: url(../images/caption_line.png) no-repeat 0 0;
}

.camera_caption .camera_caption_desc {
    text-align: center;
    font-family: 'Noto Sans', serif;
    font-size: 17px;
    line-height: 37px;
    color: #fff;
    padding: 0 80px;
}

#homeslider .camera_prev,
#homeslider .camera_next {
    background: none;
}

#homeslider .camera_prev > span,
#homeslider .camera_next > span {
    position: relative;
    background: none;
}

#homeslider .camera_prev > span:before,
#homeslider .camera_next > span:before {
    position: relative;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 80px;
}

#homeslider .camera_prev > span:before {
    content: '\f104';
}

#homeslider .camera_next > span:before {
    content: '\f105';
}

#homeslider .camera_commands {
    display: none;
}


/*--------------------Image Article Banners--------------------*/

#homepage-banners {
    padding-top: 50px;
    background: #fff;
    width: 100%;
    display: block;
}

#homepage-banners .mod-newsflash-adv #item_8 .item-inner {
    background: #5594d6;
}

#homepage-banners .mod-newsflash-adv #item_9 .item-inner {
    background: #0ea9d7;
}

#homepage-banners .mod-newsflash-adv #item_10 .item-inner {
    background: #9beaa9;
}

#homepage-banners .mod-newsflash-adv #item_11 .item-inner {
    background: #72c5b5;
}

#homepage-banners .mod-newsflash-adv #item_12 .item-inner {
    background: #5cc4a1;
}

#homepage-banners .mod-newsflash-adv {
    color: #fff;
}

#homepage-banners .mod-newsflash-adv .item_img {
    margin-bottom: 0;
}

#homepage-banners .mod-newsflash-adv .item {
    margin-bottom: 30px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

#homepage-banners .mod-newsflash-adv h4 {
    font-family: 'Noto Sans', serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    margin: 0 0 20px 0;
}

#homepage-banners .mod-newsflash-adv a {
    color: #fff;
    display: block;
}

#homepage-banners .mod-newsflash-adv .item_content {
    padding: 29px 31px;
}

#homepage-banners .mod-newsflash-adv .item_introtext {
    min-height: 34px;
}


/*------------------------Homepage text banner--------------*/

.hometext {
    font-family: 'Noto Sans', serif;
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    color: #565656;
    margin-top: 20px;
}


/*====================================MAIN CONTENT=========================*/

#main-content {
    background: #fff;
    border-bottom: 0px solid #e8e8e8;
    padding-bottom: 20px;
}

h2.center-heading {
    color: #1e0e00;
    font-family: 'Noto Sans', serif;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 57px;
    margin-top: 57px;
}

.seeall {
    text-align: center;
}

.seeall a.btn {
    padding: 10px 44px !important;
}


/*-----------------------Aside Logos------------------*/

ul.aside_logos {
    margin: 34px 0;
    padding: 0;
    display: block;
    text-align: center;
    list-style-type: none;
}

ul.aside_logos li {
    display: inline-block;
    margin-left: 154px;
}

ul.aside_logos li:first-child {
    margin-left: 0;
}


/*---------------------Aside---------------*/

aside#aside {
    background: #f5f5f5;
    display: block;
    padding: 66px 0 52px;
}

aside#aside h3 {
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;
    color: #565656;
    margin: 0 0 30px;
}

#aside ul li {
    display: block;
    font-size: 13px;
    line-height: 31px;
    color: #565656;
}

#aside a {
    color: #565656;
}

#aside a:hover,
#aside a:focus {
    color: #4598ff;
    text-decoration: none;
}


/*-------------------------Footer---------------------*/

footer ul li {
    display: inline-block;
    margin-left: 27px;
}

footer ul li:first-child {
    margin-left: 0;
}

#footer {
    background: #e7e7e7;
    padding: 45px 0 45px;
    font-size: 13px;
    color: #565656;
}

#footer a {
    color: #565656;
}

#footer a:hover,
#footer a:focus {
    color: #4598ff;
    text-decoration: none;
}


/*======================= Contacts Page ========================*/

h2.block-title {
    margin-bottom: 30px;
}

#jform_contact_message {
    height: 149px;
    resize: none;
    width: 100%;
}

#contact-form label {
    display: inline-block;
    margin-bottom: 5px;
}

.contact_misc {
    margin-bottom: 15px;
}

#contact {
    margin-top: 15px;
}

.phone-num {
    display: inline-block;
}

#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
    width: 100%;
}

.contact_email-copy,
.contact_vcard {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    margin: 0 27.5px 0 0;
}

.contact_vcard {
    margin: 0;
}

.contact_details {
    margin: 0 -15px;
}

.contact_details:before,
.contact_details:after {
    display: table;
    content: "";
    line-height: 0;
}

.contact_details:after {
    clear: both;
}

.contact_details > div {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
    word-spacing: 0;
}

.contact_details > div i + * {
    margin: 15px 0 0;
    display: inline-block;
}

.contact_details > div .title {
    margin-bottom: 10px;
}

.contact_details > div .title:before,
.contact_details > div .title:after {
    display: table;
    content: "";
    line-height: 0;
}

.contact_details > div .title:after {
    clear: both;
}

.contact_details > div .title div {
    display: inline-block;
}

.contact_details > div .title .contact_address {
    clear: both;
    display: block;
}

.contact_details > div .fax {
    clear: both;
    margin-top: 15px;
}

.contact_details .icons-marker {
    display: block;
    float: left;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 27px;
    border: 2px solid #eb7a6a;
    border-radius: 50%;
    color: #eb7a6a;
    margin: 0 16px 15px 0;
}

.contact_details_item {
    margin-bottom: 20px;
}


/*======================= SCROLL TO TOP =======================*/

#back-top-wrapper {
    bottom: 15px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    z-index: 99;
}

#back-top {
    display: none;
}

#back-top a {
    color: #000;
    display: block;
    font: 13px/100% PT Sans;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 50px;
}

#back-top span:before {
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 21px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#back-top span {
    background: #0088cc;
    display: block;
    position: relative;
    height: 50px;
    margin-bottom: 7px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 50px;
}

#back-top-wrapper #back-top a span {
    background: #565656 none repeat scroll 0 0;
    border-radius: 100%;
    height: 50px;
    -webkit-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    width: 50px;
}

#back-top a:hover {
    color: #5cc4a1;
}

#back-top a:hover span {
    background: #5cc4a1 none repeat scroll 0 0;
}

#back-top-wrapper #back-top a span:hover {
    background: #5cc4a1 none repeat scroll 0 0;
}

.body__404 .icons,
.body__404 .page-header,
.body__404 .article-info {
    display: none;
}

.body__404 .pagenav {
    display: none;
}

.page-not-fount1 h2 {
    color: #1e0f00;
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
}

.big-404 {
    text-align: right;
}

.page-not-fount1 big {
    color: #565656;
    font-size: 17px;
    display: block;
    margin-bottom: 55px;
    font-family: 'Noto Sans', sans-serif;
    line-height: normal;
}

.page-not-fount1 p {
    color: #1e0f00;
    font-family: PT Sans;
    font-size: 13px;
    margin-bottom: 30px;
}

.search-box1 input.inputbox {
    background: #f4f4f4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #a9a9a9;
    font-family: PT Sans;
    font-size: 14px;
    height: 40px;
    padding: 0 23px;
}

.search-box1 .search {
    position: relative;
}

.search-box1 input.button:hover {
    background: #5cc4a1 none repeat scroll 0 0;
}

.search-box1 .search span::before {
    color: #fff;
     content: "\f002";
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    height: auto;
    left: 50%;
    line-height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    z-index: 9999;
}
.search-box1 .search span {
    height: 40px;
    position: absolute;
    right: 0;
    width: 120px;
}
.search-box1 input.button {
    background: #0ea9d7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    height: 40px;
    position: absolute;
    text-indent: -999em;
    right: 0;
    width: 120px;
}
.icemegamenu {
  float: none;
  position: static;
  width: 100%;
  height: auto!important;
  display: table;
  margin: 0 auto;
}
.icemegamenu > ul {
 clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 999;
}

.icemegamenu > ul:before,
.icemegamenu > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.icemegamenu > ul:after {
  clear: both;
}
.icemegamenu > ul > li {
  display: inline-block;
    position: relative;
}

.icemegamenu > ul > li.color1 > a.iceMenuTitle {
     background: #d7d027 none repeat scroll 0 0;
}
.icemegamenu > ul > li.color2 > a.iceMenuTitle {
     background: #eb7a6a none repeat scroll 0 0;
}
.icemegamenu > ul > li.color3 > a.iceMenuTitle {
    background: #f4aa91 none repeat scroll 0 0;
}
.icemegamenu > ul > li.color4 > a.iceMenuTitle {
     background: #f3c0e2 none repeat scroll 0 0;
}
.icemegamenu > ul > li.color5 > a.iceMenuTitle {
      background: #7e959f none repeat scroll 0 0;
}
.icemegamenu > ul > li.color6 > a.iceMenuTitle {
     background: #85c184 none repeat scroll 0 0;
}
.icemegamenu > ul > li > a.iceMenuTitle {
  color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out 0s;
    width: 190px;
}
.icemegamenu > ul > li > a.iceMenuTitle * {
  font: inherit;
}
.icemegamenu > ul > li > a.iceMenuTitle.hover {
  background: #000 none repeat scroll 0 0 !important;
}
.icemegamenu > ul > li.hover > a.iceMenuTitle {
    background: #000 none repeat scroll 0 0 !important;
}
.icemegamenu > ul > li.hover > a.iceMenuTitle.menu-login-form {
  background: #000 none repeat scroll 0 0 !important;
}
.icemegamenu > ul > li.parent > .iceMenuTitle:after,
.icemegamenu > ul > li.parent > .icemega_title:after {
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 8px;
  color: inherit;
  margin-left: 5px;
  line-height: 0;
  position: relative;
  top: -2px;
}
.icemegamenu > ul > li span.icemega_desc {
  color: #888888;
  display: block;
  line-height: 1.25em;
  padding: 0;
}
.icemegamenu > ul > li.fullwidth {
  position: static;
}
.icemegamenu > ul > li.menu-login-form > a.iceMenuTitle {
  font-size: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: none;
  color: #e96147;
}
.icemegamenu > ul > li.menu-login-form > a.iceMenuTitle:before {
  content: '\f007';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.icemegamenu > ul > li.menu-login-form > a.iceMenuTitle:after {
  display: none;
}
.icemegamenu > ul > li.menu-login-form.hover > a.iceMenuTitle,
.icemegamenu > ul > li.menu-login-form.hover > a.iceMenuTitle.hover > a.iceMenuTitle:hover {
  color: #333333;
  background: none;
}
.icemegamenu > ul > li.menu-login-form ul.icesubMenu.sub_level_1 {
  left: auto;
  right: 20px;
  -webkit-transform: translate(0px, 30px);
  -moz-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  -o-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}
.icemegamenu > ul > li.menu-login-form ul.icesubMenu.sub_level_1:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #777777 transparent;
  right: 0;
  left: auto;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.icemegamenu > ul > li.menu-search > a.iceMenuTitle {
  display: none;
}
.icemegamenu > ul > li.menu-search > ul.icesubMenu {
  position: static;
  height: auto;
  padding: 0;
  margin-top: 0;
  opacity: 1;
  overflow: visible;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  pointer-events: auto;
}
.icemegamenu > ul > li.menu-search > ul.icesubMenu:before {
  display: none;
}
.icemegamenu > ul > li.menu-search .fa-times {
  display: block;
  font-size: 20px;
}
.icemegamenu .ice-megamenu-toggle {
  display: none;
}
/* when dont have subtitle */
.icemegamenu > ul > li > a.iceMenuTitle > span.icemega_nosubtitle {
  display: inline-block;
}
ul.icesubMenu {
  height: 0;
  left: 50%;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translate(-50%, 30px);
  -moz-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  -o-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  z-index: 9999;
  background: #ffffff;
  border: none;
  padding: 20px;
  text-transform: capitalize;
  margin-top: 0px!important;
}

ul.icesubMenu li a.iceMenuTitle {
  display: block;
  font: 16px / 24px 'Teko', sans-serif;
  padding: 4px 20px;
  color: #333333;
}
ul.icesubMenu li.active > a.iceMenuTitle,
ul.icesubMenu li:hover > a.iceMenuTitle,
ul.icesubMenu li.hover > a.iceMenuTitle {
  color: #ffffff;
  background: #e96147;
}
ul.icesubMenu.sub_level_1 {
  margin-top: 0px;
}
ul.icesubMenu.sub_level_2 {
  margin-top: -15px;
}

ul.icesubMenu > li:after {
  content: '';
  display: block;
  clear: both;
}
li[class*=iceMenuLiLevel] {
  padding: 0;
}
li[class*=iceMenuLiLevel]:before {
  display: none;
}
#icemegamenu li.iceMenuLiLevel_1.hover > ul.icesubMenu {
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
#icemegamenu li.iceMenuLiLevel_1.hover.menu-login-form > ul.icesubMenu {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
ul.icesubMenu.sub_level_2:before,
ul.icesubMenu.sub_level_2:after {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  content: '';
  position: absolute;
  top: 23px;
}
ul.icesubMenu.sub_level_2:before {
  border-right: 5px solid #dddddd;
  left: -5px;
}
ul.icesubMenu.sub_level_2:after {
  border-right: 5px solid #FFF;
  left: -4px;
}
#icemegamenu li.iceMenuLiLevel_1 li.hover > ul.icesubMenu {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
#icemegamenu ul.icesubMenu.visible {
  height: auto;
}
ul.icesubMenu ul > li {
  position: relative;
}
li.iceMenuLiLevel_2.parent > a:after {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 8px;
  height: 0;
  line-height: 0;
  position: absolute;
  right: 7px;
  top: 50%;
}
li.iceMenuLiLevel_2.parent.hover a {
  position: relative;
}
li.iceMenuLiLevel_2.parent.hover a:before {
  content: '';
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 11px;
}
/* when is parent */
ul.icesubMenu > li:before {
  display: none;
}
ul.icesubMenu > li > .iceCols {
  max-width: 100% !important;
}
ul.icesubMenu > li > .iceCols > ul > li + li .icemega_cover_module {
  border-top: 1px solid #dddddd;
  margin-top: 18px;
  padding-top: 28px;
}
/* Second Level Dropdown */
ul.sub_level_2,
ul.sub_level_3,
ul.sub_level_4,
ul.sub_level_5 {
  left: 100%;
  margin-left: 10px;
  top: 0px;
  -webkit-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
  z-index: 99999;
}
ul.icesubMenu ul > li.hover > ul {
  opacity: 1;
  overflow: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.icesubMenu .icemega_cover_module span.iceModuleTile {
  color: #565656;
    display: inline-block;
    font-family: PT Sans;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: none;
}
ul.icesubMenu ul > li a:hover {
    color: #fa4331;
}
ul.icesubMenu ul > li a {
    color: #565656;
    display: block;
    font-family: PT Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.icesubMenu .icemega_cover_module span.iceModuleTile a {
  color: #333;
}
.icesubMenu .icemega_cover_module span.iceModuleTile a:hover {
  color: #e96147;
}
.icesubMenu .icemega_cover_module span.iceModuleTile.active a {
  color: #e96147;
}
.icesubMenu .icemega_cover_module .menu li a {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #888;
}
.icesubMenu .icemega_cover_module .menu li a:hover {
  color: #333;
}
.icesubMenu .icemega_cover_module .menu li.active a {
  color: #333;
}
.icesubMenu .icemega_cover_module .menu .parent .menu {
  padding: 0;
}
.ice_righttoleft {
  left: auto !important;
  right: 0;
}
.icemega_modulewrap {
  padding: 5px;
}
.mod_slick__mega-menu {
  padding-top: 40px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.mod_slick__mega-menu .slick {
  margin: 0 -15px;
}
.mod_slick__mega-menu .slick .item {
  float: left;
  padding: 0 15px;
  margin-bottom: 0;
  width: 50%;
  box-sizing: border-box;
  opacity: 1;
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
.mod_slick__mega-menu .slick .item .itemimg {
  margin: 0px;
}
.mod_slick__mega-menu .slick .item .item_content {
  position: relative;
}
.mod_slick__mega-menu .slick .item .item_content .item_text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.mod_slick__mega-menu .slick .item .item_content img {
  width: 100%;
  height: auto;
}
.mod_slick__mega-menu .slick .item .item_content:hover img {
  opacity: 0.5;
}
.mod_slick__mega-menu .slick .cauntlist1 .item_text {
  text-align: center;
  padding-right: 0px;
}
.mod_slick__mega-menu .slick .cauntlist1 .item_text .txt1 {
 color: #1e0f00;
    display: block;
    font-family: Noto Sans;
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}
.mod_slick__mega-menu .slick .cauntlist1 .item_text .txt2 {
  font-size: 16px;
  line-height: normal;
  font-family: Noto Sans;
  font-weight: normal;
  color: #1e0f00;
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .mod_slick__mega-menu .slick .item .item_content .item_text,
  .mod_slick__mega-menu .slick .cauntlist1 .item_text .txt2 {
    display: none;
  }
}
.mod_slick__mega-menu .slick .cauntlist2 .item_text {
  text-align: center;
  padding-left: 0px;
}
.mod_slick__mega-menu .slick .cauntlist2 .item_text .txt1 {
 color: #1e0f00;
    display: block;
    font-family: Noto Sans;
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.mod_slick__mega-menu .slick .cauntlist2 .item_text .txt2 {
 font-size: 16px;
  line-height: normal;
  font-family: Noto Sans;
  font-weight: normal;
  color: #1e0f00;
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .mod_slick__mega-menu .slick .item .item_content .item_text, 
  .mod_slick__mega-menu .slick .cauntlist2 .item_text .txt2 {
    display: none;
  }
}
/*responsive*/
@media only screen and (max-width: 767px) {
.mod_slick__mega-menu .slick .item .item_content .item_text, 
  .mod_slick__mega-menu .slick .cauntlist2 .item_text .txt2 {
    display: none;
  }
   .mod_slick__mega-menu .slick .item .item_content .item_text,
  .mod_slick__mega-menu .slick .cauntlist1 .item_text .txt2 {
    display: none;
  }
  .mod_slick__mega-menu .slick .item{width: 100%;padding: 0;margin-bottom: 10px;}
  .iceModuleTile {
    font-size: 16px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (min-width: 768px) and (max-width: 995px) {
.icemegamenu > ul > li > a.iceMenuTitle{width: 125px;font-size: 11px;}
}
@media only screen and (min-width: 996px) and (max-width:1200px ){

.icemegamenu > ul > li > a.iceMenuTitle{width: 160px;}
}


