html {
    font-family: 'HelveticaNeueLTArabic-Light';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@font-face {
    font-family: 'HelveticaNeueLTArabic-Light';
    font-weight: 300;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'HelveticaNeueLTArabic-Light';
    direction: rtl;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mobile_screen{
    padding-top: 12px !important;
}

td,
th {
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%!important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff!important;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse!important;
    }
    .table td,
    .table th {
        background-color: #fff!important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd!important;
    }
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif!important;
    font-size: 14px;
    line-height: 1.5;
    color: #999;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.btn:after{
    background-color: transparent !important;
    position: relative !important; 
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 6px;
    margin-bottom: 10.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10.5px;
}

.lead {
    margin-bottom: 21px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

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

dl {
    margin-top: 0;
    margin-bottom: 21px;
}

dt,
dd {
    line-height: 1.5;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

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

@media (min-width:992px) {
    .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;
    }
}

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

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

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.5;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}

pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

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

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

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: right;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: right;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: right;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

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

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

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

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

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

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

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

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

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    float: right;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 35px;
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

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

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 43.75px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg>.form-control + .form-control-feedback,
.input-group-lg>.input-group-addon + .form-control-feedback,
.input-group-lg>.input-group-btn>.btn + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm>.form-control + .form-control-feedback,
.input-group-sm>.input-group-addon + .form-control-feedback,
.input-group-sm>.input-group-btn>.btn + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 26px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #d9d9d9;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 28px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

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

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

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
}

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

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

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

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

.btn-lg,
.btn-group-lg>.btn {
    font-size: 14px!important;
    line-height: 1.33333;
    padding: 10px 16px;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

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

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

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

.fade.in {
    opacity: 1;
}

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

.collapse.in {
    display: block;
    visibility: visible;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: right;
    background-color: #000;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 2.5;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 1px;
}

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

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

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

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

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

.open>a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #777;
    white-space: nowrap;
}

.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;
    content: "";
}

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

@media (min-width:992px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

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

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

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

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

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

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

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

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

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

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

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px;
}

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

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

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

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

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

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

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

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

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

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

.nav>li.disabled>a {
    color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

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

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid #eee;
    color: #000;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 50px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-bottom-color: transparent;
    cursor: default;
}

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

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li + li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7;
}

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

.nav-stacked>li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

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

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

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

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden;
    padding: 20px;
    font-size: 20px;
    color: #555;
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 21px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width:992px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

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

@media (min-width:992px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

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

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        /*display: block!important;*/
        visibility: visible!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 400px;
    width: 100%;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:992px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:992px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

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

@media (min-width:992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

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

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

.navbar-brand {
    float: left;
    padding: 14.5px 15px;
    font-size: 18px;
    line-height: 21px;
    height: 50px;
}

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

.navbar-brand>img {
    display: block;
}

@media (min-width:992px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        /*margin-left: -15px;*/
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width:992px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.25px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
}

@media (max-width:991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 21px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width:992px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 14.5px;
        padding-bottom: 14.5px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    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);
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:991px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 14.5px;
    margin-bottom: 14.5px;
}

@media (min-width:992px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width:992px) {
    .navbar-left {
        float: left!important;
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

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

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width:991px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

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

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

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

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width:991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

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

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.5px;
}

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

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

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

.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-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.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: 400px;
    padding: 3px 8px;
    color: #454545;
    text-align: center;
    text-decoration: none;
    background-color: #ddd;
    border-radius: 4px;
}

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

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #ddd;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #ddd;
}

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

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

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

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #ddd;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #ddd;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(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;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.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, .25);
    bottom: -11px;
}

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

.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, .25);
}

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

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

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

.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, .25);
}

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

.carousel {
    position: relative;
}

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

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

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.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: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font-size: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

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

.affix {
    position: fixed;
}

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row!important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row!important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row!important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row!important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important;
    }
}

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

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important;
    }
}

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

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

@media print {
    .visible-print {
        display: block!important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row!important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important;
    }
}

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

@media print {
    .visible-print-block {
        display: block!important;
    }
}

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

@media print {
    .visible-print-inline {
        display: inline!important;
    }
}

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

@media print {
    .visible-print-inline-block {
        display: inline-block!important;
    }
}

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

body {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
}

body.boxed>.boxed-container {
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .33);
    max-width: 100%;
}

@media (min-width:768px) {
    body.boxed>.boxed-container {
        width: 810px;
    }
}

@media (min-width:992px) {
    body.boxed>.boxed-container {
        width: 1030px;
    }
}

@media (min-width:1200px) {
    body.boxed>.boxed-container {
        width: 1230px;
    }
}

p {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    -webkit-font-kerning: normal;
    font-kerning: normal;
}

a {
    color: #1fa7da;
}

a:hover {
    color: #1b92bf;
}

img {
    border-radius: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "'HelveticaNeueLTArabic-Light" !important;
    font-weight: 700;
    color: #333;
}

.alternative-heading,
.alternative-heading--404,
.sidebar__headings,
.footer .footer__headings,
.jumbotron__category,
.hentry__title,
.panel-grid .widget-title,
body.woocommerce-page div.product .woocommerce-tabs h2,
body.woocommerce-page .short-description,
body.woocommerce-page .cart-collaterals .cart_totals h2,
body.woocommerce-page .cart-collaterals .shipping_calculator h2 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 9px;
    border-bottom: 0 solid rgba(0, 0, 0, .08);
}

.alternative-heading::after,
.alternative-heading--404::after,
.sidebar__headings::after,
.footer .footer__headings::after,
.jumbotron__category::after,
.hentry__title::after,
.panel-grid .widget-title::after,
body.woocommerce-page div.product .woocommerce-tabs h2::after,
body.woocommerce-page .short-description::after,
body.woocommerce-page .cart-collaterals .cart_totals h2::after,
body.woocommerce-page .cart-collaterals .shipping_calculator h2::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 30px;
    bottom: -1px;
    left: 0;
}

.alternative-heading--404 {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.alternative-heading--404::after {
    left: calc(50% - 15px);
    left: -webkit-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
}

blockquote {
    border-color: #f7c51e;
}

.buildpress-table {
    width: 100%;
    max-width: 100%;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
}

.buildpress-table thead th {
    background-color: #f7c51e;
    padding: 15px 20px;
    border-radius: 2px;
    color: #333;
    border-right: 2px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-clip: padding-box;
}

.buildpress-table thead th:first-of-type {
    background-color: transparent;
}

.buildpress-table thead th:last-of-type {
    border-right: none;
}

.buildpress-table tbody td {
    background-color: #fff;
    box-shadow: 0 0 0 1px #eee inset;
    padding: 15px 20px;
    border-right: 2px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 2px;
}

.buildpress-table tbody td:first-of-type {
    box-shadow: none;
    background-color: #eee;
}

.buildpress-table tbody td:last-of-type {
    border-right: none;
}

.push-down-0 {
    margin-bottom: 0;
}

.push-down-5 {
    margin-bottom: 5px;
}

.push-down-10 {
    margin-bottom: 10px;
}

.push-down-15 {
    margin-bottom: 15px;
}

.push-down-20 {
    margin-bottom: 20px;
}

.push-down-25 {
    margin-bottom: 25px;
}

.push-down-30 {
    margin-bottom: 30px;
}

.push-down-35 {
    margin-bottom: 35px;
}

.push-down-40 {
    margin-bottom: 40px;
}

.push-down-45 {
    margin-bottom: 45px;
}

.push-down-50 {
    margin-bottom: 50px;
}

.push-down-55 {
    margin-bottom: 55px;
}

.push-down-60 {
    margin-bottom: 60px;
}

.master-container {
    overflow: hidden;
    margin-bottom: 0;
}

@media (min-width:992px) {
    .master-container {
        margin-bottom: 0;
    }
}

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

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

.primary-font {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
}

.top {
    background: #333 linear-gradient(to bottom, #333333 0%, #2b2b2b 100%);
    border-bottom: 1px solid #4e4e4e;
}

.top__left {
    padding: 7px 0 3px 0;
    text-align: center;
}

@media (min-width:992px) {
    .top__left {
        text-align: left;
        padding: 7px 0;
    }
}

@media (min-width:992px) {
    .top__right {
        float: right;
    }
}

.header {
    background-color: #000;
    background-position: center center;
}

.logo {
    float: right;
    max-width: 50%;
}

@media (min-width:480px) {
    .logo {
        max-width: 100%;
    }
}

@media (min-width:992px) {
    .logo {
        float: none;
        text-align: center;
    }
}

@media (min-width:1200px) {
    .logo {
        float: right;
    }
}

.logo h1 {
    color: #f2f2f2;
    font-size: 22px;
    margin: 20px 0;
}

@media (min-width:480px) {
    .logo h1 {
        font-size: 36px;
        margin: 36px 0;
    }
}

.logo a:hover {
    text-decoration: none;
}

@media (min-width:992px) {
    .logo .img-responsive {
        margin: 0 auto;
        position: absolute;
        z-index: 999;
    }
}

.header-widgets {
    padding: 10px 0;
    text-align: center;
}

@media (min-width:992px) {
    .header-widgets {
        padding: 14px 0 28px 0;
        float: left;
        text-align: left;
    }
}

@media (min-width:1200px) {
    .header-widgets {
        padding: 15px 0;
        float: right;
    }
}

.header-widgets-desktop {
    display: none;
}

@media (min-width:992px) {
    .header-widgets-desktop {
        display: block;
    }
}

.main-title {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
    background-color: #fff;
}

@media (min-width:992px) {
    .main-title {
        padding: 97px 0 60px 0;
    }
}

.main-title__primary {
    margin: 0;
    font-size: 36px;
}

@media (min-width:992px) {
    .main-title__primary {
        font-size: 48px;
    }
}

.main-title__secondary {
    font-size: 14px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .06);
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 0;
    color: #999;
}

.main-title__secondary::before {
    position: absolute;
    content: "";
    top: -1px;
    left: 50%;
    margin-left: -15px;
    height: 3px;
    width: 30px;
    background: #f7c51e;
}

.main-title--small {
    padding: 20px 0;
}

@media (min-width:992px) {
    .main-title--small {
        padding: 67px 0 30px 0;
    }
}

.main-title--small .main-title__primary {
    font-size: 30px;
}

.main-title--small .main-title__secondary {
    border-top: none;
    padding-top: 0;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
}

.main-title--small .main-title__secondary::before {
    display: none;
}

.breadcrumbs {
    box-shadow: 0 2px 2px #e6e6e6;
    font-size: 10px;
    margin-bottom: 30px;
}

@media (min-width:480px) {
    .breadcrumbs {
        font-size: 12px;
    }
}

@media (min-width:992px) {
    .breadcrumbs {
        margin-bottom: 60px;
    }
}

.breadcrumbs--page-builder {
    margin-bottom: 0;
}

.breadcrumbs a {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    font-weight: 700;
    color: #666;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 10px;
}

@media (min-width:480px) {
    .breadcrumbs a {
        padding: 14px 0;
        padding-right: 20px;
        margin-right: 20px;
        font-size: 12px;
    }
}

.breadcrumbs a::before,
.breadcrumbs a::after {
    position: absolute;
    content: "";
    height: 21px;
    width: 1px;
    right: 0;
    background: #e2e2e2;
}

@media (min-width:480px) {
    .breadcrumbs a::before,
    .breadcrumbs a::after {
        height: 27px;
    }
}

.breadcrumbs a::before {
    top: -2px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.breadcrumbs a::after {
    bottom: -2px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.breadcrumbs a:hover {
    color: #333;
    text-decoration: none;
}

.sidebar {
    color: #999;
    margin-top: 30px;
}

@media (min-width:992px) {
    .sidebar {
        margin-top: 0;
    }
}

@media (min-width:992px) {
    .sidebar__headings {
        margin-top: 0;
    }
}

.footer {
    border-top: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    color: #666;
    padding: 30px 0 0 0;
    margin-top: 50px;
}

@media (min-width:992px) {
    .footer {
        padding: 60px 0 30px 0;
    }
}

@media (min-width:992px) {
    .footer .footer__headings {
        margin-top: 0;
    }
}

.footer .btn-primary {
    color: #454545;
}

.footer .btn-primary:hover {
    color: #333;
}

.footer .read-more:hover {
    color: #1b92bf;
}

.footer-bottom {
    background: #f7c51e;
    color: #666;
    text-align: center;
    padding: 10px 0;
}

@media (min-width:992px) {
    .footer-bottom {
        text-align: left;
        padding: 19px 0;
    }
}

.footer-bottom__left {
    display: inline-block;
}

.footer-bottom__right {
    padding-top: 5px;
}

@media (min-width:992px) {
    .footer-bottom__right {
        float: none;
        padding-top: 0;
    }
}

.wide-color {
    background-color: #eee;
}

.wide-color .panel-grid {
    margin-bottom: 0!important;
}

.wide-color-dark {
    background-color: #454545;
}

.wide-color-dark .panel-grid {
    margin-bottom: 0!important;
}

.wide-pattern {
    background-color: #f2f2f2;
    padding: 30px 0;
}

.wide-pattern .panel-grid {
    margin-bottom: 0!important;
}

.wide-image {
    background-position: center center;
    padding: 30px 0;
}

.wide-image .panel-grid {
    margin-bottom: 0!important;
}

.navigation--top {
    text-align: center;
    margin: 0;
    padding: 0;
}

@media (min-width:992px) {
    .navigation--top {
        text-align: right;
    }
}

.navigation--top a {
    color: #999;
}

.navigation--top>li {
    list-style: none;
    position: relative;
    display: inline-block;
}

.navigation--top>li>a {
    padding: 5px 10px 12px 10px;
    text-decoration: none;
    display: block;
}

@media (min-width:992px) {
    .navigation--top>li>a {
        padding: 7px 0 7px 15px;
    }
}

.navigation--top>li>a:hover {
    color: #f7c51e;
    background: none;
}

.navigation--top>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.navigation--top>li:hover>a {
    color: #f7c51e;
}

.navigation--top>li:hover>a::after {
    border-color: #f7c51e transparent transparent transparent;
}

.navigation--top .sub-menu {
    z-index: 215;
    text-align: left;
    display: block;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    min-width: 120px;
    width: auto;
    position: absolute;
    padding: 0;
    margin-top: -1px;
    left: 0;
    top: 100%;
    transition: all 200ms ease-out;
}

.navigation--top .sub-menu>li {
    position: relative;
}

.navigation--top .sub-menu>li>a {
    background: #2b2b2b;
    padding: 5px 15px;
    display: block;
    border-bottom: 1px solid #454545;
    white-space: nowrap;
}

.navigation--top .sub-menu>li>a:hover {
    color: #f7c51e;
    text-decoration: none;
}

.navigation--top .sub-menu>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.navigation--top .sub-menu>li>.sub-menu {
    margin-top: 0;
    left: 100%;
    top: 0;
    border-left: 1px solid #454545;
}

.navigation--top>.menu-item-has-children>a {
    padding-right: 12px;
    position: relative;
}

.navigation--top>.menu-item-has-children>a::after {
    font-family: "FontAwesome";
    content: "\f0d7";
    color: #999;
    position: absolute;
    right: 0;
    bottom: calc(50% - 8px);
    bottom: -webkit-calc(50% - 8px);
    bottom: -moz-calc(50% - 8px);
}

@media (min-width:992px) {
    .navigation--top>.menu-item-has-children>a::after {
        margin-bottom: -2px;
    }
}

@media (min-width:992px) {
    .navigation {
        position: relative;
        background-color: #000;
        border-top: 1px solid #333;
        margin-bottom: -37px;
        text-align: center;
        z-index: 210;
    }
}

.navigation--main {
    margin: 0;
    padding: 10px;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

@media (min-width:992px) {
    .navigation--main {
        padding: 0;
    }
}

.navigation--main>li {
    list-style: none;
    position: relative;
}

@media (min-width:992px) {
    .navigation--main>li {
        display: inline-block;
    }
}

.navigation--main>li>a {
    position: relative;
    display: block;
    color: #ddd;
    padding: 6px 10px 6px 0;
}

@media (min-width:992px) {
    .navigation--main>li>a {
        color: #fff;
        padding: 16px 13px;
        margin-right: -4px;
    }
}

@media (min-width:1200px) {
    .navigation--main>li>a {
        padding-left: 24px;
        padding-right: 31px;
    }
}

@media (min-width:992px) {
    .navigation--main>li>a::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 15px;
        right: 0;
        top: 50%;
        margin-top: -8px;
        background: rgba(0, 0, 0, .08);
    }
}

.navigation--main>li:hover>a {
    text-decoration: none;
    color: #fff;
}

@media (min-width:992px) {
    .navigation--main>li:hover>a {
        border-top: 0 solid #f7c51e;
        padding-top: 16px;
        color: #ccc;
    }
}

.navigation--main>li:hover>a::after {
    color: #fff;
}

@media (min-width:992px) {
    .navigation--main>li:hover>a::after {
        color: #333;
        margin-top: -8px;
    }
}

.navigation--main>li:last-child a::before {
    display: none;
}

.navigation--main>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.navigation--main>.menu-item-has-children>a {
    position: relative;
}

.navigation--main>.menu-item-has-children>a::after {
    position: absolute;
    content: "\f0d7";
    font-family: "FontAwesome";
    right: 0;
    color: #ddd;
}

@media (min-width:992px) {
    .navigation--main>.menu-item-has-children>a::after {
        right: calc(50% - 5px);
        bottom: 10px;
        color: #999;
    }
}

.navigation--main .sub-menu {
    display: block;
    list-style: none;
    text-align: left;
    padding: 5px 10px;
    font-weight: 700;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    transition: all 200ms ease-out;
}

@media (min-width:992px) {
    .navigation--main .sub-menu {
        border-top: 2px solid #eeb908;
        visibility: hidden;
        width: auto;
        opacity: 0;
        left: 0;
        top: 100%;
        min-width: 180px;
        position: absolute;
        padding: 0 0 0 0;
    }
}

.navigation--main .sub-menu>li {
    position: relative;
}

.navigation--main .sub-menu>li>a {
    color: #ddd;
    display: block;
    padding: 3px 0;
    white-space: nowrap;
}

@media (min-width:992px) {
    .navigation--main .sub-menu>li>a {
        color: #333;
        background: #f7c51e;
        border-bottom: 1px solid #eeb908;
        padding: 12px 30px 12px 30px;
    }
}

.navigation--main .sub-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
}

@media (min-width:992px) {
    .navigation--main .sub-menu>li>a:hover {
        background: #eeb908;
        color: #333;
    }
}

.navigation--main .sub-menu>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.navigation--main .sub-menu>li>.sub-menu {
    margin-top: 0;
    left: 100%;
    top: 0;
}

@media (min-width:992px) {
    .navigation--main .sub-menu>li>.sub-menu {
        border-left: 1px solid #eeb908;
        border-top: 0;
        padding: 0;
    }
}

.navigation--main .sub-menu>.menu-item-has-children>a {
    position: relative;
}

@media (min-width:992px) {
    .navigation--main .sub-menu>.menu-item-has-children>a::after {
        position: absolute;
        content: "\f0da";
        font-family: "FontAwesome";
        right: 15px;
        bottom: calc(50% - 10px);
        color: #333;
    }
}

.navbar-toggle {
    background: #b50c06;
    color: #fff;
    border-radius: 2px;
    padding: 10px 12px;
    margin: 10px 10px;
    transition: all 200ms ease-out;
    float: right;
}

@media (min-width:480px) {
    .navbar-toggle {
        margin: 34px 0;
    }
}

.navbar-toggle:hover {
    background: #b50c06;
}

.navbar-toggle .icon-bar {
    background: #fff;
    width: 18px;
    height: 3px;
}

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

.navbar-toggle:focus {
    outline: none;
}

.navbar-toggle__text {
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 0 10px 0 0;
}

.navbar-toggle__icon-bar {
    vertical-align: middle;
    display: inline-block;
    height: 18px;
}

.navbar-collapse {
    padding: 0;
    max-height: 100%;
}

@media (min-width:992px) {
    .is-sticky-navbar .navigation {
        position: fixed;
        top: 0;
        width: 940px;
    }
    .is-sticky-navbar.admin-bar .navigation {
        top: 32px;
    }
    .is-sticky-navbar .sticky-offset {
        height: 37px;
    }
}

@media (min-width:1200px) {
    .is-sticky-navbar .navigation {
        width: 1140px;
    }
}

.navigation--footer {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
}

@media (min-width:992px) {
    .navigation--footer {
        text-align: left;
    }
}

.navigation--footer>li {
    list-style: none;
    position: relative;
    display: inline-block;
}

.navigation--footer>li>a {
    text-decoration: none;
    padding: 0 7px;
}

.navigation--footer>li>a:hover {
    background: none;
}

.navigation--footer .sub-menu {
    display: inline-block;
    list-style: none;
    padding: 0;
}

.navigation--footer .sub-menu>li {
    display: inline-block;
}

.navigation--footer .sub-menu>li>a {
    padding: 0 7px;
}

.navigation--footer .sub-menu>li>a:hover {
    text-decoration: none;
}

.jumbotron {
    background: #333;
    padding: 0 0 20px 0;
    margin-bottom: 0;
}

.jumbotron.jumbotron--no-catption {
    padding-bottom: 0;
}

@media (min-width:480px) {
    .jumbotron {
        padding-bottom: 30px;
    }
}

@media (min-width:992px) {
    .jumbotron {
        background: #999;
        padding: 0;
        margin-top: 0;
    }
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    opacity: 1;
    text-shadow: none;
    width: 45px;
    height: 45px;
    background: rgba(51, 51, 51, .9);
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    top: 20px;
}

@media (min-width:480px) {
    .carousel-control.left,
    .carousel-control.right {
        top: 50px;
    }
}

@media (min-width:768px) {
    .carousel-control.left,
    .carousel-control.right {
        top: 100px;
    }
}

@media (min-width:992px) {
    .carousel-control.left,
    .carousel-control.right {
        top: calc(15% - 22px);
    }
}

.carousel-control.left:hover,
.carousel-control.right:hover {
    color: #eee;
}

.carousel-control.left {
    left: 5%;
}

.carousel-control.left .fa-angle-left {
    padding-right: 2px;
}

.carousel-control.right {
    right: 5%;
}

.carousel-control.right .fa-angle-right {
    padding-left: 2px;
}

.carousel-content {
    position: relative;
    max-height: 100%;
    z-index: 0;
}

@media (min-width:992px) {
    .carousel-content {
        background: rgba(0, 0, 0, .6);
        position: absolute;
        padding: 20px;
        top: 18%;
    }
}

@media (min-width:1200px) {
    .carousel-content {
        top: 42%;
    }
}

@media (min-width:1450px) {
    .carousel-content {
        margin-left: 0;
        padding: 12px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:1700px) {
    .carousel-content {
        top: 62%;
    }
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

.jumbotron__category {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(250, 250, 250, .2);
    margin-top: 20px;
}

@media (min-width:480px) {
    .jumbotron__category {
        margin-top: 30px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width:992px) {
    .jumbotron__category {
        margin-top: 0;
    }
}

.jumbotron__category h6 {
    margin: 0;
    color: #f7c51e;
}

.jumbotron__title h1 {
    font-size: 20px;
    color: #eee;
}

@media (min-width:480px) {
    .jumbotron__title h1 {
        font-size: 25px;
    }
}

@media (min-width:992px) {
    .jumbotron__title h1 {
        margin: 18px 0 10px 0;
    }
}

@media (min-width:1200px) {
    .jumbotron__title h1 {
        font-size: 30px;
    }
}

@media (min-width:1450px) {
    .jumbotron__title h1 {
        margin: 26px 0 19px 0;
    }
}

.jumbotron__content p {
    font-size: 14px;
    font-weight: 400;
}

@media (min-width:992px) {
    .jumbotron__content p {
        margin: 0 0 18px 0;
    }
}

@media (min-width:1450px) {
    .jumbotron__content p {
        margin: 0 0 24px 0;
    }
}

@media (min-width:1450px) {
    body.boxed .carousel-content {
        padding: 20px;
    }
}

@media (min-width:1700px) {
    body.boxed .carousel-content {
        top: 20%;
    }
}

@media (min-width:1200px) {
    body.boxed .jumbotron__title h1 {
        font-size: 25px;
    }
}

@media (min-width:1450px) {
    body.boxed .jumbotron__title h1 {
        margin: 26px 0 19px 0;
    }
}

@media (min-width:1450px) {
    body.boxed .jumbotron__content p {
        margin: 0 0 18px 0;
    }
}

#comments-submit-button,
.btn {
    border-radius: 0;
    background-color: #950000;
    padding: 10px 11px;
    color: #fff;
    border: 0;
    font-size: 13px;
    text-transform: uppercase!important;
}

#comments-submit-button:focus,
#comments-submit-button:active:focus,
.btn:focus,
.btn:active:focus {
    outline: 0;
}

#comments-submit-button,
.btn-primary {
    background: #b50c06;
    border-color: #b50c06;
    color: #fff;
}

#comments-submit-button:hover,
.btn-primary:hover {
    background: #eeb908;
    border-color: #eeb908;
    color: #333;
}

#comments-submit-button:focus,
.btn-primary:focus {
    background: #f7c51e;
    border-color: #f7c51e;
    color: #454545;
}

#comments-submit-button:active,
.btn-primary:active {
    background: #e4b108;
    border-color: rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    color: #333;
}

.post-password-form>p>input {
    padding: 6px 10px 3px 10px;
    font-size: 14px;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    border-radius: 2px;
    transition: all 200ms ease-out;
    background: #f7c51e;
    border: 1px solid #f7c51e;
    color: #454545;
}

.post-password-form>p>input:hover {
    background: #eeb908;
    border-color: #eeb908;
    color: #333;
}

.post-password-form>p>input:active {
    background: #e4b108;
    border-color: rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    color: #333;
}

.btn-default {
    background-color: transparent;
    border-color: #ddd;
    color: #999;
}

.btn-default:hover {
    background-color: transparent;
    color: #333;
}

.btn-default:active {
    background: rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    color: #333;
}

.btn-success {
    background-color: #83be00;
    border-color: #83be00;
    color: #f0f0f0;
}

.btn-success:hover {
    background: #6e9f00;
    border-color: #6e9f00;
    color: #f0f0f0;
}

.btn-success:active {
    background: #679500;
    border-color: rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    color: #f0f0f0;
}

.btn-info {
    background-color: #bb0700;
    border-color: #bb0700;
    color: #f0f0f0;
}

.btn-info:hover {
    background: #1d92bc;
    border-color: #1d92bc;
    color: #f0f0f0;
}

.btn-info:active {
    background: #1c8cb4;
    border-color: rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    color: #f0f0f0;
}

.btn-warning {
    background-color: #ec753a;
    border-color: #ec753a;
    color: #f0f0f0;
}

.btn-warning:hover {
    background: #e9611e;
    border-color: #e9611e;
    color: #f0f0f0;
}

.btn-warning:active {
    background: #e75b16;
    border-color: rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    color: #f0f0f0;
}

.btn-danger {
    background-color: #cd1b2b;
    border-color: #cd1b2b;
    color: #f0f0f0;
}

.btn-danger:hover {
    background: #b21725;
    border-color: #b21725;
    color: #f0f0f0;
}

.btn-danger:active {
    background: #a91623;
    border-color: rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    color: #f0f0f0;
}

#comments-submit-button {
    text-transform: uppercase;
}

.widget-icon-box {
    padding: 12px 0;
    border-bottom: 1px solid rgba(250, 250, 250, .12);
    width: 100%;
    text-align: center;
}

@media (min-width:992px) {
    .widget-icon-box {
        float: left;
        padding: 8px 0;
        width: auto;
        border-bottom: 0;
        text-align: left;
    }
}

.widget-icon-box .icon-box {
    text-align: left;
    color: #999;
}

.widget-icon-box .icon-box:hover {
    text-decoration: none;
}

.widget-icon-box .icon-box:hover .fa {
    transition: all 200ms ease-out;
    color: #ddd;
}

.widget-icon-box:first-of-type {
    border-top: 1px solid rgba(250, 250, 250, .12);
}

@media (min-width:992px) {
    .widget-icon-box:first-of-type {
        border-top: 0;
    }
}

.widget-icon-box div.icon-box {
    cursor: default;
}

.icon-box {
    width: 230px;
    display: inline-block;
    text-align: left;
}

@media (min-width:992px) {
    .icon-box {
        border-right: 1px solid rgba(250, 250, 250, .12);
        width: 210px;
    }
}

.icon-box>.fa {
    float: left;
    font-size: 40px;
    margin-right: 10px;
}

.icon-box__title {
    margin: 4px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #ddd;
}

.icon-box__subtitle {
    color: #999;
}

.widget_pt_icon_box .icon-box {
    width: auto;
}

.widget_pt_icon_box .icon-box>.fa {
    color: #f7c51e;
}

.widget_pt_icon_box .icon-box__title {
    color: #333;
}

@media (min-width:992px) {
    html.flexbox .header-widgets {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: none;
    }
}

@media (min-width:1200px) {
    html.flexbox .header-widgets {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width:992px) {
    html.flexbox .widget-icon-box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        float: none;
    }
}

html.flexbox .widget-icon-box .icon-box {
    width: auto;
    display: inherit;
}

html.flexbox .widget-icon-box .icon-box__text {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 50px;
}

@media (min-width:992px) {
    html.flexbox .widget-icon-box .icon-box__text {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    html.flexbox .widget-social-icons {
        float: left!important;
    }
}

.widget-social-icons {
    text-align: center;
    padding: 9px 0;
    margin: 0 -3px;
}

@media (min-width:992px) {
    .widget-social-icons {
        float: right;
        text-align: right;
    }
}

.social-icons__link {
    font-size: 25px;
    padding: 0 8px;
    color: #fff;
    transition: all 200ms ease-out;
}

.social-icons__link:hover {
    color: #eeb908;
}

.banner__text {
    font-size: 20px;
    text-align: center;
    padding: 30px 0 10px 0;
}

@media (min-width:992px) {
    .banner__text {
        float: left;
        padding: 23px 0 22px 0;
    }
}

.banner__buttons {
    text-align: center;
    padding: 10px 0 30px 0;
}

@media (min-width:992px) {
    .banner__buttons {
        float: right;
        padding: 14px 0 13px 0;
    }
}

.banner__buttons .btn {
    margin: 5px 0;
}

@media (min-width:992px) {
    .banner__buttons .btn {
        margin: 0;
    }
}

.widget-title {
    color: #bc0c06;
}

.testimonial {
    margin: 30px 0;
}

.panel-grid .testimonial .widget-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.testimonial__quote {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
    padding: 15px 15px 15px 45px;
    font-style: italic;
    color: #666;
    border: 0;
    margin-bottom: 30px;
    font-size: 16px;
}

@media (min-width:992px) {
    .testimonial__quote {
        padding: 45px 45px 45px 75px;
        font-size: 18px;
    }
}

.testimonial__quote::before {
    position: absolute;
    content: 'â€œ';
    top: 30px;
    left: 0;
    background: #bbb;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 45px;
    line-height: 50px;
}

@media (min-width:992px) {
    .testimonial__quote::before {
        width: 45px;
        height: 45px;
        font-size: 60px;
        line-height: 70px;
        padding-left: 2px;
    }
}

.testimonial__quote::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #fff transparent transparent transparent;
    bottom: -20px;
    left: 30px;
}

.testimonial__author {
    font-weight: 700;
    color: #333;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    font-style: normal;
}

.testimonial__rating {
    color: #f7c51e;
}

.testimonial__carousel {
    float: right;
    font-size: 38px;
    border: 2px solid #ddd;
    border-radius: 2px;
    margin-left: 10px;
    height: 45px;
    width: 45px;
    text-align: center;
    color: #999;
    transition: all 200ms ease-out;
}

.testimonial__carousel:hover {
    background-color: transparent;
    border-color: #adadad;
    color: #333;
}

.testimonial__carousel:active {
    background: rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    color: #333;
}

.testimonial__carousel--left {
    padding-left: 2px;
}

.testimonial__carousel--right {
    padding-right: 2px;
}

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

.logo-panel img {
    margin: 15px 0;
    border: 1px solid #ededed;
    border-radius: 2px;
    transition: all 200ms ease-out;
    box-shadow: 0 1px 2px #ededed;
    opacity: .6;
    max-width: 100%;
    height: auto;
}

.logo-panel img:hover {
    border: 1px solid #f7c51e;
    opacity: 1;
}

.motivational-text {
    margin: 0;
    text-align: left;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    font-size: 14px;
}

@media (min-width:992px) {
    .motivational-text {
        font-size: 20px;
        padding: 30px 0;
    }
}

.page-box__picture>img {
    width: 100%;
    height: auto;
}

.page-box__title>a {
    color: #333;
    text-transform: capitalize;
    color: #bc0c06;
    font-size: 19px;
}

.page-box--block .page-box__title {
    margin-top: 25px;
    margin-bottom: 15px;
    min-height: 39px;
}

.page-box--inline .page-box__picture {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.page-box--inline p:last-of-type {
    margin-bottom: 0;
}

.widget_pt_featured_page .wp-post-image {
    margin-bottom: 0;
}

html.flexbox .page-box--inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

html.flexbox .page-box--inline .page-box__picture {
    float: none;
    margin: 0;
}

html.flexbox .page-box--inline .page-box__content {
    -webkit-flex-basis: calc(100% - 120px);
    -ms-flex-preferred-size: calc(100% - 120px);
    flex-basis: calc(100% - 120px);
}

html.flexbox .page-box--inline .page-box__title {
    margin-top: 0;
}

.brochure-box {
    position: relative;
    background-color: #eee;
    border-radius: 2px;
    display: block;
    transition: all 200ms ease-out;
}

.brochure-box .fa {
    transition: all 200ms ease-out;
    display: inline-block;
    margin: 2px;
    padding: 15px;
    vertical-align: middle;
    font-size: 20px;
    background-color: #fff;
    color: #999;
}

.brochure-box::after {
    transition: all 200ms ease-out;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #999;
    right: 15px;
    top: calc(50% - 4px);
}

.brochure-box:hover {
    background-color: #f7c51e;
    text-decoration: none;
}

.brochure-box:hover .fa {
    color: #333;
}

.brochure-box:hover::after {
    border-color: transparent transparent transparent #333;
}

.brochure-box:hover .brochure-box__text {
    color: #333;
}

.brochure-box__text {
    transition: all 200ms ease-out;
    display: inline-block;
    color: #999;
    padding-left: 10px;
    font-size: 13px;
}

.widget_pt_brochure_box + .widget_pt_brochure_box,
.widget-brochure-box + .widget-brochure-box {
    margin-top: -15px;
}

.icon-container {
    display: inline-block;
    font-size: 18px;
    margin-right: 3px;
}

.project__meta-data {
    background-color: #eee;
    padding: 16px 22px;
    color: #666;
    margin-bottom: 30px;
    border-radius: 2px;
}

.project__meta-data ul {
    margin-bottom: 0;
}

.project__meta-data li {
    margin-bottom: 5px;
}

.project__meta-icon {
    display: inline-block;
    min-width: 20px;
    margin-right: 4px;
    font-size: 120%;
    text-align: center;
}

.project__navigation li {
    text-align: center;
    display: inline-block;
    width: calc(50% - 15px);
    min-height: 1px;
}

.project__navigation li:last-of-type {
    margin-left: 20px;
}

.project__navigation a {
    background-color: #eee;
    display: block;
    padding: 15px;
    color: #999999!important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    transition: all 200ms ease-out;
}

.project__navigation a:hover {
    color: #333333!important;
    text-decoration: none;
}

.project__gallery>a {
    display: block;
    margin-bottom: 30px;
}

.pagination {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
}

.pagination>.page-numbers {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.pagination>.page-numbers .dots {
    display: block;
    padding: 12px 0;
}

.pagination ul {
    list-style: none;
    padding: 0;
}

.pagination li {
    display: inline-block;
    background: #f2f2f2;
    border-radius: 2px;
    width: 45px;
    transition: all 200ms ease-out;
    margin-bottom: 4px;
}

.pagination li a {
    display: block;
    color: #999;
    padding: 12px 18px;
}

.pagination li:hover {
    background: #f7c51e;
}

.pagination li:hover a {
    color: #333;
}

.pagination li .current {
    display: block;
    color: #333;
    background: #f7c51e;
    padding: 12px 18px;
    border-radius: 2px;
}

.multi-page {
    color: #666;
    margin-bottom: 30px;
}

.avatar {
    border-radius: 2px;
}

.avatar-container--nested,
.avatar-container--nestedx2,
.avatar-container {
    float: left;
    width: 12%;
}

.avatar-container--nested img,
.avatar-container--nestedx2 img,
.avatar-container img {
    width: 100%;
    height: auto;
}

.avatar-container--nested {
    margin-left: 15%;
    width: 10%;
}

.avatar-container--nestedx2 {
    margin-left: 28%;
    width: 8%;
}

.comment-content--nested,
.comment-content--nestedx2,
.comment-content {
    float: left;
    width: 85%;
    margin-left: 3%;
    position: relative;
}

.comment-content--nested:before,
.comment-content--nestedx2:before,
.comment-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    border: solid 6px #fff;
    border-width: 6px 10px 6px 0;
    border-right-color: #f2f2f2;
}

.comment-content--nested .comment-inner,
.comment-content--nestedx2 .comment-inner,
.comment-content .comment-inner {
    padding: 30px;
    background-color: #f2f2f2;
    border-radius: 2px;
    margin-bottom: 30px;
}

.comment-content--nested .comment-author,
.comment-content--nestedx2 .comment-author,
.comment-content .comment-author {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}

.comment-content--nested .comment-metadata,
.comment-content--nestedx2 .comment-metadata,
.comment-content .comment-metadata {
    float: right;
    font-weight: 400;
}

.comment-content--nested .comment-text,
.comment-content--nestedx2 .comment-text,
.comment-content .comment-text {
    color: #999;
    margin-top: 15px;
}

.comment-content--nested {
    width: 72%;
}

.comment-content--nestedx2 {
    width: 61%;
}

#comments {
    display: inline-block;
}

#comments .children {
    padding-left: 0;
}

#comments .alternative-heading {
    margin-bottom: 25px;
}

.comment {
    list-style: none;
}

.comment-form .form-control {
    background: #f2f2f2;
    border-radius: 2px;
    border: 1px solid #dedede;
    box-shadow: none;
}

.comment-form .form-control:focus {
    border-color: #dedede;
    background: #fff;
}

.comment-form input {
    height: 45px;
}

.widget select {
    padding: 8px 6px;
    border-radius: 2px;
    width: 100%;
    color: #666;
    border-color: #dedede;
}

.sidebar .widget select {
    background: transparent;
}

.footer .widget select {
    background: #f2f2f2;
}

.sidebar .widget_nav_menu ul {
    list-style: none;
    padding: 0;
}

.sidebar .widget_nav_menu ul>li {
    margin: 2px 0;
}

.sidebar .widget_nav_menu ul>li>a {
    font-size: 13px;
    transition: all 200ms ease-out;
    display: block;
    background: #eee;
    color: #999;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    border-radius: 2px;
    padding: 18px 20px;
}

.sidebar .widget_nav_menu ul>li>a:hover {
    background: #f7c51e;
    color: #333;
    text-decoration: none;
}

.sidebar .widget_nav_menu ul>li>a:active {
    background: #e4b108;
    border-color: rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    color: #333;
}

.sidebar .widget_nav_menu ul>li.current-menu-item a {
    background: #f3bd09;
    color: #333;
    text-decoration: none;
}

.sidebar .widget_nav_menu ul>li:first-of-type {
    margin-top: 0;
}

.sidebar .widget_nav_menu .sub-menu a {
    padding-left: 30px;
}

.sidebar .widget_nav_menu .sub-menu .sub-menu a {
    padding-left: 40px;
}

.sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 50px;
}

.sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 60px;
}

.sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 70px;
}

.footer .widget_nav_menu ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.footer .widget_nav_menu ul>li>a {
    display: block;
    padding: 6px 0;
    color: #000;
    font-size: 17px;
}

.footer .widget_nav_menu ul>li>a:hover {
    color: #666;
}

.footer .widget_nav_menu ul .sub-menu {
    padding-left: 10px;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    padding-left: 20px;
}

.widget_text img {
    max-width: 100%;
    height: auto;
}

.widget_search {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
}

.widget_search .screen-reader-text {
    display: none;
}

.widget_search label {
    width: 100%;
}

@media (min-width:992px) {
    .widget_search label {
        float: left;
        width: 70%;
    }
}

.widget_search .search-field {
    width: 100%;
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 6px 5px 6px 10px;
    font-weight: 400;
    height: 40px;
    border-radius: 2px;
}

@media (min-width:992px) {
    .widget_search .search-field {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
    }
}

.widget_search .search-field:focus {
    background: #fff;
}

.widget_search .search-submit {
    width: 100%;
    height: 40px;
    background: #f7c51e;
    border: 0;
    color: #333;
    font-weight: 700;
    border-radius: 2px;
    transition: all 200ms ease-out;
}

@media (min-width:992px) {
    .widget_search .search-submit {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 30%;
    }
}

.widget_search .search-submit:hover,
.widget_search .search-submit:focus {
    background: #eeb908;
    outline: none;
}

.error-404 .widget_search {
    width: 100%;
    margin: 0 auto;
}

@media (min-width:992px) {
    .error-404 .widget_search {
        width: 300px;
    }
}

.widget_calendar #wp-calendar {
    width: 100%;
}

.widget_calendar caption {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    background-color: #f7c51e;
    border-radius: 2px;
    color: #333;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
}

.widget_calendar thead tr th {
    padding: 5px 0;
    text-align: center;
    background: #dedede;
    color: #666;
    border: 1px solid #f2f2f2;
}

.widget_calendar tbody tr td {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 3px 0;
}

.widget_calendar tfoot tr td {
    border-top: 1px solid #dedede;
    padding: 5px 5px;
}

.widget_calendar tfoot tr #next a {
    float: right;
}

.footer .widget_calendar tbody tr td {
    border: 1px solid #dedede;
}

.widget_tag_cloud a {
    display: inline-block;
    background: #f7c51e;
    padding: 5px 8px;
    margin: 2px 0;
    border-radius: 2px;
    color: #666;
    transition: all 200ms ease-out;
}

.widget_tag_cloud a:hover {
    background: #eeb908;
    color: #333;
}

.single .hentry__content {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.wp-post-image {
    margin: 0;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 2px;
}

.meta-data {
    margin-bottom: 5px;
}

.meta-data a {
    color: #999;
    transition: all 200ms ease-out;
}

.meta-data a:hover {
    color: #333;
}

.meta-data span {
    border-right: 1px solid rgba(0, 0, 0, .12);
    padding-right: 10px;
    margin-right: 10px;
}

.meta-data span:last-of-type {
    border-right: none;
}

.meta-data span:first-of-type {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, .12);
}

.meta-data__seperator {
    color: #ddd;
}

.hentry img {
    border-radius: 2px;
}

.hentry__content {
    font-size: 16px;
}

.hentry__title {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 30px;
}

.hentry__title a {
    color: #333;
}

.hentry__title a:hover {
    color: #000;
}

.portfolio .hentry__title {
    margin-top: 0;
}

.more-link {
    text-transform: uppercase;
}

.more-link span {
    padding: 0;
}

.more-link .btn:hover {
    color: #1b92bf;
}

.sticky {
    background: #fff;
    border-radius: 2px;
    padding: 30px;
    border: 1px solid #ccc;
}

.sticky .hentry__content {
    color: #666;
}

.alignnone,
.aligncenter,
.alignright,
.alignleft {
    max-width: 100%;
    height: auto;
}

.alignnone img,
.aligncenter img,
.alignright img,
.alignleft img {
    max-width: 100%;
    height: auto;
}

.alignnone {
    margin: 5px 0 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a>img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a>img.alignnone {
    margin: 5px 20px 20px 0;
}

a>img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a>img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    background-color: rgba(0, 0, 0, .05);
    padding: 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    line-height: 17px;
    margin: 4px 5px;
}

.bypostauthor {
    position: static;
}

.hentry__content table td,
.hentry__content table th {
    padding: 5px 10px;
    border: 1px solid #dedede;
}

.panel-grid .widget-title {
    font-size: 30px;
    margin-top: 0;
}

.read-more {
    font-size: 13px!important;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    background: #fff;
    margin-top: 15px;
    padding: 11px 15px!important;
    float: left;
    margin-right: 10px;
    border: 2px solid #000!important;
}

.read-more:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.read-more--page-box {
    margin-top: 9.5px;
}

.post {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .post {
        margin-bottom: 60px;
    }
}

.single-post .post,
.breadcrumbs .post {
    margin-bottom: 0;
}

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

.error-404__text {
    font-size: 18px;
    color: #999;
    margin-bottom: 30px;
}

.wpcf7-text,
.wpcf7-textarea {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    padding-right: 36px;
}

.wpcf7 label {
    color: #626262!important;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    border-color: #ddd;
    background: #fff;
}

.wpcf7-textarea {
    height: 220px;
}

.wpcf7-submit {
    float: right;
    margin-bottom: 15px;
}

.wpcf7 .wpcf7-response-output {
    margin: 5px 0;
    padding: 10px 20px;
    border-radius: 2px;
}

.wpcf7 .wpcf7-validation-errors {
    background-color: #faf8d2;
    border: 2px solid #faf8d2;
    color: #b8b015;
}

label.error {
    background: red;
    color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
}

.wpcf7 .alert,
.wpcf7 .success {
    padding: 4px 6px;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 12px;
}

.wpcf7 .alert {
    background-color: #ffe5e5;
    border: 2px solid #ffe5e5;
    color: #e50000;
}

.wpcf7 .success {
    background-color: #dcf2dc;
    border: 2px solid #dcf2dc;
    color: #389738;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin: 0 0 5px 0;
}

@font-face {
    font-family: 'FontAwesome';
    font-weight: 400;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

body,
.textwidget {
    color: #000;
}

.footer {
    background-color: #f2f2f2;
}

.footer {
    background-color: #f3f3f3;
}

.footer__headings {
    color: #3d3d3d;
}

.footer {
    color: #666;
}

.footer a {
    color: #555;
}

.footer i {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    border: 2px solid #555;
    font-size: 20px;
    color: #555;
}

.footer a:hover {
    color: #555;
    text-decoration: none;
}

.footer-bottom {
    background-color: #f7c51e;
}

.footer-bottom {
    background-color: #000;
    color: #ccc;
    text-align: center;
    font-size: 14px;
}

.footer-bottom a:hover {
    color: #333;
}

.slb_details {
    display: none;
}

.promo {
    background-color: #eee;
    margin-bottom: 30px;
}

.promobg {
    padding: 80px;
    background-color: #555;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/motivational-background.jpg);
    background-size: cover;
    background-position-x: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.spacer {
    height: 30px;
}

.spacer-big {
    height: 34px;
    margin-bottom: 43px;
}

.testimonials-bg {
    padding: 30px;
    background-color: #f3f3f3;
    background-repeat: repeat;
}

.portfolio-mini-wrapper {
    background: #454545;
}

.portfolio-mini-wrapper.portfolio-light {
    background: none;
}

#options {
    background: #333;
    text-align: center;
    margin-bottom: 30px;
}

#filters {
    text-align: center;
    padding-left: 0;
}

@media (min-width:992px) {
    #filters li.active,
    #filters li:hover {
        background: #454545;
        border-left: solid 3px #454545;
        margin-left: -3px;
        color: #fff;
        transform: skewX(-30deg);
        -moz-transform: skewX(-30deg);
        -webkit-transform: skewX(-30deg);
    }
    #filters li.active a,
    #filters li:hover a {
        display: inline-block;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        border-bottom: 3px solid #f7c51e;
        padding-bottom: 3px;
        padding-top: 6px;
        transform: skewX(30deg);
        -moz-transform: skewX(30deg);
        -webkit-transform: skewX(30deg);
        color: #fff;
    }
    #filters li.active:after,
    #filters li:hover:after {
        display: none;
    }
}

#filters a {
    display: inline-block;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    border-bottom: 3px solid transparent;
    padding-bottom: 3px;
    padding-top: 6px;
    color: #999;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

#filters li {
    position: relative;
    color: #999;
    cursor: pointer;
    z-index: 2;
    padding: 14px 30px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    display: inline-block;
}

@media (min-width:992px) {
    #filters li:after {
        position: absolute;
        content: "";
        height: 66px;
        width: 1px;
        background-color: #454545;
        right: 0;
        top: -4px;
        transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
    }
}

@media (max-width:991px) {
    #filters li {
        text-align: left;
        display: block;
    }
    #filters li.active,
    #filters li:hover {
        background: #454545;
        border-left: solid 3px #454545;
        color: #fff;
        margin-left: -3px;
    }
    #filters li.active a,
    #filters li:hover a {
        display: inline-block;
        border-bottom: 3px solid #f7c51e;
        padding-bottom: 3px;
        padding-top: 6px;
        color: #fff;
    }
}

#portfolio-content {
    padding: 0;
    list-style: none;
}

#portfolio-content li {
    display: inline-block;
    border: 0 solid transparent;
    outline: 0 solid transparent;
    margin: 0;
    padding: 0 0 0 0;
    border-width: 0 0 0 0;
    border-radius: 2px 2px 2px 2px;
    border-color: #000;
    border-style: none;
}

.portfolio-light #filters li:after {
    background-color: #fff;
}

.portfolio-light #filters li.active,
.portfolio-light #filters li:hover {
    background: #f7c51e;
    border-left: solid 2px #f7c51e;
}

.portfolio-light #filters li.active a,
.portfolio-light #filters li:hover a {
    color: #333;
}

.portfolio-light #options {
    background: #eee;
}

.portfolio-light #filters a {
    color: #666;
}

.navigation--main>.menu-item-has-children>a::after {
    right: calc(10% - 6px);
    color: #bc0c06;
    position: absolute;
    content: "\f0d7";
    font-family: "FontAwesome";
    top: 31px;
}

img {
    max-width: 100%;
    height: auto;
}

.project-post {
    position: relative;
    margin-bottom: 26px !Important;
}

.project-post img {
    width: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.project-content {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 2px;
    width: 90%;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    margin-left: 15px;
}

.project-post:hover .project-content {
    background: #333;
    z-index: 3;
}

.project-post:hover img {
    transform: translateY(-50px) scale(0);
    -webkit-transform: translateY(-50px) scale(0);
    -moz-transform: translateY(-50px) scale(0);
    -o-transform: translateY(-50px) scale(0);
}

.inner-project {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -38px;
}

.inner-project h3 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 6px 0;
    padding: 4px 12px 3px 12px;
    border-radius: 0 0 0 0;
    background-color: rgba(255, 255, 255, 0);
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
}

.inner-project span {
    display: block;
    color: #1abc9c;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 12px;
}

.project-link {
    font-size: 12px;
    line-height: 30px;
    color: #454545;
    font-weight: 800;
    padding: 3px 10px 2px 10px;
    border-radius: 2px 2px 2px 2px;
    background-color: #f7c51e;
    z-index: 2;
    display: inline-block;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.project-link:hover {
    color: #454545;
}

.graybtn {
    cursor: pointer;
    padding-top: 38px;
    top: 0;
    position: relative;
    color: white;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    border: 0;
    display: inline-block;
    padding-left: 12px;
}

.blackbtn {
    background-color: #000;
    cursor: pointer;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#custom-search-input {
    padding: 3px;
    border-bottom: solid 1px #E4E4E4;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    background-color: #fff;
    width: 32%;
    margin-left: 180px;
    background: #000;
    margin-right: 0!important;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    background: transparent;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666;
    padding: 0 8px 0 10px;
    border-right: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

.page-box__content span {
    color: #8e9092;
    text-transform: uppercase;
}

@media (max-width:768px) {
    .logonew {
        width: 61%;
    }
}

.jumbotron__title h1 {
    font-size: 40px;
    font-weight: 200;
}

.jumbotron__title h1 span {
    font-size: 22px;
}

.featurebadge {
    position: absolute;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    background-color: #bc0c06;
    z-index: 1;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width:996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 23%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
}

@media screen and (min-width:997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title,
.price,
.sizes,
.colors {
    text-transform: UPPERCASE;
    font-weight: 700;
}

.checked,
.price span {
    color: #ff9f1a;
}

.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}

.size {
    margin-right: 10px;
}

.size:first-of-type {
    margin-left: 40px;
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

.color:first-of-type {
    margin-left: 20px;
}

.signup-alert-box {
    display: none;
}

.buttonclickable {
    background-color: #797979!important;
    color: #fff!important;
}

.btn.active {
    background-color: #950000!important;
    color: #fff!important;
}

.add-to-cart,
.like {
    background: #ff9f1a;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: 700;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.add-to-cart:hover,
.like:hover {
    background: #b36800;
    color: #fff;
}

.not-available {
    text-align: center;
    line-height: 2em;
}

.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff;
}

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.footer .footer__headings {
    margin-top: 0;
    color: #bc0c06;
    font-size: 22px;
}

body,
.textwidget {
    color: #000;
    font-size: 17px;
}

.graywbtn {
    background-color: #555;
    width: 130px!important;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

@media screen and (max-width:768px) {
    .featured-article {
        height: auto;
        position: relative;
        margin-bottom: 1em;
    }
}

@media screen and (max-width:1024px) {
    .featured-article {
        height: auto!important;
        position: relative;
        margin-bottom: 1em;
    }
    .spacer-big {
        height: 3px;
        margin-bottom: 43px;
    }
    .jumbotron {
        background: #333;
        padding: 0 0 20px 0;
        margin-bottom: 0;
        margin-top: 116px;
    }
}

@media screen and (max-width:480px) {
    .margintop185 {
        margin-top: 60px!important;
    }
    .session {
        background-color: #0f1c30;
        height: 160px;
        padding: 30px;
        padding-top: 20px!important;
    }
    .main-list .media {
        padding-bottom: 1.1em;
        height: auto!important;
    }
    .featured-article {
        height: auto!important;
        position: relative;
        margin-bottom: 1em;
    }
    .margintop {
        margin-top: 0px!important;
    }
    .promobg {
        padding: 20px;
        background-color: #555;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/motivational-background.jpg);
        background-size: cover;
        background-position-x: 0;
        background-repeat: no-repeat;
        background-position: center;
    }
    .testimonials-bg {
        padding: 10px;
        background-color: #eee;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/title-area-pattern.png);
        background-repeat: repeat;
    }
    .jumbotron__title h1 {
        font-size: 17px;
        font-weight: 200;
    }
    .jumbotron__title h1 span {
        font-size: 15px;
    }
    .margintop0 {
        margin-top: 20px!important;
    }
    .jumbotron {
        background: #333;
        padding: 0 0 20px 0;
        margin-bottom: 0;
        margin-top: 69px;
    }
    .mobtopmar {
        margin-top: 30px;
    }
}

p {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 18px;
}

.thumb {
    display: block;
    width: 100%;
    margin: 0;
}

.by-author {
    font-style: italic;
    line-height: 1.3;
    color: #aab6aa;
}

.featured-article {
    height: 350px;
    position: relative;
    margin-bottom: 1em;
}

.featured-article .block-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
    padding: .5em;
    width: 100%;
    color: #fff;
}

.featured-article .block-title h2 {
    margin: 0;
}

.main-list {
    padding-left: .5em;
}

.main-list .media {
    padding-bottom: 1.1em;
    height: 133px;
}

.media-list li {
    list-style: none;
}

.detailss {
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.detailss {
    font-size: 20px;
    color: #555;
}

.detailss span {
    font-size: 25px;
    color: #000;
}

.grayleft {
    border-right: 1px solid #ccc;
}

.paddingnone {
    padding-left: 0;
    padding-right: 0;
}

.session {
    background-color: #0f1c30;
    height: 160px;
    padding: 30px;
    padding-top: 54px;
}

.session h1 {
    font-size: 30px;
    background-color: #0f1c30;
    color: #bc0c06;
}

.session span {
    font-size: 22px;
    background-color: #0f1c30;
    color: #FFF;
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: #ccc;
}

.control input:checked~.control__indicator {
    background: #2aa1c0;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: #000;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 7px;
    width: 100%;
}

.signupform .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    border-bottom: 3px solid #000;
    color: #010101!important;
    appearance: none;
    -webkit-appearance: none;
}

.select select::-ms-expand {
    display: none;
}

.select select:hover,
.select select:focus {
    color: #000;
    background: #fff;
}

.select select:disabled {
    opacity: .5;
    pointer-events: none;
}

.select select:hover~.select__arrow,
.select select:focus~.select__arrow {
    border-top-color: #000;
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc;
}

.calender {
    color: #bc0c06;
    position: absolute;
    top: 14px;
    right: 12px;
    background: #fff;
    padding-right: -1px;
}

.select__arrow1 {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 50px;
    height: 50px;
    pointer-events: none;
}

.paddingleftn {
    padding-left: 0;
}

.profilepic {
    height: 34px;
    width: 34px;
    float: left;
    margin-top: 10px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url(https://s3.eu-central-1.amazonaws.com/dev-jaccimages/down.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 14px;
}

.menu2{
    left: 40%;
}

.menu3{
    left: 45%;
}

.mobileMenu{
    display: none;
}

.laptopMenu{
    display: block;
}

.navbar-nav>li>a {
    padding-top: 18.5px;
    padding-bottom: 14.5px;
    color: #fff;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}

.terms {
    float: right!important;
}

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

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99;
    height: 100%;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.navbar-default {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.menu-large {
    position: static!important;
}

.megamenu {
    padding: 20px 0;
    width: 100%;
    margin-top: -1px;
}

.megamenu>li>ul {
    padding: 0;
    margin: 0;
}

.megamenu>li>ul>li {
    list-style: none;
}

.megamenu>li>ul>li>a {
    color: #555;
    font-size: 18px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}

.megamenu .col-sm-4 a {
    color: #555;
    font-size: 14px;
    display: block;
    padding: 4px 17px;
    clear: both;
    font-weight: 100;
    line-height: 0;
    color: #fff;
    white-space: normal;
    list-style: none;
    letter-spacing: 2px;
    padding-bottom: 8px;
    font-family: "HelveticaNeueLTArabic-Light", Arial, sans-serif!important;
    margin: 0;
    text-align: center;
}

.megamenu .col-sm-4 a:hover {
    text-decoration: none;
    color: #ccc;
}

.megamenu>li>ul>li>a:hover {
    text-decoration: none;
}

.megamenu .col-sm-4 li {
    list-style: none;
}

.megamenu>li ul>li>a:hover,
.megamenu>li ul>li>a:focus {
    text-decoration: none;
    color: #555;
    font-size: 18px;
    background-color: #f5f5f5;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: #999;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}

@media (max-width:768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }
    .megamenu>li {
        margin-bottom: 30px;
    }
    .megamenu>li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px!important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}

.dropdown-header {
    color: #bc0c06;
    font-size: 20px;
    text-transform: uppercase;
}

.wpcf7 label {
    color: #626262!important;
}

.margintop185 {
    margin-top: 130px;
}

.parallax-window {
    background: rgba(0, 0, 0, .7);
    margin-top: 50px;
    margin-bottom: 40px;
}

.parallax-title {
    color: white;
}

.my-gallery {
    width: 100%;
    float: left;
}

.my-gallery img {
    width: 100%;
    height: auto;
}

.my-gallery figure {
    display: block;
    float: right;
    margin: 0 5px 5px 0;
    width: 150px;
}

.my-gallery figcaption {
    display: none;
}

.logo-jacc-white {
    width: 225px;
    padding: 10px;
}

.logo-jacc {
    width: 225px;
    padding: 10px;
}

.footer-links {
    margin-top: 30px;
    font-size: 14px;
}

.footer-links a {
    margin-right: 15px;
    font-size: 12px;
    font-family: "HelveticaNeueLTArabic-Light";
}

.navigation--main>li>a {
    font-size: 14px;
    letter-spacing: 0;
}

.img-container {
    min-height: 266px;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/about/1.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    margin-top: 128px;
    margin-bottom: 25px;
}

.quote {
    font-family: Lato-Italic;
    margin-bottom: 20px;
}

.parallax-text {
    color: white;
    font-family: Lato;
}

.img-container-opening {
    min-height: 400px;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    margin-top: 50px;
    margin-bottom: 25px;
}

.img-container-opening-4 {
    min-height: 400px;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/4.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    margin-top: 50px;
    margin-bottom: 25px;
}

.img-container-opening-5 {
    min-height: 400px;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/5.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    margin-top: 50px;
    margin-bottom: 25px;
}

footer {
    margin-top: 100px;
}

.megamenu .col-sm-3 a {
    color: #555;
    font-size: 18px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    list-style: none;
}

.megamenu .col-sm-3 li {
    list-style: none;
}

.no-banner {
    margin-top: 163px;
}

.img-container-architecture {
    min-height: 400px;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/architecture/1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    margin-top: 128px;
    margin-bottom: 25px;
}

.my-gallery {
    margin-top: 20px;
    margin-bottom: 20px;
}

.architecture-gallery figure {
    width: 49%;
    margin: 0;
}

.img-container-location {
    min-height: 400px;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/location/1.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    margin-top: 128px;
    margin-bottom: 25px;
}

.iframe-rwd {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-container-events {
    min-height: 400px;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/events/1.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    margin-top: 157px;
    margin-bottom: 25px;
}

.event-image {
    width: 100%;
}

.info {
    font-family: HelveticaNeueLTArabic-Light;
    font-size: 12px;
    text-transform: uppercase;
}

.img-container-contact {
    min-height: 400px;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/contact/1.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    margin-top: 157px;
    margin-bottom: 25px;
}

.img-container-rent {
    min-height: 400px;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/rental/1.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    margin-top: 157px;
    margin-bottom: 25px;
}

@media only screen and (max-width:768px) {
    .img-container-opening,
    .img-container,
    .img-container-architecture,
    .img-container-contact,
    .img-container-events,
    .img-container-rent,
    .img-container-location {
        margin-top: 67px;
    }
}

.img-container-amir {
    min-height: 400px;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/opening-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    margin-top: 128px;
    margin-bottom: 25px;
    background-position-y: -48px;
}

footer {
    margin-top: 50px;
}

.padding50 {
    padding: 20px;
}

.subin {
    text-align: right;
    width: 84%;
    height: 40px;
    padding: 10px;
    border-radius: 2px;
    border: none;
    margin-top: -2px;
}

.subin:focus {
    outline: none;
}

.subbutton {
    margin-top: -8px;
}

.margintopn {
    margin-top: 180px;
}

.webhidden {
    display: none;
}

.mobileshow {
    display: none;
}

.padding100 {
    padding: 100px;
}

.my-gallery img {
    width: 100%;
}

.regs {
    padding: 185px 0 60px!important;
    border-bottom: 0px!important;
}

@media screen and (max-width:480px) {
    .master-container {
        margin-top: 130px!important;
    }
    .paddingleftmobile0 {
        padding-left: 0;
    }
    .menu2{
        left: 0;
    }
    /*.dropdown-menu{
        left: 0 !important;
        right: 0 !important;
        position: relative !important;
        float: none !important;
    }*/

    .mobileMenu{
        display: block;
    }

    .laptopMenu{
        display: none
    }

    .menu3{
        left: 0;
    }
    .carousel-inner {
        overflow: hidden;
        position: relative;
        top: 23px!important;
        width: 100%;
    }
    .my-gallery {
        float: left;
        width: 100%;
    }
    .parallax-title {
        font-size: 21px;
    }
    .carousel-control.left,
    .carousel-control.right {
        background: rgba(51, 51, 51, .9) none repeat scroll 0 0;
        border-radius: 2px;
        color: #fff;
        font-size: 36px;
        height: 45px;
        line-height: 46px;
        opacity: 1;
        text-align: center;
        text-shadow: none;
        top: 50%!important;
        width: 45px;
    }
    .carousel-content {
        background: rgba(0, 0, 0, .6) none repeat scroll 0 0;
        padding: 20px 20px 20px 0;
        position: absolute;
        top: 43%!important;
        width: 93%!important;
    }
    .nav-tabs>li>a {
        text-transform: uppercase;
        font-size: 17px!important;
        padding-left: 30px!important;
        padding-right: 30px!important;
        margin-right: 2px;
        line-height: 1.5;
        border: 1px solid #bc0c06;
        border-radius: 4px 4px 0 0;
        color: #bc0c06;
    }
    .regs {
        margin-top: 32px!important;
    }
    .modal-content {
        background-clip: padding-box;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        min-width: 100%!important;
        outline: 0 none;
        padding: 28px;
        position: relative;
    }
    .btn-lg,
    .btn-group-lg>.btn {
        border-radius: 6px;
        font-size: 17px!important;
        line-height: 1.33333;
        padding: 10px 16px;
    }
    .no-banner1 {
        margin-top: 0!important;
    }
    .bottomborder1 {
        margin-bottom: 20px;
    }
    .eat .col-lg-6 {
        font-size: 14px!important;
    }
    h2,
    .h2 {
        font-size: 19px;
    }
    h3,
    .h3 {
        font-size: 17px;
    }
    .video-js {
        width: 100%!important;
    }
    .my-gallery img {
        height: auto!important;
        width: 100%;
    }
    .widget-title {
        margin-top: 0px!important;
        margin-bottom: 0!important;
    }
    .mobiletoppar {
        margin-top: 0px!important;
    }
    .megamenu .col-sm-4>ul {
        padding-left: 0;
    }
    .img-container-location {
        min-height: 200px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/location/1.jpg);
        background-repeat: no-repeat;
        background-size: 480px 194px;
        background-position: center top;
        margin-top: 180px;
        margin-bottom: 25px;
    }
    .img-container {
        min-height: 200px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/about/1.jpg);
        background-repeat: no-repeat;
        background-size: 480px 194px;
        background-position: center top;
        margin-top: 54px;
        margin-bottom: 25px;
    }
    .img-container-opening {
        min-height: 150px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/1.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .img-container-opening-4 {
        min-height: 150px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/4.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .img-container-opening-5 {
        min-height: 150px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/5.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .img-container-contact {
        min-height: 200px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/contact/1.jpg);
        background-repeat: no-repeat;
        background-size: 480px 194px;
        background-position: center top;
        margin-top: 180px;
        margin-bottom: 25px;
    }
    .img-container-rent {
        min-height: 200px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/rental/1.jpg);
        background-repeat: no-repeat;
        background-size: 480px 194px;
        background-position: center top;
        margin-top: 54px;
        margin-bottom: 25px;
    }
    .no-banner {
        margin-top: 50px;
    }
    @media only screen and (max-width:768px) {
        .img-container-opening,
        .img-container,
        .img-container-architecture,
        .img-container-contact,
        .img-container-events,
        .img-container-rent,
        .img-container-location {
            margin-top: 44px;
        }
    }
    .img-container-amir {
        min-height: 200px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/opening-banner.jpg);
        background-repeat: no-repeat;
        background-size: 543px 194px;
        background-position: center top;
        margin-top: 43px;
        margin-bottom: 0;
        background-position-x: -9px;
    }
    .parallax-text {
        padding: 10px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/TransparentBlack.png);
        background-repeat: repeat;
    }
    .mobileshow {
        display: block;
    }
    .padding100 {
        padding: 20px;
    }
    .fade {
        background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
    }
    .carousel .item {
        height: 300px;
    }
    .item img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        max-width: none;
    }
    .carousel img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 500px;
        max-width: none;
    }
    .item img {
        max-width: 100%;
        width: auto;
        height: auto;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }
    .parallax-title {
        padding: 10px;
        background-repeat: repeat;
    }
    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
        opacity: 1;
        text-shadow: none;
        width: 45px;
        height: 45px;
        background: rgba(51, 51, 51, .9);
        font-size: 36px;
        line-height: 46px;
        text-align: center;
        border-radius: 2px;
        color: #fff;
        top: 35%;
    }
    .jumbotron {
        background: #333;
        padding: 0 0 1px 0;
        margin-bottom: 0;
        margin-top: 69px;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        background-color: red;
        z-index: 200;
    }
    .carousel-content {
        position: absolute;
        width: 540px;
        background: rgba(0, 0, 0, .6);
        padding: 20px;
        padding-left: 0;
        width: 93%;
        top: 56%;
    }
    .webhidden {
        display: block;
    }
    .webhidden1 {
        display: none;
    }
    .widget-social-icons {
        text-align: center;
        padding: 9px 0;
        margin: 0 -3px;
        float: none!important;
    }
    .arebicbutton {
        margin-top: 0;
        float: left;
        right: -33px;
        display: block!important;
    }
    .table-condensed>thead>tr>th,
    .table-condensed>thead>tr>td,
    .table-condensed>tbody>tr>th,
    .table-condensed>tbody>tr>td,
    .table-condensed>tfoot>tr>th,
    .table-condensed>tfoot>tr>td {
        padding: 7px 14px!important;
    }
    .dropdown-menu {
        position: relative !important;
        float: none !important;
        top: 0%;
        left: 0 !important;
        z-index: 99999999999999999;
        display: none;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: right;
        background-color: #000;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        background-clip: padding-box;
    }
    .navigation--main>li>a {
        position: relative;
        display: block;
        color: #ddd;
        padding: 10px 5px 10px 0;
        float: left;
        width: 100%;
    }
    ul,
    menu,
    dir {
        display: block;
        list-style-type: disc;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        -webkit-padding-start: 0;
    }
    .megamenu .col-sm-4 a {
        color: #555;
        font-size: 14px;
        padding: 4px 20px;
        padding: 5px 0;
        clear: both;
        font-weight: 400;
        line-height: 1.428571429;
        color: #bc0c06;
        white-space: normal;
        list-style: none;
        margin-bottom: 12px;
    }
    .megamenu .col-sm-4 a:hover {
        color: #cd1b2b;
    }
    .badge {
        z-index: 999;
    }
    .margintopn {
        margin-top: 60px;
    }
    .mobtopmar {
        min-height: 473px!important;
    }
    .my-gallery figure {
        display: block;
        float: left;
        margin: 0 5px 5px 0;
        width: 48%;
    }
    .parallax-window {
        margin-top: 10px;
        margin-bottom: 40px;
        background: rgba(0, 0, 0, .701961);
    }
    .padding50 {
        padding: 20px;
    }
    footer {
        margin-top: 0;
        text-align: center;
    }
    .subin {
        text-align: left;
        width: 100%!important;
        margin-bottom: 10px;
    }
    .subbutton {
        margin-top: 10px;
        width: 100%;
    }
}

@media screen and (max-width:769px) {
    .mobtopmar {
        min-height: auto!important;
        margin-bottom: 50px;
    }
    .spacer-big {
        height: 3px;
        margin-bottom: 5px;
    }
    .subin {
        text-align: left;
        width: 79%;
        margin-bottom: 10px;
    }
}

.marginbottom0 {
    margin-bottom: 0;
}

.photocon {
    min-height: 230px;
}

.arebicbutton {
    margin-top: 0;
    float: left;
    right: -33px;
    display: none;
}

.error {
    border-color: red;
}

.no-image-page {
    margin-top: 250px;
}

@media screen and (max-width:769px) {
    .no-image-page {
        margin-top: 120px;
    }
}

.coming-soon {
    border-color: #aaa;
    color: #aaa;
    cursor: default;
}

.coming-soon:hover {
    background-color: white;
    color: #aaa;
}

.footer {
    color: #666;
}

body a {
    outline: none!important;
}

.fade {
    background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
}

.signupmain {
    border: 1px solid #fff;
    margin: 30px auto 0!important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fc {
    direction: ltr;
    text-align: left;
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
}

html .fc,
.fc table {
    font-size: 1em;
}

.fc td,
.fc th {
    padding: 0;
    vertical-align: top;
}

.fc-event-title {
    background: #bc0c06;
    border-radius: 5px;
    padding: 0 10px 4px 10px!important;
    font-size: 18px;
    margin-left: 7px;
    font-weight: 700;
    cursor: pointer;
    color: white;
}

.fc-event-time {
    color: #bc0c06;
    cursor: pointer;
}

.fc-header td {
    white-space: nowrap;
}

.fc-header-left {
    width: 25%;
    text-align: left;
}

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

.fc-header-right {
    width: 25%;
    text-align: right;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
}

.fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap;
}

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
}

.fc-header .fc-button {
    margin-right: -1px;
}

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
    margin-right: 0;
}

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4;
}

.fc-content {
    clear: both;
    zoom: 1;
}

.fc-view {
    width: 100%;
    overflow: hidden;
}

.fc-widget-header,
.fc-widget-content {
    border: 1px solid #ddd;
}

.fc-state-highlight {
    background: white;
}

.fc-cell-overlay {
    background: #bcccbc;
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer;
}

.fc-text-arrow {
    margin: 0 .1em;
    font-size: 2em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline;
    color: white;
}

.fc-state-default {
    background-color: #bc0c06;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333;
    background-color: #bc0c06;
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #ccc;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .55;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.fc-event-container>* {
    z-index: 8;
}

.fc-event-container>.ui-draggable-dragging,
.fc-event-container>.ui-resizable-resizing {
    z-index: 9;
}

.fc-event {
    color: #B5B5B5;
    font-size: .85em;
    cursor: default;
}

a.fc-event {
    text-decoration: none;
}

a.fc-event,
.fc-event-draggable {
    cursor: pointer;
}

.fc-rtl .fc-event {
    text-align: right;
}

.fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fc-event-time,
.fc-event-title {
    font-size: 14px;
    padding: 0 1px;
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    font-size: 300%;
    line-height: 50%;
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-left-width: 1px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-right-width: 1px;
}

.fc-event-hori .ui-resizable-e {
    top: 0!important;
    right: -3px!important;
    width: 7px!important;
    height: 100%!important;
    cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
    top: 0!important;
    left: -3px!important;
    width: 7px!important;
    height: 100%!important;
    cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px;
}

table.fc-border-separate {
    border-collapse: separate;
}

.fc-border-separate th,
.fc-border-separate td {
    border-width: 1px 0 0 1px;
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
    border-right-width: 1px;
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
    border-bottom-width: 1px;
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
    border-top-width: 0;
}

.fc-grid th {
    text-align: center;
}

.fc .fc-week-number {
    width: 22px;
    text-align: center;
}

.fc .fc-week-number div {
    padding: 0 2px;
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
}

.fc-grid .fc-event-time {
    font-weight: 700;
}

.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}

.fc-agenda table {
    border-collapse: separate;
}

.fc-agenda-days th {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: 400;
}

.fc-agenda .fc-week-number {
    font-weight: 700;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}

.fc-agenda-allday th {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    _height: 34px;
}

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
}

.fc-agenda-slots th {
    border-width: 1px 1px 0;
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none;
}

.fc-agenda-slots td div {
    height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid;
}

.fc-event-vert {
    border-width: 0 1px;
}

.fc-event-vert.fc-event-start {
    border-top-width: 1px;
}

.fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
}

.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px;
}

.fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2;
}

.fc-event-vert .fc-event-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
}

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
    display: none\9;
}

.fc-event-vert .ui-resizable-s {
    bottom: 0!important;
    width: 100%!important;
    height: 8px!important;
    overflow: hidden!important;
    line-height: 8px!important;
    font-size: 11px!important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

#carbonads-container,
#ui8ads-container {
    position: fixed;
    top: 40px;
    right: 5%;
    width: 180px;
    display: none;
}

#carbonads-container .close-carbon-adv,
#carbonads-container .close-ui8-adv,
#ui8ads-container .close-carbon-adv,
#ui8ads-container .close-ui8-adv {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 100%;
    background: rgba(25, 36, 44, .8);
    text-indent: 100%;
    overflow: hidden;
    width: 32px;
    height: 32px;
}

#carbonads-container .close-carbon-adv:hover,
#carbonads-container .close-ui8-adv:hover,
#ui8ads-container .close-carbon-adv:hover,
#ui8ads-container .close-ui8-adv:hover {
    background: #19242c;
}

#carbonads-container .close-carbon-adv::after,
#carbonads-container .close-carbon-adv::before,
#carbonads-container .close-ui8-adv::after,
#carbonads-container .close-ui8-adv::before,
#ui8ads-container .close-carbon-adv::after,
#ui8ads-container .close-carbon-adv::before,
#ui8ads-container .close-ui8-adv::after,
#ui8ads-container .close-ui8-adv::before {
    content: '';
    background-color: #fff;
    height: 2px;
    width: 14px;
    position: absolute;
    top: 14px;
    left: 9px;
}

#carbonads-container .close-carbon-adv::after,
#carbonads-container .close-ui8-adv::after,
#ui8ads-container .close-carbon-adv::after,
#ui8ads-container .close-ui8-adv::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#carbonads-container .close-carbon-adv::before,
#carbonads-container .close-ui8-adv::before,
#ui8ads-container .close-carbon-adv::before,
#ui8ads-container .close-ui8-adv::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#carbonads-container .carbonad,
#carbonads-container .ui8ad,
#ui8ads-container .carbonad,
#ui8ads-container .ui8ad {
    background: rgba(255, 255, 255, .9);
    border: none;
    width: 100%;
    height: auto;
    padding: 14px;
    text-align: center;
    border-radius: 0 3px 3px 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

#carbonads-container .carbonad .carbonad-image img,
#carbonads-container .carbonad .ui8ad-image img,
#carbonads-container .ui8ad .carbonad-image img,
#carbonads-container .ui8ad .ui8ad-image img,
#ui8ads-container .carbonad .carbonad-image img,
#ui8ads-container .carbonad .ui8ad-image img,
#ui8ads-container .ui8ad .carbonad-image img,
#ui8ads-container .ui8ad .ui8ad-image img {
    width: 130px;
}

#carbonads-container .carbonad .carbonad-image img,
#carbonads-container .ui8ad .carbonad-image img,
#ui8ads-container .carbonad .carbonad-image img,
#ui8ads-container .ui8ad .carbonad-image img {
    margin: 0 0 10px 10px;
}

#carbonads-container .carbonad .ui8ad-image img,
#carbonads-container .carbonad .carbon-img img,
#carbonads-container .ui8ad .ui8ad-image img,
#carbonads-container .ui8ad .carbon-img img,
#ui8ads-container .carbonad .ui8ad-image img,
#ui8ads-container .carbonad .carbon-img img,
#ui8ads-container .ui8ad .ui8ad-image img,
#ui8ads-container .ui8ad .carbon-img img {
    margin: 0 10px 10px;
    width: 130px;
}

#carbonads-container .carbonad .carbon-text,
#carbonads-container .carbonad .carbonad-tag,
#carbonads-container .carbonad .carbon-poweredby,
#carbonads-container .carbonad .ui8ad-text,
#carbonads-container .carbonad .ui8ad-tag,
#carbonads-container .ui8ad .carbon-text,
#carbonads-container .ui8ad .carbonad-tag,
#carbonads-container .ui8ad .carbon-poweredby,
#carbonads-container .ui8ad .ui8ad-text,
#carbonads-container .ui8ad .ui8ad-tag,
#ui8ads-container .carbonad .carbon-text,
#ui8ads-container .carbonad .carbonad-tag,
#ui8ads-container .carbonad .carbon-poweredby,
#ui8ads-container .carbonad .ui8ad-text,
#ui8ads-container .carbonad .ui8ad-tag,
#ui8ads-container .ui8ad .carbon-text,
#ui8ads-container .ui8ad .carbonad-tag,
#ui8ads-container .ui8ad .carbon-poweredby,
#ui8ads-container .ui8ad .ui8ad-text,
#ui8ads-container .ui8ad .ui8ad-tag {
    font-family: 'HelveticaNeueLTArabic-Light', Arial, sans-serif;
}

#carbonads-container .carbonad .carbon-wrap,
#carbonads-container .carbonad .ui8ad-text,
#carbonads-container .ui8ad .carbon-wrap,
#carbonads-container .ui8ad .ui8ad-text,
#ui8ads-container .carbonad .carbon-wrap,
#ui8ads-container .carbonad .ui8ad-text,
#ui8ads-container .ui8ad .carbon-wrap,
#ui8ads-container .ui8ad .ui8ad-text {
    display: block;
    width: 100%;
    padding: 0;
}

#carbonads-container .carbonad .carbon-wrap a,
#carbonads-container .carbonad .ui8ad-text a,
#carbonads-container .ui8ad .carbon-wrap a,
#carbonads-container .ui8ad .ui8ad-text a,
#ui8ads-container .carbonad .carbon-wrap a,
#ui8ads-container .carbonad .ui8ad-text a,
#ui8ads-container .ui8ad .carbon-wrap a,
#ui8ads-container .ui8ad .ui8ad-text a {
    color: #96c03d;
    font-size: 13px;
    font-weight: 700;
}

.no-touch #carbonads-container .carbonad .carbon-wrap a:hover,
.no-touch #carbonads-container .carbonad .ui8ad-text a:hover,
.no-touch #carbonads-container .ui8ad .carbon-wrap a:hover,
.no-touch #carbonads-container .ui8ad .ui8ad-text a:hover,
.no-touch #ui8ads-container .carbonad .carbon-wrap a:hover,
.no-touch #ui8ads-container .carbonad .ui8ad-text a:hover,
.no-touch #ui8ads-container .ui8ad .carbon-wrap a:hover,
.no-touch #ui8ads-container .ui8ad .ui8ad-text a:hover {
    text-decoration: underline;
}

#carbonads-container .carbonad .carbonad-tag,
#carbonads-container .carbonad .carbon-poweredby,
#carbonads-container .carbonad .ui8ad-tag,
#carbonads-container .ui8ad .carbonad-tag,
#carbonads-container .ui8ad .carbon-poweredby,
#carbonads-container .ui8ad .ui8ad-tag,
#ui8ads-container .carbonad .carbonad-tag,
#ui8ads-container .carbonad .carbon-poweredby,
#ui8ads-container .carbonad .ui8ad-tag,
#ui8ads-container .ui8ad .carbonad-tag,
#ui8ads-container .ui8ad .carbon-poweredby,
#ui8ads-container .ui8ad .ui8ad-tag {
    margin-top: 5px;
    color: #2c3f4c;
}

#carbonads-container .carbonad .carbonad-tag a,
#carbonads-container .carbonad .carbon-poweredby a,
#carbonads-container .carbonad .ui8ad-tag a,
#carbonads-container .ui8ad .carbonad-tag a,
#carbonads-container .ui8ad .carbon-poweredby a,
#carbonads-container .ui8ad .ui8ad-tag a,
#ui8ads-container .carbonad .carbonad-tag a,
#ui8ads-container .carbonad .carbon-poweredby a,
#ui8ads-container .carbonad .ui8ad-tag a,
#ui8ads-container .ui8ad .carbonad-tag a,
#ui8ads-container .ui8ad .carbon-poweredby a,
#ui8ads-container .ui8ad .ui8ad-tag a {
    color: #2c3f4c;
}

#carbonads-container .carbonad .carbonad-tag a:hover,
#carbonads-container .carbonad .carbon-poweredby a:hover,
#carbonads-container .carbonad .ui8ad-tag a:hover,
#carbonads-container .ui8ad .carbonad-tag a:hover,
#carbonads-container .ui8ad .carbon-poweredby a:hover,
#carbonads-container .ui8ad .ui8ad-tag a:hover,
#ui8ads-container .carbonad .carbonad-tag a:hover,
#ui8ads-container .carbonad .carbon-poweredby a:hover,
#ui8ads-container .carbonad .ui8ad-tag a:hover,
#ui8ads-container .ui8ad .carbonad-tag a:hover,
#ui8ads-container .ui8ad .carbon-poweredby a:hover,
#ui8ads-container .ui8ad .ui8ad-tag a:hover {
    color: #96c03d;
}

#carbonads-container .carbonad .ui8ad-tag,
#carbonads-container .carbonad .carbon-poweredby,
#carbonads-container .ui8ad .ui8ad-tag,
#carbonads-container .ui8ad .carbon-poweredby,
#ui8ads-container .carbonad .ui8ad-tag,
#ui8ads-container .carbonad .carbon-poweredby,
#ui8ads-container .ui8ad .ui8ad-tag,
#ui8ads-container .ui8ad .carbon-poweredby {
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
}

@media only screen and (min-width:1170px) {
    #carbonads-container,
    #ui8ads-container {
        display: block;
    }
}

.cd-breadcrumb,
.cd-multi-steps {
    width: 100%;
    padding: .5em 1em;
    margin: 1em auto;
    background-color: #edeff0;
    border-radius: .25em;
}

.cd-breadcrumb::after,
.cd-multi-steps::after {
    clear: both;
    content: "";
    display: table;
}

.cd-breadcrumb li,
.cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: .5em 0;
}

.cd-breadcrumb li::after,
.cd-multi-steps li::after {
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
    display: none;
}

.cd-breadcrumb li>*,
.cd-multi-steps li>* {
    color: #2c3f4c;
    display: inline-block;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.cd-breadcrumb li.current>*,
.cd-multi-steps li.current>* {
    color: #bc0c06;
}

.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
    color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
    content: '';
    height: 16px;
    width: 16px;
    background: url(../img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li>*::before,
.cd-multi-steps.custom-icons li>*::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: .4em;
    margin-top: -2px;
    background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2)>*::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2)>*::before {
    background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3)>*::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3)>*::before {
    background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4)>*::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4)>*::before {
    background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type>*::before,
.cd-multi-steps.custom-icons li.current:first-of-type>*::before {
    background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(2)>*::before {
    background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3)>*::before {
    background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(4)>*::before {
    background-position: -60px -20px;
}

@media only screen and (min-width:768px) {
    .cd-breadcrumb,
    .cd-multi-steps {
        padding: 0 1.2em;
    }
    .cd-breadcrumb li,
    .cd-multi-steps li {
        margin: 1.2em 0;
    }
    .cd-breadcrumb li::after,
    .cd-multi-steps li::after {
        margin: 0 1em;
    }
    .cd-breadcrumb li>*,
    .cd-multi-steps li>* {
        font-size: 14pt;
        text-transform: uppercase;
    }
}

@media only screen and (min-width:768px) {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li>a:hover {
        text-decoration: none;
    }
    .cd-breadcrumb.triangle {
        background-color: transparent;
        padding: 0;
    }
    .cd-breadcrumb.triangle li {
        position: relative;
        padding: 0;
        margin: 4px 4px 4px 0;
    }
    .cd-breadcrumb.triangle li:last-of-type {
        margin-right: 0;
    }
    .cd-breadcrumb.triangle li>* {
        position: relative;
        padding: 1em 6.5em 1em 6.4em;
        color: #2c3f4c;
        background-color: #edeff0;
        border-color: #edeff0;
    }
    .cd-breadcrumb.triangle li.current>* {
        color: #fff;
        background-color: #bc0c06;
        border-color: #bc0c06;
    }
    .cd-breadcrumb.triangle li:first-of-type>* {
        padding-left: 8.6em;
        border-radius: .25em 0 0 .25em;
    }
    .cd-breadcrumb.triangle li:last-of-type>* {
        padding-right: 8.6em;
        border-radius: 0 .25em .25em 0;
    }
    .no-touch .cd-breadcrumb.triangle a:hover {
        color: #fff;
        background-color: #2c3f4c;
        border-color: #2c3f4c;
    }
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li>*::after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        content: '';
        height: 0;
        width: 0;
        border: 24px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
        border-width: 34px 0 32px 22px;
    }
    .cd-breadcrumb.triangle li::after {
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #fff;
        margin: 0;
    }
    .cd-breadcrumb.triangle li>*::after {
        z-index: 2;
        border-left-color: inherit;
    }
    .cd-breadcrumb.triangle li:last-of-type::after,
    .cd-breadcrumb.triangle li:last-of-type>*::after {
        display: none;
    }
    .cd-breadcrumb.triangle.custom-separator li::after {
        background-image: none;
    }
    .cd-breadcrumb.triangle.custom-icons li::after,
    .cd-breadcrumb.triangle.custom-icons li>*::after {
        border-top-width: 25px;
        border-bottom-width: 25px;
    }
    @-moz-document url-prefix() {
        .cd-breadcrumb.triangle li::after,
        .cd-breadcrumb.triangle li>*::after {
            border-left-style: dashed;
        }
    }
    ;
}

@media only screen and (min-width:768px) {
    .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before,
    .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before,
    .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before,
    .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
        background-position: 0 -40px;
    }
    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before,
    .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before,
    .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before,
    .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
        background-position: -20px -40px;
    }
    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before,
    .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before,
    .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before,
    .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
        background-position: -40px -40px;
    }
    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before,
    .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before,
    .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before,
    .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
        background-position: -60px -40px;
    }
}

@media only screen and (min-width:768px) {
    .cd-multi-steps {
        background-color: transparent;
        padding: 0;
        text-align: center;
    }
    .cd-multi-steps li {
        position: relative;
        float: none;
        margin: .4em 40px .4em 0;
    }
    .cd-multi-steps li:last-of-type {
        margin-right: 0;
    }
    .cd-multi-steps li::after {
        position: absolute;
        content: '';
        height: 4px;
        background: #edeff0;
        margin: 0;
    }
    .cd-multi-steps li.visited::after {
        background-color: #96c03d;
    }
    .cd-multi-steps li>*,
    .cd-multi-steps li.current>* {
        position: relative;
        color: #2c3f4c;
    }
    .cd-multi-steps.custom-separator li::after {
        height: 4px;
        background: #edeff0;
    }
    .cd-multi-steps.text-center li::after {
        width: 100%;
        top: 50%;
        left: 100%;
        -webkit-transform: translateY(-50%) translateX(-1px);
        -moz-transform: translateY(-50%) translateX(-1px);
        -ms-transform: translateY(-50%) translateX(-1px);
        -o-transform: translateY(-50%) translateX(-1px);
        transform: translateY(-50%) translateX(-1px);
    }
    .cd-multi-steps.text-center li>* {
        z-index: 1;
        padding: .6em 1em;
        border-radius: .25em;
        background-color: #edeff0;
    }
    .no-touch .cd-multi-steps.text-center a:hover {
        background-color: #2c3f4c;
    }
    .cd-multi-steps.text-center li.current>*,
    .cd-multi-steps.text-center li.visited>* {
        color: #fff;
        background-color: #96c03d;
    }
    .cd-multi-steps.text-center.custom-icons li.visited a::before {
        background-position: 0 -60px;
    }
    .cd-multi-steps.text-top li,
    .cd-multi-steps.text-bottom li {
        width: 80px;
        text-align: center;
    }
    .cd-multi-steps.text-top li::after,
    .cd-multi-steps.text-bottom li::after {
        position: absolute;
        left: 50%;
        width: calc(100% + 40px);
    }
    .cd-multi-steps.text-top li>*::before,
    .cd-multi-steps.text-bottom li>*::before {
        content: '';
        position: absolute;
        z-index: 1;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background-color: #edeff0;
    }
    .cd-multi-steps.text-top li.visited>*::before,
    .cd-multi-steps.text-top li.current>*::before,
    .cd-multi-steps.text-bottom li.visited>*::before,
    .cd-multi-steps.text-bottom li.current>*::before {
        background-color: #96c03d;
    }
    .no-touch .cd-multi-steps.text-top a:hover,
    .no-touch .cd-multi-steps.text-bottom a:hover {
        color: #96c03d;
    }
    .no-touch .cd-multi-steps.text-top a:hover::before,
    .no-touch .cd-multi-steps.text-bottom a:hover::before {
        box-shadow: 0 0 0 3px rgba(150, 192, 61, .3);
    }
    .cd-multi-steps.text-top li::after {
        bottom: 4px;
    }
    .cd-multi-steps.text-top li>* {
        padding-bottom: 20px;
    }
    .cd-multi-steps.text-top li>*::before {
        bottom: 0;
    }
    .cd-multi-steps.text-bottom li::after {
        top: 3px;
    }
    .cd-multi-steps.text-bottom li>* {
        padding-top: 20px;
    }
    .cd-multi-steps.text-bottom li>*::before {
        top: 0;
    }
}

.cd-multi-steps.count li {
    counter-increment: steps;
}

.cd-multi-steps.count li>*::before {
    content: counter(steps) " - ";
}

@media only screen and (min-width:768px) {
    .cd-multi-steps.text-top.count li>*::before,
    .cd-multi-steps.text-bottom.count li>*::before {
        content: counter(steps);
        height: 26px;
        width: 26px;
        line-height: 26px;
        font-size: 1.4rem;
        color: #fff;
    }
    .cd-multi-steps.text-top.count li:not(.current) em::before,
    .cd-multi-steps.text-bottom.count li:not(.current) em::before {
        color: #2c3f4c;
    }
    .cd-multi-steps.text-top.count li::after {
        bottom: 11px;
    }
    .cd-multi-steps.text-top.count li>* {
        padding-bottom: 34px;
    }
    .cd-multi-steps.text-bottom.count li::after {
        top: 11px;
    }
    .cd-multi-steps.text-bottom.count li>* {
        padding-top: 34px;
    }
}

.blocks ul {
    list-style: none;
    font-size: 20px;
    color: #626262;
    line-height: 27px;
}

.blocks ul li {
    line-height: 36px;
}

.square {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

#circle {
    width: 30px;
    height: 30px;
    background: #000;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}

.lin {
    line-height: 32px;
}

#payment-form .form-control {
    height: 45px;
    font-size: 17px;
}

#payment-form label {
    margin-top: 20px;
    color: #626262;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 20px;
}

.carttitle {
    background: #f3f3f3;
    color: #bc0c06;
    padding: 10px;
    font-size: 22px;
}

#payment-form .total {
    background: #787878;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.total {
    text-align: center;
    padding: 10px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.carttitlepadding {
    padding: 20px;
}

.carttitlepadding span {
    color: #787878!important;
    font-size: 19px!important;
    font-weight: 400;
}

.panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    padding: 10px;
    margin-top: 20px;
}

.codeapply {
    border: 2px solid #000;
    border-radius: 10px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 9px 20px 6px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    width: 100%;
}

@media only screen and (max-width:480px) {
    .cardap {
        margin-top: 39px!important;
    }
}

#tblSeats td {
    padding-left: 9px;
}

.heightMin {
    height: 105px;
}

.progressTabs .board {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: none;
}

.progressTabs .board .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
}

.progressTabs .liner {
    z-index: -1;
    height: 7px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}

.progressTabs .nav-tabs>li {
    width: 20%;
}

.progressTabs .nav-tabs>li:after {
    content: " ";
    position: absolute;
    opacity: 0;
    margin: 0;
    margin-left: -10px;
    bottom: 0;
    border: 10px solid transparent;
    border-bottom-color: #aaa;
    transition: left 1s;
}

.progressTabs .nav-tabs>li.active:after {
    left: 50%;
    opacity: 1;
}

.progressTabs .nav-tabs>li[rel-index="-1"]:after {
    left: calc(50% + 100%);
}

.progressTabs .nav-tabs>li[rel-index="-2"]:after {
    left: calc(50% + 200%);
}

.progressTabs .nav-tabs>li[rel-index="-3"]:after {
    left: calc(50% + 300%);
}

.progressTabs .nav-tabs>li[rel-index="1"]:after {
    left: calc(50% - 100%);
}

.progressTabs .nav-tabs>li[rel-index="2"]:after {
    left: calc(50% - 200%);
}

.progressTabs .nav-tabs>li[rel-index="3"]:after {
    left: calc(50% - 300%);
}

.progressTabs .nav-tabs>li a {
    z-index: 1;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    border-radius: 100%;
    padding: 0;
    border: none;
    background: none;
}

.progressTabs .tab-content>.tab-pane {
    color: #000;
    font-size: 17px!important;
    padding: 0!important;
}

.progressTabs .nav-tabs>li a:hover {
    border: none;
    background: none;
}

.progressTabs .nav-tabs>li.active a,
.nav-tabs>li.active a:hover {
    background-color: transparent;
    border: transparent;
}

.progressTabs .nav-tabs>li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    z-index: 2;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 25px;
    background: #dcdcdc;
}

.board .nav {
    padding-right: 0;
}

.progressTabs .nav-tabs>li:nth-of-type(1) span {
    color: #626262;
    border: 2px solid #ccc;
    font-size: 21px;
}

.progressTabs .nav-tabs>li:nth-of-type(1).active span {
    color: #fff;
    background: #bc0c06;
    font-size: 21px;
}

.progressTabs .nav-tabs>li:nth-of-type(2) span {
    color: #626262;
    border: 2px solid #ccc;
    font-size: 21px;
}

.progressTabs .nav-tabs>li:nth-of-type(2).active span {
    color: #fff;
    background: #bc0c06;
    font-size: 21px;
}

.progressTabs .nav-tabs>li:nth-of-type(3) span {
    color: #626262;
    border: 2px solid #ccc;
    font-size: 21px;
}

.progressTabs .nav-tabs>li:nth-of-type(3).active span {
    color: #fff;
    background: #bc0c06;
    font-size: 21px;
}

.progressTabs .nav-tabs>li:nth-of-type(4) span {
    color: #626262;
    border: 2px solid #ccc;
    font-size: 21px;
}

.progressTabs .nav-tabs>li:nth-of-type(4).active span {
    color: #fff;
    background: #bc0c06;
    font-size: 21px;
}

.progressTabs .nav-tabs>li:nth-of-type(5) span {
    color: #626262;
    border: 2px solid #ccc;
    font-size: 21px;
}

.progressTabs .nav-tabs>li:nth-of-type(5).active span {
    color: #fff;
    background: #bc0c06;
    font-size: 21px;
}

.progressTabs .nav-tabs>li>a.disabled {
    opacity: 1;
}

.progressTabs .nav-tabs>li>a.disabled span {
    border-color: #dcdcdc;
    color: #626262;
    font-size: 21px;
}

.progressTabs div[role="tabpanel"]:after {
    content: "";
    display: block;
    clear: both;
}

.progressTabs #step-1 {
    background: white;
}

ul.list li {
    padding-bottom: 10px;
    padding-left: 15px;
}

.progressTabs .nav-tabs>li::after {
    display: none!important;
}

.calender_dt table {
    font-family: "culturalCentre", Helvetica, Arial, sans-serif!important;
}

.calender_dt td {
    background: #f3f3f3;
    border: 1px solid #ccc!important;
    padding: 14px 20px!important;
}

.calender_dt table tr.dark_bg {
    background: #787878;
    color: #fff;
    text-transform: uppercase;
}

.calender_dt table tr.dark_bg th {
    text-align: center;
    font-weight: 400;
}

.calender_dt table td {
    text-align: center;
}

.calender_dt table td {
    min-height: 150px!important;
    height: 100px!important;
}

.calender_dt .red-txt {
    color: #bc0c06;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
}

.calender_dt .btn {
    background: #bc0c06;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

@media (max-width:767px) {
    .progressTabs .nav-tabs>li span {
        width: 40px!important;
        height: 40px!important;
        line-height: 37px!important;
        text-align: center!important;
        font-size: 21px!important;
    }
    .calender_dt td,
    .calender_dt th {
        font-size: 15px!important;
    }
}

.square {
    width: 30px;
    height: 30px;
    background: red;
    float: left;
    margin-right: 10px;
}

.close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

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

.col-centered {
    float: none!important;
    margin: 0 auto!important;
}

.parallax {
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/parallex1.jpg);
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    margin-top: 0;
    padding: 32px 0 21px;
}

.read-more {
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 5px 13px 6px;
    text-align: center;
    text-transform: uppercase;
    width: auto!important;
}

.paddingv50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mobileon {
    display: none!important;
}

@media (max-width:480px) {
    .regs {
        border-bottom: 0 none!important;
        padding: 20px 0 60px!important;
    }
    .mobileon {
        display: block!important;
    }
    .img-container-architecture {
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/architecture/1.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 155% auto;
        margin-bottom: 25px;
        min-height: 160px;
    }
    .paddingrightmobile30 {
        padding-right: 0px!important;
    }
    .featurebadge1 {
        background-color: #000;
        color: #fff;
        padding: 5px 10px;
        position: absolute;
        text-transform: uppercase;
        top: 201px!important;
        width: 90%;
    }
    .page-box--block .page-box__title {
        margin-bottom: 5px;
        margin-top: 12px!important;
        min-height: 39px;
    }
    .paddingv50 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .paddingrightmobile0 {
        padding-right: 0;
    }
    .widget-title30 {
        color: #bc0c06!important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .daten {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .event-image {
        width: 100%!important;
    }
}

.widget-title30 a {
    color: #bc0c06!important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.featurebadge1 {
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/TransparentBlack.png);
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 178px;
    width: 90%;
    font-size: 16px;
}

.featurebadge2 {
    background-color: #bc0c06;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 12px;
    padding: 2px 10px!important;
    text-transform: uppercase;
    width: auto;
}

.paddingrightmobile30 {
    padding-right: 20px;
}

.info {
    margin-top: 10px;
}

.paddingleftmobile0 {
    padding-left: 0;
}

.imgheightn {
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

.card {
    position: relative;
    float: left;
    width: 29%;
    height: 0;
    margin: 2%;
    padding-bottom: 20%;
}

.card__container {
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

.card__container--closed {
    position: absolute;
    overflow: hidden;
    border-radius: 10px;
}

.card__image {
    position: relative;
    left: 50%;
    display: block;
    height: 100%;
    max-height: 500px;
    TOP: 70px;
    -webkit-transform: translateX(-18%)!important;
    -ms-transform: translateX(-18%)!important;
    transform: translateX(-18%)!important;
}

.card__container--closed .card__image {
    cursor: pointer;
    top: 0;
}

.card__content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #888;
    background: #fff;
}

.card__container--closed .card__content {
    margin-top: 0;
    padding: 5px 16px;
    pointer-events: none;
    background: transparent;
}

.card__caption {
    font-size: 2em;
    max-width: 900px;
    margin: 0 auto;
    padding: 35px 30px 0;
}

.card__container--closed .card__caption {
    font-size: 1em;
    max-width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, .4);
    padding: 30px 0 30px 30px;
    -webkit-transform: translate(-4%, -100%);
    -ms-transform: translate(-4%, -100%);
    transform: translate(-4%, -100%);
}

.card__title {
    font-size: 1.5em;
    line-height: 1;
    margin: 5px 0 0 0;
    color: #3b393d;
}

.card__container--closed .card__title {
    color: #fff;
}

.card__subtitle {
    font-size: .95em;
    line-height: 1;
    margin: 5px 0 0;
    color: #777778;
}

.card__container--closed .card__subtitle {
    color: #f5f5f5;
}

.card__copy {
    font-size: 1.25em;
    max-width: 900px;
    margin: 0 auto;
    padding: 25px 30px 100px;
    color: #3b393d;
}

.card__copy p:first-of-type {
    font-size: 1.5em;
    padding: 0 0 1em 0;
    text-align: justify;
}

.card__btn-close {
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 36px;
    cursor: pointer;
}

.card__container--closed .card__btn-close {
    display: none;
}

.meta {
    font-size: .85em;
    display: -webkit-flex;
    display: flex;
    padding: 0 0 35px 0;
    -webkit-align-items: center;
    align-items: center;
}

.card__container--closed .meta {
    visibility: hidden;
}

.meta__avatar {
    border-radius: 50%;
}

.meta__author {
    font-weight: 700;
    padding: 0 15px;
}

.meta__date {
    margin: 0 0 0 auto;
}

@media only screen and (max-width:980px) {
    .card {
        width: 46%;
        padding-bottom: 32.2%;
    }
    .card__image {
        max-height: 360px;
    }
    .card__content {
        margin-bottom: 0;
        padding-right: 5px;
        padding-left: 5px;
    }
}

.mobileon {
    display: none!important;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
    margin-top: 6px;
}

.thumbnails {
    margin-right: 26px;
    margin-top: -22px;
}

.margintop100 {
    margin-top: 100px;
}

.margintop50mob {
    margin-top: 70px!important;
}

@media only screen and (max-width:580px) {
    .fc-event-title {
        background: #bc0c06;
        border-radius: 5px;
        padding: 0 0 0 0px!important;
        font-size: 13px;
        margin-left: 7px;
        font-weight: 700;
        cursor: pointer;
        color: white;
        height: 40px;
        width: 37px;
        float: left;
        text-align: center;
        line-height: 16px;
    }
    .margintop50mob {
        margin-top: 40px!important;
    }
    .width100 {
        width: 100%!important;
    }
    .nav-tabs .padding0 {
        padding: 0px!important;
    }
    .padding0 {
        padding: 0px!important;
    }
    .margintop100 {
        margin-top: 0;
    }
    div.panel .order-summary {
        float: left!important;
        height: 200px!important;
        margin-top: 45px!important;
    }
    div.panel>div.event {
        display: block!important;
    }
    svg {
        height: 100%!important;
        width: 100%!important;
    }
    .margintopnewone {
        margin-top: 103px!important;
    }
    .grayleft2 {
        margin-top: 20px;
        padding-left: 0;
    }
    .grayleft {
        border: 0px!important;
    }
    .top20 {
        margin-top: 20px;
    }
    .tabpanm {
        padding: 10px!important;
    }
    .mobileon {
        display: block!important;
    }
    .clocktop {
        width: 100%!important;
    }
    .carousel .item {
        height: 124px!important;
    }
    .media-carousel .carousel-control.right {
        background: #222 none repeat scroll 0 0;
        border: 4px solid #fff;
        border-radius: 23px;
        height: 40px;
        line-height: 1;
        margin-top: 0px!important;
        right: -12px!important;
        width: 40px;
    }
    .media-carousel .carousel-control.left {
        background: #222 none repeat scroll 0 0;
        border: 4px solid #fff;
        border-radius: 23px;
        height: 40px;
        line-height: 1;
        margin-top: 0px!important;
        right: -12px!important;
        width: 40px;
    }
    .boxed-container {
        margin-top: 56px!important;
    }
    .progressTabs .liner {
        background: #ddd none repeat scroll 0 0;
        height: 7px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 26%!important;
        width: 80%;
        z-index: 1;
    }
    .card {
        width: 96%;
        padding-bottom: 67.2%;
    }
    .wrapper {
        height: 100%;
        position: absolute;
        top: 20px!important;
        width: 100%;
    }
    .card__title {
        color: #3b393d;
        font-size: 1.1em!important;
        line-height: 1;
        margin: 5px 0 0;
    }
}

@media only screen and (max-width:400px) {
    .newcard {
        margin-top: 86px!important;
    }
    .card__caption {
        font-size: 1.25em;
        padding: 25px 10px 0;
    }
    .meta {
        padding: 0 0 25px 0;
    }
    .card__copy {
        font-size: 90%;
        padding: 25px 15px 100px;
    }
    .card__btn-close {
        font-size: 20px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 36px;
        cursor: pointer;
    }
}

.newcard {
    margin-top: 132px;
}

.paddingleft0 {
    padding-right: 0;
}

.message-error {
    color: red;
    text-align: right;
}

.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 0;
}

.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222;
    border: 4px solid #FFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: -13px;
    line-height: 1;
}

.media-carousel .carousel-control.right {
    right: -12px!important;
    background-image: none;
    background: none repeat scroll 0 0 #222;
    border: 4px solid #FFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: -13px;
    line-height: 1;
}

.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px;
}

.media-carousel .carousel-indicators li {
    background: silver;
}

.media-carousel .carousel-indicators .active {
    background: #333;
}

.media-carousel img {
    width: 250px;
    height: 100px;
}

.main-list .media {
    padding-bottom: 1.1em;
    height: 133px;
    width: 182px;
}

.thumbnails {
    margin-right: 26px;
}

.thumbnails {
    margin-right: 26px;
}

.detailss span {
    font-size: 19px;
    color: #000;
    text-transform: capitalize;
}

.margintop15 {
    margin-top: 15px;
}

.greencolor {
    color: #59a900!important;
}

.detailss {
    font-size: 15px;
    border: 0;
    color: #555;
    text-transform: uppercase;
    padding-top: 6px;
}

.detailsbutton {
    background-color: #bc0c06;
    border: 2px solid #bc0c06;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    width: auto;
    float: left;
    margin-top: 6px;
    font-size: 14px;
    cursor: pointer;
}

.sharebutton {
    background-color: #fff;
    margin-left: 10px;
    color: #444;
    border: 2px solid #444;
    text-transform: uppercase;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    width: auto;
    float: left;
    margin-top: 6px;
    font-size: 14px;
    cursor: pointer;
}

.tab1 h3 {
    color: #bc0c06;
    font-size: 16px;
    text-transform: uppercase;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.panel-heading {
    text-transform: uppercase!important;
}

.panel-title a:hover {
    text-decoration: none!important;
}

.panel-title a {
    text-decoration: none!important;
    color: #000!important;
    outline: none!important;
}

.panel-group .panel-heading a.collapsed:after {
    content: '+';
    float: right;
}

.panel-group .panel-heading a:after {
    line-height: 18px;
    content: '-';
    float: right;
    font-size: 30px;
}

.panel-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
}

.modal-backdrop {
    opacity: 0.5!important;
}

.my-tickets,
.grayleft1 {
    padding-left: 0;
}

.img-round {
    border-radius: 5px;
}

.pswp {
    display: none!important;
}

.languagebutton {
    margin-top: 2px;
    float: left;
    margin-left: 41px;
    display: none!important;
}

@media only screen and (max-width:580px) {
    .languagebutton {
        margin-top: 2px;
        float: left;
        margin-left: 41px;
        display: block!important;
    }
    .newcard {
        margin-top: 63px!important;
    }
    .card__image {
        position: relative;
        left: 18%!important;
        display: block;
        height: 100%;
        max-height: 500px;
        TOP: 70px;
        -webkit-transform: translateX(-18%)!important;
        -ms-transform: translateX(-18%)!important;
        transform: translateX(-18%)!important;
    }
    .signupmain {
        border: 1px solid #fff;
        margin: 30px auto 0!important;
        padding-top: 0px!important;
        padding-bottom: 30px;
    }
    .margintop20mob {
        margin-top: 53px!important;
    }
    .margintopnewone {
        margin-top: 103px!important;
    }
}

.no-image-page1 {
    margin-top: 220px;
}

html {
    overflow-x: hidden;
}

@media only screen and (min-device-width:768px) and (max-device-width:1023px) and (orientation:portrait) {
    .my-gallery {
        float: left;
        width: 100%!important;
    }
    .logo-jacc-white-mob {
        display: block;
        width: 250px;
        padding: 10px;
        margin: 0 auto;
        position: absolute;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .languagebutton {
        display: block!important;
        float: left;
        margin-left: 27px!important;
        margin-top: 7px;
    }
    .languagebutton {
        background-color: #bc0c06;
        border-radius: 3px;
        color: white;
        cursor: pointer;
        font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
        padding: 1px 10px 5px;
        position: relative;
        top: 35px;
    }
    .regs {
        padding: 122px 0 60px!important;
        border-bottom: 0px!important;
    }
    .signupmain {
        border: 1px solid #fff;
        margin: 0 auto 0!important;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .margintop30ipad {
        margin-top: 50px!important;
    }
    .margintop50ipad {
        margin-top: 51px!important;
    }
    .hidden-lg {
        display: none!important;
    }
    .megamenu .col-sm-12 a {
        color: #555;
        font-size: 18px;
        display: block;
        padding: 3px 0;
        clear: both;
        font-weight: 400;
        line-height: 1.428571429;
        color: #bc0c06;
        white-space: normal;
        list-style: none;
    }
    .megamenu .col-sm-12 ul {
        padding-left: 0px!important;
    }
    .megamenu .col-sm-12 ul li {
        list-style: none;
        padding-left: 0px!important;
    }
    .dropdown-menu {
        position: relative!important;
    }
    .jumbotron__title h1 {
        font-size: 40px;
        font-weight: 200;
        padding-top: 10px;
    }
    .margintop185 {
        margin-top: 89px!important;
    }
    .carousel-control.left,
    .carousel-control.right {
        top: 204px!important;
    }
    .featurebadge1 {
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/TransparentBlack.png);
        color: #fff;
        padding: 5px 10px;
        position: absolute;
        text-transform: uppercase;
        top: 248px;
        width: 92%;
        font-size: 16px;
    }
    .page-box__title>a {
        color: #333;
        text-transform: capitalize;
        color: #bc0c06;
        font-size: 23px;
        margin-top: 13px;
        float: left;
    }
    .img-container-opening {
        min-height: 250px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/1.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .img-container-opening-4 {
        min-height: 250px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/4.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .img-container-opening-5 {
        min-height: 250px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/5.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .img-container-amir {
        min-height: 250px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/opening-banner.jpg);
        background-repeat: no-repeat;
        background-size: 1247px 354px;
        background-position: center top;
        margin-top: 89px;
        margin-bottom: 25px;
    }
    .mobileon {
        display: block!important;
    }
    .margintop50mob {
        margin-top: 0px!important;
    }
    .newcard {
        margin-top: 105px!important;
    }
    .margintopnewone {
        margin-top: 94px!important;
    }
    .no-banner {
        margin-top: 84px;
    }
    .card__image {
        position: relative;
        left: 47%;
        display: block;
        height: 100%;
        max-height: 500px;
        TOP: 70px;
        -webkit-transform: translateX(-18%)!important;
        -ms-transform: translateX(-18%)!important;
        transform: translateX(-18%)!important;
    }
    .bottomborder1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .img-container-architecture {
        min-height: 250px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/architecture/1.jpg);
        background-repeat: no-repeat;
        background-size: 1320px 400px;
        background-position: center top;
        margin-top: 89px;
        margin-bottom: 25px;
    }
    .img-container-location {
        min-height: 250px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/location/1.jpg);
        background-repeat: no-repeat;
        background-size: 1920px 620px;
        background-position: center top;
        margin-top: 89px;
        margin-bottom: 25px;
    }
}

.rightblock .panel {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 4px 0 rgba(35, 31, 32, .6);
    color: #58595b;
    display: block!important;
    min-height: 50px;
    position: fixed!important;
    top: 156px!important;
    z-index: 9999;
}

.rightblock .panel>div.event .day {
    font-size: 16px!important;
    line-height: 100%;
}

.rightblock .panel .empty {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    text-transform: uppercase;
}

.order-item-list {
    margin-bottom: 5px!important;
    overflow-y: auto;
}

.rightblock .panel .order-summary .total .label {
    color: #a7a9ac;
    font-size: 11px;
    line-height: 130%;
    text-align: left!important;
}

.checkout {
    background: #bc0c06 none repeat scroll 0 0!important;
    font-size: 20px!important;
    font-weight: 600;
    height: 60px;
    width: 100%;
    border-radius: 10px;
    color: #fff!important;
}

.crossbutton {
    color: #bc0c06!important;
    cursor: pointer;
    margin-left: 38px;
}

.rightblock .panel .legend div {
    float: left;
    width: 30%!important;
    line-height: 14px!important;
}

.rightblock .panel {
    width: 311px!important;
}

.rightblock .panel .order-summary .checkout {
    font-size: 17px!important;
    font-weight: 600;
    height: 47px!important;
    width: 100%;
}

.fade.in {
    opacity: 1;
    z-index: 999999!important;
}

@media screen and (max-width:480px) {
    .progressTabs .nav-tabs>li.active a,
    .nav-tabs>li.active a:hover {
        ;
    }
    .progressTabs .liner {
        background: #ddd none repeat scroll 0 0;
        height: 7px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 26%!important;
        width: 80%;
        z-index: -1!important;
    }
    .widget-title10 {
        margin-top: 20px!important;
    }
    .boxed-container {
        margin-top: 21px!important;
    }
    .carousel-inner {
        overflow: hidden;
        position: relative;
        top: 70px!important;
        width: 100%;
        height: auto;
    }
    .jumbotron {
        margin-top: -13px!important;
    }
    .carousel-content {
        background: rgba(0, 0, 0, .6) none repeat scroll 0 0;
        padding: 20px 20px 20px 0;
        position: absolute;
        top: 94%!important;
        width: 93%!important;
    }
}

.coming {
    border: 2px solid #ccc!important;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 12px!important;
    font-weight: 700;
    margin: 0;
    padding: 5px 13px 6px!important;
    text-align: center;
    text-transform: uppercase;
    width: auto!important;
    cursor: auto!important;
    pointer-events: none!important;
}

.invitaion {
    border: 2px solid #bc0c06!important;
    border-radius: 5px;
    color: #bc0c06!important;
    display: inline-block;
    font-size: 12px!important;
    font-weight: 700;
    margin: 0;
    padding: 5px 13px 6px!important;
    text-align: center;
    text-transform: uppercase;
    width: auto!important;
    cursor: pointer!important;
    background: #fff!important;
}

.read-more--page-box {
    margin-top: 0px!important;
}

.thumbnail>img {
    height: 80px!important;
}

.margintop50ipad {
    margin-top: 175px!important;
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation:portrait) {
    .featurebadge1 {
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/TransparentBlack.png);
        color: #fff;
        padding: 5px 10px;
        position: absolute;
        text-transform: uppercase;
        top: 259px!important;
        width: 92%;
        font-size: 16px;
    }
    .photocon {
        min-height: 295px;
    }
    .no-banner1 {
        margin-top: 50px!important;
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:portrait) {
    .photocon {
        min-height: 295px;
    }
    .anono .progressTabs .nav-tabs>li.active a,
    .nav-tabs>li.active a:hover {
        background-color: transparent!important;
        border: transparent!important;
    }
    .marginbottommobile50 {
        margin-bottom: 30px!important;
    }
    .no-banner1 {
        margin-top: 45px!important;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .margintop50ipad {
        margin-top: 126px!important;
    }
    .mobileon {
        display: block!important;
    }
    .boxed-container1 {
        margin-top: 71px!important;
    }
    .widget-social-icons {
        float: left!important;
    }
    .webhidden {
        display: none!important;
        width: 100%!important;
    }
    .paddinv501 .widget-title {
        margin-top: 20px!important;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:portrait) {
    .widget-title6 {
        margin-top: 60px!important;
    }
    .mobileon {
        display: none!important;
    }
    .logo {
        float: left;
        text-align: center;
    }
    #custom-search-input {
        padding: 3px;
        border-bottom: solid 1px #E4E4E4;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-radius: 0;
        background-color: #fff;
        width: 32%;
        margin-right: 0;
        background: #000;
    }
    .margintop50ipad {
        margin-top: 164px!important;
    }
    .margintopnew {
        min-height: 320px;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:portrait) {
    .anono .progressTabs .nav-tabs>li.active a,
    .nav-tabs>li.active a:hover {
        background-color: transparent!important;
        border: transparent!important;
    }
}

.card__image {
    display: block;
    height: 100%;
    left: 50%;
    max-height: 500px;
    position: relative;
    top: 70px;
    transform: translateX(-50%)!important;
    width: 100%!important;
}

.featurebadge1 {
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/TransparentBlack.png);
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    bottom: 0!important;
    width: 100%;
    font-size: 16px;
    height: 30px;
    top: auto!important;
}

.photocon {
    min-height: 230px;
    position: relative;
}

@media screen and (max-width:480px) {
    .img-container-opening {
        min-height: 104px;
    }
    .img-container-opening-5 {
        min-height: 122px;
    }
    .img-container-opening-4 {
        min-height: 122px;
    }
    .megamenu .col-sm-4 {
        width: 100%!important;
    }
    .megamenu .col-sm-12.col-sm-4>ul {
        padding-right: 0px!important;
    }
    .megamenu .col-sm-4 a {
        clear: both;
        color: #bc0c06;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        list-style: outside none none;
        margin-bottom: 12px;
        padding: 5px 0;
        text-align: right!important;
        white-space: normal;
    }
    .languagebutton {
        display: block!important;
        float: left;
        margin-right: 37px!important;
        margin-left: 13px!important;
        margin-top: 0;
    }
    .languagebutton {
        background-color: #bc0c06;
        border-radius: 3px;
        color: white;
        cursor: pointer;
        font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
        padding: 1px 10px 5px;
        position: relative;
        top: 18px;
    }
    .no-banner1 {
        margin-top: 9!important;
    }
}

.footer2 {
    bottom: 0;
    margin-top: 101px;
    padding: 32px 0 21p width: 100%;
    height: 150px;
}

.required {
    color: red;
    float: right;
    padding: 5px;
}

.ui-autocomplete {
    z-index: 999999!important;
    position: fixed;
    left: 140px;
    top: 50%;
    cursor: default!important;
}

.col-sm-4 {
    width: 33.3333%;
}

.logo-jacc.pull-left {
    float: right!important;
}

.pull-rightar {
    float: right!important;
}

.fa.fa-calendar {
    margin-left: 9px;
}

.fa.fa-clock-o {
    margin-left: 9px!important;
}

.widget-title30 a {
    color: #bc0c06!important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.picright {
    float: right!important;
    margin-left: 10px!important;
}

.featurebadge2 {
    background-color: #bc0c06;
    border-radius: 5px;
    color: #fff;
    float: right;
    font-size: 12px;
    padding: 2px 10px!important;
    text-transform: uppercase;
    width: auto;
}

.img-mobile {
    float: right!important;
    margin-left: 10px;
}

label {
    display: inline-block;
    float: right;
    font-weight: 700;
    margin-bottom: 5px;
    width: 100%;
    text-align: right;
}

.tab-content .col-lg-3 {
    text-align: right!important;
    float: right;
}

.tab-content .col-lg-6 {
    text-align: right!important;
    float: right;
}

.tab-content .widget-title {
    margin-top: 20px!important;
}

.control__indicator {
    background: #e6e6e6 none repeat scroll 0 0;
    height: 20px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 20px;
}

#fileupload {
    float: right!important;
}

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

.board .anono {
    float: right!important;
}

.btnrightar {
    float: right!important;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    min-width: 400px;
    outline: 0 none;
    padding: 30px;
    position: relative;
}

input[type="radio"],
input[type="checkbox"] {
    float: right!important;
    line-height: normal;
    margin: 0 4px 0;
}

.righter {
    float: right!important;
    padding-right: 0;
}

.control {
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    padding-right: 30px;
    position: relative;
}

.regs .select__arrow1 {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 20px;
    height: 50px;
    pointer-events: none;
}

.select__arrow {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 20px;
    height: 30px;
}

.panel-group .panel-heading a::after {
    content: "-";
    float: left!important;
    font-size: 30px;
    line-height: 18px;
}

.detailsbutton {
    background-color: #bc0c06;
    border: 2px solid #bc0c06;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: right!important;
    font-size: 14px;
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    text-transform: uppercase;
    width: auto;
}

.sharebutton {
    background-color: #fff;
    border: 2px solid #444;
    border-radius: 3px;
    color: #444;
    cursor: pointer;
    float: right!important;
    font-size: 14px;
    margin-right: 10px!important;
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    text-transform: uppercase;
    width: auto;
}

.webhidden {
    display: block;
    width: 100%!important;
}

.paddinv50 {
    padding-top: 50px;
}

.monthid {
    text-align: center;
    font-size: 50px;
}

.tabln table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.tabln table tr {
    border: 1px solid #ddd;
    padding: 5px!important;
    padding-left: 10px;
    padding-right: 10px;
}

.tabln table th,
table td {
    padding: 2px;
    text-align: center;
}

.tabln table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

@media screen and (max-width:600px) {
    .margintop {
        margin-top: 30px!important;
    }
    .marbottom {
        margin-bottom: 30px!important;
        margin-top: 30px!important;
    }
    .paddinv501 .widget-title {
        margin-top: 20px!important;
    }
    .webhidden {
        display: block!important;
    }
    .margintop50ipad {
        margin-top: 130px!important;
    }
    .tab-content .widget-title {
        float: right;
        margin-bottom: 8px!important;
        margin-top: 5px!important;
        width: 100%;
    }
    .control {
        cursor: pointer;
        display: block;
        font-size: 14px;
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 30px;
        position: relative;
    }
    .tabln table {
        border: 0;
    }
    .tabln table thead {
        display: none;
    }
    .tabln table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }
    .tabln table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }
    .tabln table td:last-child {
        border-bottom: 0;
    }
    .tabln table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%;
        text-align: center;
    }
}

.dark-bg {
    background: #787878 none repeat scroll 0 0;
    color: #fff;
    text-transform: uppercase;
}

.monthid {
    text-align: center;
    font-size: 35px;
}

.dark-bg .red-txt {
    color: #bc0c06;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
}

.dark-bg .calender_dt .btn {
    background: #bc0c06;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.tablewi14 {
    width: 14%;
}

.paddingv50 {
    padding-top: 0px!important;
    padding-bottom: 50px;
}

.nav-tabs>li {
    float: right;
    margin-bottom: -1px;
}

.tickethead {
    position: absolute;
    padding: 6px;
    color: #fff!important;
    background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/TransparentBlack.png);
}

.no-image-page1 {
    margin-top: 130px;
}

.margintopmob {
    color: #fff;
    font-size: 19px;
}

.whitecolor {
    color: #fff;
    font-size: 16px;
}

div.panel .order-summary .checkout:disabled {
    background-color: #a0a0a0!important;
    color: #e7e7e7!important;
}

.seatpopup {
    background-color: #f1f2f1;
    border: 1px solid #ccc;
    padding: 30px;
    width: 300px;
    margin: 0 auto;
    border-radius: 19px;
}

.fee {
    height: 107px;
    min-height: 50px!important;
    overflow-x: hidden;
    overflow-y: scroll;
}

.paddinv501 {
    padding-top: 50px!important;
}

.col-md-12.marginbottommobile50 {
    margin-top: 24px;
}

.tab-pane .widget-title {
    margin-top: 20px!important;
}

.webhidden {
    display: none;
}

.regssing {
    border-bottom: 0 none!important;
    padding: 141px 0 60px!important;
}

.graybtn:hover {
    color: #fff!important;
    text-decoration: none!important;
}

h1,
.h1 {
    font-size: 28px;
}

.thankyoudiv {
    padding-bottom: 50px;
    padding-top: 130px;
}

.calender_dt .red-txt {
    color: #bc0c06;
    float: left;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.calender_dt .btn {
    background: #bc0c06 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
}

div.panel .legend span {
    border-radius: 3px;
    display: inline-block;
    height: 15px;
    margin-left: 5px;
    vertical-align: top;
    width: 15px;
}

.paddingright0 {
    padding-right: 0px!important;
}

.crossbutton {
    cursor: pointer;
    margin-left: -11px!important;
}

.margintopnew .widget-title a {
    color: #cd1b2b!important;
}

.time {
    background: #bc0c06 none repeat scroll 0 0!important;
    border: 2px solid #fff;
    border-radius: 7px;
    box-shadow: 0 -1px 44px 6px rgba(188, 12, 6, 1);
    color: #fff;
    font-size: 20px;
    height: 33px;
    line-height: 1;
    padding: 4px 9px 9px;
    position: absolute;
    right: 12%!important;
    top: 45px;
    transform: translate(-50%, -50%);
    width: 105px;
}

.clocknew {
    float: right;
}

.custom {
    background: #000 none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #e4e4e4;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin-left: 211px!important;
    padding: 3px;
    width: 32%;
}

.timeleft {
    right: 75%!important;
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:portrait) {
    #media .carousel-inner {
        height: 107px!important;
        overflow: hidden;
        position: relative;
        top: 23px!important;
        width: 100%;
    }
}

.tabbable-panel li.active>a {
    padding-left: 50px!important;
}

.tabbable-panel li.active>a:hover {
    padding-left: 50px!important;
    background-color: #000!important;
    border: 1px solid #000!important;
}

@media only screen and (max-width:580px) {
    .calender {
        color: #bc0c06;
        position: absolute;
        top: 15px!important;
        left: 5px!important;
        background: #fff;
    }
    .logo-jacc {
        width: 49%!important;
    }
    .nextb .carousel-control.left {
        background: #222 none repeat scroll 0 0;
        border: 4px solid #fff;
        border-radius: 23px;
        height: 40px;
        line-height: 1;
        margin-top: 18px!important;
        right: -12px!important;
        width: 40px;
    }
    .thumbnail>img {
        height: 123px!important;
    }
    .nextb .carousel-control.right {
        background: #222 none repeat scroll 0 0;
        border: 4px solid #fff;
        border-radius: 23px;
        height: 40px;
        line-height: 1;
        margin-top: 18px!important;
        right: -12px!important;
        width: 40px;
    }
}

.widget-icon-box.pull-left {
    float: right!important;
}

html.flexbox .widget-social-icons {
    float: none!important;
}

@media only screen and (max-width:580px) {
    .regssing {
        border-bottom: 0 none!important;
        padding: 0 0 60px!important;
    }
}

#login label {
    display: inline-block;
    float: left;
    font-weight: 100;
    margin-bottom: 5px;
    max-width: 100%;
    text-align: left!important;
}

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

.profilepic {
    float: right;
    height: 34px;
    margin-top: 10px;
    width: 34px;
}

.pullright {
    float: right!important;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    padding-right: 0;
}

@media only screen and (max-width:580px) {
    .widget-social-icons {
        float: right;
        text-align: center!important;
    }
    .regssing {
        border-bottom: 0 none!important;
        padding: 0 0 60px!important;
    }
    .main-title {
        background-color: #fff;
        border-bottom: 1px solid #e6e6e6;
        padding: 30px 0;
        text-align: center;
    }
}

#login label {
    display: inline-block;
    float: left;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
    text-align: left!important;
}

#custom-search-input .form-control {
    color: #fff!important;
}

#custom-search-input .form-control::-webkit-input-placeholder {
    color: #ccc!important;
    opacity: .7;
}

#custom-search-input .form-control::-moz-placeholder {
    color: #ccc!important;
    opacity: .7;
}

#custom-search-input .form-control:-ms-input-placeholder {
    color: #ccc!important;
    opacity: .7;
}

#custom-search-input .form-control:-moz-placeholder {
    color: #ccc!important;
    opacity: .7;
}

.card {
    float: right;
    height: 0;
    margin: 2%;
    padding-bottom: 20%;
    position: relative;
    width: 29%;
}

.parallax-window .container {
    width: 100%;
}

.jacc-common {
    float: right!important;
}

.jacc-common-rev {
    float: left!important;
}

.blacktitle {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.blackhead12 {
    background: #f5f5f5;
    color: #000;
    line-height: 44px;
    text-align: center;
    border: 1px solid #ccc;
}

.bookbutton {
    background-color: #bc0c06!important;
    border: 2px solid #bc0c06;
    border-radius: 3px;
    color: #fff;
    cursor: pointer!important;
    float: none!important;
}

.blackhead {
    font-size: 14px;
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    text-transform: uppercase;
    width: auto;
}

.page-1 h3 {
    color: #000;
    font-size: 28px;
    margin-top: 0!important;
    font-weight: 400;
}

.page-1 .date {
    color: #b2b2b2;
    font-size: 22px;
}

.page-1 span.titles {
    color: #b2b2b2;
    padding-right: 20px;
}

.page-1 button.buy-tickets,
.page-1 button.more-info {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    font-size: 13px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    background: #fff;
    margin-top: 15px;
    padding: 12px 15px;
    float: left;
    margin-right: 10px;
    padding-bottom: 10px;
}

.page-1 button.buy-tickets {
    background: #950000;
    border-color: #b50c06;
    color: #fff;
}

.page-1 button.more-info {
    background: #fff;
    border-color: #000;
    color: #000;
}

.page-1 button.buy-tickets:hover {
    background: #b50c06!important;
}

.page-1 button.more-info:hover {
    background: #f7f7f7!important;
}

.page-1 button.common-btn,
.page-1 button.concert-btn,
.page-1 button.play-btn {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    font-size: 13px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    background: #fff;
    margin-top: 15px;
    padding: 10px 15px;
}

.page-1 button.common-btn:hover,
.page-1 button.concert-btn:hover,
.page-1 button.play-btn:hover {
    background: #f7f7f7;
}

.page-1 button.common-btn {
    border: 2px solid #000;
    color: #000;
}

.page-1 button.concert-btn {
    border: 2px solid #0076ff;
    color: #0076ff;
}

.page-1 button.play-btn {
    border: 2px solid #ff00b3;
    color: #ff00b3;
}

.page-1 .spacing {
    margin-top: 15px;
}

.log {
    border-right: 1px solid #333;
    float: right;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    height: 100px;
    padding-top: 35px;
}

.sign {
    border-right: 1px solid #333;
    float: left;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    height: 100px;
    padding-top: 35px;
}

.calender-icon {
    border-right: 1px solid #333;
    float: right;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    height: 100px;
    padding-top: 25px;
}

.switcher-icon {
    border-right: 1px solid #333;
    float: left;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    height: 100px;
    background: #bc0c06;
}

.header_top_menu {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 200px!important;
}

.header_top_switcher {
    min-width: 200px!important;
    position: absolute;
    top: 0;
    left: 0;
}

.cbp-spmenu {
    background: #fff;
    position: fixed;
    box-shadow: 5px 0 5px -5px #333!important;
}

.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}

.cbp-spmenu a {
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
}

.cbp-spmenu a:hover {
    background: #bc0c06;
    color: #fff;
}

.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ccc;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd;
}

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0;
}

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0;
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width:55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }
    .cbp-spmenu-top {
        top: -110px;
    }
    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}

@media screen and (max-height:26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }
    .cbp-spmenu-right {
        right: -190px;
    }
    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

@media (max-width:767px) {
    .calender_dt td,
    .calender_dt th {
        font-size: 15px!important;
    }
}

.page-1 h3 {
    color: #000;
    font-size: 28px;
    margin-top: 10px!important;
    font-family: 'HelveticaNeueLTArabic-Light'!important;
    font-weight: 400;
}

.page-1 .date {
    color: #b2b2b2;
    font-size: 22px;
}

.page-1 span.titles {
    color: #b2b2b2;
    padding-right: 0;
    padding-left: 20px;
}

.page-1 button.buy-tickets,
.page-1 button.more-info {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    padding: 13px 15px;
    line-height: 1;
    border-radius: 2px;
    text-transform: uppercase;
    float: left;
}

.page-1 button.buy-tickets {
    background: #950000;
    border-color: #b50c06;
    color: #fff;
}

.page-1 button.more-info {
    background: #fff;
    border-color: #000;
    color: #000;
}

.page-1 button.buy-tickets:hover {
    background: #b50c06!important;
}

.page-1 button.more-info:hover {
    background: #f7f7f7!important;
}

.page-1 button.common-btn,
.page-1 button.concert-btn,
.page-1 button.play-btn {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    font-size: 13px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    background: #fff;
    margin-top: 15px;
    padding: 10px 15px;
}

.page-1 button.common-btn:hover,
.page-1 button.concert-btn:hover,
.page-1 button.play-btn:hover {
    background: #f7f7f7;
}

.page-1 button.common-btn {
    border: 2px solid #000;
    color: #000;
}

.page-1 button.concert-btn {
    border: 2px solid #0076ff;
    color: #0076ff;
}

.page-1 button.play-btn {
    border: 2px solid #ff00b3;
    color: #ff00b3;
}

.page-1 .spacing {
    margin-top: 15px;
}

<!-- -->.page-1 .timing {
    color: #b2b2b2;
    font-size: 16px;
    padding-left: 33px;
    line-height: 42px;
}

.page-1.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEE;
}

.page-1 .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEE;
}

.page-1 .panel-title {
    font-size: 16px;
}

.page-1 .panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'HelveticaNeueLTArabic-Light'!important;
    color: #000;
    border-bottom: 3px solid #999;
    background: #fff;
    outline: none!important;
}

.page-1 .more-less {
    float: right;
    color: #212121;
}

.page-1 .panel-default>.panel-heading + .panel-collapse>.panel-body {
    border-top-color: #EEE;
    padding: 10px 20px;
}

.page-1 .cap {
    text-transform: uppercase;
    font-size: 15px;
}

.page-1 .clr-gery {
    color: #b2b2b2;
    font-size: 16px;
}

.page-1 .clr-red {
    color: red;
    font-size: 16px;
    text-transform: uppercase;
}

.page-1 .gery-brd {
    border: 1px solid #ccc;
    padding: 5px 0;
    margin-bottom: 10px;
}

.page-1 .gery-brd-bg {
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px 0;
    margin-bottom: 10px;
}

.orange-circle,
.green-circle,
.blue-circle,
.purple-circle,
.red-circle,
.cyan-circle {
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.orange-circle {
    background: #ff8300;
}

.green-circle {
    background: #7ed321;
}

.blue-circle {
    background: #6200ff;
}

.purple-circle {
    background: #9013fe;
}

.red-circle {
    background: red;
}

.cyan-circle {
    background: #00cdff;
}

.black-btn {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    background: #000;
    color: #fff;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    padding: 18px 15px;
    width: 100%;
}

.black-btn:hover {
    color: #fff!important;
}

.black-circle {
    background: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    margin-top: 1px;
    text-align: center;
    vertical-align: top;
    display: inline-table;
    font-size: 14px;
}

.black-brd {
    border: 1px solid #000;
    padding: 2px 10px;
    color: #000;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    background: #fff;
}

.brd-all {
    margin-top: 15px;
    border: 1px solid #ccc;
    padding: 10px;
}

.category {
    margin-top: 30px;
}

.category .orange-circle,
.category .green-circle,
.category .blue-circle,
.category .purple-circle,
.category .red-circle,
.category .cyan-circle {
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
}

.category .orange-circle {
    background: #ff8300;
}

.category .green-circle {
    background: #7ed321;
}

.category .blue-circle {
    background: #6200ff;
}

.category .purple-circle {
    background: #9013fe;
}

.category .red-circle {
    background: red;
}

.category .cyan-circle {
    background: #00cdff;
}

.selected-seats {
    margin-top: 20px;
}

.selected-seats .black-btn {
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    background: #000;
    color: #fff;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    padding: 18px 15px;
    width: 100%;
}

.selected-seats .black-btn:hover {
    color: #fff!important;
}

.selected-seats .cap {
    font-size: 26px;
    text-transform: none;
}

.selected-seats .black-circle {
    line-height: 29px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    margin-top: 1px;
    text-align: center;
    vertical-align: top;
    display: inline-table;
    font-size: 17px;
    padding-top: 3px;
    font-weight: 700;
}

.selected-seats .total {
    font-size: 26px;
    text-transform: none;
}

.selected-seats .kd {
    font-size: 24px;
    text-transform: none;
}

.page-1 h6 {
    color: #000;
    font-size: 19px;
    margin-top: 0!important;
    margin-left: 0;
    padding-left: 0;
    margin-top: 23px;
    padding-top: 13px;
    font-weight: 100;
    font-family: 'GE SS Two Medium'!important;
}

.page4 p {
    color: #3F3E3E;
    font-size: 18px;
    font-weight: 100;
}

.gallaryimage {
    background-image: url('../images/Group 2.png');
    position: relative;
    height: 330px;
}

.videoimage {
    background-image: url('../images/Group 1.png');
    position: relative;
    height: 330px;
}

.imgvid {
    margin-top: 20%;
}

.datebluebg {
    background-color: #0076FF;
    padding: 10px;
    color: #fff;
    float: right;
    padding-left: 20px;
    width: 100%;
}

.datebluebg span {
    font-size: 36px;
    color: #fff;
    float: right;
}

.datebluebg p {
    line-height: 19px;
    font-size: 18px;
    color: #fff;
    float: left;
    padding-left: 9px;
    padding-top: 7px;
}

.p-0 {
    padding: 0;
}

.padding-0 {
    padding-right: 0;
}

.marginnew {
    margin: 30px;
}

.common-btnpayment {
    background-color: #fff;
    border: 4px solid #FF9600;
    padding-top: 8px;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
    height: 50px;
}

.common-btnpayment1 {
    background-color: #fff;
    border: 4px solid #7A4800;
    padding-top: 8px;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
    height: 50px;
}

.common-btnpayment2 {
    background-color: #fff;
    border: 4px solid #00CA0C;
    padding-top: 8px;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
    height: 50px;
}

.common-btnpayment3 {
    background-color: #fff;
    border: 4px solid #000;
    padding-top: 8px;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
    height: 50px;
}

.common-btnpayment5 {
    background-color: #fff;
    border: 4px solid #bcbcbc;
    padding-top: 8px;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
    height: 50px;
}

.common-btngray {
    background-color: #D5D5D5;
    border: 4px solid #D5D5D5;
    padding-top: 8px;
    color: #fff;
    padding-bottom: 5px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 80px;
    padding-right: 80px;
    float: left!important;
}

.greeenline {
    background-color: #00CA0C;
    height: 13px;
    width: 100%;
    margin-bottom: 30px;
}

.red1line {
    background-color: #950000;
    height: 13px;
    width: 100%;
    margin-bottom: 30px;
}

.fontlight {
    font-weight: 100;
}

.blackbuttonn {
    background-color: #000;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    border: 0;
}

.blackbuttonn:hover {
    background-color: #3d3d3d;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    border: 0;
}

.roundcircle {
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 21px;
    padding: 3px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 31px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.minheight {
    min-height: 250px;
}

.month {
    padding: 10px 10px;
    width: 100%;
    background: #0478FF;
}

.month ul {
    margin: 0;
    padding: 0;
}

.month ul li {
    color: white;
    font-size: 22px;
    letter-spacing: 3px;
}

.month .prev {
    float: left;
    padding-top: 0;
}

.month .next {
    float: right;
    padding-top: 0;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #fff;
}

.weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
    font-size: 19px;
    color: #b2b2b2;
    margin-top: 23px;
}

.days {
    padding: 10px 0;
    background: #fff;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px;
    color: #000;
    line-height: 42px;
}

.days li .active {
    background: #0478FF;
    border-radius: 50%;
    color: white!important;
    width: 91px;
    padding-right: 11px;
    padding-left: 9px;
    height: 71px;
    padding-bottom: 7px;
    padding-top: 8px;
}

ul {
    list-style-type: none;
}

.margintopbo {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width:480px) {
    .datebluebg p {
        line-height: 19px;
        font-size: 13px;
        color: #fff;
        float: left;
        padding-left: 9px;
        padding-top: 7px;
    }
    .datebluebg {
        margin-bottom: 10px;
    }
    h4 {
        font-size: 17px;
    }
    .weekdays li {
        display: inline-block;
        width: 12.6%;
        color: #666;
        text-align: center;
        font-size: 19px;
        color: #b2b2b2;
        margin-top: 23px;
    }
    .days li {
        list-style-type: none;
        display: inline-block;
        width: 12.6%;
        text-align: center;
        margin-bottom: 5px;
        font-size: 20px;
        color: #000;
        line-height: 42px;
    }
    .imgvid {
        margin-top: 34%;
        cursor: pointer;
    }
    .selected-seats .black-brd {
        border: 1px solid #FF9600;
        padding: 0 10px;
        color: #000;
        text-align: center;
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        background: #fff;
        margin-right: 10px;
        line-height: 25px;
        padding-bottom: 0;
        float: left;
    }
    .page-1 button.more-info {
        background: #fff;
        border-color: #000;
        color: #000;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .session {
        display: none;
    }
    .buttonmobilecss {
        float: left!important;
        margin-top: 16px;
        margin-bottom: 10px;
    }
    .wpcf7-text,
    .wpcf7-textarea {
        background: #fff;
        border-radius: 2px;
        border: 1px solid #ddd;
        box-shadow: none;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
    }
    .text-left1 {
        text-align: right!important;
    }
    .common-btnpaymentmob {
        background-color: #fff;
        border: 4px solid #FF9600;
        padding-top: 8px;
        color: #000;
        padding-bottom: 5px;
        margin-bottom: 15px;
        height: 110px!important;
    }
    .blackbuttonn {
        background-color: #000;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 11px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-top: 10px;
        width: 40%;
        margin-right: 10px;
        border: 0;
    }
}

@font-face {
    font-family: 'HelveticaNeueLTArabic-Light';
    src: url('../fonts/HelveticaNeueLTArabic-Light Bold.eot');
    src: url('../fonts/HelveticaNeueLTArabic-Light Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTArabic-Light Bold.woff2') format('woff2'), url('../fonts/HelveticaNeueLTArabic-Light Bold.woff') format('woff'), url('../fonts/HelveticaNeueLTArabic-Light Bold.svg#HelveticaNeueLTArabic-Light Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family: 'HelveticaNeueLTArabic-Light';
    src: url('../fonts/HelveticaNeueLTArabic-Light Light.eot');
    src: url('../fonts/HelveticaNeueLTArabic-Light Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTArabic-Light Light.woff2') format('woff2'), url('../fonts/HelveticaNeueLTArabic-Light Light.woff') format('woff'), url('../fonts/HelveticaNeueLTArabic-Light Light.svg#HelveticaNeueLTArabic-Light Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family: 'HelveticaNeueLTArabic-Light';
    src: url('../fonts/HelveticaNeueLTArabic-Light Medium.eot');
    src: url('../fonts/HelveticaNeueLTArabic-Light Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTArabic-Light Medium.woff2') format('woff2'), url('../fonts/HelveticaNeueLTArabic-Light Medium.woff') format('woff'), url('../fonts/HelveticaNeueLTArabic-Light Medium.svg#HelveticaNeueLTArabic-Light Medium') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

.select__arrow12 {
    position: absolute;
    top: 19px;
    left: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 11px 7px 0 7px;
}

@font-face {
    font-family: 'GE SS Two Medium';
    src: url('../fonts/GE SS Two Medium.eot');
    src: url('../fonts/GE SS Two Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/GE SS Two Medium.woff2') format('woff2'), url('../fonts/GE SS Two Medium.woff') format('woff'), url('../fonts/GE SS Two Medium.svg#GE SS Two Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00F7;
}

body {
    font-family: 'HelveticaNeueLTArabic-Light'!important;
    font-style: normal;
}

.helve {
    font-family: 'HelveticaNeueLTArabic-Light'!important;
    font-style: normal!important;
    font-weight: 500;
}

.timeslo {
    font-size: 16px;
}

.crossredc {
    color: #950000!important;
}

.selected-seats .black-brd {
    border: 1px solid #FF9600;
    padding: 0 10px;
    color: #000;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    background: #fff;
    margin-right: 10px;
    line-height: 25px;
    padding-bottom: 0;
}

.selected-seats .black-brd1 {
    border: 1px solid #7A4800;
    padding: 0 10px;
    color: #000;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    background: #fff;
    margin-right: 10px;
    line-height: 25px;
    padding-bottom: 0;
}

.hentry h2 {
    font-family: 'GE SS Two Medium'!important;
}

.hentry h3 {
    font-family: 'GE SS Two Medium'!important;
    font-weight: 300;
    margin-bottom: 15px;
}

.fontsp {
    font-weight: 400;
}

.colorgray {
    color: #696969;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .common-btngray {
        background-color: #D5D5D5;
        border: 4px solid #D5D5D5;
        padding-top: 8px;
        color: #fff;
        padding-bottom: 5px;
        font-size: 19px;
        margin-bottom: 15px;
        padding-left: 80px;
        padding-right: 80px;
        float: left!important;
    }
    .datebluebg p {
        line-height: 19px;
        font-size: 17px;
        color: #fff;
        float: left;
        padding-left: 9px;
        padding-top: 7px;
    }
    .wpcf7-text,
    .wpcf7-textarea {
        background: #fff;
        border-radius: 2px;
        border: 1px solid #ddd;
        box-shadow: none;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
    }
    .text-left1 {
        text-align: left!important;
    }
}

.inputtra {
    border: 1px solid #fff!important;
    margin-top: -5px;
}

.blackbuttonngray {
    background-color: #bcbcbc;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    border: 0;
}

.pull-right {
    float: left!important;
}

.pull-left {
    float: right!important;
}

.arright {
    float: right;
    margin-left: 10px;
}

button.accordion {
    border-bottom: 3px solid #999999!important;
    background-color: #fff;
    color: #999;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
    padding-left: 0;
}

.space {
    margin-top: 20px;
}

button.accordion.active,
button.accordion:hover {
    background-color: #fff;
    color: #000;
}

div.panel {
    padding: 18px 18px;
    background-color: white;
    display: none;
}

button.accordion:after {
    content: '.';
    color: #fff!important;
    background-image: url(https://s3.eu-central-1.amazonaws.com/dev-jaccimages/down-arrow.png);
    font-size: 20px;
    color: #777;
    float: left;
    margin-left: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 60px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 10px 15px;
}

button.accordion.active:after {
    content: ".";
    background-image: url(https://s3.eu-central-1.amazonaws.com/dev-jaccimages/up-arrow.png);
    font-size: 34px;
    color: #fff!important;
    width: 60px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 10px 15px;
}

div.accordion1.active,
div.accordion1:hover {
    background-color: #fff;
    color: #000;
}

div.accordion1 {
    border-bottom: 3px solid #999999!important;
    background-color: #fff;
    color: #999;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
    padding-left: 0;
}

.buy-ticket-btn {
    width: 128px;
    border-radius: 0;
    background-color: #950000;
    padding: 10px 11px;
    color: #fff;
    border: 0;
    font-size: 13px;
    text-transform: uppercase;
}

.menu {
    border-left: 1px solid #333;
    float: right;
    width: auto;
    text-align: center;
    margin: 0 auto;
    height: 100px;
    padding-top: 40px;
    padding-right: 31px;
    cursor: pointer;
    padding-left: 20px;
}

.profilepic {
    height: 34px;
    width: 34px;
    float: right;
    margin-top: -13px;
    margin-left: 15px;
}

.user-title-h {
    font-weight: 100;
}

.user-title-h {
    color: white;
    margin-right: 45px;
    margin-top: -8px;
    padding-right: 11px;
    text-align: right;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.1s;
    padding-top: 60px;
}

.sidenav a {
    padding: 15px 8px 16px 2px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.1s;
    border-bottom: 1px solid #DEDEDE;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #000;
}

.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#body {
    transition: margin-left .1s;
}

.boxed-container1 {
    margin-top: 150px;
}

.boxed-container {
    margin-top: 150px;
}

.coming-soon {
    float: left!important;
}

.read-more {
    border: 2px solid #000!important;
    color: #000;
    display: inline-block;
    font-size: 16px!important;
    ;
    font-weight: 700;
    margin: 0;
    padding: 9px 20px 6px!important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0px!important;
}

.text-left1 span {
    float: right!important;
}

@media screen and (max-height:530px) {
    .boxed-container1 {
        margin-top: 59px!important;
    }
    .boxed-container {
        margin-top: 59px!important;
    }
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.logo-jacc-white-mob {
    display: none;
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .hentry h3 {
        font-family: HelveticaNeueLTArabic-Light, Arial, sans-serif!important;
        font-weight: 300;
        margin-bottom: 15px;
        margin-top: 20px!important;
    }
    .page-1 .timing {
        color: #b2b2b2;
        font-size: 13px;
        padding-left: 0;
    }
    button.accordion::after {
        content: '.';
        color: #fff!important;
        background-image: url(https://s3.eu-central-1.amazonaws.com/dev-jaccimages/down-arrow.png);
        font-size: 20px;
        color: #777;
        float: right;
        margin-left: 5px;
        margin-bottom: 0;
        padding-bottom: 0;
        width: 60px;
        height: 41px;
        background-repeat: no-repeat;
        background-position: 10px 15px;
        top: -20px;
        margin-top: -20px;
        margin-right: -20px;
    }
    div.accordion1 {
        border-bottom: 3px solid #999999!important;
        background-color: #fff;
        color: #999;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
        height: 120px;
    }
    .accordion1 span {
        font-size: 16px!important;
    }
    .accordion span {
        font-size: 16px!important;
    }
    .logo-jacc-white-mob {
        display: block;
        width: 135px;
        padding: 10px;
        margin: 0 auto;
        position: absolute;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .margintop20mob {
        margin-top: -6px!important;
    }
    .margintop20mob1 {
        margin-top: 51px!important;
        margin-bottom: 50px;
    }
    .logo-jacc {
        width: 49%!important;
    }
    .tab-content .graybtn {
        cursor: pointer;
        padding-top: 10px;
        width: 100%;
        top: 0;
        position: relative;
        color: white;
        font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
        border: 0;
        display: inline-block;
        padding-right: 12px;
        padding-bottom: 10px;
    }
    .logo-jacc-white-mob {
        display: block;
        width: 135px;
        padding: 10px;
        margin: 0 auto;
        position: absolute;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .boxed-container1 {
        margin-top: 59px!important;
    }
    .boxed-container {
        margin-top: 59px!important;
    }
}

.boxed-container {
    margin-top: 150px!important;
    margin-bottom: 0px!important;
}

#login .wpcf7-text,
.wpcf7-textarea {
    background: #fff;
    border: 0;
    border-bottom: 4px solid #000;
    color: #010101!important;
    font-weight: 700;
    box-shadow: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 13px;
}

#login .forgot {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
}

.ormarging {
    margin-top: 23px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.signupform .wpcf7-text,
.wpcf7-textarea {
    background: #fff;
    border: 0;
    border-bottom: 3px solid #000;
    color: #010101!important;
    font-weight: 400;
    box-shadow: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 13px;
    margin-top: 8px;
}

.signupform .forgot label {
    font-weight: 400!important;
    text-transform: uppercase!important;
    color: #010101!important;
    font-size: 15px!important;
}

.signupform .forgot {
    font-weight: 600!important;
    text-transform: uppercase!important;
    color: #010101!important;
    font-size: 15px!important;
}

.calendercs {
    height: 45px!important;
    padding-right: 38px!important;
    color: #7b7b7b!important;
    font-size: 16px!important;
    line-height: 31px!important;
    padding-top: 16px!important;
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
    box-shadow: inset 0 0 0 4px #fff;
}

.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd;
}

.checkbox-custom:checked + .checkbox-custom-label::before {
    background: #000;
    box-shadow: inset 0 0 0 4px #fff;
}

.checkbox-custom + .checkbox-custom-label::before,
.radio-custom + .radio-custom-label::before {
    content: '';
    background: #fff;
    border: 2px solid #000;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-left: 10px;
    text-align: center;
    border-radius: 50%;
}

.titleright {
    float: right;
    margin-left: 10px;
}

.pullrightdv {
    float: right;
}

.btnleft {
    float: left!important;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .no-banner {
        margin-top: 133px!important;
    }
    .hidden-lg {
        display: none!important;
    }
    .img-container-location {
        min-height: 360px!important;
    }
    .img-container-opening {
        min-height: 320px!important;
    }
    .newcard {
        margin-top: 154px!important;
    }
    .img-container-opening-4 {
        min-height: 320px;
    }
    .img-container-opening-5 {
        min-height: 320px;
    }
    .img-container-architecture {
        min-height: 290px;
    }
    .architecture-gallery figure {
        width: 47%!important;
    }
    .margintop185 {
        margin-top: 151px!important;
    }
    .jumbotron {
        background: #333;
        padding: 0 0 5px 0!important;
        margin-bottom: 0;
        margin-top: 116px;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1023px) and (orientation:portrait) {
    .datebluebg span {
        font-size: 20px;
        color: #fff;
        float: left;
    }
    .boxed-container {
        margin-top: 110px!important;
        margin-bottom: 0px!important;
    }
    .no-banner {
        margin-top: 114px;
    }
    .jumbotron {
        margin-bottom: 0!important;
    }
    .read-more--page-box {
        margin-top: 0px!important;
    }
    .margintop185 {
        margin-top: 116px!important;
    }
    .logo-jacc-white-mob {
        display: block;
        width: 250px;
        padding: 10px;
        margin: 0 auto;
        position: absolute;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .navbar-toggle {
        margin: 34px 0;
        margin-right: 11px;
    }
    .languagebutton {
        float: left!important;
        margin-right: 20px!important;
        margin-top: 7px;
        width: 55px;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:667px) and (orientation:portrait) {
    .paddingleftnew1 {
        padding-left: 9px!important;
    }
    .fontsize12 {
        font-size: 13px;
    }
    .padding-0 {
        padding-right: 0;
        margin-top: 5px!important;
    }
    .page-1 button.buy-tickets {
        float: right!important;
        margin-right: 0px!important;
    }
    .signupmain form {
        background: #fff none repeat scroll 0 0;
        border-radius: 2px;
        box-shadow: none;
        margin: 0 auto 0;
        padding: 0em 0em 0em!important;
        padding-top: 11px;
    }
    .page-1 button.common-btn,
    .page-1 button.concert-btn,
    .page-1 button.play-btn {
        margin-top: 10px!important;
        float: right!important;
    }
    .page-1 button.common-btn {
        float: right!important;
    }
    .page-1 h3 {
        margin-top: 10px!important;
        float: left;
    }
    .read-more--page-box {
        margin-top: 7px!important;
        float: left!important;
        margin-bottom: 7px!important;
    }
    .page-1 .date {
        color: #b2b2b2;
        font-size: 18px!important;
        float: left!important;
        width: 100%!important;
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }
    .space {
        margin-top: 10px;
        width: 100%;
        float: left;
    }
    #date-picker-2 {
        padding-right: 38px!important;
    }
    .select select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: #fff;
        border: #ccc 1px solid;
        color: #7b7b7b;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .boxed-container {
        margin-top: 60px!important;
        margin-bottom: 0px!important;
    }
    .common-btnpaymentmob12 {
        height: 50px!important;
    }
    .blackbuttonn12 {
        background-color: #000;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 11px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-top: -1px;
        width: 99%;
        margin-right: 10px;
        border: 0;
    }
    .greeenline {
        background-color: #00CA0C;
        height: 13px;
        width: 100%;
        margin-bottom: 9px;
    }
    .marginnew {
        margin: 10px!important;
    }
    .datebluebg {
        margin-top: 10px!important;
    }
    .page-1 button.common-btn {
        border: 2px solid #000;
        color: #000;
        float: right!important;
        margin-top: 10px!important;
        margin-bottom: 8px!important;
        margin-left: 10px;
    }
    .paddinv501 {
        padding-top: 0px!important;
    }
    #login .forgot {
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 13px!important;
    }
    .common-btngray {
        background-color: #D5D5D5;
        border: 4px solid #D5D5D5;
        padding-top: 8px;
        color: #fff;
        padding-bottom: 5px;
        font-size: 15px;
        margin-bottom: 15px;
        padding-left: 65px;
        padding-right: 65px;
        width: 100%;
    }
    .modal-content {
        border-radius: 0px!important;
    }
    .regs {
        margin-top: -18px!important;
    }
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    border: #ccc 1px solid;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.order-event-info {
    margin-bottom: 20px;
}

.order.checkoutdiv .payment-method.active .payment-method-header .payment-method-label {
    color: #58585b;
}

.order.checkoutdiv .payment-method .payment-method-header .payment-method-label {
    display: inline-block;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #939597;
    cursor: pointer;
}

.order.checkoutdiv .payment-method .payment-method-header {
    position: relative;
    padding: 0 13px 0 40px;
}

.order.checkoutdiv .payment-methods-block {
    margin-bottom: 40px;
}

.order.checkoutdiv .payment-method {
    margin-bottom: 15px;
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.order.checkoutdiv .checkout-block h2 {
    margin: 0 0 1em;
    padding-bottom: .68em;
    font-size: 22px;
    line-height: .9;
    font-weight: 400;
    border-bottom: 1px solid #6d6f71;
}

.order h2 {
    color: #404041;
}

.order.checkoutdiv .checkout-block + .checkout-block {
    margin-left: 4%;
}

.order .ticket-list .ticket .ticket-name {
    float: left;
    width: 50%;
}

.order.checkoutdiv .terms h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #555;
}

.order.checkoutdiv .ticket-list {
    margin-bottom: 20px;
}

.order.checkoutdiv .ticket-list .ticket {
    margin-bottom: .63em;
    padding: .63em;
    font-size: 16px;
    line-height: 1.3;
    color: #58585b;
    background-color: #e7e7e8;
}

.order.checkoutdiv .ticket-list .ticket {
    font-size: 16px;
    line-height: 1.3;
    color: #58585b;
}

.order.checkoutdiv .ticket-list .ticket {
    font-size: 16px;
    line-height: 1.3;
    color: #58585b;
}

.order .ticket-list .ticket .ticket-info {
    float: left;
    width: 25%;
}

.order .ticket-list .ticket .ticket-price {
    float: right;
    width: 25%;
    text-align: right;
    font-size: 12px;
    line-height: 1.73;
}

.order .ticket-list .ticket .ticket-info .row {
    display: inline-block;
    margin-right: .3em;
    padding: 2px 6px;
    min-width: 1em;
    text-align: center;
    color: #fff;
    background-color: #58585b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.order .ticket-list .ticket .ticket-price {
    float: right;
    width: 25%;
    text-align: right;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.order.checkoutdiv .ticket-list .ticket {
    margin-bottom: .63em;
    padding: .63em;
    font-size: 16px;
    line-height: 1.3;
    color: #58585b;
    background-color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.order.checkoutdiv .ticket-list .ticket {
    font-size: 16px;
    line-height: 1.3;
    color: #58585b;
}

.order.checkoutdiv .ticket-list .ticket {
    font-size: 16px;
    line-height: 1.3;
    color: #58585b;
}

.order.checkoutdiv .ticket-list .ticket {
    font-size: 14px;
    line-height: 1.3;
    color: #58585b;
}

.order.checkoutdiv .terms .terms-accepted-checkbox {
    clear: left;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1;
    color: #a7a9ac;
}

.order.checkoutdiv .terms .readMore-link {
    width: auto;
    float: left;
    margin: 10px 0 20px;
    font-size: 12px;
    line-height: 130%;
    padding: 5px;
    background-color: #929497;
    color: #fff;
}

[data-order-checkout] [data-order-checkout-terms-and-conditions] + [data-readmore-toggle],
[data-order-checkout] [data-order-checkout-terms-and-conditions][data-readmore] {
    display: block;
    width: 100%;
}

.order.checkoutdiv .payment-method .payment-method-header .payment-method-label input[type="radio"] {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 15px;
    margin-top: -7px;
}

.order.checkoutdiv .payment-method .payment-method-header .payment-method-label .logo img {
    width: 30px;
    height: 100%;
}

.order.checkoutdiv .payment-method .payment-method-header .payment-method-label .logo img + img {
    margin-left: 5px;
}

.order.checkoutdiv .terms .terms-accepted-checkbox {
    font-size: 16px;
    line-height: 1;
    color: #a7a9ac;
}

label {
    cursor: default;
}

.order.checkoutdiv .terms .terms-accepted-checkbox input {
    margin: 1px 5px 0 0;
    vertical-align: top;
}

.order.checkoutdiv .total-block {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1;
    color: #939597;
}

.order.checkoutdiv .total-block>span {
    float: right;
    color: #000;
}

.order.checkoutdiv .total-block {
    font-size: 24px;
    line-height: 1;
    color: #939597;
}

.order.checkoutdiv .total-block {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1;
    color: #666;
}

.order.checkoutdiv .pay-button {
    position: relative;
    width: 100%;
    padding: 15px 0 15px 35px;
    font-size: 30px;
    line-height: 1.3;
    text-align: left;
    color: #FFF;
}

.button.button-green {
    color: #f2f2f3;
}

.button.button-green,
.event-calendar-legend-available .event-calendar-legend-color-demo {
    background-color: #bc0c06;
}

.button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #414142;
    color: #f2f2f3;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.order.checkoutdiv .pay-button {
    font-size: 30px;
    line-height: 1.3;
    text-align: left;
    color: #FFF;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.crossbutton {
    margin-left: 38px;
    cursor: pointer;
}

.orange {
    color: #FFA500;
}

.popover {
    border: 2px dotted red;
}

.popover-title {
    background-color: #73AD21;
    color: #FFF;
    font-size: 28px;
    text-align: center;
}

.popover-content {
    background-color: coral;
    color: #FFF;
    padding: 25px;
}

.arrow {
    border-right-color: red!important;
}

.rwd-table {
    margin: 1em 0;
    min-width: 100%;
}

.rwd-table tr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    padding-top: .5em;
}

.rwd-table td:last-child {
    padding-bottom: .5em;
}

.rwd-table td::before {
    content: attr(data-th) ": ";
    display: inline-block;
    font-weight: 700;
    width: 6.5em;
}

@media (min-width:480px) {
    .rwd-table td::before {
        display: none;
    }
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

@media (min-width:480px) {
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
}

.rwd-table {
    background: #fff none repeat scroll 0 0;
    border-radius: .4em;
    color: #000;
    overflow: hidden;
}

.rwd-table tr {
    border-color: #fff;
}

.rwd-table th,
.rwd-table td {
    margin: .5em 1em;
}

@media (min-width:480px) {
    .rwd-table th,
    .rwd-table td {
        padding: 7px!important;
    }
}

.rwd-table th,
.rwd-table td::before {
    color: #bc0c06;
    font-size: 20px;
}

.ui-widget-overlay,
.ui-widget-shadow {
    opacity: 100;
}

.ui-tooltip,
.arrow:after {
    background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.instagrame {
    font-size: 13px!important;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    background: #fff;
    margin-top: 15px;
    padding: 14px 14px!important;
    float: left;
    margin-right: 10px;
    border: 3px solid #000!important;
    color: #000;
    font-weight: 700;
    width: 100%;
    background-image: url(https://s3.eu-central-1.amazonaws.com/dev-jaccimages/insta.png);
    background-repeat: no-repeat;
    background-position: right 5px top;
    background-position-y: 4px;
}

.instaw {
    width: 320px!important;
}

.colcenter {
    margin: 0 auto!important;
    float: none!important;
}

.maintitlen {
    padding: 7px 0 20px 0!important;
}

.forgot {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
}

.minheightfor {
    height: 134px!important;
}

.regs .col-lg-6 .colcenter {
    float: none!important;
}

.plusminus {
    font-size: 28px!important;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    background: #fff;
    margin-top: 15px;
    padding: 0 0px!important;
    float: left;
    margin-right: -2px;
    border: 2px solid #000!important;
    width: 60px;
    height: 30px;
    line-height: 19px;
    font-weight: 700;
    cursor: pointer;
}

.plusminus:hover {
    font-size: 28px!important;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    background: #950000;
    margin-top: 15px;
    color: #fff;
    padding: 0 0px!important;
    float: left;
    margin-right: -2px;
    border: 2px solid #950000!important;
    width: 60px;
    height: 30px;
    line-height: 19px;
    font-weight: 700;
    cursor: pointer;
}

.redcolor a {
    font-size: 16px;
    color: #950000;
    font-weight: 700;
    float: left;
    margin-top: 5px;
}

.selecttic {
    border-radius: 50px;
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 14px;
}

.green-circle {
    background: #7ed321;
}

.gray-circle {
    background: #A5A5A5;
}

.fontsizen {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500!important;
    letter-spacing: 0;
}

.fontsizen span {
    font-size: 14px;
    font-weight: 900!important;
    letter-spacing: 0;
}

.paddingtop25 {
    padding-top: 26px;
}

.font-order {
    font-size: 16px!important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.alert-box {
    margin-top: 10px;
    float: right;
    font-size: 14px;
    font-weight: 700;
    display: none;
    text-align: right;
}

.empty-list-text {
    color: #000;
    left: 50%;
    margin-top: 157px;
    text-transform: uppercase;
    top: 50%;
    margin-bottom: 75px;
}

.empty-list-div {
    text-align: center;
}

.btntop {
    margin-top: 16px!important;
}

.birtdate-cal-pad {
    padding-right: 70px!important;
}

*:focus {
    outline: none;
}

@media only screen and (min-device-width:320px) and (max-device-width:667px) and (orientation:landscape) {
    .img-container {
        min-height: 235px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/about/1.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        margin-top: 128px;
        margin-bottom: 25px;
    }
    .img-container-amir {
        min-height: 180px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/opening-banner.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        margin-top: 69px;
        margin-bottom: 25px;
        background-position-y: -48px;
    }
    .newcard {
        margin-top: 72px;
    }
    .no-banner {
        margin-top: 63px;
    }
    .boxed-container {
        margin-top: 60px!important;
        margin-bottom: 0px!important;
    }
    .jumbotron__title h1 {
        font-size: 30px;
        font-weight: 200;
    }
    .img-container-architecture {
        min-height: 218px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/architecture/1.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        margin-top: 128px;
        margin-bottom: 25px;
    }
    .img-container-location {
        min-height: 230px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/location/1.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        margin-top: 128px;
        margin-bottom: 25px;
    }
    .paddingv50 {
        padding-top: 40px!important;
        padding-bottom: 50px;
    }
    .rwd-table th {
        display: block!important;
    }
    .rwd-table th,
    .rwd-table td::before {
        color: #444!important;
        font-size: 15px!important;
    }
    .tablewi14 {
        width: 100%!important;
    }
    .margintopmob {
        margin-top: 20px!important;
        font-size: 20px;
    }
    .rightblock .panel {
        display: none!important;
    }
    .monthid {
        text-align: left!important;
        font-size: 20px!important;
    }
    .omer {
        width: 100%!important;
        float: left!important;
        margin-bottom: 10px!important;
        margin-top: 10px!important;
    }
    .languagebutton {
        background-color: #bc0c06;
        cursor: pointer;
        border-radius: 3px;
        padding-top: 1px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        width: 52px;
        top: 18px;
        position: relative;
        color: white;
        font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
        left: -17px;
    }
    .navbar-toggle {
        margin: 11px 0;
        margin-right: 15px;
    }
    .megamenu .col-sm-12 {
        width: 100%;
    }
    .carousel-control.left,
    .carousel-control.right {
        top: 150px;
    }
    .margintop185 {
        margin-top: 69px;
    }
    .img-container-opening,
    .img-container,
    .img-container-architecture,
    .img-container-contact,
    .img-container-events,
    .img-container-rent,
    .img-container-location {
        margin-top: 69px;
    }
    .jumbotron .hidden-xs {
        display: block!important;
    }
    .marignmobile10 {
        margin-top: 22px!important;
        font-size: 22px;
        margin-bottom: 10px!important;
        float: left;
        width: 100%;
    }
    .img-container-opening {
        min-height: 98px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/1.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .paddinv50 {
        padding-top: 20px;
    }
    .languagebutton {
        margin-top: 0;
        float: left;
        margin-right: 17px!important;
        display: block!important;
    }
    .img-container-opening-4 {
        min-height: 124px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/4.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .img-container-opening-5 {
        min-height: 124px;
        background-image: url(https://s3.eu-central-1.amazonaws.com/jaccimages/static/opening/5.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .footerlogo {
        width: 100%!important;
    }
    .my-gallery {
        float: left;
        width: 103%;
    }
    .footerlogo {
        width: 48%!important;
    }
    .footer .col-sm-6 {
        width: 48%!important;
    }
    .text-left1 {
        text-align: right;
    }
    .maintitle12 {
        font-size: 24px!important;
    }
    .margintop50ipad {
        margin-top: -20px!important;
    }
    .progressTabs .liner {
        background: #ddd none repeat scroll 0 0;
        height: 7px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 26%!important;
        width: 80%;
        z-index: -1!important;
        display: none;
    }
    .maintitle12 {
        font-size: 22px!important;
        float: left;
        margin-bottom: 13px!important;
        width: 100%;
    }
    .logo-jacc-white-mob {
        display: block;
        width: 135px;
        padding: 10px;
        margin: 0 auto;
        position: absolute;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

.instagrame {
    font-size: 13px!important;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    background: #fff;
    margin-top: 15px;
    padding: 14px 14px!important;
    float: left;
    margin-right: 10px;
    border: 3px solid #000!important;
    color: #000;
    font-weight: 700;
    width: 100%;
    background-image: url(https://s3.eu-central-1.amazonaws.com/dev-jaccimages/insta.png);
    background-repeat: no-repeat;
    background-position-x: 9px;
    background-position-y: 4px;
    padding-left: 43px!important;
    padding-right: 0px!important;
}

::-webkit-input-placeholder {
    color: pink;
}

.blackcolor .col-lg-4 {
    float: right;
}

.blackcolor {
    text-align: right;
}

.font-size13 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 13px;
    padding-top: 15px;
    text-align: right;
}

.font-size13 img {
    float: right;
}

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

.thankyou .col-lg-3 {
    float: right;
    text-align: right;
}

.thankyou .col-lg-6 {
    float: right;
    font-size: 13px;
}

.boxgrayshadow {
    font-size: 14px;
}

.bannertoop .carousel-caption {
    left: 0%;
    right: 0%;
    padding-bottom: 0;
    height: 130px;
    bottom: 0;
    position: absolute;
}

.carousel-caption h3 {
    color: #fff!important;
    font-size: 31px!important;
}

.carousel-caption p {
    color: #fff!important;
    font-size: 21px!important;
}

.sidebar {
    float: left;
    width: 350px;
    border: 1px solid #000;
}

#sticky {
    padding: .5ex;
    width: 600px;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: .5ex;
}

#sticky.stick {
    margin-top: 0!important;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 .5em .5em;
}

.graybgnew {
    background: #f0f0f0;
    line-height: 59PX;
    font-size: 20px;
}

.graybgnew .active {
    background: #950000;
    line-height: 59PX;
    text-align: center;
    color: #fff;
}

.buttongrayborde {
    border-radius: 0;
    background-color: #fff;
    padding: 10px 11px;
    color: #000!important;
    border: 2px solid #707070;
    font-size: 15px!important;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase!important;
    margin-left: 60px;
    margin-bottom: 10px;
}

.buttongrayborde2 {
    border-radius: 0;
    background-color: #fff;
    padding: 10px 11px;
    color: #a7a7a7!important;
    border: 2px solid #cacaca!important;
    font-size: 15px!important;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase!important;
    margin-left: 60px;
    margin-bottom: 10px;
    margin-right: 0px!important;
}

.buttongrayborde1 {
    color: #000!important;
}

.redcolor {
    color: #950000!important;
}

.greencolor {
    color: #59a900!important;
}

.col-lg-7.text-left {
    text-align: right;
}

.orengecolor {
    color: #ea8d01!important;
}

.margin-bottom100 {
    margin-bottom: 100px;
}

#stickyheader {
    animation: slideup 1s;
    -moz-animation: slideup 1s;
    -webkit-animation: slideup 1s;
    -o-animation: slideup 1s;
}

@keyframes slideup {
    0% {
        top: 0;
    }
    75% {
        top: 0;
    }
    100% {
        top: -20px;
    }
}

@-moz-keyframes slideup {
    0% {
        top: 0;
    }
    75% {
        top: 0;
    }
    100% {
        top: -20px;
    }
}

@-webkit-keyframes slideup {
    0% {
        top: 0;
    }
    75% {
        top: 0;
    }
    100% {
        top: -20px;
    }
}

@-o-keyframes slideup {
    0% {
        top: 0;
    }
    75% {
        top: 0;
    }
    100% {
        top: -20px;
    }
}

.graycolor {
    color: #979797;
}

.event-booking-box {
    border: 1px solid #ccc;
}

.event-booking-box__title {
    background: #000;
    color: #fff;
    background-image: url(banner.jpg);
    background-size: cover;
}

#overlay {
    position: absolute;
    width: 100%;
    height: 63%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    cursor: pointer;
}

.redbtn {
    background: #b50c06;
    border-color: #b50c06;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.disablebtn {
    background: #5D7E99;
    border-color: #5D7E99;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.redbtn:hover {
    background: #8c0e0a;
    border-color: #8c0e0a;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.event-booking-box__panel {
    background: #fff;
    padding: 10px;
    padding-top: 15px;
}

.event-booking-box {
    margin-top: 25px;
}

.bottomMenu {
    display: none;
    position: fixed;
    top: 79px;
    border-top: 1px solid #000;
    width: 299px;
    z-index: 9;
    padding-bottom: 22px;
}

.bannerimagenew {
    background-image: url(banner.jpg);
    height: auto;
    background-position: center;
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) {
    .carousel .item {
        height: 294px!important;
    }
    .bannertoop {
        margin-top: 0;
        height: auto;
    }
    .buy-tickets {
        float: none!important;
        margin-bottom: 20px;
    }
    .carousel-inner {
        overflow: hidden;
        position: relative;
        top: 0!important;
        width: 100%;
        height: 290px;
    }
    .bottomMenu {
        display: none!important;
    }
    .bannertoop .carousel-caption {
        left: 0%;
        right: 0%;
        padding-bottom: 0;
        background: #000;
        height: 120px;
        bottom: 0;
        position: absolute;
    }
    .bannertoop .carousel-caption1 {
        left: 0%;
        right: 0%;
        padding-bottom: 0;
        background: #000;
        height: auto;
        bottom: 43px!important;
        position: absolute;
    }
}

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

.fixed-nav {
    width: 100%;
    position: fixed!important;
    top: 0!important;
    left: 0;
}

#element-with-background-image {
    position: relative;
    background-image: url(//spin.atomicobject.com/wp-content/uploads/20170324102432/portfolio-tips-feature-image.jpg);
}

#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .6;
}

.boxgrayshadow {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f1f1f1;
    font-size: 20px;
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
}

.boxgrayshadow1 {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f1f1f1;
    font-size: 20px;
}

.color1 {
    background: #FD8FFF;
    height: 30px;
    width: 30px;
    float: right;
    margin-left: 10px;
    border-radius: 50px;
}

.color2 {
    background: #0086B9;
    height: 30px;
    width: 30px;
    float: right;
    margin-left: 10px;
    border-radius: 50px;
}

.color3 {
    background: #7BBD59;
    height: 30px;
    width: 30px;
    float: right;
    margin-left: 10px;
    border-radius: 50px;
}

.color4 {
    background: #F97C00;
    height: 30px;
    width: 30px;
    float: right;
    margin-left: 10px;
    border-radius: 50px;
}

.boxgrayshadow span {
    font-size: 17px;
    margin-right: 10px;
    border-radius: 50px;
    color: red;
}

.blackcolor {
    background-color: #000;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}

.blackcolor h2 {
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 24px;
    color: #fff;
}

.blackcolor h4 {
    margin-bottom: 4px;
    color: #fff;
    margin-top: 0;
    color: #fff;
}

.font-size13 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 13px;
    padding-top: 15px;
}

.whitecolorbg {
    background-color: #fff;
    float: left;
    width: 100%;
}

.padding-0 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.margintop25 {
    margin-top: 25px;
}

.whitebordernew {
    border-bottom: 2px solid #fff;
    line-height: 51px;
    font-size: 17px;
    padding-bottom: 17px;
}

.whitetext {
    color: #fff;
}

.ticketbookn {
    font-size: 16px;
    bottom: 0;
    position: absolute;
    left: -179px;
}

.whitelinenewone {
    height: 2px;
    background: #fff;
    margin-bottom: 14px;
    float: left;
    width: 100%;
    margin-top: 19px;
}

.ticketordertbg {
    background: #F5F5F5!important;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 20px;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

.selectdbg {
    background-color: #D8D8D8;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    float: left;
    width: 100%;
    line-height: 41px;
    padding-left: 10px;
}

.selectdbg1 {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    float: left;
    width: 100%;
    line-height: 41px;
    padding-left: 10px;
    color: #A8A8A8;
    border: 1px solid #f3f3f3;
}

.selectdbg1 span {
    color: #950000;
}

.paddingv20 {
    padding-top: 10px;
    padding-bottom: 20px;
}

.fontsize20 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

.boxgraybnew {
    background: #DDD;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 19px;
}

.ticketordertbgnew {
    background: #F5F5F5!important;
    padding: 15px;
    font-size: 20px;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

.ticketordertbgnew .control {
    display: block;
    position: relative;
    padding-right: 30px!important;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
}

.ticketordertbgnew .control label {
    font-size: 18px;
}

.blackinput {
    float: right;
    width: 60%;
    border: 1px solid #000;
    border-radius: 1px;
    height: 43px;
    margin-top: 18px;
    margin-right: 10px;
}

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

.blackbutton {
    background: #000;
    color: #fff;
    border: 0;
    padding: 9px;
    padding-right: 26px;
    padding-left: 25px;
    font-size: 17px;
    margin-top: 17px;
}

.cancelne {
    background: #fff;
    color: #5F5F5F;
    border: 1px solid;
    margin-left: 10px!important;
}

.thankyou h2 {
    font-size: 38px!important;
}

.thankyou h3 {
    font-size: 30px!important;
    font-weight: 400;
}

.fontsize16 {
    font-size: 16px;
}

.fontsize30 {
    font-size: 30px;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.bannerimagenewblack {
    background-color: #000;
    height: 170px;
    background-position: center;
    font-size: 33PX;
}

.modelnew {
    color: #5F5F5F;
    font-weight: 200;
}

.modelnew h2 {
    color: #5F5F5F;
    font-weight: 500;
    font-size: 20px;
}

.modelnew ul li {
    list-style: circle;
}

.closemodal {
    margin-top: -50px!important;
    margin-right: -51px!important;
}

.graybuttonnew {
    background: #E6E6E6;
    color: #000;
    border: 0;
    padding: 9px;
    padding-right: 26px;
    padding-left: 25px;
    font-size: 17px;
    margin-top: -6px;
}

.bordnernew {
    border: 1px solid #ccc;
    padding-top: 20px;
    font-size: 15px;
    padding-bottom: 20px;
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) {
    .blackcolor {
        background-color: #000;
        color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        float: left!important;
        width: 100%!important;
    }
    .bannerimagenewblack {
        background-color: #000;
        height: 100px;
        background-position: center;
        font-size: 33PX;
        float: left;
        width: 100%;
    }
    .bannertoop .carousel-caption1 {
        left: 0%;
        right: 0%;
        padding-bottom: 0;
        background: #000;
        bottom: 43px!important;
        position: relative;
        margin-top: 50px;
    }
    .bannertoop5 {
        margin-top: 0;
        height: 208px;
    }
}

.paddingv30 {
    padding-top: 30px;
    padding-bottom: 0;
}

.font-size13 .text-right {
    text-align: right!important;
}

.margintop25 {
    margin-top: 25px;
}

.margintbottom35 {
    margin-bottom: 33px;
}

.paragraph h1 {
    border-bottom: 5px solid #000;
    font-size: 20px;
    padding-bottom: 7px;
    display: inline;
}

.borderbottomnew {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 7px;
}

.margintop52 {
    margin-top: 32px;
}

.paddingright0 {
    padding-right: 0;
}

.desktop .btn.active-filter {
    border-radius: 100px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
    display: inline-block;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    font-size: .813em;
    margin-bottom: 15px;
    margin-right: 6px;
    padding-bottom: 4px;
    padding-top: 5px;
    text-transform: none;
    transition: margin 0s ease 0s;
}

.desktop .btn.active-filter .remove-filter {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin-bottom: 2px;
    margin-left: 7px;
    width: 12px;
}

.desktop .clear-all-filters {
    font-size: .875em;
    line-height: 35px;
    margin-bottom: 23px;
    vertical-align: top;
}

.btn.active {
    background-color: #950000;
    color: #fff;
}

.read-more--page-box {
    margin-top: 12px;
}

input::-moz-placeholder {
    color: #9b9b9b;
    font-weight: 300;
}

.listveiwbg {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-bottom: 31px;
    padding: 20px 7px 24px;
}

.septemb {
    font-size: 21px;
    font-weight: 200;
    margin-top: 8px;
}

.desc {
    font-size: 17px;
    font-weight: 200;
    line-height: 23px;
    margin-top: 16px;
}

.cocert {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #747474;
    border-radius: 100px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
    color: #646464;
    display: inline-block;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    font-size: .813em;
    margin-bottom: 5px;
    margin-right: 6px;
    margin-top: 11px;
    opacity: 1;
    padding: 8px 15px 7px 16px;
    text-transform: none;
    transition: margin 0s ease 0s;
}

.margintop5 {
    margin-top: 5px;
}

.page-1 button.common-btn {
    border: 2px solid #000;
    color: #000;
    margin-bottom: 12px;
    margin-top: 13px;
    opacity: 1;
}

.paddingbottom3 {
    padding-bottom: 3px;
}

.buttonclickable {
    background-color: #797979;
    color: #fff;
}

.signupform input {
    background: #fff none repeat scroll 0 0;
}

.col-main {
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    clear: both;
    padding: 20px;
}

.signupmain {
    border: 1px solid #fff;
    padding-bottom: 30px;
    padding-top: 0;
}

.signuppadding {
    margin-top: 31px;
    padding-left: 50px;
    padding-right: 50px;
}

.bordernewright {
    border-right: 1px solid #eaeaea;
}

.margintop28 {
    margin-bottom: 30px;
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) {
    .signupmain form {
        background: #fff none repeat scroll 0 0;
        border-radius: 2px;
        box-shadow: none;
        margin: 0 auto;
        padding: 0 !important;
    }
    .signuppadding {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .bordernewright {
        border-right: medium none;
    }
}

.signupmain input {
    background: #fff none repeat scroll 0 0;
    font-size: 15px;
    font-weight: 300;
    height: 40px;
    padding-top: 5px;
}

.signupmain label {
    color: #555454;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}

.signupmain p {
    margin: 0 0 16px;
    position: relative;
}

.signupmain select {
    background: #fff none repeat scroll 0 0;
    font-size: 15px;
    font-weight: 300;
    height: 40px;
    padding-top: 5px;
}

.redmessage {
    color: #ab3737;
    font-size: 13px;
    margin-top: 12px;
}

.valedating {
    color: #989898;
    font-size: 13px;
    margin-top: 12px;
}

form {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: none;
    margin: 0 auto;
    padding: 11px 2em 2em;
}

.maingraydiv {
    background: #f7f7f7 none repeat scroll 0 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.accordion-toggle::after {
    content: "";
    float: right;
    font-family: "FontAwesome";
}

.accordion-opened .accordion-toggle::after {
    content: "";
}

.maingraydiv a {
    color: #000;
    margin-bottom: 20px;
    text-decoration: none;
}

.centerblockl {
    float: none;
    margin: 0 auto;
}

.passwordinput {
    font-size: 20px;
    text-align: center;
    width: 52px;
}

.margintop50 {
    margin-top: 30px;
}

.desktop .filter-pool {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #dcdcdc;
    border: 1px solid #dcdcdc;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05) inset;
    display: none;
    margin-bottom: 17px;
    padding: 21px 28px 26px;
}

.desktop .filter-pool.active {
    display: block;
}

.desktop .filter-pool .btn-default {
    font-family: "HelveticaNeueLTArabic-Light", "Century Gothic", Arial, sans-serif;
    margin: 15px 8.5px 0;
    padding-left: 1%;
    padding-right: 1%;
    text-transform: none;
}

.desktop .filter-pool .btn-default img {
    margin-right: 13px;
}

.desktop .filter-pool .btn-default.active {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08) inset;
    color: #333;
}

.desktop .filter-pool .btn-default:active,
.desktop .filter-pool .btn-default:focus {
    background: #efefef none repeat scroll 0 0;
    box-shadow: none;
}

.desktop .filter-pool .filter-instructions {
    text-align: center;
}

.desktop .filter-pool .bottom-text {
    margin-bottom: 8px;
    margin-top: 24px;
    text-align: center;
}

.desktop .filter-pool.genre .col-md-12:first-child {
    text-align: center;
}

@media print,
screen and (min-width:1200px) {
    .desktop .filter-pool.genre .col-md-12:first-child {
        border-right: 0 solid #dcdcdc;
    }
}

.desktop .filter-pool.genre .col-md-12:last-child {
    border-top: 1px solid #dcdcdc;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
}

@media print,
screen and (min-width:1200px) {
    .desktop .filter-pool.genre .col-md-12:last-child {
        border-top: 0 none;
        margin-top: 0;
        padding-top: 0;
    }
}

.desktop .filter-pool.genre .logo-filter {
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    float: left;
    padding: 20px;
    width: 33%;
}

.desktop .filter-pool.genre .logo-filter img {
    max-height: 25px;
    max-width: 90%;
}

.desktop .filter-pool.genre .logo-filter:hover {
    border-color: #d1cfcf;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .08);
}

.desktop .filter-pool.genre .logo-filter.active {
    border-color: #d1cfcf;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .08) inset;
}

@media print,
screen and (min-width:1200px) {
    .desktop .filter-pool.genre .logo-filter {
        float: none;
        margin: 10px auto auto;
        width: 80%;
    }
}

.desktop .filter-pool.genre .btn-default {
    font-size: 14px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    max-width: 225px;
    width: 29%;
}

@media print,
screen and (min-width:950px) {
    .desktop .filter-pool.genre .btn-default {
        display: block;
        float: left;
        margin-left: 0;
        margin-right: 1%;
        max-width: 24%!important;
    }
}

.desktop .filter-pool.series {
    text-align: center;
}

.desktop .filter-pool.series .col-xs-6 {
    height: 180px;
}

.desktop .filter-pool.series .row {
    margin: auto;
    max-width: 800px;
}

@media print,
screen and (min-width:1200px) {
    .desktop .filter-pool.series .row {
        max-width: none;
    }
    .desktop .filter-pool.series .col-xs-6 {
        height: auto;
    }
}

.desktop .series-filter {
    border: 2px solid transparent;
    display: inline-block;
    margin-top: 20px;
    max-height: 155px;
    max-width: 307px;
    overflow: hidden;
    position: relative;
    text-align: left;
    transition: all 0s ease 0s;
}

.desktop .series-filter:hover {
    opacity: .7;
}

.desktop .series-filter.active {
    border: 2px solid #337ab7;
    opacity: .7;
}

@media print,
screen and (min-width:1200px) {
    .desktop .series-filter {
        margin-top: 20px;
    }
}

.desktop .series-filter img {
    max-width: 100%;
}

.desktop .series-filter-text {
    bottom: 6%;
    left: 6%;
    position: absolute;
}

.desktop .series-filter-title {
    color: white;
    display: block;
    font-family: "HelveticaNeueLTArabic-Light", "Century Gothic", Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1em;
}

.desktop .series-filter-season {
    color: white;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    font-size: .875em;
}

.desktop .series-filter::before {
    background-image: linear-gradient(transparent 9%, #000 100%);
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    opacity: .8;
    position: absolute;
    right: 0;
}

.desktop {
    display: block!important;
}

.kc .btn.btn-default:hover,
.kc .btn.btn-default:active,
.kc .btn.btn-default:focus {
    background: #efefef none repeat scroll 0 0;
    border-color: #ccc;
    color: #333;
    text-shadow: none;
}

.desktop .filter-pool .btn-default {
    font-family: "HelveticaNeueLTArabic-Light", "Century Gothic", Arial, sans-serif;
    margin: 15px 8.5px 0;
    padding-left: 1%;
    padding-right: 1%;
    text-transform: none;
    font-size: 14px!important;
    text-transform: capitalize!important;
    border: 1px solid #444;
    border-radius: 5px!important;
}

a.btn-default:hover,
.btn.btn-default:hover {
    background-color: #207ec6;
    border: 1px solid #207ec6;
    color: White;
    text-shadow: 1px 1px 0 #333;
}

.kc .btn.btn-default {
    color: #333;
    font-family: "HelveticaNeueLTArabic-Light", "Century Gothic", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.desktop .btn-default {
    background-color: #fff!important;
    border-color: #ccc!important;
    border: 1px;
    color: #333!important;
    text-transform: capitalize!important;
    font-size: 14px!important;
    border: 1px solid #207ec6;
    border-radius: 4px!important;
    width: auto!important;
    margin-left: 5px!important;
}

.desktop .btn-default:hover {
    border-color: #CCC!important;
    background: #EFEFEF!important;
    color: #333!important;
    text-shadow: 0 0 0 #333!important;
    font-size: 14px!important;
    text-transform: capitalize!important;
    border: 1px solid #444;
    border-radius: 5px!important;
}

.page-1 button.common-btn,
.page-1 button.concert-btn,
.page-1 button.play-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    margin-right: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.lineheight {
    line-height: 61px;
}

.event-booking-box__title {
    background: #000 url(banner.jpg) repeat scroll 0 0 / cover;
    color: #fff;
}

.carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
}

.event-booking-box .carousel-caption {
    bottom: -152px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    z-index: 10;
    position: initial;
}

.bottomMenu {
    border-top: 1px solid #000;
    display: none;
    padding-bottom: 22px;
    position: fixed;
    top: 79px;
    width: 299px;
    z-index: 1;
}

.event-booking-box {
    margin-top: 25px;
}

.event-booking-box {
    border: 1px solid #ccc;
}

.col-main {
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    clear: both;
    padding: 20px;
}

form h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 50px;
    padding: 10px 10px 20px;
    text-align: center;
}

.bordernewright {
    border-left: 1px solid #eaeaea;
}

.signuppadding {
    margin-top: 31px;
    padding-left: 50px;
    padding-right: 50px;
}

.col-lg-4.paddingright0 img {
    padding-right: 10px!important;
}

.leftmargint30 {
    margin-right: 0px !important;
}

form input[type="text"],
form input[type="password"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    font-size: 15px;
    padding: 5px;
}

.signupmain input {
    background: #fff none repeat scroll 0 0;
    font-size: 15px;
    font-weight: 300;
    height: 40px;
    padding-top: 5px;
}

form input {
    box-sizing: border-box;
    display: block;
    margin: 0;
    outline: medium none;
    width: 100%;
}

.col-third {
    float: left;
    padding-right: 10px;
    width: 33.3333%;
}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: left;
}

.signupmain input {
    background: #fff none repeat scroll 0 0;
    font-size: 15px;
    font-weight: 300;
    height: 40px;
    padding-top: 5px;
}

input[type="text"].signupmain::-webkit-input-placeholder {
    color: #ccc!important;
    font-size: 14px!important;
}

.signupmain .col-lg-12 input {
    font-size: 16px;
}

input,
input[type="radio"] + label,
input[type="checkbox"] + label::before,
select option,
select {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    line-height: 1.4;
    padding: .5em;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-right: 28px!important;
    padding-left: 0!important;
}

.intl-tel-input .selected-flag .iti-arrow {
    right: unset!important;
    left: 6px;
}

.intl-tel-input .selected-flag .iti-flag {
    right: 6px;
}

.parallax .btn {
    background-color: #950000;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 13px;
    margin-top: -2px;
    padding: 10px 11px;
    text-transform: uppercase;
    width: 126px;
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
    right: 50%!important;
    margin-right: -168px!important;
}

.intl-tel-input .country-list .country {
    padding: 5px 10px;
    text-align: right;
}

.btn.active {
    background-color: #950000!important;
    color: #fff!important;
}

.cocert {
    display: inline-block;
    margin-right: 6px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
    border-radius: 100px!important;
    text-transform: none;
    font-size: .813em;
    font-family: "HelveticaNeueLTArabic-Light", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-top: 8px;
    padding-bottom: 7px;
    margin-bottom: 5px;
    transition: margin 0s;
    background: #fff;
    background-color: rgb(255, 255, 255);
    color: #646464;
    border: 2px solid #747474;
    margin-top: 11px;
    padding-left: 16px;
    padding-right: 15px;
    opacity: 1!important;
    float: right;
}

.modal-content .btn.btn-info.btn-lg {
    float: none;
}

.modal-content .btn-default {
    float: none;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
}

.cancel-ticket {
    width: 193px!important;
    z-index: 9;
    margin-right: -197px;
}

.page-1 button.common-btn,
.page-1 button.concert-btn,
.page-1 button.play-btn {
    float: right;
}

.color2 {
    background: #0086B9;
    background-color: rgb(0, 134, 185);
    height: 30px;
    width: 30px;
    float: right;
    margin-right: 10px;
    border-radius: 50px;
    margin-bottom: 9px;
}

.container.paragraph .paddingv30 {
    padding-top: 12px!important;
}

.transparent-background {
    background-color: transparent!important;
}

.page-1 button.buy-tickets {
    background: #950000;
    border-color: #b50c06;
    color: #fff;
    margin-top: 12px;
}

.signupmain .btn-info {
    background-color: #950000!important;
    border-color: #950000!important;
    color: #f0f0f0!important;
}

.navbar-right {
    float: none!important;
    margin-right: -15px;
}

.bannerimagenew {
    background-image: url(banner.jpg);
    height: auto;
    width: 100%;
}

.bannertoop {
    margin-top: 130px;
}

.padding-13 {
    padding-top: 13px!important;
    padding-bottom: 13px!important;
}

.bannerimagenew {
    background-image: url(banner.jpg);
    height: auto;
    background-position: center;
    width: 100%;
    background-size: cover;
}

.bannertoop {
    margin-top: 151px;
}

.datePickerWidth {
    width: 200px;
}

.calendarPadding {
    height: 45px;
    padding-right: 38px;
    color: #bcbcbc;
}

.padding-5 {
    padding: 0;
}

@media only screen and (min-device-width:320px) and (max-device-width:667px) {
    .bannerimagenew {
        background-image: url(banner.jpg);
        height: auto;
        background-position: center;
        width: 100%;
        background-size: cover;
    }
    #comments-submit-button,
    .btn-primarynew {
        background: #b50c06;
        border-color: #b50c06;
        color: #fff;
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 0!important;
        margin-left: 0!important;
        width: 100%;
    }
    .bannertoop .carousel-caption1 {
        left: 0%;
        right: 0%;
        padding-bottom: 0;
        background: transparent;
        bottom: 0!important;
        position: absolute;
        margin-top: 50px!important;
    }
    .widget.pull-right {
        float: none!important;
    }
    .bannertoop {
        margin-top: 69px!important;
        height: auto;
    }
    .table-condensed>thead>tr>th,
    .table-condensed>thead>tr>td,
    .table-condensed>tbody>tr>th,
    .table-condensed>tbody>tr>td,
    .table-condensed>tfoot>tr>th,
    .table-condensed>tfoot>tr>td {
        padding: 7px 9px!important;
    }
    .desktop .btn-default {
        font-size: 11px!important;
    }
    .desktop .btn-default:hover {
        font-size: 11px!important;
    }
    .filters-label {
        font-size: 11px!important;
    }
    #desktopMonthPicker {
        font-size: 11px!important;
    }
    .totalamount {
        color: #950000;
        width: 100%;
        float: left;
        text-align: right;
        padding-right: 20px;
    }
    .bookingticketre .fontsize30 {
        font-size: 19px;
    }
    .thankyou h3 {
        font-size: 22px!important;
        font-weight: 400;
    }
    .bookingticketre .col-lg-6.text-right.paddingright0 {
        text-align: right!important;
        padding-right: 67px!important;
    }
    .bookingticketre .blackcolor {
        float: left;
        width: 100%!important;
        .bookingticketre .col-lg-4.text-right.paddingright0 {
            text-align: right!important;
            padding-right: 67px!important;
        }
        .thankyou h2 {
            font-size: 24px!important;
        }
        .bannertoop .carousel-caption1 {
            bottom: 2px!important;
            margin-top: 12px!important;
        }
        .bannerimagenew {
            margin-top: 17px!important;
        }
        .blackcolor {
            float: left;
        }
        #seatsIoContextTooltipContainer {
            z-index: -1!important;
            visibility: hidden!important;
            display: none!important;
        }
        .col-lg-12.col-xs-12.paddingv30.margintop52.margintbottom35 {
            margin-top: 10px;
        }
        .buttongrayborde {
            font-size: 13px!important;
        }
        #date-picker-2 {
            font-size: 11px!important;
        }
        .desktop .genre {
            font-size: 11px!important;
        }
        .filters-label {
            font-size: 11px!important;
        }
        .bannertoop {
            margin-top: -20px;
        }
        #desktopMonthPicker {
            font-size: 11px!important;
            margin-top: 5px;
            margin-bottom: 5px;
            width: 100%;
        }
        .datePickerWidth {
            width: 180px;
        }
        .desktop .filter-pool.genre .btn-default {
            padding-left: 5px!important;
            padding-right: 5px!important;
        }
        .page-1 button.common-btn {
            float: right!important;
            margin-right: 0px!important;
        }
        .padding-5 {
            padding: 5px;
        }
        .event-booking-box {
            z-index: -1!important;
            visibility: hidden!important;
            display: none!important;
        }
        .paragraph h1 {
            font-size: 16px!important;
        }
        .bannertoop .carousel-caption {
            background: none!important;
        }
    }
    .buyticket-right {
        float: right!important;
    }
    .bannertitleright {
        float: left;
        text-align: left!important;
    }
}

.boxgrayshadow span {
    color: #000;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .font-size13 {
        font-size: 15px;
        line-height: 30px;
        padding-bottom: 13px;
        padding-top: 15px;
    }
    .boxgrayshadow span {
        font-size: 12px;
        margin-right: 10px;
        border-radius: 50px;
        color: #000;
    }
    #desktopMonthPicker {
        width: 50%!important;
    }
    .bannertoop {
        margin-top: 111px;
    }
    .bannerimagenew {
        background-image: url(banner.jpg);
        height: auto;
        background-position: center;
        width: 100%;
        background-size: contain;
    }
    .pull-rightbtn {
        float: left!important;
        margin-top: 40px;
    }
    .leftmargint30 {
        margin-left: 0%!important;
    }
    .phonenumber {
        width: 106%!important;
    }
    .text-leftside {
        text-align: left!important;
        padding-left: 37px;
    }
    .ticketbookn {
        font-size: 16px;
        bottom: 0;
        position: inherit;
        right: -179px;
    }
}

.pull-rightbtn {
    float: left!important;
    margin-top: 20px !important
}

.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    padding-left: 3px!important;
    background-color: #BDBDBD!important;
    float: right;
    padding: 0;
    padding-left: 0;
    padding-left: 0;
    line-height: 15px;
    margin-right: 10px;
}

.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
    padding: 3px;
    text-align: center;
    padding-right: 5px;
}

.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
    display: block;
    font-size: 12px;
}

.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
    display: block;
    font-size: 10px;
}

.word {
    font-size: 10px!important;
}

.redpcolor {
    color: red;
}

.ticket-open-span {
    padding: 10px;
    font-size: 13px;
}

.countdown-inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    padding-left: 3px!important;
    background-color: #BDBDBD!important;
    float: left;
    padding: 0;
    padding-left: 0;
    padding-left: 0;
    padding-left: 0;
    line-height: 15px;
    margin-right: 10px;
}

.countdown-inf .day,
.countdown-inf .hour,
.countdown-inf .min,
.countdown-inf .sec {
    padding: 3px;
    text-align: center;
    padding-right: 5px;
}

.countdown-inf .day .num,
.countdown-inf .hour .num,
.countdown-inf .min .num,
.countdown-inf .sec .num {
    display: block;
    font-size: 12px;
}

.countdown-inf .day .word,
.countdown-inf .hour .word,
.countdown-inf .min .word,
.countdown-inf .sec .word {
    display: block;
    font-size: 10px;
}

.mobile-vocher-error {
    border: 1px solid #bc0c06;
    padding: 4px;
    color: #bc0c06;
    margin-bottom: 3px;
}

.mobile-vocher-error {
    border: 1px solid #bc0c06;
    padding: 4px;
    color: #bc0c06;
    margin-bottom: 3px;
}

.rules-event {
    width: auto;
    height: 65px;
    padding: 15px;
}

.rules-event.fivefive-rules {
    height: 55px;
}

.dresscode-event {
    width: auto;
    height: 200px;
    padding: 20px 14px;
}

.bannerdesktop,
.bannermobile {
    width: 100%;
}

.bannermobile {
    display: none;
}

@media (max-width:1200px) {
    .bannermobile {
        display: none;
    }
    .bannerdesktop {
        display: block;
    }
    .signupmain #phone {
        width: 100%!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bannermobile {
        display: none;
    }
}

@media (max-width:767px) {
    .bannerdesktop {
        display: none;
    }
    .bannermobile {
        display: block;
    }
    .bannertoop {
        margin-top: 113px;
    }
    .intl-tel-input {
        width: 100%!important;
    }
    .leftmargint30 {
        margin-right: 0%!important;
    }
    .col-third{width: 100%;padding: 0;margin-bottom: 10px;}
}

@media (max-width:480px) {
    .carousel-inner {
        top: 0!important;
    }
    .item img {
        position: relative!important;
    }
    .bannertoop {
        margin-top: 67px!important;
    }
    .leftmargint30 {
        margin-right: 0%!important;
    }
    .signupmain form {
        background: #fff none repeat scroll 0 0;
        border-radius: 2px;
        box-shadow: none;
        margin: 0 auto;
        padding: 0 !important;
    }
}


@media (min-width: 768px) {
    .laptopscreen{
        display: none !important;
    }
    .ipadscreen{
        display: block !important;
    }
    .ipadscreen_category{
        widows: 100%;
        margin:20px !important;
    }
}

@media (min-width: 1200px) {
    .laptopscreen{
    display: block !important;
    }
    .ipadscreen{
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .mobile_screen{
        /*padding-top: 50px !important;*/
    }
    .mobile_screen2{
        display: none !important;
    }
    iframe{
        height: 200px;
        width: 250px;
    }
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 667px){
    iframe {
        height: 100%;
        width: 100%;
    }
}
@media (min-width: 480px) {
    .navbar-toggle {
        margin: 34px 0;
        display: block;
    }
/*    .dropdown-menu{
        left: 0 !important;
        right: 0 !important;
        position: relative !important;
        float: none !important;
    }*/
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dropdown-menu {
        position: relative!important;
        float: none !important;
    }
    .mobileMenu{
        display: block;
    }

    .laptopMenu{
        display: none
    }
}
@media (min-width: 1200px){
    .menu2{
        left: 40% !important;
    }

    .menu3{
        left: 45% !important;
    }
}