html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none!important;
        color: #000!important;
        background: transparent!important;
        box-shadow: none!important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff!important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff!important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000!important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd!important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #3767B3;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .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;
}

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, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #999;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .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: 200;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, 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.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@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 #999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

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.42857143;
        color: #999;
    }

        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.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@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-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@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-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@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-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        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 > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .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 > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=date] {
    line-height: 34px;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .radio label, .checkbox label {
        display: inline;
        font-weight: 400;
        cursor: pointer;
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 25px;
        right: 0;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
            float: none;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: left !important;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #999;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    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%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../../../../error.html);
    src: url(../../../../error.html?#iefix) format('embedded-opentype'),url(../../../../error.html) format('woff'),url(../../../../error.html) format('truetype'),url(../../../../error.html#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    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;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .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-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .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 .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 > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-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 {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .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 > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block!important;
            height: auto!important;
            padding-bottom: 0;
            overflow: visible!important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important;
    }

    .navbar-right {
        float: right!important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
            float: none;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        /*border-color: #ddd;*/
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #fff;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #fff;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #428bca;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:hover, .label[href]:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: gray;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #e1edf7;
        }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.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 {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .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 {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .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 td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .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 td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .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 td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th: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 td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .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 td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .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 td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th: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 {
    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-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .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;
        overflow: hidden;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse .panel-body {
            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 {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    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%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .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;
    }

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-control.left {
        background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
}

    .carousel-control.right {
        left: auto;
        right: 0;
        background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
}

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none!important;
    visibility: hidden!important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row!important;
    }

    th.visible-md, td.visible-md {
        display: table-cell!important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell!important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important;
    }
}

.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row!important;
    }

    th.visible-print, td.visible-print {
        display: table-cell!important;
    }
}

@media print {
    .hidden-print {
        display: none!important;
    }
}

html.overlay-open .navbar-fixed-top {
    z-index: 400;
}

html.js fieldset.collapsed {
    height: auto;
}

html.js input.form-autocomplete {
    background-image: none;
}

body {
    position: relative;
}

    body.admin-expanded.admin-vertical.admin-nw .navbar, body.admin-expanded.admin-vertical.admin-sw .navbar {
        margin-left: 260px;
    }

    body.navbar-is-fixed-top {
        padding-top: 64px !important;
    }

    body.navbar-is-fixed-bottom {
        padding-bottom: 64px !important;
    }

    body.toolbar {
        padding-top: 30px !important;
    }

        body.toolbar .navbar-fixed-top {
            top: 30px;
        }

        body.toolbar.navbar-is-fixed-top {
            padding-top: 94px !important;
        }

    body.toolbar-drawer {
        padding-top: 64px !important;
    }

        body.toolbar-drawer .navbar-fixed-top {
            top: 64px;
        }

        body.toolbar-drawer.navbar-is-fixed-top {
            padding-top: 128px !important;
        }

    body.admin-menu .navbar-fixed-top {
        top: 21px;
    }

    body.admin-menu.navbar-is-fixed-top {
        padding-top: 93px !important;
    }

    body div#admin-toolbar {
        z-index: 1600;
    }

    body #toolbar, body #admin-menu, body #admin-toolbar {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    body #admin-menu {
        margin: 0;
        padding: 0;
        position: fixed;
        z-index: 1600;
    }

        body #admin-menu .dropdown li {
            line-height: normal;
        }

.navbar.container {
    margin-top: 20px;
}

@media screen and (min-width:768px) {
    .navbar.container {
        max-width: 720px;
    }
}

@media screen and (min-width:992px) {
    .navbar.container {
        max-width: 940px;
    }
}

@media screen and (min-width:1200px) {
    .navbar.container {
        max-width: 1140px;
    }
}

.navbar.container > .container {
    margin: 0;
    padding: 0;
    width: auto;
}

#overlay-container, .overlay-modal-background, .overlay-element {
    z-index: 1500;
}

#toolbar {
    z-index: 1600;
}

.modal {
    z-index: 1620;
}

.modal-dialog {
    z-index: 1630;
}

.modal-backdrop {
    z-index: 1610;
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
}

.element-invisible {
    margin: 0;
    padding: 0;
    width: 1px;
}

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width:768px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0;
    }
}

ul.secondary {
    float: left;
}

@media screen and (min-width:768px) {
    ul.secondary {
        float: right;
    }
}

.page-header {
    margin-top: 0;
}

.block:first-child h2.block-title {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.region-help > .glyphicon {
    font-size: 18px;
    float: left;
    margin: -0.05em 0.5em 0 0;
}

.region-help .block {
    overflow: hidden;
}

form#search-block-form {
    margin: 0;
}

.navbar #block-search-form {
    float: none;
    margin: 5px 0 5px 5px;
}

@media screen and (min-width:992px) {
    .navbar #block-search-form {
        float: right;
    }
}

.navbar-search .control-group {
    margin-bottom: 0px;
}

ul.action-links {
    margin: 12px 0;
    padding: 0;
}

    ul.action-links li {
        display: inline;
        margin: 0;
        padding: 0 6px 0 0;
    }

    ul.action-links .glyphicon {
        padding-right: 0.5em;
    }

input, textarea, select, .uneditable-input {
    max-width: 100%;
    width: auto;
}

    input.error {
        color: #b94a48;
        border-color: #ebccd1;
    }

fieldset legend.panel-heading {
    float: left;
    line-height: 1em;
    margin: 0;
}

fieldset .panel-body {
    clear: both;
}

fieldset .panel-heading a.panel-title {
    color: inherit;
    display: block;
    margin: -10px -15px;
    padding: 10px 15px;
}

    fieldset .panel-heading a.panel-title:hover {
        text-decoration: none;
    }

.form-actions {
    clear: both;
}

.resizable-textarea textarea {
    border-radius: 4px 4px 0 0;
}

.radio:first-child, .checkbox:first-child {
    margin-top: 0;
}

.radio:last-child, .checkbox:last-child {
    margin-bottom: 0;
}

.help-block, .control-group .help-inline {
    color: #999999;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
}

.panel-heading {
    display: block;
}

a.tabledrag-handle .handle {
    height: auto;
    width: auto;
}

.error {
    color: #b94a48;
}

div.error, table tr.error {
    background-color: #f2dede;
    color: #b94a48;
}

.control-group.error {
    background: none;
}

    .control-group.error label, .control-group.error .control-label {
        color: #b94a48;
        font-weight: 600;
    }

    .control-group.error input, .control-group.error textarea, .control-group.error select, .control-group.error .uneditable-input {
        color: #555555;
        border: 1px solid #cccccc;
    }

    .control-group.error .help-block, .control-group.error .help-inline {
        color: #333333;
    }

.list-inline > li.first {
    padding-left: 0;
}

.nav-tabs {
    margin-bottom: 10px;
}

ul li.collapsed, ul li.expanded, ul li.leaf {
    list-style: none;
    list-style-image: none;
}

.tabs--secondary {
    margin: 0 0 10px;
}

.submitted {
    margin-bottom: 1em;
    font-style: italic;
    font-weight: normal;
    color: #777;
}

.password-strength {
    width: 17em;
    float: right;
    margin-top: 1.4em;
}

.password-strength-title {
    display: inline;
}

.password-strength-text {
    float: right;
    font-weight: bold;
}

.password-indicator {
    background-color: #949494;
    height: 0.3em;
    width: 100%;
}

    .password-indicator div {
        height: 100%;
        width: 0%;
        background-color: #999999;
    }

input.password-confirm, input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
}

div.password-confirm {
    float: right;
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
}

div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
}

div.password-suggestions ul {
    margin-bottom: 0;
}

.confirm-parent, .password-parent {
    clear: left;
    margin: 0;
    width: 36.3em;
}

.progress-wrapper .progress {
    margin-bottom: 10px;
}

.pagination ul > li > a.progress-disabled {
    float: left;
}

.form-autocomplete .glyphicon {
    color: #999999;
    font-size: 120%;
}

    .form-autocomplete .glyphicon.glyphicon-spin {
        color: #428bca;
    }

.form-autocomplete .input-group-addon {
    background-color: #ffffff;
}

.ajax-progress .glyphicon {
    font-size: 90%;
    margin: 0 -0.25em 0 0.5em;
}

.glyphicon-spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

a .glyphicon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0%;

{
    -o-transform: rotate(0deg);
}

100% {
    -o-transform: rotate(359deg);
}

}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.glyphicon-refresh {
    -webkit-transform-origin: 50% 45%;
    -moz-transform-origin: 50% 45%;
    -ms-transform-origin: 50% 45%;
    -o-transform-origin: 50% 45%;
    transform-origin: 50% 45%;
}

.tabbable {
    margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    border-bottom: 0;
}

    .tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
        color: #999999;
        font-size: 12px;
    }

.tab-pane > .panel-heading {
    display: none;
}

.tab-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #dddddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #dddddd;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #dddddd #dddddd #dddddd;
    }

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    padding-bottom: 20px;
    width: 220px;
}

    .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
        float: none;
    }

        .tabs-left > .nav-tabs > li:focus, .tabs-right > .nav-tabs > li:focus {
            outline: 0;
        }

        .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
            margin-right: 0;
            margin-bottom: 3px;
        }

            .tabs-left > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:focus {
                outline: 0;
            }

.tabs-left > .tab-content, .tabs-right > .tab-content {
    border-radius: 0 4px 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    border: 1px solid #dddddd;
    overflow: hidden;
    padding: 10px 15px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: -1px;
}

    .tabs-left > .nav-tabs > li > a {
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > .nav-tabs > .active > a, .tabs-left > .nav-tabs > .active > a:hover, .tabs-left > .nav-tabs > .active > a:focus {
        border-color: #dddddd transparent #dddddd #dddddd;
        -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.05);
        -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.05);
        box-shadow: -1px 1px 1px rgba(0,0,0,0.05);
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: -1px;
}

    .tabs-right > .nav-tabs > li > a {
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
            -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
            -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
            box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
        }

    .tabs-right > .nav-tabs > .active > a, .tabs-right > .nav-tabs > .active > a:hover, .tabs-right > .nav-tabs > .active > a:focus {
        border-color: #dddddd #dddddd #dddddd transparent;
    }

th.checkbox, td.checkbox, th.radio, td.radio {
    display: table-cell;
}

.views-display-settings .label {
    font-size: 100%;
    color: #666666;
}

.views-display-settings .footer {
    padding: 0;
    margin: 4px 0 0 0;
}

table .radio input[type="radio"], table .checkbox input[type="checkbox"] {
    max-width: inherit;
}

.form-horizontal .form-group label {
    position: relative;
    min-height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    /*text-align: right;*/
}

@media (min-width:768px) {
    .form-horizontal .form-group label {
        /*float: left;*/
        /*width: 16.66666667%;*/
    }
}

.alert a {
    font-weight: bold;
}

.alert-success a {
    color: #356635;
}

.alert-info a {
    color: #2d6987;
}

.alert-warning a {
    color: #a47e3c;
}

.alert-danger a {
    color: #953b39;
}

.col-sm-12 {
    min-height: 0;
}

.multi-col .view-content .container, .remove-view-container .view-content .container {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .multi-col .view-content .container .row, .remove-view-container .view-content .container .row {
        margin: 0;
    }

/*.form-control {
    height: 42px;
}*/

@font-face {
    font-family: 'FontAwesome';
    src: url(../../../all/themes/marble/css/fonts/fontawesome-webfontba72.eot?v=4.0.3);
    src: url(../../../all/themes/marble/css/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.0.3) format('embedded-opentype'),url(../../../all/themes/marble/css/fonts/fontawesome-webfontba72.woff?v=4.0.3) format('woff'),url(../../../all/themes/marble/css/fonts/fontawesome-webfontba72.ttf?v=4.0.3) format('truetype'),url(../../../all/themes/marble/css/fonts/fontawesome-webfontba72.svg?v=4.0.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: 0.14285714285714285em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.8571428571428572em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0%;

{
    -o-transform: rotate(0deg);
}

100% {
    -o-transform: rotate(359deg);
}

}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}


.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-asc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-desc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-mail-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #cccccc;
    }

        .mfp-preloader a:hover {
            color: white;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid white;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid white;
        margin-left: 39px;
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: black;
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #444444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
    }

        .mfp-img-mobile .mfp-figure:after {
            top: 0;
            bottom: 0;
        }

        .mfp-img-mobile .mfp-figure small {
            display: inline;
            margin-left: 5px;
        }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.bx-wrapper {
    position: relative;
    margin: 0px auto 30px;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    .bx-wrapper .bx-viewport {
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../../../all/themes/marble/images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
        z-index: 4;
    }

        .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #e8e8e8;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -o-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #f1f1f1;
            }

.clients .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 1px solid #fff;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    outline: 0;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .clients .bx-wrapper .bx-pager.bx-default-pager a:hover, .clients .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #fff;
    }

.bx-wrapper .bx-controls-direction a {
}

.bx-wrapper .bx-prev {
    left: -1px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -o-border-bottom-right-radius: 20px;
}

.bx-wrapper .bx-next {
    right: -1px;
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -o-border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -o-border-bottom-left-radius: 20px;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(../../../all/themes/marble/css/images/controls.html) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
            background-position: -86px 0;
        }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(../../../all/themes/marble/css/images/controls.html) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
            background-position: -86px -33px;
        }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80,80,80,0.75);
    width: 100%;
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px;
    }

.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        -ms-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        -ms-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        -ms-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    transition-property: height,width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform,opacity;
        -moz-transition-property: -moz-transform,opacity;
        transition-property: transform,opacity;
    }

.ul-reset {
    margin: 0;
    padding: 0;
}

.paragraph {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
}

.anchor {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.heading1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
}

.heading2 {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
}

.heading3 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
}

.heading4 {
    color: #797979;
    font-size: 16px;
    font-family: 'Raleway',sans-serif;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0 0 10px;
}

.transition {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.transition2 {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.no-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.animation-hover {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: hovertrans;
    -moz-animation-name: hovertrans;
    -ms-animation-name: hovertrans;
    -o-animation-name: hovertrans;
    animation-name: hovertrans;
}

@-webkit-keyframes hovertrans {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
    }

    50% {
        transform: scale(1.07);
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
        -o-transform: scale(1.07);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

@-moz-keyframes hovertrans {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
    }

    50% {
        transform: scale(1.07);
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
        -o-transform: scale(1.07);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

@-o-keyframes hovertrans {
    0%;

{
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
}

100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

}

@keyframes hovertrans {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
    }

    50% {
        transform: scale(1.07);
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
        -o-transform: scale(1.07);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

.trans-origin {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.full-width {
    width: 100%;
}

.navbar-default {
    background: #fff;
    
        box-shadow: 0 2px 0 #12A89D;     -moz-box-shadow: 0 2px 0 #12A89D;     -webkit-box-shadow: 0 2px 0 #12A89D;
}

.navbar-brand {
    height: auto;
    padding: 20px 15px;
}

.navbar-nav, ul#muchomenu-1 {
    margin: 24px 0px 0px 0px;
}

    .navbar-nav > li, ul#muchomenu-1 li {
        margin-left: 20px;
    }

        .navbar-nav > li > a, ul#muchomenu-1 li a {
            color: #95a5a5;
            font-size: 14px;
            font-family: 'Raleway',sans-serif;
            font-weight: 500;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            padding-bottom: 22px;
            text-decoration: none;
        }

            .navbar-nav > li > a:hover, .navbar-nav > li.active > a, .navbar-nav > li a.active-trail.dropdown-toggle {
                color: #3668B3 !important;
                background: #f9fafb !important;
            }

    .navbar-nav a.open-search {
        padding-left: 0;
    }

        .navbar-nav a.open-search i, ul#muchomenu-1 li a.open-search i {
            color: #12A89D;
            font-size: 0;
            display: inline-block;
            margin-top: -5px;
        }

            .navbar-nav a.open-search i:before, ul#muchomenu-1 li a.open-search i:before {
                font-size: 20px;
            }

    .navbar-nav li.drop {
        position: relative;
    }

    .navbar-nav li ul.drop-down {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 160px;
        visibility: hidden;
        opacity: 0;
        z-index: 3;
        text-align: left;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }

        .navbar-nav li ul.drop-down li {
            list-style: none;
            display: block;
            margin: 0;
        }

            .navbar-nav li ul.drop-down li ul.drop-down.level3 {
                -webkit-transform: rotateX(0deg);
                -moz-transform: rotateX(0deg);
                -ms-transform: rotateX(0deg);
                -o-transform: rotateX(0deg);
                transform: rotateX(0deg);
                -webkit-transform: rotateY(-90deg);
                -moz-transform: rotateY(-90deg);
                -ms-transform: rotateY(-90deg);
                -o-transform: rotateY(-90deg);
                transform: rotateY(-90deg);
                top: 0px;
                left: 100%;
                border-bottom: none;
            }

            .navbar-nav li ul.drop-down li a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                display: block;
                color: #ffffff;
                font-size: 12px;
                font-family: 'Raleway',sans-serif;
                padding: 16px 20px;
                text-transform: uppercase;
                font-weight: 700;
                background: #3a3d41;
                margin: 0;
                border: none;
            }

                .navbar-nav li ul.drop-down li a:hover, .navbar-nav li ul.drop-down li a.active {
                    background: #12a89d;
                }

            .navbar-nav li ul.drop-down li:hover ul.drop-down.level3 {
                -webkit-transform: rotateY(0deg);
                -moz-transform: rotateY(0deg);
                -ms-transform: rotateY(0deg);
                -o-transform: rotateY(0deg);
                transform: rotateY(0deg);
            }

            .navbar-nav li ul.drop-down li:last-child {
                border-bottom: none;
            }

    .navbar-nav li:hover > ul.drop-down {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

header.one-page .navbar-nav > li {
    margin-left: 0;
}

    header.one-page .navbar-nav > li > a span {
        color: #12a89d;
    }

.page-search button[type=submit] {
    height: 42px;
}

.form-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 230px;
    background: #12a89d;
    padding: 14px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    .form-search input[type="search"] {
        font-size: 13px;
        color: #dddddd;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        margin: 0;
        color: #3a3d41;
        padding: 10px 12px;
        border: none;
        width: 100%;
        outline: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        background: #ffffff;
    }

    .form-search button {
        background: #ffffff;
        border: none;
        float: right;
        margin-top: -32px;
        margin-right: 15px;
        position: relative;
        z-index: 2;
    }

        .form-search button i {
            color: #12a89d;
            font-size: 0;
        }

            .form-search button i:before {
                font-size: 16px;
            }

    .form-search.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

#container {
    padding-top: 0px;
}

.slider1 {
    position: relative;
}

    .slider1 .banner-thumbs {
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100px;
        left: 0;
        bottom: 50px;
    }

        .slider1 .banner-thumbs ul.slider-thumbnails {
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

            .slider1 .banner-thumbs ul.slider-thumbnails li {
                border-top: 2px solid #3a3d41;
                margin: 0;
                width: 25%;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                float: left;
            }

                .slider1 .banner-thumbs ul.slider-thumbnails li a {
                    display: inline-block;
                    text-decoration: none;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
                    -o-border-radius: 0px;
                    border-radius: 0px;
                    background: #3a3d41;
                    display: block;
                    border: none !important;
                    margin: 0;
                    width: 100%;
                    padding: 30px 10px;
                    overflow: hidden;
                }

                    .slider1 .banner-thumbs ul.slider-thumbnails li a span {
                        display: inline-block;
                        float: left;
                        width: 40px;
                        height: 40px;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        -o-border-radius: 50%;
                        border-radius: 50%;
                        background: #12a89d;
                        color: #ffffff;
                        text-align: center;
                        line-height: 40px;
                        font-size: 18px;
                        font-family: arial;
                        font-weight: 700;
                        transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                    }

                    .slider1 .banner-thumbs ul.slider-thumbnails li a h2 {
                        color: #3a3d41;
                        font-size: 14px;
                        font-family: 'Raleway',sans-serif;
                        font-weight: 700;
                        margin: 0 0 2px;
                        text-transform: uppercase;
                        color: #ffffff;
                        font-size: 18px;
                        text-transform: inherit;
                        margin: 3px 0 0 60px;
                        transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        text-align: left;
                    }

                    .slider1 .banner-thumbs ul.slider-thumbnails li a p {
                        font-size: 13px;
                        color: #dddddd;
                        font-family: 'Raleway',sans-serif;
                        font-weight: 400;
                        line-height: 20px;
                        margin: 0 0 24px;
                        font-size: 12px;
                        font-weight: 700;
                        margin: 0;
                        margin-left: 60px;
                        transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        text-align: left;
                    }

                    .slider1 .banner-thumbs ul.slider-thumbnails li a:hover {
                        background: #3a3d41;
                        opacity: 0.7;
                    }

                .slider1 .banner-thumbs ul.slider-thumbnails li.active {
                    border-top: 2px solid #12a89d;
                }

                    .slider1 .banner-thumbs ul.slider-thumbnails li.active a span {
                        background: #ffffff;
                        color: #3a3d41;
                    }

.slider1 {
    overflow: hidden;
}

    .slider1 .tp-bannertimer {
        display: none;
    }

.slotholder:after, .md-slide-items .overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,61,65,0.8);
}

.slider3 .slotholder:after, #md-slider-3-block .overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
}

.tp-caption.large_bold_white {
    font-size: 60px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
}

.tp-caption.medium_thin_white {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway',sans-serif;
}

    .tp-caption.medium_thin_white .button-large {
        margin: 0 10px;
    }

.tp-caption.large_bold_grey {
    font-size: 60px;
    color: #3a3d41;
    font-weight: 700;
    text-align: center;
}

    .tp-caption.large_bold_grey span {
        color: #12a89d;
        display: block;
    }

.tp-caption.medium_thin_grey {
    color: #999999;
    font-size: 18px;
    font-family: 'Raleway',sans-serif;
    text-align: center;
}

.slider3 .tp-leftarrow.default {
    background: url(../../../all/themes/marble/images/revolution-icons/large_left2.html) no-Repeat 0 0;
}

.slider3 .tp-rightarrow.default {
    background: url(../../../all/themes/marble/images/revolution-icons/large_right2.html) no-Repeat 0 0;
}

.slider3 .tp-leftarrow:hover, .slider3 .tp-rightarrow:hover {
    background-position: bottom left;
}

.slider-fullwidth {
    margin-top: -67px;
}

.title-section {
    padding: 30px 0px 30px 0px;
    text-align: center;
    background: #f9fafb;
}

    .student_info_tools_title .tab-section .title-section h1, .our_process .tab-section .title-section h1, .title-section h1, .view-blog .view-header h1 {
        color: #12A89D;
        font-size: 24px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 7px;
    }

    .student_info_tools_title .tab-section .title-section p, .our_process .tab-section .title-section p, .title-section p {
        font-size: 13px;
        color: #dddddd;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        color: #999999;
        font-size: 15px;
        margin: 0;
    }

        .title-section p.detail {
            font-size: 13px;
            margin: 30px auto 0;
            max-width: 660px;
        }

.services-section .view-content {
    background: url(../../../all/themes/marble/images/back.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

    .services-section .view-content .services-post {
        margin-bottom: 25px;
        text-align: center;
        position: relative;
        z-index: 2;
    }

        .services-section .view-content .services-post .services-head {
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 30px;
        }

            .services-section .view-content .services-post .services-head a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                width: 60px;
                height: 60px;
                background: #f9fafb;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                margin-bottom: 22px;
            }

                .services-section .view-content .services-post .services-head a i {
                    color: #3a3d41;
                    line-height: 60px;
                    font-size: 0;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                }

                    .services-section .view-content .services-post .services-head a i:before {
                        font-size: 30px;
                    }

            .services-section .view-content .services-post .services-head h2 {
                color: #3a3d41;
                font-size: 24px;
                font-family: 'Raleway',sans-serif;
                font-weight: 700;
                margin: 0 0 7px;
                color: #ffffff;
                margin-bottom: 3px;
            }

            .services-section .view-content .services-post .services-head span {
                font-size: 13px;
                color: #dddddd;
                font-family: 'Raleway',sans-serif;
                font-weight: 400;
                line-height: 20px;
                margin: 0 0 24px;
                display: inline-block;
                font-size: 12px;
                color: #ffffff;
                margin: 0;
            }

            .services-section .view-content .services-post .services-head:after {
                position: absolute;
                content: '';
                width: 60px;
                height: 1px;
                background: #ffffff;
                bottom: 0;
                left: 50%;
                margin-left: -30px;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }

        .services-section .view-content .services-post p {
            font-size: 13px;
            color: #dddddd;
            font-family: 'Raleway',sans-serif;
            font-weight: 400;
            line-height: 20px;
            margin: 0 0 24px;
        }

        .services-section .view-content .services-post:hover .services-head a {
            background: #12a89d;
        }

            .services-section .view-content .services-post:hover .services-head a i {
                color: #ffffff;
            }

        .services-section .view-content .services-post:hover .services-head:after {
            background: #12a89d;
        }

    .services-section .view-content:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(58,61,65,0.8);
    }

a.button-one, .button-one a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999999;
    box-shadow: 0 3px 0 #5c5f62;
    -webkit-box-shadow: 0 3px 0 #5c5f62;
    -moz-box-shadow: 0 3px 0 #5c5f62;
    -o-box-shadow: 0 3px 0 #5c5f62;
}

    a.button-one:hover, .button-one a:hover {
        background: #12a89d;
        border: 1px solid #12a89d;
        box-shadow: 0 3px 0 #9e2114;
        -webkit-box-shadow: 0 3px 0 #9e2114;
        -moz-box-shadow: 0 3px 0 #9e2114;
        -o-box-shadow: 0 3px 0 #9e2114;
    }

.banner-section {
    background: url(../../../all/themes/marble/images/pattern.png);
    padding: 60px 0;
    text-align: center;
}

    .banner-section h1 {
        color: #3a3d41;
        font-size: 24px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 7px;
        color: #ffffff;
        margin-bottom: 16px;
    }

    .banner-section p {
        font-size: 13px;
        color: #dddddd;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        color: #999999;
        font-size: 14px;
    }

a.button-two {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #12a89d;
    box-shadow: 0 3px 0 #9e2114;
    -webkit-box-shadow: 0 3px 0 #9e2114;
    -moz-box-shadow: 0 3px 0 #9e2114;
    -o-box-shadow: 0 3px 0 #9e2114;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    a.button-two span {
        display: inline-block;
        padding: 10px 26px 9px;
        color: #ffffff;
        font-size: 12px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    a.button-two i {
        padding: 12px 15px;
        font-size: 0;
        color: #ffffff;
        border-left: 1px solid #9e2114;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        a.button-two i:before {
            font-size: 14px;
        }

    a.button-two:hover {
        background: #f9fafb;
        box-shadow: 0 3px 0 #808080;
        -webkit-box-shadow: 0 3px 0 #808080;
        -moz-box-shadow: 0 3px 0 #808080;
        -o-box-shadow: 0 3px 0 #808080;
    }

        a.button-two:hover span {
            color: #12a89d;
        }

        a.button-two:hover i {
            color: #12a89d;
            border-left: 1px solid #d9dadb;
            background: #f3f4f5;
        }

.portfolio-box .project-post {
    text-align: center;
}

    .portfolio-box .project-post .project-gal {
        position: relative;
    }

        .portfolio-box .project-post .project-gal img {
            width: 100%;
            height: auto;
        }

        .portfolio-box .project-post .project-gal .hover-box {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(255,255,255,0.65);
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            visibility: hidden;
            opacity: 0;
        }

            .portfolio-box .project-post .project-gal .hover-box a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                width: 40px;
                height: 40px;
                text-align: center;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                background: #12a89d;
                top: 50%;
                margin-top: -20px;
                position: absolute;
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
                transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
            }

                .portfolio-box .project-post .project-gal .hover-box a i {
                    font-size: 0;
                    color: #ffffff;
                    line-height: 40px;
                }

                    .portfolio-box .project-post .project-gal .hover-box a i:before {
                        font-size: 14px;
                    }

                .portfolio-box .project-post .project-gal .hover-box a:hover {
                    background: #3a3d41;
                }

                .portfolio-box .project-post .project-gal .hover-box a.zoom {
                    right: 50%;
                    margin-right: 35px;
                }

                .portfolio-box .project-post .project-gal .hover-box a.link {
                    left: 50%;
                    margin-left: 35px;
                }

    .portfolio-box .project-post .project-content {
        padding: 25px 10px;
        background: #f9fafb;
        border-bottom: 1px solid transparent;
    }

        .portfolio-box .project-post .project-content h2 {
            color: #3a3d41;
            font-size: 14px;
            font-family: 'Raleway',sans-serif;
            font-weight: 700;
            margin: 0 0 2px;
            text-transform: uppercase;
        }

        .portfolio-box .project-post .project-content p {
            font-size: 13px;
            color: #dddddd;
            font-family: 'Raleway',sans-serif;
            font-weight: 400;
            line-height: 20px;
            margin: 0 0 24px;
            margin-bottom: 0;
            font-size: 12px;
            color: #999999;
        }

    .portfolio-box .project-post:hover .project-gal .hover-box {
        visibility: visible;
        opacity: 1;
    }

        .portfolio-box .project-post:hover .project-gal .hover-box a {
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }

            .portfolio-box .project-post:hover .project-gal .hover-box a.zoom {
                margin-right: 5px;
            }

            .portfolio-box .project-post:hover .project-gal .hover-box a.link {
                margin-left: 5px;
            }

    .portfolio-box .project-post:hover .project-content {
        border-bottom: 1px solid #12a89d;
        background: #ffffff;
    }

div.buttons {
    text-align: center;
    margin: 50px 0;
}

    div.buttons a.button-third {
        margin: 0 8px;
    }

a.button-third {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 10px 15px;
    color: #999999 !important;
    font-size: 12px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 0 #e5e5e5;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
    -moz-box-shadow: 0 3px 0 #e5e5e5;
    -o-box-shadow: 0 3px 0 #e5e5e5;
    margin: 0;
}

    a.button-third i {
        font-size: 0;
    }

        a.button-third i:before {
            font-size: 12px;
        }

    a.button-third:hover {
        border: 1px solid #999999;
    }

.owl-pagination {
    display: none;
}

.owl-theme .owl-controls {
    display: none !important;
}

.features-section {
    background-image: url('../../img/back2.jpg');
    /*background: url('../../../all/themes/marble/images/back2.jpg')no-repeat fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

    .features-section .container {
        position: relative;
        z-index: 3;
    }

        .features-section .container .features-head {
            margin-bottom: 75px;
            text-align: center;
        }

            .features-section .container .features-head h1 {
                color: #3a3d41;
                font-size: 24px;
                font-family: 'Raleway',sans-serif;
                font-weight: 700;
                margin: 0 0 7px;
                color: #ffffff;
                margin-bottom: 16px;
            }

            .features-section .container .features-head p {
                font-size: 13px;
                color: #dddddd;
                font-family: 'Raleway',sans-serif;
                font-weight: 400;
                line-height: 20px;
                margin: 0 0 24px;
                color: #999999;
                font-size: 14px;
            }

        .features-section .container .feature-list {
            padding: 0;
            margin: 0 0 30px;
        }

            .features-section .container .feature-list li {
                list-style: none;
            }

                .features-section .container .feature-list li span {
                    display: inline-block;
                    float: left;
                    width: 40px;
                    height: 40px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                    border: 2px solid #ffffff;
                    text-align: center;
                }

                    .features-section .container .feature-list li span i {
                        color: #ffffff;
                        font-size: 0;
                        line-height: 40px;
                    }

                        .features-section .container .feature-list li span i:before {
                            font-size: 18px;
                        }

                .features-section .container .feature-list li .list-cont {
                    margin-left: 54px;
                    padding-top: 10px;
                }

                    .features-section .container .feature-list li .list-cont h3, .front .features-section .container .feature-list li .list-cont h3 a {
                        color: #ffffff;
                        font-size: 18px;
                        font-family: 'Raleway',sans-serif;
                        font-weight: 700;
                        margin: 0 0 16px;
                    }

                    .features-section .container .feature-list li .list-cont p {
                        font-size: 13px;
                        color: #dddddd;
                        font-family: 'Raleway',sans-serif;
                        font-weight: 400;
                        line-height: 20px;
                        margin: 0 0 24px;
                        color: #999999;
                    }

        .features-section .container .image-place {
            text-align: center;
            position: relative;
        }

            .features-section .container .image-place img {
                max-width: 100%;
                margin-bottom: -40px;
            }

    .features-section:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background:rgba(18,168,157,0.6);
    }

    .features-section:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        background: #f9fafb;
        z-index: 2;
    }

.blog-section .title-section {
    background: #ffffff;
}

.blog-section .blog-post {
    margin: 0 10px;
}

    .blog-section .blog-post img {
        width: 100%;
        height: auto;
    }

    .blog-section .blog-post .post-content {
        overflow: hidden;
    }

        .blog-section .blog-post .post-content .post-date {
            float: left;
            width: 60px;
            height: 90px;
            background: #3a3d41;
            text-align: center;
            padding: 12px 2px;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

            .blog-section .blog-post .post-content .post-date p {
                font-size: 13px;
                color: #dddddd;
                font-family: 'Raleway',sans-serif;
                font-weight: 400;
                line-height: 20px;
                margin: 0 0 24px;
                margin: 0;
                color: #ffffff;
                font-size: 14px;
                line-height: 30px;
            }

                .blog-section .blog-post .post-content .post-date p span {
                    display: block;
                    position: relative;
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 38px;
                }

                    .blog-section .blog-post .post-content .post-date p span:after {
                        position: absolute;
                        content: '';
                        width: 20px;
                        height: 1px;
                        background: #ffffff;
                        bottom: 0px;
                        left: 50%;
                        margin-left: -10px;
                    }

        .blog-section .blog-post .post-content .content-data {
            margin-left: 60px;
            padding: 15px 20px;
            background: #f9fafb;
            min-height: 90px;
        }

            .blog-section .blog-post .post-content .content-data h2 {
                color: #3a3d41;
                font-size: 14px;
                font-family: 'Raleway',sans-serif;
                font-weight: 700;
                margin: 0 0 2px;
                text-transform: uppercase;
                line-height: 20px;
                margin: 0;
            }

                .blog-section .blog-post .post-content .content-data h2 a {
                    color: #3a3d41 !important;
                    display: inline-block;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    text-decoration: none;
                }

                    .blog-section .blog-post .post-content .content-data h2 a:hover {
                        color: #12a89d;
                    }

            .blog-section .blog-post .post-content .content-data p, .blog-section .blog-post .post-content .content-data .field-name-field-blog-author a, .blog-section .blog-post .post-content .content-data a.comment_count {
                font-size: 13px;
                color: #dddddd;
                font-family: 'Raleway',sans-serif;
                font-weight: 400;
                line-height: 20px;
                margin: 0 0 24px;
                color: #999999;
                font-size: 12px;
                margin: 0;
            }

                .blog-section .blog-post .post-content .content-data p a {
                    display: inline-block;
                    text-decoration: none;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    color: #999999 !important;
                }

    .blog-section .blog-post:hover .post-date {
        background: #12a89d;
    }

.client-section {
    background: #f9fafb;
    padding-bottom: 60px;
    overflow: hidden;
}

    .client-section ul.client-list {
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

        .client-section ul.client-list li {
            list-style: none;
            float: left;
            width: 16.666%;
        }

            .client-section ul.client-list li a {
                width: 100%;
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }

                .client-section ul.client-list li a img {
                    width: 100%;
                    height: auto;
                }

                .client-section ul.client-list li a:hover {
                    opacity: 0.7;
                }

    .client-section .bx-wrapper .bx-pager {
        display: none;
    }

    .client-section .bx-wrapper .bx-controls-direction a {
        display: inline-block;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        top: 0;
        width: 40px;
        height: 40px;
        color: #999999;
        font-size: 12px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        margin: 0 8px;
        position: absolute;
        margin-top: 10px;
    }

        .client-section .bx-wrapper .bx-controls-direction a.bx-prev {
            margin-left: -40px;
        }

        .client-section .bx-wrapper .bx-controls-direction a.bx-next {
            margin-right: -40px;
        }

        .client-section .bx-wrapper .bx-controls-direction a.bx-prev:before {
            font-family: 'FontAwesome';
            content: "\f104";
            position: absolute;
            font-size: 40px;
            color: #999999;
            width: 100%;
            left: 0;
            top: 0;
            text-align: center;
            line-height: 40px;
            -webkit-backface-visibility: hidden;
        }

        .client-section .bx-wrapper .bx-controls-direction a.bx-next:before {
            font-family: 'FontAwesome';
            content: "\f105";
            position: absolute;
            font-size: 40px;
            color: #999999;
            width: 100%;
            left: 0;
            top: 0;
            text-align: center;
            line-height: 40px;
            -webkit-backface-visibility: hidden;
        }

        .client-section .bx-wrapper .bx-controls-direction a:hover {
        }

.features-section2 {
    overflow: hidden;
}

    .features-section2 .title-section {
        background: #ffffff;
    }

    .features-section2 .features-box {
        background: url(../../../all/themes/marble/images/back3.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 40px 0 0px;
        position: relative;
    }

        .features-section2 .features-box .container {
            position: relative;
            z-index: 2;
        }

        .features-section2 .features-box:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(255,255,255,0.92);
        }

    .features-section2 .image-place {
        margin-top: 10px;
        text-align: center;
        position: relative;
        z-index: 2;
    }

        .features-section2 .image-place img {
            max-width: 100%;
            margin: 0;
        }

.feature-list2 {
    padding: 0;
    margin: 0 0 30px;
}

    .feature-list2 li, .sis_banner .row ul li {
        list-style: none;
    }

        .feature-list2 li span, .sis_banner .row ul li span {
            display: inline-block;
            float: left;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background: #12a89d;
            text-align: center;
            margin-bottom: 25px;
        }

            .feature-list2 li span i, .sis_banner .row ul li span i {
                color: #ffffff;
                font-size: 0;
                line-height: 40px;
            }

                .feature-list2 li span i:before, .sis_banner .row ul li span i:before {
                    font-size: 18px;
                }

        .feature-list2 li .list-cont {
            margin-left: 54px;
            padding-top: 10px;
        }

            .feature-list2 li .list-cont h3, .page-cms-for-schools #trendy h3, .page-cms-for-collegess #trendy h3, .sis_styles .feature-list2 li .list-cont h3, .facility_section_another .feature-list2 h3 a {
                color: #ffffff;
                font-size: 20px;
                font-family: 'Raleway',sans-serif;
                font-weight: 700;
                margin: 0 0 10px;
                color: #3a3d41;
            }

            .feature-list2 li .list-cont p, .page-cms-for-schools .pane-block-47 #trendy p, .page-cms-for-schools .pane-block-43 #trendy .left_first, .page-cms-for-schools .pane-block-43 .row p, .sis_banner .left_first p, .sis_banner .row p, .page-cms-for-colleges .pane-block-54 #trendy .left_first p, .page-cms-for-higher-education .cms_intro #trendy p, .page-cms-for-colleges .pane-block-54 #trendy p {
                font-size: 13px;
                font-family: 'Raleway',sans-serif;
                font-weight: 400;
                line-height: 20px;
                margin: 0 0 24px;
                color: #333;
            }

    .feature-list2.white {
        padding: 0;
        margin: 0 0 30px;
    }

        .feature-list2.white li {
            list-style: none;
        }

            .feature-list2.white li span {
                display: inline-block;
                float: left;
                width: 40px;
                height: 40px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                background: transparent;
                border: 2px solid #ffffff;
                text-align: center;
            }

                .feature-list2.white li span i {
                    color: #ffffff;
                    font-size: 0;
                    line-height: 40px;
                }

                    .feature-list2.white li span i:before {
                        font-size: 18px;
                    }

            .feature-list2.white li .list-cont {
                margin-left: 54px;
                padding-top: 10px;
            }

                .feature-list2.white li .list-cont h3, .cms_list li h3 {
                    color: #ffffff;
                    font-size: 18px;
                    font-family: 'Raleway',sans-serif;
                    font-weight: 700;
                    margin: 0 0 10px;
                }

.school_list li h3 {
    padding-top: 8px;
}

.feature-list2.white li .list-cont p {
    color: #dddddd;
    font-size: 13px;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    color: #ccc;
}

.statistic-section {
    background: url(../../../all/themes/marble/images/back.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 60px 0 70px;
}

    .statistic-section .container {
        position: relative;
        z-index: 2;
    }

.statistic-post {
    overflow: hidden;
}

    .statistic-post i {
        color: #12a89d;
        display: inline-block;
        float: left;
        font-size: 0;
        margin-top: 30px;
    }

        .statistic-post i:before {
            font-size: 30px;
        }

    .statistic-post p, .cms_college .col-md-3 .statistic-counter p {
        font-size: 13px;
        color: #3567B2;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        margin: 0;
        margin-left: 46px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        
    }

        .statistic-post p span {
            color: #3567B2;
            font-size: 48px;
            line-height: 54px;
        }

.statistic-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
}

.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box {
    background: rgba(255,255,255,0.9);
}

    .portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover {
        position: absolute;
        top: 50%;
        margin-top: -35px;
        width: 100%;
        left: 0;
    }

        .portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover h2 {
            color: #3a3d41;
            font-size: 14px;
            font-family: 'Raleway',sans-serif;
            font-weight: 700;
            margin: 0 0 2px;
            text-transform: uppercase;
            color: #12a89d;
        }

        .portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover p {
            font-size: 13px;
            color: #dddddd;
            font-family: 'Raleway',sans-serif;
            font-weight: 400;
            line-height: 20px;
            margin: 0 0 24px;
            margin-bottom: 0;
            font-size: 12px;
            color: #999999;
        }

        .portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a {
            position: relative;
            top: inherit;
            margin-bottom: 16px;
        }

            .portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a.zoom {
                right: inherit;
                margin-right: 40;
            }

            .portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a.link {
                left: inherit;
                margin-left: 40;
            }

.portfolio-box.portfolio-style2 .project-post:hover .project-gal .hover-box .inner-hover a.zomm {
    margin-right: 5px;
}

.portfolio-box.portfolio-style2 .project-post:hover .project-gal .hover-box .inner-hover a.link {
    margin-left: 5px;
}

.title-section.transparent-back {
    background: transparent;
}

    .title-section.transparent-back h1 {
        color: #ffffff;
    }

.testimonials-section {
    background: url(../../../all/themes/marble/images/back6.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 0px 0 40px;
}

    .testimonials-section .container {
        position: relative;
        z-index: 2;
    }

    .testimonials-section .title-section {
        position: relative;
        z-index: 2;
    }

    .testimonials-section .bx-wrapper .bx-pager.bx-default-pager a {
        background: transparent;
        border: 2px solid #ffffff;
    }

        .testimonials-section .bx-wrapper .bx-pager.bx-default-pager a:hover, .testimonials-section .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #12a89d;
            border: 2px solid #12a89d;
        }

    .testimonials-section:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(58,61,65,0.8);
    }

.testimonial-post {
    text-align: center;
    margin-bottom: 20px;
}

    .testimonial-post img {
        display: inline-block;
        max-width: 60px;
        height: auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        margin-bottom: 12px;
    }

    .testimonial-post h2 {
        color: #3a3d41;
        font-size: 14px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 2px;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 27px;
    }

    .testimonial-post p {
        font-size: 13px;
        color: #dddddd;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        color: #ffffff;
        max-width: 860px;
        margin: 0 auto;
        padding: 20px 25px;
        background: #12a89d;
        position: relative;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        -o-border-radius: 9px;
        border-radius: 9px;
    }

        .testimonial-post p:after {
            position: absolute;
            content: '';
            width: 20px;
            height: 20px;
            background: #12a89d;
            border: 1px solid #12a89d;
            left: 50%;
            margin-left: -10px;
            top: -10px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.banner-section.style2 {
    background: #ffffff;
}

    .banner-section.style2 h1 {
        color: #3a3d41;
        font-size: 24px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 7px;
    }

    .banner-section.style2 p {
        font-size: 13px;
        color: #dddddd;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        color: #999999;
        font-size: 14px;
    }

.portfolio-box.portfolio-style2.hover-second .project-post .project-gal .hover-box {
    background: rgba(58,61,65,0.9);
}

.title-section.pattern {
    background: url(../../../all/themes/marble/images/pattern.png);
}

    .title-section.pattern h1 {
        color: #ffffff;
    }

.features-section3 {
    background: url(../../../all/themes/marble/images/back3.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 55px 0 50px;
    position: relative;
    filter: alpha(opacity = 10);
    background-position: center\0/;
    background-size: 0%\0/;
}

    .features-section3 .col-md-6 {
        float: left\0/;
        width: 49%\0/;
    }

    .features-section3 .container {
        position: relative;
        z-index: 2;
    }

        .features-section3 .container h1 {
            color: #3a3d41;
            font-size: 22px;
            font-family: 'Raleway',sans-serif;
            font-weight: 700;
            margin: 0 0 7px;
            line-height: 28px;
            color: #12a89d;
        }

.features-section33 .container h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    line-height: 28px;
    color: #12a89d;
}

.features-section3 .container h1 span {
    color: #3a3d41;
}

.features-section33 .container h1 span {
    color: #3a3d41;
}

.features-section3 .container p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    color: #999999;
    margin-bottom: 45px;
}

.features-section3 .container .image-place img { max-width:100%;
    margin: 0;
}

.feature-list3 {
    padding: 0;
    margin: 0 0 30px;
}

    .feature-list3 li {
        list-style: none;
    }

        .feature-list3 li span {
            display: inline-block;
            float: left;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background: #3a3d41;
            text-align: center;
        }

            .feature-list3 li span i {
                color: #ffffff;
                font-size: 0;
                line-height: 40px;
            }

                .feature-list3 li span i:before {
                    font-size: 24px;
                }

        .feature-list3 li .list-cont {
            margin-left: 74px;
        }

            .feature-list3 li .list-cont h3, .page-facilities-management-system .feature-list3 li h3 a, .cloud-erp-platform .feature-list3 li h3 a {
                color: #ffffff;
                font-size: 18px;
                font-family: 'Raleway',sans-serif;
                font-weight: 700;
                margin: 0 0 16px;
                color: #3a3d41;
                font-size: 18px;
                margin-bottom: 5px;
            }

            .feature-list3 li .list-cont p {
                font-size: 13px;
                color: #dddddd;
                font-family: 'Raleway',sans-serif;
                font-weight: 400;
                line-height: 20px;
                margin: 0 0 24px;
                color: #333;
            }

.features-section3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.92);
}

.blog-section.second-style .blog-post {
    overflow: hidden;
}

    .blog-section.second-style .blog-post .post-gal {
        margin-left: 60px;
    }

    .blog-section.second-style .blog-post .post-content > p {
        font-size: 13px;
        color: #333333;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 24px;
        padding: 16px 22px;
        margin: 0;
        margin-left: 60px;
    }

    .blog-section.second-style .blog-post .post-date {
        float: left;
        width: 60px;
        height: 90px;
        background: #3a3d41;
        text-align: center;
        padding: 12px 2px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        .blog-section.second-style .blog-post .post-date p {
            font-size: 13px;
            color: #dddddd;
            font-family: 'Raleway',sans-serif;
            font-weight: 400;
            line-height: 20px;
            margin: 0 0 24px;
            margin: 0;
            color: #ffffff;
            font-size: 14px;
            line-height: 30px;
        }

            .blog-section.second-style .blog-post .post-date p span {
                display: block;
                position: relative;
                font-size: 24px;
                font-weight: 700;
                line-height: 38px;
            }

                .blog-section.second-style .blog-post .post-date p span:after {
                    position: absolute;
                    content: '';
                    width: 20px;
                    height: 1px;
                    background: #ffffff;
                    bottom: 0px;
                    left: 50%;
                    margin-left: -10px;
                }

    .blog-section.second-style .blog-post:hover .post-date {
        background: #12a89d;
    }
/*-------------------------------------------------*/
/* =  portfolio pages
/*-------------------------------------------------*/
.page-banner {
    padding: 100px 0 47px;
    position: relative;
}

    .page-banner .container {
        position: relative;
        z-index: 2;
    }

        .page-banner .container h1 {
            color: #3a3d41;
            font-size: 24px;
            font-family: 'Raleway',sans-serif;
            font-weight: 700;
            margin: 0 0 7px;
            color: #ffffff;
            font-size: 36px;
            padding: 0;
            border: 0;
        }

    .page-banner:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(58,61,65,0.8);
    }

.portfolio-page-banner {
    background: url(../../../all/themes/marble/upload/banners/back3.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.title-section.white {
    background: #ffffff;
}

ul#filters {
    margin: 0;
    padding: 35px 0;
    background: #f9fafb;
    text-align: center;
}

    .view-blog #edit-field-tags-tid-wrapper .form-type-bef-link, ul#filters li {
        list-style: none;
        display: inline-block;
        margin: 0 12px;
    }

        ul#filters li a, .view-blog #edit-field-tags-tid-wrapper .form-type-bef-link a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            color: #3a3d41;
            font-size: 12px;
            font-weight: 700;
            padding-bottom: 6px;
            border-bottom: 1px solid transparent;
            font-family: 'Raleway',sans-serif;
            text-transform: uppercase;
        }

            .view-blog #edit-field-tags-tid-wrapper .form-type-bef-link a:hover, .view-blog #edit-field-tags-tid-wrapper .form-type-bef-link a:active, ul#filters li a:hover, ul#filters li a.active {
                color: #12a89d;
                border-bottom: 1px solid #12a89d;
            }

.masonry.three-col .project-post {
    width: 33.32%;
}

.three-col .isotope-element {
    width: 33.32%;
}

.masonry.four-col .project-post {
    width: 24.98%;
}

.four-col .isotope-element {
    width: 24.98%;
}

.masonry.five-col .project-post {
    width: 19.99%;
}

.five-col .isotope-element {
    width: 19.99%;
}

.testimonials-section.transparent-back {
    background: #ffffff;
}

    .testimonials-section.transparent-back .testimonial-post h2 {
        color: #3a3d41;
    }

    .testimonials-section.transparent-back .testimonial-post p {
        color: #999999;
        background: #ffffff;
        border: 1px solid #dddddd;
    }

        .testimonials-section.transparent-back .testimonial-post p:after {
            position: absolute;
            content: '';
            width: 20px;
            height: 20px;
            background: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            border-right-color: transparent;
            left: 50%;
            margin-left: -10px;
            top: -10px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .testimonials-section.transparent-back .bx-wrapper .bx-pager.bx-default-pager a {
        background: transparent;
        border: 2px solid #dddddd;
    }

        .testimonials-section.transparent-back .bx-wrapper .bx-pager.bx-default-pager a:hover, .testimonials-section.transparent-back .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #12a89d;
            border: 2px solid #12a89d;
        }

    .testimonials-section.transparent-back:after {
        display: none;
    }

button.mfp-close, button.mfp-arrow {
    outline: none;
}
/*-------------------------------------------------*/
/* =  blog pages
/*-------------------------------------------------*/
.blog-page-banner {
    background: url(../../../all/themes/marble/upload/banners/banner1.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.view-display-id-block_4 .blog-post .post-content {
    overflow: visible;
}

#block-views-blog-block-3 #isotope-container .post-gal {
    position: relative;
}

    #block-views-blog-block-3 #isotope-container .post-gal iframe {
        width: 100%;
    }

    #block-views-blog-block-3 #isotope-container .post-gal .hover-box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0.65);
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }

        #block-views-blog-block-3 #isotope-container .post-gal .hover-box a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            width: 40px;
            height: 40px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background: #12a89d;
            top: 50%;
            left: 50%;
            margin-left: 45px;
            margin-top: -20px;
            position: absolute;
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
            transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
        }

            #block-views-blog-block-3 #isotope-container .post-gal .hover-box a i {
                font-size: 0;
                color: #ffffff;
                line-height: 40px;
            }

                #block-views-blog-block-3 #isotope-container .post-gal .hover-box a i:before {
                    font-size: 14px;
                }

            #block-views-blog-block-3 #isotope-container .post-gal .hover-box a:hover {
                background: #3a3d41;
            }

#block-views-blog-block-3 #isotope-container .blog-post:hover .post-gal .hover-box {
    visibility: visible;
    opacity: 1;
}

    #block-views-blog-block-3 #isotope-container .blog-post:hover .post-gal .hover-box a {
        margin-left: -20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.blog-box.masonry {
    width: 1170px;
    margin-left: -15px;
}

    .blog-box.masonry .blog-post {
        margin: 15px;
        width: 360px;
    }

        .blog-box.masonry .blog-post .post-gal {
            position: relative;
        }

            .blog-box.masonry .blog-post .post-gal iframe {
                width: 100%;
            }

            .blog-box.masonry .blog-post .post-gal .hover-box {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: rgba(255,255,255,0.65);
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                visibility: hidden;
                opacity: 0;
            }

                .blog-box.masonry .blog-post .post-gal .hover-box a {
                    display: inline-block;
                    text-decoration: none;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    width: 40px;
                    height: 40px;
                    text-align: center;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                    background: #12a89d;
                    top: 50%;
                    left: 50%;
                    margin-left: 45px;
                    margin-top: -20px;
                    position: absolute;
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    -o-transform: rotate(360deg);
                    transform: rotate(360deg);
                    transition: all 0.5s ease-in-out;
                    -moz-transition: all 0.5s ease-in-out;
                    -webkit-transition: all 0.5s ease-in-out;
                    -o-transition: all 0.5s ease-in-out;
                }

                    .blog-box.masonry .blog-post .post-gal .hover-box a i {
                        font-size: 0;
                        color: #ffffff;
                        line-height: 40px;
                    }

                        .blog-box.masonry .blog-post .post-gal .hover-box a i:before {
                            font-size: 14px;
                        }

                    .blog-box.masonry .blog-post .post-gal .hover-box a:hover {
                        background: #3a3d41;
                    }

        .blog-box.masonry .blog-post:hover .post-gal .hover-box {
            visibility: visible;
            opacity: 1;
        }

            .blog-box.masonry .blog-post:hover .post-gal .hover-box a {
                margin-left: -20px;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

div.embedded-video + div.hover-box {
    visibility: hidden !important;
}

.flex-direction-nav .flex-next {
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 10px;
    background: #3a3d41;
    border: 1px solid #3a3d41;
    box-shadow: 0 3px 0 #5c5f62;
    -webkit-box-shadow: 0 3px 0 #5c5f62;
    -moz-box-shadow: 0 3px 0 #5c5f62;
    -o-box-shadow: 0 3px 0 #5c5f62;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 0;
    right: 0 !important;
}

.flex-direction-nav .flex-prev {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 10px;
    background: #3a3d41;
    border: 1px solid #3a3d41;
    box-shadow: 0 3px 0 #5c5f62;
    -webkit-box-shadow: 0 3px 0 #5c5f62;
    -moz-box-shadow: 0 3px 0 #5c5f62;
    -o-box-shadow: 0 3px 0 #5c5f62;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 0;
    left: 0 !important;
}

    .flex-direction-nav .flex-next:before, .flex-direction-nav .flex-prev:before {
        content: '' !important;
        font-size: 12px;
    }

.flex-direction-nav .flex-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
    padding: 17px;
}

.flex-direction-nav .flex-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
    padding: 17px;
}

.flexslider {
    margin: 0;
    padding: 0;
    border: 0;
}

    .flexslider .flex-next:hover {
        background: #12a89d;
        border: 1px solid #12a89d;
        box-shadow: 0 3px 0 #9e2114;
        -webkit-box-shadow: 0 3px 0 #9e2114;
        -moz-box-shadow: 0 3px 0 #9e2114;
        -o-box-shadow: 0 3px 0 #9e2114;
    }

    .flexslider .flex-prev:hover {
        background: #12a89d;
        border: 1px solid #12a89d;
        box-shadow: 0 3px 0 #9e2114;
        -webkit-box-shadow: 0 3px 0 #9e2114;
        -moz-box-shadow: 0 3px 0 #9e2114;
        -o-box-shadow: 0 3px 0 #9e2114;
    }

.flex-control-paging {
    bottom: 20px;
    z-index: 10;
}

    .flex-control-paging li a {
        background: none;
        width: 10px;
        height: 10px;
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        border: 2px solid rgba(255,255,255,0.5);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
    }

        .flex-control-paging li a.flex-active {
            border: 2px solid #ffffff;
            background: #fff;
            cursor: default;
        }

        .flex-control-paging li a:hover {
            background: #fff;
        }

.categorize-blog {
    margin-bottom: 40px;
}

    .categorize-blog ul#filters, .view-blog .form-type-select .form-item {
        padding: 10px 0 0;
    }

.view-more {
    padding-left: 45px !important;
    position: relative;
    margin-bottom: 50px !important;
}

    .view-more i {
        position: absolute;
        left: 17px;
        top: 7px;
        display: inline-block;
        font-size: 0 !important;
    }

        .view-more i:before {
            font-size: 22px !important;
        }

.blog-section {
    position: relative;
}

a.go-top {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 60px;
    height: 60px;
    color: #999999;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 0 #e5e5e5;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
    -moz-box-shadow: 0 3px 0 #e5e5e5;
    -o-box-shadow: 0 3px 0 #e5e5e5;
}

    a.go-top i {
        font-size: 22px;
        line-height: 60px;
    }

    a.go-top:hover {
        border: 1px solid #999999;
    }

.blog-section.with-sidebar {
    padding: 50px 0;
}
    /*.blog-section.with-sidebar .blog-post{margin-bottom:60px;}*/
    .blog-section.with-sidebar .blog-post .post-content > p, .blog-section.with-sidebar .blog-post .post-content .field-name-body p, .blog-post .post-content .field-name-body ol {
        font-size: 13px;
        color: #333333;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 24px;
        padding: 10px;
        margin-bottom: 0;
        margin-left: 60px;
    }

    .blog-section.with-sidebar .blog-post blockquote p {
        margin: 0 !important;
    }

    .blog-section.with-sidebar .blog-post .post-content > a {
        margin-left: 80px;
    }

    .blog-section.with-sidebar .blog-post iframe {
        width: 100%;
        height: 340px;
        margin-bottom: -6px;
    }

    .blog-section.with-sidebar .blog-post .field-name-field-tags .field-item {
        float: left;
        margin: 0 5px;
    }

        .blog-section.with-sidebar .blog-post .field-name-field-tags .field-item a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            color: #3a3d41;
            font-size: 13px;
            font-family: 'Raleway',sans-serif;
        }

            .blog-section.with-sidebar .blog-post .field-name-field-tags .field-item a:hover {
                color: #12a89d;
                text-decoration: underline;
            }

        .blog-section.with-sidebar .blog-post .field-name-field-tags .field-item:after {
            content: ",";
        }

        .blog-section.with-sidebar .blog-post .field-name-field-tags .field-item:last-child:after {
            content: "";
        }

.no-sidebars .blog-section.with-sidebar {
    padding: 0;
}

.pagination-box {
    padding-top: 50px;
    padding-bottom: 20px;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}

    .pagination-box a.prev {
        float: left;
        margin: 0;
    }

    .pagination-box a.next {
        float: right;
        margin: 0;
    }

.search-widget .input-group {
    width: 100%;
}

.search-widget input[type="text"] {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    color: #3a3d41;
    padding: 20px 12px;
    border: 1px solid #e5e5e5;
    width: 100%;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 0;
}

    .search-widget input[type="text"]:focus {
        border: 1px solid #12a89d;
        box-shadow: none;
    }

.search-widget button {
    background: #fff;
    border: none;
    float: right;
    margin: 0;
    width: 30px;
    height: 26px;
    position: absolute !important;
    z-index: 2;
    left: -46px;
    top: 5px;
}

    .search-widget button:hover {
        background: none;
    }

    .search-widget button i {
        color: #12a89d;
        font-size: 16px;
    }

.sidebar .widget {
    margin-bottom: 40px;
}

    .sidebar .widget h3, .sidebar .widget h2 {
        color: #ffffff;
        font-size: 18px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 16px;
        color: #3a3d41;
        margin-bottom: 22px;
    }

    .sidebar .widget .view-content, .sidebar .widget ul.category-list {
        margin: 0;
        padding: 0;
    }

        .sidebar .widget .view-content li, .sidebar .widget ul.category-list li, .sidebar .widget .view-content .views-row, .sidebar .widget ul.category-list .views-row {
            list-style: none;
            margin-bottom: 22px;
        }

            .sidebar .widget .view-content li a, .sidebar .widget ul.category-list li a, .sidebar .widget .view-content .views-row a, .sidebar .widget ul.category-list .views-row a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                padding-left: 20px;
                text-transform: uppercase;
                color: #3a3d41;
                font-size: 12px;
                font-family: 'Raleway',sans-serif;
                position: relative;
                font-weight: 700;
            }

                .sidebar .widget .view-content li a:before, .sidebar .widget ul.category-list li a:before, .sidebar .widget .view-content .views-row a:before, .sidebar .widget ul.category-list .views-row a:before {
                    position: absolute;
                    content: '';
                    width: 10px;
                    height: 10px;
                    border: 2px solid #e5e5e5;
                    left: 0;
                    top: 2px;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                }

                .sidebar .widget .view-content li a:hover, .sidebar .widget ul.category-list li a:hover, .sidebar .widget .view-content .views-row a:hover, .sidebar .widget ul.category-list .views-row a:hover {
                    color: #12a89d;
                }

                    .sidebar .widget .view-content li a:hover:before, .sidebar .widget ul.category-list li a:hover:before, .sidebar .widget .view-content .views-row a:hover:before, .sidebar .widget ul.category-list .views-row a:hover:before {
                        border: 2px solid #12a89d;
                        background: #12a89d;
                    }

            .sidebar .widget .view-content li:last-child, .sidebar .widget ul.category-list li:last-child {
                margin-bottom: 0;
            }

    .sidebar .widget ul.popular-list, .sidebar .widget .view-popular-blog .view-content {
        margin: 0;
        padding: 0;
    }

        .sidebar .widget ul.popular-list li, .sidebar .widget .view-popular-blog .view-content li, .sidebar .widget ul.popular-list .views-row, .sidebar .widget .view-popular-blog .view-content .views-row {
            list-style: none;
            padding-top: 24px;
            border-top: 1px solid #f5f5f5;
            margin-bottom: 24px;
            overflow: hidden;
        }

            .sidebar .widget ul.popular-list li img, .sidebar .widget .view-popular-blog .view-content li img, .sidebar .widget ul.popular-list .views-row img, .sidebar .widget .view-popular-blog .view-content .views-row img {
                float: left;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
            }

            .sidebar .widget ul.popular-list li .side-content, .sidebar .widget .view-popular-blog .view-content li .side-content, .sidebar .widget ul.popular-list .views-row .side-content, .sidebar .widget .view-popular-blog .view-content .views-row .side-content {
                margin-left: 80px;
            }

                .sidebar .widget ul.popular-list li .side-content h2, .sidebar .widget .view-popular-blog .view-content li .side-content h2, .sidebar .widget ul.popular-list .views-row .side-content h2, .sidebar .widget .view-popular-blog .view-content .views-row .side-content h2 {
                    color: #3a3d41;
                    font-size: 14px;
                    font-family: 'Raleway',sans-serif;
                    font-weight: 700;
                    margin: 0 0 2px;
                    text-transform: uppercase;
                    font-size: 12px;
                    line-height: 20px;
                    margin: 0;
                }

                    .sidebar .widget ul.popular-list li .side-content h2 a, .sidebar .widget .view-popular-blog .view-content li .side-content h2 a, .sidebar .widget ul.popular-list .views-row .side-content h2 a, .sidebar .widget .view-popular-blog .view-content .views-row .side-content h2 a {
                        display: inline-block;
                        text-decoration: none;
                        transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        color: #3a3d41;
                        padding: 0;
                    }

                        .sidebar .widget ul.popular-list li .side-content h2 a:hover, .sidebar .widget .view-popular-blog .view-content li .side-content h2 a:hover, .sidebar .widget ul.popular-list .views-row .side-content h2 a:hover, .sidebar .widget .view-popular-blog .view-content .views-row .side-content h2 a:hover {
                            color: #12a89d;
                        }

                        .sidebar .widget ul.popular-list li .side-content h2 a:before, .sidebar .widget .view-popular-blog .view-content li .side-content h2 a:before, .sidebar .widget ul.popular-list .views-row .side-content h2 a:before, .sidebar .widget .view-popular-blog .view-content .views-row .side-content h2 a:before {
                            width: 0;
                            border: 0;
                            margin: 0;
                            padding: 0;
                        }

                .sidebar .widget ul.popular-list li .side-content p, .sidebar .widget .view-popular-blog .view-content li .side-content p, .sidebar .widget ul.popular-list .views-row .side-content p, .sidebar .widget .view-popular-blog .view-content .views-row .side-content p {
                    font-size: 13px;
                    color: #dddddd;
                    font-family: 'Raleway',sans-serif;
                    font-weight: 400;
                    line-height: 20px;
                    margin: 0 0 24px;
                    margin: 0;
                    color: #a9a9a9;
                }

            .sidebar .widget ul.popular-list li:first-child, .sidebar .widget .view-popular-blog .view-content li:first-child {
                list-style: none;
                padding-top: 0;
                border-top: none;
            }

            .sidebar .widget ul.popular-list li:last-child, .sidebar .widget .view-popular-blog .view-content li:last-child {
                margin-bottom: 0;
            }

.sidebar .text-widget p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    color: #999999;
    margin: 0;
}

.sidebar ul.tags-list {
    margin: 0;
    padding: 0;
}

    .sidebar ul.tags-list li {
        list-style: none;
        display: inline-block;
        margin-bottom: 3px;
    }

        .sidebar ul.tags-list li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            padding: 9px;
            border: 1px solid #dcdcdc;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            color: #999999;
            font-size: 12px;
            font-family: 'Raleway',sans-serif;
            font-weight: 300;
        }

            .sidebar ul.tags-list li a:hover {
                color: #ffffff;
                border: 1px solid #3a3d41;
                background: #3a3d41;
            }

.blog-box.masonry.one-col {
    width: 100%;
    margin-left: 0;
}

    .blog-box.masonry.one-col .blog-post {
        width: 100%;
        margin: 0 0 60px;
    }

        .blog-box.masonry.one-col .blog-post iframe {
            width: 100%;
            height: 417px;
        }

        .blog-box.masonry.one-col .blog-post .post-content > a {
            margin-left: 80px;
        }

    .blog-box.masonry.one-col .row {
        margin: 0;
    }

    .blog-box.masonry.one-col .isotope-element {
        width: 100%;
        height: auto;
        background: none;
        margin: 0;
    }

#block-views-blog-block-3 .isotope-element {
    height: auto;
    background: none;
    margin: 15px;
}

    #block-views-blog-block-3 .isotope-element .blog-post {
        margin: 0;
    }

.three-col .isotope-element, .four-col .isotope-element, .five-col .isotope-element {
    margin: 0;
    padding: 0;
    height: auto;
}
/*-------------------------------------------------*/
/* =  signle post
/*-------------------------------------------------*/
.blog-section.with-sidebar {
    overflow: hidden;
}

.single-post.blog-post .post-content > p {
    padding: 0 20px !important;
    margin-top: 20px !important;
    margin-bottom: 0px;
}

.single-post {
    overflow: hidden;
}

    .single-post blockquote {
        border: none;
        background: #f9fafb;
        border-left: 60px solid #12a89d;
        padding: 20px;
        position: relative;
        margin-top: 20px;
    }

        .single-post blockquote p {
            font-size: 13px;
            color: #dddddd;
            font-family: 'Raleway',sans-serif;
            font-weight: 400;
            line-height: 20px;
            margin: 0 0 24px;
            margin: 0;
            font-weight: 700;
            color: #3a3d41;
        }

        .single-post blockquote:before {
            position: absolute;
            content: '';
            width: 30px;
            height: 23px;
            top: 50%;
            left: -45px;
            margin-top: -12px;
            background: url(../../../all/themes/marble/images/quote.png) center center no-repeat;
        }

    .single-post .share-tag-box {
        margin-left: 80px;
    }

        .single-post .share-tag-box .post-tags {
            margin: 0;
            padding: 0;
            margin-top: 20px;
        }

            .single-post .share-tag-box .post-tags li {
                display: inline-block;
            }

                .single-post .share-tag-box .post-tags li a {
                    display: inline-block;
                    text-decoration: none;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    color: #3a3d41;
                    font-size: 13px;
                    font-family: 'Raleway',sans-serif;
                }

                    .single-post .share-tag-box .post-tags li a:hover {
                        color: #12a89d;
                        text-decoration: underline;
                    }

        .single-post .share-tag-box span {
            display: inline-block;
            color: #3a3d41;
            font-size: 13px;
            font-family: 'Raleway',sans-serif;
            font-weight: 700;
            margin-bottom: 8px;
        }

    .single-post .pagination-boxer {
        overflow: hidden;
        margin-bottom: 40px;
        border: 1px solid #e5e5e5;
    }

        .single-post .pagination-boxer .prev-post {
            float: left;
            width: 50%;
            border-right: 1px solid #e5e5e5;
            padding: 54px 30px;
            background: #f9fafb;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

            .single-post .pagination-boxer .prev-post a {
                float: left;
                margin: 0 20px 0 0;
            }

            .single-post .pagination-boxer .prev-post p {
                font-size: 13px;
                color: #dddddd;
                font-family: 'Raleway',sans-serif;
                font-weight: 400;
                line-height: 20px;
                margin: 0 0 24px;
                margin: 0;
                font-weight: 700;
                color: #3a3d41;
            }

        .single-post .pagination-boxer .next-post {
            float: right;
            width: 50%;
            padding: 54px 20px;
            background: #f9fafb;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

            .single-post .pagination-boxer .next-post a {
                float: right;
                margin: 0 0 0 20px;
            }

            .single-post .pagination-boxer .next-post p {
                font-size: 13px;
                color: #dddddd;
                font-family: 'Raleway',sans-serif;
                font-weight: 400;
                line-height: 20px;
                margin: 0 0 24px;
                margin: 0;
                font-weight: 700;
                color: #3a3d41;
            }

        .single-post .pagination-boxer .prev-post:hover {
            background: #ffffff;
        }

        .single-post .pagination-boxer .next-post:hover {
            background: #ffffff;
        }

    .single-post .comment-section h3 {
        color: #ffffff;
        font-size: 18px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 16px;
        color: #3a3d41;
        margin-bottom: 50px;
    }

    .single-post .comment-section ul {
        margin: 0;
        padding: 0;
    }

        .single-post .comment-section ul .indented {
            margin-left: 80px;
        }

        .single-post .comment-section ul li {
            list-style: none;
        }

            .single-post .comment-section ul li img {
                float: left;
                width: 60px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
            }

            .single-post .comment-section ul li .comment-box {
                border-bottom: 1px solid #e5e5e5; /*padding-bottom:42px;margin-bottom:50px;*/
                overflow: hidden;
            }

            .single-post .comment-section ul li .comment-content {
                margin-left: 80px;
            }

                .single-post .comment-section ul li .comment-content h4 {
                    color: #3a3d41;
                    font-size: 14px;
                    font-family: 'Raleway',sans-serif;
                    font-weight: 700;
                    margin: 0 0 2px;
                    text-transform: uppercase;
                    margin-bottom: 0;
                    font-size: 13px;
                    text-transform: inherit;
                }

                .single-post .comment-section ul li .comment-content span {
                    color: #3a3d41;
                    font-size: 14px;
                    font-family: 'Raleway',sans-serif;
                    font-weight: 700;
                    margin: 0 0 2px;
                    text-transform: uppercase;
                    font-size: 13px;
                    color: #333;
                    font-weight: 300;
                    margin-bottom: 12px;
                    text-transform: inherit;
                }

                .single-post .comment-section ul li .comment-content p {
                    font-size: 13px;
                    color: #dddddd;
                    font-family: 'Raleway',sans-serif;
                    font-weight: 400;
                    line-height: 20px;
                    margin: 0 0 24px;
                    font-weight: 300;
                    color: #999999;
                    margin-bottom: 10px;
                }

                .single-post .comment-section ul li .comment-content a {
                    display: inline-block;
                    text-decoration: none;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    color: #3a3d41;
                    font-size: 14px;
                    font-family: 'Raleway',sans-serif;
                    font-weight: 700;
                    margin: 0 0 2px;
                    text-transform: uppercase;
                    font-size: 13px;
                    color: #333;
                    font-weight: 300;
                    text-transform: inherit;
                }

                    .single-post .comment-section ul li .comment-content a:hover {
                        color: #12a89d;
                    }

            .single-post .comment-section ul li .depth {
                margin-left: 80px;
            }

    .single-post .comment-form {
        font-family: 'Raleway',sans-serif;
        font-size: 13px;
    }

        .single-post .comment-form h3 {
            color: #ffffff;
            font-size: 18px;
            font-family: 'Raleway',sans-serif;
            font-weight: 700;
            margin: 0 0 16px;
            color: #3a3d41;
            margin-bottom: 50px;
        }

        .single-post .comment-form input[type="text"], .single-post .comment-form textarea {
            width: 100%;
            display: inline-block;
            padding: 11px;
            background: #ffffff;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            color: #999999;
            font-size: 13px;
            font-family: 'Raleway',sans-serif;
            border: 1px solid #e5e5e5;
            outline: none;
            margin: 0;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

            .single-post .comment-form input[type="text"]:focus, .single-post .comment-form textarea:focus {
                border: 1px solid #12a89d;
            }

        .single-post .comment-form textarea {
            min-height: 122px;
        }

        .single-post .comment-form button[type="submit"], #comment-form #edit-submit {
            display: inline-block;
            outline: none;
            padding: 10px 47px;
            color: #999999;
            font-size: 12px;
            font-family: 'Raleway',sans-serif;
            background: transparent;
            font-weight: 700;
            text-transform: uppercase;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            border: 1px solid #e5e5e5;
            border-bottom: 3px solid #e5e5e5;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            background: #ffffff;
        }

            .single-post .comment-form button[type="submit"]:hover, #comment-form #edit-submit {
                border: 1px solid #999999;
                border-bottom: 3px solid #999999;
            }

.social-box {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    margin-top: 5px;
}

    .social-box li {
        display: inline-block;
    }

        .social-box li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            width: 28px;
            height: 28px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            text-align: center;
            background: #f8f8f8;
        }

            .social-box li a i {
                font-size: 0;
                line-height: 28px;
                color: #c3c3c3;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }

                .social-box li a i:before {
                    font-size: 15px;
                }

            .social-box li a:hover i {
                color: #ffffff;
            }

            .social-box li a.facebook:hover {
                background: #3b5b94;
            }

            .social-box li a.twitter:hover {
                background: #24cafe;
            }

            .social-box li a.google:hover {
                background: #5b5b5b;
            }

            .social-box li a.linkedin:hover {
                background: #0089b4;
            }

            .social-box li a.dribble:hover {
                background: #ed4a8b;
            }

            .social-box li a.pinterest:hover {
                background: #e84c3d;
            }
/*-------------------------------------------------*/
/* =  single-project
/*-------------------------------------------------*/
.single-project {
    padding-bottom: 70px;
}

.project-block {
    padding-right: 50px;
    margin-bottom: 30px;
}

.single-project-content {
    padding-top: 60px;
}

    .single-project-content h1 {
        color: #3a3d41;
        font-size: 24px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 7px;
        margin-bottom: 0;
    }

    .single-project-content h3 {
        color: #ffffff;
        font-size: 18px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 16px;
        color: #999999;
        font-weight: 400;
        margin-bottom: 32px;
    }

    .single-project-content p {
        font-size: 13px;
        color: #dddddd;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        margin-bottom: 20px;
        color: #999999;
    }

        .single-project-content p span {
            font-weight: 700;
        }

.project-sidebar {
    margin-bottom: 30px;
}

    .project-sidebar h1 {
        color: #3a3d41;
        font-size: 24px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 7px;
        margin-bottom: 32px;
    }

    .project-sidebar h3 {
        color: #ffffff;
        font-size: 18px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 16px;
        color: #999999;
        font-weight: 400;
        margin-bottom: 32px;
    }

    .project-sidebar ul.project-photos {
        margin: 0;
        padding: 0;
        margin-bottom: 60px;
        overflow: hidden;
    }

        .project-sidebar ul.project-photos li {
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
            position: relative;
            list-style: none;
        }

            .project-sidebar ul.project-photos li img {
                width: 175px;
            }

            .project-sidebar ul.project-photos li a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(255,255,255,0.85);
                opacity: 0;
                visibility: hidden;
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }

            .project-sidebar ul.project-photos li:nth-child(2n) {
                margin-right: 0;
            }

            .project-sidebar ul.project-photos li:hover a {
                opacity: 1;
                visibility: visible;
            }

    .project-sidebar p, .project-sidebar .field-label {
        font-size: 13px;
        color: #dddddd;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        font-weight: 700;
        color: #3a3d41;
        margin-bottom: 10px;
    }

        .project-sidebar p span, .project-sidebar .field-label span {
            color: #999999;
        }

        .project-sidebar p a, .project-sidebar .field-label a {
            color: #12a89d;
        }

    .project-sidebar a.button-third {
        margin: 0;
        margin-top: 7px;
    }

    .project-sidebar .field-item {
        color: #999999;
    }

        .project-sidebar .field-item a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            color: #12a89d;
            font-size: 13px;
            font-family: 'Raleway',sans-serif;
            font-weight: 700;
        }

            .project-sidebar .field-item a:hover {
                color: #12a89d;
                text-decoration: underline;
            }

    .project-sidebar .field-name-field-category .field-item {
        float: left;
        margin: 0 1px;
    }

        .project-sidebar .field-name-field-category .field-item:after {
            content: ",";
        }

        .project-sidebar .field-name-field-category .field-item:last-child:after {
            content: "";
        }
/*-------------------------------------------------*/
/* =  about
/*-------------------------------------------------*/
.about-page-banner {
    background: url(../../../all/themes/marble/images/banner1.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact-page-banner {
    background: url(../../../all/themes/marble/images/header-contact.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.team-section {
    background: #f9fafb;
}

.team-container {
    position: relative;
}

.team-box {
    padding: 60px 0;
}

    .team-box .buttons {
        position: absolute;
        width: 100%;
        height: 40px;
        top: 80px;
        left: 0;
    }

        .team-box .buttons a.owl-prev {
            float: left;
            margin-left: -50px;
        }

        .team-box .buttons a.owl-next {
            float: right;
            margin-right: -50px;
        }

.team-post .owl-item {
    padding: 0 10px;
    text-align: center;
}

    .team-post .owl-item img {
        width: 100%;
        height: auto;
    }

    .team-post .owl-item .team-head {
        padding: 16px 0 14px;
        position: relative;
        margin-bottom: 16px;
    }

        .team-post .owl-item .team-head h2 {
            color: #3a3d41;
            font-size: 14px;
            font-family: 'Raleway',sans-serif;
            font-weight: 700;
            margin: 0 0 2px;
            text-transform: uppercase;
        }

        .team-post .owl-item .team-head span {
            font-size: 13px;
            color: #dddddd;
            font-family: 'Raleway',sans-serif;
            font-weight: 400;
            line-height: 20px;
            margin: 0 0 24px;
            font-size: 12px;
            margin: 0;
            color: #999999;
        }

        .team-post .owl-item .team-head:after {
            position: absolute;
            content: '';
            width: 60px;
            height: 1px;
            background: #3a3d41;
            bottom: 0;
            left: 50%;
            margin-left: -30px;
        }

    .team-post .owl-item p {
        font-size: 13px;
        color: #dddddd;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        color: #666666;
        font-size: 12px;
        margin: 0 0 10px;
    }

ul.team-social {
    margin: 0;
    padding: 0;
}

    ul.team-social li {
        display: inline-block;
    }

        ul.team-social li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #d2d6da;
            -webkit-backface-visibility: hidden;
            text-align: center;
        }

            ul.team-social li a i {
                font-size: 0;
                color: #d2d6da;
                line-height: 40px;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }

                ul.team-social li a i:before {
                    font-size: 18px;
                }

            ul.team-social li a:hover {
                background: #3a3d41;
                border: 2px solid #3a3d41;
            }

                ul.team-social li a:hover i {
                    color: #ffffff;
                }

.statistic-box.style2 {
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6eaed;
}

    .statistic-box.style2 .statistic-post {
        float: left;
        width: 25%;
        margin-bottom: 30px;
    }

        .statistic-box.style2 .statistic-post .statistic-counter {
            padding: 22px 10px;
            background: #f9fafb;
            border: 1px solid #e6eaed;
            margin-bottom:0px;
            overflow: hidden;
        }

            .statistic-box.style2 .statistic-post .statistic-counter p, .statistic-box.style2 .statistic-post .statistic-counter p a {
                color: #3a3d41;
            }

                .statistic-box.style2 .statistic-post .statistic-counter p span {
                    color: #3a3d41;
                }

        .statistic-box.style2 .statistic-post .statistic-content p {
            font-size: 13px;
            color: #dddddd;
            font-family: 'Raleway',sans-serif;
            font-weight: 400;
            line-height: 20px;
            margin: 0 0 24px;
            margin-bottom: 20px;
            color: #666;
        }

            .statistic-box.style2 .statistic-post .statistic-content p span {
                font-size: 13px;
                color: #dddddd;
                font-family: 'Raleway',sans-serif;
                font-weight: 400;
                margin: 0 0 24px;
                color: #666;
                font-weight: 700;
                margin: 0;
                line-height: 20px;
            }

.skills-accord-section {
    padding: 60px 0;
}

    .skills-accord-section .accord-box, .skills-accord-section .skills-box {
        margin-bottom: 30px;
    }

        .skills-accord-section .accord-box > h1, .skills-accord-section .skills-box > h1 {
            color: #3a3d41;
            font-size: 24px;
            font-family: 'Raleway',sans-serif;
            font-weight: 700;
            margin: 0 0 7px;
        }

        .skills-accord-section .accord-box > p, .skills-accord-section .skills-box > p {
            font-size: 13px;
            color: #dddddd;
            font-family: 'Raleway',sans-serif;
            font-weight: 400;
            line-height: 20px;
            margin: 0 0 24px;
            font-size: 18px;
            color: #999999;
            margin-bottom: 50px;
        }

.skills-progress > p {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin: 0;
    text-transform: inherit;
    position: relative;
}

.meter {
    height: 8px; /* Can be anything */
    position: relative;
    background: transparent;
    border: 1px solid #d2d6da;
    margin-bottom: 19px;
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .meter > p {
        display: block;
        height: 2px;
        position: relative;
        background: #12a89d;
    }

        .meter > p span {
            position: absolute;
            right: -15px;
            top: -47px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            font-family: 'Raleway',sans-serif;
            background: #3a3d41;
            padding: 8px 3px 6px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }

            .meter > p span:after {
                position: absolute;
                content: '';
                width: 0;
                height: 0;
                border: 5px solid #3a3d41;
                border-left-color: transparent;
                border-right-color: transparent;
                border-bottom-color: transparent;
                left: 50%;
                margin-left: -5px;
                bottom: -10px;
            }
/*-------------------------------------------------*/
/* =  services
/*-------------------------------------------------*/
.services-page-banner {
    background: url(../../../all/themes/marble/upload/banners/banner2.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.features-section2 .features-box-services .feature-list {
    margin-top: 70px;
}

.features-section2 .image-place {
    margin-bottom: 40px;
}

.tab-section {
    background: url(../../../all/themes/marble/images/back7.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 50px 0 40px;
}

    .tab-section .container {
        position: relative;
        z-index: 2;
    }

    .tab-section .nav-tabs {
        margin-bottom: 0;
    }

    .tab-section:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(58,61,65,0.8);
    }

.tab-box .container h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
}

.tab-box .container > p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    max-width: 900px;
}

.nav-tabs {
    border: none;
    margin-top: 60px;
}

    .nav-tabs li {
        border-top: 2px solid #3a3d41;
        margin: 0;
        width: 25%;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        .nav-tabs li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            background: #3666B3;
            display: block;
            border: none !important;
            margin: 0;
            width: 100%;
            padding:10px;
            overflow: hidden;
        }

            .nav-tabs li a span, #block-block-17 .tab-content .tab-pane ul li div span, #block-block-14 .container .pricing-box .pricing-item ul li span, .cms_banner .pane-content #trendy ul li span, .pane-block-43 .pane-content #trendy ul li span {
                display: inline-block;
                float: left;
                width: 40px;
                height: 40px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                background: #12a89d;
                color: #ffffff;
                text-align: center;
                line-height: 40px;
                font-size: 18px;
                font-family: arial;
                font-weight: 700;
            }

            .nav-tabs li a h2, #block-block-17 .content ul li h2 {
                color: #3a3d41;
                font-size: 14px;
                font-family: 'Raleway',sans-serif;
                font-weight: 700;
                margin: 0 0 2px;
                text-transform: uppercase;
                color: #ffffff;
                font-size: 18px;
                text-transform: inherit;
                margin: 3px 0 0 60px;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }

#block-block-17 .content ul li h2 {
    color: #FFF;
}

#block-block-17 .content ul li.active h2 {
    color: #555 !important;
}

.nav-tabs li a p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    margin-left: 60px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.nav-tabs li a:hover {
    background: #3a3d41;
    opacity: 0.7;
}

.nav-tabs li.active {
    border-top: 2px solid #12a89d;
}

    .nav-tabs li.active a {
        background: #ffffff;
    }

        .nav-tabs li.active a h2 {
            color: #3a3d41;
        }

        .nav-tabs li.active a p {
            color: #999999;
        }

.tabs--primary.nav-tabs {
    margin-top: 0;
    border-bottom: 1px solid #dddddd;
}

    .tabs--primary.nav-tabs li {
        margin-bottom: -1px;
        border: 0;
        width: initial;
    }

        .tabs--primary.nav-tabs li a {
            padding: 10px 20px;
            background: none;
            border-radius: 4px 4px 0 0;
        }

            .tabs--primary.nav-tabs li a.active {
                color: #555555;
                cursor: default;
                background-color: #ffffff;
                border: 1px solid #dddddd !important;
                border-bottom-color: transparent !important;
            }

.tab-content {
    border: none;
    margin-bottom: 40px;
}

    .tab-content .tab-pane {
        padding: 45px 30px;
        overflow: hidden;
        background: #ffffff;
    }

        .tab-content .tab-pane h2 {
            color: #3a3d41;
            font-size: 14px;
            font-family: 'Raleway',sans-serif;
            font-weight: 700;
            margin: 0 0 2px;
            text-transform: uppercase;
            font-size: 18px;
            text-transform: inherit;
            margin: 0 0 16px;
        }

        .tab-content .tab-pane p {
            font-size: 13px;
            color: #dddddd;
            font-family: 'Raleway',sans-serif;
            font-weight: 400;
            line-height: 20px;
            margin: 0 0 24px;
            color: #999999;
            margin-bottom: 10px;
        }

.pricing-box {
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 10px;
}

    .pricing-box .pricing-item {
        width: 25%;
        float: left;
        margin-bottom: 20px;
        padding-bottom: 10px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        .pricing-box .pricing-item ul.pricing-table {
            margin: 0;
            padding: 0;
            width: 100%;
            border-bottom: 1px solid #323F5C;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

            .pricing-box .pricing-item ul.pricing-table li {
                width: 100%;
                list-style: none;
                text-align: center;
                padding: 6px 0 20px;
                background: #ffffff;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }

                .pricing-box .pricing-item ul.pricing-table li p {
                    font-size: 13px;
                    color: #dddddd;
                    font-family: 'Raleway',sans-serif;
                    font-weight: 400;
                    line-height: 20px;
                    margin: 0 0 24px;
                    color: #999999;
                    margin: 0;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                }

                .pricing-box .pricing-item ul.pricing-table li a {
                    margin: 15px 0 28px;
                }

                .pricing-box .pricing-item ul.pricing-table li:first-child {
                    padding: 34px 0 30px;
                    border: none;
                    background: #3668B3; /*  min-height:210px;;*/
                    margin-bottom: 24px;
                }

                    .pricing-box .pricing-item ul.pricing-table li:first-child h1 {
                        color: #3a3d41;
                        font-size: 24px;
                        font-family: 'Raleway',sans-serif;
                        font-weight: 700;
                        margin: 0 0 7px;
                        color: #ffffff; /*  margin-bottom:40px;*/
                    }

                    .pricing-box .pricing-item ul.pricing-table li:first-child p {
                        color: #ffffff;
                        font-size: 14px;
                        font-weight: 700;
                        font-family: 'Raleway',sans-serif;
                        margin: 0;
                    }

                        .pricing-box .pricing-item ul.pricing-table li:first-child p span {
                            display: inline-block;
                            font-size: 60px;
                            margin: 0 6px;
                        }

        .pricing-box .pricing-item:hover {
            margin-bottom: 10px;
            padding-bottom: 0;
        }

            .pricing-box .pricing-item:hover ul.pricing-table {
                background: #f9fafb;
                border-bottom: 1px solid #12a89d;
                margin-top: -10px;
            }

                .pricing-box .pricing-item:hover ul.pricing-table li p {
                    color: #3a3d41;
                }

                .pricing-box .pricing-item:hover ul.pricing-table li:last-child {
                    margin-bottom: 10px;
                }

                .pricing-box .pricing-item:hover ul.pricing-table li:first-child {
                    padding: 44px 0 30px;
                    background: #12a89d;
                }

                    .pricing-box .pricing-item:hover ul.pricing-table li:first-child p {
                        color: #ffffff;
                    }
/*-------------------------------------------------*/
/* =  contact
/*-------------------------------------------------*/

.map {
    height: 330px;
}

.contact-info {
    padding: 40px 0;
    text-align: center;
}

    .contact-info span.icon {
        display: inline-block;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        width: 60px;
        height: 60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #12a89d; /*margin-bottom:12px;*/
        margin-bottom: 37px;
    }

        .contact-info span.icon i {
            line-height: 60px;
            color: #ffffff;
            font-size: 0;
        }

            .contact-info span.icon i:before {
                font-size: 30px;
            }

    .contact-info h2 {
        color: #3a3d41;
        font-size: 14px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 2px;
        text-transform: uppercase;
        text-transform: inherit;
        margin-bottom: 30px;
    }

    .contact-info p, .contact-info .addr { /* contact page style */
        font-size: 13px;
        color: #dddddd; /*  font-family:'Raleway',sans-serif;*/
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        color: #999999;
        padding: 23px;
        border: 1px solid #dfdfdf;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        position: relative;
    }

        .contact-info p span {
            display: block;
        }

        .contact-info p:after, .contact-info div.addr:after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border: 1px solid #dfdfdf;
            border-bottom-color: transparent;
            border-right-color: transparent;
            top: -10px;
            left: 50%;
            margin-left: -10px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #fff;
        }

    .contact-info.white {
        background-color: #fff;
    }

.page-contact {
    background-color: #f9fafb;
}

.contact-form {
    padding-bottom: 30px;
}

    .contact-form p {
        font-size: 13px;
        color: #dddddd;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        color: #999999;
        text-align: center;
        max-width: 660px;
        margin: 0 auto 40px;
    }

    .contact-form input[type="text"], .contact-form textarea {
        width: 100%;
        display: inline-block;
        padding: 11px;
        background: #ffffff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #999999;
        font-size: 13px;
        font-family: 'Raleway',sans-serif;
        border: 1px solid #e5e5e5;
        outline: none;
        margin: 0 0 20px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        .contact-form input[type="text"]:focus, .contact-form textarea:focus {
            border: 1px solid #12a89d;
        }

    .contact-form textarea {
        min-height: 122px;
    }

    .contact-form button[type="submit"] {
        display: inline-block;
        outline: none;
        padding: 10px 47px;
        color: #999999;
        font-size: 12px;
        font-family: 'Raleway',sans-serif;
        background: transparent;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #e5e5e5;
        border-bottom: 3px solid #e5e5e5;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        background: #ffffff;
    }

    .contact-form input[type="submit"]:hover {
        border: 1px solid #999999;
        border-bottom: 3px solid #999999;
    }

    .contact-form .submit-area {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px; /* contact page style */
    }

    .contact-form .message {
        height: 30px;
        font-size: 13px;
        font-family: 'Raleway',sans-serif;
    }

        .contact-form .message.error {
            color: #12a89d;
        }

        .contact-form .message.success {
            color: #3a3d41;
        }
/*-------------------------------------------------*/
/* =  error
/*-------------------------------------------------*/
div.error {
    background-color: #ffffff !important;
}

input[type="text"].error, textarea.error {
    border: 1px solid #12a89d;
    text-align: left;
}

.error-section .error {
    background-color: #ffffff;
}

.error-page-banner {
    background: url(../../../all/themes/marble/upload/banners/banner1.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.error-section .error {
    padding: 70px 0;
    text-align: center;
}

    .error-section .error span {
        display: inline-block;
        width: 164px;
        height: 164px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #12a89d;
        color: #ffffff;
        line-height: 150px;
        font-size: 60px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        position: relative;
    }

        .error-section .error span:after {
            content: '';
            position: absolute;
            width: 178px;
            height: 178px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            border: 1px solid #12a89d;
            top: -7px;
            left: -7px;
        }

.error-section .error-content {
    text-align: center;
    padding: 50px 0;
    background: #f9fafb;
}

    .error-section .error-content h1 {
        color: #3a3d41;
        font-size: 24px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 7px;
        margin-bottom: 12px;
    }

    .error-section .error-content p {
        font-size: 13px;
        color: #dddddd;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        font-size: 14px;
        margin-bottom: 40px;
        color: #999999;
    }

    .error-section .error-content a {
        color: #3a3d41;
    }
/*-------------------------------------------------*/
/* =  testimonials page
/*-------------------------------------------------*/
.testimonial-page-banner {
    background: url(../../../all/themes/marble/upload/banners/banner2.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.test-style1 {
    margin-bottom: 58px;
}
/*-------------------------------------------------*/
/* =  faqs page
/*-------------------------------------------------*/
.faqs-page-banner {
    background: url(../../../all/themes/marble/upload/banners/banner1.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.toggle-section {
    padding: 55px 0;
    margin-bottom: 100px;
}

.accord-elem {
    margin-top: 8px;
}

    .accord-elem:first-child {
        margin-top: 0px;
    }

.accord-title {
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #e6eaed;
    position: relative;
    cursor: pointer;
}

    .accord-title h2 {
        padding-right: 52px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 2px;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 14px;
        color: #3a3d41;
        text-transform: inherit;
    }

    .accord-title a.accord-link {
        display: inline-block;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        position: absolute;
        width: 52px;
        height: 100%;
        top: 0;
        right: 0;
        text-align: center;
    }

        .accord-title a.accord-link:after {
            font-family: 'Raleway',sans-serif;
            content: '+';
            font-size: 42px;
            color: #12a89d;
            font-weight: 600;
            line-height: 49px;
        }

.accord-elem.active .accord-title {
    background: #f9fafb;
    border-bottom: 1px solid transparent;
}

.accord-elem.active a.accord-link:after {
    content: '-';
}

.accord-content {
    display: none;
    padding: 15px 20px;
    border: 1px solid #e6eaed;
    border-top: 1px solid transparent;
    overflow: hidden;
}

    .accord-content p {
        font-size: 13px;
        color: #dddddd;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        color: #999999;
    }

        .accord-content p span {
            color: #666666;
            font-weight: 700;
        }

.accord-elem.active .accord-content {
    display: block;
}
/*-------------------------------------------------*/
/* =  shortcodes
/*-------------------------------------------------*/
.shortcodes-page-banner {
    background: url(../../../all/themes/marble/upload/banners/banner2.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.shortcodes-section {
    padding-top: 35px;
}

    .shortcodes-section .shortcodes-elem {
        margin-bottom: 0;
    }

        .shortcodes-section .shortcodes-elem > h1, .shortcodes-section .shortcodes-elem .skills-box h1, .shortcodes-section .shortcodes-elem .accord-box h1, .shortcodes-section .shortcodes-elem .buttons-area h1, .page-parent-connect h1.benefits, .page-cms-for-colleges .shortcodes-elem h1, .shortcodes-section .shortcodes-elem .social-icons-area h1 {
            color: #3a3d41;
            font-size: 24px;
            font-family: 'Raleway',sans-serif;
            font-weight: 700;
            margin: 0 0 7px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e6eaed;
            margin-bottom: 24px;
            text-align: center;
        }

.page-cms-for-colleges .shortcodes-elem h1 {
    border-bottom: 0px!important;
}

.shortcodes-section .shortcodes-elem .skills-box h1, .shortcodes-section .shortcodes-elem .accord-box h1, .shortcodes-section .shortcodes-elem .buttons-area h1, .shortcodes-section .shortcodes-elem .social-icons-area h1 {
    text-align: left;
}

.shortcodes-section .back-col {
    background: #12A89D;
    padding: 30px 10px 0;
    margin-top: -24px;
}

    .shortcodes-section .back-col .testimonial-post {
        padding-bottom: 30px;
    }

.shortcodes-section .statistic-box {
    padding-bottom: 0;
}

    .shortcodes-section .statistic-box .statistic-counter {
        margin: 0;
    }

    .shortcodes-section .statistic-box .statistic-post {
        margin-bottom: 20px;
    }

    .shortcodes-section .statistic-box.back-col {
        padding: 50px 10px 20px;
    }

.shortcodes-section .pricing-box {
    padding-bottom: 0;
}

.shortcodes-section .testimonials-section {
    padding: 0;
}

.shortcodes-section .button-area {
    margin-bottom: 20px;
}

.shortcodes-section .social-area {
    margin-bottom: 20px;
}

    .shortcodes-section .social-area.with-back {
        padding: 15px;
        background: #12a89d;
    }

a.button-large {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #12a89d;
    box-shadow: 0 3px 0 #3668B3;
    -webkit-box-shadow: 0 3px 0 #3668B3;
    -moz-box-shadow: 0 3px 0 #3668B3;
    -o-box-shadow: 0 3px 0 #3668B3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 40px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
}

    a.button-large:hover {
        background: #3a3d41;
        box-shadow: 0 3px 0 #222222;
        -webkit-box-shadow: 0 3px 0 #222222;
        -moz-box-shadow: 0 3px 0 #222222;
        -o-box-shadow: 0 3px 0 #222222;
        color: #ffffff;
    }

a.small-btn {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #12a89d;
    border: 1px solid #12a89d;
    box-shadow: 0 3px 0 #9e2114;
    -webkit-box-shadow: 0 3px 0 #9e2114;
    -moz-box-shadow: 0 3px 0 #9e2114;
    -o-box-shadow: 0 3px 0 #9e2114;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

    a.small-btn:hover {
        background: #ffffff;
        border: 1px solid #999999;
        box-shadow: 0 3px 0 #fafafa;
        -webkit-box-shadow: 0 3px 0 #fafafa;
        -moz-box-shadow: 0 3px 0 #fafafa;
        -o-box-shadow: 0 3px 0 #fafafa;
        color: #e7eaec;
    }

a.button-third.load-more {
    color: #3a3d41;
}

    a.button-third.load-more i {
        margin-right: 25px;
    }

a.button-fourth {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 60px;
    height: 60px;
    color: #999999;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 0 #e5e5e5;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
    -moz-box-shadow: 0 3px 0 #e5e5e5;
    -o-box-shadow: 0 3px 0 #e5e5e5;
}

    a.button-fourth i {
        font-size: 22px;
        line-height: 60px;
    }

    a.button-fourth:hover {
        border: 1px solid #999999;
    }
/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/
ul.social-icons {
    margin: 0;
    padding: 0;
}

    ul.social-icons li {
        display: inline-block;
        margin-left: 8px;
    }

        ul.social-icons li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            width: 40px;
            height: 40px;
            text-align: center;
            border: 1px solid transparent;
            background: #12a89d;
        }

            ul.social-icons li a i {
                font-size: 22px;
                line-height: 40px;
                color: #ffffff;
            }

            ul.social-icons li a:hover {
                border: 1px solid #ffffff;
            }

footer .social-section {
    background: #12a89d;
    padding: 15px;
    text-align: center; /*margin-top:20px;*/
}

footer .up-footer {
    /*background: url(../../../all/themes/marble/images/footer.jpg);*/
    background-image: url('../../img/admissionFooter.jpg');
    padding: 70px 0 30px;
}

    footer .up-footer h1 {
        color: #3a3d41;
        font-size: 24px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        margin: 0 0 7px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    footer .up-footer p {
        font-size: 13px;
        color: #dddddd;
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        margin-bottom: 15px;
    }

    footer .up-footer .footer-widget {
        margin-bottom: 30px;
    }

    footer .up-footer .text-widget img {
        margin-top: 10px;
    }

    footer .up-footer .tweets-widget ul {
        margin: 0;
        padding: 0;
    }

        footer .up-footer .tweets-widget ul li {
            list-style: none;
            margin-bottom: 30px;
        }

            footer .up-footer .tweets-widget ul li i {
                display: inline-block;
                float: left;
                font-size: 15px;
                color: #ffffff;
                margin-top: 4px;
                margin-left: 4px;
            }

            footer .up-footer .tweets-widget ul li p {
                margin: 0 0 0 30px;
            }

                footer .up-footer .tweets-widget ul li p a {
                    display: block;
                    color: #12a89d;
                }

            footer .up-footer .tweets-widget ul li span {
                font-size: 13px;
                color: #dddddd;
                font-family: 'Raleway',sans-serif;
                font-weight: 400;
                line-height: 20px;
                margin: 0 0 24px;
                margin: 0 0 0 30px;
                color: #999999;
                display: inline-block;
            }

    footer .up-footer .flickr-widget ul {
        margin: 0;
        padding: 0;
    }

        footer .up-footer .flickr-widget ul li {
            display: inline-block;
            margin-bottom: 5px;
            margin-right: 2px;
        }

            footer .up-footer .flickr-widget ul li a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }

                footer .up-footer .flickr-widget ul li a img {
                    width: 70px;
                }

                footer .up-footer .flickr-widget ul li a:hover {
                    opacity: 0.7;
                }

    footer .up-footer .simplenews-subscribe .form-type-textfield {
        display: inline-block;
        margin: 0;
        margin-right: -5px;
        width: 170px;
    }

    footer .up-footer label {
        color: #ffffff;
    }

    footer .up-footer .simplenews-subscribe input[type="text"] {
        display: inline-block;
        padding: 12px 10px;
        background: #ffffff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #c8c8c8;
        font-size: 13px;
        font-family: 'Raleway',sans-serif;
        min-width: 160px;
        border: none;
        outline: none;
        margin: 0;
        margin-right: -5px;
        height: 42px;
    }

    footer .up-footer .simplenews-subscribe button[type="submit"] {
        display: inline-block;
        padding: 13px 8px 12px;
        background: #12a89d;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        font-family: 'Raleway',sans-serif;
        text-transform: uppercase;
        border: none;
        outline: none;
        margin: 0;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    footer .up-footer .simplenews-subscribe input[type="submit"]:hover {
        opacity: 0.7;
    }

    footer .up-footer .footer-line {
        margin-top: 0px;
        padding-top: 32px;
        border-top: 1px solid #595c60;
        text-align: center;
    }

        footer .up-footer .footer-line p {
            color: #999999;
            margin-bottom: 0;
        }
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/ @media (max-width:1500px) {
    .masonry.five-col .project-post {
        width: 24.975%;
    }

    .five-col .isotope-element {
        width: 24.975%;
    }

    #block-views-blog-block-3 .isotope-element {
        width: 360px;
    }

    .three-col .isotope-element {
        width: 33.32%;
    }
}

@media (max-width:1199px) {
    .statistic-box.style2.mod_style .statistic-post .statistic-counter {
        min-height: 130px;
    }

    footer .up-footer .simplenews-subscribe input[type="text"] {
        margin-bottom: 10px;
    }

    .nav-tabs li a p {
        font-size: 10px;
    }

    .blog-box.masonry {
        width: 970px;
    }

        .blog-box.masonry .blog-post {
            width: 293px;
        }

    #block-views-blog-block-3 .isotope-element {
        width: 293px;
    }

    .four-col .isotope-element, .five-col .isotope-element, .masonry.four-col .project-post, .masonry.five-col .project-post {
        width: 33.3%;
    }

    .project-sidebar ul.project-photos li img {
        width: 140px;
    }
    /*.facility_section_another .col-md-4{*/
    /*  width:auto !important;*/
    /*}*/
}

@media (max-width:991px) {
    .page-higher-education .statistic-box.style2.mod_style .statistic-post .statistic-counter {
        min-height: auto;
    }

    .case-study #mobile_2 .second_section {
        margin-top: 30px;
    }

    .testimonial_case_study .testimonial_author {
        float: none !important;
    }

    .navbar-nav > li {
        margin-left: 0;
    }

    .nav > li > a {
        padding: 15px 12px;
        padding-bottom: 22px;
    }

    .slider1 .banner-thumbs {
        display: none;
    }

    .tp-caption.medium_thin_white .button-large, .tp-caption.medium_thin_grey .button-large {
        padding: 10px 20px;
        margin: 0 5px;
    }

    .features-section .container .image-place {
        text-align: left;
    }

        .features-section .container .image-place img {
            margin-bottom: 20px;
            max-width: 100%;
        }

    .statistic-post {
        margin-bottom: 20px;
        text-align: center;
    }

    .pricing-box .pricing-item {
        width: 50%;
        margin-bottom: 20px;
    }

        .pricing-box .pricing-item:hover ul.pricing-table {
            margin-bottom: 0px;
        }

    #block-block-14 .pricing-box .pricing-item:hover {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .pricing-box .pricing-item:hover ul.pricing-table li a {
        margin-bottom: 28px;
    }

    .statistic-box.style2 .statistic-post {
        width: 50%;
    }

    .nav-tabs li {
        width: auto;
    }

        .nav-tabs li a h2, .nav-tabs li a p {
            display: none;
        }

    .blog-box.masonry {
        width: 750px;
    }

        .blog-box.masonry .blog-post {
            width: 345px;
        }

    #block-views-blog-block-3 .isotope-element {
        width: 345px;
    }

    .three-col .isotope-element, .four-col .isotope-element, .five-col .isotope-element, .masonry.three-col .project-post, .masonry.four-col .project-post, .masonry.five-col .project-post {
        width: 49.98%;
    }

    .project-block {
        padding-right: 0;
    }

    .project-sidebar ul.project-photos li {
        margin-right: 10px !important;
    }
}

@media (max-width:767px) {
    .navbar-toggle {
        margin-top: 15px;
    }

    .nav > li > a {
        padding: 5px 15px;
    }

    .navbar-nav li ul.drop-down, .navbar-nav li ul.drop-down li ul.drop-down.level3 {
        background: transparent;
        border: none;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
        position: relative;
        width: auto;
        visibility: visible;
        opacity: 1;
        top: inherit;
        left: inherit;
    }

        .navbar-nav li ul.drop-down li a, .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
            background: none !important;
            color: #3a3d41;
            font-size: 12px;
            text-transform: inherit;
            padding: 4px 20px;
        }

            .navbar-nav li ul.drop-down li a:hover, .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
                color: #12a89d;
            }

    .tp-caption.medium_thin_white {
        font-size: 22px;
    }

        .tp-caption.medium_thin_white .button-large, .tp-caption.medium_thin_grey .button-large {
            padding: 5px 5px;
            margin: 0 2px;
            font-size: 10px;
        }

    .client-section .bx-wrapper .bx-controls-direction {
        display: none;
    }

    .bx-wrapper {
        margin: 0 auto 20px;
    }

    .pricing-box .pricing-item {
        width: 100%;
    }

    .team-box .buttons a.owl-prev {
        margin-left: 0;
    }

    .team-box .buttons a.owl-next {
        margin-right: 0;
    }

    .team-box .buttons {
        width: 90px;
        height: 40px;
        top: -95px;
        left: 10px;
    }

    a.go-top {
        bottom: 10px;
        right: 15px;
        width: 45px;
        height: 45px;
    }

        a.go-top i {
            line-height: 45px;
        }

    .blog-box.masonry {
        width: 100%;
        margin-left: 0;
    }

        .blog-box.masonry .blog-post {
            width: 100%;
            margin: 15px 0;
        }

    #block-views-blog-block-3 {
        width: 100%;
        margin-left: 0;
    }

        #block-views-blog-block-3 .isotope-element {
            width: 100%;
            margin: 15px 0;
        }

        #block-views-blog-block-3 .row {
            margin: 0;
        }

        #block-views-blog-block-3 iframe {
            width: 100%;
        }

    .three-col .isotope-element, .four-col .isotope-element, .five-col .isotope-element, .masonry.three-col .project-post, .masonry.four-col .project-post, .masonry.five-col .project-post {
        width: 100%;
    }
}

@media (max-width:581px) {
    .statistic-box.style2.mod_style .statistic-post .statistic-counter {
        min-height: auto !important;
    }

    .statistic-box.style2 .statistic-post {
        width: 100%;
    }

    #webform-client-form-123 .webform-submit, #webform-client-form-59 .webform-submit, #webform-client-form-127 .webform-submit, #webform-client-form-166 .webform-submit, #webform-client-form-167 .webform-submit {
        margin-left: 0px !important;
        width: 40% !important;
    }

    .school-landing .school-banner {
        padding-left: 0px !important;
    }
}
/*-------------------------------------------------*/
/* =  Panel Part
/*-------------------------------------------------*/
.panel-flexible .panel-separator {
    margin: 0;
}

.form-required {
    color: #12a89d;
}
/*-------------------------------------------------*/
/* =  Md slider
/*-------------------------------------------------*/
.md-arrow-right {
    background: url(../../../all/themes/marble/images/large_right.png) no-Repeat 0 0;
    width: 40px;
    height: 40px;
}

.md-arrow-left {
    background: url(../../../all/themes/marble/images/large_left.png) no-Repeat 0 0;
    width: 40px;
    height: 40px;
}

    .md-arrow-right:hover, .md-arrow-left:hover {
        background-position: bottom left;
    }

.md-objects .md-object a.button-large {
    font-size: inherit;
}

#md-slider-3-block + .md-arrow .md-arrow-right {
    background: url(../../../all/themes/marble/images/large_right2.png) no-Repeat 0 0;
}

#md-slider-3-block + .md-arrow .md-arrow-left {
    background: url(../../../all/themes/marble/images/large_left2.png) no-Repeat 0 0;
}

    #md-slider-3-block + .md-arrow .md-arrow-right:hover, #md-slider-3-block + .md-arrow .md-arrow-left:hover {
        background-position: bottom left;
    }

@media (max-width:767px) {
    .md-objects .md-object a.button-large {
        padding: 5px 10px;
    }
}

@media (min-width:768px) {
    .md-objects .md-object a.button-large {
        padding: 11px 25px;
    }

    .pane-block-48 .pricing-box .pricing-item {
        width: 23%;
    }
}

@media (min-width:1200px) {
    .md-objects .md-object a.button-large {
        padding: 16px 40px;
    }
}

.view-isotope-filter.title-section {
    background: #f9fafb;
}

#user-login {
    margin-bottom: 40px;
}

iframe {
    border: 0;
    width: 100%;
}

.container-custom .container-view {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-custom .container-view .row-view {
        margin: 0 -15px;
    }

        .container-custom .container-view .row-view:before, .container-custom .container-view .row-view:after {
            content: " ";
            display: table;
        }

        .container-custom .container-view .row-view:after {
            clear: both;
        }

@media (min-width:768px) {
    .container-custom .container-view {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container-custom .container-view {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container-custom .container-view {
        width: 1170px;
    }
}
/*-------------------------------------------------*/
/* =  page nav links css
/*-------------------------------------------------*/

.navigator-box, .navigator-box2 {
    background-color: #e7e7e7;
    position: fixed;
    right: 0;
    top: 250px;
    width: 270px;
    z-index: 500;
    color: #fff;
    background: none repeat scroll 0 0 rgba(58,61,65,0.8);
}

.navigator-box2 {
    width: 25px;
}

.nav-box-inner {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
    width: 270px;
}

    .nav-box-inner a {
        color: #fff;
        width: 250px;
    }

        .nav-box-inner a:hover {
            color: #12a89d;
            text-decoration: none;
            width: 250px;
        }

.navigator-box .close-box {
    background: none repeat scroll 0 0 #12a89d;
    float: left;
    height: 233px;
    width: 25px;
}

.navigator-box .open-box {
    background: none repeat scroll 0 0 #12a89d;
    float: left;
    height: 233px;
    width: 25px;
}

.open-box i.fa-chevron-left {
    position: relative;
    padding: 5px;
    top: 94px;
}

.close-box i.fa-chevron-right {
    position: relative;
    padding: 5px;
    top: 110px;
}

.view-service .button-one {
    display: none;
}

.footer-widget .list-cont h3 {
    color: #ddd;
    font-family: icon; /*font-family:'Raleway',sans-serif;*/
    font-size: 13px;
    /*line-height: 6px;*/
}

.nav-box-inner i.fa {
    line-height: 30px;
    padding-left: 2px;
    width: 19px;
}

.feature-list2-scroll {
    padding-left: 10px;
}

    .feature-list2-scroll li {
        height: 33px;
    }

        .feature-list2-scroll li div {
            border: solid 2px #12a89d;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            display: inline-block;
            float: left;
            height: 30px;
            margin-right: 5px;
            text-align: center;
            width: 30px;
        }

    .feature-list2-scroll li {
        list-style: none outside none;
    }

.quick-facts ul li {
    color: #999999;
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    list-style-type: square;
}

.view-popular-blog .views-field-field-single-image {
    float: left;
    padding-right: 20px;
}

.view-popular-blog .views-field-created h2 a {
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.view-popular-blog .views-field-created h2 {
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 400;
}

#block-views-popular-blog-block h2.block-title {
    color: #fff;
    font-family: 'Raleway',sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 35px;
}

.node-blog ul li {
    color: #333;
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    line-height: 24px; /*  margin:0 0 0 60px;*/
    padding: 5px;
}

.school-landing .feature-list3 li span {
    background: none repeat scroll 0 0 #12A89D;
}

.higher-education-landing .feature-list3 li span {
    background: none repeat scroll 0 0 #12A89D;
}

.features-section3 .container h1 span.school-title-span {
    color: #736086;
}

.features-section3 .container h1 span.higher-edu-span {
    color: #323F5C;
}

.school-landing .school-banner {
    padding-left: 90px;
}

.page-school-management-system .school-landing .school-banner {
    padding-top: 93px;
}

.higher-education-landing .higher-edu-banner { /*padding-left:90px;*/
    text-align: center;
}

.pane-block-36 .pane-content .navigator-box .nav-box-inner ul li a:focus {
    outline: none !important;
}

.page-search #navbar ul li.last .form-search button {
    height: 36px;
    margin-top: -36px;
}

#contact-site-form .col-md-4 .error.form-type-textfield {
    height: 42px;
}

#contact-site-form .error.form-type-textarea {
    height: 130px;
}
/*-------------------------------------------------*/
/* =  IE 8 page design
/*-------------------------------------------------*/
.pane-block-2 .row .col-md-4, .contact-info .col-md-4 {
    width: 33.3%\0/;
    float: left\0/;
}

.region-footer .col-md-3 {
    width: 25%\0/;
    float: left\0/;
}

.skills-accord-section .col-md-6 {
    float: left\0/;
    width: 50%\0/;
}

.team-box .buttons {
    width: 95%\0/;
}

    .team-box .buttons .owl-prev {
        margin-left: 0px !important\0/;
    }

#block-views-blog-block-3 .isotope-element {
    width: 360px\0/;
}

.main-container .with-sidebar .col-md-3 {
    width: 25%\0/;
    float: left\0/;
}

.main-container .with-sidebar .col-md-9 {
    width: 100%\0/;
}

.sidebar-second .main-container .with-sidebar .col-md-9 {
    width: 75%\0/;
    float: left\0/;
}

.pane-block .col-md-4 {
    width: 33.3%\0/;
    float: left\0/;
}

.contact-form .submit-area {
    padding-top: 10px\0/;
}

.triggerAnimation .col-md-4 {
    width: 33.3%\0/;
    float: left\0/;
}

.page-search #search-form {
    margin-top: 25px;
}
/* services page Css */

#block-block-17 .content ul#myTab {
    position: relative;
}

    #block-block-17 .content ul#myTab li < a {
        float: right;
    }

    #block-block-17 .content ul#myTab li h2 {
        left: 55px;
        position: absolute;
        top: 10px;
    }

        #block-block-17 .content ul#myTab li h2 a {
            padding: 0px;
        }

    #block-block-17 .content ul#myTab li p {
        position: absolute;
        top: 60px;
    }

        #block-block-17 .content ul#myTab li p a {
            padding: 0px;
        }

    #block-block-17 .content ul#myTab li:hover h2 a, #block-block-17 .content ul#myTab li:hover p a {
        background: none !important;
    }

#block-block-17 .tab-content .tab-pane ul.school_list li {
    list-style: none !important;
}

    #block-block-17 .tab-content .tab-pane ul.school_list li h2 {
        color: #000 !important;
    }

    #block-block-17 .tab-content .tab-pane ul.school_list li p {
        color: #999 !important;
        margin: 0 0 0 65px;
    }

@media screen and (max-width:980px) {
    #block-block-17 .content #myTab li h2 {
        display: none;
    }
}

#block-block-17 .content ul li h2 {
    margin: 14px 0 0 65px;
}

#block-block-17 .content ul li.active h2 a {
    color: #000 !important;
}

#block-block-17 .content ul li h2 a {
    color: #FFF !important;
}

#block-block-14 .container .pricing-box .pricing-item ul li span { /*  margin-left:30px;*/
}

#block-block-14 .container .pricing-box .pricing-item:hover ul li span {
    background: #000;
}
/* end service Css */

.view-faqs .view-content .accord-elem .accord-content .views-field-body p, .view-faqs .view-content .accord-elem .accord-content .views-field-body ul li {
    color: #999999;
    font-family: 'Raleway'!important;
}

#block-block-10 .content h4 {
    color: #FFF;
    margin-bottom: 25px;
}

#container #navbar .container .navbar-header a.navbar-brand {
    margin-right: 0px;
    padding-right: 0px;
}
/*-------------------------------------------------*/
/* Request a Demo
/*-------------------------------------------------*/
.page-node-59 #webform-client-form-59 .webform-component-textfield, .page-node-59 #webform-client-form-59 .webform-component-email, .page-node-59 #webform-client-form-59 .webform-component-number {
    float: left;
    margin-left: 28px;
    margin-top: 10px;
    width: 45%;
}

.page-node-59 #webform-client-form-59 .webform-component--first-name, .page-node-59 #webform-client-form-59 .webform-component--email, .page-node-59 #webform-client-form-59 .webform-component--title, .page-node-59 #webform-client-form-59 .webform-component--phone-no {
    margin-right: 1%;
}

.page-node-59 #webform-client-form-59 .webform-component-select, .page-node-59 #webform-client-form-59 .webform-component-select-or-other, .page-node-59 #webform-client-form-59 .webform-component--comments {
    float: left;
    margin-left: 37px;
    margin-top: 10px;
    width: 45%;
}

    .page-node-59 #webform-client-form-59 .webform-component--comments textarea {
        height: 78% !important;
    }

#webform-client-form-59 .form-textarea-wrapper, #webform-client-form-123 .form-textarea-wrapper {
    height: 100px !important;
}

#webform-client-form-59 #edit-submitted-questions-comments {
    height: 72px !important;
}

#frameContainer {
    padding: 0px !important;
}

#lightbox #outerImageContainer {
    border-radius: 8px;
}

.page-node-59 {
    background: #E7E7E7 !important;
}

#lightbox #imageDataContainer #imageData {
    position: relative;
}

.page-node-59 #webform-client-form-59 .webform-component--txt .rtecenter {
    padding-bottom: 10px;
    padding-top: 10px;
}

.page-node-59 #webform-client-form-59 .webform-component--txt, .right_pane_side #webform-client-form-59 .webform-component--txt, .right_pane_side #webform-client-form-123 .webform-component--txt, .right_pane_side #webform-client-form-129 .webform-component--txt {
    background: #12A89D;
    color: #FFF;
    font-size: 20px;
    text-align: center;
}

#node-59 .user-picture, #node-59 .submitted {
    display: none;
}

.page-node-59 #webform-client-form-59 #edit-submitted-email, .page-node-59 #webform-client-form-59 #edit-submitted-phone, .page-node-59 #webform-client-form-123 #edit-submitted-email, .page-node-59 #webform-client-form-129 #edit-submitted-email, .page-node-59 #webform-client-form-123 #edit-submitted-phone, .page-node-59 #webform-client-form-129 #edit-submitted-phone {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 42px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#webform-client-form-59 .webform-submit {
    float: left;
    margin-bottom: 15px;
    margin-left: 7% !important;
    margin-top: 2%;
    height: 50px;
    width: 21%; /*padding:14px 72px !important;*/
}

.logged-in #webform-client-form-59 .webform-submit {
    clear: both;
    margin-left: 40% !important;
}

.logged-in .page-node-59 #webform-client-form-59 .webform-component--txt .rtecenter {
    padding-bottom: 0px !important;
}

#lightbox #lightboxFrame #admin-menu, .page-node-59 #admin-menu {
    display: none;
}

#lightbox #imageDataContainer #imageData #bottomNav {
    height: 0px;
    margin-bottom: 0px;
}
/* new demo style */
#webform-client-form-59 #webform-component-contact-title, #webform-client-form-59 #webform-component-institute-info {
    clear: both;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}

#webform-client-form-59 .webform-component--type-of-institution {
    clear: both;
    float: left;
    margin-left: 28px;
    margin-top: 15px;
    width: 45%;
}

#edit-submitted-type-of-institution .form-type-checkbox, #edit-submitted-no-of-students .form-item-submitted-no-of-students, #edit-submitted-needed-features-select .form-type-checkbox {
    float: left;
    margin-top: 0px;
    width: 25%;
}

#edit-submitted-needed-features-select .form-type-checkbox {
    width: 50%;
}

#webform-client-form-59 .webform-component--needed-features {
    margin-left: 28px !important;
    min-height: 150px !important;
}

#webform-client-form-59 .g-recaptcha {
    float: left;
    clear: both;
    margin-left: 27px;
}

#webform-client-form-59 .webform-component--page-url {
    display: none;
}

#webform-client-form-59 .captcha {
    margin-top: 3%;
}
/*-------------------------------------------------*/
/* Request a Demo End
/*-------------------------------------------------*/


.social-section li span.democircle {
    background: none repeat scroll 0 0 transparent;
    border: 0px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 40px;
    text-align: left;
    width: 40px;
}

    .social-section li span.democircle i {
        color: #ffffff;
        font-size: 24px;
        line-height: 34px;
    }

.social-section li h3.demoH3 {
    color: #fff;
    padding: 0px;
    margin: 0px;
    float: right;
}

    .social-section li h3.demoH3 a {
        color: #fff;
        width: 177px;
    }

.navigator-box2 .demo_opt.close-box, .navigator-box2 .demo_opt.open-box {
    background: none repeat scroll 0 0 #12a89d;
    float: left;
    height: 96px;
    width: 25px;
    cursor: pointer;
}

.navigator-box2 .nav-box-inner ul li {
    list-style: none !important;
}

.navigator-box2 .nav-box-inner {
    padding-top: 35px;
}

.vertical-text {
    float: left;
    font-size: 18px;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: relative;
    top: 40px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    width: 26px;
}

.chrome #node-59 {
    margin-top: 0px !important;
}

#errmsg {
    color: red;
}

.demo_opt.close-box .fa-chevron-left, .demo_opt.close-box .fa-chevron-right, .demo_opt.open-box .fa-chevron-left, .demo_opt.close-box .fa-chevron-right {
    left: 3px;
    top: 42px;
}

#block-block-46 .nav-box-inner a {
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
}
/*-------------------------------------------------*/
/* School CMS 
/*-------------------------------------------------*/


.page-cms-for-schools .pane-block-47 #trendy .row {
    margin-top: 40px;
}

    .page-cms-for-schools .pane-block-47 #trendy .row ul li span, .page-cms-for-colleges .pane-block-54 #trendy .row ul li span {
        float: left;
        margin-right: 20px;
    }

    .page-cms-for-schools .pane-block-47 #trendy .row ul, .page-cms-for-colleges .pane-block-54 #trendy .row ul {
        padding-left: 0px;
    }

        .page-cms-for-schools .pane-block-47 #trendy .row ul li, .page-cms-for-colleges #trendy .row .col-md-4 ul.school_list li {
            margin-bottom: 40px;
        }

            .page-cms-for-schools .pane-block-47 #trendy .row ul li p, .page-cms-for-colleges .pane-block-54 #trendy .row ul li p {
                margin-left: 60px;
            }

.page-cms-for-schools #webform-client-form-59 #webform-component-first-name {
    margin-top: 20px;
}

.page-cms-for-schools .pane-block-43 .container {
    margin-top: 45px;
}

.page-cms-for-schools .pane-block-44 .container, .page-cms-for-schools .pane-block-45 .container {
    margin-top: 45px;
}

    .page-cms-for-schools .pane-block-44 .container .pricing-box, .page-cms-for-schools .pane-block-45 .container .pricing-box {
        padding-top: 25px;
    }

.left_first p {
    font-size: 13px;
    text-align: justify;
}

.page-cms-for-schools .pane-block-47 #trendy, .page-cms-for-colleges .pane-block-54 #trendy {
    float: left;
    padding-right: 64px;
    width: 60%;
}

    .page-cms-for-schools .pane-block-47 #trendy .col-md-4, .page-cms-for-colleges .pane-block-54 #trendy .col-md-4 {
        width: 90%;
    }

.right_pane_side {
    float: left;
    width: 40%;
}

.left_first p, .left_first h1 {
    text-align: center;
    color: #FFF!important;
}

.cms_banner #trendy ul li, .pane-block-43 #trendy ul li {
    list-style: none;
}

.right_pane_side #webform-client-form-59, .right_pane_side #webform-client-form-123, .right_pane_side #webform-client-form-129 {
    background: #DAD8C9;
    border-radius: 13px;
    width: 86%;
    color: #000;
    font-family: 'Raleway',sans-serif;
}

    .right_pane_side #webform-client-form-59 .webform-component--txt, .right_pane_side #webform-client-form-123 .webform-component--txt, .right_pane_side #webform-client-form-129 .webform-component--txt {
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        height: 45px !important;
        margin-left: 0px !important;
        text-align: center;
    }

    .right_pane_side #webform-client-form-59 .webform-component, .right_pane_side #webform-client-form-123 .webform-component, .right_pane_side #webform-client-form-129 .webform-component {
        margin-left: 20px;
        margin-top: 12px;
    }

        .right_pane_side #webform-client-form-59 .webform-component input, .right_pane_side #webform-client-form-59 .webform-component select, .right_pane_side #webform-client-form-123 .webform-component input, .right_pane_side #webform-client-form-129 .webform-component input, .right_pane_side #webform-client-form-123 .webform-component select, .right_pane_side #webform-client-form-129 .webform-component select {
            width: 70%;
        }

        .right_pane_side #webform-client-form-59 .webform-component label, .right_pane_side #webform-client-form-123 .webform-component label, .right_pane_side #webform-client-form-129 .webform-component label {
            float: left;
            font-weight: 400;
            display: block;
            width: 25%;
        }

        .right_pane_side #webform-client-form-59 .webform-component .form-control, .right_pane_side #webform-client-form-59 .webform-component-email input, .right_pane_side #webform-client-form-123 .webform-component .form-control, .right_pane_side #webform-client-form-129 .webform-component .form-control, .right_pane_side #webform-client-form-123 .webform-component-email input, .right_pane_side #webform-client-form-129 .webform-component-email input {
            border: 1px solid #ccc;
            border-radius: 4px;
            height: 33px;
            padding: 6px 12px;
        }

        .right_pane_side #webform-client-form-59 .webform-component textarea, .right_pane_side #webform-client-form-123 .webform-component textarea, .right_pane_side #webform-client-form-129 .webform-component textarea {
            height: 85px !important;
            width: 70%;
        }

    .right_pane_side #webform-client-form-59 #webform-component-questions-comments label, .right_pane_side #webform-client-form-123 #webform-component-questions-comments label, .right_pane_side #webform-client-form-129 #webform-component-questions-comments label {
        margin-right: 2px;
    }

    .right_pane_side #webform-ajax-wrapper-59 #webform-client-form-59 button, .right_pane_side #webform-client-form-123 button, .right_pane_side #webform-client-form-129 button {
        margin-top: 0px;
        margin-left: 165px;
        margin-bottom: 15px;
    }

.page-cms-for-schools #trendy .row .col-md-4 ul.school_list li {
    color: #FFF;
}

.pane-block-43 .pane-content #trendy ul li span {
    background: #323F5C;
}

.pane-block-43 .pane-content #trendy ul li h3 {
    color: #424D68;
    padding-top: 9px;
}

.pane-block-43 #trendy ul li span {
    margin-right: 10px;
}

.pane-block-43 #trendy ul li p {
    margin-top: 26px;
}

.pane-block-44 .pricing-box .pricing-item {
    margin-right: 17px;
    width: 23% !important;
}

    .pane-block-44 .pricing-box .pricing-item ul.pricing-table {
        border-bottom: 1px solid #000;
    }

    .pane-block-44 .pricing-box .pricing-item:hover ul.pricing-table {
        border-bottom-color: #12a89d;
    }

    .pane-block-44 .pricing-box .pricing-item ul {
        border-bottom: none;
    }

        .pane-block-44 .pricing-box .pricing-item ul li p {
            padding-left: 3px;
            padding-right: 3px;
        }

        .pane-block-44 .pricing-box .pricing-item ul li span {
            color: #fff;
            font-size: 35px !important;
        }

.page-cms-for-schools .pane-block-47 .row p, .page-cms-for-schools .pane-block-47 .row h3, .page-cms-for-colleges .pane-block-54 .row p, .page-cms-for-colleges .pane-block-54 .row h3 {
    color: #FFF!important;
}
/*-------------------------------------------------*/
/* School CMS ENd
/*-------------------------------------------------*/

page-node-59 #webform-client-form-59 #webform-component-txt {
    height: 65px;
}

.page-node-59 #webform-client-form-59 #webform-component-txt p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-cms-for-schools i.fa, .page-student-information-system .pricing-table i.fa {
    padding-left: 5px;
}

.left_row ul li, .right_row ul li {
    margin-bottom: 35px !important;
}
/* changes based on resposive */
#trendy .left_first {
    width: 100%;
}
/*-------------------------------------------------*/
/* School CMS media query 
/*-------------------------------------------------*/ @media screen and (max-width:800px) {
    #block-block-14 .pricing-box .pricing-item:hover ul.pricing-table li:first-child {
        padding: 34px 0 30px;
    }

    .pane-block-47 #trendy, .pane-block-54 #trendy {
        padding-right: 0px!important;
        width: 100%!important;
    }

    .banner_left, .banner_center, .banner_right, /*responsive parent connect */
    .front .home_page_features .features-section .list_first .col-md-4, /*home page solution */
    .front .home_page_features .features-section .list_second .col-md-4 {
        width: 100% !important;
    }

    .front .home_page_features .features-section .list_second {
        border-top: 1px solid #CCC;
        margin-left: 0px;
        margin-right: 0px;
    }

        .front .home_page_features .features-section .list_second #image_feature {
            border: 0px none;
            padding-top: 40px;
        }

    .pane-block-47 .right_pane_side, .pane-block-54 .right_pane_side, .right_pane_side #webform-client-form-59 {
        width: 100%!important;
    }

    .sis_banner #trendy .left_row_cms, .sis_banner #trendy .left_row, .sis_banner #trendy .right_row_cms, .sis_banner #trendy .right_row {
        width: 100% !important;
    }

    .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .col-md-3 {
        width: 100% !important;
    }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .col-md-3 .statistic-post {
            float: left;
            width: 19%;
        }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .col-md-3 .statistic-counter {
            padding-top: 50px;
        }

    .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .parent .statistic-post {
        background-position: 74% 0!important;
    }

    .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .stud .statistic-post {
        background-position: 23% 0!important;
    }

    .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .multimedia .statistic-post {
        background-position: 98% 0!important;
    }

    .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .comm .statistic-post {
        background-position: 49% 0!important;
    }

    .right_pane_side #webform-client-form-59 button {
        margin-left: 330px;
    }

    .cms_intro .intro_cms, .cms_intro .right_pane_side {
        width: 100% !important;
    }

        .cms_intro .right_pane_side #webform-ajax-wrapper-59 {
            position: relative !important;
            top: 0px !important;
        }

    #lightbox #outerImageContainer {
        background: none !important;
        width: 97%!important;
    }

    .pane-block-44 .pricing-box .pricing-item {
        margin-right: 12px !important;
        width: 100%!important;
    }

    .pricing-box .pricing-item ul.pricing-table li:first-child { /*  min-height:210px;*/
    }

    .sis_banner #trendy .right_row ul {
        padding-left: 40px !important;
    }

    .last_middle {
        display: block !important;
    }

    .separator_right {
        border: 0px none !important;
    }

    .front .pane-block-2 h3#title {
        padding: 10px !important;
    }
    /* responsive contact */
    .page-contact #block-block-27 .contact-info {
        margin-left: 15px !important;
        width: 100% !important;
    }

    .page-contact .main-content.row, .page-contact .row_left .col-md-4 {
        width: 100% !important;
    }

    .page-contact .main-container .main-content {
        margin: 0px !important;
    }

    .page-contact #contact-site-form .container {
        padding: 0px !important;
    }

    .mobile_app_section .image-place {
        display: none;
    }
}

@media screen and (min-width:320px) and (max-width:699px) {
    .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .col-md-3 .statistic-post {
        width: 47%;
    }

    .client-section ul.client-list li img {
        width: 100% !important;
        height: auto !important; 
    }

    #SnapABug_Button
    /* new changes added */
    /*,#block-block-46*/ {
        display: none;
    }

    #webform-client-form-59 .form-submit {
        clear: both; /*new changes added */
        /*margin-bottom:10%;*/
    }

    .captcha .g-recaptcha {
        transform: scaleX(0.68) scaleY(0.92);
        -webkit-transform: scaleX(0.68) scaleY(0.92);
        -ms-transform: scaleX(0.68) scaleY(0.92);
        transform-origin: 2px 0 0;
        -webkit-transform-origin: 2px 0 0;
        -ms-transform-origin: 2px 0 0;
        margin-left: 16px !important;
    }
    /* new changes end */
}

@media screen and (min-width:760px) and (max-width:990px) {
    #container .container .navbar-collapse ul li a {
        padding-left: 0px !important;
    }

    .right_pane_side #webform-ajax-wrapper-59 #webform-client-form-59 button {
        margin-left: 320px;
    }

    #lightbox #outerImageContainer {
        width: 670px !important;
    }

    .page-school-management-system .view-service .view-header .title-section, .page-student-information-system .student_info_tools_title .title-section, #block-block-17 .title-section, #block-block-14 .title-section, #block-block-137 .title-section, .front .pane-block-29 .pane-content .title-section, .page-partner-program .pane-block-141 .title-section {
        padding-left: 5px;
    }

        .page-school-management-system .view-service .view-header .title-section .container .section-content .container, .front .home_page_features .features-section .list_first .col-md-4, /*home page solution */
        .front .home_page_features .features-section .list_second .col-md-4 {
            width: 100% !important;
        }

    .front .bx-controls .bx-controls-direction .bx-prev, .page-partner-program .bx-controls .bx-controls-direction .bx-prev {
        margin-left: -18px !important;
        width: 4% !important;
    }

    .front .bx-wrapper .bx-controls-direction .bx-next, .page-partner-program .bx-wrapper .bx-controls-direction .bx-next {
        margin-right: -20px !important;
        width: 4% !important;
    }

    .front .home_page_features .features-section .list_second {
        border-top: 1px solid #CCC;
        margin-left: 0px;
        margin-right: 0px;
    }

        .front .home_page_features .features-section .list_second #image_feature {
            border: 0px none;
            padding-top: 40px;
        }

    .mobile_app_section .image-place {
        display: none;
    }
    /* new changes added */
    #webform-client-form-59 .g-recaptcha {
        margin-left: 23px !important;
    }
    /* new changes end */
}
/*-------------------------------------------------*/
/* School CMS media query ENd
/*-------------------------------------------------*/

.lightbox2-alt-layout-data #bottomNavClose, .lightbox2-alt-layout #bottomNavClose {
    border-radius: 10px;
    right: 10px;
    top: 10px;
}
/*-------------------------------------------------*/
/* College CMS
/*-------------------------------------------------*/
.pane-block-49 h1, .pane-block-50 h1, .pane-block-51 h1, .pane-block-52 h1, .pane-block-53 h1 {
    color: #3a3d41;
    font-family: 'Raleway',sans-serif;
    text-align: center;
}

.pane-block-49 h3, .pane-block-50 h3, .pane-block-51 h3, .pane-block-52 h3, .sis_styles h3, .pane-block-53 h3 {
    font-weight: 300 !important;
}

.page-cms-for-colleges .feature-list2 li span, .sis_styles .feature-list2 li span {
    background: none;
    border: 2px solid #12a89d;
    float: none;
    margin-bottom: 15px;
}

.page-cms-for-colleges .feature-list2 li .list-cont h3 {
    text-align: center;
}

.page-cms-for-colleges .feature-list2 li span i, .sis_styles .feature-list2 li span i {
    color: #3868B4;
}

.pane-block-48 .pane-content .statistic-section {
    padding: 0px !important;
}

    .pane-block-48 .pane-content .statistic-section .container .statistic-box .row {
        height: 200px !important;
    }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .col-md-3 {
            height: 80%;
            width: 19%;
        }

            .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .col-md-3 .statistic-post {
                height: 75%;
            }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .admin {
            width: 19%;
        }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .parent {
            width: 22%;
        }

            .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .parent .statistic-counter {
                margin-left: 25px !important;
            }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .stud {
            width: 17%;
        }

            .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .stud .statistic-counter {
                margin-left: 25px !important;
            }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .multimedia {
            width: 23%;
        }

            .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .multimedia .statistic-counter {
                margin-left: 23px;
            }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .comm {
            width: 18%;
        }

            .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .comm .statistic-counter {
                margin-left: 55px !important;
            }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .admin .statistic-post {
            background: url("../../../all/themes/marble/images/icon_set.png") no-repeat scroll 0 0 transparent;
        }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .stud .statistic-post {
            background: url("../../../all/themes/marble/images/icon_set.png") no-repeat scroll 25% 0 transparent;
        }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .parent .statistic-post {
            background: url("../../../all/themes/marble/images/icon_set.png") no-repeat scroll 78% 0 transparent;
        }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .multimedia .statistic-post {
            background: url("../../../all/themes/marble/images/icon_set.png") no-repeat scroll 105% 0 transparent;
        }

        .pane-block-48 .pane-content .statistic-section .container .statistic-box .row .comm .statistic-post {
            background: url("../../../all/themes/marble/images/icon_set.png") no-repeat scroll 46% 0 transparent;
        }

.cms_college .col-md-3 .statistic-counter p {
    margin-left: 0px !important;
}
/*-------------------------------------------------*/
/* College CMS End
/*-------------------------------------------------*/


.separator_right {
    border-right: 1px solid #e4e4e4;
    padding-right: 34px;
    width: 100%;
}

.separator_top {
    border-right: 1px solid #e4e4e4;
    margin-top: 35px;
}

.pane-block-49 .feature-list2 li .list-cont .pane-block-50 .feature-list2 li .list-cont .pane-block-51 .feature-list2 li .list-cont .pane-block-52 .feature-list2 li .list-cont .pane-block-53 .feature-list2 li .list-cont {
    margin-left: 15px !important;
}

.middle_line {
    border-top: 1px solid #e4e4e4;
    width: 93%;
}

.page-cms-for-colleges .statistic-section:after {
    background: rgba(232,76,60,0.8)!important;
}

.page-cms-for-colleges .feature-list2 li .list-cont, .sis_styles .feature-list2 li .list-cont {
    margin-left: 25px;
    margin-right: 10px;
}

.page-home-page-one .features-section:before {
    background: none!important;
}

.page-cms-for-colleges .tab-section {
    background: url(../../../all/themes/marble/images/back-college.jpg) center 0;
}

.page-cms-for-higher-education .tab-section, .page-campus-management-solutions .tab-section {
    background: url(../../../all/themes/marble/images/back3.jpg) repeat scroll 0 0 / cover rgba(0,0,0,0);
}

.page-cms-for-colleges .pane-block-54 i.fa {
    padding-left: 3px;
}

.statistic-post a {
    float: left;
    height: 100%;
    width: 100%;
}

.right_pane_side #webform-client-form-59 .webform-component--txt, .right_pane_side #webform-client-form-123 .webform-component--txt, .right_pane_side #webform-client-form-129 .webform-component--txt {
    padding-top: 10px;
}

.open-search {
    outline: 0px none !important;
}

input.error, select.error {
    border: 1px solid red!important;
}

#webform-client-form-59 #edit-submitted-type-of-institution div.error, #webform-client-form-59 #edit-submitted-needed-features-select div.error, #webform-client-form-59 .webform-component--needed-features .select-or-other div.error {
    background: none !important;
}

#lightbox {
    position: fixed !important; /*  top:100px!important;*/
    top: 5% !important;
}

.statistic-post a, .statistic-counter a {
    color: #fff;
    outline: 0px none !important;
    text-decoration: none !important;
}

.page-cms-for-colleges ul.feature-list2, .sis_styles ul.feature-list2 {
    text-align: center;
}
/*-------------------------------------------------*/
/* webform Ajax Css
/*-------------------------------------------------*/

#node-59 .content #webform-ajax-wrapper-59 div .alert-block, .page-cms-for-colleges .alert-danger, .page-cms-for-higher-education .alert-danger, .page-cms-for-schools .alert-danger, .page-pricing .alert-danger, #webform-ajax-wrapper-59 .alert-danger, .page-node-59 #SnapABug_Button {
    display: none !important;
}

.right_pane_side #webform-client-form-59 #webform-component-country select option, .right_pane_side #webform-client-form-123 #webform-component-country select option {
    width: 83%;
}

#node-59 .content #webform-ajax-wrapper-59 .webform-confirmation {
    margin-left: 66px;
    margin-top: 85px;
    width: 85%;
}

.conf_msg p {
    color: #000;
    font-weight: 100;
}

.conf {
    background: none repeat scroll 0 0 #DAD8C9;
    border-radius: 5px 5px 5px 5px;
    margin: 5px;
    padding: 15px;
    text-align: center;
}

.webform-confirmation .conf .links {
    margin-top: 15px;
}

    .webform-confirmation .conf .links input {
        background: none repeat scroll 0 0 #3276B1;
        border-radius: 5px 5px 5px 5px;
        border: 0px none;
        color: #FFFFFF;
        margin: 5px;
        padding: 5px;
        width: 15%;
    }

.page-solutions h1 a {
    color: #3a3d41;
}

#node-59 #edit-webform-ajax-submit-59 {
    margin-left: 46%;
}

#webform-component-organization-name label, #webform-component-title label {
    margin-right: 0px!important;
}

#node-59 #webform-ajax-wrapper-59 #webform-client-form-59 #webform-component-title {
    clear: both;
}

.page-node-59 #webform-client-form-59 #webform-component-email input.error {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 42px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#webform-component-questions-comments textarea {
    height: 72px !important;
}

.last_separator {
    padding-right: 34px;
    width: 100%;
}
/*-------------------------------------------------*/
/* webform Ajax Css end
/*-------------------------------------------------*/


/*-------------------------------------------------*/
/* SIS page Css
/*-------------------------------------------------*/

.sis_styles h1, .campus_mngt h1.campus_heading {
    background: #12A89D;
    color: #FFF;
    padding: 7px;
    font-family: "Raleway",sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 23px;
    text-align: center;
}

.separator {
    border: 1px solid #E4E4E4;
    padding-right: 20px;
    margin-bottom: 15px;
}

.sis_banner #trendy .left_row, .sis_banner #trendy .right_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.sis_banner #trendy .left_row {
    float: left;
    width: 47%;
}

.sis_banner #trendy .right_row {
    float: right;
    width: 44%;
}

    .sis_banner #trendy .left_row .col-md-4, .sis_banner #trendy .right_row .col-md-4 {
        width: 100%;
    }

.sis_banner .row p {
    color: #FFF;
    margin-left: 55px;
}

.sis_school {
    padding-top: 76px;
}
/*-------------------------------------------------*/
/* SIS page Css end
/*-------------------------------------------------*/

.page-sis-for-higher-education .tab-section {
    background: url("../../../all/themes/marble/images/Higher_Education_Management.jpg") repeat scroll 0 0 / cover transparent;
}

    .page-sis-for-higher-education .tab-section:after {
        background: rgba(58,61,65,0.8);
    }
/*cms higher education */
.sis_banner #trendy .left_row_cms, .sis_banner #trendy .right_row_cms {
    float: left;
    width: 50%;
}

    .sis_banner #trendy .left_row_cms .col-md-4, .sis_banner #trendy .right_row_cms .col-md-4 {
        width: 100%;
    }

.cms_intro #trendy h1 {
    color: #E54C3C;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 10px;
    padding: 7px;
    padding-left: 0px;
}

.cms_intro .intro_cms {
    float: left;
    margin-top: 48px;
    padding-right: 20px;
    width: 60%;
}

.cms_intro .right_pane_side {
    float: left;
    position: relative;
    width: 40%;
}

    .cms_intro .right_pane_side #webform-ajax-wrapper-59 {
        position: absolute;
        top: -57px;
    }

.cms_intro {
    min-height: 455px;
}

.cms_styles .separator {
    background: #FFEFEF;
    border: 1px solid #fed9d9;
}

.cms_styles_benefits .separator {
    background: #EBEBEB;
    border: 1px solid #cacaca;
}

.cms_styles h1, .cms_styles_benefits h1 {
    background: none;
    color: #000;
}

.cms_styles .separator ul.feature-list2, .lib_styles .separator ul.feature-list2 {
    margin-top: 20px;
}

.pane-block-63 .col-md-4 .separator, .attendance_style .separator {
    padding-top: 15px;
}

.page-school-library-management .tab-section {
    background: url('../../../all/themes/marble/images/School_Management_new.jpg') no-repeat scroll center center transparent;
}
/*-------------------------------------------------*/
/* IE 8 Fixes
/*-------------------------------------------------*/
.ie8 .form-search .placeholder {
    line-height: 15px !important;
}

.page-search .search-results .search-info {
    display: none;
}

.page-search ol li.search-result {
    list-style: none;
}

.page-search ol.search-results {
    margin-bottom: 35px !important;
}

.page-search #search-form .search-advanced, .page-node-59 #muchomenu-1 {
    display: none;
}

.ie8 .vertical-text {
    top: 16px !important;
    width: 56px !important;
}

.ie8 .md-slide-items .overlay, .ie8 .features-section:after {
    background: #3A3D41;
    filter: alpha(opacity:80);
}

.page-node-59 #webform-client-form-59 .webform-component--phone-no label, .page-node-59 #webform-client-form-59 .webform-component--country label {
    margin-bottom: 0px;
}

.ie8 #contact-site-form .form-type-textfield label {
    padding-top: 0px !important;
}

.page-higher-education .view-service .title-section, .page-about-us #block-block-37 .title-section {
    padding: 64px 0;
}

.page-school-management-system .view-service .title-section, .page-higher-education .view-service .title-section {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.view-service .title-section p {
    font-size: 14px;
    padding-bottom: 10px;
}

.view-service .title-section h3 {
    margin-bottom: 10px !important;
}

.view-service .title-section h3, .front .pane-block-2 h3#title, .home_page_features .features-section h3.sub_title {
    font-family: "Raleway",sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.view-service .title-section h4, .front .pane-block-2 h4#subtitle {
    font-family: "Raleway",sans-serif;
    text-align: center;
}

.page-school-management-system .view-service .views-field-body .services-post .services-head a.icon {
    cursor: pointer;
}

.list-cont.management-list em i {
    color: #12a89d;
    float: left;
    padding-top: 3px;
}

.list-cont.management-list p {
    margin-bottom: 2px !important;
    padding-left: 15px;
}

.list-cont.management-list {
    margin-left: 55px !important;
    margin-bottom: 24px !important;
    text-align: left;
}

.page-attendance-management-system .list-cont.management-list h3 {
    text-align: center;
}

.page-faqs .title-section {
    padding: 64px 17px !important;
}
/* banner section responsive */
.demo_link ul.feature-list2-scroll {
    display: inline-block;
}

.sis_banner #trendy .right_row ul {
    padding-left: 15px;
}

.last_middle {
    display: none;
}

.related_link_list {
    float: left;
    border: 1px solid #12a89d;
    border-radius: 15px;
    width: 100%;
}

    .related_link_list ul.feature-list2 {
        margin-bottom: 10px !important;
    }

        .related_link_list ul.feature-list2 li span {
            background: none !important;
        }

        .related_link_list ul.feature-list2 li .list-cont {
            margin-left: 40px !important;
        }

h4.related_links {
    text-align: center;
    margin-bottom: 5px !important;
}

.related_link_list ul.feature-list2 li span i {
    color: gray;
}

.related_link_list ul li p a {
    color: #12a89d !important;
    font-size: 15px;
    font-weight: bold!important;
    text-decoration: none;
}

    .related_link_list ul li p a:hover {
        color: #12a89d !important;
    }

.related_link_list ul li .list-cont p {
    margin: 0px !important;
}

.page-school-management-system .title-section {
    padding: 64px 0px !important;
}

.node-faq .field-name-body {
    padding-top: 20px;
    padding-bottom: 10px;
}

.page-solutions .col-md-4 .list-cont p a, .page-solutions .col-md-4 .list-cont p a:hover {
    color: #12a89d !important;
    text-decoration: none;
}

.page-solutions .shortcodes-elem h1 a:hover {
    color: #12a89d !important;
}

.up-footer .solutions_list .feature-list2-scroll li a {
    color: #95a5a5;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

    .up-footer .solutions_list .feature-list2-scroll li a:hover {
        text-decoration: none;
        color: #12a89d;
    }

.up-footer .solutions_list .feature-list2-scroll li {
    height: 25px;
}

.blog-post .post-content .content-data p, .blog-post .post-content .content-data .field-name-field-blog-author {
    float: left;
    padding-right: 5px;
}

.phone p span {
    margin: 0 auto;
    text-align: left;
    width: 65%;
}

.cms_list li span.mgmt_title {
    margin-right: 15px;
}

.page-university-library-management .tab-section, .page-student-information-system .tab-section, .page-student-tracking-software .tab-section {
    background: url("../../../all/themes/marble/images/library_univ.jpg") no-repeat scroll center -140px transparent;
}

.page-behavior-management-system .tab-section {
    background: url("../../../all/themes/marble/images/behavior_new.jpg") no-repeat scroll center top transparent;
}

#comment-form div .captcha img {
    width: auto !important;
}

.node-type-blog .comment-section {
    margin-left: 80px;
}

.campus_side_scroll .navigator-box, .campus_side_scroll .close-box, .campus_side_scroll .open-box {
    height: 205px;
}

    .campus_side_scroll .close-box i.fa-chevron-left, .campus_side_scroll .close-box i.fa-chevron-right {
        cursor: pointer;
        padding: 8px;
        top: 89px;
    }

    .campus_side_scroll .navigator-box ul li a {
        outline: 0px none;
    }

.page-campus-management-solutions .tab-section, .page-node-94 .tab-section, .engineering-and-arts-college .sis_banner .mobile-app-banner {
    background: url("../../../all/themes/marble/images/campus_mngmt.jpg") no-repeat scroll center 50px transparent;
}
/* mollom captcha */
#contact-site-form .mollom_captcha .form-item-mollom-captcha label {
    float: left;
}

#contact-site-form .mollom_captcha .form-item-mollom-captcha .mollom-captcha-container {
    clear: both;
    display: block;
}
/* End mollom captcha */

.page-examination-management-system .tab-section {
    background: url('../../../all/themes/marble/images/exam.jpg') no-repeat scroll top center transparent;
}

.page-assignment-management-system .tab-section, .page-cms-for-higher-education .tab-section, .page-timetable-management-system .tab-section, .page-course-evaluation-software .tab-section {
    background: url('../../../all/themes/marble/images/assignment.jpg') no-repeat scroll center bottom transparent;
}

.page-report-card-management-system .tab-section, .page-node-96 .tab-section /*cce grading page*/, .page-node-105 .tab-section /*student registration & enrollment page*/ {
    background: url('../../../all/themes/marble/images/report_card.jpg') no-repeat scroll center bottom transparent;
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .statistic-box.style2.mod_style .statistic-post .statistic-counter {
        min-height: 160px !important;
    }
}

.node-type-landing-page #trendy .left_row {
    float: left;
    width: 47%;
}

.node-type-landing-page #trendy .right_row {
    float: right;
    width: 44%;
}

.left_row ul.banner-list, .right_row ul.banner-list {
    margin-bottom: 35px !important;
}

.node-type-landing-page .cms_styles_benefits ul li .list-cont ul li {
    list-style: circle !important;
}

.node-type-landing-page .page-header, #webform-client-form-59 .ajax-progress-throbber {
    display: none;
}

.sis_styles .row div.col-md-4:nth-child(3n+1), .page-parent-connect .region-pre-footer {
    clear: both;
}

.node-type-landing-page .cms_styles {
    padding-top: 20px;
}

.cms_styles_benefits {
    padding-bottom: 20px;
}

.node-type-landing-page .benefits_points {
    padding-left: 30px !important;
}

.win #block-muchomenu-1 .form-search input {
    line-height: 0px;
}

.win #block-muchomenu-1 .form-search button {
    margin-top: -27px;
}

.ie8 .tab-section {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC3A3D41',endColorstr='#CC3A3D41');
}

.ie8 #block-block-46 .open-box, .ie8 #block-block-46 .close-box {
    height: 120px !important;
}

    .ie8 #block-block-46 .open-box .fa-chevron-left, .ie8 #block-block-46 .close-box .fa-chevron-right {
        top: 20px;
    }

.ie8 ul#muchomenu-1 li {
    margin-left: 10px !important;
}

.ie8 #block-block-46 .vertical-text {
    height: 73px !important;
    line-height: 18px !important;
    padding-left: 5px !important;
    top: 16px !important;
    width: 22px !important;
    word-wrap: break-word !important;
}

.ie8 #webform-client-form-127 .webform-component--any-software-products .form-radios div:first-child {
    top: 75px !important;
}

.safari #webform-client-form-59 .webform-component--needed-features {
    clear: both;
}

.node-type-blog #comment-form .form-item-mollom-captcha .mollom-captcha-container .mollom-image-captcha img {
    width: auto !important;
}

#comment-form .form-item-mollom-captcha .mollom-captcha-container {
    display: block;
}

#edit-mollom-captcha.error {
    height: 40px;
    width: 100%;
}

.node-type-landing-page .cms_styles_benefits ul li .management-list h3 {
    text-align: center;
}

.page-node-95 .tab-section, .page-node-99 .tab-section {
    background: url('../../../all/themes/marble/images/transport.jpg') no-repeat scroll right center transparent;
}

.page-college-library-management .tab-section, .page-node-111 .tab-section, .page-student-lifecycle-management-software .tab-section {
    background: url('../../../all/themes/marble/images/college.jpg') no-repeat scroll center center transparent;
}

.page-cms-for-schools .tab-section, .cloud-erp-mobile .features-section3, .mobile_app_section .features-box, .page-node-199 .tab-section {
    background: url('../../../../../6006a448986e9016a453-04789712ed4b2a2afa1e8e8518d27945.r93.cf2.rackcdn.com/school.jpg') no-repeat scroll right center transparent;
}

.page-student-admission-system .sis_banner .tab-section {
    background: url('../../../all/themes/marble/images/platform_new.jpg') no-repeat;
    background-size: cover;
}

.mobile_app_section .features-box:after {
    background: none repeat scroll 0 0 hsla(0,0%,100%,0.8);
}

.ie8.win #block-block-46 .vertical-text {
    padding-top: 5px !important;
    width: 60px !important;
}

.page-parent-connect #trendy {
    color: #FFF;
    float: left;
    font-family: 'Raleway',sans-serif;
    margin-left: 30px;
    width: 75%;
}

.page-parent-connect .parent_benefits {
    margin-left: 15px;
}

    .page-parent-connect .parent_benefits p {
        margin-bottom: 10px !important;
        margin-left: 15px !important;
        text-align: left;
    }

    .page-parent-connect .parent_benefits em {
        color: #FFF;
        float: left;
    }

.page-parent-connect #trendy .row .banner_column ul li .list-cont p {
    color: #FFF;
}

.page-parent-connect .tab-section, .page-outcome-based-education-software .tab-section {
    background: url('../../../all/themes/marble/images/parents.jpg') no-repeat scroll center top transparent;
    background-size: cover;
}

.page-parent-connect .services-section .view-content {
    background: url('../../../all/themes/marble/images/school.jpg') no-repeat scroll center top transparent;
}

.page-parent-connect .banner_division {
    float: left;
    width: 32%;
}

.page-parent-connect .right_pane_side {
    float: left;
    margin-top: 85px;
    text-align: center;
    width: 20%;
}

.page-parent-connect h1.benefits {
    border: 0px;
    margin-bottom: 15px;
    text-align: center;
}

.partner_details .col-md-6 .accord-title .accord-link {
    line-height: 100px;
}

@media all and (max-width:640px) and (orientation :portrait) {
    .page-parent-connect .banner_division {
        width: 95% !important;
    }

    #webform-client-form-127 .webform-component--category .form-checkboxes .form-type-checkbox {
        width: 36% !important;
    }

    .cloud-erp-mobile .links_bottom a, .engineering-and-arts-college .links_bottom a, .page-cbse-school-management-software .links_bottom a, .page-student-admission-system .links_bottom a, .page-attendance-management-system .links_bottom a, .page-behavior-management-system .links_bottom a, .page-student-information-system .links_bottom a, .page-mobileapp .store_badges .ios img, .page-student-lifecycle-management-software .links_bottom a {
        margin-top: 20px;
    }
}

@media only screen and (max-width:480px) and (orientation :portrait) {
    #lightbox #outerImageContainer {
        height: 365px !important;
        overflow: scroll !important;
    }

    .navigator-box {
        top: 125px !important;
    }

    #webform-client-form-127 .webform-component-textfield label, #webform-client-form-127 .webform-component--email label, #webform-client-form-127 .webform-component--country label, #webform-client-form-127 .webform-component--total-number-of-students label {
        width: 30% !important;
    }

    #webform-client-form-127 .webform-component--category label {
        width: 33% !important;
    }

    #webform-client-form-127 .webform-component-textarea .form-textarea-wrapper {
        margin-left: 10px !important;
    }

    .webform-component--any-software-products .form-item-submitted-any-software-products-other {
        right: 0px !important;
        top: 42px !important;
    }

    #webform-client-form-127 .webform-component--category .form-checkboxes .form-type-checkbox {
        float: right !important;
        margin-right: 25px !important;
        width: 47% !important;
    }

    #webform-client-form-127 .webform-component-textfield label, #webform-client-form-127 .webform-component--email label, #webform-client-form-127 .webform-component--country label, #webform-client-form-127 .webform-component--total-number-of-students label {
        padding-top: 2px !important;
    }

    #webform-client-form-127 .webform-component--info-text-solution .form-checkboxes .form-type-checkbox {
        clear: both !important;
        width: 100% !important;
    }

    #webform-client-form-59 .webform-component-select, #webform-client-form-59 .webform-component-select-or-other, #webform-client-form-59 .webform-component--comments {
        width: 65% !important;
    }

        #webform-client-form-59 .webform-component-select-or-other.webform-component--needed-features {
            width: 71% !important;
        }

    .partner_details #demo_footer .demo_overlay .links_bottom a {
        margin: 0px;
        margin-bottom: 15px;
    }

    .partner_details #demo_footer .demo_overlay .links_bottom span {
        padding-right: 0px !important;
    }
}

@media only screen and (max-width:480px) and (orientation :landscape) {
    .navbar-collapse {
        max-height: 200px !important;
    }

    .navigator-box {
        top: 110px !important;
    }

    .partner_details .col-md-6 .accord-title .accord-link {
        line-height: 100px !important;
    }
}

@media only screen and (min-width:1023px) and (orientation :landscape) {
    #webform-client-form-127 .webform-component--contact-number {
        clear: both;
    }
}

@media all and (max-width:640px) and (orientation :landscape) {
    #block-block-17 .content ul#myTab li a {
        padding: 5px 40px;
    }

    #lightbox #outerImageContainer {
        height: 250px !important;
        overflow: scroll !important;
    }

    .page-parent-connect .right_pane_side {
        display: none;
    }

    .page-node-59 #webform-client-form-59 .webform-component-textfield, .page-node-59 #webform-client-form-59 .webform-component-email, .page-node-59 #webform-client-form-59 #webform-component-phone-no, .page-node-59 #webform-client-form-59 #webform-component-organization-name, .page-node-59 #webform-client-form-59 #webform-component-title, .page-node-59 #webform-client-form-59 #webform-component-country, .page-node-59 #webform-client-form-59 #webform-component-questions-comments {
        width: 44%;
    }

    #lightbox {
        top: 12px!important;
    }

    .navigator-box {
        top: 110px !important;
    }

    #webform-client-form-59 .form-submit {
        clear: both;
        margin-bottom: 10%;
    }

    .cloud-erp-mobile .links_bottom a, .engineering-and-arts-college .links_bottom a, .page-cbse-school-management-software .links_bottom a, .page-student-admission-system .links_bottom a, .page-attendance-management-system .links_bottom a, .page-behavior-management-system .links_bottom a, .page-student-information-system .links_bottom a, .page-student-lifecycle-management-software .links_bottom a {
        margin-top: 20px;
    }

    .partner_banner .links_bottom a {
        margin-bottom: 20px;
        width: 50%;
    }

    #demo_footer #request-demo a {
        margin-bottom: 20px;
    }

    #webform-client-form-166 .webform-component > label, #webform-client-form-167 .webform-component > label {
        width: 31% !important;
    }

    #md-slider-5-block .md-object .object_link, #md-slider-5-block .md-object .object_more {
        font-size: 10px !important;
    }

    #md-slider-5-block .md-bullets .md-bullet img {
        display: none !important;
    }
}

@media all and (min-width:1138px) and (max-width:1199px) {
    #container #navbar .container {
        width: 94% !important;
    }
}

@media all and (max-width:1137px) and (orientation :landscape) {
    #container #navbar .container {
        width: 94% !important;
    }

    #muchomenu-1 li {
        margin-left: 0px!important;
    }

        #muchomenu-1 li a {
            margin: 0px 4px !important;
        }

    .navbar-collapse {
        height: auto !important;
        max-height: 200px !important;
    }

    #webform-client-form-127 .webform-component--name-of-the-institute {
        clear: both;
    }

    #demo_footer p img {
        width: 100% !important;
        height: auto !important;
    }
}

@media only screen and (min-width:765px) and (max-width:950px) {
    #navbar .container .navbar-header {
        margin-top: 12px;
    }

    .navbar-header a.navbar-brand img {
        width: 100%;
    }

    #container .container .navbar-collapse ul li a {
        padding-right: 0px;
    }

    #container #navbar .container {
        width: 94% !important;
    }

    #muchomenu-1 li {
        margin-left: 0px!important;
    }
}

@media only screen and (max-width:480px) {
    .page-node-59 #webform-client-form-59 .webform-component-textfield, .page-node-59 #webform-client-form-59 .webform-component-email, .page-node-59 #webform-client-form-59 #webform-component-phone-no, .page-node-59 #webform-client-form-59 #webform-component-organization-name, .page-node-59 #webform-client-form-59 #webform-component-title, .page-node-59 #webform-client-form-59 #webform-component-country, .page-node-59 #webform-client-form-59 #webform-component-questions-comments {
        width: 65%;
    }

    .landing-section .management-list {
        margin-left: 25px !important;
    }

    #webform-client-form-59 .webform-submit {
        float: none !important;
    }

    #webform-client-form-59 .captcha {
        display: inline-block;
        text-align: center;
        width: 93%;
    }

    #webform-client-form-166 .webform-component-fieldset .panel-body, #webform-client-form-167 .webform-component-fieldset .panel-body {
        margin-left: 0px !important;
    }

    #webform-client-form-166 .webform-component > label, #webform-client-form-167 .webform-component > label {
        width: 30% !important;
        margin-right: 5px !important;
    }

    #webform-client-form-166 .webform-submit, #webform-client-form-167 .webform-submit {
        width: 30% !important;
    }

    .partner_details .col-md-6 .accord-title .accord-link {
        line-height: 114px;
    }

    #webform-client-form-166 legend, #webform-client-form-166 .panel-body, #webform-client-form-167 legend, #webform-client-form-167 .panel-body {
        padding-left: 0px;
        padding-right: 0px;
    }

    #webform-client-form-166 .webform-component > label, #webform-client-form-167 .webform-component > label {
        width: 38% !important;
    }

    #webform-client-form-166 .webform-component--market-info--select-your-business-type > label, #webform-client-form-166 .webform-component--personal-info--learn-about-us label, #webform-client-form-167 .webform-component--market-info--select-your-business-type > label, #webform-client-form-167 .webform-component--personal-info--learn-about-us label, #webform-client-form-166 #edit-submitted-personal-info-learn-about-us-select, #webform-client-form-167 #edit-submitted-personal-info-learn-about-us-select {
        width: 100% !important;
    }

    #webform-client-form-166 .webform-component > select, #webform-client-form-166 .webform-component > input, #webform-client-form-167 .webform-component > select, #webform-client-form-167 .webform-component > input {
        width: 60% !important;
    }

    #md-slider-5-block .md-object .object_link, #md-slider-5-block .md-object .object_more {
        font-size: 5px !important;
    }

    #md-slider-5-block .md-bullets .md-bullet img {
        display: none !important;
    }
}

#md-slider-5-block .md-object .object_more.higher_ed.case_study {
    box-shadow: 0 3px 0 #3668B3;
    background: #12A89D url("../../../all/themes/marble/images/spj_play.png") no-repeat scroll 135px center;
}

.view-portfolio.view-id-portfolio.view-display-id-block_7, #block-views-portfolio-block-7 {
    display: none !important;
}

#md-slider-5-block .md-object .object_more.higher_ed.case_study:hover {
    background: #3668B3 url("../../../all/themes/marble/images/spj_play.png") no-repeat scroll 135px center;
    box-shadow: 0 3px 0 #12A89D;
}

#md-slider-5-block .md-object .object_more.higher_ed.case_study_red {
    box-shadow: 0 3px 0 #770624;
    background: #9E0830 url("../../../all/themes/marble/images/spj_play.png") no-repeat scroll 135px center;
}

    #md-slider-5-block .md-object .object_more.higher_ed.case_study_red:hover {
        background: #960B29 url("../../../all/themes/marble/images/spj_play.png") no-repeat scroll 135px center;
    }

@media screen and (min-width:800px) {
    .page-parent-connect .services-section .view-content {
        float: left;
    }

    .facility_section_another .title-section {
        padding-left: 0px;
    }

    .platform_features .img_pos {
        position: relative;
    }

        .platform_features .img_pos .base_img {
            position: absolute;
            top: 60px;
            left: 60px;
        }

    #block-block-17 .content ul#myTab li a {
        padding-left: 60px;
    }

    .partner_banner .links_bottom a {
        margin-right: 20px;
    }
}

@media all and (max-width:976px) and (orientation :landscape) {
    .sis_banner #trendy .left_row, .sis_banner #trendy .right_row {
        width: 39%;
    }

    .page-parent-connect #trendy {
        width: 100%;
    }

    #container #navbar .container {
        width: 94%;
    }

    #muchomenu-1 li {
        margin-left: 0px!important;
    }
}

@media all and (max-width:976px) {
    .page-parent-connect .right_pane_side {
        display: none;
    }

    #webform-client-form-127 .webform-component, #webform-client-form-166 .webform-component, #webform-client-form-167 .webform-component {
        width: 100% !important;
        margin-left: 0px !important;
    }

    #webform-client-form-127 .webform-component--title, #webform-client-form-127 .webform-component--email, #webform-client-form-127 .webform-component--city, #webform-client-form-127 .webform-component--country, #webform-client-form-127 .webform-component--total-number-of-students {
        margin-bottom: 5% !important;
    }

    #webform-client-form-127 .webform-component--category .form-checkboxes .form-type-checkbox, #webform-client-form-127 .webform-component-textarea label {
        width: 25%;
    }

    #webform-client-form-127 .webform-component-textarea .form-textarea-wrapper {
        width: 65% !important;
    }

    #webform-client-form-127 .webform-submit {
        margin-left: 30% !important;
        width: 35% !important;
    }

    #webform-client-form-59 .captcha {
        margin-top: 0% !important;
        margin-left: 1%;
    }
}

#trendy .banner_division ul li h3 {
    padding-top: 10px;
}

.page-parent-connect .left_first {
    margin-top: 85px;
    width: 100%!important;
}

ul#muchomenu-1 li a {
    border: 0px none;
    background: none;
    color: #95a5a5;
    outline: 0px none;
}

ul#muchomenu-1 > li {
    float: left;
}

ul#muchomenu-1 {
    float: right;
}

    ul#muchomenu-1 > li > a {
        display: block;
        padding: 10px 20px;
        position: relative;
    }

    ul#muchomenu-1 li .muchomenu-bin-1 {
        left: -168px !important;
    }

    ul#muchomenu-1 li .muchomenu-bin-2 {
        left: -320px !important;
    }

    ul#muchomenu-1 li .muchomenu-bin-4, ul#muchomenu-1 li .muchomenu-bin-3 {
        left: 0px;
        width: 200px;
    }

.muchomenu-bin-1 .panel-display, .muchomenu-bin-2 .panel-display {
    padding: 0px;
    width: 906px !important;
}

.muchomenu-bin-3 .panel-display, .muchomenu-bin-4 .panel-display {
    padding: 0px;
    padding-top: 5px;
}

.muchomenu-bin .panel-display {
    background: #12A89D !important;
    border: 0px none;
    border-radius: 0px;
}

ul#muchomenu-1 .panel-col-first {
    color: #FFF;
    height: auto !important;
    padding-left: 40px;
    width: 28% !important;
}

ul#muchomenu-1 .muchomenu-bin-1 .panel-col-first {
    background: #4a4a8b;
}

ul#muchomenu-1 .muchomenu-bin-2 .panel-col-first {
    background: #26816d;
}

ul#muchomenu-1 li .open-search {
    padding-top: 5px !important;
    padding-bottom: 20px;
}

.menu_list {
    font-family: 'Raleway',sans-serif;
}

    .menu_list h5, .menu_list h5 a {
        color: #FFF !important;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 30px;
    }

#muchomenu-1 .panel-col {
    padding-left: 30px;
    width: 100%;
}

#muchomenu-1 .muchomenu-bin-3 .panel-col, #muchomenu-1 .muchomenu-bin-4 .panel-col {
    padding-left: 18px;
}

.panel-col-last {
    padding-left: 43px;
    width: 31%;
}

.panel-col div .pane-block {
    line-height: 17px;
}

.main_menu_list h4 {
    color: #717171;
    font-family: 'Raleway',sans-serif;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 27px;
}

.menu_list .menu_img {
    margin-top: 50px;
    margin-bottom: 105px;
    margin-left: -15px;
}

.menu_list p, .menu_list p a {
    font-size: 12px !important;
    font-weight: 600;
    margin-bottom: 25px !important;
    outline: 0px none;
}

    .menu_list p a {
        color: #FFF !important;
    }

.about_us_submenu {
    background: #FFF;
    width: 100%;margin-bottom:8px;
}

.muchomenu-bin-4 .about_us_submenu ul li, .muchomenu-bin-4 .about_us_submenu ul li a, .muchomenu-bin-3 .about_us_submenu ul li, .muchomenu-bin-3 .about_us_submenu ul li a {
    color: #eaeaea !important;
    font-family: 'Raleway',sans-serif;
    font-size: 14px !important;
    font-weight: bold;
    text-align: left;
    line-height: 35px;
    text-transform: capitalize;
    padding: 0px !important;
    padding-bottom: 10px;background:#12A89D;
    margin: 0px !important;
}

.muchomenu-bin-4 .about_us_submenu ul li, .muchomenu-bin-4 .about_us_submenu ul li a, .muchomenu-bin-3 .about_us_submenu ul li, .muchomenu-bin-3 .about_us_submenu ul li a:hover {
        color:#fff !important;
    }
.muchomenu-bin-3 .about_us_submenu ul, .muchomenu-bin-4 .about_us_submenu ul {
    padding: 0px !important;
    margin: 0px !important;
}

.main_menu_list div {
    margin-bottom: 20px;
}

.main_menu_list h5, .main_menu_list h5 a {
    color: #E74D3D !important;
    font-family: 'Raleway',sans-serif;
    font-weight: bold;
    font-size: 12px !important;
}

    .main_menu_list h5 a:hover, .main_menu_list p a:hover {
        background: none !important;
        color: #12a89d !important;
    }

.main_menu_list p, .main_menu_list p a {
    color: #474747 !important;
    font-family: 'Raleway',sans-serif;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 20px;
    outline: 0px none;
}

#muchomenu-1 li.active_hover a {
    color: #12a89d;
}

#muchomenu-1 .muchomenu-bin {
    /*border: 1px solid #fff;*/
    border-top: 0px;
    margin-top: 5px!important;
}

.icon_small i {
    font-size: 15px;
}

.page-contact .row_left .col-md-4 {
    width: 50%;
}

#block-block-27 .contact-info {
    float: left;
    margin-left: 115px;
    padding: 0px!important;
    width: 54%;
}

.page-contact .main-content.row {
    width: 35%;
}

#block-block-27 .container, #block-block-27 .row, #contact-site-form .container, #contact-site-form .col-md-4 {
    width: 100%;
}

.contact-info.email {
    margin-top: 56px;
    padding-bottom: 0px;
}

    .contact-info.email .email {
        border: 1px solid #CCC;
        margin-bottom: 20px;
        margin-right: 10px;
        padding-left: 15px;
        text-align: left;
    }

    .contact-info.email .icon {
        margin-bottom: 0px;
        margin-top: 15px;
        text-align: center;
    }

    .contact-info.email .mail_id {
        color: #12a89d;
        font-size: 18px;
        font-weight: bold;
    }

.contact-info .addr {
    border-radius: 0px;
    height: 270px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

    .contact-info .addr h2 {
        color: #FFF;
        font-weight: bold;
        padding: 15px;
    }

    .contact-info div.addr:after, .contact-info .addr h2 {
        background: #12a89d;
    }

    .contact-info .addr h5, .email .addr span {
        color: #3A3D41;
        font-weight: bold;
    }

.contact_us_title {
    border: 1px solid #dfdfdf;
    text-align: center;
}

    .contact_us_title h3 {
        background: #12a89d;
        color: #FFF;
        font-weight: bold;
        padding: 10px;
        margin-top: 0px;
    }

    .contact_us_title .row {
        padding-top: 10px;
    }

    .contact_us_title div {
        font-family: 'Raleway',sans-serif;
        padding-left: 17px;
        padding-right: 17px;
    }

.contact-form .contact_us_title button[type="submit"] {
    border-width: 0px;
    background: #12a89d;
    color: #FFF;
    font-size: 14px;
    padding: 8px 47px;
}

.page-contact footer .social-section {
    margin-top: 10px;
}

li.main_menu_lt .first_sub_menu a {
    padding: 0px !important;
}

#muchomenu-1 li a.active {
    color: #12a89d !important;
}

@media screen and (max-width:1025px) {
    #muchomenu-1 {
        padding-left: 0px !important;
    }

        #muchomenu-1 li.muchomenu-parent .sub_main_menu .main_menu_list li.main_menu_lt span:after {
            content: "+";
            color: #777;
            font-size: 20px;
            font-weight: bold;
            float: right;
            padding-right: 10px;
        }

        #muchomenu-1 li.muchomenu-parent .sub_main_menu .main_menu_list li.active_menu span:after {
            content: "-";
        }

        #muchomenu-1 li.muchomenu-parent {
            background: #255BAD;
            border-bottom: 1px solid #CCC;
            float: left !important;
            margin-left: 0px!important;
            width: 100% !important;
        }

    .sub_main_menu .main_menu_list {
        padding-left: 0px;
    }

    #muchomenu-1 li.muchomenu-parent a.muchomenu-item:hover {
        background: none !important;
        color: #FFF !important;
    }

    .sub_main_menu .main_menu_list li {
        background: #E3E3E3;
        border-bottom: 1px solid #777;
        color: #777;
        font-weight: bold;
        font-family: 'Raleway',sans-serif;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .sub_main_menu .main_menu_list li.active_menu {
            border-bottom: 0px none;
            background: #F0F0F0 !important;
            color: #777 !important;
            padding-bottom: 0px !important;
        }

    .main_menu_lt span {
        display: block;
        padding-left: 10px;
        width: 100%;
    }

    ul.sub_menu {
        background: #FFF !important;
        margin-top: 10px;
        padding-left: 0px;
    }

        ul.sub_menu li, ul.sub_menu li a {
            background: #FFF !important;
            color: #EC4140 !important;
            display: block;
            padding-left: 10px;
            padding-bottom: 5px !important;
        }

        ul.sub_menu.about_us li {
            border-bottom: 1px solid #777;
            font-size: 14px!important;
            font-weight: bold;
            margin-left: 0px !important;
            margin-right: 0px !important;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            ul.sub_menu.about_us li a {
                padding: 0px !important;
            }

        ul.sub_menu.about_us {
            margin-top: 0px !important;
        }

    .sub_main_menu .about_us li, .sub_main_menu .about_us li a {
        background: #E3E3E3 !important;
        color: #777 !important;
        font-size: 20px;
    }

    ul.sub_menu li a:hover {
        color: #EC4140 !important;
    }

    #muchomenu-1 li.muchomenu-parent a.muchomenu-item {
        color: #FFF;
        float: left !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        #muchomenu-1 li.muchomenu-parent a.muchomenu-item span {
            color: #FFF !important;
        }

    #muchomenu-1 li .arrow {
        background: url('../../../all/themes/marble/images/down_arrow.png') no-repeat right center;
        cursor: pointer;
        margin-top: 12px;
        margin-right: 5px;
    }

        #muchomenu-1 li .arrow.toggle {
            background: url('../../../all/themes/marble/images/up_arrow.png') no-repeat right center;
            margin-top: 12px;
            margin-bottom: 12px;
        }

    #muchomenu-1 {
        margin-top: 0px !important;
        position: relative;
    }

        #muchomenu-1 li.last {
            background: #E9E9E9 !important;
            border-bottom: 0px none;
            height: auto;
            left: 0;
            margin-top: -80px;
            position: absolute;
            top: 0;
        }

            #muchomenu-1 li.last .form-search {
                background: none !important;
                margin: 0px !important;
                padding: 15px;
            }

        #muchomenu-1 li.hovering .muchomenu-bin, #muchomenu-1 .muchomenu-parent .muchomenu-bin {
            display: none !important;
        }

        #muchomenu-1 li a.active {
            color: #FFF !important;
        }

    #webform-client-form-127 .webform-component--name-of-the-institute {
        clear: both;
    }

    #demo_footer p img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width:1025px) {
    .form-search {
        position: relative;
        top: inherit;
        right: inherit;
        width: auto;
        margin: 5px 15px;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    a.open-search, .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }
}

@media all and (min-width:650px) and (max-width:1025px) {
    #block-block-17 .content ul#myTab li h2 {
        left: 20px;
    }

    #block-block-17 .content ul#myTab li a {
        padding-left: 32px;
    }

    #muchomenu-1 {
        width: 39%;
    }

    #navbar .navbar-collapse {
        position: relative;
        z-index: 1;
    }

    .navbar-toggle {
        margin-top: 30px!important;
    }

    #muchomenu-1 {
        background: #FFF !important;
        height: auto;
        padding: 10px;
        padding-left: 10px !important;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .facility_section_another .title-section, .cloud-erp-platform .title-section, .cloud-erp-mobile .title-section, .page-pricing .title-section {
        padding-left: 0px;
    }

    .page-school-management-system .view-service .view-header .title-section, .page-higher-education .view-service .view-header .title-section {
        padding-left: 0px !important;
    }

    .navbar-collapse.collapse.in, .new_find {
        height: auto !important;
    }

    #webform-client-form-127 .webform-component--name-of-the-institute {
        clear: both;
    }

    #webform-client-form-127 .webform-component-textfield label, #webform-client-form-127 .webform-component--email label, #webform-client-form-127 .webform-component--country label, #webform-client-form-127 .webform-component--total-number-of-students label {
        width: 28% !important;
    }

    #lightbox #outerImageContainer {
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }

    #md-slider-5-block .md-object .object_link, #md-slider-5-block .md-object .object_more {
        font-size: 13px !important;
    }

    #md-slider-5-block .md-bullets .md-bullet img {
        display: none !important;
    }

    .page-school-management-system .school-landing img, #mobile_1 .odd_slot img, #mobile_1 .even_slot img {
        max-width: 100%;
    }
}

.front .features-section .col-md-4 {
    width: 29%;
}

.front .features-section #image_feature {
    width: 42%;
}

.front .features-section .col-md-4#image_feature img {
    max-width: none !important;
}

.home_page_features .features-section {
    padding-top: 25px;
}

    .home_page_features .features-section ul li p {
        color: #E2E2E2 !important;
    }

    .home_page_features .features-section h3.sub_title {
        color: #FFF !important;
    }

    .home_page_features .features-section p.sub_title_li {
        color: #E2E2E2;
        font-size: 13px;
        font-family: 'Raleway',sans-serif;
        text-align: center;
        padding-bottom: 15px;
    }

    .home_page_features .features-section .list_first {
        padding-bottom: 20px;
    }

    .home_page_features .features-section .list_second #image_feature {
        border-top: 1px solid #CCC;
        padding-top: 125px;
        padding-left: 0px;
    }

    .home_page_features .features-section .list_second .col-md-4 {
        padding-top: 45px;
    }

.front .pane-block-29 .title-section, .facility_section_another .title-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .front .pane-block-29 .title-section h1, .facility_section_first .features-section3, .facility_section_another .title-section h1 {
        padding-bottom: 15px;
    }

.facility_section .features-section3 {
    padding-top: 15px;
}

.facility_section_first h1.title, .facility_section h1.title {
    font-family: 'Raleway',sans-serif;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
}

.page-facilities-management-system .facility_section_first .col-md-6 .school-banner {
    padding-left: 0px;
}

.facility_section_first .school-landing {
    padding-top: 25px !important;
}

    .facility_section_first .school-landing h2 {
        font-family: 'Raleway',sans-serif;
        padding-bottom: 25px;
        text-align: center;
    }

.page-contact .main-container .main-content {
    float: right;
}

.modules_list .back-col {
    margin-bottom: 30px;
    padding: 30px 10px 0px !important;
}

.modules_list .style2 .statistic-counter {
    padding: 15px 10px !important;
}

.modules_list .shortcodes-elem h1 {
    border-bottom: 0px none;
    padding-bottom: 0px;
}

.modules_list .statistic-post i {
    margin-top: 0px !important;
}

.modules_list .statistic-box.style2 {
    border-bottom: 0px none;
}

.statistic-box .statistic-counter p.mod_desc {
    font-size: 13px;
    font-weight: normal;
}

.cloud-erp-mobile .facility_section_first .col-md-6 .school-banner {
    padding-left: 90px;
}

.mobile_app_section .image-place {
    float: left;
    width: 25%;
}

.page-comment #comment-form {
    margin-bottom: 35px;
}

.alert-success, .alert-block {
    margin-top: 35px;
    margin-bottom: 0px !important;
}

.page-node-59 #webform-client-form-59 #webform-component-phone-no label {
    padding-right: 10px;
}

.page-parent-connect h3.feature_title {
    font-family: 'Raleway',sans-serif;
    font-weight: bold;
    text-align: center;
}

.page-node-124 #block-system-main .content {
    min-height: 87px;
}

#outerImageContainer {
    height: 600px !important;
    width: 68% !important;
}

.page-node-124 .webform-confirmation {
    margin-top: 60px;
}

.thank_you .error .container span {
    font-size: 30px !important;
}

.thank_you .error-content h1 {
    font-size: 20px !important;
}

.page-node-125 .alert-success, .page-node-132 .alert-success, .page-node-124 .alert-success, .page-node-59 #SnapABug_WP {
    display: none;
}

#webform-client-form-127 {
    border-radius: 5px;
    font-family: 'Raleway',sans-serif;
    margin: 0 auto;
    padding-bottom: 4%;
    padding-top: 3%;
    width: 80%;
}

    #webform-client-form-127 .webform-component label {
        color: #787878;
        font-weight: 600 !important;
    }

.pane-webform-client-block-127 h2.pane-title {
    display: none;
}

.pane-block-136 {
    background: #FFF !important;
}

#webform-client-form-127 .webform-component--state {
    clear: both;
}

#webform-client-form-127 .webform-component--category label {
    float: left;
    margin-right: 10px;
    width: 23%;
}

#webform-client-form-127 .webform-component-textfield label, #webform-client-form-127 .webform-component--email label, #webform-client-form-127 .webform-component--country label, #webform-client-form-127 .webform-component--total-number-of-students label {
    float: left;
    padding-top: 8px;
    width: 26%;
}

#webform-client-form-127 .webform-component-textarea label {
    float: left;
    padding-top: 60px;
    width: 12%;
}

#webform-client-form-127 .webform-component--contact-name, #webform-client-form-127 .webform-component--contact-number, #webform-client-form-127 .webform-component--name-of-the-institute, #webform-client-form-127 .webform-component--state, #webform-client-form-127 .webform-component--category, #webform-client-form-127 .webform-component--info-text-solution {
    float: left;
    margin-bottom: 2%;
    margin-left: 3%;
    width: 47%;
}

#webform-client-form-127 .webform-component--name-of-the-institute {
    clear: both !important;
    margin-bottom: 1%;
}

#webform-client-form-127 .webform-component--category {
    min-height: 78px !important;
}

    #webform-client-form-127 .webform-component--category .form-group {
        margin-bottom: 0px !important;
    }

#webform-client-form-127 .webform-component--email input, #webform-client-form-127 .webform-component-textfield input, #webform-client-form-127 .webform-component-select select {
    width: 66%;
}

#webform-client-form-127 .webform-component--email input {
    border: 1px solid #CCC;
    border-radius: 4px 4px 4px 4px;
    height: 42px;
}

#webform-client-form-127 .webform-component--title, #webform-client-form-127 .webform-component--email, #webform-client-form-127 .webform-component--city, #webform-client-form-127 .webform-component--country, #webform-client-form-127 .webform-component--total-number-of-students {
    float: left;
    margin-bottom: 2%;
    margin-right: 3%;
    width: 47%;
}

#webform-client-form-127 .webform-component--category .form-checkboxes .form-type-checkbox {
    float: left;
    margin-top: 0px;
    width: 24%;
}

#webform-client-form-127 .form-type-checkbox.error, #webform-client-form-127 .form-type-checkbox.error label {
    background: none !important;
    color: #12a89d !important;
}

#webform-client-form-127 .webform-component--any-software-products {
    float: left;
}

#webform-client-form-127 .webform-component--info-text-solution select {
    float: left;
    width: 90%;
}

#webform-client-form-127 .webform-component--info-text-solution .form-checkboxes .form-type-checkbox {
    float: left;
    margin-top: 0;
    width: 50%;
}

#edit-submitted-info-text-solution-other {
    float: left;
    width: 41%;
}

#edit-submitted-category-other {
    float: left;
    width: 41%;
}

#webform-client-form-127 .webform-component--any-software-products .form-radios .form-type-radio {
    float: left;
    margin-top: 0px;
}

#webform-client-form-127 .webform-component--info-text-solution .form-checkboxes, #webform-client-form-127 .webform-component--any-software-products .form-radios {
    margin-top: 10px;
}

.node-type-webform .user-picture, .node-type-webform .submitted, .node-type-webform .page-header, .node-type-webform #comments {
    display: none;
}

#webform-client-form-127 .captcha {
    margin-top: 3%;
    margin-left: 3%;
}

#webform-client-form-127 .webform-submit {
    height: 50px;
    margin-left: 43%;
    margin-top: 3%;
    width: 17%;
}

#webform-client-form-127 .webform-component--any-software-products {
    position: relative;
    width: 50%;
}

    #webform-client-form-127 .webform-component--any-software-products .form-item-submitted-any-software-products-other input {
        width: 94%;
    }

    #webform-client-form-127 .webform-component--any-software-products .form-radios div:first-child {
        position: absolute;
        top: 35px;
    }

    #webform-client-form-127 .webform-component--any-software-products .form-radios div:last-child {
        width: 26%;
    }

        #webform-client-form-127 .webform-component--any-software-products #edit-submitted-any-software-products-select, #webform-client-form-127 .webform-component--any-software-products .form-radios div:first-child input, #webform-client-form-127 .webform-component--any-software-products .form-radios div:last-child input {
            position: absolute;
        }

.webform-component--any-software-products .form-item-submitted-any-software-products-other {
    right: 53px;
    top: 28px;
    position: absolute;
    width: 66%;
}

#webform-client-form-127 .webform-component-textarea .form-textarea-wrapper {
    float: left;
    margin-top: 60px;
    width: 31%;
}

#edit-submitted-needed-features-other {
    float: left;
    height: 30px;
    width: 50%;
}

#webform-client-form-127 .webform-component--comments textarea {
    height: 70px !important;
}

#webform-client-form-127 .webform-component--info-text-solution {
    clear: both;
    min-height: 245px;
}

.thank_you .error-content .container {
    width: 100%;
}

.store {
    color: #FFFFFF;
    font-family: raleway;
    font-size: 20px !important;
    font-weight: 400;
    padding-top: 34px;
    text-align: center;
}

.store_badges {
    text-align: center;
    text-indent: -44px;
    padding-top: 20px;
}

    .store_badges span {
        padding-right: 21px;
    }

@media only screen and (max-width:850px) {
    .page-node-226 .sitemap_blk .school, .page-node-226 .sitemap_blk .higher-education, .page-node-226 .sitemap_blk .about-us {
        float: none !important;
        width: 100% !important;
    }

    .features-section3 .container .image-place img {
        max-width: 100%;
    }

    #block-block-17 .content ul#myTab li {
        width: 25%;
    }

    .page-node-59 #webform-client-form-59 .webform-component-textfield, .page-node-59 #webform-client-form-59 .webform-component-email, .page-node-59 #webform-client-form-59 .webform-component-number, .page-node-59 #webform-client-form-59 .webform-component--no-of-students, .page-node-59 #webform-client-form-59 .webform-component--comments {
        float: none !important;
    }

    .page-node-59 #webform-client-form-59 .webform-component-select, .page-node-59 #webform-client-form-59 .webform-component-select-or-other, .page-node-59 #webform-client-form-59 .webform-component--comments {
        margin-left: 28px !important;
    }

    #webform-client-form-59 .form-submit {
        clear: both;
        margin-bottom: 10%;
    }

    .page-node-59 #webform-client-form-59 .webform-component-select, .page-node-59 #webform-client-form-59 .webform-component-select-or-other {
        margin-left: 28px !important;
    }

    #webform-component-type-of-institution, #webform-component-needed-features {
        width: 60% !important;
    }

    #webform-client-form-59 .webform-component--type-of-institution {
        width: 50% !important;
    }

    #webform-client-form-59 .webform-component--needed-features {
        min-height: 170px !important;
    }

    #lightbox {
        top: 25px !important;
    }

    #webform-client-form-127 .webform-component-textarea label {
        width: 30% !important;
    }

    #webform-client-form-127 .webform-component-textfield label, #webform-client-form-127 .webform-component--email label, #webform-client-form-127 .webform-component--country label, #webform-client-form-127 .webform-component--total-number-of-students label {
        padding-top: 0px !important;
    }

    .partner_banner .links_bottom a {
        margin-bottom: 20px;
        width: 51%;
    }

    .platform_features .col-md-4:nth-child(2) {
        clear: both;
    }

    .platform_features .img_pos .base_img {
        float: left !important;
    }

    #md-slider-5-block .md-object .object_more.mobile_app {
        box-shadow: 0 1px 0 #00628a !important;
        border-radius: 3px !important;
    }

    #md-slider-5-block .md-object .object_more.schools {
        box-shadow: 0 1px 0 #29294c !important;
        border-radius: 3px !important;
    }

    #md-slider-5-block .md-object .object_more.higher_ed {
        box-shadow: 0 1px 0 #125243 !important;
        border-radius: 3px !important;
    }

    #md-slider-5-block .md-object .object_more.platform {
        box-shadow: 0 1px 0 #043633 !important;
        border-radius: 3px !important;
    }
}

.webform-component-checkboxes .form-type-checkbox input, .form-type-checkboxes .form-type-checkbox input {
    margin-top: 3px !important;
}

.page-node-59 #webform-client-form-59 .webform-component {
    text-align: left;
}

#node-59 form {
    display: inline-block;
    text-align: center;
    width: 100% !important;
}

.rc-anchor-standard .rc-anchor-content .rc-anchor-item {
    width: 50px !important;
}

.contact-info .partner_addr {
    position: relative;
}

.contact-info .row_left .partner {
    background: none repeat scroll 0 0 #DC3524;
    color: #FFF;
    font-weight: bold;
    left: -11px;
    padding: 2px 17px;
    position: absolute;
    text-transform: uppercase;
    top: 63px;
}

.contact-info .row_left .outer_strip {
    border-left: 9px solid transparent;
    border-right: 0 solid transparent;
    border-top: 11px solid #961508;
    left: -11px;
    position: absolute;
    top: 87px;
}

.page-blog .action-links {
    display: none;
}

.view-blog a {
    color: #428bca !important;
}

.view-service .view-header .title-section {
    padding: 30px 56px !important;
}

#md-slider-1-block .slide-1 .md-objects .md-layer-1-0-3 a .md-playbtn {
    background: url("../../../all/themes/marble/images/play_off.png") no-repeat scroll 0 0 transparent;
    height: 60px !important;
    top: 37% !important;
    width: 75px !important;
}

    #md-slider-1-block .slide-1 .md-objects .md-layer-1-0-3 a .md-playbtn:hover {
        background: url("../../../all/themes/marble/images/play_on.png") no-repeat scroll 0 0 transparent;
    }

.md-video-control iframe {
    border-radius: 27px 27px 27px 27px;
    height: 40% !important;
    position: absolute;
    right: 15% !important;
    top: 17% !important;
    width: 32.5% !important;
}

#md-videocontainer {
    height: 70% !important;
    left: 15% !important;
    width: 70% !important;
}

#md-video-embed {
    height: 90% !important;
    width: 100% !important;
}

    #md-video-embed iframe {
        height: 100% !important;
        width: 100% !important;
    }

#block-views-recent-blogs-block .block-title, #block-views-recent-blogs-block-1 .block-title {
    font-family: raleway;
}

.view-recent-blogs .views-field-title {
    font-family: raleway;
    padding-bottom: 10px;
    padding-left: 20px;
}

    .view-recent-blogs .views-field-title a {
        color: #333;
        font-size: 13px;
    }

.view-recent-blogs .views-field-field-single-image {
    float: left;
    margin-right: 10px;
}

.cloud-erp-mobile h2.sub_title {
    text-align: center;
}

.odd_slot, .even_slot {
    padding-bottom: 25px;
}

    .odd_slot h3, .engineering-and-arts-college .even_slot h3 {
        margin-top: 10px !important;
        margin-right: 10px !important;
    }

    .odd_slot h3 {
        float: left;
    }

.cloud-erp-mobile-for-schools .features-section3, .engineering-and-arts-college .features-section3 {
    padding-bottom: 0px;
}

.odd_slot p {
    clear: both;
}

.even_slot {
    background: #F1F1F1;
}

.cloud-erp-mobile .first.odd_slot .container {
    padding-top: 25px;
}

.cloud-erp-mobile .mobile_app_banner .mobile-app-banner, .cloud-erp-mobile #mobile_features.mobileapp_features {
    background: url('../../../all/themes/marble/images/mobile_app_banner.jpg') no-repeat;
    background-size: cover;
}

    .cloud-erp-mobile .mobile_app_banner .mobile-app-banner:after {
        background: none repeat scroll 0 0 rgba(58,61,65,0.5);
    }

.cloud-erp-mobile .feature-list3 li .list-cont {
    text-align: justify;
}

.cloud-erp-mobile .school-landing .feature-list3 li span {
    background: #12a89d;
}

#trendy .links_bottom, #demo_footer .links_bottom {
    margin-top: 60px;
}

.cloud-erp-mobile .links_bottom a, .engineering-and-arts-college .links_bottom a, .page-student-admission-system .links_bottom a, .page-attendance-management-system .links_bottom a, .page-cbse-school-management-software .links_bottom a, .page-behavior-management-system .links_bottom a, .page-student-information-system .links_bottom a, .page-student-lifecycle-management-software .links_bottom a {
    margin-right: 40px;
}

#mobile_features.mobileapp_features span {
    background: none repeat scroll 0 0 #12a89d;
    border: 0px none;
}

.cloud-erp-mobile .mobile-app-banner .sis_school, .cloud-erp-platform .mobile-app-banner .sis_school {
    padding-top: 100px;
    padding-bottom: 100px;
}

.student_banner h1, .mobile-app-banner h1 {
    font-size: 40px !important;
}

.mobile-app-banner p {
    font-size: 17px !important;
    line-height: 26px !important;
}

.mobile-app-banner .links_bottom a.button-large:hover {
    background: #3a3d41;
}

.page-partner-program .navigator-box2, .cloud-erp-platform .navigator-box2 {
    display: none;
}

.partner_banner #trendy .right_side_banner {
    color: #FFF;
    font-family: raleway;
    font-size: 17px;
    line-height: 23px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.partner_banner #trendy {
    text-align: center;
}

.partner_banner .links_bottom {
    margin-top: 56px;
}

    .partner_banner .links_bottom a {
        padding: 12px 20px !important;
    }

.partner_banner .tab-section {
    background: url('../../../all/themes/marble/images/handshake.jpg') no-repeat;
}

.partner_middle {
    margin-top: 20px;
}

.partner_details .col-md-6 .accord-box {
    background: #F5F5F5;
    padding: 20px;
}

.partner_details .accord-box h4 {
    font-family: raleway;
    font-weight: 700;
}

.partner_details #myTab li {
    width: 33%;
}

.partner_details #myTab {
    margin-bottom: 0px;
    margin-top: 20px;
}

.partner_details #strategic, .partner_details #referral, .partner_details #technology {
    border-bottom: 2px solid #F5F5F5;
    padding-left: 0px;
    padding-right: 10px;
}

.partner_details .tab-content p {
    color: #000;
}

.partner_details .tab-content .tab-pane h2 {
    font-size: 14px;
    margin: 0px !important;
}

.partner_details .col-md-6 .accord-title {
    padding: 32px 20px;
}

.partner_details ul.numbering.feature-list2 li span i {
    color: #12a89d;
}

.partner_details ul.numbering li span {
    background: none;
    border: 2px solid #12a89d;
    margin-right: 20px;
    margin-bottom: 0px;
}

.partner_details ul.numbering li p {
    color: #999999;
    line-height: 38px;
    margin-left: 60px;
}

.partner_details #demo_footer .demo_overlay {
    background: url("../../../all/themes/marble/images/banner1.jpg") no-repeat center center;
    padding-bottom: 32px;
    padding-top: 20px;
}

    .partner_details #demo_footer .demo_overlay:after {
        background: none repeat scroll 0 0 rgba(58,61,65,0.8);
        content: "";
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
    }

.partner_details #demo_footer {
    font-family: raleway;
    position: relative;
}

    .partner_details #demo_footer h1 {
        font-size: 24px;
        font-weight: 700;
    }

    .partner_details #demo_footer p {
        color: #FFF;
        font-size: 16px;
        line-height: 23px;
    }

    .partner_details #demo_footer .demo_overlay div {
        position: relative;
        z-index: 3;
    }

.page-partner-program .pane-block-4 {
    margin-top: 35px;
}

.sticky_head .col-md-2.cloud_mobile .statistic-post {
    background: url("../../../all/themes/marble/images/platform_icons_set.png") no-repeat scroll 0% 77% transparent;
    margin-left: 30%;
    width: 57px;
}

.sticky_head .col-md-2.data_mgmt .statistic-post {
    background: url("../../../all/themes/marble/images/platform_icons_set.png") no-repeat scroll 24% 76% transparent;
    margin-left: 38%;
    width: 38px;
}

.sticky_head .col-md-2.user_mgmt .statistic-post {
    background: url("../../../all/themes/marble/images/platform_icons_set.png") no-repeat scroll 38% 80% transparent;
    margin-left: 36%;
    width: 37px;
}

.sticky_head .col-md-2.customization .statistic-post {
    background: url("../../../all/themes/marble/images/platform_icons_set.png") no-repeat scroll 54% 77% transparent;
    margin-left: 34%;
    width: 39px;
}

.sticky_head .col-md-2.application .statistic-post {
    background: url("../../../all/themes/marble/images/platform_icons_set.png") no-repeat scroll 68% 80% transparent;
    margin-left: 38%;
    width: 31px;
}

.sticky_head .col-md-2.notification .statistic-post {
    background: url("../../../all/themes/marble/images/platform_icons_set.png") no-repeat scroll 82% 80% transparent;
    margin-left: 37%;
    width: 36px;
}

.sticky_head .col-md-2.social_collabration .statistic-post {
    background: url("../../../all/themes/marble/images/platform_icons_set.png") no-repeat scroll 102% 76% transparent;
    margin-left: 35%;
    width: 46px;
}

#cloud .col-md-4 .base_img {
    background: url("../../../all/themes/marble/images/platform_detail.png") no-repeat scroll 0 0 transparent;
    height: 186px;
    width: 281px;
}

#data_section .col-md-4 .base_img {
    background: url("../../../all/themes/marble/images/platform_detail.png") no-repeat scroll 97% 0 transparent;
    float: right;
    height: 189px;
    width: 279px;
}

#user_section .col-md-4 .base_img {
    background: url("../../../all/themes/marble/images/platform_detail.png") no-repeat scroll 0 30% transparent;
    height: 188px;
    margin-left: 10px;
    width: 279px;
}

#customization_section .col-md-4 .base_img {
    background: url("../../../all/themes/marble/images/platform_detail.png") no-repeat scroll 97% 31% transparent;
    float: right;
    height: 188px;
    width: 281px;
}

#appn_section .col-md-4 .base_img {
    background: url("../../../all/themes/marble/images/platform_detail.png") no-repeat scroll 0 60% transparent;
    height: 186px;
    margin-left: 10px;
    width: 288px;
}

#msg_section .col-md-4 .base_img {
    background: url("../../../all/themes/marble/images/platform_detail.png") no-repeat scroll 93% 61% transparent;
    float: right;
    height: 190px;
    margin-top: 40px;
    width: 283px;
}

#social_section .col-md-4 .base_img {
    background: url("../../../all/themes/marble/images/platform_detail.png") no-repeat scroll 0 91% transparent;
    float: right;
    height: 188px;
    margin-top: 40px;
    width: 279px;
}

.platform_section .row {
    height: 100px;
    margin: 0 auto;
}

.platform_alter .col-md-2 {
    width: 14%;
}

.cloud-erp-platform .sis_banner .tab-section {
    background: url('../../../all/themes/marble/images/platform_new.jpg') no-repeat;
    background-size: cover;
}

.platform_alter .col-md-2:hover {
    border-bottom: 2px solid #12a89d;
}

.platform_alter .col-md-2 .statistic-post {
    height: 54px;
}

.platform_alter .col-md-2 .statistic-counter {
    text-align: center;
    padding-bottom: 4px;
}

    .platform_alter .col-md-2 .statistic-counter p {
        margin: 0px !important;
    }

        .platform_alter .col-md-2 .statistic-counter p a {
            color: #3a3d41;
            font-size: 14px;
            font-weight: 700;
        }

.platform_even {
    background: #F9FAFB;
}

.cloud-erp-platform h3 {
    font-family: raleway;
}

#node-166 .field-name-body .title-section, #node-167 .field-name-body .title-section {
    background: none;
    padding: 64px 0px !important;
}

#webform-client-form-166, #webform-client-form-167 {
    background: #F9FAFB;
    color: #646466;
    font-family: raleway;
}

    #webform-client-form-166 > div, #webform-client-form-167 > div {
        margin: 0 auto;
        width: 80%;
    }

    #webform-client-form-166 .webform-component--personal-info, #webform-client-form-166 .webform-component--business-info, #webform-client-form-167 .webform-component--personal-info {
        border: 0px none;
        border-bottom: 1px solid #CCC;
        border-radius: 0px;
    }

    #webform-client-form-166 .webform-component--market-info, #webform-client-form-167 .webform-component--market-info {
        border: 0px none;
    }

    #webform-client-form-166 .webform-component input.form-text, #webform-client-form-166 .webform-component--market-info--comments textarea, #webform-client-form-166 .webform-component--personal-info--country select, #webform-client-form-167 .webform-component--personal-info--country select, #webform-client-form-167 .webform-component input.form-text, #webform-client-form-167 .webform-component--market-info--comments textarea {
        width: 66%;
    }

    #webform-client-form-166 .webform-component-number input, #webform-client-form-166 .webform-component-email input, #webform-client-form-167 .webform-component-number input, #webform-client-form-167 .webform-component-email input {
        height: 42px;
        border: 1px solid #CCC;
        border-radius: 4px;
    }

.form-item-submitted-personal-info-learn-about-us-other, .form-item-submitted-personal-info-learn-about-us-select-Friend-Referral-, .webform-component--market-info--website {
    clear: both;
}

#webform-client-form-166 .webform-submit, #webform-client-form-167 .webform-submit {
    margin-bottom: 30px;
    margin-left: 43%;
    height: 50px;
    width: 17%;
}

#webform-client-form-166 .webform-component-fieldset, #webform-client-form-167 .webform-component-fieldset {
    background: #F9FAFB;
}

    #webform-client-form-166 .webform-component-fieldset legend, #webform-client-form-167 .webform-component-fieldset legend {
        background: none;
        border: 0px none;
    }

    #webform-client-form-166 .webform-component-fieldset .panel-body, #webform-client-form-167 .webform-component-fieldset .panel-body {
        margin-left: 30px;
    }

.form-item-submitted-personal-info-learn-about-us-other input {
    margin-left: 26%;
}

#edit-submitted-market-info-select-your-business-type {
    float: left;
}

#webform-client-form-166 .webform-component, #webform-client-form-167 .webform-component {
    float: left;
    margin-bottom: 20px;
    width: 50%;
}

    #webform-client-form-166 .webform-component > label, #webform-client-form-167 .webform-component > label, .form-item-submitted-personal-info-learn-about-us-select label {
        float: left;
        padding-right: 5px;
        width: 26%;
    }

#edit-submitted-personal-info-learn-about-us-select {
    float: left;
    width: 55%;
}

    #edit-submitted-personal-info-learn-about-us-select div {
        float: left;
        width: 43%;
        margin-top: 0px;
    }

.page-cbse-school-management-software .pane-block-155 .col-md-5 .image-place img {
    -webkit-box-shadow: 0px 1px 3px 4px #D8D5D4;
    -moz-box-shadow: 0px 1px 3px 4px #D8D5D4;
    box-shadow: 0px 1px 3px 4px #D8D5D4;
}

#backtotop {
    z-index: 2;
}

.page-student-information-system .page-banner {
    display: none;
}

#block-block-17 .tab-section {
    background: none;
    padding: 0px;
}

    #block-block-17 .tab-section:after {
        background-color: transparent;
    }

#block-block-14 .container .pricing-box .pricing-item ul li span {
    float: none;
    margin-bottom: 10px;
}

.page-student-information-system #block-block-14 .title-section.white {
    background: #F9FAFB;
}

.page-student-information-system .pricing-box {
    padding-bottom: 0px;
}

.page-node-121 #node-121 .section-content, .page-faculty-evaluation-system .tab-section {
    background: url('../../../all/themes/marble/images/faculty.png') no-repeat scroll right center transparent;
}

.page-student-information-system .title-section, .page-partner-program .title-section {
    padding: 64px 54px;
}

.win #webform-client-form-166 .webform-component--market-info--number-of-schools-prospects label, .win #webform-client-form-167 .webform-component--market-info--number-of-schools-prospects label {
    width: 25%;
}

.view-blog .pagination .active a {
    color: #FFF !important;
}

.view-demo-results .feed-icon {
    display: none;
}

.view-demo-results .view-header a {
    background: url("../../../all/themes/marble/images/Excel.png") no-repeat scroll 0 0 / 38px auto transparent;
    float: right;
    height: 40px;
    margin-top: 33px;
    padding-right: 20px;
}

.view-demo-results .view-header img {
    opacity: 0;
}

.view-demo-results #edit-submitted-wrapper .form-item-submitted-min {
    float: left;
    width: 30%;
}

.view-demo-results #edit-submitted-wrapper .form-item-submitted-max {
    float: left;
    margin-left: 25px;
    margin-top: -25px;
    width: 30%;
}

.view-demo-results #edit-submitted-wrapper input {
    height: 30px;
}

.view-demo-results .view-filters select {
    height: 30px;
    padding-bottom: 4px;
}

.view-demo-results .view-filters {
    background: none repeat scroll 0 0 #828383;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    margin-top: 10px;
    padding: 15px;
}

.view-demo-results .views-table {
    margin-top: 25px;
}

    .view-demo-results .views-table thead tr th {
        border-top: 2px solid #DDD !important;
        border: 2px solid #DDD;
        text-align: center;
    }

    .view-demo-results .views-table tbody tr td {
        border: 1px solid #DDD;
    }

.view-demo-results form {
    position: relative;
}

    .view-demo-results form .views-submit-button {
        position: absolute;
        left: 595px;
    }

.front #md-slider-1-block .md-slide-item .md-mainimg .overlay, .front #md-slider-5-block .md-slide-item .md-mainimg .overlay {
    opacity: 0 !important;
}

.front #container {
    padding-top: 0px !important;
}

#md-slider-5-block img {
    top: 0px !important;
}

#md-slider-5-block .md-object .object_link, #md-slider-5-block .md-object .object_more {
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    text-decoration: none;
}

#md-slider-5-block .md-object:last-child {
    border-radius: 6px;
}

#md-slider-5-block .md-object .object_more:last-child {
    box-sizing: border-box;
    padding: 9% 0;
    border-radius: 6px;
    font-weight: 500;
}

#md-slider-5-block .md-object:not(:last-child) {
    height: auto !important;
    padding: 1% 0;
}

#md-slider-5-block .md-object .object_more.mobile_app {
    background: #118ec1;
    box-shadow: 0 3px 0 #00628a;
}

#md-slider-5-block .md-object .object_more.schools {
    background: #4a4a8b;
    box-shadow: 0 3px 0 #29294c;
}

#md-slider-5-block .md-object .object_more.higher_ed {
    background: #26816d;
    box-shadow: 0 3px 0 #125243;
}

#md-slider-5-block .md-object .object_more.platform {
    background: #0d6d6a;
    box-shadow: 0 3px 0 #043633;
}

#md-slider-5-block .md-strips-container {
    opacity: 0.8 !important;
}

#md-slider-5-block .md-object .object_more.mobile_app:hover {
    background: #0877a4;
}

#md-slider-5-block .md-object .object_more.higher_ed:hover {
    background: #1b6655;
}

#md-slider-5-block .md-object .object_more.schools:hover {
    background: #393969;
}

#md-slider-5-block .md-object .object_more.platform:hover {
    background: #09514e;
}

#md-slider-5-block .md-object .desc {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.2em;
}

#md-slider-5-block .slide-3 .md-objects div:first-child:hover {
    background: #0877a4;
}

#md-slider-5-block .md-objects .object_more span {
    vertical-align: middle;
}

#md-slider-5-block .slide-4 .md-objects div:nth-child(7):hover {
    background: #26816d;
}

#md-slider-5-block .slide-5 .md-objects div:nth-child(1):hover, #md-slider-5-block .slide-5 .md-objects div:nth-child(7):hover {
    background: #4a4a8b;
}

#md-slider-5-block .slide-6 .md-objects div:nth-child(7):hover {
    background: #0d6d6a;
}

#muchomenu-1 li.first a span {
    font-size: 18px;
    border: 0px none;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
    font-weight: 600;
}

#muchomenu-1 li.hovering.active_hover a span {
    color: #e74d3d;
    background: transparent !important;
}

#muchomenu-1 li.hovering a span {
    background: transparent !important;
}

#muchomenu-1 li a.active span {
    color: #12a89d !important;
}

#muchomenu-1 li.first span {
    color: #787878;
    background: transparent !important;
}

.page-node-226 .sitemap_blk {
    font-family: raleway;
}

    .page-node-226 .sitemap_blk h3 {
        font-weight: bold;
    }

    .page-node-226 .sitemap_blk a {
        color: #000;
        text-decoration: none;
    }

    .page-node-226 .sitemap_blk .school, .page-node-226 .sitemap_blk .higher-education, .page-node-226 .sitemap_blk .about-us {
        float: left;
        width: 33%;
    }

.page-node-226 ul.main_menu_link li {
    list-style-image: url("../../../all/themes/marble/images/main-bullet.png");
    line-height: 30px;
}

    .page-node-226 ul.main_menu_link li ul.submenu_link li, .page-node-226 .about-us ul.submenu_link li {
        list-style-image: url("../../../all/themes/marble/images/sub-bullet.png");
        line-height: 28px;
    }

.page-node-226 .sitemap_blk .sitemap_btn h4.demo_btn {
    display: inline-block;
    margin-right: 2%;
}

.page-node-226 .sitemap_blk .sitemap_btn h4.quote_btn {
    display: inline-block;
}

.page-node-226 .sitemap_blk .sitemap_btn h4 a {
    color: #fff;
}

.page-node-226 .sitemap_blk .sitemap_btn {
    border-bottom: 1px solid #CCC;
    float: left;
    text-align: center;
    margin-top: 1%;
    padding-bottom: 1%;
    width: 100%;
}

.page-node-226 .sitemap_blk .school {
    clear: both;
}

.page-node-226 .statistics_counter {
    display: none;
}

.page-node-226 .sitemap_blk a:hover {
    color: #E84C3C;
}

.cloud-erp-mobile-for-schools .features-section3, .engineering-and-arts-college .features-section3 {
    padding-bottom: 0px;
}

.cloud-erp-mobile-for-schools .features-section3 {
    background: rgba(0,0,0,0) url("../../../all/themes/marble/images/back3.jpg") repeat scroll 0 0 / cover;
}

.engineering-and-arts-college, .private-schools {
    color: #333;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
}

    .private-schools #mobile_1 img {
        width: 100% !important;
        height: auto !important;
    }

    .engineering-and-arts-college .view-service.view-display-id-block_3 .view-content, .private-schools .view-display-id-block_4 .view-content, .private-schools .view-display-id-block_6 .view-content, .private-schools .view-display-id-block_7 .view-content, .private-schools .view-display-id-block_8 .view-content, .private-schools .view-display-id-block_9 .view-content {
        color: #fff;
    }

.view-service.view-display-id-block_3 .views-row .views-field-body ul, .view-service.view-display-id-block_6 .views-row .views-field-body ul, .view-service.view-display-id-block_4 .views-row .views-field-body ul, .view-service.view-display-id-block_7 .views-row .views-field-body ul, .view-service.view-display-id-block_8 .views-row .views-field-body ul, .view-service.view-display-id-block_9 .views-row .views-field-body ul {
    text-align: left;
}

.engineering-and-arts-college .mobile-app-banner .sis_school {
    padding-bottom: 80px;
    padding-top: 80px;
}

.engineering-and-arts-college #mobile_1, .engineering-and-arts-college #mobile_2, .engineering-and-arts-college #mobile_3, .engineering-and-arts-college #mobile_4 {
    padding-top: 55px;
}

.node-type-portfolio .field-name-field-download a {
    color: #FFF;
}

    .node-type-portfolio .field-name-field-download a:hover {
        text-decoration: none;
    }

.node-type-portfolio .single-project-content {
    padding-top: 30px;
}

.node-type-portfolio .single-project .title-section.white {
    display: none;
}

.node-type-portfolio .single-project .container {
    padding-top: 25px;
}

.case-study iframe.testimonial_video {
    min-height: 250px;
    margin-top: 20px;
}

.case-study .col-md-12 {
    padding: 0px !important;
}

.case-study .case_study_logo {
    padding-bottom: 15px;
    padding-top: 35px;
}

    .case-study .case_study_logo .pane-content, .case-study .testimonial_case_study .pane-content {
        display: table;
        margin: 0 auto;
        width: 83%;
    }

    .case-study .case_study_logo .logo {
        margin: 5px 35px 5px 5px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .case-study .case_study_logo h2.title {
        display: table-cell;
        font-family: raleway;
        font-size: 26px;
        color: #515151;
        font-weight: bold;
        vertical-align: middle;
        width: 75%;
    }

.case-study #mobile_1 {
    padding: 10px 0;
}

.testimonial_case_study .col-md-12 {
    border-bottom: 1px solid #e6eaed;
    font-family: raleway;
}

.testimonial_case_study .testimonial_quote {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 30px;
}

.testimonial_case_study .testimonial_img {
    margin-bottom: 30px;
    margin-top: 30px;
}

.testimonial_case_study .testimonial_author {
    margin-bottom: 10px;
    float: right;
}

    .testimonial_case_study .testimonial_author span {
        font-size: 12px;
    }

.case-study .pane-block-166 {
    clear: both;
}

    .case-study .pane-block-166 .image-place img {
        border: 1px solid #ccc;
        box-shadow: -1px 3px 2px 0 #d7d6d5;
        text-align: center;
    }

.spjain_features .content-data span {
    color: #999;
    float: left;
    font-size: 12px;
    width: 100%;
}

.testimonial_author h4 {
    margin-bottom: 0px;
}

.spjain_features .content-data {
    background: #f9fafb none repeat scroll 0 0;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%;
}

.statistic-box.style2.mod_style .statistic-post .statistic-counter {
    min-height: 130px;
}

.view-blog.view-display-id-block_2 .view-isotope-filter #isotope-options {
    width: 100%;
}

.student_info_tools #mobile_1 ul li ul.sub_list_tools li {
    color: #555;
    font-family: raleway;
    list-style-type: square;
}

.student_info_tools #mobile_1 ul.feature-list3 > li {
    margin-bottom: 10px;
}

.student_info_tools_title .tab-section {
    background: rgba(0,0,0,0);
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
}

    .student_info_tools_title .tab-section::after {
        background: rgba(0,0,0,0);
    }

.page-student-information-system .sis_banner .tab-section .sis_school {
    padding-bottom: 120px;
    padding-top: 120px;
}

.student_info_tools_title .tab-section .title-section p, .our_process .tab-section .title-section p {
    margin: 0 auto;
}

.view-blog .container-view, .view-blog .view-isotope-filter .container-view {
    width: auto;
}

.view-recent-blogs .views-row {
    border-top: 1px solid #f5f5f5;
    list-style: outside none none;
    margin-bottom: 13px;
    overflow: hidden;
    padding-top: 24px;
}

.view-blog ul li {
    left: 0px !important;
    list-style: none;
}

.view-portfolio.view-display-id-block_8 .title-section {
    padding: 20px 10px;
}

.view-portfolio.view-display-id-block_8 .owl-item .project-post {
    box-shadow: 0 0 10px rgba(0,0,0,0.13);
    margin-left: 10px;
    margin-right: 10px;
    min-height: 281px;
}

    .view-portfolio.view-display-id-block_8 .owl-item .project-post .project-content {
        min-height: 102px;
        border-top: 1px solid #CCC;
    }

.view-portfolio.view-display-id-block_8 .portfolio-box .project-post:hover .project-content {
    border-bottom: 2px solid #12a89d;
}

.node-type-blog .blog-section.with-sidebar {
    padding-bottom: 5px;
}

.node-type-blog .blog-post.single-post .form-submit.btn-primary {
    margin-top: 25px;
}

.sis_styles.cms_styles h1 {
    padding-top: 35px;
}

.view-blog .view-header h1 {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 0px;
}

.view-blog .view-filters #edit-field-tags-tid-wrapper .bef-select-as-links {
    text-align: center;
    margin-bottom: 25px;
}

.page-higher-education-blog .main-container .with-sidebar .col-md-9 {
    width: 75%\0/;
}

.page-curriculum-management-software .tab-section {
    background: url('../../../all/themes/marble/images/curriculum_management.png') no-repeat scroll center center transparent;
    background-size: cover;
}

.page-accreditation-management-software .tab-section {
    background: url('../../../all/themes/marble/images/accreditation_banner.png') no-repeat scroll center center transparent;
    background-size: cover;
}

.page-competency-based-education-solution .student_info_tools #mobile_1 ul li ul.sub_list_tools li {
    padding-bottom: 10px;
}

.page-competency-based-education-solution .tab-section {
    background: url('../../../all/themes/marble/images/cbe_banner.png') no-repeat scroll center center transparent;
    background-size: cover;
}

.view-blog .pagination li a.progress-disabled {
    float: left;
}

#block-views-blog-categories-block .block-title {
    border-bottom: 1px solid #f2f2f2;
    color: #333333;
    font-family: raleway;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 10px;
}


.title-section p {
    line-height: 24px;
}





@media (max-width:550px) {

    .navbar-header a.navbar-brand img {
        width: 220px;
       
    }
    .unit-header .unit-name {
        font-size: 13px !important;
        
    }
     .unit-header div {
        font-size: 11px !important;
        
    }
     .hide-mobile{
         display:none !important;
     }

     
     
    
}

.unit-header div{
    float:left;
    width:100%;
    display:inline-block;
    text-align:center;
}

.unit-header .unit-name{
    text-shadow: 1px 1px 1px red;
font-size: 18px;
padding-top:10px !important;
}

.no-padding{
    padding:0px !important;
}

.p-b-10{
    padding-bottom:10px;
}