/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

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 {
        padding: 0;
        border: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !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: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -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
}

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 0
}

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

.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;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

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

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

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

.h1, .h2, .h3, h1, h2, 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, .h5, .h6, h4, h5, 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: 300;
    line-height: 1.4
}

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

.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 ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

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

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

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

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

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

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;
    border-radius: 0
}

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

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

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

    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

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

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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: auto
}

.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: auto
}

.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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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: auto
    }

    .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: auto
    }

    .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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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: auto
    }

    .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: auto
    }

    .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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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: auto
    }

    .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: auto
    }

    .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 {
    background-color: transparent
}

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

th {
    text-align: left
}

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

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        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 > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

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

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

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

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 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;
    max-width: 100%;
    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=checkbox], input[type=radio] {
    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=checkbox]:focus, input[type=radio]: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: 0;
    -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,-webkit-box-shadow ease-in-out .15s;
    -o-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
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 34px
    }

        .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
            line-height: 30px
        }

        .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
            line-height: 46px
        }
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

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

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

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

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

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

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

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

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

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

.has-feedback {
    position: relative
}

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

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

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    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;
    background-color: #dff0d8;
    border-color: #3c763d
}

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

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    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;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

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

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    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;
    background-color: #f2dede;
    border-color: #a94442
}

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

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

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 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 .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

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

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

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

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

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

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

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

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

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

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

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -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 {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        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.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

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

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        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.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

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

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        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.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

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

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

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

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

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

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

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

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

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

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

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

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

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

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

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

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none;
    visibility: hidden
}

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

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

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

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

.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, .dropup {
    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;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .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:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

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

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

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

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

.open > a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .btn-toolbar .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-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

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

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

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

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

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

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

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

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 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-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

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

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

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

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

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

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

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

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

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

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 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.3333333;
    border-radius: 0
}

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
}

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

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

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
}

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

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

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn: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: 0
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 0
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 0
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-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:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-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:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            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 {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

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

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

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

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

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

    .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: 0 4px 0 0
        }

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

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

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

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

        .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: 0
}

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

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

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 0
    }

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

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

.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 {
            margin-bottom: 5px;
            text-align: center
        }

    .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: 0
    }

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

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

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

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

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

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

@media(min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

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

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

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

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
            visibility: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

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

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

@media(min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        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-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        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;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

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

    .navbar-brand > img {
        display: block
    }

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

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

    .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;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                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-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -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)
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

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

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    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-right: 15px;
        margin-left: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

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

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

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            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:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

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

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

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

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

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

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

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

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            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:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808
    }

@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: #9d9d9d
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

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

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

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

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

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

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

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "\e8bc"
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

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

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

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.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-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-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-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

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

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

    .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:focus, .pager li > a:hover {
                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:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

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

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

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

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

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

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

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

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

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

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

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0
}

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

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 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: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

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

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0
}

    .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, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

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

@-o-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 {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0;
    -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: #337ab7;
    -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;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .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: -o-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);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-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: -o-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: -o-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: -o-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: -o-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 {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.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-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef
    }

.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:focus, a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        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:focus, a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        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:focus, a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        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:focus, a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        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: 0;
    -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-left-radius: 3px;
    border-top-right-radius: 3px
}

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

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

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > 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, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .panel-group .panel-heading + .panel-collapse > .list-group, .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-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

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

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

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

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

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

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

.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-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .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-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .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-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .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-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

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

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

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

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

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -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: 0
}

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

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

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

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -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: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9
    }

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

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

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

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

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

.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 {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -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;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        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 {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel {
    position: relative
}

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

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

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

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
            }
}

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

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

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

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

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

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

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

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

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

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

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

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

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

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

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

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

        .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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

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

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

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    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-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

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

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

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

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

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

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

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

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

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

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

.visible-print {
    display: none !important
}

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

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

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

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

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

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

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

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

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

blockquote {
    border-right: 5px solid #eee;
    border-left: 0
}

    blockquote.pull-left p, blockquote.pull-left small, blockquote.pull-left .small {
        text-align: left
    }

@media(min-width:768px) {
    .dl-horizontal dt {
        float: right;
        width: 160px;
        clear: right;
        text-align: left
    }

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

.navbar-brand {
    float: right
}

@media(min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-right: -15px;
        margin-left: 0
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: right
    }
}

.navbar-toggle {
    float: left;
    margin-left: 15px
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse .navbar-nav.navbar-right:last-child {
            margin-right: 0
        }
}

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

.navbar-text {
    float: right
}

.dropdown-header {
    text-align: right
}

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

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px;
        text-align: right
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: right
    }

    .dropdown-menu > li > a {
        text-align: right
    }

    .navbar-nav > li {
        float: right
    }
}

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

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

@media(min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

body {
    direction: rtl;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

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

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

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

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

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

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

@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-left: 0
}

@media(min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-radius: 4px 4px 0 0;
        color: #00f
    }
}

.nav-tabs.nav-justified > li > a {
    margin-left: 0
}

.nav-tabs-justified > li > a {
    margin-left: 0
}

@media(min-width:768px) {
    .nav-tabs-justified > li > a {
        border-radius: 4px 4px 0 0;
        color: #00f
    }
}

.alert-dismissable .close {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    top: -2px;
    left: 21px;
    right: 0
}

.close {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    float: left
}

.caret {
    margin-right: 2px
}

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

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

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

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

.nav-tabs-justified > li > a {
    margin-left: 0
}

.nav-tabs > li {
    float: right
}

    .nav-tabs > li > a {
        margin-left: 2px
    }

.nav-pills > li {
    float: right
}

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

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

.nav-stacked > li {
    float: none
}

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

.nav {
    padding-right: 0
}

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

    .nav-tabs.nav-justified > li, .nav-pills.nav-justified > li {
        float: none !important
    }

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

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

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

        .nav-tabs.nav-justified > li > a, .nav-pills.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    color: #428bca
}

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

.input-group-addon:first-child {
    border-right: 1px solid #ccc;
    border-left: 0
}

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

.input-group-addon:last-child {
    border-left: 1px solid #ccc;
    border-right: 0
}

.input-group-btn:first-child > .btn {
    margin-left: -1px
}

.input-group-btn:last-child > .btn {
    margin-right: -1px
}

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

    .input-group-btn > .btn + .btn {
        margin-right: -4px
    }

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

.radio, .checkbox {
    padding-right: 20px
}

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        float: right;
        margin-right: -20px
    }

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

.form-inline .radio, .form-inline .checkbox {
    padding-right: 0
}

    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
        margin-right: 0
    }

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: left
    }
}

.popover.top, .popover.bottom {
    direction: ltr
}

    .popover.top .popover-title, .popover.top .popover-content, .popover.bottom .popover-title, .popover.bottom .popover-content {
        direction: rtl;
        text-align: right
    }

th {
    text-align: right
}

.list-group {
    padding-right: 0
}

.btn-group > .btn, .btn-group-vertical > .btn {
    float: right
}

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

.btn-toolbar {
    margin-right: -5px
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: right
    }

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

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

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

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

.btn-group > .btn-group {
    float: right
}

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

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

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none
}

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

.row {
    margin-left: -15px;
    margin-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, .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, .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, .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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0
}

.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 {
    float: right
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

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

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

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

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

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

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

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

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

    .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 {
        float: right
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        right: 8.333333333333332%
    }

    .col-sm-push-2 {
        right: 16.666666666666664%
    }

    .col-sm-push-3 {
        right: 25%
    }

    .col-sm-push-4 {
        right: 33.33333333333333%
    }

    .col-sm-push-5 {
        right: 41.66666666666667%
    }

    .col-sm-push-6 {
        right: 50%
    }

    .col-sm-push-7 {
        right: 58.333333333333336%
    }

    .col-sm-push-8 {
        right: 66.66666666666666%
    }

    .col-sm-push-9 {
        right: 75%
    }

    .col-sm-push-10 {
        right: 83.33333333333334%
    }

    .col-sm-push-11 {
        right: 91.66666666666666%
    }

    .col-sm-pull-1 {
        left: 8.333333333333332%
    }

    .col-sm-pull-2 {
        left: 16.666666666666664%
    }

    .col-sm-pull-3 {
        left: 25%
    }

    .col-sm-pull-4 {
        left: 33.33333333333333%
    }

    .col-sm-pull-5 {
        left: 41.66666666666667%
    }

    .col-sm-pull-6 {
        left: 50%
    }

    .col-sm-pull-7 {
        left: 58.333333333333336%
    }

    .col-sm-pull-8 {
        left: 66.66666666666666%
    }

    .col-sm-pull-9 {
        left: 75%
    }

    .col-sm-pull-10 {
        left: 83.33333333333334%
    }

    .col-sm-pull-11 {
        left: 91.66666666666666%
    }

    .col-sm-offset-1 {
        margin-right: 8.333333333333332%
    }

    .col-sm-offset-2 {
        margin-right: 16.666666666666664%
    }

    .col-sm-offset-3 {
        margin-right: 25%
    }

    .col-sm-offset-4 {
        margin-right: 33.33333333333333%
    }

    .col-sm-offset-5 {
        margin-right: 41.66666666666667%
    }

    .col-sm-offset-6 {
        margin-right: 50%
    }

    .col-sm-offset-7 {
        margin-right: 58.333333333333336%
    }

    .col-sm-offset-8 {
        margin-right: 66.66666666666666%
    }

    .col-sm-offset-9 {
        margin-right: 75%
    }

    .col-sm-offset-10 {
        margin-right: 83.33333333333334%
    }

    .col-sm-offset-11 {
        margin-right: 91.66666666666666%
    }

    .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11 {
        margin-left: 0
    }
}

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

    .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 {
        float: right
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-1 {
        right: 8.333333333333332%
    }

    .col-md-push-2 {
        right: 16.666666666666664%
    }

    .col-md-push-3 {
        right: 25%
    }

    .col-md-push-4 {
        right: 33.33333333333333%
    }

    .col-md-push-5 {
        right: 41.66666666666667%
    }

    .col-md-push-6 {
        right: 50%
    }

    .col-md-push-7 {
        right: 58.333333333333336%
    }

    .col-md-push-8 {
        right: 66.66666666666666%
    }

    .col-md-push-9 {
        right: 75%
    }

    .col-md-push-10 {
        right: 83.33333333333334%
    }

    .col-md-push-11 {
        right: 91.66666666666666%
    }

    .col-md-pull-1 {
        left: 8.333333333333332%;
        right: auto
    }

    .col-md-pull-2 {
        left: 16.666666666666664%;
        right: auto
    }

    .col-md-pull-3 {
        left: 25%;
        right: auto
    }

    .col-md-pull-4 {
        left: 33.33333333333333%;
        right: auto
    }

    .col-md-pull-5 {
        left: 41.66666666666667%;
        right: auto
    }

    .col-md-pull-6 {
        left: 50%;
        right: auto
    }

    .col-md-pull-7 {
        left: 58.333333333333336%;
        right: auto
    }

    .col-md-pull-8 {
        left: 66.66666666666666%;
        right: auto
    }

    .col-md-pull-9 {
        left: 75%;
        right: auto
    }

    .col-md-pull-10 {
        left: 83.33333333333334%;
        right: auto
    }

    .col-md-pull-11 {
        left: 91.66666666666666%;
        right: auto
    }

    .col-md-offset-1 {
        margin-right: 8.333333333333332%
    }

    .col-md-offset-2 {
        margin-right: 16.666666666666664%
    }

    .col-md-offset-3 {
        margin-right: 25%
    }

    .col-md-offset-4 {
        margin-right: 33.33333333333333%
    }

    .col-md-offset-5 {
        margin-right: 41.66666666666667%
    }

    .col-md-offset-6 {
        margin-right: 50%
    }

    .col-md-offset-7 {
        margin-right: 58.333333333333336%
    }

    .col-md-offset-8 {
        margin-right: 66.66666666666666%
    }

    .col-md-offset-9 {
        margin-right: 75%
    }

    .col-md-offset-10 {
        margin-right: 83.33333333333334%
    }

    .col-md-offset-11 {
        margin-right: 91.66666666666666%
    }

    .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11 {
        margin-left: 0
    }
}

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

    .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 {
        float: right
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-1 {
        right: 8.333333333333332%
    }

    .col-lg-push-2 {
        right: 16.666666666666664%
    }

    .col-lg-push-3 {
        right: 25%
    }

    .col-lg-push-4 {
        right: 33.33333333333333%
    }

    .col-lg-push-5 {
        right: 41.66666666666667%
    }

    .col-lg-push-6 {
        right: 50%
    }

    .col-lg-push-7 {
        right: 58.333333333333336%
    }

    .col-lg-push-8 {
        right: 66.66666666666666%
    }

    .col-lg-push-9 {
        right: 75%
    }

    .col-lg-push-10 {
        right: 83.33333333333334%
    }

    .col-lg-push-11 {
        right: 91.66666666666666%
    }

    .col-lg-pull-1 {
        left: 8.333333333333332%
    }

    .col-lg-pull-2 {
        left: 16.666666666666664%
    }

    .col-lg-pull-3 {
        left: 25%
    }

    .col-lg-pull-4 {
        left: 33.33333333333333%
    }

    .col-lg-pull-5 {
        left: 41.66666666666667%
    }

    .col-lg-pull-6 {
        left: 50%
    }

    .col-lg-pull-7 {
        left: 58.333333333333336%
    }

    .col-lg-pull-8 {
        left: 66.66666666666666%
    }

    .col-lg-pull-9 {
        left: 75%
    }

    .col-lg-pull-10 {
        left: 83.33333333333334%
    }

    .col-lg-pull-11 {
        left: 91.66666666666666%
    }

    .col-lg-offset-1 {
        margin-right: 8.333333333333332%
    }

    .col-lg-offset-2 {
        margin-right: 16.666666666666664%
    }

    .col-lg-offset-3 {
        margin-right: 25%
    }

    .col-lg-offset-4 {
        margin-right: 33.33333333333333%
    }

    .col-lg-offset-5 {
        margin-right: 41.66666666666667%
    }

    .col-lg-offset-6 {
        margin-right: 50%
    }

    .col-lg-offset-7 {
        margin-right: 58.333333333333336%
    }

    .col-lg-offset-8 {
        margin-right: 66.66666666666666%
    }

    .col-lg-offset-9 {
        margin-right: 75%
    }

    .col-lg-offset-10 {
        margin-right: 83.33333333333334%
    }

    .col-lg-offset-11 {
        margin-right: 91.66666666666666%
    }

    .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11 {
        margin-left: 0
    }
}

.list-group-item > .badge {
    float: left
}

    .list-group-item > .badge + .badge {
        margin-left: 5px;
        margin-right: 0
    }

.pagination {
    padding-right: 0
}

    .pagination > li > a, .pagination > li > span {
        float: right;
        margin-right: -1px;
        margin-left: 0
    }

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

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        margin-right: -1px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.pager {
    padding-right: 0
}

    .pager .next > a, .pager .next > span {
        float: left
    }

    .pager .previous > a, .pager .previous > span {
        float: right
    }

.modal-footer {
    text-align: left
}

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

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

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

.carousel-inner > .item {
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

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

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

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

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

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

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

    .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

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

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

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

    .owl-carousel .owl-refresh .owl-item {
        display: none
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

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

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto
    }

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

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

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

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

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

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

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

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

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3,1.3);
        -moz-transition: scale(1.3,1.3);
        -ms-transition: scale(1.3,1.3);
        -o-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3)
    }

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

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

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -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
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

@-webkit-keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.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: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        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% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) 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;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        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: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        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: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        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: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        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: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    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: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -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: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    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: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -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: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@font-face {
    font-family: 'fontello';
    src: url('/fonts/fontello.eot?57523801');
    src: url('/fonts/fontello.eot?57523801#iefix') format('embedded-opentype'),url('/fonts/fontello.woff?57523801') format('woff'),url('/fonts/fontello.woff2?57523801') format('woff2'),url('/fonts/fontello.ttf?57523801') format('truetype'),url('/fonts/fontello.svg?57523801#fontello') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .icon-ul > li {
        position: relative
    }

.icon-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .icon-li.icon-lg {
        left: -1.85714286em
    }

.icon-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.icon-spin {
    display: inline-block;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -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);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.icon-rotate-90 {
    display: inline-block;
    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)
}

.icon-rotate-180 {
    display: inline-block;
    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)
}

.icon-rotate-270 {
    display: inline-block;
    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)
}

.icon-flip-horizontal {
    display: inline-block;
    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)
}

.icon-flip-vertical {
    display: inline-block;
    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)
}

.icon-alert-circled:before {
    content: '\e800';
}

.icon-alert:before {
    content: '\e801';
}

.icon-android-add-circle:before {
    content: '\e802';
}

.icon-android-add:before {
    content: '\e803';
}

.icon-android-alarm-clock:before {
    content: '\e804';
}

.icon-android-alert:before {
    content: '\e805';
}

.icon-android-apps:before {
    content: '\e806';
}

.icon-android-archive:before {
    content: '\e807';
}
/* '' */
.icon-android-arrow-back:before {
    content: '\e808';
}
/* '' */
.icon-android-arrow-down:before {
    content: '\e809';
}
/* '' */
.icon-android-arrow-dropdown-circle:before {
    content: '\e80a';
}
/* '' */
.icon-android-arrow-dropdown:before {
    content: '\e80b';
}
/* '' */
.icon-android-arrow-dropleft-circle:before {
    content: '\e80c';
}
/* '' */
.icon-android-arrow-dropleft:before {
    content: '\e80d';
}
/* '' */
.icon-android-arrow-dropright-circle:before {
    content: '\e80e';
}
/* '' */
.icon-android-arrow-dropright:before {
    content: '\e80f';
}
/* '' */
.icon-android-arrow-dropup-circle:before {
    content: '\e810';
}
/* '' */
.icon-android-arrow-dropup:before {
    content: '\e811';
}
/* '' */
.icon-android-arrow-forward:before {
    content: '\e812';
}
/* '' */
.icon-android-arrow-up:before {
    content: '\e813';
}
/* '' */
.icon-android-attach:before {
    content: '\e814';
}
/* '' */
.icon-android-bar:before {
    content: '\e815';
}
/* '' */
.icon-android-bicycle:before {
    content: '\e816';
}
/* '' */
.icon-android-boat:before {
    content: '\e817';
}
/* '' */
.icon-android-bookmark:before {
    content: '\e818';
}
/* '' */
.icon-android-bulb:before {
    content: '\e819';
}
/* '' */
.icon-android-bus:before {
    content: '\e81a';
}
/* '' */
.icon-android-calendar:before {
    content: '\e81b';
}
/* '' */
.icon-android-call:before {
    content: '\e81c';
}
/* '' */
.icon-android-camera:before {
    content: '\e81d';
}
/* '' */
.icon-android-cancel:before {
    content: '\e81e';
}
/* '' */
.icon-android-car:before {
    content: '\e81f';
}
/* '' */
.icon-android-cart:before {
    content: '\e820';
}
/* '' */
.icon-android-chat:before {
    content: '\e821';
}
/* '' */
.icon-android-checkbox-blank:before {
    content: '\e822';
}
/* '' */
.icon-android-checkbox-outline-blank:before {
    content: '\e823';
}
/* '' */
.icon-android-checkbox-outline:before {
    content: '\e824';
}
/* '' */
.icon-android-checkbox:before {
    content: '\e825';
}
/* '' */
.icon-android-checkmark-circle:before {
    content: '\e826';
}
/* '' */
.icon-android-clipboard:before {
    content: '\e827';
}
/* '' */
.icon-android-close:before {
    content: '\e828';
}
/* '' */
.icon-android-cloud-circle:before {
    content: '\e829';
}
/* '' */
.icon-android-cloud-done:before {
    content: '\e82a';
}
/* '' */
.icon-android-cloud-outline:before {
    content: '\e82b';
}
/* '' */
.icon-android-cloud:before {
    content: '\e82c';
}
/* '' */
.icon-android-color-palette:before {
    content: '\e82d';
}
/* '' */
.icon-android-compass:before {
    content: '\e82e';
}
/* '' */
.icon-android-contact:before {
    content: '\e82f';
}
/* '' */
.icon-android-contacts:before {
    content: '\e830';
}
/* '' */
.icon-android-contract:before {
    content: '\e831';
}
/* '' */
.icon-android-create:before {
    content: '\e832';
}
/* '' */
.icon-android-delete:before {
    content: '\e833';
}
/* '' */
.icon-android-desktop:before {
    content: '\e834';
}
/* '' */
.icon-android-document:before {
    content: '\e835';
}
/* '' */
.icon-android-done-all:before {
    content: '\e836';
}
/* '' */
.icon-android-done:before {
    content: '\e837';
}
/* '' */
.icon-android-download:before {
    content: '\e838';
}
/* '' */
.icon-android-drafts:before {
    content: '\e839';
}
/* '' */
.icon-android-exit:before {
    content: '\e83a';
}
/* '' */
.icon-android-expand:before {
    content: '\e83b';
}
/* '' */
.icon-android-favorite-outline:before {
    content: '\e83c';
}
/* '' */
.icon-android-favorite:before {
    content: '\e83d';
}
/* '' */
.icon-android-film:before {
    content: '\e83e';
}
/* '' */
.icon-android-folder-open:before {
    content: '\e83f';
}
/* '' */
.icon-android-folder:before {
    content: '\e840';
}
/* '' */
.icon-android-funnel:before {
    content: '\e841';
}
/* '' */
.icon-android-globe:before {
    content: '\e842';
}
/* '' */
.icon-android-hand:before {
    content: '\e843';
}
/* '' */
.icon-android-hangout:before {
    content: '\e844';
}
/* '' */
.icon-android-happy:before {
    content: '\e845';
}
/* '' */
.icon-android-home:before {
    content: '\e846';
}
/* '' */
.icon-android-image:before {
    content: '\e847';
}
/* '' */
.icon-android-laptop:before {
    content: '\e848';
}
/* '' */
.icon-android-list:before {
    content: '\e849';
}
/* '' */
.icon-android-locate:before {
    content: '\e84a';
}
/* '' */
.icon-android-lock:before {
    content: '\e84b';
}
/* '' */
.icon-android-mail:before {
    content: '\e84c';
}
/* '' */
.icon-android-map:before {
    content: '\e84d';
}
/* '' */
.icon-android-menu:before {
    content: '\e84e';
}
/* '' */
.icon-android-microphone-off:before {
    content: '\e84f';
}
/* '' */
.icon-android-microphone:before {
    content: '\e850';
}
/* '' */
.icon-android-more-horizontal:before {
    content: '\e851';
}
/* '' */
.icon-android-more-vertical:before {
    content: '\e852';
}
/* '' */
.icon-android-navigate:before {
    content: '\e853';
}
/* '' */
.icon-android-notifications-none:before {
    content: '\e854';
}
/* '' */
.icon-android-notifications-off:before {
    content: '\e855';
}
/* '' */
.icon-android-notifications:before {
    content: '\e856';
}
/* '' */
.icon-android-open:before {
    content: '\e857';
}
/* '' */
.icon-android-options:before {
    content: '\e858';
}
/* '' */
.icon-android-people:before {
    content: '\e859';
}
/* '' */
.icon-android-person-add:before {
    content: '\e85a';
}
/* '' */
.icon-android-person:before {
    content: '\e85b';
}
/* '' */
.icon-android-phone-landscape:before {
    content: '\e85c';
}
/* '' */
.icon-android-phone-portrait:before {
    content: '\e85d';
}
/* '' */
.icon-android-pin:before {
    content: '\e85e';
}
/* '' */
.icon-android-plane:before {
    content: '\e85f';
}
/* '' */
.icon-android-playstore:before {
    content: '\e860';
}
/* '' */
.icon-android-print:before {
    content: '\e861';
}
/* '' */
.icon-android-radio-button-off:before {
    content: '\e862';
}
/* '' */
.icon-android-radio-button-on:before {
    content: '\e863';
}
/* '' */
.icon-android-refresh:before {
    content: '\e864';
}
/* '' */
.icon-android-remove-circle:before {
    content: '\e865';
}
/* '' */
.icon-android-remove:before {
    content: '\e866';
}
/* '' */
.icon-android-restaurant:before {
    content: '\e867';
}
/* '' */
.icon-android-sad:before {
    content: '\e868';
}
/* '' */
.icon-android-search:before {
    content: '\e869';
}
/* '' */
.icon-android-send:before {
    content: '\e86a';
}
/* '' */
.icon-android-settings:before {
    content: '\e86b';
}
/* '' */
.icon-android-share-alt:before {
    content: '\e86c';
}
/* '' */
.icon-android-share:before {
    content: '\e86d';
}
/* '' */
.icon-android-star-half:before {
    content: '\e86e';
}
/* '' */
.icon-android-star-outline:before {
    content: '\e86f';
}
/* '' */
.icon-android-star:before {
    content: '\e870';
}
/* '' */
.icon-android-stopwatch:before {
    content: '\e871';
}
/* '' */
.icon-android-subway:before {
    content: '\e872';
}
/* '' */
.icon-android-sunny:before {
    content: '\e873';
}
/* '' */
.icon-android-sync:before {
    content: '\e874';
}
/* '' */
.icon-android-textsms:before {
    content: '\e875';
}
/* '' */
.icon-android-time:before {
    content: '\e876';
}
/* '' */
.icon-android-train:before {
    content: '\e877';
}
/* '' */
.icon-android-unlock:before {
    content: '\e878';
}
/* '' */
.icon-android-upload:before {
    content: '\e879';
}
/* '' */
.icon-android-volume-down:before {
    content: '\e87a';
}
/* '' */
.icon-android-volume-mute:before {
    content: '\e87b';
}
/* '' */
.icon-android-volume-off:before {
    content: '\e87c';
}
/* '' */
.icon-android-volume-up:before {
    content: '\e87d';
}
/* '' */
.icon-android-walk:before {
    content: '\e87e';
}
/* '' */
.icon-android-warning:before {
    content: '\e87f';
}
/* '' */
.icon-android-watch:before {
    content: '\e880';
}
/* '' */
.icon-android-wifi:before {
    content: '\e881';
}
/* '' */
.icon-aperture:before {
    content: '\e882';
}
/* '' */
.icon-archive:before {
    content: '\e883';
}
/* '' */
.icon-arrow-down-a:before {
    content: '\e884';
}
/* '' */
.icon-arrow-down-b:before {
    content: '\e885';
}
/* '' */
.icon-arrow-down-c:before {
    content: '\e886';
}
/* '' */
.icon-arrow-expand:before {
    content: '\e887';
}
/* '' */
.icon-arrow-graph-down-left:before {
    content: '\e888';
}
/* '' */
.icon-arrow-graph-down-right:before {
    content: '\e889';
}
/* '' */
.icon-arrow-graph-up-left:before {
    content: '\e88a';
}
/* '' */
.icon-arrow-graph-up-right:before {
    content: '\e88b';
}
/* '' */
.icon-arrow-left-a:before {
    content: '\e88c';
}
/* '' */
.icon-arrow-left-b:before {
    content: '\e88d';
}
/* '' */
.icon-arrow-left-c:before {
    content: '\e88e';
}
/* '' */
.icon-arrow-move:before {
    content: '\e88f';
}
/* '' */
.icon-arrow-resize:before {
    content: '\e890';
}
/* '' */
.icon-arrow-return-left:before {
    content: '\e891';
}
/* '' */
.icon-arrow-return-right:before {
    content: '\e892';
}
/* '' */
.icon-arrow-right-a:before {
    content: '\e893';
}
/* '' */
.icon-arrow-right-b:before {
    content: '\e894';
}
/* '' */
.icon-arrow-right-c:before {
    content: '\e895';
}
/* '' */
.icon-arrow-shrink:before {
    content: '\e896';
}
/* '' */
.icon-arrow-swap:before {
    content: '\e897';
}
/* '' */
.icon-arrow-up-a:before {
    content: '\e898';
}
/* '' */
.icon-arrow-up-b:before {
    content: '\e899';
}
/* '' */
.icon-arrow-up-c:before {
    content: '\e89a';
}
/* '' */
.icon-asterisk:before {
    content: '\e89b';
}
/* '' */
.icon-at:before {
    content: '\e89c';
}
/* '' */
.icon-backspace-outline:before {
    content: '\e89d';
}
/* '' */
.icon-backspace:before {
    content: '\e89e';
}
/* '' */
.icon-bag:before {
    content: '\e89f';
}
/* '' */
.icon-battery-charging:before {
    content: '\e8a0';
}
/* '' */
.icon-battery-empty:before {
    content: '\e8a1';
}
/* '' */
.icon-battery-full:before {
    content: '\e8a2';
}
/* '' */
.icon-battery-half:before {
    content: '\e8a3';
}
/* '' */
.icon-battery-low:before {
    content: '\e8a4';
}
/* '' */
.icon-beaker:before {
    content: '\e8a5';
}
/* '' */
.icon-beer:before {
    content: '\e8a6';
}
/* '' */
.icon-bluetooth:before {
    content: '\e8a7';
}
/* '' */
.icon-bonfire:before {
    content: '\e8a8';
}
/* '' */
.icon-bookmark:before {
    content: '\e8a9';
}
/* '' */
.icon-bowtie:before {
    content: '\e8aa';
}
/* '' */
.icon-briefcase:before {
    content: '\e8ab';
}
/* '' */
.icon-bug:before {
    content: '\e8ac';
}
/* '' */
.icon-calculator:before {
    content: '\e8ad';
}
/* '' */
.icon-calendar:before {
    content: '\e8ae';
}
/* '' */
.icon-camera:before {
    content: '\e8af';
}
/* '' */
.icon-card:before {
    content: '\e8b0';
}
/* '' */
.icon-cash:before {
    content: '\e8b1';
}
/* '' */
.icon-chatbox-working:before {
    content: '\e8b2';
}
/* '' */
.icon-chatbox:before {
    content: '\e8b3';
}
/* '' */
.icon-chatboxes:before {
    content: '\e8b4';
}
/* '' */
.icon-chatbubble-working:before {
    content: '\e8b5';
}
/* '' */
.icon-chatbubble:before {
    content: '\e8b6';
}
/* '' */
.icon-chatbubbles:before {
    content: '\e8b7';
}
/* '' */
.icon-checkmark-circled:before {
    content: '\e8b8';
}
/* '' */
.icon-checkmark-round:before {
    content: '\e8b9';
}
/* '' */
.icon-checkmark:before {
    content: '\e8ba';
}
/* '' */
.icon-chevron-down:before {
    content: '\e8bb';
}
/* '' */
.icon-chevron-left:before {
    content: '\e8bc';
}
/* '' */
.icon-chevron-right:before {
    content: '\e8bd';
}
/* '' */
.icon-chevron-up:before {
    content: '\e8be';
}
/* '' */
.icon-clipboard:before {
    content: '\e8bf';
}
/* '' */
.icon-clock:before {
    content: '\e8c0';
}
/* '' */
.icon-close-circled:before {
    content: '\e8c1';
}
/* '' */
.icon-close-round:before {
    content: '\e8c2';
}
/* '' */
.icon-close:before {
    content: '\e8c3';
}
/* '' */
.icon-closed-captioning:before {
    content: '\e8c4';
}
/* '' */
.icon-cloud:before {
    content: '\e8c5';
}
/* '' */
.icon-code-download:before {
    content: '\e8c6';
}
/* '' */
.icon-code-working:before {
    content: '\e8c7';
}
/* '' */
.icon-code:before {
    content: '\e8c8';
}
/* '' */
.icon-coffee:before {
    content: '\e8c9';
}
/* '' */
.icon-compass:before {
    content: '\e8ca';
}
/* '' */
.icon-compose:before {
    content: '\e8cb';
}
/* '' */
.icon-connectbars:before {
    content: '\e8cc';
}
/* '' */
.icon-contrast:before {
    content: '\e8cd';
}
/* '' */
.icon-crop:before {
    content: '\e8ce';
}
/* '' */
.icon-cube:before {
    content: '\e8cf';
}
/* '' */
.icon-disc:before {
    content: '\e8d0';
}
/* '' */
.icon-document-text:before {
    content: '\e8d1';
}
/* '' */
.icon-document:before {
    content: '\e8d2';
}
/* '' */
.icon-drag:before {
    content: '\e8d3';
}
/* '' */
.icon-earth:before {
    content: '\e8d4';
}
/* '' */
.icon-easel:before {
    content: '\e8d5';
}
/* '' */
.icon-edit:before {
    content: '\e8d6';
}
/* '' */
.icon-egg:before {
    content: '\e8d7';
}
/* '' */
.icon-eject:before {
    content: '\e8d8';
}
/* '' */
.icon-email-unread:before {
    content: '\e8d9';
}
/* '' */
.icon-email:before {
    content: '\e8da';
}
/* '' */
.icon-erlenmeyer-flask-bubbles:before {
    content: '\e8db';
}
/* '' */
.icon-erlenmeyer-flask:before {
    content: '\e8dc';
}
/* '' */
.icon-eye-disabled:before {
    content: '\e8dd';
}
/* '' */
.icon-eye:before {
    content: '\e8de';
}
/* '' */
.icon-female:before {
    content: '\e8df';
}
/* '' */
.icon-filing:before {
    content: '\e8e0';
}
/* '' */
.icon-film-marker:before {
    content: '\e8e1';
}
/* '' */
.icon-fireball:before {
    content: '\e8e2';
}
/* '' */
.icon-flag:before {
    content: '\e8e3';
}
/* '' */
.icon-flame:before {
    content: '\e8e4';
}
/* '' */
.icon-flash-off:before {
    content: '\e8e5';
}
/* '' */
.icon-flash:before {
    content: '\e8e6';
}
/* '' */
.icon-folder:before {
    content: '\e8e7';
}
/* '' */
.icon-fork-repo:before {
    content: '\e8e8';
}
/* '' */
.icon-fork:before {
    content: '\e8e9';
}
/* '' */
.icon-forward:before {
    content: '\e8ea';
}
/* '' */
.icon-funnel:before {
    content: '\e8eb';
}
/* '' */
.icon-gear-a:before {
    content: '\e8ec';
}
/* '' */
.icon-gear-b:before {
    content: '\e8ed';
}
/* '' */
.icon-grid:before {
    content: '\e8ee';
}
/* '' */
.icon-hammer:before {
    content: '\e8ef';
}
/* '' */
.icon-happy-outline:before {
    content: '\e8f0';
}
/* '' */
.icon-happy:before {
    content: '\e8f1';
}
/* '' */
.icon-headphone:before {
    content: '\e8f2';
}
/* '' */
.icon-heart-broken:before {
    content: '\e8f3';
}
/* '' */
.icon-heart:before {
    content: '\e8f4';
}
/* '' */
.icon-help-buoy:before {
    content: '\e8f5';
}
/* '' */
.icon-help-circled:before {
    content: '\e8f6';
}
/* '' */
.icon-help:before {
    content: '\e8f7';
}
/* '' */
.icon-home:before {
    content: '\e8f8';
}
/* '' */
.icon-icecream:before {
    content: '\e8f9';
}
/* '' */
.icon-image:before {
    content: '\e8fa';
}
/* '' */
.icon-images:before {
    content: '\e8fb';
}
/* '' */
.icon-informatcircled:before {
    content: '\e8fc';
}
/* '' */
.icon-information:before {
    content: '\e8fd';
}
/* '' */
.icon-ionic:before {
    content: '\e8fe';
}
/* '' */
.icon-ios-alarm-outline:before {
    content: '\e8ff';
}
/* '' */
.icon-ios-alarm:before {
    content: '\e900';
}
/* '' */
.icon-ios-albums-outline:before {
    content: '\e901';
}
/* '' */
.icon-ios-albums:before {
    content: '\e902';
}
/* '' */
.icon-ios-americanfootball-outline:before {
    content: '\e903';
}
/* '' */
.icon-ios-americanfootball:before {
    content: '\e904';
}
/* '' */
.icon-ios-analytics-outline:before {
    content: '\e905';
}
/* '' */
.icon-ios-analytics:before {
    content: '\e906';
}
/* '' */
.icon-ios-arrow-back:before {
    content: '\e907';
}
/* '' */
.icon-ios-arrow-down:before {
    content: '\e908';
}
/* '' */
.icon-ios-arrow-forward:before {
    content: '\e909';
}
/* '' */
.icon-ios-arrow-left:before {
    content: '\e90a';
}
/* '' */
.icon-ios-arrow-right:before {
    content: '\e90b';
}
/* '' */
.icon-ios-arrow-thin-down:before {
    content: '\e90c';
}
/* '' */
.icon-ios-arrow-thin-left:before {
    content: '\e90d';
}
/* '' */
.icon-ios-arrow-thin-right:before {
    content: '\e90e';
}
/* '' */
.icon-ios-arrow-thin-up:before {
    content: '\e90f';
}
/* '' */
.icon-ios-arrow-up:before {
    content: '\e910';
}
/* '' */
.icon-ios-at-outline:before {
    content: '\e911';
}
/* '' */
.icon-ios-at:before {
    content: '\e912';
}
/* '' */
.icon-ios-barcode-outline:before {
    content: '\e913';
}
/* '' */
.icon-ios-barcode:before {
    content: '\e914';
}
/* '' */
.icon-ios-baseball-outline:before {
    content: '\e915';
}
/* '' */
.icon-ios-baseball:before {
    content: '\e916';
}
/* '' */
.icon-ios-basketball-outline:before {
    content: '\e917';
}
/* '' */
.icon-ios-basketball:before {
    content: '\e918';
}
/* '' */
.icon-ios-bell-outline:before {
    content: '\e919';
}
/* '' */
.icon-ios-bell:before {
    content: '\e91a';
}
/* '' */
.icon-ios-body-outline:before {
    content: '\e91b';
}
/* '' */
.icon-ios-body:before {
    content: '\e91c';
}
/* '' */
.icon-ios-bolt-outline:before {
    content: '\e91d';
}
/* '' */
.icon-ios-bolt:before {
    content: '\e91e';
}
/* '' */
.icon-ios-book-outline:before {
    content: '\e91f';
}
/* '' */
.icon-ios-book:before {
    content: '\e920';
}
/* '' */
.icon-ios-bookmarks-outline:before {
    content: '\e921';
}
/* '' */
.icon-ios-bookmarks:before {
    content: '\e922';
}
/* '' */
.icon-ios-box-outline:before {
    content: '\e923';
}
/* '' */
.icon-ios-box:before {
    content: '\e924';
}
/* '' */
.icon-ios-briefcase-outline:before {
    content: '\e925';
}
/* '' */
.icon-ios-briefcase:before {
    content: '\e926';
}
/* '' */
.icon-ios-browsers-outline:before {
    content: '\e927';
}
/* '' */
.icon-ios-browsers:before {
    content: '\e928';
}
/* '' */
.icon-ios-calculator-outline:before {
    content: '\e929';
}
/* '' */
.icon-ios-calculator:before {
    content: '\e92a';
}
/* '' */
.icon-ios-calendar-outline:before {
    content: '\e92b';
}
/* '' */
.icon-ios-calendar:before {
    content: '\e92c';
}
/* '' */
.icon-ios-camera-outline:before {
    content: '\e92d';
}
/* '' */
.icon-ios-camera:before {
    content: '\e92e';
}
/* '' */
.icon-ios-cart-outline:before {
    content: '\e92f';
}
/* '' */
.icon-ios-cart:before {
    content: '\e930';
}
/* '' */
.icon-ios-chatboxes-outline:before {
    content: '\e931';
}
/* '' */
.icon-ios-chatboxes:before {
    content: '\e932';
}
/* '' */
.icon-ios-chatbubble-outline:before {
    content: '\e933';
}
/* '' */
.icon-ios-chatbubble:before {
    content: '\e934';
}
/* '' */
.icon-ios-checkmark-empty:before {
    content: '\e935';
}
/* '' */
.icon-ios-checkmark-outline:before {
    content: '\e936';
}
/* '' */
.icon-ios-checkmark:before {
    content: '\e937';
}
/* '' */
.icon-ios-circle-filled:before {
    content: '\e938';
}
/* '' */
.icon-ios-circle-outline:before {
    content: '\e939';
}
/* '' */
.icon-ios-clock-outline:before {
    content: '\e93a';
}
/* '' */
.icon-ios-clock:before {
    content: '\e93b';
}
/* '' */
.icon-ios-close-empty:before {
    content: '\e93c';
}
/* '' */
.icon-ios-close-outline:before {
    content: '\e93d';
}
/* '' */
.icon-ios-close:before {
    content: '\e93e';
}
/* '' */
.icon-ios-cloud-download-outline:before {
    content: '\e93f';
}
/* '' */
.icon-ios-cloud-download:before {
    content: '\e940';
}
/* '' */
.icon-ios-cloud-outline:before {
    content: '\e941';
}
/* '' */
.icon-ios-cloud-upload-outline:before {
    content: '\e942';
}
/* '' */
.icon-ios-cloud-upload:before {
    content: '\e943';
}
/* '' */
.icon-ios-cloud:before {
    content: '\e944';
}
/* '' */
.icon-ios-cloudy-night-outline:before {
    content: '\e945';
}
/* '' */
.icon-ios-cloudy-night:before {
    content: '\e946';
}
/* '' */
.icon-ios-cloudy-outline:before {
    content: '\e947';
}
/* '' */
.icon-ios-cloudy:before {
    content: '\e948';
}
/* '' */
.icon-ios-cog-outline:before {
    content: '\e949';
}
/* '' */
.icon-ios-cog:before {
    content: '\e94a';
}
/* '' */
.icon-ios-color-filter-outline:before {
    content: '\e94b';
}
/* '' */
.icon-ios-color-filter:before {
    content: '\e94c';
}
/* '' */
.icon-ios-color-wand-outline:before {
    content: '\e94d';
}
/* '' */
.icon-ios-color-wand:before {
    content: '\e94e';
}
/* '' */
.icon-ios-compose-outline:before {
    content: '\e94f';
}
/* '' */
.icon-ios-compose:before {
    content: '\e950';
}
/* '' */
.icon-ios-contact-outline:before {
    content: '\e951';
}
/* '' */
.icon-ios-contact:before {
    content: '\e952';
}
/* '' */
.icon-ios-copy-outline:before {
    content: '\e953';
}
/* '' */
.icon-ios-copy:before {
    content: '\e954';
}
/* '' */
.icon-ios-crop-strong:before {
    content: '\e955';
}
/* '' */
.icon-ios-crop:before {
    content: '\e956';
}
/* '' */
.icon-ios-download-outline:before {
    content: '\e957';
}
/* '' */
.icon-ios-download:before {
    content: '\e958';
}
/* '' */
.icon-ios-drag:before {
    content: '\e959';
}
/* '' */
.icon-ios-email-outline:before {
    content: '\e95a';
}
/* '' */
.icon-ios-email:before {
    content: '\e95b';
}
/* '' */
.icon-ios-eye-outline:before {
    content: '\e95c';
}
/* '' */
.icon-ios-eye:before {
    content: '\e95d';
}
/* '' */
.icon-ios-fastforward-outline:before {
    content: '\e95e';
}
/* '' */
.icon-ios-fastforward:before {
    content: '\e95f';
}
/* '' */
.icon-ios-filing-outline:before {
    content: '\e960';
}
/* '' */
.icon-ios-filing:before {
    content: '\e961';
}
/* '' */
.icon-ios-film-outline:before {
    content: '\e962';
}
/* '' */
.icon-ios-film:before {
    content: '\e963';
}
/* '' */
.icon-ios-flag-outline:before {
    content: '\e964';
}
/* '' */
.icon-ios-flag:before {
    content: '\e965';
}
/* '' */
.icon-ios-flame-outline:before {
    content: '\e966';
}
/* '' */
.icon-ios-flame:before {
    content: '\e967';
}
/* '' */
.icon-ios-flask-outline:before {
    content: '\e968';
}
/* '' */
.icon-ios-flask:before {
    content: '\e969';
}
/* '' */
.icon-ios-flower-outline:before {
    content: '\e96a';
}
/* '' */
.icon-ios-flower:before {
    content: '\e96b';
}
/* '' */
.icon-ios-folder-outline:before {
    content: '\e96c';
}
/* '' */
.icon-ios-folder:before {
    content: '\e96d';
}
/* '' */
.icon-ios-football-outline:before {
    content: '\e96e';
}
/* '' */
.icon-ios-football:before {
    content: '\e96f';
}
/* '' */
.icon-ios-game-controller-a-outline:before {
    content: '\e970';
}
/* '' */
.icon-ios-game-controller-a:before {
    content: '\e971';
}
/* '' */
.icon-ios-game-controller-b-outline:before {
    content: '\e972';
}
/* '' */
.icon-ios-game-controller-b:before {
    content: '\e973';
}
/* '' */
.icon-ios-gear-outline:before {
    content: '\e974';
}
/* '' */
.icon-ios-gear:before {
    content: '\e975';
}
/* '' */
.icon-ios-glasses-outline:before {
    content: '\e976';
}
/* '' */
.icon-ios-glasses:before {
    content: '\e977';
}
/* '' */
.icon-ios-grid-view-outline:before {
    content: '\e978';
}
/* '' */
.icon-ios-grid-view:before {
    content: '\e979';
}
/* '' */
.icon-ios-heart-outline:before {
    content: '\e97a';
}
/* '' */
.icon-ios-heart:before {
    content: '\e97b';
}
/* '' */
.icon-ios-help-empty:before {
    content: '\e97c';
}
/* '' */
.icon-ios-help-outline:before {
    content: '\e97d';
}
/* '' */
.icon-ios-help:before {
    content: '\e97e';
}
/* '' */
.icon-ios-home-outline:before {
    content: '\e97f';
}
/* '' */
.icon-ios-home:before {
    content: '\e980';
}
/* '' */
.icon-ios-infinite-outline:before {
    content: '\e981';
}
/* '' */
.icon-ios-infinite:before {
    content: '\e982';
}
/* '' */
.icon-ios-informatempty:before {
    content: '\e983';
}
/* '' */
.icon-ios-informatoutline:before {
    content: '\e984';
}
/* '' */
.icon-ios-information:before {
    content: '\e985';
}
/* '' */
.icon-ios-ionic-outline:before {
    content: '\e986';
}
/* '' */
.icon-ios-keypad-outline:before {
    content: '\e987';
}
/* '' */
.icon-ios-keypad:before {
    content: '\e988';
}
/* '' */
.icon-ios-lightbulb-outline:before {
    content: '\e989';
}
/* '' */
.icon-ios-lightbulb:before {
    content: '\e98a';
}
/* '' */
.icon-ios-list-outline:before {
    content: '\e98b';
}
/* '' */
.icon-ios-list:before {
    content: '\e98c';
}
/* '' */
.icon-ios-locatoutline:before {
    content: '\e98d';
}
/* '' */
.icon-ios-location:before {
    content: '\e98e';
}
/* '' */
.icon-ios-locked-outline:before {
    content: '\e98f';
}
/* '' */
.icon-ios-locked:before {
    content: '\e990';
}
/* '' */
.icon-ios-loop-strong:before {
    content: '\e991';
}
/* '' */
.icon-ios-loop:before {
    content: '\e992';
}
/* '' */
.icon-ios-medical-outline:before {
    content: '\e993';
}
/* '' */
.icon-ios-medical:before {
    content: '\e994';
}
/* '' */
.icon-ios-medkit-outline:before {
    content: '\e995';
}
/* '' */
.icon-ios-medkit:before {
    content: '\e996';
}
/* '' */
.icon-ios-mic-off:before {
    content: '\e997';
}
/* '' */
.icon-ios-mic-outline:before {
    content: '\e998';
}
/* '' */
.icon-ios-mic:before {
    content: '\e999';
}
/* '' */
.icon-ios-minus-empty:before {
    content: '\e99a';
}
/* '' */
.icon-ios-minus-outline:before {
    content: '\e99b';
}
/* '' */
.icon-ios-minus:before {
    content: '\e99c';
}
/* '' */
.icon-ios-monitor-outline:before {
    content: '\e99d';
}
/* '' */
.icon-ios-monitor:before {
    content: '\e99e';
}
/* '' */
.icon-ios-moon-outline:before {
    content: '\e99f';
}
/* '' */
.icon-ios-moon:before {
    content: '\e9a0';
}
/* '' */
.icon-ios-more-outline:before {
    content: '\e9a1';
}
/* '' */
.icon-ios-more:before {
    content: '\e9a2';
}
/* '' */
.icon-ios-musical-note:before {
    content: '\e9a3';
}
/* '' */
.icon-ios-musical-notes:before {
    content: '\e9a4';
}
/* '' */
.icon-ios-navigate-outline:before {
    content: '\e9a5';
}
/* '' */
.icon-ios-navigate:before {
    content: '\e9a6';
}
/* '' */
.icon-ios-nutritoutline:before {
    content: '\e9a7';
}
/* '' */
.icon-ios-nutrition:before {
    content: '\e9a8';
}
/* '' */
.icon-ios-paper-outline:before {
    content: '\e9a9';
}
/* '' */
.icon-ios-paper:before {
    content: '\e9aa';
}
/* '' */
.icon-ios-paperplane-outline:before {
    content: '\e9ab';
}
/* '' */
.icon-ios-paperplane:before {
    content: '\e9ac';
}
/* '' */
.icon-ios-partlysunny-outline:before {
    content: '\e9ad';
}
/* '' */
.icon-ios-partlysunny:before {
    content: '\e9ae';
}
/* '' */
.icon-ios-pause-outline:before {
    content: '\e9af';
}
/* '' */
.icon-ios-pause:before {
    content: '\e9b0';
}
/* '' */
.icon-ios-paw-outline:before {
    content: '\e9b1';
}
/* '' */
.icon-ios-paw:before {
    content: '\e9b2';
}
/* '' */
.icon-ios-people-outline:before {
    content: '\e9b3';
}
/* '' */
.icon-ios-people:before {
    content: '\e9b4';
}
/* '' */
.icon-ios-person-outline:before {
    content: '\e9b5';
}
/* '' */
.icon-ios-person:before {
    content: '\e9b6';
}
/* '' */
.icon-ios-personadd-outline:before {
    content: '\e9b7';
}
/* '' */
.icon-ios-personadd:before {
    content: '\e9b8';
}
/* '' */
.icon-ios-photos-outline:before {
    content: '\e9b9';
}
/* '' */
.icon-ios-photos:before {
    content: '\e9ba';
}
/* '' */
.icon-ios-pie-outline:before {
    content: '\e9bb';
}
/* '' */
.icon-ios-pie:before {
    content: '\e9bc';
}
/* '' */
.icon-ios-pint-outline:before {
    content: '\e9bd';
}
/* '' */
.icon-ios-pint:before {
    content: '\e9be';
}
/* '' */
.icon-ios-play-outline:before {
    content: '\e9bf';
}
/* '' */
.icon-ios-play:before {
    content: '\e9c0';
}
/* '' */
.icon-ios-plus-empty:before {
    content: '\e9c1';
}
/* '' */
.icon-ios-plus-outline:before {
    content: '\e9c2';
}
/* '' */
.icon-ios-plus:before {
    content: '\e9c3';
}
/* '' */
.icon-ios-pricetag-outline:before {
    content: '\e9c4';
}
/* '' */
.icon-ios-pricetag:before {
    content: '\e9c5';
}
/* '' */
.icon-ios-pricetags-outline:before {
    content: '\e9c6';
}
/* '' */
.icon-ios-pricetags:before {
    content: '\e9c7';
}
/* '' */
.icon-ios-printer-outline:before {
    content: '\e9c8';
}
/* '' */
.icon-ios-printer:before {
    content: '\e9c9';
}
/* '' */
.icon-ios-pulse-strong:before {
    content: '\e9ca';
}
/* '' */
.icon-ios-pulse:before {
    content: '\e9cb';
}
/* '' */
.icon-ios-rainy-outline:before {
    content: '\e9cc';
}
/* '' */
.icon-ios-rainy:before {
    content: '\e9cd';
}
/* '' */
.icon-ios-recording-outline:before {
    content: '\e9ce';
}
/* '' */
.icon-ios-recording:before {
    content: '\e9cf';
}
/* '' */
.icon-ios-redo-outline:before {
    content: '\e9d0';
}
/* '' */
.icon-ios-redo:before {
    content: '\e9d1';
}
/* '' */
.icon-ios-refresh-empty:before {
    content: '\e9d2';
}
/* '' */
.icon-ios-refresh-outline:before {
    content: '\e9d3';
}
/* '' */
.icon-ios-refresh:before {
    content: '\e9d4';
}
/* '' */
.icon-ios-reload:before {
    content: '\e9d5';
}
/* '' */
.icon-ios-reverse-camera-outline:before {
    content: '\e9d6';
}
/* '' */
.icon-ios-reverse-camera:before {
    content: '\e9d7';
}
/* '' */
.icon-ios-rewind-outline:before {
    content: '\e9d8';
}
/* '' */
.icon-ios-rewind:before {
    content: '\e9d9';
}
/* '' */
.icon-ios-rose-outline:before {
    content: '\e9da';
}
/* '' */
.icon-ios-rose:before {
    content: '\e9db';
}
/* '' */
.icon-ios-search-strong:before {
    content: '\e9dc';
}
/* '' */
.icon-ios-search:before {
    content: '\e9dd';
}
/* '' */
.icon-ios-settings-strong:before {
    content: '\e9de';
}
/* '' */
.icon-ios-settings:before {
    content: '\e9df';
}
/* '' */
.icon-ios-shuffle-strong:before {
    content: '\e9e0';
}
/* '' */
.icon-ios-shuffle:before {
    content: '\e9e1';
}
/* '' */
.icon-ios-skipbackward-outline:before {
    content: '\e9e2';
}
/* '' */
.icon-ios-skipbackward:before {
    content: '\e9e3';
}
/* '' */
.icon-ios-skipforward-outline:before {
    content: '\e9e4';
}
/* '' */
.icon-ios-skipforward:before {
    content: '\e9e5';
}
/* '' */
.icon-ios-snowy:before {
    content: '\e9e6';
}
/* '' */
.icon-ios-speedometer-outline:before {
    content: '\e9e7';
}
/* '' */
.icon-ios-speedometer:before {
    content: '\e9e8';
}
/* '' */
.icon-ios-star-half:before {
    content: '\e9e9';
}
/* '' */
.icon-ios-star-outline:before {
    content: '\e9ea';
}
/* '' */
.icon-ios-star:before {
    content: '\e9eb';
}
/* '' */
.icon-ios-stopwatch-outline:before {
    content: '\e9ec';
}
/* '' */
.icon-ios-stopwatch:before {
    content: '\e9ed';
}
/* '' */
.icon-ios-sunny-outline:before {
    content: '\e9ee';
}
/* '' */
.icon-ios-sunny:before {
    content: '\e9ef';
}
/* '' */
.icon-ios-telephone-outline:before {
    content: '\e9f0';
}
/* '' */
.icon-ios-telephone:before {
    content: '\e9f1';
}
/* '' */
.icon-ios-tennisball-outline:before {
    content: '\e9f2';
}
/* '' */
.icon-ios-tennisball:before {
    content: '\e9f3';
}
/* '' */
.icon-ios-thunderstorm-outline:before {
    content: '\e9f4';
}
/* '' */
.icon-ios-thunderstorm:before {
    content: '\e9f5';
}
/* '' */
.icon-ios-time-outline:before {
    content: '\e9f6';
}
/* '' */
.icon-ios-time:before {
    content: '\e9f7';
}
/* '' */
.icon-ios-timer-outline:before {
    content: '\e9f8';
}
/* '' */
.icon-ios-timer:before {
    content: '\e9f9';
}
/* '' */
.icon-ios-toggle-outline:before {
    content: '\e9fa';
}
/* '' */
.icon-ios-toggle:before {
    content: '\e9fb';
}
/* '' */
.icon-ios-trash-outline:before {
    content: '\e9fc';
}
/* '' */
.icon-ios-trash:before {
    content: '\e9fd';
}
/* '' */
.icon-ios-undo-outline:before {
    content: '\e9fe';
}
/* '' */
.icon-ios-undo:before {
    content: '\e9ff';
}
/* '' */
.icon-ios-unlocked-outline:before {
    content: '\ea00';
}
/* '' */
.icon-ios-unlocked:before {
    content: '\ea01';
}
/* '' */
.icon-ios-upload-outline:before {
    content: '\ea02';
}
/* '' */
.icon-ios-upload:before {
    content: '\ea03';
}
/* '' */
.icon-ios-videocam-outline:before {
    content: '\ea04';
}
/* '' */
.icon-ios-videocam:before {
    content: '\ea05';
}
/* '' */
.icon-ios-volume-high:before {
    content: '\ea06';
}
/* '' */
.icon-ios-volume-low:before {
    content: '\ea07';
}
/* '' */
.icon-ios-wineglass-outline:before {
    content: '\ea08';
}
/* '' */
.icon-ios-wineglass:before {
    content: '\ea09';
}
/* '' */
.icon-ios-world-outline:before {
    content: '\ea0a';
}
/* '' */
.icon-ios-world:before {
    content: '\ea0b';
}
/* '' */
.icon-ipad:before {
    content: '\ea0c';
}
/* '' */
.icon-iphone:before {
    content: '\ea0d';
}
/* '' */
.icon-ipod:before {
    content: '\ea0e';
}
/* '' */
.icon-jet:before {
    content: '\ea0f';
}
/* '' */
.icon-key:before {
    content: '\ea10';
}
/* '' */
.icon-knife:before {
    content: '\ea11';
}
/* '' */
.icon-laptop:before {
    content: '\ea12';
}
/* '' */
.icon-leaf:before {
    content: '\ea13';
}
/* '' */
.icon-levels:before {
    content: '\ea14';
}
/* '' */
.icon-lightbulb:before {
    content: '\ea15';
}
/* '' */
.icon-link:before {
    content: '\ea16';
}
/* '' */
.icon-load-a:before {
    content: '\ea17';
}
/* '' */
.icon-load-b:before {
    content: '\ea18';
}
/* '' */
.icon-load-c:before {
    content: '\ea19';
}
/* '' */
.icon-load-d:before {
    content: '\ea1a';
}
/* '' */
.icon-location:before {
    content: '\ea1b';
}
/* '' */
.icon-lock-combination:before {
    content: '\ea1c';
}
/* '' */
.icon-locked:before {
    content: '\ea1d';
}
/* '' */
.icon-log-in:before {
    content: '\ea1e';
}
/* '' */
.icon-log-out:before {
    content: '\ea1f';
}
/* '' */
.icon-loop:before {
    content: '\ea20';
}
/* '' */
.icon-magnet:before {
    content: '\ea21';
}
/* '' */
.icon-male:before {
    content: '\ea22';
}
/* '' */
.icon-man:before {
    content: '\ea23';
}
/* '' */
.icon-map:before {
    content: '\ea24';
}
/* '' */
.icon-medkit:before {
    content: '\ea25';
}
/* '' */
.icon-merge:before {
    content: '\ea26';
}
/* '' */
.icon-mic-a:before {
    content: '\ea27';
}
/* '' */
.icon-mic-b:before {
    content: '\ea28';
}
/* '' */
.icon-mic-c:before {
    content: '\ea29';
}
/* '' */
.icon-minus-circled:before {
    content: '\ea2a';
}
/* '' */
.icon-minus-round:before {
    content: '\ea2b';
}
/* '' */
.icon-minus:before {
    content: '\ea2c';
}
/* '' */
.icon-model-s:before {
    content: '\ea2d';
}
/* '' */
.icon-monitor:before {
    content: '\ea2e';
}
/* '' */
.icon-more:before {
    content: '\ea2f';
}
/* '' */
.icon-mouse:before {
    content: '\ea30';
}
/* '' */
.icon-music-note:before {
    content: '\ea31';
}
/* '' */
.icon-navicon-round:before {
    content: '\ea32';
}
/* '' */
.icon-navicon:before {
    content: '\ea33';
}
/* '' */
.icon-navigate:before {
    content: '\ea34';
}
/* '' */
.icon-network:before {
    content: '\ea35';
}
/* '' */
.icon-no-smoking:before {
    content: '\ea36';
}
/* '' */
.icon-nuclear:before {
    content: '\ea37';
}
/* '' */
.icon-outlet:before {
    content: '\ea38';
}
/* '' */
.icon-paintbrush:before {
    content: '\ea39';
}
/* '' */
.icon-paintbucket:before {
    content: '\ea3a';
}
/* '' */
.icon-paper-airplane:before {
    content: '\ea3b';
}
/* '' */
.icon-paperclip:before {
    content: '\ea3c';
}
/* '' */
.icon-pause:before {
    content: '\ea3d';
}
/* '' */
.icon-person-add:before {
    content: '\ea3e';
}
/* '' */
.icon-person-stalker:before {
    content: '\ea3f';
}
/* '' */
.icon-person:before {
    content: '\ea40';
}
/* '' */
.icon-pie-graph:before {
    content: '\ea41';
}
/* '' */
.icon-pin:before {
    content: '\ea42';
}
/* '' */
.icon-pinpoint:before {
    content: '\ea43';
}
/* '' */
.icon-pizza:before {
    content: '\ea44';
}
/* '' */
.icon-plane:before {
    content: '\ea45';
}
/* '' */
.icon-planet:before {
    content: '\ea46';
}
/* '' */
.icon-play:before {
    content: '\ea47';
}
/* '' */
.icon-playstation:before {
    content: '\ea48';
}
/* '' */
.icon-plus-circled:before {
    content: '\ea49';
}
/* '' */
.icon-plus-round:before {
    content: '\ea4a';
}
/* '' */
.icon-plus:before {
    content: '\ea4b';
}
/* '' */
.icon-podium:before {
    content: '\ea4c';
}
/* '' */
.icon-pound:before {
    content: '\ea4d';
}
/* '' */
.icon-power:before {
    content: '\ea4e';
}
/* '' */
.icon-pricetag:before {
    content: '\ea4f';
}
/* '' */
.icon-pricetags:before {
    content: '\ea50';
}
/* '' */
.icon-printer:before {
    content: '\ea51';
}
/* '' */
.icon-pull-request:before {
    content: '\ea52';
}
/* '' */
.icon-qr-scanner:before {
    content: '\ea53';
}
/* '' */
.icon-quote:before {
    content: '\ea54';
}
/* '' */
.icon-radio-waves:before {
    content: '\ea55';
}
/* '' */
.icon-record:before {
    content: '\ea56';
}
/* '' */
.icon-refresh:before {
    content: '\ea57';
}
/* '' */
.icon-reply-all:before {
    content: '\ea58';
}
/* '' */
.icon-reply:before {
    content: '\ea59';
}
/* '' */
.icon-ribbon-a:before {
    content: '\ea5a';
}
/* '' */
.icon-ribbon-b:before {
    content: '\ea5b';
}
/* '' */
.icon-sad-outline:before {
    content: '\ea5c';
}
/* '' */
.icon-sad:before {
    content: '\ea5d';
}
/* '' */
.icon-scissors:before {
    content: '\ea5e';
}
/* '' */
.icon-search:before {
    content: '\ea5f';
}
/* '' */
.icon-settings:before {
    content: '\ea60';
}
/* '' */
.icon-share:before {
    content: '\ea61';
}
/* '' */
.icon-shuffle:before {
    content: '\ea62';
}
/* '' */
.icon-skip-backward:before {
    content: '\ea63';
}
/* '' */
.icon-skip-forward:before {
    content: '\ea64';
}
/* '' */
.icon-social-android-outline:before {
    content: '\ea65';
}
/* '' */
.icon-social-android:before {
    content: '\ea66';
}
/* '' */
.icon-social-angular-outline:before {
    content: '\ea67';
}
/* '' */
.icon-social-angular:before {
    content: '\ea68';
}
/* '' */
.icon-social-apple-outline:before {
    content: '\ea69';
}
/* '' */
.icon-social-apple:before {
    content: '\ea6a';
}
/* '' */
.icon-social-bitcoin-outline:before {
    content: '\ea6b';
}
/* '' */
.icon-social-bitcoin:before {
    content: '\ea6c';
}
/* '' */
.icon-social-buffer-outline:before {
    content: '\ea6d';
}
/* '' */
.icon-social-buffer:before {
    content: '\ea6e';
}
/* '' */
.icon-social-chrome-outline:before {
    content: '\ea6f';
}
/* '' */
.icon-social-chrome:before {
    content: '\ea70';
}
/* '' */
.icon-social-codepen-outline:before {
    content: '\ea71';
}
/* '' */
.icon-social-codepen:before {
    content: '\ea72';
}
/* '' */
.icon-social-css3-outline:before {
    content: '\ea73';
}
/* '' */
.icon-social-css3:before {
    content: '\ea74';
}
/* '' */
.icon-social-designernews-outline:before {
    content: '\ea75';
}
/* '' */
.icon-social-designernews:before {
    content: '\ea76';
}
/* '' */
.icon-social-dribbble-outline:before {
    content: '\ea77';
}
/* '' */
.icon-social-dribbble:before {
    content: '\ea78';
}
/* '' */
.icon-social-dropbox-outline:before {
    content: '\ea79';
}
/* '' */
.icon-social-dropbox:before {
    content: '\ea7a';
}
/* '' */
.icon-social-euro-outline:before {
    content: '\ea7b';
}
/* '' */
.icon-social-euro:before {
    content: '\ea7c';
}
/* '' */
.icon-social-facebook-outline:before {
    content: '\ea7d';
}
/* '' */
.icon-social-facebook:before {
    content: '\ea7e';
}
/* '' */
.icon-social-foursquare-outline:before {
    content: '\ea7f';
}
/* '' */
.icon-social-foursquare:before {
    content: '\ea80';
}
/* '' */
.icon-social-freebsd-devil:before {
    content: '\ea81';
}
/* '' */
.icon-social-github-outline:before {
    content: '\ea82';
}
/* '' */
.icon-social-github:before {
    content: '\ea83';
}
/* '' */
.icon-social-google-outline:before {
    content: '\ea84';
}
/* '' */
.icon-social-google:before {
    content: '\ea85';
}
/* '' */
.icon-social-googleplus-outline:before {
    content: '\ea86';
}
/* '' */
.icon-social-googleplus:before {
    content: '\ea87';
}
/* '' */
.icon-social-hackernews-outline:before {
    content: '\ea88';
}
/* '' */
.icon-social-hackernews:before {
    content: '\ea89';
}
/* '' */
.icon-social-html5-outline:before {
    content: '\ea8a';
}
/* '' */
.icon-social-html5:before {
    content: '\ea8b';
}
/* '' */
.icon-social-instagram-outline:before {
    content: '\ea8c';
}
/* '' */
.icon-social-instagram-old:before {
    content: '\ea8d';
}
/* '' */
.icon-social-javascript-outline:before {
    content: '\ea8e';
}
/* '' */
.icon-social-javascript:before {
    content: '\ea8f';
}
/* '' */
.icon-social-linkedin-outline:before {
    content: '\ea90';
}
/* '' */
.icon-social-linkedin:before {
    content: '\ea91';
}
/* '' */
.icon-social-markdown:before {
    content: '\ea92';
}
/* '' */
.icon-social-nodejs:before {
    content: '\ea93';
}
/* '' */
.icon-social-octocat:before {
    content: '\ea94';
}
/* '' */
.icon-social-pinterest-outline:before {
    content: '\ea95';
}
/* '' */
.icon-social-pinterest:before {
    content: '\ea96';
}
/* '' */
.icon-social-python:before {
    content: '\ea97';
}
/* '' */
.icon-social-reddit-outline:before {
    content: '\ea98';
}
/* '' */
.icon-social-reddit:before {
    content: '\ea99';
}
/* '' */
.icon-social-rss-outline:before {
    content: '\ea9a';
}
/* '' */
.icon-social-rss:before {
    content: '\ea9b';
}
/* '' */
.icon-social-sass:before {
    content: '\ea9c';
}
/* '' */
.icon-social-skype-outline:before {
    content: '\ea9d';
}
/* '' */
.icon-social-skype:before {
    content: '\ea9e';
}
/* '' */
.icon-social-snapchat-outline:before {
    content: '\ea9f';
}
/* '' */
.icon-social-snapchat:before {
    content: '\eaa0';
}
/* '' */
.icon-social-tumblr-outline:before {
    content: '\eaa1';
}
/* '' */
.icon-social-tumblr:before {
    content: '\eaa2';
}
/* '' */
.icon-social-tux:before {
    content: '\eaa3';
}
/* '' */
.icon-social-twitch-outline:before {
    content: '\eaa4';
}
/* '' */
.icon-social-twitch:before {
    content: '\eaa5';
}
/* '' */
.icon-social-twitter-outline:before {
    content: '\eaa6';
}
/* '' */
.icon-social-twitter:before {
    content: '\eaa7';
}
/* '' */
.icon-social-usd-outline:before {
    content: '\eaa8';
}
/* '' */
.icon-social-usd:before {
    content: '\eaa9';
}
/* '' */
.icon-social-vimeo-outline:before {
    content: '\eaaa';
}
/* '' */
.icon-social-vimeo:before {
    content: '\eaab';
}
/* '' */
.icon-social-whatsapp-outline:before {
    content: '\eaac';
}
/* '' */
.icon-social-whatsapp:before {
    content: '\eaad';
}
/* '' */
.icon-social-windows-outline:before {
    content: '\eaae';
}
/* '' */
.icon-social-windows:before {
    content: '\eaaf';
}
/* '' */
.icon-social-wordpress-outline:before {
    content: '\eab0';
}
/* '' */
.icon-social-wordpress:before {
    content: '\eab1';
}
/* '' */
.icon-social-yahoo-outline:before {
    content: '\eab2';
}
/* '' */
.icon-social-yahoo:before {
    content: '\eab3';
}
/* '' */
.icon-social-yen-outline:before {
    content: '\eab4';
}
/* '' */
.icon-social-yen:before {
    content: '\eab5';
}
/* '' */
.icon-social-youtube-outline:before {
    content: '\eab6';
}
/* '' */
.icon-social-youtube:before {
    content: '\eab7';
}
/* '' */
.icon-soup-can-outline:before {
    content: '\eab8';
}
/* '' */
.icon-soup-can:before {
    content: '\eab9';
}
/* '' */
.icon-speakerphone:before {
    content: '\eaba';
}
/* '' */
.icon-speedometer:before {
    content: '\eabb';
}
/* '' */
.icon-spoon:before {
    content: '\eabc';
}
/* '' */
.icon-star:before {
    content: '\eabd';
}
/* '' */
.icon-stats-bars:before {
    content: '\eabe';
}
/* '' */
.icon-steam:before {
    content: '\eabf';
}
/* '' */
.icon-stop:before {
    content: '\eac0';
}
/* '' */
.icon-thermometer:before {
    content: '\eac1';
}
/* '' */
.icon-thumbsdown:before {
    content: '\eac2';
}
/* '' */
.icon-thumbsup:before {
    content: '\eac3';
}
/* '' */
.icon-toggle-filled:before {
    content: '\eac4';
}
/* '' */
.icon-toggle:before {
    content: '\eac5';
}
/* '' */
.icon-transgender:before {
    content: '\eac6';
}
/* '' */
.icon-trash-a:before {
    content: '\eac7';
}
/* '' */
.icon-trash-b:before {
    content: '\eac8';
}
/* '' */
.icon-trophy:before {
    content: '\eac9';
}
/* '' */
.icon-tshirt-outline:before {
    content: '\eaca';
}
/* '' */
.icon-tshirt:before {
    content: '\eacb';
}
/* '' */
.icon-umbrella:before {
    content: '\eacc';
}
/* '' */
.icon-university:before {
    content: '\eacd';
}
/* '' */
.icon-unlocked:before {
    content: '\eace';
}
/* '' */
.icon-upload:before {
    content: '\eacf';
}
/* '' */
.icon-usb:before {
    content: '\ead0';
}
/* '' */
.icon-videocamera:before {
    content: '\ead1';
}
/* '' */
.icon-volume-high:before {
    content: '\ead2';
}
/* '' */
.icon-volume-low:before {
    content: '\ead3';
}
/* '' */
.icon-volume-medium:before {
    content: '\ead4';
}
/* '' */
.icon-volume-mute:before {
    content: '\ead5';
}
/* '' */
.icon-wand:before {
    content: '\ead6';
}
/* '' */
.icon-waterdrop:before {
    content: '\ead7';
}
/* '' */
.icon-wifi:before {
    content: '\ead8';
}
/* '' */
.icon-wineglass:before {
    content: '\ead9';
}
/* '' */
.icon-woman:before {
    content: '\eada';
}
/* '' */
.icon-wrench:before {
    content: '\eadb';
}
/* '' */
.icon-xbox:before {
    content: '\eadc';
}
/* '' */
.icon-social-aparat:before {
    content: '\eadd';
}
/* '' */
.icon-spin1:before {
    content: '\eade';
}
/* '' */
.icon-spin2:before {
    content: '\eadf';
}
/* '' */
.icon-spin3:before {
    content: '\eae0';
}
/* '' */
.icon-spin4:before {
    content: '\eae1';
}
/* '' */
.icon-spin5:before {
    content: '\eae2';
}
/* '' */
.icon-social-telegram:before {
    content: '\eae3';
}
/* '' */
.icon-social-instagram:before {
    content: '\eae4';
}
/* '' */
.icon-fax:before {
    content: '\f1ac';
}
/* '' */
/*===================================================================*/

/* IranianSans
 ===================================================================*/
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/iransans/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iransans/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('../fonts/iransans/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/iransans/IRANSansWeb(FaNum).woff2') format('woff2'), url('../fonts/iransans/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'IRANSansWeb_bold';
    src: url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    font-weight: bold;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    font-family: inherit
}

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none
    }

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

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

img {
    max-width: 100%
}

*:focus {
    outline: 0
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

@font-face {
    font-family: 'B Nazanin';
    src: url('../fonts/nazanin.eot?#') format('eot'),url('../fonts/nazanin.woff') format('woff'),url('../fonts/nazanin.ttf') format('truetype')
}

body {
    font-family: 'IRANSansWeb';
    direction: rtl;
    cursor: default;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #333;
    background-color: #fff;
    font-size: 15px;
    text-align: justify;
    line-height: 24px
}

    body.readingMode {
        overflow: hidden
    }

a {
    text-decoration: none !important;
    transition: background-color .3s ease-out
}

    a:link {
        color: #1a69b4;
        transition: background-color .3s ease-out,color .3s ease-out
    }

    a:visited {
        color: #124b80
    }

    a.hover, a:hover, a:active, a:focus {
        color: #124b80
    }

.btn {
    height: 34px;
    text-align: center;
    border-radius: 16px;
    line-height: 34px;
    font-weight: bold;
    padding: 0 15px;
    outline: none !important;
    box-shadow: none !important
}

    .btn:focus {
        outline: none !important;
        box-shadow: none !important
    }

.btn-default {
    background-color: #0067b3;
    color: #fff
}

.btn-white {
    background-color: #fff;
    color: #0067b3
}

.btn-outline {
    background-color: #fff;
    border: 1px solid #588fc9;
    color: #588fc9
}

.btn-outline-blue {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.btn-control {
    background: rgba(0,0,0,.9);
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px
}

hr, legend {
    display: none !important
}

*::selection {
    color: #fff;
    background-color: #2086e5
}

.en-text {
    font: 18px "IRANSansWeb","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IRANSansWeb_bold';
    font-weight: bold
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 16px
}

#html5-watermark {
    display: none !important
}

section > header {
    text-align: center;
    margin: 0 auto 30px;
    position: relative
}

.media-page section > header {
    padding: 0 15px
}

section > header h2 {
    margin-bottom: 15px;
    line-height: 33px
}

section > header h3 {
    font-weight: normal;
    line-height: 25px;
    font-family: 'IRANSansWeb'
}

@media(min-width:768px) {
    section > header {
        max-width: 750px
    }
}

@media(min-width:992px) {
    section > header {
        max-width: 970px
    }
}

@media(min-width:1200px) {
    section > header {
        max-width: 1170px
    }
}

#header-wrapper {
    z-index: 1005;
    position:fixed;
    top:0;
    right:0;
    width:100%;
}

#header {
    border-bottom: 4px solid #0067b3;
    position: relative;
    z-index: 10;
    background: #fff
}

    #header > .container {
        position: relative
    }

    #header .branding {
        float: right
    }

        #header .branding h2 {
            margin: 0;
            padding: 0 50px 0 0;
            height: 60px;
            float: right
        }

            #header .branding h2 a {
                background: url(../images/logo4.png) no-repeat right center;
                width: auto;
                height: 60px;
                display: inline-block;
                background-size: 125px;
                padding-right: 150px;
                position: relative;
                color: #404041;
            }

                #header .branding h2 a span {
                    display: none
                }

        #header .branding .nav-toggle {
            position: absolute;
            cursor: pointer;
            text-decoration: none;
            right: 15px;
            z-index: 21;
            padding: 0 0 0 0;
            margin: 0 auto;
            display: block;
            height: 60px;
            width: 50px;
            border-bottom: none !important;
            text-align: center;
            line-height: 58px
        }

            #header .branding .nav-toggle:hover, #header .branding .nav-toggle:focus, #header .branding .nav-toggle:active {
                outline: none;
                border-bottom: none !important
            }

            #header .branding .nav-toggle i {
                position: relative;
                display: -moz-inline-stack;
                display: inline-block;
                zoom: 1;
                *display: inline;
                width: 25px;
                height: 3px;
                font: bold 14px/.4 Helvetica;
                text-transform: uppercase;
                text-indent: -55px;
                background: #000;
                transition: all .2s ease-out
            }

                #header .branding .nav-toggle i::before, #header .branding .nav-toggle i::after {
                    content: '';
                    width: 25px;
                    height: 3px;
                    background: #000;
                    position: absolute;
                    left: 0;
                    -webkit-transition: .2s;
                    -o-transition: .2s;
                    transition: .2s
                }

                #header .branding .nav-toggle i::before {
                    top: -7px
                }

                #header .branding .nav-toggle i::after {
                    bottom: -7px
                }

            #header .branding .nav-toggle.active i {
                background: transparent
            }

                #header .branding .nav-toggle.active i::before {
                    top: 0;
                    -webkit-transform: rotateZ(45deg);
                    -moz-transform: rotateZ(45deg);
                    -ms-transform: rotateZ(45deg);
                    -o-transform: rotateZ(45deg);
                    transform: rotateZ(45deg)
                }

                #header .branding .nav-toggle.active i::after {
                    bottom: 0;
                    -webkit-transform: rotateZ(-45deg);
                    -moz-transform: rotateZ(-45deg);
                    -ms-transform: rotateZ(-45deg);
                    -o-transform: rotateZ(-45deg);
                    transform: rotateZ(-45deg)
                }

    #header .tel, #header .consultation, #header .language {
        float: left
    }

        #header .tel a, #header .consultation a {
            text-indent: -9999px;
            white-space: nowrap;
            width: 50px;
            height: 60px;
            display: block;
            background: url(../images/newicons.png) no-repeat center 15px;
            background-size: 35px
        }

    #header .consultation {
        display: none
    }

        #header .consultation a {
            background: url(../images/newicons.png) no-repeat center -38px;
            background-size: 40px;
            font-size: 16px
        }

    #header .tel a {
        font-size: 16px
    }

    #header .language ul {
        margin: 0;
        padding: 0;
        width: 50px;
        height: 60px;
        overflow: hidden
    }

        #header .language ul li {
            display: block;
            width: 50px;
            height: 60px;
            list-style: none;
            float: right;
            margin: 0
        }

            #header .language ul li a {
                text-indent: -9999px;
                white-space: nowrap;
                width: 50px;
                height: 60px;
                display: block;
                background: url(../images/newicons.png) no-repeat center 9px;
                background-size: 46px
            }

            #header .language ul li:first-child a {
                background-position: center -765px
            }

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
    top: 0;
    right: 0
}

#eventSec {
    position: relative;
    overflow: hidden;
    background: #0067b3
}

    #eventSec .box {
        position: relative;
        width: 100%;
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        display: table
    }

    #eventSec .cta {
        background: rgba(0,0,0,.7);
        background-size: 30px;
        z-index: 999;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        color: #fff;
        font-size: 16px;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    #eventSec:hover .cta {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    #eventSec .cta:before {
        content: "";
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -60px;
        margin-left: -25px;
        background: url(../images/newicons.png) no-repeat center -2169px;
        background-size: 60px
    }

@media screen and (min-width:480px) {
    #header .branding h2 a {
        text-decoration: none;
        background: url(../images/logo4.png) no-repeat center;
        width: 140px;
        height: 60px;
        display: inline-block;
        background-size: contain
    }

    #header .branding h2 {
        padding: 0 50px 0 0
    }
}

@media screen and (min-width:768px) {
    #eventSec .box {
        height: 400px
    }

    #header .consultation a {
        text-indent: 0;
        width: auto;
        height: 34px;
        background-color: #0067b3;
        color: #fff;
        margin: 13px 15px;
        text-align: center;
        border-radius: 16px;
        line-height: 34px;
        font-weight: bold;
        padding: 0 15px
    }
}

@media screen and (min-width:992px) {
    #header .branding h2 {
        padding: 0 60px 0 0
    }

    #header .branding h2 {
        font-size: 15px;
        font-weight: bold;
        line-height: 60px
    }

        #header .branding h2 a {
            background: url(../images/logo4.png) no-repeat right center;
            width: auto;
            height: 60px;
            display: inline-block;
            background-size: 125px;
            padding-right: 150px;
            position: relative;
            color: #404041
        }

            #header .branding h2 a:before {
                content: "";
                display: block;
                vertical-align: middle;
                background: #ddd;
                position: absolute;
                width: 1px;
                height: 20px;
                right: 135px;
                z-index: 555;
                top: 50%;
                margin-top: -10px
            }

            #header .branding h2 a span {
                display: inline-block;
                white-space: nowrap;
                overflow: hidden;
                -webkit-transition: all .8s ease-out;
                -moz-transition: all .8s ease-out;
                transition: all .8s ease-out
            }

                #header .branding h2 a span:last-child {
                    width: 0
                }

            #header .branding h2 a.loaded span:first-child {
                width: 0
            }

            #header .branding h2 a.loaded span:last-child {
                width: 245px
            }

    #header .tel a {
        text-indent: 0;
        white-space: nowrap;
        width: auto;
        height: 60px;
        background: url(../images/newicons.png) no-repeat left 15px;
        background-size: 35px;
        font-size: 15px;
        line-height: 60px;
        padding-left: 39px;
        font-weight: bold;
        color: #404041
    }
}

.main-navigation {
    border: 0;
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    background: #19191a;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    .main-navigation .container {
        width: auto
    }

    .main-navigation .navbar-brand {
        display: none
    }

    .main-navigation #navbar {
        border: 0;
        box-shadow: none;
        padding: 0
    }

        .main-navigation #navbar .nav {
            margin: 10px 0 0;
            padding: 0;
            list-style: none;
            border-top: 0;
            box-shadow: none
        }

            .main-navigation #navbar .nav li {
                text-indent: 20px;
                line-height: 40px;
                display: block;
                width: 100%
            }

                .main-navigation #navbar .nav li a {
                    display: block;
                    color: #fff;
                    padding: 0 14px;
                    line-height: 40px;
                    font-size: 13px
                }

                .main-navigation #navbar .nav li.current > a, .main-navigation #navbar .nav li.current > a:hover, .main-navigation #navbar .nav li.current:hover > a {
                    background: #0067b3 !important;
                    color: #fff
                }

                .main-navigation #navbar .nav li a.hover, .main-navigation #navbar .nav li a:hover, .main-navigation #navbar .nav li a:focus {
                    background-color: transparent !important;
                    color: #ccc
                }

    .main-navigation.active {
        right: 250px;
        width: 250px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

@media screen and (min-width:1200px) {
    .main-navigation #navbar .nav {
        margin: 0
    }

    .main-navigation .container {
        max-width: 1170px
    }

    .main-navigation.collapsed {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    .main-navigation {
        position: fixed;
        height: 40px;
        margin-right: 0;
        min-height: 0;
        margin-bottom: 0;
        width: 100%;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        z-index: 5;
        top: 64px
    }

        .main-navigation #navbar .nav li {
            text-indent: 0;
            line-height: 40px;
            display: inline-block;
            width: auto
        }

    #header .branding .nav-toggle {
        display: none
    }

    #header .branding h2 {
        padding-right: 15px
    }
}

#featured {
    margin-bottom: 5px
}

#featured-projects {
    position: relative;
    background: #fafafa url('../images/ring-alt.gif') no-repeat 50% 50%
}

    #featured-projects > header {
        margin: 0
    }

        #featured-projects > header h2 {
            display: none
        }

    #featured-projects .carousel-caption {
        right: 15px;
        left: auto;
        bottom: 90px;
        text-align: right;
        text-shadow: none;
        padding: 0
    }

        #featured-projects .carousel-caption h3 {
            font-size: 20px;
            font-weight: bold;
            background-color: #0067b3;
            padding: 10px 15px;
            float: right;
            clear: both
        }

            #featured-projects .carousel-caption h3 a {
                color: #fff
            }

        #featured-projects .carousel-caption > p {
            background-color: rgba(0,0,0,.9);
            padding: 5px 15px;
            float: right;
            font-size: 16px;
            clear: both
        }

    #featured-projects .item {
        display: table;
        width: 100%
    }

        #featured-projects .item > a.more {
            background: rgba(0,0,0,.7);
            background-size: 30px;
            z-index: 999;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
            vertical-align: middle;
            display: table-cell;
            text-align: center;
            color: #fff;
            font-size: 16px;
            opacity: 0
        }

            #featured-projects .item > a.more:before {
                content: "";
                width: 50px;
                height: 50px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -60px;
                margin-left: -25px;
                background: url(../images/newicons.png) no-repeat center -2169px;
                background-size: 60px
            }

        #featured-projects .item:hover > a.hover.more, #featured-projects .item:hover > a.more {
            opacity: 1
        }

    #featured-projects .owl-slider {
        height: 100%;
        display: none
    }

.owl-slider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    direction: rtl
}

.owl-slider .item, .owl-slider .owl-stage, .owl-slider .owl-item, .owl-slider .owl-stage-outer {
    height: 100%
}

.owl-slider .owl-controls {
    position: absolute;
    bottom: 15px;
    right: 15px
}

    .owl-slider .owl-controls .owl-prev, .owl-slider .owl-controls .owl-next {
        background: rgba(0,0,0,.9);
        color: #fff;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 10px;
        float: left;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .owl-slider .owl-controls .owl-next {
        float: right;
        margin-left: 5px
    }

.scrolldown-animation {
    display: none
}

@media screen and (min-width:992px) {
    #featured-projects {
        float: right
    }

    .scrolldown-animation {
        display: block;
        -webkit-animation: 3s ease-in-out 0s normal none infinite running scrolldown-keyframes;
        -moz-animation: 3s ease-in-out 0s normal none infinite running scrolldown-keyframes;
        animation: 3s ease-in-out 0s normal none infinite running scrolldown-keyframes;
        bottom: 15px;
        height: 46px;
        left: 30px;
        position: absolute;
        width: 25px;
        z-index: 20;
        background: rgba(0,0,0,.9) url('../images/arrow.png') no-repeat center -335px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        padding: 12px 18px;
        cursor: pointer;
        opacity: .9;
        filter: alpha(opacity=90)
    }
}

#featured-posts > header {
    margin: 0
}

    #featured-posts > header h2 {
        display: none
    }

.post-item {
    display: block;
    position: relative
}

#last-mag {
    background: #fafafa url('../images/ring-alt.gif') no-repeat 50% 20%
}

#last-news {
    background: url('../images/ring-alt.gif') no-repeat 50% 20%
}

.post-item .contents-part {
    padding: 0;
    width: 100%;
    float: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    background: #fff
}

    .post-item .contents-part:before {
        content: "";
        display: block;
        padding-top: 0
    }

    .post-item .contents-part h3 {
        font-size: 18px;
        font-weight: bold;
        height: auto;
        line-height: 28px;
        overflow: hidden;
        padding: 30px;
        margin-bottom: 0
    }

        .post-item .contents-part h3 a {
            color: #101010
        }

    .post-item .contents-part p, .post-item .bodyP {
        width: 100%;
        height: auto;
        overflow: hidden
    }

        .post-item .bodyP p, .post-item .bodyP .post-categories {
            display: none
        }

    .post-item .contents-part .square-content {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

        .post-item .contents-part .square-content > div {
            padding: 0 30px 60px
        }

    .post-item .contents-part footer {
        padding: 0;
        position: absolute;
        bottom: 0;
        padding: 7px 0 5px;
        left: 20px;
        right: 20px;
        background: #fff
    }

        .post-item .contents-part footer > ul > li {
            float: right
        }

            .post-item .contents-part footer > ul > li.more {
                float: left
            }

            .post-item .contents-part footer > ul > li > a {
                background: url(../images/newicons.png) no-repeat center -169px;
                display: block;
                width: 40px;
                height: 40px;
                background-size: 35px;
                line-height: 40px;
                color: #0067b3;
                position: relative
            }

            .post-item .contents-part footer > ul > li.more > a {
                background-position: center -127px;
                position: relative
            }

            .post-item .contents-part footer > ul > li > a:before, #media .owl-slider .details a:before {
                position: absolute;
                content: '';
                top: 24px;
                left: 24px;
                right: 24px;
                bottom: 24px;
                border-width: 1px;
                border-style: solid;
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                filter: alpha(opacity=0);
                border-radius: 1000px
            }

            .post-item .contents-part footer > ul > li > a.hover:before, .post-item .contents-part footer > ul > li > a:hover:before, #media .owl-slider .details a:hover:before {
                -webkit-animation: ef-splash .7s ease;
                -moz-animation: ef-splash .7s ease;
                -ms-animation: ef-splash .7s ease;
                -o-animation: ef-splash .7s ease;
                animation: ef-splash .7s ease
            }

.post-item .image-part {
    float: none;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat
}

    .post-item .image-part > img {
        display: none
    }

    .post-item .image-part:before {
        content: "";
        display: block;
        padding-top: 100%;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        opacity: 1
    }

.post-item:hover .image-part:before {
    opacity: 1;
    background: rgba(0,0,0,.5)
}

.post-item .image-part:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    display: block;
    bottom: 0;
    left: 0;
    background-image: url(../images/arrow.png);
    background-position: center -80px;
    background-repeat: no-repeat;
    right: 50%;
    margin-right: -40px
}

.post-item .image-part:before {
    background-image: linear-gradient(to top,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%)
}

.post-item .image-part .post-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    padding: 4px 11px;
    padding-right: 26px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 10
}

    .post-item .image-part .post-tag:before {
        background: url(../images/newicons.png) no-repeat center -62px;
        display: block;
        width: 20px;
        height: 20px;
        content: "";
        right: 2px;
        position: absolute;
        background-size: 26px
    }

    .post-item .image-part .post-tag.news {
        background-color: #16a085
    }

    .post-item .image-part .post-tag.mag {
        background-color: #964bb5
    }

@media(max-width:599px) {
    .post-item .contents-part, #featured-posts {
        height: auto !important
    }
}

@media screen and (min-width:600px) {
    .post-item .contents-part .square-content {
        position: absolute
    }

        .post-item .contents-part .square-content > div {
            padding: 0 30px 30px
        }

    .post-item .contents-part p, .post-item .bodyP {
        height: 120px
    }

    .post-item .contents-part, .post-item .image-part {
        float: right;
        width: 50%
    }

        .post-item .contents-part:before {
            padding-top: 100%
        }

    .post-item:nth-of-type(1) .image-part {
        float: right
    }

        .post-item:nth-of-type(1) .image-part:after {
            width: 80px;
            height: 80px;
            bottom: 0;
            left: 0;
            background-image: url(../images/arrow.png);
            background-position: left -240px;
            right: auto;
            top: 50%;
            margin-top: -40px
        }

        .post-item:nth-of-type(1) .image-part:before {
            background-image: linear-gradient(to right,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%)
        }

    .post-item:nth-of-type(2) .image-part {
        float: left
    }

        .post-item:nth-of-type(2) .image-part:after {
            width: 80px;
            height: 80px;
            bottom: 0;
            right: 0;
            background-image: url(../images/arrow.png);
            background-position: center -160px;
            top: 50%;
            margin-top: -40px;
            margin-right: 0
        }

        .post-item:nth-of-type(2) .image-part:before {
            background-image: linear-gradient(to left,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%)
        }

    #featured .post-item .contents-part h3 {
        height: 105px;
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 26px
    }
}

@media screen and (min-width:768px) {
    .post-item .contents-part h3 {
        height: 125px;
        margin-bottom: 15px;
        font-size: 18px
    }

    #blog .post-item .contents-part h3 {
        height: auto;
        margin-bottom: 15px;
        font-size: 19px;
        line-height: 34px
    }

    #featured .post-item .contents-part h3 {
        height: 125px;
        font-size: 20px;
        line-height: 30px
    }

    #featured .post-item .contents-part p, #featured .post-item .bodyP {
        height: 150px;
        font-size: 18px;
        line-height: 30px
    }

    #blog .post-item .contents-part p, #blog .post-item .bodyP {
        height: 126px;
        font-size: 18px;
        line-height: 33px
    }
}

@media screen and (min-width:992px) {
    .post-item .contents-part h3 {
        font-size: 20px;
        line-height: 25px
    }

    #featured-projects .carousel-caption h3 {
        font-size: 25px
    }

    #featured-posts {
        float: left
    }

    .post-item {
        float: right;
        height: 100%
    }

        .post-item .contents-part, .post-item .image-part {
            float: none;
            width: 100%
        }

        .post-item:nth-of-type(1) .contents-part {
            position: absolute;
            top: 0;
            border-bottom: 0
        }

        .post-item:nth-of-type(1) .image-part {
            position: absolute;
            bottom: 0
        }

            .post-item:nth-of-type(1) .image-part:after {
                width: 80px;
                height: 80px;
                bottom: auto;
                top: 0;
                right: 50%;
                margin-right: -40px;
                background-image: url(../images/arrow.png);
                background-position: center 0;
                left: 0;
                margin-top: 0
            }

            .post-item:nth-of-type(1) .image-part:before {
                background-image: linear-gradient(to bottom,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%)
            }

        .post-item:nth-of-type(2) .image-part:after {
            width: 80px;
            height: 80px;
            bottom: 0;
            top: auto;
            right: 50%;
            margin-right: -40px;
            background-image: url(../images/arrow.png);
            background-position: center -80px
        }

        .post-item:nth-of-type(2) .image-part:before {
            background-image: linear-gradient(to top,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%)
        }

        .post-item .image-part .post-tag {
            position: absolute;
            top: -60px
        }

        .post-item:hover .image-part .post-tag {
            top: 10px
        }

    #featured .post-item .contents-part p, #featured .post-item .bodyP {
        height: 75px;
        font-size: 19px;
        line-height: 25px
    }

    #featured .post-item .contents-part h3 {
        height: 108px;
        font-size: 16px;
        line-height: 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    #blog .post-item .contents-part p, #blog .post-item .bodyP {
        height: 65px;
        line-height: 20px
    }

    #featured .post-item .contents-part p, #featured .post-item .bodyP {
        height: 79px;
        font-size: 15px;
        line-height: 25px
    }

    #blog .post-item .contents-part header h3 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0
    }

    #blog .post-item .contents-part p, #blog .post-item .bodyP {
        font-size: 14px;
        line-height: 21px
    }
}

@media(min-width:1200px) {
    #blog .post-item .contents-part p, #blog .post-item .bodyP {
        height: 95px;
        font-size: 16px;
        line-height: 27px
    }

    #blog .post-item .contents-part h3 {
        height: auto;
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 30px
    }

    #contents-wrapper {
        margin-top: 0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        border-top: 40px solid #19191a
    }

    #featured .post-item .contents-part h3 {
        height: 110px;
        font-size: 18px;
        line-height: 27px
    }

    #featured .post-item .contents-part p, #featured .post-item .bodyP {
        height: 135px;
        font-size: 16px;
        line-height: 28px
    }
}

@media(min-width:1640px) {
    #featured .post-item .contents-part h3 {
        height: 150px;
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 38px
    }

    #featured .post-item .contents-part p, #featured .post-item .bodyP {
        height: 200px;
        font-size: 20px;
        line-height: 36px
    }

    #blog .post-item .contents-part header h3 {
        font-size: 18px;
        line-height: 30px
    }

    #blog .post-item .contents-part p, #blog .post-item .bodyP {
        font-size: 17px;
        line-height: 30px
    }
}

#services {
    text-align: center;
    padding: 60px 0
}

.home #services {
    background: #fafafa
}

#services > header h2 {
    margin-bottom: 15px;
    line-height: 30px
}

#services > header h3 {
    font-family: 'IRANSansWeb'
}

#services .owl-slider {
    border-right: 1px solid #ddd;
    border-left: none;
    display: none
}

    #services .owl-slider .item {
        background: #fff;
        border: 1px solid #ddd;
        padding: 30px 15px;
        display: table;
        width: 100%
    }

#services .owl-slider {
    overflow: hidden;
    padding-top: 1px;
    width: 270px;
    margin: 0 auto
}

    #services .owl-slider .item {
        border-right: none
    }

    #services .owl-slider .item {
        margin-top: -1px;
        position: relative
    }

        #services .owl-slider .item a {
            color: #000;
            display: table-cell;
            vertical-align: middle;
            position: relative;
            z-index: 1
        }

            #services .owl-slider .item a img, .introMedia figure .image-container img {
                transition: all ease-out .3s;
                -moz-transition: all ease-out .3s;
                -webkit-transition: all ease-out .3s
            }

        #services .owl-slider .item:hover a img, .introMedia figure:hover .image-container img {
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1)
        }

        #services .owl-slider .item .image-container {
            display: block;
            width: 90px;
            height: 90px;
            margin: 0 auto;
            white-space: nowrap;
            background-size: 120px;
            margin-bottom: 15px;
            position: relative
        }

            #services .owl-slider .item .image-container:before, .introMedia .image-container:before {
                position: absolute;
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                background: #fff;
                right: 0;
                top: -15px;
                transition: all ease-out .3s;
                -moz-transition: all ease-out .3s;
                -webkit-transition: all ease-out .3s;
                transform: scale(0);
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%
            }

.introMedia .image-container:before {
    width: 170px;
    height: 170px;
    right: 50%;
    margin-right: -85px;
    top: -10px
}

#services .owl-slider .item:hover .image-container:before, .introMedia figure:hover .image-container:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    background: #0067b3
}

#services .owl-slider .item h4 {
    font-size: 16px;
    height: 40px;
    line-height: 27px;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s
}

#services .owl-slider .owl-controls {
    bottom: auto;
    bottom: -40px;
    right: 0
}

    #services .owl-slider .owl-controls .owl-prev, #services .owl-slider .owl-controls .owl-next {
        background: transparent;
        background: url(../images/newicons.png) no-repeat center -140px;
        background-size: 24px;
        width: 30px;
        height: 30px;
        border-radius: 0
    }

    #services .owl-slider .owl-controls .owl-next {
        background-position: center -169px
    }

        #services .owl-slider .owl-controls .owl-prev i, #services .owl-slider .owl-controls .owl-next i {
            display: none
        }

#services .owl-slider .owl-stage-outer {
    position: relative
}

    #services .owl-slider .owl-stage-outer:before {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        z-index: 10
    }

@media(min-width:480px) {
    #services .owl-slider .item .image-container {
        width: 150px;
        height: 150px;
        background-size: 150px
    }

        #services .owl-slider .item .image-container:before {
            top: -17px
        }
}

@media(min-width:768px) {
    #services .owl-slider {
        width: 100%
    }

        #services .owl-slider .item {
            width: 50%;
            float: right
        }

        #services .owl-slider .item {
            height: 240px
        }

        #services .owl-slider .owl-controls {
            bottom: auto;
            top: -50px;
            right: 0
        }
}

@media(min-width:991px) {
    #services .owl-slider.low .item {
        margin-top: 0
    }

    #services .owl-slider {
        border-left: 1px solid #ddd
    }

        #services .owl-slider.low {
            border-left: none
        }

    #services .owl-slider {
        overflow: visible;
        padding: 0
    }

        #services .owl-slider.low {
            overflow: hidden
        }

        #services .owl-slider .item {
            height: 235px
        }

    .services-details-page #services .owl-slider .item {
        height: auto
    }

    #services .owl-slider .owl-item .item {
        width: 100%;
        float: none;
        margin: 0
    }
}

@media(min-width:1200px) {
    #services .owl-slider .item {
        height: 270px
    }

    .services-details-page #services .owl-slider .item {
        height: auto
    }

    .services-details-page #services .owl-slider.low .item {
        height: auto;
        width: 25%
    }
}

.projects-container, #projects {
    text-align: center;
    padding: 60px 0 60px
}

.home #projects {
    padding: 60px 0 120px
}

    .home #projects header h3 {
        padding: 0 15px;
        line-height: 27px;
        font-family: 'IRANSansWeb'
    }

    .home #projects header h2 {
        padding: 0 15px;
        line-height: 35px
    }

.projects-container {
    padding-top: 0
}

    .projects-container > header, #projects > header {
        text-align: center;
        margin: 0 auto 30px;
        position: relative
    }

        .projects-container > header h2, #projects > header h2 {
            margin-bottom: 15px
        }

        .projects-container > header .more, #projects > header .more {
            padding: 5px 15px;
            color: #588fc9;
            padding-left: 30px;
            background: url(../images/newicons.png) no-repeat left -106px;
            background-size: 30px;
            margin-top: 7px;
            position: relative;
            left: 0;
            bottom: 0;
            float: left;
            margin-left: 15px
        }

.newS {
    padding: 0;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    overflow: hidden
}

.works-page .newS {
    border: 1px solid #fff
}

.newS a .details h4, .newS a .details .logo, .newS .content h4 {
    padding: 0 10px 0 0;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    display: block;
    float: right;
    clear: both;
    height: auto;
    color: #fff;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    font-size: 15px
}

.newS .content h4 {
    margin-top: 30px
}

.newS a .details .logo {
    width: 60px;
    padding-top: 15px
}

    .newS a .details .logo img {
        height: auto
    }

.newS a:hover .details h4, .newS a:hover .details .logo, .newS:hover .content h4 {
    opacity: 1
}

.newS:hover .content h4 {
    transform: translate3d(-30px,0,0);
    -webkit-transform: translate3d(-30px,0,0)
}

.newS.season {
    background: #0067b3
}

.newS a {
    display: block;
    position: relative
}

.newS .details {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    padding: 2em 1em;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    z-index: 1;
    background: rgba(16,16,16,0)
}

#projects .newS.season .content {
    width: 110px;
    background: transparent;
    height: 50px;
    text-align: center;
    left: 50%;
    margin-left: -55px;
    top: 50%;
    margin-top: -25px;
    line-height: 50px;
    padding: 0;
    position: absolute
}

    #projects .newS.season .content h3 {
        position: relative;
        background: transparent;
        line-height: 50px;
        height: auto;
        text-align: center;
        padding: 0;
        font-size: 20px;
        color: #fff
    }

.newS:hover .details {
    padding: 2em;
    background: rgba(16,16,16,.4)
}

.newS a > img, .newS.season img {
    width: 100%;
    display: block;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

.newS a > img {
    background: url('../images/ring-alt.gif') no-repeat 50% 50%
}

.newS:hover a > img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.newS.season img {
    background: none
}

.newS a .details h3 {
    position: absolute;
    right: 0;
    font-size: 15px;
    font-weight: bold;
    bottom: 0;
    padding: 1em 1.2em;
    left: 0;
    text-align: right;
    line-height: 110px;
    color: #fff;
    height: 100px;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 88%,rgba(0,0,0,.8) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 88%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 88%,rgba(0,0,0,.8) 100%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.newS:hover a .details h3 {
    font-size: 17px;
    line-height: 80px
}

.project-categories .description {
    margin-bottom: 30px
}

    .project-categories .description > h3 {
        text-align: right;
        margin-bottom: 15px;
        font-size: 20px
    }

    .project-categories .description > p {
        text-align: justify
    }

.project-categories .category-items ul li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 7px
}

    .project-categories .category-items ul li a {
        display: block;
        height: 60px;
        width: 100%;
        position: relative;
        padding-right: 65px;
        font-size: 15px;
        color: #444;
        line-height: 60px;
        text-align: right;
        border: 1px solid #ddd;
        border-radius: 10px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

        .project-categories .category-items ul li a:before {
            position: absolute;
            height: 60px;
            width: 60px;
            content: "";
            display: block;
            right: 7px;
            top: 0;
            background: url(../images/newicons.png) no-repeat right -1034px
        }

        .project-categories .category-items ul li a:after {
            position: absolute;
            height: 20px;
            width: 20px;
            content: "";
            display: block;
            left: 7px;
            bottom: 7px;
            background: url(../images/newicons.png) no-repeat center -122px;
            background-size: 32px
        }

    .project-categories .category-items ul li.outdoor a:before {
        background-position: right -1030px
    }

    .project-categories .category-items ul li.press a:before {
        background-position: right -1120px
    }

    .project-categories .category-items ul li.internet a:before {
        background-position: right -1210px
    }

    .project-categories .category-items ul li.event a:before {
        background-position: right -1300px
    }

    .project-categories .category-items ul li.tvc a:before {
        background-position: right -1390px
    }

    .project-categories .category-items ul li.print a:before {
        background-position: right -1480px
    }

    .project-categories .category-items ul li a.hover, .project-categories .category-items ul li a:hover {
        background-color: #f9f9f9
    }

@media(min-width:480px) {
    .project-categories .category-items ul li {
        display: inline-block;
        width: 50%;
        float: right;
        padding: 0 7px 15px;
        margin: 0
    }
}

@media(min-width:768px) {
    #services .owl-slider {
        width: 100%;
        margin: 0
    }

    .projects-container > header, #projects > header {
        max-width: 750px;
        margin: 0 auto 30px
    }

        .projects-container > header .more, #projects > header .more {
            margin-top: 5px;
            position: absolute;
            left: 0;
            bottom: -10px
        }

    .projects-container .owl-controls, #projects .owl-slider .owl-controls {
        bottom: auto;
        top: -50px;
        right: 0
    }

    .home #projects .owl-slider .item, .clients-details-page #projects .owl-slider .item {
        float: right;
        width: 50%
    }
}

@media(min-width:992px) {
    #projects {
        text-align: center;
        padding: 60px 0 45px
    }

    .works-page #projects {
        padding: 60px 0 0
    }

    .projects-container {
        padding: 0 0 45px
    }

    #projects .owl-slider .item, .home #projects .owl-slider .item, .clients-details-page #projects .owl-slider .item {
        float: right;
        width: 25%
    }

    #projects > header {
        max-width: 970px
    }

    .project-categories .description {
        margin-bottom: 0;
        float: right;
        width: 33.33333333%
    }

    .project-categories .category-items {
        float: left;
        width: 66.66666667%;
        padding-right: 60px
    }

        .project-categories .category-items ul li {
            width: 33.33333%
        }
}

@media(min-width:1200px) {
    #projects > header {
        max-width: 1170px
    }
}

.clients {
    text-align: center;
    padding: 60px 0 30px;
    background-color: #0067b3
}

.clients-page .clients {
    padding: 30px 0
}

.clients > header {
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
    color: #fff
}

    .clients > header h2 {
        margin-bottom: 15px
    }

    .clients > header h3 {
        font-family: 'IRANSansWeb'
    }

    .clients > header .more {
        padding: 5px 15px;
        color: #afc8e2;
        padding-left: 30px;
        background: url(../images/newicons.png) no-repeat left -106px;
        background-size: 30px;
        margin-top: 7px;
        position: relative;
        left: 0;
        bottom: 0;
        float: left;
        margin-left: 15px
    }

.clients .clients-container ul li {
    float: right;
    width: 50%;
    padding: 15px 45px;
    background-color: transparent;
    border: 0;
    position: relative
}

.csr-page .clients .clients-container ul li {
    padding: 15px 20px
}

.clients .owl-slider .item img {
    background: url(../images/ring-alt.gif) no-repeat center;
    background-size: 30px
}

    .clients .owl-slider .item img.animated {
        background: transparent
    }

.clients .owl-slider .item img, .clients .clients-container ul li a img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.clients .owl-slider .item a.hover img, .clients .clients-container ul li a.hover img, .clients .owl-slider .item a:hover img, .clients .clients-container ul li a:hover img {
    opacity: .7
}

@media(min-width:600px) {
    .clients .clients-container ul li {
        width: 33.333333%
    }
}

@media(min-width:768px) {
    .clients-page .clients {
        padding: 60px 0
    }

    .clients > header {
        max-width: 750px
    }

        .clients > header .more {
            margin-top: 7px;
            position: absolute;
            left: 0;
            bottom: -10px
        }
}

@media(min-width:992px) {
    .clients > header {
        max-width: 970px
    }

    .clients .owl-slider .item, .clients .clients-container ul li {
        float: right;
        padding: 15px 45px;
        width: 16.66666666666667%
    }

    .csr-page .clients .clients-container ul li {
        padding: 15px 20px
    }
}

@media(min-width:1200px) {
    .clients > header {
        max-width: 1170px
    }
}

#blog {
    padding: 60px 0
}

    #blog > header {
        text-align: center;
        margin: 0 auto 30px;
        position: relative
    }

        #blog > header h2 {
            margin-bottom: 15px
        }

        #blog > header h3 {
            font-family: 'IRANSansWeb'
        }

        #blog > header .more {
            padding: 5px 15px;
            color: #588fc9;
            padding-left: 30px;
            background: url(../images/newicons.png) no-repeat left -106px;
            background-size: 30px;
            margin-top: 7px;
            position: relative;
            left: 15px;
            bottom: 0;
            float: left
        }

    #blog .post-item .contents-part header h3 {
        text-align: right;
        height: auto;
        padding: 30px 30px 5px
    }

    #blog .post-item .contents-part p {
        height: 110px
    }

.ipad .post-item .contents-part p {
    height: 100px
}

.sharing > a {
    line-height: 30px;
    color: #fff
}

.sharing .icon-share {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    float: left
}

.sharing ul {
    margin-bottom: 0;
    padding: 0;
    height: 30px;
    float: right;
    position: absolute;
    right: 30px;
    top: 12px
}

    .sharing ul li {
        display: inline-block;
        height: 30px;
        float: right;
        width: 0;
        overflow: hidden;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        margin-left: 1px
    }

.sharing.open-list ul li {
    width: 30px
}

.sharing ul li:before {
    display: none
}

.sharing ul li a {
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 18px
}

    .sharing ul li a i {
        color: #ccc;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .sharing ul li a.hover i.icon-social-facebook, .sharing ul li a:hover i.icon-social-facebook {
        color: #3a5899
    }

    .sharing ul li a.hover i.icon-social-twitter, .sharing ul li a:hover i.icon-social-twitter {
        color: #54adef
    }

    .sharing ul li a.hover i.icon-social-linkedin, .sharing ul li a:hover i.icon-social-linkedin {
        color: #0876b5
    }

    .sharing ul li a.hover i.icon-social-telegram, .sharing ul li a:hover i.icon-social-telegram {
        color: #0089cd
    }

@media(min-width:768px) {
    #blog > header {
        max-width: 750px
    }

        #blog > header .more {
            margin-top: 7px;
            position: absolute;
            left: 0;
            bottom: -10px
        }
}

@media(min-width:768px) and (max-width:991px) {
    #blog .item:nth-child(2) .post-item .image-part, #blog .item:nth-child(4) .post-item .image-part {
        float: left
    }

        #blog .item:nth-child(2) .post-item .image-part:after, #blog .item:nth-child(4) .post-item .image-part:after {
            width: 80px;
            height: 80px;
            bottom: 0;
            right: 0;
            background-image: url(../images/arrow.png);
            background-position: right -160px;
            left: auto;
            margin-right: 0
        }

        #blog .item:nth-child(2) .post-item .image-part:before, #blog .item:nth-child(4) .post-item .image-part:before {
            background-image: linear-gradient(to left,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%)
        }
}

@media(min-width:992px) {
    #blog > header {
        max-width: 970px
    }

    #blog .owl-slider {
        height: 470px
    }

        #blog .owl-slider .item {
            float: right;
            width: 25%
        }

            #blog .owl-slider .item:nth-child(1) .post-item .image-part {
                border-right: 1px solid #ddd;
                position: absolute;
                top: 0;
                bottom: auto
            }

            #blog .owl-slider .item:nth-child(1) .post-item .contents-part {
                border-right: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                position: absolute;
                bottom: 0;
                top: auto
            }

            #blog .owl-slider .item:nth-child(2) .post-item .contents-part {
                position: absolute;
                top: 0;
                border-bottom: 0;
                border-top: 1px solid #ddd
            }

            #blog .owl-slider .item:nth-child(2) .post-item .image-part {
                position: absolute;
                bottom: 0
            }

            #blog .owl-slider .item:nth-child(3), #blog .owl-slider .item:nth-child(4) {
                float: right;
                width: 50%;
                height: 50%
            }

            #blog .owl-slider .item .post-item {
                width: 100%
            }

            #blog .owl-slider .item:nth-child(3) .post-item .image-part, #blog .owl-slider .item:nth-child(3) .post-item .contents-part, #blog .owl-slider .item:nth-child(4) .post-item .image-part, #blog .owl-slider .item:nth-child(4) .post-item .contents-part {
                width: 50%;
                position: relative
            }

            #blog .owl-slider .item:nth-child(3) .post-item .image-part, #blog .owl-slider .item:nth-child(4) .post-item .contents-part {
                float: right
            }

            #blog .owl-slider .item:nth-child(4) .post-item .image-part, #blog .owl-slider .item:nth-child(3) .post-item .contents-part {
                float: left
            }

            #blog .owl-slider .item:nth-child(3) .post-item .contents-part {
                border-left: 1px solid #ddd;
                border-top: 1px solid #ddd
            }

            #blog .owl-slider .item:nth-child(4) .post-item .contents-part {
                border-bottom: 1px solid #ddd
            }

            #blog .owl-slider .item:nth-child(1) .image-part:after {
                content: "";
                position: absolute;
                width: 80px;
                height: 80px;
                display: block;
                bottom: 0;
                left: 0;
                top: auto;
                background-image: url(../images/arrow.png);
                background-position: center -80px;
                background-repeat: no-repeat;
                right: 50%;
                margin-right: -40px
            }

            #blog .owl-slider .item:nth-child(1) .image-part:before {
                background-image: linear-gradient(to top,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%)
            }

            #blog .owl-slider .item:nth-child(2) .image-part:after {
                content: "";
                position: absolute;
                width: 80px;
                height: 80px;
                display: block;
                top: 0;
                left: 0;
                bottom: auto;
                background-image: url(../images/arrow.png);
                background-position: center 0;
                background-repeat: no-repeat;
                right: 50%;
                margin-right: -40px
            }

            #blog .owl-slider .item:nth-child(2) .image-part:before {
                background-image: linear-gradient(to bottom,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%)
            }

            #blog .owl-slider .item:nth-child(3) .image-part:after {
                content: "";
                position: absolute;
                width: 80px;
                height: 80px;
                display: block;
                top: 50%;
                left: 0;
                right: auto;
                margin-top: -40px;
                background-image: url(../images/arrow.png);
                background-position: left -240px;
                background-repeat: no-repeat
            }

            #blog .owl-slider .item:nth-child(3) .image-part:before {
                background-image: linear-gradient(to right,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%)
            }

            #blog .owl-slider .item:nth-child(4) .image-part:after {
                content: "";
                position: absolute;
                width: 80px;
                height: 80px;
                display: block;
                top: 50%;
                margin-top: -40px;
                right: 0;
                left: auto;
                background-image: url(../images/arrow.png);
                background-position: right -160px;
                background-repeat: no-repeat;
                margin-right: 0
            }

            #blog .owl-slider .item:nth-child(4) .image-part:before {
                background-image: linear-gradient(to left,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%)
            }
}

@media(min-width:1200px) {
    #blog > header {
        max-width: 1170px
    }

    #blog .owl-slider {
        height: 570px
    }
}

#careers, #csr {
    width: 100%;
    text-align: center;
    height: 400px;
    display: block;
    position: relative
}

#careers {
    background: url(../images/careers.jpg) no-repeat center;
    background-size: cover
}

#csr {
    background: url(../images/csr.jpg) no-repeat center;
    background-size: cover
}

    #careers .square-content, #csr .square-content {
        position: absolute;
        width: 100%;
        height: 150px;
        right: 0;
        top: 50%;
        margin-top: -75px
    }

    #careers h2, #csr h2 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 15px
    }

    #careers h3, #csr h3 {
        color: #fff;
        font-size: 16px;
        font-family: 'IRANSansWeb';
        font-weight: normal
    }

#careers a.more {
    background: #fff;
    border-radius: 20px;
    padding: 7px 15px;
    color: #588fc9;
    display: inline-block;
    width: auto;
    margin: 30px auto 0;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden
}

    #careers a.more .badge {
        background: #14c342;
        margin-left: 10px
    }

    #careers a.more.hover .badge, #careers a.more:hover .badge {
        animation-name: bounce;
        animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-name: bounce;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: 1
    }

#csr a.more {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    margin: 30px auto 0;
    background: url(../images/newicons.png) no-repeat center -665px
}

    #csr a.more.hover, #csr a.more:hover {
        animation-name: bounce;
        animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-name: bounce;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: 1
    }

@media(min-width:768px) {
    #careers, #csr {
        width: 50%;
        float: right
    }
}

#about {
    padding-top: 60px
}

    #about .about-container {
        margin-bottom: 30px
    }

        #about .about-container .image-part {
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden
        }

            #about .about-container .image-part:before {
                content: "";
                display: block;
                padding-top: 100%;
                background-image: linear-gradient(to right,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%)
            }

        #about .about-container .contents-part {
            padding: 30px;
            position: relative;
            border-bottom: 1px solid #ddd
        }

            #about .about-container .contents-part:before {
                content: "";
                display: block;
                padding-top: 0
            }

            #about .about-container .contents-part .square-content {
                position: relative;
                top: 15px;
                left: 0;
                right: 0
            }

            #about .about-container .contents-part h3 {
                font-size: 17px;
                font-weight: bold;
                overflow: hidden;
                margin-bottom: 15px;
                text-align: right
            }

                #about .about-container .contents-part h3 a {
                    color: #101010
                }

            #about .about-container .contents-part div[role="main"] {
                padding-bottom: 40px
            }

            #about .about-container .contents-part p {
                width: 100%;
                height: 70px;
                overflow: hidden
            }

            #about .about-container .contents-part footer {
                padding: 0;
                position: absolute;
                bottom: 0;
                left: 30px;
                right: 30px
            }

                #about .about-container .contents-part footer ul li.more {
                    float: left
                }

                #about .about-container .contents-part footer > ul > li a {
                    background: url(../images/newicons.png) no-repeat center -124px;
                    display: block;
                    width: 40px;
                    height: 40px;
                    background-size: 35px;
                    line-height: 40px;
                    color: #0067b3;
                    position: relative;
                    margin-left: -38px;
                    margin-bottom: -10px
                }

                    #about .about-container .contents-part footer > ul > li a:before {
                        position: absolute;
                        content: '';
                        top: 24px;
                        left: 24px;
                        right: 24px;
                        bottom: 24px;
                        border-width: 1px;
                        border-style: solid;
                        -webkit-opacity: 0;
                        -moz-opacity: 0;
                        opacity: 0;
                        filter: alpha(opacity=0);
                        border-radius: 1000px
                    }

                    #about .about-container .contents-part footer > ul > li a:hover:before {
                        -webkit-animation: ef-splash .7s ease;
                        -moz-animation: ef-splash .7s ease;
                        -ms-animation: ef-splash .7s ease;
                        -o-animation: ef-splash .7s ease;
                        animation: ef-splash .7s ease
                    }

    #about #download-catalog {
        background: #1969b3 url(../images/download-catalog.jpg) no-repeat center;
        background-size: cover;
        display: table;
        width: 100%;
        height: 300px;
        border-bottom: 10px solid #e5b351;
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        transition: all .1s ease-out;
        position: relative
    }

        #about #download-catalog:before {
            content: "";
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            bottom: 0;
            background: #e5b351;
            -webkit-transition: all .1s ease-out;
            -moz-transition: all .1s ease-out;
            transition: all .2s ease-out;
            height: 0
        }

        #about #download-catalog.hover:before, #about #download-catalog:hover:before {
            height: 100%
        }

        #about #download-catalog .square-content {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            color: #fff;
            position: relative;
            z-index: 9
        }

            #about #download-catalog .square-content .catalog-icon {
                width: 70px;
                height: 80px;
                margin: 0 auto 15px;
                background: url(../images/pdf-icon.png) no-repeat center;
                background-size: contain;
                display: block;
                text-indent: -9999px;
                white-space: nowrap
            }

        #about #download-catalog.hover .square-content .catalog-icon, #about #download-catalog:hover .square-content .catalog-icon {
            width: 70px;
            height: 80px;
            margin: 0 auto 15px;
            background: url(../images/pdf-icon-dark.png) no-repeat center;
            background-size: contain;
            display: block;
            text-indent: -9999px;
            white-space: nowrap
        }

        #about #download-catalog a {
            color: #fff;
            font-weight: bold;
            font-size: 20px;
            -webkit-transition: all .1s ease-out;
            -moz-transition: all .1s ease-out;
            transition: all .2s ease-out
        }

        #about #download-catalog:hover a {
            color: #000
        }

#about-badkoobeh .outlook h3 {
    font-weight: bold;
    margin-bottom: 20px
}

@media(min-width:768px) {
    #about .about-container .contents-part footer {
        bottom: 30px
    }

    #about .about-container .contents-part div[role="main"] {
        padding-bottom: 0
    }

    #about > .container {
        padding-left: 15px;
        padding-right: 15px
    }

    #about .about-container {
        float: right;
        width: 520px;
        height: 200px
    }

        #about .about-container .image-part {
            float: right;
            width: 50%;
            height: 100%;
            position: relative
        }

            #about .about-container .image-part:after {
                content: "";
                position: absolute;
                width: 80px;
                height: 80px;
                display: block;
                top: 50%;
                margin-top: -40px;
                left: 0;
                right: auto;
                background-image: url(../images/arrow.png);
                background-position: left -240px;
                background-repeat: no-repeat
            }

        #about .about-container .contents-part {
            float: right;
            width: 50%;
            height: 100%;
            border-top: 1px solid #ddd
        }

            #about .about-container .contents-part:before {
                padding-top: 0
            }

            #about .about-container .contents-part .square-content {
                position: static;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0
            }

            #about .about-container .contents-part footer > ul > li a {
                margin-left: -8px
            }

    #about #download-catalog {
        float: left;
        width: 200px;
        height: 200px
    }
}

@media(min-width:991px) {
    #about .about-container .contents-part h3 {
        font-size: 20px
    }

    #about .about-container {
        width: 705px;
        height: 220px;
        border-left: 1px solid #ddd
    }

        #about .about-container .image-part {
            width: 50%
        }

        #about .about-container .contents-part {
            width: 50%
        }

    #about #download-catalog {
        width: 220px;
        height: 220px
    }
}

@media(min-width:1200px) {
    #about .about-container .image-part {
        width: 60%
    }

    #about .about-container .contents-part {
        width: 40%
    }

    #about .about-container {
        width: 905px
    }
}

#social-networks {
    text-align: center;
    padding: 60px 0 0;
    position: relative;
    z-index: 1000
}

    #social-networks .social-networks {
        border-left: 1px solid #ddd
    }

    #social-networks > header {
        text-align: center;
        margin: 0 auto 30px;
        position: relative
    }

        #social-networks > header h2 {
            margin-bottom: 15px;
            font-size: 20px;
            line-height: 30px
        }

        #social-networks > header h3 {
            font-family: 'IRANSansWeb'
        }

    #social-networks .owl-slider .item {
        position: relative;
        display: block;
        border: 1px solid #ddd;
        border-left: none;
        margin-top: -1px
    }

        #social-networks .owl-slider .item:last-child:after {
            content: "";
            display: none;
            width: 1px;
            height: 100%;
            position: absolute;
            left: 0;
            background: #ddd;
            top: 0
        }

        #social-networks .owl-slider .item:before {
            position: absolute;
            bottom: 15px;
            left: 15px;
            width: 20px;
            height: 20px;
            background: url(../images/newicons.png) no-repeat center -407px;
            display: block;
            background-size: 28px auto
        }

        #social-networks .owl-slider .item img {
            width: 100%;
            background: rgba(0,0,0,0) url('../images/ring-alt.gif') no-repeat scroll center center;
            display: block
        }

        #social-networks .owl-slider .item.preload img {
            width: 100%
        }

    #social-networks .social-icons-container {
        display: table;
        width: 100%;
        height: 250px;
        border-top: 1px solid #ddd;
        background: #fff
    }

        #social-networks .social-icons-container ul {
            width: 200px;
            margin: 0 auto;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            position: relative;
            direction: ltr
        }

            #social-networks .social-icons-container ul li {
                display: inline-block;
                width: 30px;
                height: 30px;
                margin: 12px
            }

                #social-networks .social-icons-container ul li > span, #social-networks .social-icons-container ul li > a {
                    text-indent: -9999px;
                    white-space: nowrap;
                    width: 30px;
                    height: 30px;
                    background: url(../images/newicons.png) no-repeat center -1575px;
                    display: block;
                    overflow: hidden;
                    cursor: pointer
                }

                #social-networks .social-icons-container ul li.instagram > span, #social-networks .social-icons-container ul li.instagram > a {
                    background-position: center -1575px
                }

                #social-networks .social-icons-container ul li.linkedin > span, #social-networks .social-icons-container ul li.linkedin > a {
                    background-position: center -1635px
                }

                #social-networks .social-icons-container ul li.telegram > span, #social-networks .social-icons-container ul li.telegram > a {
                    background-position: center -1695px
                }

                #social-networks .social-icons-container ul li.aparat > span, #social-networks .social-icons-container ul li.aparat > a {
                    background-position: center -1755px
                }

                #social-networks .social-icons-container ul li.twitter > span, #social-networks .social-icons-container ul li.twitter > a {
                    background-position: center -1873px
                }

                #social-networks .social-icons-container ul li.youtube > span, #social-networks .social-icons-container ul li.youtube > a {
                    background-position: center -2060px
                }

                #social-networks .social-icons-container ul li.googleplus > span, #social-networks .social-icons-container ul li.googleplus > a {
                    background-position: center -1997px
                }

                #social-networks .social-icons-container ul li.facebook > span, #social-networks .social-icons-container ul li.facebook > a {
                    background-position: center -1937px
                }

                #social-networks .social-icons-container ul li .square-content {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    background: #fff;
                    padding: 0 30px;
                    text-align: center;
                    -webkit-transition: all .1s ease-out;
                    -moz-transition: all .1s ease-out;
                    transition: all .1s ease-out;
                    height: 0;
                    overflow: hidden
                }

                    #social-networks .social-icons-container ul li .square-content > span {
                        height: 100px;
                        width: 100px;
                        display: block;
                        background: url(../images/socialicons.png) no-repeat center -20px;
                        margin: 0 auto 15px
                    }

                    #social-networks .social-icons-container ul li .square-content > h4 {
                        font-size: 16px;
                        color: #101010;
                        margin-bottom: 20px
                    }

                    #social-networks .social-icons-container ul li .square-content > a {
                        border-radius: 20px;
                        color: #588fc9;
                        border: 2px solid #0067b3;
                        font-size: 17px;
                        font-weight: bold;
                        padding: 3px 10px
                    }

                #social-networks .social-icons-container ul li.instagram .square-content > span {
                    background: url(../images/socialicons.png) no-repeat center -20px
                }

                #social-networks .social-icons-container ul li.linkedin .square-content > span {
                    background: url(../images/socialicons.png) no-repeat center -160px
                }

                #social-networks .social-icons-container ul li.telegram .square-content > span {
                    background: url(../images/socialicons.png) no-repeat center -300px
                }

                #social-networks .social-icons-container ul li.aparat .square-content > span {
                    background: url(../images/socialicons.png) no-repeat center -440px
                }

                #social-networks .social-icons-container ul li.twitter .square-content > span {
                    background: url(../images/socialicons.png) no-repeat center -580px
                }

                #social-networks .social-icons-container ul li.youtube .square-content > span {
                    background: url(../images/socialicons.png) no-repeat center -720px
                }

                #social-networks .social-icons-container ul li.facebook .square-content > span {
                    background: url(../images/socialicons.png) no-repeat center -980px
                }

                #social-networks .social-icons-container ul li.googleplus .square-content > span {
                    background: url(../images/socialicons.png) no-repeat center -860px
                }

                #social-networks .social-icons-container ul li.open .square-content {
                    width: 100%;
                    height: 100%;
                    padding: 30px
                }

@media(min-width:768px) {
    #social-networks > header h2 {
        font-size: 20px
    }

    #social-networks > .container {
        position: relative
    }

    #social-networks > header {
        max-width: 750px
    }

    #social-networks .owl-slider .item {
        float: right;
        width: 50%;
        display: block
    }

        #social-networks .owl-slider .item:last-child {
            float: left
        }

    #social-networks .social-wrapper {
        position: absolute;
        top: 50%;
        right: 0;
        width: 50%;
        height: 50%;
        padding: 0;
        margin: 0
    }

    #social-networks .social-icons-container {
        display: table;
        width: 100%;
        height: 100%;
        border-top: 0;
        background: #fff
    }
}

@media(min-width:992px) {
    #social-networks {
        padding: 60px 0 0
    }

        #social-networks .social-networks {
            border-left: none
        }

        #social-networks .social-icons-container {
            border: 1px solid #ddd;
            border-left: none;
            margin-top: -1px
        }

        #social-networks > header {
            max-width: 970px
        }

        #social-networks .owl-slider .item {
            float: right;
            width: 235px;
            display: block
        }

            #social-networks .owl-slider .item:last-child:after {
                display: block
            }

            #social-networks .owl-slider .item:last-child {
                float: left
            }

        #social-networks .social-wrapper {
            position: relative
        }

            #social-networks .social-wrapper .social-icons-container {
                position: absolute;
                width: 235px;
                right: 470px;
                height: 236px
            }
}

@media(min-width:1200px) {
    #social-networks > header {
        max-width: 1170px
    }

    #social-networks .owl-slider .item {
        width: 285px
    }

    #social-networks .social-wrapper .social-icons-container {
        width: 285px;
        height: 286px;
        right: 570px
    }
}

#footer-wrapper {
    background: #0066b3;
    border-bottom: 5px solid #e5b351;
    margin-top: 120px;
    position:fixed;
    width:100%;
    right:0;
    bottom:0;
}

    #footer-wrapper .social {
        float: left;
        width: 60%;
        margin-top: 30px;
        padding: 15px 30px
    }

        #footer-wrapper .social .row div {
            height: 45px;
            width: 45px;
            margin: 0;
            padding: 0
        }

            #footer-wrapper .social .row div a {
                display: block;
                width: 100%;
                height: 100%;
                background: url(../images/badoobeh_icons.png) center -257px no-repeat;
                white-space: nowrap;
                overflow: hidden;
                text-indent: 100%;
                background-color: #1969b3
            }

                #footer-wrapper .social .row div a.facebook {
                    background-position: center -257px
                }

                #footer-wrapper .social .row div a.googleplus {
                    background-position: center -705px
                }

                #footer-wrapper .social .row div a.youtube {
                    background-position: center -348px
                }

                #footer-wrapper .social .row div a.aparat {
                    background-position: center -1337px
                }

                #footer-wrapper .social .row div a.linkedin {
                    background-position: center -79px
                }

                #footer-wrapper .social .row div a.twitter {
                    background-position: center -165px
                }

                #footer-wrapper .social .row div a.instagram {
                    background-position: center -977px
                }

                #footer-wrapper .social .row div a.telegram {
                    background-position: center -1427px
                }

#footer {
    padding: 20px 0;
    position: relative
}

    #footer h3 {
        color: #7da7d9;
        font-size: 24px;
        display: none;
        margin: 0 0 25px;
        line-height: 28px
    }

    #footer .footerLink li {
        display: block;
        position: relative;
        padding-right: 25px;
        margin: 0 0 10px
    }

        #footer .footerLink li:before {
            display: block;
            content: "";
            position: absolute;
            right: 3px;
            top: 8px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            opacity: .5;
            filter: alpha(opacity=50);
            background: #fff
        }

        #footer .footerLink li:after {
            display: block;
            content: "";
            position: absolute;
            right: 0;
            top: 5px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            opacity: .5;
            filter: alpha(opacity=50);
            border: 1px solid #fff
        }

        #footer .footerLink li:hover:before, #footer .footerLink li:hover:after {
            opacity: 1;
            filter: alpha(opacity=100)
        }

        #footer .footerLink li a {
            color: #fff;
            font-size: 13px
        }

        #footer .footerLink li:hover a {
            opacity: .5;
            filter: alpha(opacity=50)
        }

    #footer .footerTop {
        border-bottom: 1px solid #7da7d9;
        padding-bottom: 0;
        margin-bottom: 20px
    }
    
    #footer .copyRight {
        color: #7da7d9;
        font-size: 12px;
        text-align: center;
        line-height: 25px;
        margin: 15px 0 0
    }

        #footer .copyRight a {
            color: #fff
        }

    #footer .socials {
        text-align: center
    }

        #footer .socials li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin: 0 10px 0 0
        }

            #footer .socials li:last-child {
                margin: 0
            }

            #footer .socials li a {
                display: block;
                width: 40px;
                height: 40px;
                position: relative
            }

                #footer .socials li a:hover {
                    opacity: .5;
                    filter: alpha(opacity=50)
                }

                #footer .socials li a:before {
                    display: block;
                    content: "";
                    width: 40px;
                    height: 40px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    background: url('../images/newicons.png') no-repeat -5px -3117px
                }

            #footer .socials li.linkedin a:before {
                background-position: -5px -3117px
            }

            #footer .socials li.instagram a:before {
                background-position: -5px -3157px
            }

            #footer .socials li.twitter a:before {
                background-position: -5px -3197px
            }

            #footer .socials li.telegram a:before {
                background-position: -5px -3237px
            }

    #footer .logo {
        text-align: center;
        margin-bottom: 20px
    }
    #footer .footerLink {
        display: none;
    }
@media(min-width:768px) {
    #footer h3 {
        display: block
    }
    #footer .footerLink {
        display: block;
    }
    #footer .logo {
        float: left;
        text-align: left;
        margin: 0
    }

    #footer .footerLink li {
        float: right
    }

        #footer .footerLink li a {
            font-size: 16px
        }

    #footer .footerTop {
        padding-bottom: 10px
    }

    #footer .copyRight {
        font-size: 14px;
        text-align: right;
        line-height: 25px;
        margin: 0
    }

    #footer .socials {
        float: left
    }

        #footer .socials li {
            display: block;
            float: left;
            margin: 0 15px 0 0
        }
}
#header-wrapper #header {
    padding: 15px 0;
    background: #fff;
}
@media(min-width:991px) {
    #footer .footerTop {
        padding-bottom: 30px
    }
    
    #footer{padding:40px 0;}
}
@media(min-width:1200px)
{
    #header-wrapper #header {padding:0;
    }
}
#footer > .container {
    position: relative
}

#footer #scroll-top {
    position: absolute;
    left: 15px;
    top: -55px;
    width: 50px;
    background: rgba(0,0,0,.9);
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 2
}

.works-page #footer #scroll-top {
    position: fixed;
    left: 15px;
    bottom: 50px;
    opacity: 0;
    top: auto;
    filter: alpha(opacity=0);
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s
}

    .works-page #footer #scroll-top.active {
        opacity: 1;
        filter: alpha(opacity=100)
    }

#footer .footer-logo {
    margin-bottom: 15px;
    padding: 0 30px
}

#footer .links {
    border-top: 1px solid #a3bddb;
    padding: 15px 30px 0
}

    #footer .links > h2, #footer .social h3 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px
    }

    #footer .links ul li {
        float: none;
        width: 100%
    }

        #footer .links ul li a {
            color: #a3bddb;
            font-size: 13px;
            font-weight: bold;
            line-height: 30px
        }

#footer .rocket-conainer {
    display: none
}

    #footer .rocket-conainer .fi-glass, #footer .rocket-conainer .fi-book {
        display: none
    }
@media(max-width:767px) {
    #footer .logo{margin-bottom:10px;}
    #footer .copyRight{margin:5px 0 0;}
    #footer .logo img {
        height: 60px;
    }
}
@media(min-width:768px) {
    #footer-wrapper .social {
        margin: 0
    }

    #footer .footer-logo {
        float: right;
        width: 40%;
        position: relative
    }

        #footer .footer-logo:before {
            content: "";
            display: block;
            padding-top: 250px
        }

        #footer .footer-logo img {
            position: absolute;
            top: 50%;
            margin-top: -14px;
            right: 0
        }

    #footer .links {
        width: 60%;
        float: right;
        border-top: 0
    }
}

@media(min-width:992px) {
    #footer .footer-logo:before {
        padding-top: 190px
    }

    #footer-wrapper .social {
        width: 35%;
        float: right;
        margin-right: 25%;
        clear: both
    }

    #footer-wrapper {
        background: #0067b3;
        background-size: 490px;
        margin-top: 0
    }

    #footer .footer-logo {
        width: 20%
    }

    #footer .links {
        width: 30%
    }

    #footer .rocket-conainer {
        float: left;
        display: block;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 15px;
        width: 50%
    }

        #footer .rocket-conainer .fi-rocket, #footer .rocket-conainer .fi-circle {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            z-index: 0
        }

        #footer .rocket-conainer .fi-rocket {
            z-index: 1
        }

        #footer .rocket-conainer .fi-book {
            position: absolute;
            right: -20px;
            top: -50px;
            -webkit-transition: all 30s ease-out;
            -moz-transition: all 30s ease-out;
            transition: all 30s ease-out
        }

        #footer .rocket-conainer .fi-glass {
            position: absolute;
            left: 60px;
            top: -150px;
            -webkit-transition: all 30s ease-out;
            -moz-transition: all 30s ease-out;
            transition: all 30s ease-out
        }
}

@media(min-width:1200px) {
    #footer-wrapper {
        background-position: 80px center
    }

    #footer .footer-logo:before {
        padding-top: 200px
    }

    #footer .links {
        width: 35%
    }

    #footer .rocket-conainer {
        left: 30px;
        width: 40%
    }

        #footer .rocket-conainer .fi-book {
            right: -40px;
            top: -20px
        }

    #footer.active .rocket-conainer .fi-book {
        right: -120px;
        top: -80px;
        transform: rotate(90deg) scale(1.2)
    }

    #footer .rocket-conainer .fi-glass {
        left: 134px;
        top: -100px;
        transform: rotate(-60deg)
    }

    #footer.active .rocket-conainer .fi-glass {
        left: 72px;
        top: -126px;
        transform: rotate(-90deg) scale(.8)
    }

    #footer #scroll-top {
        left: 0
    }
}

@media(min-width:1600px) {
    #footer-wrapper {
        background-position: 107px center
    }

    .career-page #footer-wrapper {
        margin-top: 165px
    }
}

#contents-wrapper {
    position: relative
}

.breadcrumb {
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 8px 15px;
    color: #1574b9
}

.csr-page .breadcrumb {
    margin-bottom: 0
}

.breadcrumb > li + li:before {
    font-family: "fontello";
    content: '\e8bc';
    font-size: 7px;
    color: #1574b9
}

@media(min-width:768px) {
    .breadcrumb {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .breadcrumb {
        max-width: 940px
    }
}

@media(min-width:1200px) {
    .breadcrumb {
        max-width: 1140px
    }
}

#subnavigation {
    position: fixed;
    right: 50px;
    right: 50px;
    z-index: 99;
    display: none
}

.clients-page #subnavigation {
    top: 180px
}

#subnavigation ul {
    padding: 0;
    position: relative;
    background: #f6f6f6;
    width: 6px;
    border-radius: 5px
}

#subnavigation .insider {
    content: "";
    width: 2px;
    background: #0067b3;
    height: 0;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -1px;
    z-index: 1
}

#subnavigation ul li:not(:last-child) {
    margin-bottom: 20px
}

.csr-page #subnavigation ul li:not(:last-child) {
    margin-bottom: 80px
}

#subnavigation ul li a {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    border-radius: 50%;
    background: #f6f6ff;
    z-index: 2;
    font-size: 14px;
    margin-right: -7px
}

    #subnavigation ul li a:before {
        width: 10px;
        height: 10px;
        display: block;
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 50%;
        background: #cdcdcd;
        z-index: 2;
        color: #0067b3;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    #subnavigation ul li a span {
        position: absolute;
        right: 0;
        background: #fff;
        text-align: right;
        height: 28px;
        text-align: center;
        line-height: 28px;
        top: -4px;
        border-radius: 14px;
        padding-right: 0;
        box-shadow: 1px 7px 10px #ccc;
        white-space: nowrap;
        width: 0;
        opacity: 0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        overflow: hidden
    }

    #subnavigation ul li a.hover span, #subnavigation ul li a:hover span {
        padding-right: 7px;
        opacity: 1;
        width: 140px
    }

    #subnavigation ul li a.hover:before, #subnavigation ul li a:hover:before, #subnavigation ul li.passed a:before {
        background: #0067b3
    }

#subnavigation ul li.active a:before {
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: url(../images/badkoobeh-map.png) no-repeat center center;
    background-size: cover
}

@media(min-width:991px) {
    #subnavigation {
        display: block
    }

    .ipad #subnavigation {
        display: none
    }
}

.about-content {
    background: url(../images/about-bg.png) center no-repeat
}

.media .about-content {
    background: none;
    text-align: right
}

.about-content .row {
    margin-top: 30px;
    margin-bottom: 60px
}

.image-right-theme, .image-left-theme {
    margin: 40px -15px
}

.about-content .row img {
    margin: 15px auto;
    display: block
}

.outlook {
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
    margin-top: 30px
}

    .outlook:before {
        content: "";
        position: absolute;
        border-top: 1px solid #ddd;
        left: 15px;
        right: 15px;
        top: 0;
        display: block
    }

    .outlook p {
        margin-bottom: 30px
    }

.media-page .registerBtn, .media-page .registerScroll, .media-page .registerScroll2 {
    text-align: center;
    width: 150px;
    margin: 40px auto 30px;
    line-height: 38px;
    text-align: center;
    background: #0067b3;
    border: 1px solid #0067b3;
    color: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: pointer;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    position: relative
}

.media-page .registerScroll {
    display: none;
    margin: 40px auto 0
}

.media-page .registerScroll2 {
    position: fixed;
    right: 50%;
    margin-right: -75px;
    bottom: 10px;
    z-index: 100;
    margin-bottom: 0;
    margin-top: 0;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none
}

.media-page .registerScroll span {
    padding-left: 10px
}

.media-page .tip-error {
    color: #f00;
    font-size: 13px
}

.media-page .registerBtn.active {
    margin: 40px auto 30px
}

.media-page .registerBtn:hover, .media-page .registerScroll:hover {
    background: #fff;
    color: #0067b3
}

.media-page .registerBox {
    background: #eee;
    padding: 30px 15px;
    overflow: hidden;
    max-height: 500px;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s
}

    .media-page .registerBox.active {
        max-height: 500px;
        padding: 30px 15px
    }

    .media-page .registerBox .form-control {
        border-radius: 7px;
        box-shadow: none;
        border-color: #ddd
    }

    .media-page .registerBox .form-group {
        width: 100%;
        padding: 0
    }

        .media-page .registerBox .form-group .btn {
            padding: 0 25px
        }

            .media-page .registerBox .form-group .btn:hover {
                background: #fff;
                color: #0067b3
            }

        .media-page .registerBox .form-group:last-child {
            margin: 15px 0 0;
            clear: both
        }

.mediaBox {
    clear: both;
    text-align: right;
    margin: 45px 0 0
}

    .mediaBox header {
        text-align: center;
        margin: 0 0 30px;
        line-height: 30px
    }

    .mediaBox ul {
        padding: 0 20px 0 0;
        margin: 15px 0 0
    }

        .mediaBox ul li {
            list-style: disc;
            margin: 0 0 5px
        }

    .mediaBox figure {
        width: 100%;
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #ccc
    }

        .mediaBox figure a {
            color: #000
        }

    .mediaBox .content {
        width: 100%;
        padding: 30px
    }

.introMedia {
    border: 1px solid #ccc;
    position: relative;
    margin: 0 0 35px;
    overflow: hidden
}

    .introMedia .image-container {
        display: block;
        position: relative
    }

    .introMedia img {
        width: 200px
    }

    .introMedia:before {
        content: "";
        display: none;
        width: 1px;
        height: 100%;
        position: absolute;
        right: 25%;
        top: 0;
        background: #ccc
    }

    .introMedia h4 {
        font-size: 16px;
        line-height: 27px;
        margin: 10px 0 0;
        color: #000
    }

.clearfloat {
    clear: both;
    overflow: hidden;
    display: block;
    content: ''
}

@media(min-width:768px) {
    .media-page .registerScroll2 {
        display: none;
        visibility: hidden
    }

    .media-page .registerScroll {
        display: block
    }

    .media-page .registerBox {
        padding: 0 15px;
        max-height: 0
    }

    .media-page .registerBtn {
        margin: 40px auto 0
    }

    .media-page .registerBox .form-group {
        float: right;
        width: 50%;
        padding: 0 15px
    }

    .mediaBox, .media .about-content {
        text-align: justify
    }

        .mediaBox .content {
            width: 70%;
            float: right
        }

        .mediaBox figure {
            width: 30%;
            border: none;
            float: right
        }

    .introMedia:before {
        display: block;
        right: 30%
    }

    .about-content .row:nth-child(1) p {
        margin-top: 80px
    }

    .media .about-content .row:nth-child(1) p {
        margin: 0
    }

    .mediaBox p {
        margin-top: 0 !important
    }

    .about-content .row:nth-child(2) img {
        margin-top: -150px
    }

    .about-content .row:nth-child(2) p {
        margin-top: 80px
    }

    .about-content > div > .row:nth-child(2) > .col-sm-6:nth-child(1) {
        float: left
    }
}

@media(min-width:991px) {
    .media-page .registerScroll2:hover {
        background: #fff;
        color: #0067b3
    }

    .mediaBox .content {
        width: 75%
    }

    .mediaBox figure {
        width: 25%
    }

    .introMedia:before {
        right: 25%
    }

    .outlook {
        margin-bottom: 90px
    }
}

@media(min-width:1200px) {
    .outlook {
        margin-bottom: 120px
    }
}

#process {
    background: url(../images/pdf-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 60px;
    border-bottom: 5px solid #e5b351
}

    #process .row {
        position: relative
    }

    #process .contents-part {
        padding: 0 15px;
        margin-bottom: 50px
    }

        #process .contents-part h2 {
            margin-bottom: 15px;
            font-size: 18px;
            line-height: 26px
        }

        #process .contents-part .btn {
            float: left;
            margin-top: 15px
        }

    #process .image-part {
        padding: 0 15px
    }

        #process .image-part img {
            display: block;
            margin: 0 auto
        }

@media(min-width:768px) {
    #process .contents-part {
        float: left;
        width: 60%
    }

    #process .image-part {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40%
    }
}

@media(min-width:991px) {
    #process {
        padding-top: 45px
    }

        #process .contents-part {
            float: left;
            width: 50%;
            margin-left: 10%
        }
}

@media(min-width:1200px) {
    #process {
        padding-top: 60px
    }

        #process .contents-part {
            float: left;
            width: 60%;
            margin-left: 5%;
            margin-right: 5%
        }

        #process .image-part {
            width: 30%;
            padding: 0
        }
}

.tiles .thumbnail {
    display: block;
    padding: 0;
    border: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    transition: all .75s ease-out;
    background-size: 30px
}

    .tiles .thumbnail.loaded {
        background: transparent
    }

    .tiles .thumbnail > img {
        margin: 0 auto;
        width: 100%;
        max-height: 100%
    }

    .tiles .thumbnail .details {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

        .tiles .thumbnail .details h4 {
            text-align: left;
            width: 100%;
            color: #fff;
            margin: 0;
            padding: 10px 45px 0 15px;
            letter-spacing: 0
        }

        .tiles .thumbnail .details h5 {
            text-align: left;
            width: 100%;
            color: #fff;
            margin: 0;
            padding: 0 15px 0 15px;
            letter-spacing: normal
        }

        .tiles .thumbnail .details .campaign, .tiles .thumbnail .details .project {
            display: block;
            width: 45px;
            height: 45px;
            white-space: nowrap;
            overflow: hidden;
            text-indent: 100%;
            position: absolute;
            top: 0;
            right: 0;
            background: transparent url('../images/categories.png') no-repeat scroll center -810px;
            -webkit-transition: all .75s ease-out;
            -moz-transition: all .75s ease-out;
            transition: all .75s ease-out
        }

        .tiles .thumbnail .details .project {
            background: transparent url('../images/categories.png') no-repeat scroll center -720px
        }

        .tiles .thumbnail .details .mediatype {
            display: block;
            width: 45px;
            height: 45px;
            white-space: nowrap;
            overflow: hidden;
            text-indent: 100%;
            position: absolute;
            top: 0;
            right: 0;
            background: transparent url('../images/categories.png') no-repeat scroll center top
        }

            .tiles .thumbnail .details .mediatype.tvc {
                background-position: center 0
            }

            .tiles .thumbnail .details .mediatype.press {
                background-position: center -90px
            }

            .tiles .thumbnail .details .mediatype.event {
                background-position: center -180px
            }

            .tiles .thumbnail .details .mediatype.internet {
                background-position: center -270px
            }

            .tiles .thumbnail .details .mediatype.outdoor {
                background-position: center -360px
            }

            .tiles .thumbnail .details .mediatype.creativity {
                background-position: center -450px
            }

            .tiles .thumbnail .details .mediatype.print {
                background-position: right -544px
            }

            .tiles .thumbnail .details .mediatype.podcast {
                background-position: center -900px
            }

            .tiles .thumbnail .details .mediatype.text {
                background-position: center -990px
            }

            .tiles .thumbnail .details .mediatype.photo {
                background-position: center -1080px
            }

            .tiles .thumbnail .details .mediatype.video {
                background-position: center -1170px
            }

        .tiles .thumbnail .details .logo img {
            width: 50px;
            height: auto;
            position: absolute;
            bottom: 15px;
            left: 15px
        }

        .tiles .thumbnail .details .url {
            display: block;
            width: 45px;
            height: 45px;
            position: absolute;
            bottom: 15px;
            left: 15px;
            cursor: pointer;
            white-space: nowrap;
            overflow: hidden;
            text-indent: 100%
        }

            .tiles .thumbnail .details .url:hover {
                background-color: #1969b3
            }

        .tiles .thumbnail .details .linkedin {
            background: transparent url('../images/badoobeh_icons.png') no-repeat scroll center -1698px
        }

#leaders .tiles .thumbnail .details .linkedin {
    background-position: center -80px
}

.tiles .thumbnail .details .website {
    left: 60px;
    background: transparent url('../images/badoobeh_icons.png') no-repeat scroll center -3131px
}

#leaders {
    text-align: center;
    padding: 60px 0 90px
}

    #leaders .owl-slider.leaders {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #e9e9e9
    }

    #leaders .owl-slider .item {
        border: 1px solid #e9e9e9
    }

        #leaders .owl-slider .item .details {
            z-index: 2;
            text-align: right;
            background: rgba(0,103,179,.7);
            -webkit-transition: all .75s ease-out;
            -moz-transition: all .75s ease-out;
            transition: all .75s ease-out
        }

            #leaders .owl-slider .item .details span {
                -webkit-transition: all .75s ease-out;
                -moz-transition: all .75s ease-out;
                transition: all .75s ease-out
            }

            #leaders .owl-slider .item .details h4 {
                text-align: right;
                padding: 15px 15px 0;
                font-size: 16px;
                color: #fff
            }

            #leaders .owl-slider .item .details h5 {
                text-align: right;
                padding: 15px;
                font-size: 15px;
                color: #fff
            }

        #leaders .owl-slider .item:hover .details {
            opacity: 1
        }

    #leaders .owl-slider .owl-controls {
        bottom: auto;
        bottom: -40px;
        right: 0
    }

        #leaders .owl-slider .owl-controls .owl-prev, #leaders .owl-slider .owl-controls .owl-next {
            background: transparent;
            background: url(../images/newicons.png) no-repeat center -143px;
            background-size: 24px;
            width: 30px;
            height: 30px;
            border-radius: 0
        }

        #leaders .owl-slider .owl-controls .owl-next {
            background-position: center -172px
        }

            #leaders .owl-slider .owl-controls .owl-prev i, #leaders .owl-slider .owl-controls .owl-next i {
                display: none
            }

@media(min-width:768px) {
    #leaders {
        text-align: center;
        padding: 60px 0
    }

        #leaders .owl-slider.leaders {
            border-bottom: 1px solid #e9e9e9;
            border-right: 1px solid #e9e9e9;
            overflow: hidden
        }

        #leaders .owl-slider .owl-controls {
            bottom: auto;
            top: -50px;
            right: 0
        }

        #leaders .owl-slider .item {
            float: right;
            width: 33.3333333333333%;
            border-right: none;
            border-bottom: none
        }
}

#catalog {
    background: url(../images/pdf-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 60px;
    margin-top: 60px;
    position: relative;
    border-bottom: 5px solid #e5b351
}

    #catalog .contents-part {
        padding: 30px;
        margin-bottom: 0;
        position: relative
    }

        #catalog .contents-part h2 {
            margin-bottom: 15px
        }

        #catalog .contents-part .btn {
            float: left;
            margin-top: 15px;
            position: relative;
            z-index: 10
        }

        #catalog .contents-part p {
            position: relative;
            z-index: 1
        }

        #catalog .contents-part .earth {
            position: absolute;
            bottom: 0;
            max-width: 100%;
            left: 0;
            right: 0
        }

    #catalog .image-part {
        margin-top: -130px;
        padding: 0 15px;
        margin-bottom: 0
    }

        #catalog .image-part img {
            display: block;
            margin: 0 auto
        }

@media(min-width:768px) {
    #catalog .contents-part {
        float: right;
        width: 45%;
        padding: 0 30px 30px
    }

    #catalog .image-part {
        float: left;
        margin-top: -100px;
        width: 55%
    }
}

@media(min-width:991px) {
    #catalog {
        padding-top: 45px
    }

        #catalog .contents-part {
            float: right;
            padding: 30px;
            width: 55%
        }

        #catalog .image-part {
            margin-top: -110px;
            width: 45%
        }
}

@media(min-width:1200px) {
    #catalog {
        margin-top: 80px;
        padding-top: 60px
    }

        #catalog .contents-part {
            float: right;
            width: 55%;
            padding: 0 100px 65px 0;
            margin-bottom: 0;
            position: relative
        }

        #catalog .image-part {
            margin-top: -130px
        }

        #catalog .contents-part .earth {
            right: 0
        }
}

.service-content {
    margin-bottom: 90px
}

    .service-content p {
        text-align: justify
    }

@media(min-width:991px) {
    .service-content {
        margin-bottom: 120px
    }

        .service-content p {
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3;
            -webkit-column-gap: 30px;
            -moz-column-gap: 30px;
            column-gap: 30px
        }
}

#testimonials {
    text-align: center;
    padding: 60px 0 90px
}

    #testimonials .owl-slider .item {
        border-bottom: 2px solid #0067b3
    }

    #testimonials .owl-slider .details {
        opacity: 1;
        position: static;
        text-align: right
    }

        #testimonials .owl-slider .details h3 {
            color: #fff;
            background: #0067b3;
            display: inline-block;
            padding: 5px;
            font-weight: normal;
            direction: rtl;
            clear: both
        }

        #testimonials .owl-slider .details h4 {
            text-align: right;
            width: 100%;
            direction: rtl;
            color: #777;
            margin: 0 0 5px;
            padding: 10px 3px 0 0;
            letter-spacing: -1px;
            font-weight: normal;
            font-family: 'IRANSansWeb';
            line-height: 25px;
            font-size: 17px
        }

        #testimonials .owl-slider .details p {
            direction: rtl;
            color: #000
        }

        #testimonials .owl-slider .details .url {
            opacity: .7;
            top: 15px;
            bottom: auto;
            background-color: transparent;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            transition: all .3s ease-out
        }

            #testimonials .owl-slider .details .url:hover {
                opacity: 1
            }

    #testimonials .owl-slider .media-right {
        float: none;
        display: block;
        width: 100%;
        min-height: 200px;
        background: url('../images/ring-alt.gif') no-repeat scroll center center;
        background-size: 30px;
        padding: 0
    }

    #testimonials .owl-slider .media-body {
        padding-bottom: 15px;
        padding-left: 10px;
        height: 130px;
        overflow: hidden;
        display: block;
        width: 100%
    }

    #testimonials .owl-slider .owl-controls {
        bottom: auto;
        bottom: -40px;
        right: 0
    }

        #testimonials .owl-slider .owl-controls .owl-prev, #testimonials .owl-slider .owl-controls .owl-next {
            background: transparent;
            background: url(../images/newicons.png) no-repeat center -143px;
            background-size: 24px;
            width: 30px;
            height: 30px;
            border-radius: 0
        }

        #testimonials .owl-slider .owl-controls .owl-next {
            background-position: center -172px
        }

            #testimonials .owl-slider .owl-controls .owl-prev i, #testimonials .owl-slider .owl-controls .owl-next i {
                display: none
            }

@media(min-width:480px) {
    #testimonials .owl-slider .media-body {
        padding-left: 0;
        height: auto;
        display: table-cell;
        width: auto
    }

    #testimonials .owl-slider .media-right {
        padding-left: 10px
    }

    #testimonials .owl-slider .item {
        height: 232px
    }

    #testimonials .owl-slider .media-right {
        float: right;
        display: block;
        width: auto;
        width: 240px
    }

    #testimonials .owl-slider .details .url {
        bottom: 15px;
        top: auto
    }
}

@media(min-width:768px) {
    #testimonials {
        text-align: center;
        padding: 60px 0
    }

        #testimonials .owl-slider .owl-controls {
            bottom: auto;
            top: -50px;
            right: 0
        }
}

@media(min-width:991px) {
    #testimonials .owl-slider .owl-item {
        padding: 0 15px
    }
}

#awards {
    text-align: center;
    padding: 60px 0 90px
}

    #awards .owl-slider .item {
        border: 1px solid #e9e9e9
    }

    #awards .load-more, #awards .load-less {
        margin-top: 45px
    }

    #awards .owl-slider .owl-controls {
        bottom: auto;
        bottom: -40px;
        right: 0
    }

        #awards .owl-slider .owl-controls .owl-prev, #awards .owl-slider .owl-controls .owl-next {
            background: transparent;
            background: url(../images/newicons.png) no-repeat center -143px;
            background-size: 24px;
            width: 30px;
            height: 30px;
            border-radius: 0
        }

        #awards .owl-slider .owl-controls .owl-next {
            background-position: center -172px
        }

            #awards .owl-slider .owl-controls .owl-prev i, #awards .owl-slider .owl-controls .owl-next i {
                display: none
            }

    #awards .load-more {
        display: none
    }

@media(min-width:768px) {
    #awards {
        text-align: center;
        padding: 60px 0
    }

        #awards .owl-slider .owl-controls {
            bottom: auto;
            top: -50px;
            right: 0
        }
}

@media(min-width:992px) {
    #awards .owl-slider .item {
        display: none;
        float: right;
        width: 33.3333333333333%
    }

    #awards .load-more {
        display: block
    }
}

#acknowledgements {
    text-align: center;
    padding: 60px 0 90px;
    background: #0067b3;
    color: #fff
}

    #acknowledgements .load-more, #acknowledgements .load-less {
        margin-top: 45px
    }

    #acknowledgements .btn-outline {
        border-color: #fff;
        background: transparent;
        color: #fff
    }

    #acknowledgements .owl-slider .owl-controls {
        bottom: auto;
        bottom: -40px;
        right: 0
    }

        #acknowledgements .owl-slider .owl-controls .owl-prev, #acknowledgements .owl-slider .owl-controls .owl-next {
            background: transparent;
            background: url(../images/newicons.png) no-repeat center -140px;
            background-size: 24px;
            width: 30px;
            height: 30px;
            border-radius: 0
        }

        #acknowledgements .owl-slider .owl-controls .owl-next {
            background-position: center -172px
        }

            #acknowledgements .owl-slider .owl-controls .owl-prev i, #acknowledgements .owl-slider .owl-controls .owl-next i {
                display: none
            }

    #acknowledgements .load-more {
        display: none
    }

@media(min-width:768px) {
    #acknowledgements {
        text-align: center;
        padding: 60px 0
    }

        #acknowledgements .owl-slider .owl-controls {
            bottom: auto;
            top: -50px;
            right: 0
        }
}

@media(min-width:992px) {
    #acknowledgements .owl-slider .item {
        display: none;
        float: right;
        width: 33.3333333333333%
    }

    #acknowledgements .load-more {
        display: block
    }
}

#media {
    text-align: center;
    padding: 60px 0
}

    #media .owl-slider .item {
        background: #fff;
        border-bottom: 2px solid #0067b3;
        border-left: 1px solid #ddd
    }

    #media .owl-slider .details {
        opacity: 1;
        position: static;
        text-align: right;
        padding-right: 5px;
        height: 110px;
        overflow: hidden
    }

        #media .owl-slider .details h3 {
            color: #000;
            font-size: 15px;
            padding: 15px 0 10px;
            font-weight: bold;
            direction: rtl;
            clear: both;
            line-height: 24px
        }

        #media .owl-slider .details p {
            direction: rtl;
            color: #000;
            font-size: 15px;
            line-height: 22px
        }

        #media .owl-slider .details a {
            background: url(../images/newicons.png) no-repeat center -190px;
            display: block;
            width: 30px;
            height: 30px;
            margin-top: 15px;
            float: left;
            position: absolute;
            left: 15px;
            bottom: 15px
        }

    #media .owl-slider .media-right {
        float: none;
        display: block;
        width: 100%
    }

    #media .owl-slider .media-body {
        padding: 0 0 45px 15px
    }

    #media .owl-slider .owl-controls {
        bottom: auto;
        bottom: -40px;
        right: 0
    }

        #media .owl-slider .owl-controls .owl-prev, #media .owl-slider .owl-controls .owl-next {
            background: transparent;
            background: url(../images/newicons.png) no-repeat center -140px;
            background-size: 24px;
            width: 30px;
            height: 30px;
            border-radius: 0
        }

        #media .owl-slider .owl-controls .owl-next {
            background-position: center -169px
        }

            #media .owl-slider .owl-controls .owl-prev i, #media .owl-slider .owl-controls .owl-next i {
                display: none
            }

    #media .tiles .thumbnail .details h4 {
        display: none
    }

@media(min-width:480px) {
    #media .owl-slider .details {
        height: auto
    }

    #media .owl-slider .item {
        height: 232px
    }

    #media .owl-slider .media-right {
        float: right;
        display: block;
        width: auto;
        width: 240px
    }

    #media .owl-slider .details .url {
        bottom: 15px;
        top: auto
    }
}

@media(min-width:768px) {
    #media .owl-slider .owl-controls {
        bottom: auto;
        top: -50px;
        right: 0
    }
}

@media(min-width:991px) {
    #media .owl-slider .owl-item {
        padding: 0 15px
    }

    #media .owl-slider .details p {
        max-height: 45px
    }
}

@media(min-width:1200px) {
    #media .owl-slider .details p {
        max-height: 85px
    }
}

#office {
    text-align: center;
    padding: 60px 0 120px
}

    #office .details {
        opacity: 1;
        z-index: 5;
        bottom: 0;
        top: auto;
        height: 80px;
        text-align: right;
        padding: 5px 15px;
        color: #fff;
        background-image: linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%)
    }

        #office .details h3 {
            position: absolute;
            right: 0;
            bottom: 15px;
            padding: 0 15px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
            font-weight: normal;
            font-size: 15px
        }

    #office .owl-slider .owl-controls {
        bottom: auto;
        bottom: -40px;
        right: 0
    }

        #office .owl-slider .owl-controls .owl-prev, #office .owl-slider .owl-controls .owl-next {
            background: transparent;
            background: url(../images/newicons.png) no-repeat center -140px;
            background-size: 24px;
            width: 30px;
            height: 30px;
            border-radius: 0
        }

        #office .owl-slider .owl-controls .owl-next {
            background-position: center -169px
        }

            #office .owl-slider .owl-controls .owl-prev i, #office .owl-slider .owl-controls .owl-next i {
                display: none
            }

@media(min-width:768px) {
    #office .owl-slider .owl-controls {
        bottom: auto;
        top: -50px;
        right: 0
    }
}

@media(min-width:768px) {
    #office {
        text-align: center;
        padding: 60px 0 0
    }
}

.clients-page .breadcrumb {
    margin-bottom: 0;
    border-bottom: 0
}

.clients-page .clients .owl-slider .item {
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 50%;
    float: right;
    min-height: 170px
}

    .clients-page .clients .owl-slider .item:hover {
        background-color: #1d78bc
    }

    .clients-page .clients .owl-slider .item:before {
        content: "";
        display: block;
        padding-top: 100%
    }

    .clients-page .clients .owl-slider .item a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

        .clients-page .clients .owl-slider .item a p {
            text-align: right;
            color: #fff;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            transition: all .3s ease-out;
            opacity: 0;
            position: absolute;
            right: 15px;
            bottom: 15px
        }

    .clients-page .clients .owl-slider .item:hover a p {
        opacity: 1
    }

    .clients-page .clients .owl-slider .item a img {
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        display: block;
        margin: 20px auto
    }

    .clients-page .clients .owl-slider .item a.hover img, .clients-page .clients .owl-slider .item a:hover img {
        opacity: .7
    }

.clients-page .clients .owl-slider .owl-controls {
    bottom: auto;
    bottom: -40px;
    right: 0
}

    .clients-page .clients .owl-slider .owl-controls .owl-prev, .clients-page .clients .owl-slider .owl-controls .owl-next {
        background: transparent;
        background: url(../images/newicons.png) no-repeat center -140px;
        background-size: 24px;
        width: 30px;
        height: 30px;
        border-radius: 0
    }

    .clients-page .clients .owl-slider .owl-controls .owl-next {
        background-position: center -172px
    }

        .clients-page .clients .owl-slider .owl-controls .owl-prev i, .clients-page .clients .owl-slider .owl-controls .owl-next i {
            display: none
        }

@media(min-width:768px) {
    .clients-page .clients .owl-slider .item {
        float: left;
        width: 33.333333%
    }
}

@media(min-width:992px) {
    .clients-page #contents-wrapper {
        margin-bottom: 140px
    }

    .clients-page .clients .owl-slider .item {
        width: 25%
    }
}

.work-details-page .breadcrumb {
    margin-bottom: 0;
    border-bottom: 0
}

.work-details-page .project-details .contents-part .col-lg-8.col-lg-offset-2, .services-details-page .project-details .contents-part .col-lg-8.col-lg-offset-2 {
    width: 100%;
    margin: 0
}

.work-details-page .project-details .contents-part .caption, .services-details-page .project-details .contents-part .caption {
    margin-top: 20px
}

.services-details-page .wrapperBox {
    margin: 0 0 40px
}

    .services-details-page .wrapperBox:last-child {
        margin: 0
    }

.project-banner {
    position: relative;
    padding-bottom: 45px
}

.services-details-page .project-banner {
    padding: 20px 0 30px
}

.project-banner .project-hero-bg {
    background-size: cover;
    position: absolute;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center
}

    .project-banner .project-hero-bg:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        display: block;
        background: rgba(0,0,0,.6)
    }

.project-banner .bounce-arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    background: #e5b351;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    z-index: 2;
    cursor: pointer
}

    .project-banner .bounce-arrow:after {
        font-size: 36px;
        margin-right: -1px;
        margin-top: -5px;
        font-weight: bold;
        font-family: 'fontello';
        -webkit-animation: arrow-bounce 2s cubic-bezier(.15,.6,.37,.85) infinite;
        -moz-animation: arrow-bounce 2s cubic-bezier(.15,.6,.37,.85) infinite;
        -ms-animation: arrow-bounce 2s cubic-bezier(.15,.6,.37,.85) infinite;
        -o-animation: arrow-bounce 2s cubic-bezier(.15,.6,.37,.85) infinite;
        animation: arrow-bounce 2s cubic-bezier(.15,.6,.37,.85) infinite;
        content: '';
        position: relative;
        display: block
    }

.project-introduction {
    border-top: 1px solid #e5b351;
    border-right: 1px solid #e5b351;
    border-left: 1px solid #e5b351;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    padding: 15px
}

    .project-introduction:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        display: block;
        border-bottom: 1px solid #e5b351;
        width: 20%
    }

    .project-introduction:after {
        position: absolute;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        border-bottom: 1px solid #e5b351;
        width: 20%
    }

    .project-introduction .logo {
        width: 100px;
        height: 100px;
        position: absolute;
        left: 50%;
        margin-left: -50px;
        bottom: -50px
    }

    .project-introduction .project-title {
        text-align: center;
        margin-bottom: 15px
    }

        .project-introduction .project-title h2 {
            font-size: 19px
        }

.clients-details-page .project-introduction .project-title h2 {
    position: relative;
    padding-bottom: 30px
}

    .clients-details-page .project-introduction .project-title h2 a {
        display: block;
        line-height: 20px;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-family: 'IRANSansWeb'
    }

.clients-details-page .main-image {
    margin-bottom: 15px
}

.project-introduction .info-list {
    margin-bottom: 15px
}

    .project-introduction .info-list ul li {
        padding-right: 15px;
        position: relative
    }

        .project-introduction .info-list ul li:before {
            content: "•";
            color: #e5b351;
            display: inline-block;
            vertical-align: bottom;
            font-size: 15px;
            position: absolute;
            right: 0;
            top: 3px
        }

.project-introduction .sharebar {
    padding: 0;
    text-align: center;
    margin-bottom: 45px
}

    .project-introduction .sharebar > h3 {
        font-size: 13px;
        font-weight: normal;
        font-family: 'IRANSansWeb'
    }

    .project-introduction .sharebar ul {
        padding: 0;
        margin: 10px 0 0 0;
        text-align: center;
        border-radius: 3px
    }

        .project-introduction .sharebar ul li {
            display: inline-block;
            float: none;
            margin-left: 5px;
            vertical-align: baseline;
            width: auto
        }

            .project-introduction .sharebar ul li a {
                display: block;
                color: #fff;
                padding: 0 5px
            }

                .project-introduction .sharebar ul li a.hover, .project-introduction .sharebar ul li a:hover, .project-introduction .sharebar ul li a:active, .project-introduction .sharebar ul li a:focus {
                    text-decoration: none
                }

                .project-introduction .sharebar ul li a:before {
                    display: inline-block;
                    font-family: fontello;
                    font-size: 20px;
                    content: "\f058"
                }

        .project-introduction .sharebar ul a span {
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
            display: none
        }

    .project-introduction .sharebar em {
        position: absolute;
        top: -10px;
        right: -10px;
        padding: 3px 5px;
        font-style: normal;
        background-color: #f00
    }

    .project-introduction .sharebar ul li a.hover em, .project-introduction .sharebar ul li a:hover em, .project-introduction .sharebar ul li a:active em, .project-introduction .sharebar ul li a:focus em {
        color: #fff
    }

    .project-introduction .sharebar li.twitter a:before {
        content: '\eaa7'
    }

    .project-introduction .sharebar li.facebook a:before {
        content: '\ea7e'
    }

    .project-introduction .sharebar li.linkedin a:before {
        content: '\ea91'
    }

    .project-introduction .sharebar li.instagram a:before {
        content: '\ea8d'
    }

    .project-introduction .sharebar li.email a:before {
        content: '\e8da'
    }

    .project-introduction .sharebar li.googleplus a:before {
        content: '\ea87'
    }

    .project-introduction .sharebar li.telegram a:before {
        content: '\eae3'
    }

    .project-introduction .sharebar li.whatsapp a:before {
        content: '\eaad'
    }

.project-details {
    padding: 60px 0
}

.socialBox {
    margin: 30px 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden
}

    .socialBox .socialNetwork {
        clear: both;
        overflow: hidden
    }

        .socialBox .socialNetwork li {
            float: left;
            margin: 0 7px 5px 0
        }

        .socialBox .socialNetwork a {
            width: 30px;
            height: 30px;
            background-repeat: no-repeat;
            background-image: url(../images/newicons.png);
            display: block;
            overflow: hidden;
            cursor: pointer;
            background-size: 40px auto;
            text-indent: -100px
        }

        .socialBox .socialNetwork .instagram a {
            background-position: center -1261px
        }

            .socialBox .socialNetwork .instagram a:hover {
                background-position: center -2052px
            }

        .socialBox .socialNetwork .telegram a {
            background-position: center -1357px
        }

            .socialBox .socialNetwork .telegram a:hover {
                background-position: center -2114px
            }

        .socialBox .socialNetwork .twitter a {
            background-position: center -1496px
        }

            .socialBox .socialNetwork .twitter a:hover {
                background-position: center -2015px
            }

        .socialBox .socialNetwork .linkedin a {
            background-position: center -1309px
        }

            .socialBox .socialNetwork .linkedin a:hover {
                background-position: center -2083px
            }

        .socialBox .socialNetwork .facebook a {
            background-position: center -1549px
        }

            .socialBox .socialNetwork .facebook a:hover {
                background-position: center -2466px
            }

    .socialBox span {
        display: block;
        float: right;
        line-height: 40px;
        color: #101010;
        font-weight: bold
    }

.project-details .contents-part h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 17px;
    margin-top: 30px
}

.project-details .contents-part h4 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 15px;
    font-family: 'IRANSansWeb';
    font-weight: normal
}

.project-details .list ul li {
    padding-right: 15px;
    position: relative
}

    .project-details .list ul li:before {
        content: "•";
        color: #e5b351;
        display: inline-block;
        vertical-align: bottom;
        font-size: 15px;
        position: absolute;
        right: 0;
        top: 3px
    }

.project-details .contents-part > img {
    margin: 15px auto;
    display: block
}

.project-outputs {
    padding: 60px 0;
    background: #f7f7f7
}

    .project-outputs header {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 30px
    }

        .project-outputs header h3 {
            font-size: 18px;
            font-weight: bold
        }

    .project-outputs .each-category > header {
        border-bottom: 1px solid #aaa
    }

        .project-outputs .each-category > header h4 {
            font-size: 17px;
            height: 60px;
            width: 100%;
            position: relative;
            padding-right: 65px;
            line-height: 60px;
            text-align: right
        }

            .project-outputs .each-category > header h4:before {
                position: absolute;
                height: 60px;
                width: 60px;
                content: "";
                display: block;
                right: 7px;
                top: 0;
                background: url(../images/newicons.png) no-repeat right -1034px
            }

            .project-outputs .each-category > header h4.outdoor:before {
                background-position: right -1037px
            }

            .project-outputs .each-category > header h4.press:before {
                background-position: right -1127px
            }

            .project-outputs .each-category > header h4.internet:before {
                background-position: right -1217px
            }

            .project-outputs .each-category > header h4.event:before {
                background-position: right -1307px
            }

            .project-outputs .each-category > header h4.tvc:before {
                background-position: right -1397px
            }

            .project-outputs .each-category > header h4.print:before {
                background-position: right -1487px
            }

.downloadgrid {
    margin-top: 50px
}

    .downloadgrid h2 {
        text-align: center;
        font-size: 18px;
        margin: 0 0 30px
    }

    .downloadgrid h4 {
        display: none
    }

    .downloadgrid p {
        text-align: right;
        margin: 0 0 20px
    }

.work-details-page .pdfLink {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 10px 5px 40px;
    color: #fff;
    background: #0f68b3;
    font-weight: bold;
    font-size: 14px;
    position: relative
}

    .work-details-page .pdfLink span {
        position: relative;
        z-index: 3
    }

    .work-details-page .pdfLink:after {
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        background: #e5b351;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all ease-out .3s;
        -moz-transition: all ease-out .3s;
        -webkit-transition: all ease-out .3s;
        z-index: 1
    }

    .work-details-page .pdfLink:before {
        display: block;
        content: "";
        width: 30px;
        height: 36px;
        background: url('../images/pdf-icon.png') no-repeat 50% 50%;
        position: absolute;
        left: 5px;
        top: 3px;
        transition: all ease-out .3s;
        -moz-transition: all ease-out .3s;
        -webkit-transition: all ease-out .3s;
        z-index: 3;
        background-size: 30px auto
    }

    .work-details-page .pdfLink:hover {
        color: #000
    }

        .work-details-page .pdfLink:hover:before {
            background-image: url(../images/pdf-icon-dark.png)
        }

        .work-details-page .pdfLink:hover:after {
            height: 100%
        }

.services-container {
    text-align: center;
    padding: 60px 0 120px
}

    .services-container .services {
        text-align: center
    }

        .services-container .services .item {
            display: inline-block;
            float: right;
            width: 100%;
            padding: 15px;
            margin-bottom: 30px
        }

.work-details-page .services-container .services .item h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.services-container .services .item a {
    color: #101010
}

.services-container .services .item .image-container {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px
}

#all-projects {
    background: url(../images/pdf-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    margin-bottom: 0;
    border-bottom: 5px solid #e5b351;
    padding: 30px 0
}

    #all-projects .contents-part {
        padding: 0 15px
    }

        #all-projects .contents-part h2 {
            margin-bottom: 15px
        }

        #all-projects .contents-part .btn {
            float: left;
            margin-top: 15px
        }

    #all-projects .image-part {
        padding: 0 15px;
        margin-top: -100px;
        margin-bottom: 30px
    }

        #all-projects .image-part img {
            display: block;
            margin: 0 auto
        }

@media(min-width:480px) {
    .project-introduction:after, .project-introduction:before {
        width: 30%
    }

    .project-outputs .item {
        width: 50%;
        float: right
    }

    .services-container .services .item {
        width: 33.33333%;
        padding: 15px
    }
}

@media(min-width:768px) {
    .socialBox .socialNetwork {
        float: left;
        clear: none
    }

        .socialBox .socialNetwork li {
            margin: 12px 15px 0 0
        }

    .socialBox span {
        line-height: 45px
    }

    .work-details-page .pdfLink {
        line-height: 60px;
        height: 65px;
        padding: 0 20px 5px 60px;
        font-size: 16px
    }

        .work-details-page .pdfLink:before {
            width: 40px;
            height: 48px;
            left: 10px;
            top: 8px;
            background-size: 40px auto
        }

        .work-details-page .pdfLink:after {
            height: 5px
        }

    .clients-page .clients .owl-slider .item a img {
        margin: 30px auto
    }

    .clients-details-page .project-introduction .project-title h2 {
        padding: 0
    }

        .clients-details-page .project-introduction .project-title h2 a {
            bottom: 30px;
            width: auto;
            text-align: right
        }

    .project-banner {
        height: 420px
    }

    .project-introduction {
        height: 250px;
        margin-top: 65px;
        margin-bottom: 65px
    }

        .project-introduction:after, .project-introduction:before {
            width: 40%
        }

        .project-introduction .project-title {
            float: right;
            width: 60%;
            text-align: right;
            height: 100px;
            position: absolute;
            top: 50%;
            margin-top: -50px
        }

    .services-details-page .project-introduction .project-title {
        width: 100%
    }

    .project-introduction .project-title h2 {
        line-height: 140px
    }

    .work-details-page .project-introduction .project-title h2 {
        line-height: 100px
    }

    .work-details-page .caption, .services-details-page .caption {
        margin-top: 20px
    }

    .project-introduction .info-list {
        margin-bottom: 0;
        max-width: 220px;
        border-right: 1px solid #e5b351;
        padding-right: 15px;
        position: absolute;
        left: 60px;
        top: 75px
    }

    .project-introduction .sharebar {
        position: absolute;
        left: 0;
        bottom: 0;
        margin-bottom: -15px;
        text-align: right
    }

        .project-introduction .sharebar > h3 {
            position: absolute;
            bottom: -20px;
            right: 0
        }

        .project-introduction .sharebar ul {
            text-align: right
        }

            .project-introduction .sharebar ul li {
                float: right
            }

    .project-outputs .item {
        width: 33.33333%;
        float: right
    }

    .services-container .services .item {
        width: 25%;
        float: none
    }

    .work-details-page .services-container .services .item {
        float: right
    }

    #all-projects .contents-part {
        float: right;
        width: 55%;
        margin-top: 20px
    }

    #all-projects .image-part {
        float: right;
        width: 45%
    }

    .project-introduction .logo {
        position: absolute;
        left: 50%;
        margin-left: -50px;
        bottom: -50px
    }

    .services-container .services .item .image-container {
        width: 150px;
        height: 150px;
        margin: 0 auto 15px
    }
}

@media(min-width:992px) {
    .project-introduction:after, .project-introduction:before {
        width: 310px
    }

    #all-projects {
        padding-top: 45px
    }

        #all-projects .contents-part {
            float: left;
            width: 50%;
            margin: 35px 5% 0
        }

        #all-projects .image-part {
            margin-top: -120px;
            width: 40%
        }
}

@media(min-width:1200px) {
    #all-projects .contents-part {
        float: left;
        width: 55%;
        margin: 50px 5% 0
    }

    #all-projects .image-part {
        margin-top: -130px;
        width: 35%;
        padding: 0
    }
}

.works-page #subnavigation ul li:not(:last-child) {
    margin-bottom: 15px
}

.works-page #projects > header {
    margin-bottom: 0
}

    .works-page #projects > header h3 {
        margin-bottom: 30px;
        line-height: 26px
    }

.works-page #projects label.dropdown {
    margin: 0 30px 30px;
    position: relative
}

    .works-page #projects label.dropdown select {
        padding: 3px 20px 6px 3px;
        border: 1px solid #afc8e1;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        outline: none;
        width: 200px;
        border-radius: 25px
    }

        .works-page #projects label.dropdown select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #444
        }

        .works-page #projects label.dropdown select::-ms-expand {
            display: none
        }

    .works-page #projects label.dropdown:after {
        content: '\e8bc';
        font-family: fontello;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: 4px;
        top: -2px;
        position: absolute;
        pointer-events: none;
        width: 35px;
        padding: 0 0 2px 0;
        text-indent: 14px;
        font-size: 11px
    }

.works-page .other-clients {
    margin: 30px
}

    .works-page .other-clients a {
        text-indent: 0;
        width: auto;
        height: 34px;
        background-color: #0067b3;
        color: #fff;
        margin: 0;
        text-align: center;
        border-radius: 16px;
        line-height: 34px;
        font-weight: bold;
        padding: 0 15px;
        width: 200px
    }

.works-page .owl-slider.projects {
    position: relative
}

.works-page .each-year {
    position: relative !important;
    margin-bottom: 60px;
    margin-top: 120px;
    width: 100% !important;
    height: auto !important;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s
}

    .works-page .each-year.hideBox {
        margin: 0;
        height: 0;
        overflow: hidden
    }

    .works-page .each-year:last-child {
        margin-bottom: 0
    }

    .works-page .each-year > h4 {
        position: absolute;
        top: -60px;
        width: 100%;
        text-align: right;
        margin-bottom: 30px;
        padding-bottom: 15px;
        font-weight: normal;
        border-bottom: 1px solid #8c8c8c
    }

.works-page #projects .owl-slider .item {
    width: 100%;
    -webkit-transition-property: right,top,-webkit-transform,opacity;
    -moz-transition-property: right,top,-moz-transform,opacity;
    -ms-transition-property: right,top,-ms-transform,opacity;
    -o-transition-property: right,top,-o-transform,opacity;
    transition-property: right,top,transform,opacity
}

.works-page .owl-slider .item.season {
    background: #0067b3 !important
}

    .works-page .owl-slider .item.season:before {
        content: "";
        display: block;
        padding-top: 100%
    }

.works-page #projects .owl-slider .item.season .contents-part {
    width: 110px;
    background: transparent;
    height: 50px;
    text-align: center;
    left: 50%;
    margin-left: -55px;
    top: 50%;
    margin-top: -25px;
    line-height: 50px;
    padding: 0
}

    .works-page #projects .owl-slider .item.season .contents-part h3 {
        position: relative;
        background: transparent;
        line-height: 50px;
        height: auto;
        text-align: center;
        padding: 0;
        font-size: 26px
    }

@media screen\0 {
    .works-page #projects label.dropdown:after {
        width: 38px;
        text-indent: 15px;
        right: 0
    }
}

@media screen and (min--moz-device-pixel-ratio:0) {
    .works-page #projects label.dropdown select {
        padding-right: 40px
    }

    .works-page #projects label.dropdown:before {
        right: 6px
    }

    .works-page #projects label.dropdown:after {
        text-indent: 14px;
        right: 6px;
        top: -5px;
        width: 36px
    }
}

@media(min-width:768px) {
    .works-page #projects .owl-slider .item {
        width: 50%;
        float: right
    }

    .works-page #projects .owl-slider .owl-controls {
        top: auto;
        bottom: -40px;
        right: 0
    }
}

@media(min-width:992px) {
    .works-page #projects label.dropdown {
        display: inline-block;
        margin: 0 15px 30px
    }

    .works-page #projects .owl-slider .item {
        float: right;
        width: 33.33333%;
        height: auto
    }
}

@media(min-width:992px) {
    .works-page #projects .owl-slider .item {
        float: right;
        width: 25%
    }
}

.clients-details-page .breadcrumb {
    margin-bottom: 0;
    border-bottom: 0
}

.clients-details-page .project-banner {
    height: auto
}

.clients-details-page .project-hero-bg {
    background: #0067b3;
    -webkit-filter: none !important;
    filter: none !important
}

    .clients-details-page .project-hero-bg:after {
        display: none
    }

.clients-details-page .project-introduction {
    border: 0;
    height: auto
}

    .clients-details-page .project-introduction .sharebar ul {
        text-align: center;
        margin-top: 30px
    }

        .clients-details-page .project-introduction .sharebar ul li {
            float: none
        }

    .clients-details-page .project-introduction .info-list, .clients-details-page .project-introduction:before, .clients-details-page .project-introduction:after {
        display: none
    }

.clients-details-page .owl-slider.projects {
    position: relative
}

.clients-details-page .each-year {
    position: relative;
    margin-bottom: 60px;
    margin-top: 120px
}

    .clients-details-page .each-year > h4 {
        position: absolute;
        top: -60px;
        width: 100%;
        text-align: right;
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #8c8c8c
    }

.clients-details-page .owl-slider .item {
    -webkit-transition-property: right,top,-webkit-transform,opacity;
    -moz-transition-property: right,top,-moz-transform,opacity;
    -ms-transition-property: right,top,-ms-transform,opacity;
    -o-transition-property: right,top,-o-transform,opacity;
    transition-property: right,top,transform,opacity
}

    .clients-details-page .owl-slider .item.season {
        background: #0067b3 !important
    }

        .clients-details-page .owl-slider .item.season:before {
            content: "";
            display: block;
            padding-top: 100%
        }

.clients-details-page #projects {
    padding: 60px 0;
    background: #f7f7f7
}

    .clients-details-page #projects .owl-slider .item.season .contents-part {
        width: 110px;
        background: transparent;
        height: 50px;
        text-align: center;
        left: 50%;
        margin-left: -55px;
        top: 50%;
        margin-top: -25px;
        line-height: 50px;
        padding: 0
    }

        .clients-details-page #projects .owl-slider .item.season .contents-part h3 {
            position: relative;
            background: transparent;
            line-height: 50px;
            height: auto;
            text-align: center;
            padding: 0;
            font-size: 26px
        }

@media(min-width:768px) {
    .clients-details-page .project-introduction .project-title {
        margin-top: -50px
    }

    .clients-details-page #projects .owl-slider .owl-controls {
        top: auto;
        bottom: -40px;
        right: 0
    }
}

@media(min-width:992px) {
    .clients-details-page #projects label.dropdown {
        display: inline-block
    }

    .clients-details-page .owl-slider .item.season {
        width: 25%
    }

    .clients-details-page .owl-slider .item {
        float: right;
        width: 25%;
        height: auto
    }
}

.services-page .about-content {
    background: none
}

.services-page #services {
    background: none;
    padding-bottom: 0
}

.services-details-page .breadcrumb {
    margin-bottom: 0;
    border-bottom: 0
}

.services-details-page .project-banner {
    height: auto
}

.services-details-page .project-hero-bg {
    background: #0067b3;
    -webkit-filter: none !important;
    filter: none !important
}

    .services-details-page .project-hero-bg:after {
        display: none
    }

.services-details-page .project-introduction {
    border: 0;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px
}

    .services-details-page .project-introduction:before, .services-details-page .project-introduction:after {
        border: 0;
        position: relative
    }

    .services-details-page .project-introduction .logo {
        position: relative;
        bottom: auto;
        left: auto;
        width: 120px;
        height: 120px;
        float: none;
        margin: 0 auto
    }

    .services-details-page .project-introduction .project-title img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1)
    }

    .services-details-page .project-introduction .project-title h2 {
        line-height: 100px;
        font-size: 20px;
        text-align: center
    }

        .services-details-page .project-introduction .project-title h2 span {
            display: inline-block;
            position: relative;
            padding: 70px 0 0
        }

        .services-details-page .project-introduction .project-title h2 img {
            width: 100px;
            position: absolute;
            right: 50%;
            margin-right: -50px;
            top: 0
        }

.services-details-page #services {
    background: none;
    padding: 30px 0 60px
}

.services-details-page .project-details {
    padding: 60px 0 30px
}

#links {
    background: url(../images/pdf-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 60px;
    margin-top: 90px;
    margin-bottom: 0;
    border-bottom: 5px solid #e5b351
}

    #links .contents-part {
        padding: 0 15px;
        margin-bottom: 45px;
        text-align: center
    }

        #links .contents-part h2 {
            margin-bottom: 15px
        }

        #links .contents-part .btn {
            float: none;
            margin-top: 15px
        }

    #links .image-part {
        padding: 0 15px;
        margin-top: -120px;
        margin-bottom: 30px
    }

        #links .image-part img {
            display: block;
            margin: 0 auto
        }

.notFound .wrapper {
    padding: 100px 0;
    text-align: center
}

.notFound h4 {
    font-size: 17px;
    color: #101010;
    margin: 30px 0 0
}

@media(min-width:768px) {
    .services-details-page .project-introduction .project-title h2 {
        font-size: 25px
    }

        .services-details-page .project-introduction .project-title h2 span {
            padding: 0 130px 0 0
        }

            .services-details-page .project-introduction .project-title h2 span img {
                width: 120px;
                right: 0;
                margin: 0
            }

    .notFound h4 {
        font-size: 20px
    }

    .services-details-page .project-introduction .logo {
        float: right;
        margin-left: 15px
    }

    .services-details-page .project-introduction .project-title {
        margin-top: 30px;
        height: auto;
        position: relative;
        margin-bottom: 25px
    }

    .services-details-page .owl-slider .item .image-container {
        text-indent: 0 !important
    }

    #links .contents-part {
        float: right;
        width: 50%
    }

    #links .image-part {
        float: right;
        width: 100%
    }
}

@media(min-width:992px) {
    .services-details-page .owl-slider .item .image-container {
        text-indent: 0 !important
    }

    #links .contents-part {
        float: right;
        width: 33.33333%
    }

        #links .contents-part.content1 {
            margin-right: -66.667%
        }

        #links .contents-part.content2 {
            float: left
        }

    #links .image-part {
        float: right;
        width: 33.33333%;
        margin-right: 33.333333%;
        margin-bottom: 0;
        margin-top: -90px
    }
}

@media(min-width:1200px) {
    #links .image-part {
        margin-top: -120px
    }
}

.career-page .breadcrumb {
    margin-bottom: 0;
    border-bottom: 0
}

.career-page .project-banner .project-hero-bg {
    filter: none;
    -webkit-filter: none
}

.career-page .project-introduction {
    border: none
}

    .career-page .project-introduction:after, .career-page .project-introduction:before {
        border: 0
    }

    .career-page .project-introduction .project-title {
        width: 100%;
        text-align: center
    }

        .career-page .project-introduction .project-title h2 {
            line-height: normal;
            font-size: 21px;
            margin-bottom: 20px
        }

        .career-page .project-introduction .project-title h3 {
            font-family: 'IRANSansWeb';
            font-weight: normal
        }

        .career-page .project-introduction .project-title .btn {
            margin-top: 45px;
            color: #fff
        }

            .career-page .project-introduction .project-title .btn:before {
                content: "";
                font-family: fontello;
                font-size: 12px;
                vertical-align: middle;
                display: inline-block;
                margin-left: 5px
            }

.career-page #office {
    text-align: center;
    padding: 60px 0
}

    .career-page #office .details {
        display: none;
        opacity: 1;
        z-index: 5;
        bottom: 0;
        top: auto;
        height: 50px;
        text-align: right;
        padding: 5px 15px;
        color: #fff;
        background-image: linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%)
    }

    .career-page #office .owl-slider .owl-controls {
        bottom: auto;
        top: -50px;
        right: 0
    }

        .career-page #office .owl-slider .owl-controls .owl-prev, .career-page #office .owl-slider .owl-controls .owl-next {
            background: transparent;
            background: url(../images/newicons.png) no-repeat center -140px;
            background-size: 24px;
            width: 30px;
            height: 30px;
            border-radius: 0
        }

        .career-page #office .owl-slider .owl-controls .owl-next {
            background-position: center -172px
        }

            .career-page #office .owl-slider .owl-controls .owl-prev i, .career-page #office .owl-slider .owl-controls .owl-next i {
                display: none
            }

.career-page #jobs {
    text-align: center;
    padding: 0
}

    .career-page #jobs .item-container {
        padding: 15px
    }

    .career-page #jobs .item {
        background: #fff
    }

    .career-page #jobs .details {
        opacity: 1;
        position: static;
        text-align: right
    }

        .career-page #jobs .details h3 {
            color: #000;
            font-size: 16px;
            padding: 5px;
            font-weight: bold;
            direction: rtl;
            clear: both;
            font-size: 18px;
            margin-bottom: 7px
        }

        .career-page #jobs .details p {
            direction: rtl;
            color: #000;
            font-size: 15px
        }

        .career-page #jobs .details a {
            background: url(../images/newicons.png) no-repeat center -192px;
            display: block;
            width: 30px;
            height: 30px;
            margin-top: 15px
        }

            .career-page #jobs .details a.hover, .career-page #jobs .details a:hover {
                animation-name: bounce;
                animation-duration: 1s;
                animation-iteration-count: 1;
                -webkit-animation-name: bounce;
                -webkit-animation-duration: 1s;
                -webkit-animation-iteration-count: 1
            }

    .career-page #jobs .media-right {
        float: none;
        display: block;
        width: 100%;
        height: 100%;
        border-left: 0;
        position: relative
    }

        .career-page #jobs .media-right img {
            max-height: 100%
        }

        .career-page #jobs .media-right .badge {
            position: absolute;
            right: 15px;
            top: 15px;
            background: #086cb5
        }

    .career-page #jobs .media-body {
        padding: 15px;
        border-right: 1px solid #ddd;
        font-size: 15px
    }

        .career-page #jobs .media-body .list ul li {
            padding-right: 15px;
            position: relative
        }

            .career-page #jobs .media-body .list ul li:before {
                content: "•";
                color: #0067b3;
                display: inline-block;
                vertical-align: bottom;
                font-size: 15px;
                position: absolute;
                right: 0;
                top: 3px
            }

.badkoobeh-video {
    display: block;
    margin: 90px 0 0
}

.career-page .badkoobeh-video {
    padding-bottom: 65px
}

.badkoobeh-video .contents-part {
    padding: 15px;
    width: 100%;
    float: none
}

    .badkoobeh-video .contents-part header {
        margin-bottom: 30px
    }

    .badkoobeh-video .contents-part h2 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .badkoobeh-video .contents-part h3, .badkoobeh-video .contents-part p {
        font-size: 15px;
        color: #101010
    }

.badkoobeh-video .image-part {
    float: none;
    width: 100%
}

.badkoobeh-video .video-icon {
    position: relative;
    display: block
}

    .badkoobeh-video .video-icon:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        display: block;
        cursor: pointer;
        width: 64px;
        height: 64px;
        margin-left: -32px;
        margin-top: -32px;
        background-image: url("../js/html5lightbox/skins/default/html5boxplayer_playvideo.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        z-index: 1
    }

@media(min-width:480px) {
    .career-page #jobs .item {
        height: 160px;
        margin-bottom: 15px
    }

    .career-page #jobs .media-right {
        float: right;
        display: block;
        width: auto;
        height: 100%;
        border-bottom: 0;
        width: 130px
    }

    .career-page #jobs .details .url {
        bottom: 15px;
        top: auto
    }
}

@media(min-width:480px) {
    #media .owl-slider .item {
        height: 232px
    }

    #media .owl-slider .media-right {
        float: right;
        display: block;
        width: auto;
        width: 240px
    }

    #media .owl-slider .details .url {
        bottom: 15px;
        top: auto
    }
}

@media(min-width:768px) {
    .career-page .project-introduction .project-title {
        top: 30%
    }

    .career-page #jobs .item {
        height: 160px
    }

    .badkoobeh-video .contents-part {
        float: right;
        width: 40%
    }

    .badkoobeh-video .image-part {
        float: left;
        width: 60%
    }
}

@media(min-width:992px) {
    .career-page #office .owl-slider .item {
        float: right;
        width: 20%
    }

    .career-page #jobs .item-container {
        width: 50%;
        float: right
    }

    .career-page #jobs .media-right {
        width: 160px
    }

    .badkoobeh-video .contents-part {
        padding: 75px 0 15px 30px
    }

    .career-page #jobs .item {
        height: 220px
    }
}

#contact > header {
    margin-bottom: 45px
}

.contact-page .contact-details {
    margin: 45px auto;
    border-top: 1px solid #ddd;
    padding-top: 60px
}

    .contact-page .contact-details > .row > .col-md-6 {
        margin-bottom: 30px
    }

    .contact-page .contact-details h4 {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 30px
    }

    .contact-page .contact-details ul li {
        margin-bottom: 7px
    }

        .contact-page .contact-details ul li p {
            display: inline-block
        }

        .contact-page .contact-details ul li.tel a {
            padding-left: 7px;
            display: inline-block
        }

            .contact-page .contact-details ul li.tel a:not(:last-child):after {
                content: "/";
                font-size: 13px;
                color: #ccc;
                vertical-align: middle;
                display: inline-block;
                margin-right: 7px
            }

        .contact-page .contact-details ul li:before {
            content: "";
            font-family: fontello;
            font-size: 16px;
            color: #0067b3;
            vertical-align: middle;
            display: inline-block;
            margin-left: 5px
        }

        .contact-page .contact-details ul li.tel:before {
            content: '\e9f1'
        }

        .contact-page .contact-details ul li.fax:before {
            content: '\f1ac'
        }

        .contact-page .contact-details ul li.zipcode:before {
            content: '\e8da'
        }

        .contact-page .contact-details ul li.address:before {
            content: '\e98e'
        }

    .contact-page .contact-details .order {
        text-align: center;
        margin-top: 30px;
        color: #0067b3
    }

.contact-page .contact-form .form-control {
    border-radius: 7px;
    box-shadow: none;
    border-color: #ddd
}

.contact-page .contact-form .btn {
    float: left;
    padding-left: 30px;
    padding-right: 30px
}

    .contact-page .contact-form .btn:hover {
        background: #004f7f
    }

.contact-page .tip-error, .csr-form .tip-error {
    color: #f00;
    font-size: 13px
}

.contact-page textarea {
    resize: vertical
}

.contact-page .img-responsive {
    margin: 0 auto
}

#badkoobeh-map {
    width: 100%;
    height: 360px;
    margin-bottom: 30px;
    margin-top: 30px
}

    #badkoobeh-map .gm-style .gm-style-iw {
        padding-right: 20px
    }

#newsletter {
    min-height: 250px;
    margin-bottom: 120px;
    background: url(../images/newsletter-bg.png) no-repeat center center;
    padding-top: 30px
}

    #newsletter header {
        text-align: right;
        padding: 0 15px;
        margin: 60px auto 30px;
        position: relative
    }

    #newsletter h2 {
        margin-bottom: 15px
    }

    #newsletter .form-group {
        position: relative
    }

    #newsletter .form-control {
        border-radius: 16px;
        padding-left: 100px;
        height: 38px
    }

        #newsletter .form-control:focus {
            box-shadow: none
        }

    #newsletter .btn {
        position: absolute;
        left: 2px;
        top: 2px
    }

.contact-page .contact-form {
    margin-top: 60px
}

#about-csr {
    background: url(../images/pdf-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 60px;
    position: relative;
    border-bottom: 5px solid #e5b351
}

    #about-csr .sharing {
        position: relative;
        margin-top: 35px
    }

        #about-csr .sharing ul {
            top: 0;
            right: 120px
        }

            #about-csr .sharing ul li {
                width: 30px
            }

                #about-csr .sharing ul li a i {
                    color: #fff
                }

    #about-csr .earth {
        position: relative;
        display: block
    }

    #about-csr .text {
        padding: 0 15px 60px;
        position: relative;
        z-index: 1
    }

    #about-csr .image img {
        position: relative;
        top: 0;
        right: auto;
        margin: 0 auto;
        display: block
    }

.csr-page #video {
    padding: 60px 0
}

    .csr-page #video .top {
        margin-bottom: 75px;
        overflow: hidden
    }

    .csr-page #video .html5lightbox {
        display: block;
        width: 100%;
        position: relative;
        background: url('../images/ring-alt.gif') no-repeat 50% 20%
    }

        .csr-page #video .html5lightbox img {
            display: block;
            width: 100%
        }

        .csr-page #video .html5lightbox:before {
            content: "";
            display: block;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
            background-image: linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 20%);
            opacity: 1;
            position: absolute;
            width: 100%;
            height: 100%;
            right: 0;
            top: 0
        }

        .csr-page #video .html5lightbox:after {
            content: "";
            display: block;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
            background: url('../images/play.png') no-repeat 0 0;
            opacity: 1;
            position: absolute;
            width: 40px;
            height: 40px;
            right: 50%;
            margin-right: -20px;
            top: 50%;
            margin-top: -20px;
            z-index: 2;
            opacity: .9;
            filter: alpha(opacity=90);
            background-size: 100%
        }

        .csr-page #video .html5lightbox:hover:after {
            opacity: 1;
            filter: alpha(opacity=100)
        }

    .csr-page #video .caption {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 10;
        color: #fff;
        font-size: 15px;
        padding: 0 15px 15px
    }

        .csr-page #video .caption h3 {
            font-size: 15px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 50%
        }

    .csr-page #video .sharing {
        position: absolute;
        left: 5px;
        bottom: 300%
    }

        .csr-page #video .sharing > a {
            display: block;
            background: url(../images/newicons.png) no-repeat center -2120px;
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            color: #0067b3;
            position: relative;
            float: left
        }

    .csr-page #video .col-md-6 {
        display: none
    }

    .csr-page #video .sharing ul {
        float: left;
        top: 4px;
        left: 0;
        position: relative;
        right: auto
    }

#video .sharing ul li a i {
    color: #fff
}

#video .wrapperVideo {
    overflow: hidden
}

#video .load-more, #video .load-less {
    padding: 60px 0 0;
    text-align: center
}

    #video .load-more button, #video .load-less button {
        position: relative;
        padding-right: 35px
    }

        #video .load-more button:before, #video .load-less button:before {
            background: url('../images/newicons.png') no-repeat center -2160px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 0;
            top: 0;
            content: "";
            display: block
        }

        #video .load-less button:before {
            background-position: center -2200px
        }

.csr-page .clients .clients-container ul li:before {
    display: none;
    content: "";
    width: 1px;
    height: 68px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
    background: #3385c2
}

.csr-page .clients .clients-container ul li:first-child:before {
    display: none
}

#idea {
    padding: 60px 0 0
}

    #idea img {
        margin: 50px auto;
        display: block
    }

    #idea .form-group {
        width: 100%;
        float: right;
        padding-left: 0
    }

        #idea .form-group input, #idea .form-group textarea {
            border-radius: 7px;
            box-shadow: none;
            border-color: #ddd
        }

        #idea .form-group:nth-of-type(2) {
            padding-left: 0
        }

        #idea .form-group:nth-of-type(3) {
            width: 100%;
            padding: 0
        }

.clients .clients-container ul li a img {
    display: block;
    margin: 0 auto
}

@media(min-width:480px) {
    .csr-page #video .sharing {
        bottom: 100%
    }
}

@media(min-width:600px) {
    .csr-page #video .sharing {
        bottom: 0
    }

    #newsletter .form-group {
        max-width: 500px
    }

    #newsletter header {
        margin: 60px 120px 15px 0
    }

    #newsletter .form-group {
        margin: 0 120px 0 0
    }
}

@media(min-width:768px) {
    .csr-page .clients .clients-container ul li:before {
        display: block
    }

    .csr-page #video .html5lightbox:after {
        width: 70px;
        height: 70px;
        margin-right: -35px;
        margin-top: -35px
    }

    #idea .form-group {
        width: 50%;
        float: right;
        padding-left: 7px
    }

    #idea {
        padding: 120px 0 0
    }

    .csr-page #video {
        padding: 120px 0
    }

    #about-csr .text {
        padding: 0 15px 100px
    }

    #about-csr .image {
        padding-bottom: 60px
    }

        #about-csr .image img {
            top: -80px
        }

    #about-csr .earth {
        position: absolute;
        right: 50%;
        margin-right: -320px;
        bottom: 0;
        display: block
    }

    #about-csr .text {
        padding: 0 15px 70px
    }

    #newsletter .form-group, #newsletter .form-control {
        width: 500px
    }

    #newsletter .form-group, #newsletter header {
        margin-right: 150px
    }
}

@media(min-width:992px) {
    #idea img {
        margin: 25px 0 0
    }

    .csr-page #video .caption h3 {
        font-size: 16px
    }

    #about-csr .image img {
        left: -50px;
        display: block;
        right: auto;
        margin: 0
    }

    #about-csr .image {
        padding-bottom: 0
    }

    #newsletter {
        margin-bottom: 0
    }

    .contact-form textarea {
        height: 170px
    }

    .contact-page #social-networks {
        padding: 60px 0
    }

    #newsletter header {
        margin-top: 60px
    }

    .contact-page .contact-form {
        margin-top: 90px
    }
}

@media(min-width:1200px) {
    .contact-form {
        margin-top: 90px
    }

        .contact-form .form-group:nth-child(1), .contact-form .form-group:nth-child(2), .contact-form .form-group:nth-child(3), .contact-form .form-group:nth-child(4) {
            float: right;
            width: 50%
        }

        .contact-form .form-group:nth-child(1), .contact-form .form-group:nth-child(3) {
            padding-left: 7px
        }

        .contact-form .form-group:nth-child(2), .contact-form .form-group:nth-child(4) {
            padding-right: 7px
        }
}

.blogMenu ul {
    background: #fff;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 8px 15px;
    color: #1574b9
}

    .blogMenu ul li {
        display: block;
        line-height: 28px
    }

        .blogMenu ul li a {
            color: #999;
            padding: 0
        }

        .blogMenu ul li.current > a, .blogMenu ul li:hover > a {
            color: #0067b3
        }

#featured-blog {
    margin: 30px 0 60px
}

    #featured-blog > header {
        display: none
    }

    #featured-blog .bigPost {
        border: 1px solid #d8d8d8;
        border-right: none;
        border-left: none;
        margin-bottom: 30px
    }

    #featured-blog .smallPost {
        border: 1px solid #d8d8d8;
        margin-bottom: 30px
    }

    #featured-blog article {
        position: relative;
        overflow: hidden
    }

        #featured-blog article .loadingImg {
            display: block;
            width: 100%;
            background: #fafafa url('../images/ring-alt.gif') no-repeat 50% 50%
        }

    #featured-blog .bigPost .img {
        width: 100%;
        position: relative;
        z-index: 0;
        display: block
    }

        #featured-blog .bigPost .img:before {
            background-image: linear-gradient(to top,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%);
            content: "";
            display: block;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
            opacity: 1;
            position: absolute;
            z-index: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%
        }

        #featured-blog .bigPost .img img {
            width: 100%;
            height: auto;
            display: block
        }

    #featured-blog .bigPost .post-tag, #featured-blog .smallPost .img .post-tag, .blogList #main article .post-thumb .post-tag {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 15px;
        color: #fff;
        border-radius: 20px;
        padding: 4px 11px;
        padding-left: 26px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        z-index: 10;
        background-color: #16a085
    }

        #featured-blog .bigPost .post-tag:before, #featured-blog .smallPost .img .post-tag:before, .blogList #main article .post-thumb .post-tag:before {
            background: url(../images/newicons.png) no-repeat center -62px;
            display: block;
            width: 20px;
            height: 20px;
            content: "";
            left: 2px;
            position: absolute;
            background-size: 26px
        }

    #featured-blog .bigPost header {
        position: absolute;
        bottom: 55px;
        left: 0;
        width: 100%;
        padding: 0 30px;
        z-index: 2;
        color: #fff
    }

        #featured-blog .bigPost header h3 {
            line-height: 30px;
            font-size: 18px
        }

        #featured-blog .bigPost header a {
            color: #fff
        }

    #featured-blog .bigPost footer, #featured-blog .smallPost footer, .blogList #main article .post-body footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 25px 30px 15px;
        z-index: 1;
        overflow: hidden
    }

        #featured-blog .bigPost footer .date, #featured-blog .bigPost footer .author, .blogList #main article .post-body footer .date, .blogList #main article .post-body footer .author, .blog-details #main figure footer .date, .blog-details #main figure footer .author {
            position: relative;
            padding-right: 22px;
            line-height: 40px;
            height: 40px;
            display: none;
            float: right;
            color: #fff;
            font-size: 12px
        }

.blog-details #main figure footer .date, .blog-details #main figure footer .author {
    display: block
}

.blogList #main article .post-body footer .author, .blogList #main article .post-body footer .date, .blog-details #main figure footer .date, .blog-details #main figure footer .author, .blog-details #main figure footer .date, .blog-details #main figure footer .author {
    color: #588fc9
}

#featured-blog .bigPost footer .author, .blogList #main article .post-body footer .author, .blog-details #main figure footer .author {
    margin-right: 25px
}

#featured-blog .bigPost footer .date:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: url(../images/newicons.png) no-repeat -14px -2130px
}

#featured-blog .smallPost footer .date:before, .blogList #main article .post-body footer .date:before, .blog-details #main figure footer .date:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: url(../images/newicons.png) no-repeat -18px -2287px
}

.blogList #main article .post-body footer .date:before, .blog-details #main figure footer .date:before {
    left: auto;
    right: 0
}

#featured-blog .smallPost footer .date span, #featured-blog .smallPost footer .author span {
    position: absolute;
    right: 0;
    top: -10px;
    line-height: 32px;
    height: 0;
    overflow: hidden;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    font-size: 12px;
    padding: 0;
    background: #588fc9;
    color: #fff
}

#featured-blog .smallPost footer .date:hover span, #featured-blog .smallPost footer .author:hover span {
    height: 26px;
    top: -30px;
    padding: 0 3px
}

#featured-blog .bigPost footer .author:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: url(../images/newicons.png) no-repeat -14px -2170px
}

#featured-blog .smallPost footer .author:before, .blogList #main article .post-body footer .author:before, .blog-details #main figure footer .author:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: url(../images/newicons.png) no-repeat -18px -2327px
}

.blogList #main article .post-body footer .author:before, .blog-details #main figure footer .author:before {
    left: auto;
    right: 0
}

#featured-blog .bigPost footer ul, #featured-blog .smallPost footer ul, .blogList #main article .post-body footer ul, aside .news article .post-body footer ul {
    float: left
}

    #featured-blog .bigPost footer ul li.sharing, #featured-blog .smallPost footer ul li.sharing, .blogList #main article .post-body footer ul li.sharing, aside .news article .post-body footer ul li.sharing {
        float: right;
        position: relative
    }

        #featured-blog .bigPost footer ul li.sharing > a, #featured-blog .smallPost footer ul li.sharing > a, .blogList #main article .post-body footer ul li.sharing > a, aside .news article .post-body footer ul li.sharing > a {
            display: block;
            width: 30px;
            height: 40px;
            background-size: 35px;
            line-height: 40px;
            color: #0067b3;
            position: relative
        }

            #featured-blog .bigPost footer ul li.sharing > a:before, #featured-blog .smallPost footer ul li.sharing > a:before, .blogList #main article .post-body footer ul li.sharing > a:before, aside .news article .post-body footer ul li.sharing > a:before {
                display: block;
                content: "";
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -10px;
                background: url(../images/newicons.png) no-repeat center -2368px
            }

            #featured-blog .bigPost footer ul li.sharing > a:before {
                background-position: center -2208px
            }

        #featured-blog .bigPost footer ul li.sharing ul, #featured-blog .smallPost footer ul li.sharing ul, .blogList #main article .post-body footer ul li.sharing ul, aside .news article .post-body footer ul li.sharing ul {
            left: 20px;
            right: auto;
            top: 7px;
            -moz-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
            width: 125px;
            float: left
        }

            #featured-blog .bigPost footer ul li.sharing ul li, #featured-blog .smallPost footer ul li.sharing ul li, .blogList #main article .post-body footer ul li, aside .news article .post-body footer ul li {
                float: left
            }

#featured-blog .bigPost footer li.more, #featured-blog .smallPost footer li.more, .blogList #main article .post-body footer li.more, aside .news article .post-body footer li.more {
    float: left
}

    #featured-blog .bigPost footer li.more a, #featured-blog .smallPost footer li.more a, .blogList #main article .post-body footer li.more a, aside .news article .post-body footer li.more a {
        display: block;
        width: 30px;
        height: 40px;
        background-size: 35px;
        line-height: 40px;
        color: #0067b3;
        position: relative
    }

        #featured-blog .bigPost footer li.more a:before, #featured-blog .smallPost footer li.more a:before, .blogList #main article .post-body footer li.more a:before, aside .news article .post-body footer li.more a:before {
            display: block;
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -10px;
            background: url(../images/newicons.png) no-repeat center -2407px
        }

        #featured-blog .bigPost footer li.more a:before {
            background-position: center -2247px
        }

#featured-blog .smallPost .content {
    padding: 30px 30px 60px;
    overflow: hidden;
    position: relative;
    background: #fff
}

#featured-blog .smallPost .content, #featured-blog .smallPost .img {
    position: relative;
    overflow: hidden
}

#featured-blog .smallPost header h3 {
    font-size: 16px;
    line-height: 25px;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden
}

    #featured-blog .smallPost header h3 a {
        color: #101010
    }

#featured-blog .smallPost div[role="main"] {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    overflow: hidden;
    height: auto
}

#featured-blog .smallPost footer .date, #featured-blog .smallPost footer .author {
    position: relative;
    width: 20px;
    height: 40px;
    float: right;
    margin-left: 5px;
    white-space: nowrap
}

#featured-blog .smallPost .img img {
    display: block;
    width: 100%;
    height: auto
}

.blogList #main {
    padding-bottom: 50px
}

    .blogList #main article {
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
        display: none
    }

        .blogList #main article .post-thumb {
            width: 100%;
            float: none;
            position: relative;
            display: block;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: cover
        }

            .blogList #main article .post-thumb:before {
                content: "";
                display: block;
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                transition: all .5s;
                background-image: linear-gradient(to top,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%);
                opacity: 1;
                position: absolute;
                width: 100%;
                height: 100%;
                right: 0;
                top: 0
            }

            .blogList #main article .post-thumb img {
                display: block;
                width: 100%
            }

        .blogList #main article .post-body {
            border: 1px solid #d8d8d8;
            padding: 30px 30px 60px;
            border-top: none
        }

        .blogList #main article header h3 {
            font-size: 18px;
            line-height: 26px;
            color: #101010;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-bottom: 20px
        }

            .blogList #main article header h3 a {
                color: #101010
            }

        .blogList #main article .post-body div.main {
            font-size: 15px;
            line-height: 25px;
            text-align: justify;
            overflow: hidden;
            height: auto
        }

        .blogList #main article:nth-child(3n+0) .post-thumb:before {
            background-image: linear-gradient(to top,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 20%)
        }

    .blogList #main .moreBtn {
        width: 100px;
        height: 35px;
        line-height: 33px;
        padding: 0 10px 0 40px;
        color: #588fc9;
        border: 1px solid #588fc9;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        position: absolute;
        left: 50%;
        margin-left: -50px;
        cursor: pointer;
        bottom: 0
    }

        .blogList #main .moreBtn:before {
            display: block;
            content: "";
            width: 20px;
            height: 20px;
            left: 10px;
            top: 50%;
            margin-top: -10px;
            background: url(../images/newicons.png) no-repeat center -2446px;
            position: absolute;
            bottom: 0
        }

        .blogList #main .moreBtn.lessBtn:before {
            background-position: center -3047px
        }

.blog .pagination {
    margin: 0
}

    .blog .pagination > li > a, .blog .pagination > li > span {
        color: #588fc9;
        font-size: 13px
    }

    .blog .pagination > li:first-child > a, .blog .pagination > li:first-child > span, .blog .pagination > li:last-child > a, .blog .pagination > li:last-child > span {
        border-radius: 0
    }

.blog aside, .blog-details aside {
    margin-top: 60px
}

aside .news, aside .newsletter, aside .social-networks {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

aside .search {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

    aside .search .textBox {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 33px;
        padding: 0 40px 0 10px;
        border: 1px solid #d8d8d8;
        color: #101010;
        font-size: 13px
    }

        aside .search .textBox::-webkit-input-placeholder {
            color: #101010
        }

        aside .search .textBox::-moz-placeholder {
            color: #101010
        }

        aside .search .textBox:-ms-input-placeholder {
            color: #101010
        }

        aside .search .textBox:-moz-placeholder {
            color: #101010
        }

    aside .search .submitBtn {
        position: absolute;
        width: 40px;
        height: 35px;
        right: 0;
        top: 0;
        background: url(../images/newicons.png) no-repeat center -2480px;
        display: block;
        border: none;
        text-indent: -100px
    }

aside .news > header > h3, aside .newsletter > header > h3, aside .social-networks > header > h3, aside .marketing > header > h3 {
    font-size: 18px;
    line-height: 26px;
    color: #101010;
    margin-bottom: 20px
}

aside .news article {
    overflow: hidden;
    margin-bottom: 30px
}

    aside .news article .post-body header h4 {
        font-size: 14px;
        line-height: 22px;
        color: #101010;
        font-family: 'IRANSansWeb';
        font-weight: normal
    }

        aside .news article .post-body header h4 a {
            color: #101010
        }

    aside .news article .post-body footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px
    }

    aside .news article .post-thumb {
        float: right;
        margin-left: 20px
    }

    aside .news article .post-body {
        overflow: hidden;
        position: relative;
        padding-bottom: 40px;
        height: 120px
    }

aside .social-networks, aside .newsletter {
    padding-bottom: 30px
}

    aside .newsletter > header > h4, aside .social-networks > header > h4 {
        font-size: 15px;
        line-height: 23px;
        font-weight: normal;
        font-family: 'IRANSansWeb';
        margin-bottom: 20px
    }

    aside .newsletter .form-inline .form-group {
        width: 100%
    }

    aside .newsletter .form-inline .form-control {
        width: 100%
    }

    aside .newsletter .form-inline input[type=submit] {
        width: 100%;
        float: left;
        border-radius: 0;
        padding: 0;
        text-align: center;
        border: none;
        font-size: 13px;
        margin-top: 15px
    }

aside .marketing .post-thumb a {
    display: block
}

    aside .marketing .post-thumb a img {
        width: 100%;
        display: block
    }

aside .marketing .post-body h4, .blog-details #main .related-posts .post-body h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #101010;
    margin: 15px 0 30px;
    font-family: 'IRANSansWeb'
}

    aside .marketing .post-body h4 a, .blog-details #main .related-posts .post-body h4 a {
        color: #101010
    }

aside .social-networks ul {
    text-align: center
}

    aside .social-networks ul li {
        display: inline-block;
        zoom: 1;
        width: 30px;
        height: 30px;
        margin: 15px
    }

        aside .social-networks ul li a {
            text-indent: -9999px;
            white-space: nowrap;
            width: 30px;
            height: 30px;
            background: url(../images/newicons.png) no-repeat center -1575px;
            display: block;
            overflow: hidden;
            cursor: pointer
        }

        aside .social-networks ul li.linkedin > a {
            background-position: center -1635px
        }

        aside .social-networks ul li.linkedin:hover > a {
            background-position: center -2603px
        }

        aside .social-networks ul li.instagram > a {
            background-position: center -1575px
        }

        aside .social-networks ul li.instagram:hover > a {
            background-position: center -2562px
        }

        aside .social-networks ul li.telegram > a {
            background-position: center -1695px
        }

        aside .social-networks ul li.telegram:hover > a {
            background-position: center -2641px
        }

        aside .social-networks ul li.twitter > a {
            background-position: center -1873px
        }

        aside .social-networks ul li.twitter:hover > a {
            background-position: center -2522px
        }

.blog #footer .links, .blog-details #footer .links {
    margin-top: 20px
}

.blog #footer .links, .blog-details #footer .links {
    overflow: hidden;
    margin-bottom: 30px
}

.blog-details .body {
    margin-top: 30px
}

.blog-details #main figure .img, .reading .img {
    position: relative;
    overflow: hidden
}

    .blog-details #main figure .img img, .reading .img img {
        display: block;
        width: 100%;
        border: 1px solid #ddd
    }

    .blog-details #main figure .img .readingMode {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0 10px 0 35px;
        line-height: 36px;
        display: block;
        color: #fff;
        font-size: 13px;
        background: #0067b3
    }

        .blog-details #main figure .img .readingMode:before {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            left: 10px;
            top: 50%;
            margin-top: -10px;
            background: url(../images/newicons.png) no-repeat center -2688px;
            overflow: hidden;
            position: absolute
        }

.blog-details #main figure footer {
    overflow: hidden;
    margin-bottom: 15px;
    padding-top: 5px
}

    .blog-details #main figure footer > ul {
        float: none;
        overflow: hidden;
        width: 100%
    }

        .blog-details #main figure footer > ul .sharing > a {
            color: #29a0d3;
            font-size: 13px;
            display: block;
            float: right;
            padding-left: 20px
        }

.blog-details #main figure .sharing ul {
    position: relative;
    right: auto;
    top: auto
}

    .blog-details #main figure .sharing ul li {
        width: 30px
    }

        .blog-details #main figure .sharing ul li a i {
            color: #5d93cb
        }

.blog-details #main article {
    padding-bottom: 60px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px
}

.blog-details #main header h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px
}

.blog-details #main article p, .reading article p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    margin: 0 0 15px
}

.blog-details #main article .side {
    overflow: hidden;
    overflow: hidden;
    text-align: justify
}

.blog-details #main article h3, .blog-details #main .comments h3, .reading article h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 25px 0 10px
}

.blog-details #main article .side .text {
    padding-left: 25px
}

.blog-details #main article .side .notice, .blog-details #main article .notice {
    color: #0067b3;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 20px
}

.blog-details #main .authorBox {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8
}

    .blog-details #main .authorBox .thumb, .blog-details #main .other-comments .avatar-thumb {
        float: right;
        margin-left: 20px
    }

        .blog-details #main .authorBox .thumb a {
            display: block;
            overflow: hidden
        }

            .blog-details #main .authorBox .thumb a img {
                display: block;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%
            }

    .blog-details #main .authorBox .body {
        font-size: 15px;
        line-height: 25px;
        text-align: justify;
        overflow: hidden;
        padding-left: 0;
        position: relative
    }

        .blog-details #main .authorBox .body h4 {
            color: #5d93cb;
            font-size: 15px;
            margin: 0 0 10px
        }

        .blog-details #main .authorBox .body .other {
            display: block;
            padding: 0 10px;
            line-height: 35px;
            color: #fff;
            text-align: center;
            border-radius: 25px;
            -moz-border-radius: 25px;
            -webkit-border-radius: 25px;
            background: #0067b3;
            position: relative;
            left: 0;
            bottom: 0;
            font-size: 13px;
            margin-top: 20px
        }

.blog-details #main .related-posts {
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8
}

    .blog-details #main .related-posts .img a {
        display: block
    }

        .blog-details #main .related-posts .img a img {
            display: block;
            width: 100%
        }

.blog-details #main .comments {
    margin-bottom: 50px
}

    .blog-details #main article h3, .blog-details #main .comments h3, .reading article h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 25px 0 10px
    }

    .blog-details #main .comments .form-group {
        margin: 0 0 15px
    }

.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: 0;
    -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,-webkit-box-shadow ease-in-out .15s;
    -o-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
}

textarea.form-control {
    height: auto
}

.blog-details #main .comments .form-group {
    margin: 0 0 15px
}

.blog-details #main .other-comments header {
    overflow: hidden
}

    .blog-details #main .other-comments header h5 {
        line-height: 30px;
        font-size: 14px;
        float: right;
        color: #5d93cb;
        padding: 0 0 0 10px;
        position: relative
    }

        .blog-details #main .other-comments header h5 a {
            color: #5d93cb
        }

    .blog-details #main .other-comments header span {
        font-size: 13px;
        display: block;
        float: right;
        line-height: 30px;
        padding: 0 10px;
        position: relative;
        color: #101010
    }

        .blog-details #main .other-comments header span:before {
            display: block;
            content: "";
            width: 1px;
            height: 13px;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -6px;
            background: #101010
        }

.blog-details #main .other-comments .main {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    overflow: hidden
}

.reading {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    z-index: 10000;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 60px;
    opacity: 0
}

    .reading.night {
        background: #333;
        color: #fff
    }

    .reading .content {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px
    }

    .reading h2.title {
        font-size: 20px;
        line-height: 30px;
        margin: 60px 0 20px
    }

    .reading .img .readingMode {
        display: none
    }

    .reading figure footer {
        display: none
    }

    .reading article h2 {
        font-size: 20px;
        line-height: 26px;
        margin: 30px 0 20px
    }

    .reading article p {
        text-align: right
    }

    .reading article .notice, .reading article .text {
        float: none;
        width: 100%
    }

    .reading .close {
        display: block;
        width: 40px;
        height: 40px;
        position: fixed;
        top: 0;
        right: 0;
        cursor: pointer;
        background: rgba(255,255,255,.5) url(../images/newicons.png) no-repeat center -2715px;
        opacity: 1
    }

    .reading.night .close {
        background-position: center -2755px
    }

    .reading .minus {
        display: block;
        width: 40px;
        height: 40px;
        position: fixed;
        bottom: 10px;
        left: 50%;
        cursor: pointer;
        margin-left: -80px;
        background: rgba(255,255,255,.5) url(../images/newicons.png) no-repeat center -2875px;
        opacity: 1
    }

    .reading.night .minus {
        background-position: center -2915px
    }

    .reading .plus {
        display: block;
        width: 40px;
        height: 40px;
        position: fixed;
        bottom: 10px;
        left: 50%;
        cursor: pointer;
        margin-left: -20px;
        background: rgba(255,255,255,.5) url(../images/newicons.png) no-repeat center -2795px;
        opacity: 1
    }

    .reading.night .plus {
        background-position: center -2835px
    }

    .reading .night {
        display: block;
        width: 40px;
        height: 40px;
        position: fixed;
        bottom: 10px;
        left: 50%;
        cursor: pointer;
        margin-left: 40px;
        background: rgba(255,255,255,.5) url(../images/newicons.png) no-repeat center -2955px;
        opacity: 1
    }

        .reading.night .minus {
            background-position: center -2915px
        }

.blog-details #main .comments .tip.tip-error {
    color: #f00;
    font-size: 13px;
    display: block;
    line-height: 30px
}

#lastPost {
    min-height: 200px
}

@media(min-width:600px) {
    .reading .content {
        width: 660px
    }

    #featured-blog .bigPost footer .author, #featured-blog .bigPost footer .date, .blogList #main article .post-body footer .author, .blogList #main article .post-body footer .date {
        display: block
    }

    aside .news, aside .newsletter, aside .social-networks, aside .marketing {
        width: 100%;
        float: none
    }

        aside .news article .post-thumb a, aside .news article .post-thumb img {
            display: block
        }

        aside .news article .post-thumb a, aside .news article .post-thumb img {
            display: block;
            width: 120px
        }

        aside .newsletter .form-inline .form-control {
            width: 75%;
            float: right
        }

        aside .newsletter .form-inline input[type=submit] {
            width: 25%;
            float: left;
            margin: 0
        }

    .blog-details #main figure footer > ul {
        float: left;
        width: auto
    }

    #footer .links ul li {
        float: right;
        width: 50%
    }
}

@media(min-width:768px) {
    .blog-details #main .authorBox .body .other {
        position: absolute;
        margin-top: 0
    }

    .blog-details #main .authorBox .body {
        padding-left: 130px
    }

    .blogMenu ul li {
        display: inline-block;
        zoom: 1;
        line-height: 25px
    }

        .blogMenu ul li a {
            padding: 0 15px
        }

        .blogMenu ul li:first-child a {
            padding-right: 0
        }

    #featured-blog .bigPost {
        margin: 0
    }

    #featured-blog .smallPost {
        border-right: 1px solid #d8d8d8;
        margin: 0
    }

        #featured-blog .smallPost .content, #featured-blog .smallPost .img {
            height: 359px
        }

    .blogList #main article .post-thumb, .blogList #main article .post-body {
        float: right
    }

    .blogList #main article .post-thumb {
        width: 210px;
        height: 210px
    }

    .blogList #main article .post-body {
        height: 210px;
        width: 510px;
        border-right: none;
        border-top: 1px solid #d8d8d8
    }

    .blogList #main article .post-thumb:before {
        background-image: linear-gradient(to left,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 20%)
    }

    .blogList #main article .post-thumb img {
        display: none
    }

    .blogList #main article .post-body div.main {
        height: 75px
    }

    .blogList #main article .post-body footer {
        width: 510px
    }

    .blogList #main article:nth-child(3n+0) .post-thumb {
        width: 100%
    }

    .blogList #main article:nth-child(3n+0) .post-body {
        width: 0;
        padding: 0;
        height: 0
    }

    .blogList #main article:nth-child(3n+0) header {
        position: absolute;
        bottom: 55px;
        left: 0;
        width: 100%;
        padding: 0 30px;
        z-index: 2;
        color: #fff
    }

        .blogList #main article:nth-child(3n+0) header h3 {
            color: #fff;
            margin: 0
        }

            .blogList #main article:nth-child(3n+0) header h3 a {
                color: #fff
            }

    .blogList #main article:nth-child(3n+0) .post-body .main {
        display: none
    }

    .blogList #main article:nth-child(3n+0) .post-body footer {
        width: 100%
    }

        .blogList #main article:nth-child(3n+0) .post-body footer .author, .blogList #main article:nth-child(3n+0) .post-body footer .date {
            color: #fff
        }

            .blogList #main article:nth-child(3n+0) .post-body footer .date:before {
                background-position: -18px -2130px
            }

            .blogList #main article:nth-child(3n+0) .post-body footer .author:before {
                background-position: -18px -2170px
            }

    aside .news article {
        width: 50%;
        float: left
    }

        aside .news article .post-body, aside .news article .post-body footer {
            padding-left: 15px
        }

    aside .marketing article {
        width: 50%;
        float: left;
        padding-right: 15px
    }

    .blog #footer .links, .blog-details #footer .links {
        float: left
    }

    .blog-details #main article .side .notice {
        border-right: 1px solid #e5b351;
        margin-top: 0
    }

    .blogList #main article:nth-child(3n+0) .post-body footer li.more a:before {
        background-position: center -2247px
    }

    .blogList #main article:nth-child(3n+0) .post-body footer ul li.sharing > a:before {
        background-position: center -2208px
    }
}

@media(min-width:992px) {
    #featured-blog .bigPost .post-tag, #featured-blog .smallPost .img .post-tag, .blogList #main article .post-thumb .post-tag {
        position: absolute;
        top: -60px
    }

    #featured-blog .bigPost:hover .post-tag, #featured-blog .smallPost:hover .img .post-tag, .blogList #main article:hover .post-thumb .post-tag {
        top: 10px
    }

    #featured-blog .bigPost footer .author, #featured-blog .bigPost footer .date {
        display: block
    }

    #featured-blog .smallPost {
        border-right: none;
        height: 572px;
        background: #fff url(../images/ring-alt.gif) no-repeat 50% 40%
    }

    #lastPost {
        background: #fff url(../images/ring-alt.gif) no-repeat 50% 50%
    }

    #featured-blog .smallPost .content, #featured-blog .smallPost .img {
        height: 235px
    }

    #featured-blog .smallPost header h3 {
        height: 50px
    }

    #featured-blog .smallPost div[role="main"] {
        height: 75px
    }

    .blogList #main article .post-thumb {
        width: 250px;
        height: 250px
    }

    .blogList #main article .post-body {
        height: 250px;
        width: 447px
    }

        .blogList #main article .post-body div.main {
            height: 100px
        }

        .blogList #main article .post-body footer {
            width: 447px
        }

    .blog aside, .blog-details aside {
        margin-top: 0
    }

    aside .news, aside .newsletter, aside .social-networks, aside .marketing {
        width: 100%;
        float: left
    }

        aside .news article {
            width: 100%;
            float: none
        }

            aside .news article .post-body, aside .news article .post-body footer {
                padding-right: 0
            }

                aside .news article .post-body, aside .news article .post-body footer {
                    padding-right: 0
                }

        aside .marketing article {
            width: 100%;
            float: none;
            padding-right: 0
        }

        aside .social-networks ul li {
            margin: 9px
        }

    .blog #footer .links, .blog-details #footer .links {
        margin-top: 0
    }

    .blog #footer .links, .blog-details #footer .links {
        width: 26%;
        float: left
    }

        .blog #footer .links ul li {
            float: none;
            width: 100%
        }

    #featured-blog .smallPost footer ul li.sharing ul {
        top: 28px;
        left: -38px
    }
}

@media(min-width:1200px) {
    #featured-blog .smallPost .content, #featured-blog .smallPost .img {
        height: 285px
    }

    #featured-blog .smallPost header h3 {
        font-size: 17px;
        line-height: 28px;
        height: 52px
    }

    #featured-blog .smallPost div[role="main"] {
        height: auto
    }

    .blogList #main article .post-thumb {
        width: 285px;
        height: 285px
    }

    .blogList #main article .post-body {
        height: 285px;
        width: 562px
    }

        .blogList #main article .post-body div.main {
            height: auto
        }

        .blogList #main article .post-body footer {
            width: 562px
        }

    aside .news article .post-body {
        height: 120px
    }

    .blog #footer .links {
        width: 26%
    }

        .blog #footer .links ul li {
            float: right;
            width: 50%
        }

    #featured-blog .smallPost footer ul li.sharing ul {
        top: 7px;
        left: 20px
    }
}

@media(min-width:1600px) {
    .blog #footer-wrapper, .blog-details #footer-wrapper {
        margin-top: 120px
    }
}

.festivalRib {
    position: fixed;
    display: block;
    width: 90px;
    height: 143px;
    right: 0;
    top: 50%;
    margin-top: -71px;
    z-index: 1000000000
}

    .festivalRib img {
        width: 100%
    }

@media(min-width:768px) {
    .festivalRib {
        width: 120px;
        height: 190px;
        margin-top: -95px
    }
}

@media(min-width:992px) {
    .festivalRib {
        width: 144px;
        height: 228px;
        margin-top: -114px
    }
}
