* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: transparent;
}

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

a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.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: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font: 1em monospace, monospace;
}

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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

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

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

input,
button,
select,
textarea {
    font: inherit/inherit inherit;
}

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

a:hover,
a:focus {
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

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

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    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;
}

[role="button"] {
    cursor: pointer;
}

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: normal;
    line-height: 1;
    color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

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: 10px;
    margin-bottom: 10px;
}

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 10px;
}

.lead {
    margin-bottom: 20px;
    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: #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,
.initialism {
    text-transform: uppercase;
}

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

.text-muted {
    color: #777;
}

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

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

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

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

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

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

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

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

.text-danger {
    color: #a94442;
}

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

.bg-primary {
    color: #fff;
}

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

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

.bg-success {
    background: #dff0d8;
}

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

.bg-info {
    background: #d9edf7;
}

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

.bg-warning {
    background: #fcf8e3;
}

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

.bg-danger {
    background: #f2dede;
}

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

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

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: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

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

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    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.42857;
    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: 20px;
    font-style: normal;
    line-height: 1.42857;
}

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

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

.container:after {
    clear: both;
}

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

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

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

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

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

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

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

.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: 10px;
    padding-right: 10px;
}

.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: left;
    }
    .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: left;
    }
    .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: left;
    }
    .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: 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: 20px;
}

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

.table-hover>tbody>tr:hover {
    background: #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: #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: #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: #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: #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: #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: #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: #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: #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: #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: #ebcccc;
}

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

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        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;
    }
	.readnews {
    padding: 15px 0 10px 0;
    float: right;
}
}

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

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    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 {
    background: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

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

.btn-default:focus,
.btn-default.focus {
    background: #e6e6e6;
    color: #333;
    border-color: #8c8c8c;
}

.btn-default:hover {
    background: #e6e6e6;
    color: #333;
    border-color: #adadad;
}

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

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

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

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

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

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

.btn-primary:focus,
.btn-primary.focus {
    background: #286090;
    color: #fff;
    border-color: #122b40;
}

.btn-primary:hover {
    background: #286090;
    color: #fff;
    border-color: #204d74;
}

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

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

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

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

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

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

.btn-success:focus,
.btn-success.focus {
    background: #449d44;
    color: #fff;
    border-color: #255625;
}

.btn-success:hover {
    background: #449d44;
    color: #fff;
    border-color: #398439;
}

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

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

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

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

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

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

.btn-info:focus,
.btn-info.focus {
    background: #31b0d5;
    color: #fff;
    border-color: #1b6d85;
}

.btn-info:hover {
    background: #31b0d5;
    color: #fff;
    border-color: #269abc;
}

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

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

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

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

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

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

.btn-warning:focus,
.btn-warning.focus {
    background: #ec971f;
    color: #fff;
    border-color: #985f0d;
}

.btn-warning:hover {
    background: #ec971f;
    color: #fff;
    border-color: #d58512;
}

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

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
    background: #c9302c;
    color: #fff;
    border-color: #761c19;
}

.btn-danger:hover {
    background: #c9302c;
    color: #fff;
    border-color: #ac2925;
}

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

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

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

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

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

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

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

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

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

.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 {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    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%;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

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

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

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

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

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

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

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

.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 {
    background: none transparent;
    text-decoration: 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.42857;
    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 dashed;
    border-bottom: 4px solid \9;
    content: "";
}

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

@media (min-width: 768px) {
    .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,
.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, 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-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

.panel {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    background: #f5f5f5;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

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

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

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

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

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    background: #f5f5f5;
    color: #333;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    background: #333;
    color: #f5f5f5;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary>.panel-heading {
    background: #337ab7;
    color: #fff;
    border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
    background: #fff;
    color: #337ab7;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    background: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    background: #3c763d;
    color: #dff0d8;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    background: #d9edf7;
    color: #31708f;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    background: #31708f;
    color: #d9edf7;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    background: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    background: #8a6d3b;
    color: #fcf8e3;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    background: #f2dede;
    color: #a94442;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    background: #a94442;
    color: #f2dede;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.modal-open {
    overflow: hidden;
}

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

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

.modal.in .modal-dialog {
    -webkit-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 {
    background: #fff;
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

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

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

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

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

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

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

.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, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

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

.tour-backdrop {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tour-step-backdrop {
    position: relative;
    z-index: 1101;
}

.tour-step-backdrop>td {
    position: relative;
    z-index: 1101;
}

.tour-step-background {
    position: absolute !important;
    z-index: 1100;
    background: inherit;
    border-radius: 6px;
}

.popover[class*="tour-"] {
    z-index: 1102;
}

.popover[class*="tour-"] .popover-navigation {
    padding: 9px 14px;
    overflow: hidden;
}

.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
    float: right;
    cursor: pointer;
}

.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
    cursor: default;
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"] {
    cursor: pointer;
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled {
    cursor: default;
}

.popover[class*="tour-"] .popover-navigation *[data-role="next"] {
    cursor: pointer;
}

.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled {
    cursor: default;
}

.popover[class*="tour-"].orphan {
    position: fixed;
    margin-top: 0;
}

.popover[class*="tour-"].orphan .arrow {
    display: none;
}

.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 !important;
    }
    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 !important;
    }
    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 !important;
    }
    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 !important;
    }
    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 !important;
    }
    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;
    }
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel {
    overflow: hidden;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.mCustomScrollbar {
    touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -15px;
    height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    /*height: 30px;*/
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}


/*! jQuery UI - v1.12.1 - 2017-02-28
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-widget {
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    background: #ffffff;
    border: #003eff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    background: none;
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background: url("../images/datepicker-ui/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background: url("../images/datepicker-ui/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background: url("../images/datepicker-ui/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background: url("../images/datepicker-ui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background: url("../images/datepicker-ui/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background: url("../images/datepicker-ui/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background: url("../images/datepicker-ui/i-icons_777777_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px !important;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px !important;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px !important;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px !important;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    box-shadow: 0px 0px 5px #666666;
}

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

div.pp_default .pp_top .pp_left {
    background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
    background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
    background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}

div.pp_default .pp_next:hover {
    background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}

div.pp_default .pp_previous:hover {
    background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}

div.pp_default .pp_expand {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_expand:hover {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_contract {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_contract:hover {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
    background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}

div.pp_default .pp_social {
    margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
    font: italic 11px/25px Georgia;
    color: #999;
    left: 75px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
    background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #000;
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_nav {
    clear: none;
}

div.dark_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
    background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_square .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
    background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
    background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_top .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_expand:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
    background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_arrow_next {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0;
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_next:hover {
    background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
}

.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}

a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
    background: #fff;
}

div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
    color: #000;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff;
}

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
    position: relative;
}

div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
    background: #fff;
}

div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

.pp_top,
.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_top,
* html .pp_bottom {
    padding: 0 20px;
}

.pp_top .pp_left,
.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right,
.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_fade,
.pp_gallery li.default a img {
    display: none;
}

@font-face {
    font-family: 'OpensanRegular';
    src: url("../fonts/openSans-Regular/OpenSans.eot"), url("../fonts/openSans-Regular/OpenSans.woff") format("woff"), url("../fonts/openSans-Regular/OpenSans.ttf") format("truetype"), url("../fonts/openSans-Regular/OpenSans.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpensanSemibold';
    src: url("../fonts/openSans-Regular/OpenSans-Semibold.eot"), url("../fonts/openSans-Semibold/OpenSans-Semibold.woff") format("woff"), url("../fonts/openSans-Semibold/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/openSans-Semibold/OpenSans-Semibold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpensanBold';
    src: url("../fonts/openSans-Bold/OpenSans-Bold.eot"), url("../fonts/openSans-Bold/OpenSans-Bold.woff") format("woff"), url("../fonts/openSans-Bold/OpenSans-Bold.ttf") format("truetype"), url("../fonts/openSans-Bold/OpenSans-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linottesemibold';
    src: url("../fonts/Linotte-Semibold/linotte-semibold-webfont.woff2") format("woff2"), url("../fonts/Linotte-Semibold/linotte-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'shorttockRegular';
    src: url("../fonts/short-stock-regular/ShortStack.eot"), url("../fonts/short-stock-regular/ShortStack.woff") format("woff"), url("../fonts/short-stock-regular/ShortStack.ttf") format("truetype"), url("../fonts/short-stock-regular/ShortStack.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font: 16px/1 "OpensanRegular";
    color: #000;
    background: #fff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.col-centered {
    margin: 0 auto;
    float: none;
}

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

.form-gender {
    margin: 18px 0;
}

.clearBlock {
    overflow: hidden;
}

*:focus {
    outline: none;
}

ul {
    padding-left: 0;
}

.commonBreadcrumbs__breadcrumbs {
    margin: 0 0 30px;
    overflow: hidden;
}

.commonBreadcrumbs__breadcrumbs--list {
    margin-bottom: 0;
}

.commonBreadcrumbs__listBlock {
    margin-bottom: 0;
}

.commonBreadcrumbs__listBlock--lists {
    display: inline-block;
}

.commonBreadcrumbs__listBlock--lists a {
    font: 16px "linottesemibold";
    position: relative;
    padding-right: 20px;
    color: #333;
}

.commonBreadcrumbs__listBlock--lists a:after {
    position: absolute;
    content: ">";
    padding-left: 10px;
}

.commonBreadcrumbs__listBlock--lists.active-page {
    color: #4696c8;
    font-family: "linottesemibold";
}

.middleSection__producMain {
    margin-bottom: 20px;
    width: 100%;
    clear: both;
}

.middleSection__paginationBlock {
    margin: 40px auto 30px;
    overflow: hidden;
    float: none;
    text-align: center;
    padding: 0 44px;
}

.middleSection__paginationlist {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background: #fff;
    text-align: center;
    padding: 10px;
    font-family: "OpensanSemibold";
}

.middleSection__paginationlist a {
    color: black;
}

.middleSection__paginationlist:hover {
    background: #FFCA08;
    font-weight: bold;
}

.middleSection__paginationlistLast {
    margin-right: 0;
}

.middleSection__backarrow {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 17px;
    background-position: -170px -164px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.middleSection__frontarrow {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 17px;
    background-position: -193px -164px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.middleSection__modalCloseBtn {
    background: #060505;
    color: white;
    border: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 32px;
    font-size: 2em;
    z-index: 9999;
    border: 2px solid #fff;
    display: block;
    padding: 0px;
    position: absolute;
    top: -13px;
    right: -14px;
}

@-webkit-keyframes slideUp {
    0% {
        bottom: -100px;
        opacity: 0;
    }
    100% {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes slideUp {
    0% {
        bottom: -100px;
        opacity: 0;
    }
    100% {
        bottom: 0;
        opacity: 1;
    }
}

.publicationModal .modal-dialog {
    width: 300px;
    margin: 10% auto 0;
}

select::-ms-expand {
    display: none;
}

#bh-simple-helper {
    display: none;
}

.modal {
    background: rgba(0, 0, 0, 0.67);
}

.headerSection {
    background: #4A96C8;
    padding: 10px 0 0;
    width: 100%;
    z-index: 1001;
    position: fixed;
    top: 0;
}

.headerSection__navigation {
    margin-top: 70px;
    float: right;
}

.headerSection__navigationList {
    float: left;
    margin-left: 25px;
    padding-bottom: 45px;
    position: relative;
}

.headerSection__navigationList:hover .headerSection__dropDownmenu {
    display: block;
}

.headerSection__navigationList:hover {
    color: #fff;
}

.headerSection__navigationList:hover:before {
    display: block;
}

.headerSection__navigationList:hover .headerSection__navAnchor {
    color: #fff;
}

.headerSection__navigationListActive:before {
    content: '';
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 15px;
    background-position: -38px -13px;
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.headerSection__navAnchor {
    font-size: 18px;
    /*font-size: 1em;*/
    color: #000;
    position: relative;
}

.headerSection__navAnchor--activeNav {
    color: #fff;
}

.headerSection__navigationButton {
    font: 1.125em "linottesemibold";
    color: #fff;
    background: url(../images/btn-header.png);
    width: 175px;
    height: 53px;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 12px;
    line-height: 16px;
    position: relative;
    bottom: 18px;
    -webkit-transition: all, 0.7s;
    transition: all, 0.7s;
    background-size: 100%;
}

.headerSection__navigationButton:hover {
    background: url(../images/btnhover-header.png);
    -webkit-transition: all, 0.7s;
    transition: all, 0.7s;
	background-size: 100%;
}

.headerSection__navigationListLeft {
    margin-left: 25px;
}

.headerSection::after {
    content: "";
    background: url(../images/header-cloud.png) no-repeat;
    width: 100%;
    height: 37px;
    background-size: 100%;
    pointer-events: none;
    z-index: 999;
    position: absolute;
    bottom: -30px;
}

.headerSection__dropDownmenu {
    padding: 15px 5px 5px;
    background: #73C69D;
    width: 245px;
    display: none;
    z-index: 999;
    position: absolute;
    top: 63px;
    left: -20px;
}

.headerSection__dropDownmenu.active {
    display: block;
}

.headerSection__dropDownListAnchor {
    padding: 15px 7px 18px 10px;
    display: block;
    color: #000;
    border-bottom: 1px solid #528e70;
    border-top: 1px solid #88EABA;
    line-height: 20px;
    line-height: 1.25em;
}

.headerSection__dropDownListAnchor:hover {
    color: #fff;
}

.headerSection__dropDownListAnchorFirst {
    border-top: none;
}

.headerSection__dropDownListAnchorLast {
    border-bottom: none;
}

.headerSection__navigationListLeft {
    padding-bottom: 0;
}

.headerSection__navigationListLeft:before {
    display: none !important;
}

.headerSection__pdlt0 {
    padding-left: 0;
}

.headerSection__lftdropnav {
    margin-right: 35px;
    width: 230px;
}

.headerSection__dropDownmenuLarge {
    width: 530px;
}

.headerSection__flLeft {
    float: left;
}

.headerSection__dropDownList {
    max-width: 254px;
    min-width: 230px;
}

.headerSection__dropDownmenu ul li:last-child .headerSection__dropDownListAnchor {
    border-bottom: 0;
}

.headerSection__hamburgerMenu {
    width: 50px;
    height: 45px;
    display: none;
    position: absolute;
    top: 5px;
    left: 10px;
}

.headerSection__menuToggle {
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
}

.headerSection__menuToggle.open .hamburger span {
    width: 0%;
}

.headerSection__menuToggle.open .hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.headerSection__menuToggle.open .hamburger span:nth-child(2) {
    -webkit-transition-delay: .125s;
    transition-delay: .125s;
}

.headerSection__menuToggle.open .hamburger span:nth-child(3) {
    -webkit-transition-delay: .250s;
    transition-delay: .250s;
}

.headerSection__menuToggle.open .cross span:nth-child(1) {
    height: 70%;
    -webkit-transition-delay: .625s;
    transition-delay: .625s;
}

.headerSection__menuToggle.open .cross span:nth-child(2) {
    width: 70%;
    -webkit-transition-delay: .375s;
    transition-delay: .375s;
}

.headerSection__hamburger {
    height: 100%;
    width: 100%;
    position: absolute;
}

.headerSection__hamburger span {
    height: 2px;
    margin: 8px auto;
    display: block;
    background: #fff;
    width: 80%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.headerSection__hamburger span:nth-child(1) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.headerSection__hamburger span:nth-child(2) {
    -webkit-transition-delay: .625s;
    transition-delay: .625s;
}

.headerSection__hamburger span:nth-child(3) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s;
}

.headerSection__hamburgerCross {
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.headerSection__hamburgerCross span {
    background: #fff;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.headerSection__hamburgerCross span:nth-child(1) {
    height: 0px;
    width: 3px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    top: 6px;
    left: 20px;
}

.headerSection__hamburgerCross span:nth-child(2) {
    width: 0px;
    height: 3px;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    position: absolute;
    top: 19px;
    left: 7px;
}

.headerSection__flLeft {
    float: left;
    margin-bottom: 0;
}

.bannerSection {
    background: url("../images/banner.jpg") no-repeat;
    min-height: 755px;
    width: 100%;
    z-index: 9999;
    background-position: center;
}

.bannerSection__rightBar {
    width: 380px;
    background: #98659D;
    padding: 22px 2px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 99;
    position: absolute;
    top: 168px;
    right: 0;
}

.bannerSection__rightBarText {
    font: 1.525em/1.4375em "linottesemibold";
    padding: 0 20px;
    color: #fafafa;
    margin-bottom: 15px;
}

.bannerSection__rightBarIcons {
    text-align: center;
    padding: 8px 0 1px;
}

.bannerSection__rightBarIcons:hover {
    background: #7A517E;
    cursor: pointer;
}


/* .bannerSection__rightBarIcons--active {
  background: #7A517E;
} */

.bannerSection__rightBarPara {
    font: 1.125em "linottesemibold";
    color: #fff;
}

/* .bannerSection__block {
    margin-top: 310px;
	display:table;
	width:100%;
} */
.bannerSection__block {
       margin-top: 170px;
    text-align: right;
	display:table;
	width:100%;
}

.bannerSection__heading {
    font: 3.5em "linottesemibold";
    color: #f26649;
    margin-bottom: 10px;
    margin-top: 0;
}

.bannerSection__para {
    font-size: 20px;
    font-size: 1.75em;
    color: #000;
    margin-bottom: 20px;
    line-height: 22px;
    line-height: 1.375em;
}
.bannerSection__contentleft .bannerSection__para.mobileHidden {
    width: 65%;
    float: right;
}
.bannerSection__btnBlock {
    margin-bottom: 20px;
    clear: both;
    float: right;
    margin-right: 10px;
}
.bannerSection__btnBlock {
    margin-bottom: 20px;
    clear: both;
}

.bannerSection__btn {
    font: 1.125em/1 "linottesemibold";
    padding: 12px 16px 10px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    margin: 0 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #ffcb08;
    color: #000;
    border: 1px solid #ffcb08;
    box-shadow: 5px 5px 1px #A4850C;
    border-radius: 4px;
    margin-left: 0;
    width: 160px;
    padding: 12px 16px;
    text-align: left;
    float: left;
    position: relative;
}

.bannerSection__btn--active,
.bannerSection__btn:hover,
.bannerSection__btn:focus {
    background: #F2674A;
    color: #fff;
    border-color: #F2674A;
    border: 1px solid #F2674A;
    box-shadow: 5px 5px 1px #AE361D;
}

.bannerSection__btn::after {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 30px;
    background-position: -2px -12px;
    float: right;
    position: absolute;
    bottom: 7px;
}

/* .bannerSection__contentleft {
    float: left;
    width: 86%;
} */
.bannerSection__contentleft {
    width: 98%;
}
.bannerSection__DateCalender {
    font: 1.625em "linottesemibold";
    float: left;
    margin-top: 22px;
}

.bannerSection__DateCalenderTop {
    background: #f26649;
    color: #fff;
    padding: 10px 15px 7px;
    margin-bottom: 0;
    box-shadow: 1px 9px 13px -8px black;
    z-index: 9999;
    border-bottom: 1px solid #A1422F;
    position: relative;
}

.bannerSection__DateCalenderBottom {
    border: 12px solid #f26649;
    background: #fff;
    color: #f26649;
    text-align: center;
    border-top: 0;
    padding-top: 5px;
}

.bannerSection__rightBarIconsAnchor {
    display: block;
}

.bannerSection__rightBarIconsAnchor img {
    margin-bottom: 10px;
}

.bannerBlock {
    position: relative;
	margin-top:40px;
}

.bannerBlock .owl-theme .owl-dots {
    position: absolute;
    bottom: 26%;
    left: 14%;
    text-align: center;
    margin-left: 5px;
}

.bannerBlock .owl-theme .owl-nav .owl-prev {
    display: block;
    z-index: 11;
    text-indent: -999em;
    cursor: pointer;
    cursor: url("../images/prev.png"), pointer;
    position: absolute;
    right: auto;
    left: 0;
}

.bannerBlock .owl-theme .owl-nav .owl-next {
    display: block;
    z-index: 11;
    text-indent: -999em;
    cursor: pointer;
    cursor: url("../images/next.png"), pointer;
    position: absolute;
    right: 45px;
    left: auto;
}

.bannerBlock .owl-theme .owl-nav div {
    color: #fff;
    display: inline-block;
    zoom: 1;
}

.bannerBlock .owl-carousel .owl-nav div {
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    text-decoration: none;
    width: 175px;
    z-index: 99;
    background: transparent none repeat scroll 0 0;
    text-shadow: none;
    position: absolute;
    top: 0;
}

.owl-nav>div {
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #999;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f26649;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.middleSection {
    padding-top: 45px;
    border-bottom: 1px solid #d3d3d3;
    background: url(../images/bg-whydyl.jpg) no-repeat;
    background-size: 100% 100%;
}

.middleSection__heading {
    font: 2.25em "linottesemibold";
    margin-bottom: 35px;
    text-align: center;
    margin-top: 0;
}

.middleSection__headingRight {
    font: 1.875em "linottesemibold";
    margin-bottom: 5px;
    text-align: center;
    margin-top: 0;
}

.middleSection__para {
    font-size: 18px;
    font-size: 1.125em;
    text-align: center;
    line-height: 28px;
    line-height: 1.75em;
    margin-bottom: 30px;
}

.middleSection__btn {
    text-align: center;
    margin: 0 auto;
}

.middleSection__btnAnchor {
    font: 1.125em/1.875em "linottesemibold";
    background: #ffcb08;
    padding: 12px 16px 10px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    margin: 0 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #ffcb08;
    color: #000;
    border: 1px solid #ffcb08;
    box-shadow: 5px 5px 5px #d6d6d5;
    color: #000;
    box-shadow: 5px 5px 1px #DFDFE0;
    min-width: 160px;
    padding: 5px 0px 5px 1px;
    border-radius: 6px;
}

.middleSection__btnAnchor--active,
.middleSection__btnAnchor:hover,
.middleSection__btnAnchor:focus {
    background: #F2674A;
    color: #fff;
    border-color: #F2674A;
}

.middleSection__btnAnchor::after {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 30px;
    background-position: -14px -11px;
    float: right;
}

.middleSection__headinglft {
    color: #4a4a4a;
}

.middleSection__headingrgt {
    color: #f26649;
}

.middleSection__bottomTabs {
    background: #98659D;
    padding: 20px 0 10px;
    position: relative;
    bottom: -15px;
    z-index: 995;
    border-top: 1px solid #C9C9C9;
    box-shadow: 0 -4px 4px 1px rgba(82, 82, 82, 0.57);
}

.middleSection__bottomTabs:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -125px -59px;
    position: absolute;
    bottom: 0;
    left: -13px;
}

.middleSection__bottomTabs:after {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 24px;
    background-position: -150px -49px;
    position: absolute;
    right: -12px;
    bottom: 0;
}
 .middleSection__leftSection {
    margin-top: 65px;
    margin-bottom: 65px;
}
/* .middleSection__leftSection {
    margin-top: 0;
    margin-bottom: 65px;
} */

.middleSection__bottomTabsHeading {
    font: 2.25em "linottesemibold";
    color: #fff;
    text-align: right;
    margin: 13px 0 4px;
}

.middleSection__headingYellow {
    color: #ffcb08;
}

.middleSection__bottomTabspara {
    font: 1.125em "linottesemibold";
    text-align: right;
    color: #4e1554;
}

.middleSection__buttonList {
    float: left;
}

.middleSection__anchorButtons {
    font: 1.375em "OpensanBold";
    padding: 20px 20px;
    box-shadow: none;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    margin: 0 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #ffcb08;
    color: #000;
    border: 1px solid #ffcb08;
    box-shadow: 5px 5px 1px #A4850C;
    border-radius: 4px;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    border: none;
    margin: 0 15px;
    box-shadow: none;
}
.btn-payment,.btn-makepayment{
    font: 1.375em "linottesemibold";
    padding: 8px 20px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    background: #bf5a45;
    border: 1px solid #bf5a45;
    color: #FFF;
    line-height: 26px;
}
.btn-payment.active{
	background: #f26649;
    border: 1px solid #f26649;
}
.btn-makepayment{
	background: #74C69E;
    border: 1px solid #74C69E;
}
.btn-makepayment:hover{
	background: #72ad90;
    border: 1px solid #72ad90;
}
.btn-payment:hover{
	background:#d26e59;
	border:1px solid #d26e59;
}
.payment-list{
	margin-top:20px;
	width:100%;
	float: left;
}
.payment-list .payment-list__item1{
	width:73%;
	text-align:center;
}
.payment-list .payment-list__item2{
	width:27%;
}
.payment-list li {
    float: left;
}


.middleSection__anchorButtons--active,
.middleSection__anchorButtons:hover,
.middleSection__anchorButtons:focus {
    background: #F2674A;
    color: #fff;
    border-color: #F2674A;
    border: 1px solid #F2674A;
    box-shadow: 5px 5px 1px #AE361D;
}

.middleSection__anchorButtons:hover {
    box-shadow: none;
}

.middleSection__anchorButtons:focus {
    box-shadow: none;
}

.middleSection__anchorButtonsfirst {
    background: #f26649;
    border: 1px solid #f26649;
}

.middleSection__anchorButtonsfirst:hover {
    background: #fff;
    color: #f26649;
    border: 1px solid #f26649;
}

.middleSection__anchorButtonsSecond {
    background: #ffcb08;
    border: 1px solid #ffcb08;
}

.middleSection__anchorButtonsSecond:hover,
.middleSection__anchorButtonsSecond:focus {
    background: #fff;
    color: #ffcb08;
    border: 1px solid #ffcb08;
}

.middleSection__anchorButtonsThird {
    background: #74C69E;
    border: 1px solid #74C69E;
}

.middleSection__anchorButtonsThird:hover,
.middleSection__anchorButtonsThird:focus {
    background: #fff;
    color: #74C69E;
    border: 1px solid #74C69E;
}

.bottomSection {
    padding-top: 14px;
}

.bottomSection__heading {
    font: 2.25em/.75em "OpensanSemibold";
    color: #f26649;
    margin-bottom: 30px;
    margin-top: 0;
}

.bottomSection__para {
    font-size: 18px;
    font-size: 1.125em;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.bottomSection__leftLink,
.coursesDetailsSection__List__btnLink {
    font-size: 14px;
    color: #ffcb08;
    text-decoration: underline;
    margin-bottom: 35px;
    display: block;
}

.bottomSection__leftLink:hover,
.coursesDetailsSection__List__btnLink:hover {
    color: #f26649;
    text-decoration: underline;
}

.bottomSection__newsletterBlock {
    margin-bottom: 10px;
    margin-top: 0;
}

.bottomSection__newsletterBlockpara {
    font-size: 18px;
    font-size: 1.125em;
    margin-bottom: 12px;
}

.bottomSection__emailBox {
    position: relative;
}

.bottomSection__inputEmailBox {
    padding: 13px 14px;
    width: 94%;
    border: 2px dotted #d8d8d8;
    border-radius: 5px;
    position: relative;
    background: #fafafa;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.bottomSection__inputEmailBox:hover {
    background: #FEF3ED;
    border: 2px dotted #F79887;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.bottomSection__emailSubmitbtn {
    background: #FFCA08 url(../images/sprite.png) no-repeat;
    width: 50px;
    height: 50px;
    background-position: -69px -43px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 1px;
    right: 32px;
    z-index: 99;
    cursor: pointer;
    border: 0;
    border-left: 2px dotted #d8d8d8;
}

.bottomSection__headingMedium {
    font: 1.5em "linottesemibold";
    margin-bottom: 15px;
    color: #4a4a4a;
    margin-top: 0;
}

.bottomSection__headingMediumBottom {
    margin-bottom: 20px;
}

.bottomSection__primaryColor {
    color: #f26649;
}

.bottomSection__middleSectionPara {
    font-size: 16px;
    font-size: 1em;
    color: #4a4a4a;
    line-height: 28px;
    line-height: 1.75em;
}

.bottomSection__linksList {
    float: left;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #4a4a4a;
    font-size: 14px;
}

.bottomSection__linksListAnchor {
    color: #4a4a4a;
}

.bottomSection__padLeftnone {
    padding-left: 0;
    margin-bottom: 25px;
    overflow: hidden;
}

.bottomSection__linksListLast {
    border-right: none;
}

.bottomSection__fbImage {
    margin-left: 15px;
    margin-bottom: 25px;
    height: 400px;
}

.bottomSection__bglightGrey {
    background: #fafafa;
    padding-top: 45px;
}

.bottomSection__pad0 {
    padding: 0;
    padding-top: 45px;
}

.bottomSection__borderLine {
    padding: 20px 0;
    border-top: 2px dotted #e8e8e8;
    border-bottom: 2px dotted #e8e8e8;
    margin-bottom: 20px;
}

.bottomSection__personImage {
    width: 278px;
    height: 328px;
    position: relative;
}

.bottomSection__personImage img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.bottomSection__rightFbImage {
    padding-top: 45px;
}

.rotateslider-container {
    position: relative;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

.rotateslider-container .rotateslider-item {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.6);
    transform: translateY(-50%) translateX(-50%) scale(0.6);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rotateslider-container .rotateslider-item.next {
    left: 32%;
    opacity: 1;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    top: 76px;
}

.rotateslider-container .rotateslider-item.prev {
    left: 7%;
    opacity: 1;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
    top: 76px;
}

.rotateslider-container .rotateslider-item.now {
    opacity: 1;
    top: 56%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    z-index: 99;
}

.rotateslider-container .arrow {
    background: #000;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}

.rotateslider-container .arrow.left {
    left: 50px;
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 27px;
    background-position: -9px -57px;
    top: 63%;
    z-index: 100;
}

.rotateslider-container .arrow.right {
    right: 50px;
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 27px;
    background-position: -50px -57px;
    top: 63%;
    z-index: 100;
}

.rotateslider-container__cards {
    padding: 30px 25px;
    width: 280px;
    height: 345px;
    line-height: 25px;
    line-height: 1.5625em;
}

.rotateslider-container__bgGreen {
    background: #73C69D;
}

.rotateslider-container__bgYellow {
    background: #FFD539;
}

.rotateslider-container__bgRed {
    background: #F5856D;
}

.rotateslider-container__imageTop {
    margin: 0 auto;
    text-align: center;
    width: 110px;
    height: 108px;
    overflow: hidden;
    position: relative;
}

.rotateslider-container__imageTopGreen {
    background: url(../images/green.png) no-repeat;
}

.rotateslider-container__imageTopYellow {
    background: url(../images/yellow.png) no-repeat;
}

.rotateslider-container__imageTopRed {
    background: url(../images/red.png) no-repeat;
}

.rotateslider-container__heading {
    font: 1.5em "OpensanSemibold";
    margin-top: 0;
    text-align: center;
    margin-bottom: 35px;
}

.rotateslider-container__greenHeading {
    color: #1d4e36;
}

.rotateslider-container__yellowHeading {
    color: #B59C2F;
}

.rotateslider-container__redHeading {
    color: #BE6B5A;
}

.rotateslider-container__para {
    font-size: 16px;
    font-size: 1em;
    line-height: 25px;
    line-height: 1.5625em;
    margin-bottom: 8px;
}

.rotateslider-container__imageInner {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 10px;
    width: 90px;
    height: 86px;
}

.rotateslider-container__headingText {
    color: #1d4e36;
}

.prev .rotateslider-container__imageTop,
.prev .rotateslider-container__heading,
.prev .rotateslider-container__para {
    display: none;
}

.next .rotateslider-container__imageTop,
.next .rotateslider-container__heading,
.next .rotateslider-container__para {
    display: none;
}

.bannerSection__contentSection {
    background: url("../images/causes/causes-banner.jpg") no-repeat;
    width: 100%;
    z-index: 9999;
    background-position: center;
    min-height: 345px;
}

/* .bannerSection__innerBannerHeading {
    font: 3em "linottesemibold";
    margin-top: 205px;
    color: #f26649; 
} */
.bannerSection__innerBannerHeading {
font: 3em "linottesemibold";
margin-top: 205px;
color: #faf9f7;
background: rgba(74, 150, 200, 0.32);
display: inline-block;
padding: 6px;
border: 1px solid rgba(74, 150, 200, 0.19);
}

.middleSection__bgnone {
    background: none;
    background: #FAF9F7;
}

.contentSection {
    margin-bottom: 35px;
}

.contentSection__heading {
    font: 1.375em "linottesemibold";
    background: #73C69D;
    padding: 11px 20px 8px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}

.contentSection__leftBlock {
    width: 90%;
}

.contentSection__list {
    font: 16px "linottesemibold";
    padding: 20px 20px 16px;
    background: #F2F5EE;
    margin-bottom: 3px;
    position: relative;
    padding-left: 37px;
}

.contentSection__list:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    background-position: -29px -135px;
    position: absolute;
    top: 20px;
    left: 9px;
}

.contentSection__listAnchor {
    color: #333;
    line-height: 18px;
}

.contentSection__listAnchor--active,
.contentSection__listAnchor:hover {
    color: #f26649;
}

.contentSection__listAnchor:hover .contentSection__list:before {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    background-position: -2px -135px;
}

.contentSection__middleTopBlock {
    border-bottom: 2px dotted #d8d8d8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.contentSection__middleList {
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    line-height: 1.5em;
    color: #333;
}

.contentSection__middleList:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    background-position: -36px -105px;
    position: absolute;
    top: 5px;
    left: 0;
}

.contentSection__middleListLast {
    margin-bottom: 0;
}

.contentSection__middleBottomBlockHeading {
    font: 16px "OpensanSemibold";
    color: #333;
    margin-bottom: 30px;
}

.contentSection__middleBottomPara {
    line-height: 25px;
    line-height: 1.5625em;
    color: #333;
    margin-bottom: 25px;
}

.contentSection__middleBottomImage {
    width: 180px;
    height: 182px;
    position: relative;
}

.contentSection__causesMiddleImage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.contentSection__rightBlock {
    margin-bottom: 35px;
    position: relative;
}

.contentSection__rightBlockTop {
    padding: 45px 30px 30px;
    background: #fff;
    width: 250px;
    min-height: 380px;
    background: url("../images/causes/clip-image.png") no-repeat;
    float: right;
    margin-bottom: 35px;
}

.contentSection__rightBlockheading {
    font: 1.125em "linottesemibold";
    color: #313131;
    margin-bottom: 15px;
}

.contentSection__rightBlockpara {
    color: #313131;
    line-height: 22px;
    line-height: 1.375em;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: "shorttockRegular";
}

.contentSection__righttxt {
    font-family: "shorttockRegular";
    color: #313131;
    margin-bottom: 5px;
}

.contentSection__righttxt--primarycolor,
.contentSection__middleBlock ul li a.contentSection__rightLearn {
    color: #f26649;
}

.contentSection__rightLearn {
    display: block;
    text-align: right;
    padding-top: 6px;
    transition: all 0.9s;
    margin: 0;
}

.contentSection__rightLearn:hover,
.contentSection__middleBlock ul li a.contentSection__rightLearn:hover {
    color: #313131;
}

.contentSection__topImagehandle {
    position: absolute;
    top: 0;
}

.contentSection__rightBlockBottom {
    clear: both;
    width: 250px;
    background: red;
    float: right;
    background: url("../images/causes/causes-aside.png") no-repeat;
    padding: 50px 30px;
    min-height: 300px;
}

.contentSection__rightBlockBottomText{
    font: 1.125em "shorttockRegular";
    color: #fff;
}

.contentSection__rightBlockTop p{
	 font: 1.125em "shorttockRegular";
}

.contentSection__listMain {
    margin-bottom: 0;
}

.contentSection__middleBlock ul {
    padding-left: 0;
}

.contentSection__middleBlock ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    line-height: 1.5em;
    color: #333;
}

.contentSection__middleBlock ul.list li a {
    color: #f26649;
	border-bottom:1px solid #f26649;
	padding-bottom: 3px;		
}
.contentSection__middleBlock ul.list li a:hover {
    color: #333;
	border-bottom:1px solid #333;
}

.contentSection__middleBlock ul li:before {
    content: "";
    background: url(../images/sprite.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -36px -106px;
    position: absolute;
    top: 4px;
    left: 0;
}

.contentSection__middleBlock h3 {
    font: 16px "OpensanSemibold";
    color: #333;
    margin-top: 0;
}

.contentSection__middleBlock h2 {
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.contentSection__middleBlock ul ul {
    margin-top: 10px;
}

.contentSection__middleBlock ul li li {
    list-style-type: decimal;
    padding-left: 0;
    margin: 0 0 10px 10px;
}

.contentSection__middleBlock ul li li:before {
    content: none;
}

.contentSection__middleBlock table {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}

.contentSection__middleBlock td,
.contentSection__middleBlock td.noborder {
    padding: 10px;
    color: #000;
    border: 1px solid #D6B73A;
    line-height: 18px;
    vertical-align: top;
}

.contentSection__middleBlock td.noborder {
    border: none;
    line-height: 20px;
    padding-top: 0;
}

.contentSection__middleBlock td.tmline {
    border: none;
    color: #f26649;
    font-weight: bold;
    font-size: 25px;
}

.successStoriesBlock__blocksImg p {
    margin: 0;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    font-family: "linottesemibold";
}

.successStoriesBlock__blocksDetails h2 {
    font-size: 20px;
    font-family: "linottesemibold";
}
/* Sub menu Css Start*/
.contentSection__Submenu{
	padding-left:20px;
	padding-right:10px;
	background: #F2F5EE;
	display:none;
	position: relative;
}
.contentSection__SubmenuITem {
    padding: 6px 0 6px 30px;
	position:relative;
}
.contentSection__SubmenuLink {
	font-family: OpensanRegular;
	font-size:13px;
	color: #333;
	line-height: 18px;
	transition:all 0.6s;
	display: block;
}
.contentSection__SubmenuLink:hover {
	color: #f26649;
}
.contentSection__SubmenuLink--active{
	color: #f26649;
}
.dropdown-icon {
    position: absolute;
    right: 22px;
    vertical-align: middle;
	cursor:pointer;
	top: 7px;
}
.dropdown-icon:after {
	font-family: OpensanRegular;
    position: absolute;
    content: '+';
    top: 7px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
	font-size:26px;color: #333;
}
.contentSection__list--active .dropdown-icon:after {
	
    top: 0px;
    
}
.dropdown-icon.active:after {
	font-family: OpensanRegular;
    content: '-';    
	left:3px;
	font-size:26px;color: #333;
	top: 7px;
}
.contentSection__list--active .dropdown-icon.active:after {
    top: 0px;
}
.contentSection__SubmenuITem:before {
    content: "";
    background: url(../images/sprite.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    background-position: -29px -135px;
    position: absolute;
      top: 10px;
    left: 0;
}
/* Sub menu Css End*/
/* Home Banner right Start*/
.bannerSection__rightBarList{
	display:block;
}
.bannerSection__rightBarList ul{
	padding:0;
	margin:0;
}
.bannerSection__rightBarItem{
	display:table;
	padding:15px 0 15px 30px;    
	width: 100%;
}
.bannerSection__rightBarLink{
	font: 1.125em "linottesemibold";
    color: #fff;
	display: block;
}
.bannerSection__rightBarItem:hover{background: #7A517E;
cursor: pointer;}
.bannerSection__rightBarImg,.bannerSection__rightBarContent{
	display:table-cell;
	vertical-align;middle;
	
}
.bannerSection__rightBarContent {
    padding-left: 40px;
}
.bannerSection__rightBar .bannerSection__rightBarText{
	border-bottom: 1px solid #a770ac;
    position: relative;
    margin-left: 30px;
    padding-left: 0;
    padding-bottom: 5px;
    margin-bottom: 2px;
}
.bannerSection__rightBar .bannerSection__rightBarText:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:#7c5480 ;
	
}
/* Home Banner right End*/

/* Popup Samples Start*/

#main-cont {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #000;
    opacity: 0.6;
    position: fixed;
    display: none;
    z-index: 999;
}

.cont1 {
    top: 0;
    left: 0;
    width: 600px;
    z-index: 101;
    display: none;
    position: absolute;
    background: #4A96C8;
    padding: 3px;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 9999;
}

.cont1 {
    width: auto;
}

a.close {
    background: url(../images/close.png) no-repeat 0 0;
    color: #666666;
    display: block;
    float: right;
    height: 30px;
    position: absolute;
    right: -25px;
    text-indent: -999em;
    top: -11px;
    width: 46px;
    z-index: 102;
}

a.close:hover {
    background-position: -50px 0px;
}
/* .main__heading{
	    font-family: verdana;
    color: #FFD539;
    font-size: 28px;
	font-weight:bold;
	margin:0;
	padding-bottom: 30px;
}
 */
/* Popup Samples End*/

.successStoriesBlock__blocksDetails p {
    line-height: 1.6em;
    color: #333;
}

.successStoriesBlock__blocksImg {
    margin-top: 3px;
}

.contentSection__middleBottomPara.Middle {
    display: table;
    vertical-align: middle;
    height: 190px;
    margin: 0;
    vertical-align: middle;
}

.contentSection__middleBottomPara.Middle .contentSection__rightBlockBottomText {
    display: table-cell;
    vertical-align: middle;
}

.successStoriesBlock {
    overflow: hidden;
}

.successStoriesBlock__listBlock {
    margin-bottom: 30px;
   /*  width: 100%; */
    margin-right: 0px;
    border: 1px solid #F1F1F2;
}
.successStoriesBlock__mainBlock{
	width:100%;
}
.successStoriesBlock__listBlock:nth-child(even) {
    margin-right: 0;
}
li.successStoriesBlock__listBlock{
	max-width: 280px;
    float: left;
}
li.successStoriesBlock__listBlock:before {
    content: none !important;
}

.successStoriesBlock__blocks li.successStoriesBlock__listBlock {
    padding-left: 0;
}
li.successStoriesBlock__listBlock{
	padding:0;
}
li.successStoriesBlock__listBlock:nth-child(even) {margin-right:0px}
li.successStoriesBlock__listBlock:nth-child(odd) {margin-right:20px}
.successStoriesBlock__blocks {
    float: left;
    margin-right: 20px;
    width: 100%;
}

.successStoriesBlock__blocksSecond {
    margin-right: 0;
}

.successStoriesBlock__listTopBlock {
    padding: 20px 30px;
    background: #fff;
    position: relative;
    text-align: center;
}

.successStoriesBlock__listTopBlock:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.successStoriesBlock__listBottomBlock {
    background: #F3F3F4;
    padding: 20px;
}

.successStoriesBlock__listImageBlock {
    width: 100px;
    height: 100px;
    position: relative;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.successStoriesBlock__listBottomImage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.successStoriesBlock__borderNone {
    border-bottom: none;
}

.committeMembers {
    margin-bottom: 12%;
}

.committeMembers__block {
    border: 1px solid #F0F0F0;
    background: #fff;
    margin-bottom: 20px;
    float: left;
    width: 100%;
/*     height: 535px; */
    position: relative;
}

.committeMembers__blockInner {
    width: 100%;
 /*    height: 535px; */
    padding: 30px 40px 20px 25px;
    border-bottom: 1px solid #F0F0F0;
    z-index: 100;
   /*  position: absolute;
    top: 0;
    left: 0; */
}

.committeMembers__blockInner.showmore {
    z-index: 200;
    height: auto;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 12px #B4B4B4;
}

.committeMembers__imageBlock {
    width: 180px;
    height: 200px;
    margin: 0 auto 20px;
    position: relative;
}

.committeMembers__imageInner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width: 100%;
}

.committeMembers__heading {
    font: 1.3em "OpensanSemibold";
    text-align: center;
    margin: 0 0 10px;
}

.committeMembers__headingPara {
    font-size: 16px;
    font-size: 1.125em;
    margin-bottom: 20px;
    text-align: center;
}

.facultySection .committeMembers__headingPara {
    font-size: 15px;
}

.committeMembers__para {
    margin-bottom: 23px;
    line-height: 24px;
    line-height: 1.5em;
/*     height: 144px; */
    overflow: hidden;
}

.committeMembers__para.showContent {
    height: auto;
}

.committeMembers__viewlink {
    color: #ffcb08;
    text-decoration: underline !important;
    text-align: right;
    display: block;
    font-size: 14px;
}

.ambassadorSection {
    margin-bottom: 20px;
}

.ambassadorSection__para {
    margin-bottom: 30px;
    line-height: 26px;
    line-height: 1.625em;
    color: #333;
}

.ambassadorSection__list {
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    line-height: 1.5em;
    color: #333;
    font-family: "OpensanSemibold";
    text-decoration: underline;
}

.ambassadorSection__list:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 20px;
    background-position: -174px -192px;
    position: absolute;
    top: 0;
    left: 10px;
}

.ambassadorSection__list a {
    color: #333;
}

.ambassadorSection__imageBlock {
    position: relative;
    margin-bottom: 40px;
}

.ambassadorSection__imageBlockpara {
    font: 1.625em "linottesemibold";
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    color: #fff;
}

.ambassadorSection__listBlockHeading {
    font: 16px "OpensanSemibold";
    color: #333;
    margin-bottom: 20px;
}

.contentSection__rightCalenderBlock {
    width: 250px;
    float: right;
    margin-bottom: 45px;
    position: relative;
    margin-top: 10px;
}

.contentSection__rightCalenderHeading {
    font: 1.125em "linottesemibold";
    background: #4A96C8;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.contentSection__rightCalenderHeading:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 47px;
    background-position: -341px -13px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.contentSection__rightCalenderHeading:after {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 47px;
    background-position: -341px -13px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.contentSection__calenderGreyBlock {
    background: #F0F0F2;
    padding: 20px 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.contentSection__rightCalenderTopPara {
    color: #313131;
    font-family: "OpensanSemibold";
    margin-bottom: 15px;
    line-height: 20px;
    line-height: 1.25em;
}

.contentSection__rightCalenderBlockText {
    color: #313131;
    font-size: 14px;
    line-height: 23px;
    line-height: 1.4375em;
    margin-bottom: 20px;
}

.contentSection__rightCalenderAnchor {
    color: #ffcb08;
    font-size: 14px;
    text-decoration: underline;
}
.Board__table table td{
	padding:6px;
}
.eventsSection__top {
    margin-top: 30px;
}

.eventsSection__block {
    margin-bottom: 50px;
    border: 1px solid #E5E5E6;
    box-shadow: 0 1px 0 #B4B4B4;
}

.eventsSection__topBlock {
    position: relative;
    border: 3px solid #ccc;
}

.eventsSection__topBlock:hover {
    border: 3px solid #74C69E;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.eventsSection__topBlock--active {
    border: 3px solid #74C69E;
}

.eventsSection__topBlockImage:hover {
    opacity: 1;
}

.eventsSection__bottomBlock {
    padding: 40px 20px 10px;
    background: #F4F4F4;
}

.eventsSection__topPara {
    font: 1.125em/1.8125em "OpensanSemibold";
    color: #1d4e36;
    padding-bottom: 25px;
    border-bottom: 1px dotted #d8d8d8;
    margin-bottom: 15px;
 /*    min-height: 95px; Guly28 */
}

.eventsSection__topPara a {
    color: #1d4e36;
}

.eventsSection__bottomlinks {
    color: #1d4e36;
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    line-height: 1.25em;
    min-height: 40px;
    margin-bottom: 0;
}

.eventsSection__bottomlinks:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-position: -69px -106px;
    position: absolute;
    top: 0;
    left: 0;
}

.eventsSection__bottomlinks a {
    color: #1d4e36;
}

.eventsSection__topBlockButton {
    font-family: "OpensanSemibold";
    color: #333;
    background: #74C69E;
    padding: 20px 15px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 300px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
}

.eventsSection__loadImg {
    margin: 0 auto 35px;
    display: block;
}

.eventsSection__topBlockImage {
    opacity: 0.9;
}

.eventsSection__topBlockImage.imageDark {
    opacity: 1;
}

.eventsDetailsSection__TopImageBlock {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.eventsDetailsSection__ImageBlockCaption {
    position: absolute;
    bottom: 0;
    background: #74C69E;
    padding: 30px 65px;
    left: 12px;
    width: 96%;
    font-family: "OpensanSemibold";
    color: #333;
    -webkit-animation: slideUp 1.5s;
    animation: slideUp 1.5s;
}

.eventsDetailsSection__ImageBlockCaption:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-position: -69px -163px;
    position: absolute;
    top: 23px;
    left: 25px;
}

.eventsDetailsSection__para {
    margin-bottom: 25px;
    line-height: 30px;
    line-height: 1.875em;
    color: #333;
}

.eventsDetailsSection__paraLink {
    font-family: "OpensanSemibold";
    color: #333;
}

.eventsDetailsSection__rightBlockInner {
    margin-bottom: 35px;
    width: 250px;
    margin: 0 auto 35px;
    text-align: center;
}

.eventsDetailsSection__boxTop {
    background: #5BAAD5;
    padding: 15px 0;
    position: relative;
}

.eventsDetailsSection__boxBottom {
    background: #4A96C8;
    padding: 10px 0 20px;
    color: #fff;
    position: relative;
}

.eventsDetailsSection__boxBottom::after {
    content: "";
    background: url(../images/shadow-bottom.png);
    width: 258px;
    height: 25px;
    position: absolute;
    bottom: -25px;
    left: -10px;
}

.eventsDetailsSection__boxBottomheading {
    font: 1.125em "OpensanSemibold";
    margin: 0 0 10px;
}

.eventsDetailsSection__boxBottompara {
    margin-bottom: 5px;
    padding: 0 15px;
    line-height: 25px;
    line-height: 1.5625em;
}

.eventsDetailsSection__boxBottomparaBold {
    margin-bottom: 20px;
}

.eventsDetailsSection__rightBlockBtn {
    font: 1.125em/1 "linottesemibold";
    padding: 12px 16px 10px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    margin: 0 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #ffcb08;
    color: #000;
    border: 1px solid #ffcb08;
    box-shadow: 5px 5px 1px #A4850C;
    border-radius: 4px;
    margin-left: 0;
    width: 160px;
    padding: 12px 16px;
    text-align: left;
    position: relative;
}

.eventsDetailsSection__rightBlockBtn--active,
.eventsDetailsSection__rightBlockBtn:hover,
.eventsDetailsSection__rightBlockBtn:focus {
    background: #F2674A;
    color: #fff;
    border-color: #F2674A;
    border: 1px solid #F2674A;
    box-shadow: 5px 5px 1px #AE361D;
}

.eventsDetailsSection__rightBlockBtn::after {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 30px;
    background-position: -2px -12px;
    float: right;
    position: absolute;
    bottom: 7px;
}

.eventsDetailsSection__addressBlock {
    text-align: left;
}

.eventsDetailsSection__addressBlockHeading {
    font-family: "OpensanSemibold";
    margin-bottom: 25px;
}

.eventsDetailsSection__directionLink {
    color: #ffcb08;
    margin: 20px 0 0;
    text-decoration: underline;
}

.eventsDetailsSection__addressBlockPara {
    line-height: 24px;
    line-height: 1.5em;
}

.eventsDetailsSection__pinImage {
    position: absolute;
    top: -26px;
    left: 39%;
}

.eventsDetailsSection__image {
    width: 100%;
}

.publications {
    display: inline-block;
    width: 100%;
}

.publications__selectBlock {
    margin-bottom: 25px;
    float: right;
    clear: both;
    overflow: hidden;
}

.publications__listItems {
    float: left;
    margin-left: 25px;
    padding-bottom: 10px;
    position: relative;
}

.publications__select {
    background: #fff;
    padding: 10px 85px 10px 10px;
    border: 1px solid #73C69D;
    color: #313131;
    box-shadow: 0 0px 20px #e2dede;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: normal;
}

.publications__select:last-child {
    padding-right: 60px;
}

.publications__productBlocks {
    clear: both;
    float: left;
    border: 1px solid #ccc;
    padding: 5px 35px 15px 5px;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 1px 5px 14px #e8e8e8;
    position: relative;
    min-height: 305px;
}

.publications__products {
    float: left;
}

.publications__productLeft {
    width: 170px;
    height: 260px;
    position: relative;
}

.publications__productLeftImage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
    margin-top: 0;
}

.publications__productright {
    margin-left: 20px;
    /*  width: 83%; */
}

.publications__productsHeading {
    font: 1.3em "linottesemibold";
    color: #313131;
    margin-bottom: 15px;
}

.publications__productsPara {
    color: #313131;
    margin-bottom: 20px;
    line-height: 22px;
    line-height: 1.375em;
}

.publications__productsrupees {
    font: 1.5em "linottesemibold";
    color: #f26649;
    margin-bottom: 20px;
    font-size: 16px;
}

.publications__productentitites {
    margin-bottom: 30px;
}

.publications__quantityInput {
    font: 14px "OpensanSemibold";
    width: 140px;
    padding: 10px 15px;
    margin-right: 30px;
    border: 2px solid #73C69D;
    color: #313131;
}

.publications__productsbtn {
    font-family: "OpensanSemibold";
    margin-right: 20px;
    background: #98659D;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #98659D;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.publications__productsbtn:hover {
    border: 1px solid #98659D;
    color: #98659D;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.publications__productsStocks {
    font-style: italic;
    color: #98659D;
}

.publications__category {
    color: #313131;
}

.publications__categoryOptions {
    color: #949292;
}

.publications__zoominTexts {
    position: absolute;
    right: 0;
    bottom: -34px;
    font-size: 12px;
}

.publications__zoominTexts a {
    color: #cacaca;
}

.publications__soldOuttext {
    font: 1.5em "OpensanSemibold";
    color: red;
    z-index: 10;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
}

.publications__soldProduct {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #fff;
    position: absolute;
    top: 0;
}

.publications__downArrow {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-position: -140px -188px;
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 99;
}

.publications__zoomIcon {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 17px;
    background-position: -385px -107px;
}

.publications__block--active .publications__productrightTopBlock {
    display: block;
}

.publications__accordianArrow {
    display: none !important;
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 14px;
    background-position: -115px -193px;
    position: absolute;
    top: 25px;
    right: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.coursesSection__selectBlock {
    margin-bottom: 25px;
    float: right;
    clear: both;
    overflow: hidden;
}

.coursesSection__listItems {
    float: left;
    margin-left: 25px;
    padding-bottom: 10px;
    position: relative;
}

.coursesSection__listItems:first-child select {
    width: 220px;
}

.coursesSection__select {
    background: #fff;
    padding: 10px 85px 10px 10px;
    border: 1px solid #73C69D;
    color: #313131;
    box-shadow: 0 0px 20px #e2dede;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: normal;
}

.coursesSection__select:last-child {
    padding-right: 60px;
}

.coursesSection__downArrow {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-position: -140px -188px;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 10;
	pointer-events: none;
}

.coursesSection__dateText {
    width: 160px;
    background: #fff;
    padding: 10px;
    border: 1px solid #73C69D;
    color: #313131;
    box-shadow: 0 0px 20px #e2dede;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: normal;
}

.coursesSection__blockMain {
    border: 1px solid #e8e8e8;
    /* margin-top: 40px; */
    position: relative;
    margin-bottom: 50px;
}

.coursesSection__ImageBlock {
    position: relative;
    overflow: hidden;
}

.coursesSection__ImageCaption {
    position: absolute;
    bottom: 0;
    padding: 15px 30px 7px;
    background: rgba(0, 0, 0, 0.7);
    color: #f9f9f8;
    font-family: "OpensanSemibold";
    width: 100%;
    -webkit-animation: slideUp 1.5s;
    animation: slideUp 1.5s;
}

.coursesSection__textBlock {
    padding: 20px 20px 0px 20px;
    background: #F4F4F4;
    overflow: hidden;
}

.coursesSection__textBlockHeading {
    font: 1.125em "OpensanSemibold";
    color: #333;
    margin-top: 0;
}

.coursesSection__textBlockPara {
    color: #333;
    line-height: 22px;
    line-height: 1.375em;
    margin-bottom: 15px;
}

.coursesSection__courseSectionLeft,
.coursesDetailsSection__List__course {
    color: #f26649;
    font-family: "OpensanSemibold";
    float: left;
    padding-left: 30px;
    position: relative;
}

.coursesSection__courseSectionLeft::before,
.coursesDetailsSection__List__course::before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-position: -66px -107px;
    position: absolute;
    top: 0;
    left: 0;
}

.coursesSection__courseSectionLeft a,
.coursesDetailsSection__List__course a {
    color: #f26649;
}

.coursesSection__courseSectionRight {
    color: #333;
    float: right;
}

.coursesSection__courseSectionRight a {
    color: #333;
}

.coursesSection__infoIcon {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-position: -314px -144px;
    float: left;
    margin-right: 10px;
}

.coursesSection__infoText {
    float: left;
    border-bottom: 1px solid #999;
}

.coursesSection__amountDate,
.coursesDetailsSection__List__amountDate {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    margin-bottom: 0;
}

.coursesSection__amountDateList,
.coursesDetailsSection__List__amountDateList {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.coursesSection__amountDateList:last-child,
.coursesDetailsSection__List__amountDateList:last-child {
    border-right: none;
}

.coursesSection__amountDateHeading,
.coursesDetailsSection__List__amountDateHeading {
    font: 16px "OpensanSemibold";
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
}

.coursesSection__amountDatepara,
.coursesDetailsSection__List__amountDatepara {
    color: #333;
    margin-bottom: 0;
}

.coursesSection__bottomAddress,
.coursesDetailsSection__List__bottomAddress {
    text-align: center;
    background: #FAF9F7;
    padding: 10px 0 25px;
}

.coursesSection__bottomAddressHeading,
.coursesDetailsSection__List__bottomAddressHeading {
    font-family: "OpensanSemibold";
    color: #333;
    margin: 0 0 7px;
}

.coursesSection__bottomAddresspara,
.coursesDetailsSection__List__bottomAddresspara {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    line-height: 1.5em;
}

.coursesSection__violetBtn,
.coursesDetailsSection__List__btn {
    font-family: "OpensanSemibold";
    background: #98659D;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #98659D;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 99;
}

.coursesSection__violetBtn:hover,
.coursesDetailsSection__List__btn:hover {
    border: 1px solid #98659D;
    color: #98659D;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.coursesSection__listDateIcon {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 32px;
    background-position: -220px -156px;
    position: absolute;
    top: 9px;
    right: 10px;
    pointer-events: none;
}

.coursesSection__searchIcon {
    background: #98659D url(../images/sprite.png) no-repeat;
    width: 45px;
    height: 44px;
    background-position: -54px -237px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.coursesSection__mglft15 {
    margin-left: 15px;
}

.contactSection__smallHeading {
    font: 16px "OpensanSemibold";
    color: #333;
    margin-bottom: 30px;
    margin-top: 0;
}

.contactSection__contactBlock {
    color: #333;
    padding-left: 60px;
    line-height: 30px;
    line-height: 1.875em;
    margin-bottom: 20px;
}

.contactSection__phoneBlock:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 32px;
    background-position: -220px -107px;
    position: absolute;
    left: 10px;
}

.contactSection__mailBlock:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 32px;
    background-position: -312px -99px;
    position: absolute;
    left: 10px;
}

.contactSection__addressBlock {
    margin-bottom: 40px;
}

.contactSection__addressList {
    background: #fff;
    border: 2px dotted #d8d8d8;
    color: #333;
    margin-left: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    position: relative;
}

.contactSection__addressList:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 40px;
    background-position: -263px -102px;
    position: absolute;
    left: -45px;
}

.contactSection__addressBlockTop {
    padding: 10px 20px 15px;
}

.contactSection__addressPara {
    line-height: 22px;
    line-height: 1.375em;
    margin-bottom: 15px;
}

.contactSection__addressListHeading {
    font-family: "OpensanSemibold";
    padding: 5px 20px 15px;
    margin-bottom: 0;
    cursor: pointer;
}

.contactSection__emailAnchor {
    color: #333;
}

.contactSection__accordianArrow {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 14px;
    background-position: -115px -193px;
    position: absolute;
    top: 18px;
    right: 10px;
}

.contactSection__addressListMap {
    width: 100%;
}

.contactSection__addressListMap iframe {
    width: 100%;
}

.contactSection__mainBlock {
    margin-bottom: 40px;
}

.contactSection__formBlock {
    padding: 35px 20px;
    background: #fff;
    width: 320px;
}

.contactSection__formBlockMain {
    margin-bottom: 30px;
    position: relative;
}

.contactSection__formBlockMain::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 17px;
    background-position: -357px -105px;
}

.contactSection__formBlockInput,
.donationSection__txtInput {
    padding: 13px 14px;
    width: 100%;
    border: 2px dotted #d8d8d8;
    border-radius: 5px;
    position: relative;
    background: #fafafa;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.donationSection__amount {
    padding: 24px 0 15px;
    display: inline-block;
    width: 100%;
}
.btn-validate{
	margin: 15px 0 10px;
    background-color: #565555;
    border: 1px solid #565555;
    color: #FFF;
    padding: 8px 10px;
	border-radius:3px;
	transition:all 0.7s;
}
.btn-validate:hover{
	background-color: #2d2c2c;
    border: 1px solid #2d2c2c;
}
.payable_info{
	font-size: 14px;
}
.btn-validateholder{
	width:100%;
}
.contactSection__formBlockInput:hover,
.donationSection__txtInput:hover {
    background: #FEF3ED;
    border: 2px dotted #F79887;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.contactSection__formBlockSubmit,
.donationSection__submitBtn {
    font: 1.125em/1 "linottesemibold";
    padding: 12px 16px 10px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    margin: 0 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #ffcb08;
    color: #000;
    border: 1px solid #ffcb08;
    box-shadow: 5px 5px 1px #A4850C;
    border-radius: 4px;
    margin-left: 0;
    width: 135px;
    padding: 12px 24px;
    text-align: left;
    position: relative;
    box-shadow: 5px 5px 1px #DFDFE0;
}

.donationSection__submitBtn {
    margin: 0 auto;
    display: block;
}

.contactSection__formBlockSubmit--active,
.contactSection__formBlockSubmit:hover,
.donationSection__submitBtn:hover,
.contactSection__formBlockSubmit:focus,
.donationSection__submitBtn:focus {
    background: #F2674A;
    color: #fff;
    border-color: #F2674A;
    border: 1px solid #F2674A;
    box-shadow: 5px 5px 1px #AE361D;
}

.contactSection__formBlockSubmit::after,
.donationSection__submitBtn::after {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 30px;
    background-position: -2px -12px;
    float: right;
    position: absolute;
    right: 15px;
    bottom: 7px;
}

.contactSection__formBlockMainCenter {
    text-align: center;
}

.contactSection__captchaCenter {
    margin-bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.contactSection__addressBottomSection {
    display: none;
}

.contactSection__addressBottomSection--active {
    display: block;
}

.contactSection__addressBottomSection--active .contactSection__addressBottomSection {
    display: block;
}

.contactSection__addressBottomSection--active .contactSection__accordianArrow {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 14px;
    background-position: -115px -164px;
}

.gallerySection__searchBox {
    float: right;
}

.gallerySection__searchBox {
    position: relative;
}

.gallerySection__searchTextBox {
    min-width: 285px;
    padding: 10px 5px;
    font-size: 14px;
    color: #333;
    opacity: 0.5;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    background: none;
}

.gallerySection__block {
    margin: 30px 0;
}

.gallerySection__searchBoxSearchIcon {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-position: -263px -158px;
    position: absolute;
    top: 9px;
    right: 10px;
}

.gallerySection__blockHeading {
    font: 1.125em "linottesemibold";
    color: #333;
    background: #fff;
    padding: 20px 20px 2px 50px;
    margin: 0;
    position: relative;
    min-height: 85px;
}

.gallerySection__blockHeading::before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 25px;
    background-position: -51px -207px;
    position: absolute;
    top: 15px;
    left: 0;
}

.gallerySection__mainBlock {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.gallerySection__blockTop {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 280px;
    height: 210px;
}

.gallerySection__blockTop:hover {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.gallerySection__blockTop:hover .gallerySection__blockOverlay {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 1;
    position: absolute;
    top: 0;
}

.gallerySection__blockTopImage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.gallerySection__blockOverlay {
    position: absolute;
    top: -210px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    height: 210px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0;
}

.gallerySection__blockZoomIcon {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 40px;
    background-position: -7px -223px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.gallerySection__topSection {
    margin-bottom: 30px;
    overflow: hidden;
}

#sync1 .item {
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    width: 1300px;
    height: 700px;
}

#sync2 .item {
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    width: 125px;
    height: 90px;
    margin: 15px;
}

#sync2 .item h1 {
    font-size: 18px;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#sync1.owl-theme {
    position: relative;
}

.gallerySliderModal {
    background: rgba(0, 0, 0, 0.67);
}

.gallerySliderModal #sync1 .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 25px;
    background-position: -104px -229px;
}

.gallerySliderModal #sync1 .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 25px;
    background-position: -134px -229px;
}

.gallerySliderModal .owl-controls {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 48%;
}

.gallerySliderModal .owl-next,
.gallerySliderModal .owl-prev {
    position: absolute;
    width: 30px;
    height: 45px;
    display: block;
    z-index: 11;
    text-indent: -999em;
    cursor: pointer;
}

.gallerySliderModal .owl-nav div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
}

.gallerySliderModal #sync2 .owl-prev {
    position: absolute;
    top: 40%;
    left: -10px;
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 30px;
    background-position: -195px -189px;
}

.gallerySliderModal #sync2 .owl-next {
    position: absolute;
    top: 40%;
    right: -10px;
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 30px;
    background-position: -222px -189px;
}

.gallerySliderModal #sync1 .owl-item img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width: auto;
}

.gallerySliderModal__modalCloseBtn {
    position: absolute;
    top: -29px;
    right: 89px;
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 25px;
    background-position: -263px -193px;
    cursor: pointer;
}

.gallerySliderModal #sync2 .item img {
    border: 2px solid #fff;
}

.gallerySliderModal .owl-dragBottom .item img {
    max-height: 100%;
    height: 180px;
}

@media (max-width: 1920px) {
    .gallerySliderModal .modal-content {
        box-shadow: none;
        background: none;
        border: none;
    }
    .gallerySliderModal .modal-dialog {
        width: auto;
        margin: 5% auto 0;
        max-height: 700px;
        max-width: 1300px;
    }
}

.faqSection {
    margin-bottom: 0;
}

.faqSection__block {
    border: 2px dotted #d8d8d8;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.faqSection__blockheader {
    font: 16px "OpensanSemibold";
    color: #333;
    padding: 15px 20px;
    margin: 0;
    cursor: pointer;
}

.faqSection__blockpara {
    color: #333;
    padding: 15px 20px;
    line-height: 24px;
    line-height: 1.5em;
    display: none;
    border-top: 2px dotted #d8d8d8;
    margin-bottom: 0;
}

.faqSection__block {
    height: 56px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

.faqSection__block--active {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 140px;
}

.faqSection__block--active .faqSection__blockpara {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.faqSection__block--active .faqSection__accordianArrow {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background-position: -307px -177px;
}

.faqSection__accordianArrow {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background-position: -307px -204px;
    position: absolute;
    top: 18px;
    right: 20px;
    pointer-events: none;
}

.coursesDetailsSection__imgList {
    margin-bottom: 35px;
}

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

.coursesDetailsSection__imgList:after {
    clear: both;
}

.coursesDetailsSection__img {
/*     width: 64%;
    max-width: 770px; */
    float: left;
    background: #F4F4F4;
    box-shadow: 1px 2px 2px #ccc;
}

/* .coursesDetailsSection__img img {
    min-height: 431px;
}
 */
.coursesDetailsSection__List {
    background: #4b95c7;
    width: 100%;
    max-width: 315px;
    padding-bottom: 27px;
    position: relative;
	margin-left: 12px;
}

.coursesDetailsSection__List:before {
    content: "";
    position: absolute;
    bottom: -31px;
    left: 0;
    background: url("../images/coursedetails/bg-coursedetails.png") no-repeat;
    width: 100%;
    height: 30px;
}

.coursesDetailsSection__List__courseSection {
    padding: 15px 10px 0 15px;
}

.coursesDetailsSection__List__course {
    display: block;
    float: none;
    color: #fff;
    margin-bottom: 15px;
}

.coursesDetailsSection__List__course:before {
    background-position: -181px -227px;
}

.coursesDetailsSection__List__courseDate,
.coursesDetailsSection__List__courseTime {
    font: 16px "OpensanSemibold";
    display: block;
    padding-bottom: 7px;
}

.coursesDetailsSection__List__amountDate {
    border: none;
    background: #254a63;
    margin-top: 10px;
}

.coursesDetailsSection__List__amountDateList {
    border-bottom-color: #3b79a3;
    color: #fff;
    padding: 8px 0;
}

.coursesDetailsSection__List__amountDateHeading {
    color: #fff;
}

.coursesDetailsSection__List__amountDatepara {
    color: #fff;
}

.coursesDetailsSection__List__bottomAddress {
    background: transparent;
    margin-top: 10px;
    padding-bottom: 10px;
}

.coursesDetailsSection__List__bottomAddressHeading {
    color: #fff;
}

.coursesDetailsSection__List__bottomAddresspara {
    color: #fff !important;
    line-height: 28px;
    line-height: 1.75em;
    margin-bottom: 5px;
}

.coursesDetailsSection__List__btnLink {
    margin-bottom: 16px;
}

.coursesDetailsSection__List__btn {
    background: #ffcb08;
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-color: #ffcb08;
    color: #000;
    display: inline-block;
    -webkit-transform: none;
    transform: none;
}

.coursesDetailsSection__List__btn:hover {
    background: #fff;
    color: #ffcb08;
    border-color: #ffcb08;
}

.coursesDetailsSection__contentaera p {
    line-height: 1.5625em;
    color: #333;
    margin-bottom: 25px;
}

.coursesDetailsSection__arrowBlock {
    margin-bottom: 25px;
    padding-left: 20px;
}

.coursesDetailsSection__arrowList {
    margin-bottom: 5px;
    position: relative;
    padding-left: 18px;
    line-height: 24px;
    line-height: 1.5em;
    color: #333;
}

.coursesDetailsSection__arrowList:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background-position: -361px -137px;
    position: absolute;
    top: 9px;
    left: 0;
}

.famousDyslexiaSection__teamitem {
    display: block;
    width: 276px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}

.famousDyslexiaSection__team:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.famousDyslexiaSection__team:hover:before {
    background: rgba(199, 232, 216, 0.63);
    height: 100%;
}
 
 .famousDyslexiaSection__team {
   /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9;
    transition: all .9s;

} 
/* .famousDyslexiaSection__team:hover {
    background: rgba(199, 232, 216, 0.63);

} */
  .Viewmore {
    width: 100px;
    height: 30px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    left: 0;
	background: #FFCA08 ;
	display:none; 
}
.famousDyslexiaSection__team:hover .Viewmore {
    background: #FFCA08 ;
    width: 100px;
    height: 30px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: all .2s;
	z-index: 999;
} 
.Viewmore__link{
	padding: 8px 10px;
	height:30px;
	line-height:28px;
	font-family:"OpensanSemibold";
	font-size:14px;
	color:#fff;
}
.famousDyslexiaSection__teamImg,
.modalfamousDyslexia__BlockImg {
    width: 270px;
    position: relative;
    height: 360px;
    box-shadow: 6px 6px 1px #ccc;
    display: block;
    border-right: 1px solid #fff;
}

.famousDyslexiaSection__teamImg img,
.modalfamousDyslexia__BlockImg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.famousDyslexiaSection__teamHeading {
    display: block;
    padding-bottom: 10px;
}

.famousDyslexiaSection__teamName,
.modalfamousDyslexia__teamName {
    font: 1.3em "OpensanSemibold";
    text-align: center;
    color: #333;
    margin-top: 5px;
    padding: 15px 0 5px;
}

.famousDyslexiaSection__teamName--text,
.modalfamousDyslexia__teamName--text {
    font: 16px "OpensanRegular";
    display: block;
    color: #333;
    padding-top: 5px;
}

.modalCustom {
    text-align: center;
}

.modalCustom__dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 1170px;
}

.modalCustom__close {
    float: right;
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    font-size: 30px;
}

.modalCustom__content {
    border: none;
    border-radius: 0;
    box-shadow: none;
    top: 40px;
	width:100%;
	margin:0 auto;
}

.modalfamousDyslexia {
    padding: 25px 30px 35px;
    overflow: hidden;
}

.modalfamousDyslexia__teamName {
    text-align: left;
    margin: 0 0 15px;
    padding-top: 0;
}

.modalfamousDyslexia__BlockImg {
    float: left;
    margin-right: 30px;
}

.modalfamousDyslexia__BlockImg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.modalfamousDyslexia__BlockContent p,
.modalfamousDyslexia__BlockContent {
    line-height: 1.5625em;
    color: #333;
    margin-bottom: 25px;
	font-size:15px;
}
.modalCustom__dialog {
    width: 55%;
}
.accordianTabs {
    margin-bottom: 0;
}

.accordianTabs__header {
    font-size: 24px;
    font-size: 1.5em;
    margin: 0;
}

.accordianTabs__block {
    margin-bottom: 10px;
    position: relative;
}

.accordianTabs__blockheader {
    font: 16px "OpensanSemibold";
    color: #333;
    padding: 15px 20px;
    margin: 0;
    cursor: pointer;
}

.accordianTabs__blockContent {
    color: #333;
    padding: 15px 20px;
    line-height: 24px;
    line-height: 1.5em;
    display: none;
    border-top: 2px dotted #d8d8d8;
    margin-bottom: 0;
}

.accordianTabs__block {
    height: 56px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

.accordianTabs__block--active {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: auto;
}

.accordianTabs__block--active .accordianTabs__header {
    color: #f26649;
}

.accordianTabs__block--active .accordianTabs__blockContent {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.accordianTabs__block--active .accordianTabs__accordianArrow {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background-position: -307px -177px;
}

.accordianTabs__accordianArrow {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background-position: -307px -204px;
    position: absolute;
    top: 18px;
    right: 20px;
}

.errorPage {
    margin: 70px 0 100px;
    text-align: center;
}

.errorPage__image {
    margin-bottom: 30px;
}

.errorPage__largeFont {
    font: 3em "OpensanSemibold";
    margin-bottom: 30px;
}

.errorPage__text {
    margin-bottom: 0;
    line-height: 22px;
    line-height: 1.375em;
}

.errorPage__homeYellowLink {
    font-family: "OpensanSemibold";
    color: #FFCA08;
    text-decoration: underline;
}

svg {
    width: 100px;
    height: 100px;
    -webkit-animation: mysvg 3s infinite;
    animation: mysvg 3s infinite;
    margin-top: 100px;
}

.text {
    stroke-width: 1;
    stroke: #962e22;
    stroke-dasharray: 1865.753px 1865.753px;
    stroke-dashoffset: 1865.753px;
    fill-opacity: 0;
    fill: #962e22;
    -webkit-animation-name: stroke, fill;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-name: stroke, fill;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

.circleline {
    stroke-width: 1;
    stroke: #962e22;
    stroke-dasharray: 1865.753px 1865.753px;
    stroke-dashoffset: 1865.753px;
    fill-opacity: 0;
    fill: #962e22;
    -webkit-animation-name: stroke, fill;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-name: stroke, fill;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@-webkit-keyframes stroke {
    0% {
        stroke-dashoffset: 1865.753px;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fill {
    0% {
        fill-opacity: 0;
    }
    50% {
        fill-opacity: 1;
    }
    100% {
        fill-opacity: 1;
    }
}

@keyframes stroke {
    0% {
        stroke-dashoffset: 1865.753px;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes fill {
    0% {
        fill-opacity: 0;
    }
    50% {
        fill-opacity: 1;
    }
    100% {
        fill-opacity: 1;
    }
}

@-webkit-keyframes mysvg {
    50% {
        -webkit-transform: translatey(-50px);
        transform: translatey(-50px);
    }
}

@keyframes mysvg {
    50% {
        -webkit-transform: translatey(-50px);
        transform: translatey(-50px);
    }
}

.st0 {
    fill: none;
    stroke: #FF0000;
    stroke-width: 4;
    stroke-miterlimit: 10;
}

.st1 {
    fill: #FF0000;
}

.circleImage {
    display: none;
}

.donationSection {
	margin-top: 30px;
    margin-bottom: 30px;

}

.donationSection__topBlock {
    color: #333;
    margin-bottom: 25px;
}

.donationSection__topBlock p {
    margin-bottom: 5px;
}

.donationSection__mediumFont {
    font: 1.875em "OpensanSemibold";
}

.donationSection__detailsBlock {
    margin-bottom: 50px;
}

.donationSection__detailsBlockPara {
    color: #333;
}

.donationSection__detailsBlockPara li {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.donationSection__detailsBlockPara span {
    font-family: "OpensanSemibold";
    color: #494949;
    float: left;
    width: 67%;
    word-break: break-all;
}

.donationSection__detailsBlockPara span a {
    color: #494949;
}

.donationSection__detailsBlockPara label {
    width: 33%;
    display: inline-block;
    float: left;
}

.donationSection__detailsBlockPara {
    margin-bottom: 30px;
}

.donationSection__transaction--txt {
    color: #F2674A !important;
    text-decoration: underline;
}

.donationSection__bottomSection {
    color: #4a4a4a;
    position: relative;
}

.donationSection__bottomSection:after {
    content: "";
    background: url(../images/mail-image.png);
    position: absolute;
    top: 5px;
    right: 30px;
    width: 69px;
    height: 50px;
}

.donationSection__bottomSection__mediumfont {
    font: 1.25em "OpensanSemibold";
    color: #333;
}

.donationSection__bottomSectionTopPara {
    line-height: 22px;
    line-height: 1.375em;
    width: 75%;
    font-size: 14px;
    margin-bottom: 5px;
}

.donationSection__topPara {
    line-height: 27px;
    line-height: 1.6875em;
    color: #333;
    margin-bottom: 25px;
}

.donationSection__topPara p:first-child {
    margin-bottom: 15px;
    line-height: 1;
}

.donationSection__topParaBoldtext {
    font-family: "OpensanSemibold";
}

.donationSection__labelleft {
    width: 155px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.donationSection__textboxBlock {
    margin-bottom: 25px;
    position: relative;
}

.donationSection__txtInput {
    width: 415px;
    min-height: 52px;
}

.donationSection__selectBox {
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    -moz-appearance: none;
}

.donationSection__textboxBlockArrow {
    background: #f3f3f3;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 50px;
    height: 48px;
    pointer-events: none;
    border-left: 2px dotted #d8d8d8;
}

.donationSection__textboxBlockArrowInner {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #8C8D90;
    position: absolute;
    top: 22px;
    left: 18px;
}

.donationSection__checkboxBlock {
    margin: 30px 0;
    clear: both;
    display: block;
    overflow: hidden;
}

.donationSection__captcha {
    margin-bottom: 25px;
}

.donationSection__selectboxBlock {
    position: relative;
    width: 415px;
    display: inline-block;
}

.donationSection__textboxMandatorySymbol {
    position: absolute;
    top: -2px;
    right: 2px;
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 17px;
    background-position: -357px -105px;
}

.donationSection__textboxGroup {
    position: relative;
    display: inline-block;
}

.donationSection [type="checkbox"]:not(:checked),
.donationSection [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.donationSection [type="checkbox"]:not(:checked)+label,
.donationSection [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    min-height: 20px;
    float: left;
}

.donationSection [type="checkbox"]:not(:checked)+label:before,
.donationSection [type="checkbox"]:checked+label:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    background: #FAF9F7;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
}

.donationSection [type="checkbox"]:not(:checked)+label:after,
.donationSection [type="checkbox"]:checked+label:after {
    content: '✔';
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    top: -1px;
    left: 4px;
    font-weight: bold;
}

.donationSection [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.donationSection [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Sitemap Styles */

.siteMap {
    margin-left: 20px;
}

.siteMap li a {
    color: #000;
}

.siteMap li {
    margin-bottom: 0;
    float: left;
    width: 25%;
}

.siteMap__listBlock li {
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 30px;
    width: 100%;
    line-height: 20px;
}

.siteMap__listBlock li a {
    transition: all 0.5s;
    float: left;
}

.siteMap__listBlock li a:hover {
    color: #f26649;
    transition: all 0.5s;
    margin-left: 2px;
}

.siteMap__listBlockAnchor {
    color: #4a4a4a;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

.siteMap__listBlock li:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    background-position: -36px -105px;
    position: absolute;
    top: 0;
    left: 0;
}

.error_msg,
.vErrMsg {
    position: relative;
    top: 1px;
}

.email-error-msg {
    font-size: 11px;
    color: red;
    margin: 3px 5px;
}

.email-success-msg {
    font-size: 11px;
    color: green;
    margin: 3px 5px;
    font-weight: bold;
}

table.otlistTable {
    width: 1000px;
}

.otlistTable td p {
    margin: 5px 0;
}

.otlistTable td {
    font: 16px "linottesemibold";
    text-align: center;
    border: 1px solid #73C69D;
}

.otlistTable th {
    font-family: "OpensanSemibold";
    color: #fff;
    background: #73C69D;
    line-height: 30px;
    font-size: 19px;
    padding: 13px 10px;
    text-align: center;
}

.generalModal {
    padding-right: 0 !important;
}

.generalModal .modal-dialog {
    width: 300px;
    margin-top: 5%;
}

.generalModal .modal-content {
    min-height: 230px;
    padding: 15px;
}

.generalModal__contentBLock p {
    margin-bottom: 80px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
}

.generalModal__btn {
    font: 1.125em/1 "linottesemibold";
    padding: 10px 15px 5px;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #ffcb08;
    color: #000;
    border: 1px solid #ffcb08;
    box-shadow: 5px 5px 1px #A4850C;
    border-radius: 4px;
    margin-left: 0;
    text-align: left;
    line-height: 25px;
}

.generalModal__btn:hover,
.generalModal__btn:focus {
    background: #F2674A;
    color: #fff;
    border-color: #F2674A;
    border: 1px solid #F2674A;
    box-shadow: 5px 5px 1px #AE361D;
}

.footerSection {
    padding: 21px 0;
    background: #4A96C8;
    font-size: 14px;
}

.footerSection__para {
    color: #fafafa;
    line-height: 25px;
    line-height: 1.5625em;
}

.footerSection__listAnchor {
    color: #fafafa;
    border-left: 1px solid #fafafa;
    padding: 0 7px;
    display: inline-block;
}

.footerSection__fbIcon {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    background-position: -195px -13px;
}

.footerSection__YoutubeIcon {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    background-position: -245px -13px;
}

.footerSection__TwitterIcon {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    background-position: -295px -13px;
}

.footerSection__socialIcons {
    padding-left: 0;
}

.footerSection__socialIconsList {
    float: left;
    margin-left: 8px;
}

.footerSection__leftSection {
    float: right;
}

.footerSection__socialIcon {
    float: right;
    padding-left: 10px;
}

.footerSection__socialIconAnchor {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.footerSection__link {
    display: inline-block;
    vertical-align: middle;
    padding-top: 9px;
}

.footerSection__rightSection {
    padding-top: 7px;
    display: inline-block;
    vertical-align: middle;
}

.footerSection__listAnchorFirst {
    border-left: none;
}

@media screen and (min-width: 1920px) {
    .bannerBlock {
        position: relative;
    }
    .bannerBlock .owl-theme .owl-dots {
        left: 20%;
    }
}

@media screen and (max-width: 1600px) {
    #sync1 .item {
        height: 500px;
    }
    .bannerSection__innerBannerHeading {
        font-size: 35px;
        font-size: 2.1875em;
    }
}

@media screen and (min-width: 1600px) {
    .headerSection:after {
        height: 45px;
        bottom: -40px;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 13px;
    }
    .rotateslider-container__cards {
        padding: 40px 25px;
    }
    /*.headerSection__dropDownmenu {
        top: 57px;
    }*/
    .headerSection__dropDownmenuLarge {
        width: 490px;
    }
    .bottomSection__emailSubmitbtn {
        height: 47px;
    }
    .eventsDetailsSection__rightBlockBtn {
        font-size: 16px;
        padding: 13px 13px 13px;
        width: 160px;
    }
    .bannerSection__btn {
        font-size: 16px;
        padding: 15px 18px 13px;
    }
    .middleSection__btn {
        font-size: 15px;
    }
    /* .committeMembers__para {
        height: 115px;
    } */
    #sync1 .item {
        height: 470px;
    }
    #sync2 .item {
        margin: 20px 25px;
    }
    .contactSection__formBlockSubmit,
    .donationSection__submitBtn {
        font-size: 17px;
        padding: 15px 20px 12px;
    }
    .coursesDetailsSection__List__btnLink {
        margin-bottom: 16px !important;
    }
    /* .coursesDetailsSection__List__amountDateHeading {
    font-size: 14px;
  } */
    .coursesDetailsSection__List__course {
        font-size: 16px;
    }
    .coursesDetailsSection__List__btn {
        font-size: 15px;
        margin-top: 7px;
    }
    .facultySection .committeMembers__viewlink {
        display: none;
    }
    .facultySection .committeMembers__block,
    .facultySection .committeMembers__blockInner {
        height: 480px;
    }.headerSection__logo {
		width:177px;
    }
		.bannerSection__block {
    margin-top: 130px;
    text-align: right;
}.bannerSection__contentleft .bannerSection__para.mobileHidden {
    width: 52%;
    float: right;
}
.bannerSection__btnBlock {
    margin-bottom: 20px;
    clear: both;
    float: right;
    margin-right: 30px;
}
    .bannerSection__contentleft {
       /*  width: 78%; */
	       width: 96%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .donationSection [type="checkbox"]:not(:checked)+label,
    .donationSection [type="checkbox"]:checked+label {
        padding-top: 3px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
     /*.headerSection__navigation {
        margin-top: 40px;
    }
      .headerSection__logo {
      width: 80%;
		
    } */
	
    .headerSection__navAnchor {
        font-size: 18px;
    }
    .headerSection__navigationListActive:before {
        top: 20px;
        left: -5px;
    }
    .headerSection__dropDownListAnchor {
        padding: 12px 10px 14px 10px;
    }
    .headerSection__lftdropnav {
        margin-right: 20px;
    }
    .headerSection__dropDownList {
        max-width: 230px;
    }
    .bannerSection {
        background-size: contain !important;
        /* background-position: inherit; */
        min-height: 550px !important;
    }
    .bannerSection__rightBarIcons {
        padding-top: 5px;
    }
    .bannerSection__rightBarIconsImage {
        width: 30%;
    }
    .bannerSection__rightBarText {
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .bannerSection__rightBar {
        width: 290px;
        top: 120px;
    }
   /*  .bannerSection__block {
        margin-top: 235px;
    } */

    .bannerSection__contentSection {
        background-size: cover !important;
        min-height: 300px !important;
    }
    .bannerSection__innerBannerHeading {
        margin-top: 185px;
    }
    .bannerBlock .owl-theme .owl-dots {
        left: 6.5%;
        bottom: 18%;
    }
    .middleSection {
        padding-top: 30px;
    }
    .middleSection__bottomTabs {
        padding: 20px 0;
    }
    .middleSection__anchorButtons {
        padding: 8px 20px;
        font-size: 16px;
    }
    .middleSection__bottomTabsHeading {
        font-size: 24px;
        margin: 0 0 4px;
    }
    .middleSection__bottomTabspara {
        margin-bottom: 0;
    }
    .footerSection {
        padding: 8px 0;
        font-size: 13px;
    }
    .bottomSection__personImage {
        width: 230px;
    }
    .bottomSection__personImage img {
        left: 11%;
    }
    .bottomSection__leftLink,
    .coursesDetailsSection__List__btnLink {
        margin-bottom: 0;
    }
    .bottomSection__heading {
        margin-bottom: 15px;
    }
    .bottomSection__rightFbImage {
        padding-top: 25px;
    }
    .bottomSection__pad0 {
        padding-top: 30px;
    }
    .eventsSection__block {
        margin-bottom: 35px;
    }
    .eventsSection__topPara {
        font-size: 14px;
    }
    .eventsSection__bottomBlock {
        padding-bottom: 5px;
    }
    .commonBreadcrumbs__listBlock--lists a {
        font-size: 14px;
    }
    .contentSection {
        margin-bottom: 10px;
    }
    .contentSection__list {
        padding: 16px 20px 12px 37px;
    }
    .contentSection__list:before {
        top: 17px;
    }
    .contentSection__listAnchor {
        font-size: 13px;
    }
    .contentSection__listAnchor--active {
        font-size: 13px;
    }
    .contentSection__middleList:before {
        top: 1px;
    }
    .contentSection__middleTopBlock {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .contentSection__middleBottomBlockHeading {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1365px) {
    .headerSection__lftdropnav {
        margin-right: 5px;
    }
    .headerSection__dropDownList {
        max-width: 230px;
    }
    .bannerSection {
        background-position: 75% !important;
    }
}

@media screen and (max-width: 1250px) {
   /*  .coursesDetailsSection__img {
        width: 65%;
    } */
    .coursesDetailsSection__List {
        width: 35%;
    }
	.bannerSection__block {
    width: 80%;
}
li.successStoriesBlock__listBlock {
    max-width: 270px;

}
}

@media screen and (max-width: 1200px) {
    /* .bannerSection__contentleft {
        width: 69%;
    } */
    .bannerSection__heading {
        font-size: 23px;
        font-size: 1.4375em;
    }
    .bannerSection__para {
        font-size: 16px;
    }
    .bannerSection__DateCalender {
        font-size: 20px;
        font-size: 1.25em;
    }
    .bannerSection__DateCalenderTo {
        padding: 10px 9px 7px;
    }
    .middleSection__bottomTabsHeading {
        margin-top: 0;
        font-size: 28px;
        font-size: 1.75em;
    }
    .middleSection__anchorButtons {
        padding: 13px 20px;
        font-size: 18px;
        font-size: 1.125em;
        margin: 0 7px;
    }
    .bottomSection__emailSubmitbtn {
        right: 27px;
    }
    .bottomSection__personImage {
        width: 100%;
    }
    .eventsSection__topBlockButton {
        padding: 20px 5px;
        width: 100%;
    }
    .contentSection__listAnchor {
        line-height: 18px;
        line-height: 1.125em;
    }
    .contentSection__list {
        word-wrap: break-word;
    }
   /*  .successStoriesBlock__blocks {
        width: 46%;
    } */
    .committeMembers__block {
        height: 490px;
    }
    .committeMembers__blockInner {
        height: auto;
        border-bottom: none;
    }
    .publications__productright {
        width: 70%;
    }
    .gallerySection__mainBlock {
        width: 280px;
    }
    div.pp_pic_holder {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50% !important;
    }
    a.pp_next,
    div.light_square .pp_next:hover {
        right: 0;
    }
    a.pp_previous,
    div.light_square .pp_previous:hover {
        left: 0;
    }
    .pp_gallery {
        bottom: 0%;
    }
    .coursesDetailsSection__img {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .coursesDetailsSection__List {
        width: 100%;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }
}
@media (max-width: 1199px) {
	.headerSection__navigationButton{
		width: 145px;
		height: 43px;
		line-height: 13px;
	}
	.headerSection__navigationList{
	    margin-left: 12px;
	}
	.headerSection__navAnchor{
		font-size:16px;
	}
	.headerSection__navigationListLeft{
	    margin-left: 15px;
	}
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
    .bannerBlock .owl-theme .owl-dots {
        left: 5%;
    }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
    .bannerBlock .owl-theme .owl-dots {
        left: 3%;
    }
}

@media screen and (max-width: 1170px) {
    .bannerBlock .owl-theme .owl-dots {
        left: 10%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .coursesSection__violetBtn {
        padding: 10px 5px;
    }
    .ambassadorSection__block {
        margin-right: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .publications__listBlock .coursesSection__searchIcon {
        margin-left: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .bannerBlock .owl-theme .owl-dots {
        bottom: 30%;
        left: 2%;
    }
}

@media screen and (max-width: 1366px) {
	.bannerSection__rightBarItem {
		padding: 7px 0 7px 30px;
	}
	.bannerSection__rightBar {
		padding: 15px 2px 10px;
	}
	.bannerSection__rightBar .bannerSection__rightBarText {
		margin-bottom: 5px;
	}
	.bannerSection__rightBarContent {
		padding-left: 25px;
	}	
}
@media screen and (max-width: 1024px) {
    .bannerSection {
        background-position: 0 !important;
    }
    .bottomSection__emailSubmitbtn {
        height: 47px;
    }
    .coursesSection__textBlock {
        padding: 20px 5px;
    }
    .coursesSection__listItems {
        margin-right: 10px;
        margin-left: 0;
    }
    .eventsDetailsSection__rightBlockInner,
    .eventsDetailsSection__boxBottom::after {
        width: 200px;
    }
    table.otlistTable {
        width: 100%;
        overflow: scroll;
        display: block;
    }
}

@media screen and (max-width: 991px) {
	.headerSection__navigationButton{
		bottom: 12px;
	}
    .middleSection__heading {
        font-size: 24px;
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .middleSection__para {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 25px;
        line-height: 1.5625em;
    }
    .middleSection__leftSection {
        margin-top: 40px;
        margin-bottom: 49px;
    }
    .middleSection__headingRight {
        font-size: 24px;
        font-size: 1.5em;
    }
    .middleSection__bottomTabsHeading {
        text-align: center;
        font-size: 28px;
        font-size: 1.75em;
    }
    .middleSection__bottomTabspara {
        text-align: center;
        margin-bottom: 20px;
    }
    .middleSection__buttonList {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    .middleSection__anchorButtons {
        padding: 12px 20px;
        font-size: 20px;
    }
    .bottomSection__pad0 {
        padding: 0 15px;
    }
    .bottomSection__headingMedium {
        font-size: 20px;
        font-size: 1.25em;
    }
    .bottomSection__linksList {
        line-height: 20px;
        line-height: 1.25em;
        display: inline-block;
        float: none;
    }
    .bottomSection__padLeftnone {
        text-align: center;
    }
    .bottomSection__inputEmailBox {
        width: 100%;
    }
    .bottomSection__emailSubmitbtn {
        right: 0;
    }
    .bottomSection__heading {
        font-size: 25px;
        font-size: 1.5625em;
    }
    .bottomSection__newsletterBlockpara {
        font-size: 16px;
        line-height: 20px;
        line-height: 1.25em;
    }
    .bottomSection__middleSectionPara {
        font-size: 14px;
    }
    .bottomSection__newsletterBlock {
        margin-top: 20px;
    }
    .bottomSection__rightFbImage {
        text-align: center;
    }
    .headerSection {
        padding: 20px 0 15px;
    }
	.bannerBlock{
		margin-top:0;
	}
    .headerSection__hamburgerMenu {
        display: block;
        top: -3px;
    }
    .headerSection:after {
        content: none;
    }
    .headerSection__navigationMenuList {
        display: none;
        position: absolute;
        top: 63px;
        left: 0;
    }
    .headerSection__navigationList {
        float: none;
        border-bottom: 1px solid #3E7AA3;
        border-top: 1px solid #55A9E1;
        padding: 16px 8px;
        margin: 0 10px;
    }
    .headerSection__navigationList:first-child {
        border-top: none;
    }
    .headerSection__navigationList:hover .collapse-icon {
        color: #fff;
        border: 1px solid #fff;
    }
    .headerSection__navigationList:before {
        content: none;
    }
    .headerSection__navigationMenuList {
        background-color: #4A96C8;
        width: 100%;
        margin: 0;
        padding-top: 10px;
        border-top: 1px solid #FFF;
    }
    .headerSection__dropDownmenu {
        position: static;
        background: none;
        width: 100%;
    }
    .headerSection__navigationList:hover .headerSection__dropDownmenu {
        display: none;
    }
    .headerSection__flLeft {
        float: none;
        width: 100%;
    }
    .headerSection__navAnchor {
        display: block;
    }
    .headerSection__navAnchor--active {
        color: #fff;
    }
    .headerSection__navAnchor--active .collapse-icon:after {
        content: '-';
        top: -5px;
    }
    .headerSection__logo {
        margin-left: 50px;
        width: 90px;
    }
    .headerSection__navigation {
        margin-top: 10px;
    }
    .headerSection__dropDownListAnchor {
        border-bottom: 1px solid #3E7AA3;
        border-top: 1px solid #55A9E1;
    }
    .headerSection__dropDownListAnchorFirst {
        border-top: none;
    }
    .headerSection__dropDownList {
        max-width: 94%;
    }
    .headerSection__dropDownListAnchorLast {
        border-bottom: none !important;
    }
    .headerSection .headerSection__navAnchor--activeNav .collapse-icon,
    .headerSection .headerSection__navAnchor--active .collapse-icon {
        color: #fff;
        border: 1px solid #fff;
    }
    .collapse-icon {
        position: absolute;
        top: 0;
        right: 20px;
        color: #000;
        font-size: 23px;
        border: 1px solid #000;
        width: 20px;
        height: 20px;
    }
    .collapse-icon:hover {
        color: #fff;
        border: 1px solid #fff;
    }
    .collapse-icon:after {
        position: absolute;
        content: '+';
        top: -3px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .contentSection__commonAsideBlock {
        clear: both;
        float: none;
    }
    .contentSection__rightBlockTop {
        margin: 0 auto 30px;
        float: none;
    }
    .contentSection__rightBlock {
        margin-bottom: 0;
    }
    .contentSection__rightBlockBottom {
        float: none;
        margin: 0 auto;
    }
    .contentSection__middleBottomImage {
        margin: 0 auto 20px;
        width: 100%;
    }
    .contentSection__rightCalenderBlock {
        float: none;
        display: block;
        margin: 30px auto 0;
    }
    .commonBreadcrumbs__breadcrumbs {
        margin: 25px 0 20px;
    }
    .mCustomScrollbar {
        overflow: auto;
        height: 240px;
        box-sizing: border-box;
    }
    .mCustomScrollbar--hidden {
        display: none;
    }
    .mCSB_container_wrapper>.mCSB_container {
        padding: 0px 10px 0 0;
    }
    .mCSB_scrollTools .mCSB_dragger {
        width: 13px;
        margin-left: 12px;
    }
    .mCSB_scrollTools .mCSB_draggerRail {
        width: 4px;
        border-radius: none;
    }
    .mCSB_scrollTools .mCSB_draggerContainer {
        right: -11px;
    }
    .mCSB_scrollTools a+.mCSB_draggerContainer {
        margin: 0;
    }
    .mCSB_scrollTools {
        right: 20px;
    }
    .mCSB_scrollTools .mCSB_dragger {
        width: 7px;
        margin-left: 10px;
    }
    .eventsDetailsSection__ImageBlockCaption {
        width: 100%;
        left: 0;
        padding: 20px 65px;
    }
    .eventsDetailsSection__ImageBlockCaption::before {
        position: absolute;
        top: 10px;
        left: 25px;
    }
    .coursesSection__ImageCaption {
        padding: 10px 10px 0px;
    }
    .eventsDetailsSection__rightBlockInner {
        width: 200px;
    }
    .eventsDetailsSection__boxBottom::after {
        width: 200px;
    }
    .faqSection {
        margin-top: 40px;
    }
    .modalCustom__dialog {
        width: 80%;
    }
    .coursesSection__violetBtn {
        padding: 10px;
    }
    .publications__productright {
        width: 50%;
    }
    .publications__productsbtn {
        display: inline-block;
        margin: 20px 0;
    }
    .eventsDetailsSection__image {
        min-height: 250px;
    }
	.bannerSection__block {
    text-align: left;   margin-top: 170px;
	}
	.bannerSection__contentleft .bannerSection__para.mobileHidden {
		width: 80%;
		float: left;
	}
	.bannerSection__btnBlock {
    float: left;
    margin-right: 0;
}
li.successStoriesBlock__listBlock {
    max-width: 220px;
}
}

@media screen and (max-width: 768px) {
    .bannerSection__rightBar {
        width: 320px;
    }
    .bannerSection__rightBarText {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .bannerSection__rightBarIconsImage {
        width: 60px;
        margin: 5px 0;
    }
    .bannerSection__rightBarPara {
        font-size: 13px;
    }
    .bannerSection__contentleft {
        width: 75%;
    }
    .bannerSection__heading {
        font-size: 26px;
        font-size: 1.625em;
        margin-bottom: 20px;
    }
    .bannerSection__para {
        font-size: 16px;
    }
    .bannerSection__DateCalender {
        display: none;
    }
    .middleSection__headingRight {
        margin-bottom: 30px;
    }
    .bottomSection__pad0 {
        padding: 0 15px;
    }
    .footerSection__leftText {
        text-align: center;
    }
    .footerSection__rightColumn {
        float: none;
        margin: 0 auto;
    }
    .footerSection__fbIcon,
    .footerSection__YoutubeIcon {
        bottom: 5px;
    }
    .bottomSection__heading {
        margin-bottom: 15px;
    }
    .bottomSection__para {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 20px;
        line-height: 1.25em;
    }
    .bottomSection__leftLink,
    .coursesDetailsSection__List__btnLink {
        margin-bottom: 25px;
    }
    .bottomSection__rightFbImage {
        margin: 10px 0 20px;
        padding-top: 0;
    }
    .bottomSection__fbImage {
        margin: 0 auto;
        display: block;
    }
    .mobileHidden {
        display: none;
    }
    .famousDyslexiaSection .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .donationSection [type="checkbox"]:not(:checked)+label:before,
    .donationSection [type="checkbox"]:checked+label:before {
        width: 15px;
        height: 15px;
    }
    .donationSection [type="checkbox"]:not(:checked)+label:after,
    .donationSection [type="checkbox"]:checked+label:after {
        top: -3px;
        left: 3px;
    }
}

@media screen and (max-width: 767px) {
    .middleSection {
        padding-top: 0;
        border-bottom: none;
    }
    .middleSection__rightColumn {
        float: none;
    }
    .middleSection__leftSection {
        margin-top: 30px;
        margin-bottom: 25px;
        border-bottom: 2px dotted #f9efef;
        padding-bottom: 30px;
    }
    .middleSection__bottomTabs:before,
    .middleSection__bottomTabs:after {
        background: none;
        content: none;
    }
    .middleSection__para {
        padding: 0 20px;
    }
    .middleSection__anchorButtons {
        width: 230px;
        padding: 7px 10px;
        font-size: 18px;
        font-size: 1.125em;
    }
    .middleSection__bottomTabs {
        padding: 30px 0;
        border-top: none;
        box-shadow: none;
    }
    .middleSection__btnAnchor {
        min-width: 145px;
        padding-left: 5px;
    }
    .middleSection__buttonList {
        margin-bottom: 10px;
    }
    .bannerSection {
        background-position: 20% !important;
        min-height: 300px !important;
    }
    .bannerSection__rightBar {
        width: 100%;
        position: inherit;
        top: 0;
        min-height: 390px;
        border-radius: 0;
    }
    .bannerSection__block {
        margin-top: 125px;
    }
    .bannerSection__btn {
        width: 140px;
        padding: 14px 11px 10px;
    }
    .bannerSection__btn:after {
        bottom: 3px;
        right: 7px;
        background-position: -2px -12px;
        width: 30px;
    }
    .bannerSection__innerBannerHeading {
        margin-top: 150px;
        text-align: center;
        font-size: 27px;
        font-size: 1.6875em;
    }
    .bannerSection__contentSection {
        min-height: 230px !important;
    }
    .rotateslider-container {
        width: 280px;
        margin: 0 auto;
        height: 280px;
    }
    .rotateslider-container .rotateslider-item.prev {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0;
        top: 0;
    }
    .rotateslider-container .rotateslider-item.next {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0;
        top: 0;
    }
    .rotateslider-container .rotateslider-item.now {
        left: 140px;
        top: 53%;
    }
    .rotateslider-container .arrow.right {
        right: 40px;
        top: 33%;
    }
    .rotateslider-container .arrow.left {
        left: 40px;
        top: 33%;
    }
    .rotateslider-container .rotateslider-item {
        -webkit-transition: none;
        transition: none;
    }
    .rotateslider-container__cards {
        padding: 30px 25px 30px;
    }
    .rotateslider-container__heading {
        margin-bottom: 20px;
    }
    .rotateslider-container__para {
        text-align: center;
    }
    .bottomSection__borderLine {
        border: none;
        padding: 10px 0;
    }
    .bottomSection__headingMedium {
        text-align: center;
    }
    .bottomSection__middleSectionPara {
        line-height: 22px;
        line-height: 1.375em;
    }
    .bottomSection__mobileRightBlock {
        float: right;
        margin-top: 55px;
        width: 50%;
    }
    .bottomSection__personImage {
        width: 50%;
        float: left;
        height: inherit;
    }
    .bottomSection__personImage img {
        width: 180px;
        position: inherit;
        top: 25px;
    }
    .bottomSection__leftmarginBlock {
        margin-bottom: 30px;
    }
    .bottomSection__newsletterBlockpara {
        text-align: center;
    }
    .bottomSection__linksList {
        margin-bottom: 5px;
    }
    .bottomSection__newsletterBlock {
        position: absolute;
        top: -353px;
        height: 114px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        width: 300px;
    }
    .bottomSection__bglightGrey {
        margin-top: 105px;
        background: none;
    }
    .bottomSection__inputEmailBox {
        width: 98%;
    }
    .bottomSection__emailSubmitbtn {
        right: 8px;
    }
    .footerSection {
        padding: 15px 0;
    }
    .footerSection__rightColumn {
        width: 80%;
    }
    .footerSection__listBlock {
        width: 200px;
        margin: 10px auto;
        overflow: hidden;
        clear: both;
    }
    .footerSection__socialIcons {
        width: 100px;
        margin: 15px auto 0;
        float: none;
    }
    .footerSection__leftSection {
        float: none;
        text-align: center;
    }
    .footerSection__socialIcon {
        float: none;
        text-align: center;
        padding: 0;
        display: block;
        margin-bottom: 5px;
    }
    .footerSection__rightSection {
        text-align: center;
        display: block;
    }
    .footerSection__link {
        margin-bottom: 5px;
    }
    .eventsSection__topBlockImage {
        width: 100%;
    }
    .contentSection__leftBlock {
        width: 100%;
        height: 50px;
        margin-bottom: 35px;
        display: inline-block;
    }
    .contentSection__list:before {
        top: 22px;
    }
    .bannerBlock .owl-theme .owl-dots {
        left: 2%;
        bottom: 15%;
    }
    .successStoriesBlock__blocks {
        width: 100%;
    }
    .contentSection__listBlock {
        position: absolute;
        width: 96%;
        z-index: 1000;
        background: #fff;
        margin-top: 30px;
    }
    .contentSection__list {
        cursor: pointer;
        padding-left: 20px;
        margin-bottom: 0;
    }
    .contentSection__list::before {
        display: none;
    }
    .contentSection__list--active {
        display: block !important;
    }
    .contentSection__listMain::before {
        content: "";
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: 22px;
        right: 15px;
        left: inherit;
        background: url("../images/sprite.png") no-repeat;
        display: inline-block;
        vertical-align: middle;
        width: 11px;
        height: 11px;
        background-position: -38px -135px;
        z-index: 999;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .contentSection__listMain.rotateArrow::before {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .contentSection__heading {
        cursor: pointer;
        display: none;
    }
    .contentSection__listMain.active {
        display: block;
    }
    .contentSection__middleBlock {
        margin-top: 20px;
    }
    .commonBreadcrumbs__breadcrumbs {
        display: none;
    }
    .eventsDetailsSection__TopImageBlock {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .eventsDetailsSection__addressBlockHeading {
        margin-bottom: 20px;
    }
    /* .committeMembers {
    margin-top: 40px;
  } */
    .committeMembers__block {
        height: auto;
    }
    .committeMembers__blockInner {
        position: static;
        padding: 30px 25px 20px 20px;
    }
    .publications__productLeft {
        margin: 0 auto 5%;
        width: 150px;
        height: auto;
    }
    .publications__productLeftImage {
        position: inherit;
        width: 90%;
    }
    .publications__productright {
        width: 100%;
        margin-left: 5px;
    }
    .publications__selectBlock {
        margin: 20px 0;
        float: none;
    }
    .publications__productsbtn {
        margin: 20px 20px 0 0;
        clear: both;
        display: inline-block;
    }
    .publications__listItems {
        float: none;
        margin: 0 0 10px 0;
    }
    .publications__select {
        width: 100%;
    }
    .publications__downArrow {
        top: 10px;
    }
    .publications__productBlocks {
        padding: 12px 10px 15px 5px;
        min-height: inherit;
    }
    .publications__zoominTexts {
        right: 20px;
    }
    .publications__productsPara {
        overflow: hidden;
        min-height: 230px;
        margin-bottom: 10px;
    }
    .publications__productsrupees {
        margin-bottom: 10px;
        padding-top: 20px;
        clear: both;
    }
    .publications__productsStocks {
        display: block;
        margin: 15px 0 0;
    }
    .publications__productentitites {
        margin-bottom: 15px;
    }
    .publications__productsHeading {
        border-bottom: 1px solid #d3d3d3;
        padding: 10px 0 13px;
        margin: 0;
        font-size: 22px;
        font-size: 1.375em;
        cursor: pointer;
    }
    .publications__productrightTopBlock {
        border-bottom: 1px solid #d3d3d3;
        padding-top: 20px;
        margin-bottom: 0;
    }
    .publications__accordianArrow {
        display: block !important;
        top: 22px;
    }
    .publications__block--active .publications__accordianArrow {
        background: url("../images/sprite.png") no-repeat;
        display: inline-block;
        vertical-align: middle;
        width: 17px;
        height: 14px;
        background-position: -115px -164px;
    }
    .publications__productrightTopBlock {
        display: none;
    }
    .active .publications__accordianArrow {
        background: url("../images/sprite.png") no-repeat;
        display: inline-block;
        vertical-align: middle;
        width: 17px;
        height: 14px;
        background-position: -115px -165px;
    }
    .coursesSection__ImageBlock img {
        width: 100%;
    }
    .coursesSection__selectBlock {
        margin: 30px 0 0;
    }
    .middleSection__paginationBlock {
        padding: 0 30px;
    }
    .middleSection__paginationlist {
        width: 25px;
        height: 25px;
        padding: 7px;
        margin: 5px 5px 0;
    }
    .gallerySection__mainBlock {
        margin: 0 auto 30px;
    }
    .gallerySection__searchBox {
        margin: 30px auto 10px;
        display: block;
        float: none;
        width: 280px;
    }
    .gallerySection__block {
        margin-bottom: 0;
    }
    .committeMembers__block {
        height: auto;
    }
    .coursesSection__listItems:first-child {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .coursesSection__listItems:first-child select {
        width: 100%;
    }
    .coursesSection__listItems {
        margin-right: 5%;
        width: 47.5%;
        margin-left: 0;
    }
    .coursesSection__dateText {
        width: 100%;
    }
    .coursesSection__listItems:nth-child(3) {
        margin-right: 0;
    }
    .coursesSection__selectBlock {
        float: none;
    }
    .coursesSection__listItems:last-child {
        width: 45px;
        margin-right: 0;
        float: right;
    }
    .coursesSection__blockMain {
        margin-top: 10px;
    }
    .coursesSection__textBlock {
        padding: 15px 10px 5px;
    }
    .coursesSection__bottomAddress,
    .coursesDetailsSection__List__bottomAddress {
        padding: 5px 0 15px;
    }
    .coursesSection__amountDateHeading,
    .coursesDetailsSection__List__amountDateHeading {
        font-size: 13px;
    }
    .coursesSection__downArrow {
        top: 10px;
    }
    .contactSection .contentSection__middleBlock {
        margin-top: 30px;
    }
    .contactSection__smallHeading {
        margin-top: 0;
    }
    .contactSection__formBlock {
        width: 300px;
        margin: 0 auto 20px;
        padding-top: 20px;
    }
    .contactSection__mainBlock {
        margin-top: 30px;
    }
    .contactSection__formBlockMain {
        margin-bottom: 20px;
    }
    .contactSection__captchaCenter {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        margin-bottom: 10px;
    }
    /* .famousDyslexiaSection {
    margin-top: 40px;
  } */
    .modal-dialog.modalCustom__dialog {
        width: 98%;
        margin: 20px 0 0;
    }
    .modal-body.modalfamousDyslexia {
        padding: 20px 10px 20px;
    }
    .errorPage {
        margin: 30px 0 60px;
    }
    .donationSection {
        /* margin: 30px 0; */
		margin: 100px 0 30px;
    }
    .faqSection__blockheader {
        font-size: 15px;
    }
    li.siteMap__listBlock {
        width: 50%;
    }
    .coursesSection__blocksMobile {
        margin-bottom: 30px;
    }
    .generalModal .modal-dialog {
        width: 300px;
    }
    .committeMembers__block {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .eventsSection__block {
        margin-top: 30px;
    }
    .coursesDetailsSection__img img {
        min-height: inherit;
    }
    .coursesDetailsSection__imgList {
        margin-top: 30px;
    }
    .contentSection__middleBlock h2 {
        font-size: 17px;
    }
    .famousDyslexiaSection .demo {
        margin-top: 20px;
    }
	.contentSection__Submenu{
	display:block;
}
	.bannerSection__rightBar .bannerSection__rightBarText {
		margin-left: 15px;
	}
	.bannerSection__rightBarItem {
		padding: 7px 0 7px 15px;
	}
	span.headerSection__Dec{
		display:none;
	}
	.bannerSection__btnBlock{
		float:none;
	}
	li.successStoriesBlock__listBlock {
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    width: 100%;
   }
   .headerSection__navigationButton{
		width: 150px;
		height: 46px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 13px;
	}
	
	.donationSection__amount {
		padding: 20px 0 15px;
	}
	.payable_info{
	    font-size: 12px;
	}
	.payment-list{
		width:100%;
	}
	.payment-list li{
		width:50%;
	}
	.btn-payment,.btn-makepayment{
		padding: 8px 15px;
		display: inline-block;
	}
	.payment-list .payment-list__item1,.payment-list .payment-list__item2{
		width:50%;
	}
	.no-topSpace{
		margin-top:20px;
	}    

}

@media (max-width: 600px) {
    .coursesSection__blocksMobile {
        margin: 0 auto 50px;
        display: block;
        float: none;
        width: 300px;
    }
    .coursesSection__blocksMobile:last-child {
        margin-bottom: 10px;
    }
    .gallerySliderModal__modalCloseBtn {
        background-color: #000;
        position: absolute;
        top: 20px;
        right: 22px;
        z-index: 99;
    }
    .contactSection__formBlock {
        width: 288px;
        padding: 20px 20px 30px;
    }
    .modalfamousDyslexia__BlockImg {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto 20px;
    }
    .donationSection__labelleft {
        width: 30%;
    }
    .donationSection__textboxGroup {
        width: 68%;
    }
    .donationSection__txtInput {
        width: 100%;
    }
    .donationSection__selectboxBlock {
        width: 68%;
    }
    .donationSection__checkboxBlock {
        margin: 25px 0;
    }
    .donationSection__captcha {
        margin-bottom: 10px;
    }
    .donationSection__selectBox {
        font-size: 12px;
        padding: 13px 5px;
    }
    .donationSection__mediumFont {
        font-size: 18px;
    }
    .donationSection textarea {
        width: 100%;
    }
    .faqSection__blockheader {
        font-size: 13px;
        padding: 15px 10px;
    }
    .faqSection__accordianArrow {
        top: 15px;
    }
    .faqSection__block--active {
        height: 200px;
        max-height: 220px;
    }
    .ambassadorSection__imageBlockpara {
        background: rgba(0, 0, 0, 0.55);
        padding: 15px;
        width: 100%;
        bottom: 0;
        margin-bottom: 0;
        font-size: 15px;
        padding: 10px;
    }
    .gallerySliderModal {
        padding: 15px;
    }
    .gallerySliderModal .modal-body {
        padding: 20px;
    }
    #sync128 .item {
        height: 380px;
    }
}

@media (max-width: 480px) {
    .bannerBlock .owl-theme .owl-dots {
        bottom: 13%;
    }
    .middleSection__bottomTabs {
        margin-bottom: 20px;
    }
    .coursesDetailsSection__List__courseSection {
        padding: 20px 15px 0;
    }
    .donationSection__captcha {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .donationSection__submitBtn {
        margin: 20px auto;
        float: none;
        display: block;
    }
    .contentSection__listBlock {
        width: 94%;
    }
}

@media (max-width: 380px) {
    .bannerBlock .owl-theme .owl-dots {
        bottom: 8%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .modalCustom__dialog {
        width: 55%;
    }
}

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

@media screen and (min-width: 1200px) and (max-width: 1250px) {
    .container {
        width: 1180px;
    }
}

.vErrMsg1 {
    color: red;
    float: none;
    display: block;
    font-weight: normal;
    font-size: 11px;
}
.headerSection__Dec{
	    width: 120px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.mda__title{
	font-size: 20px;
font-family:"linottesemibold";
color:#FFCA08;
}
.readnews{
	padding:15px 0 10px 0;
}
.success-msg{
	background-color:#0aff1b;
	padding:5px 20px;
	display:inline-block;
	border-radius:3px
}
.fail-msg{
	background-color:red;
	padding:5px 20px;
	display:inline-block;
	border-radius:3px
}

.page-active{
	background: #FFCA08;
	font-weight: bold;
}

.coursesDetailsSection__contentaera ul {
	margin:15px 0 15px 18px;
	display:block;
}
.coursesDetailsSection__contentaera ul li{
    font-size: 13px;
    list-style-type: disc;
	padding-bottom: 5px;
}
.coursesDetailsSection__contentaera ul li:last-child{
	padding:0;
}
a.coursesSection__violetBtn {
    min-width: 172px;
    text-align: center;
	font-size:14px;
	text-transform:capitalize;
}
img.committeMembers__imageInner {
    position: static;
}
.modalfamousDyslexia__BlockImg.shadowhide {
    box-shadow: none;
}