/* * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.label,sub,sup {
    vertical-align: baseline
}

.btn,.caret,img {
    vertical-align: middle
}

hr,img {
    border: 0
}

body,figure {
    margin: 0
}

.col-xs-12,.col-xs-3,.col-xs-6,.col-xs-8,.dropdown-menu {
    float: left
}

.flexslider .slides,.media {
    zoom:1}

.owl-carousel,.owl-carousel .owl-item,html {
    -webkit-tap-highlight-color: transparent
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 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
}

b,optgroup,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    color: #000;
    background: #ff0
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

*,:after,:before,input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

pre,textarea {
    overflow: auto
}

code,kbd,pre,samp {
    font-size: 1em
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

address {
    font-style: normal
}

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[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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 {
    blockquote,img,pre,tr {
        page-break-inside: avoid
    }

    *,: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
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .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
    }
}

.dropdown-menu,.modal-content {
    -webkit-background-clip: padding-box
}

.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-primary.active,.btn-primary:active,.btn.active,.btn:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.form-control,.navbar-toggle,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-primary {
    background-image: none
}

body {
    background-color: #fff
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

*,:after,:before {
    box-sizing: border-box;
    break-inside: avoid
}

html {
    font-size: 10px
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #FFF;
    text-decoration: underline
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

[role=button] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 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
}

dt,kbd kbd,label {
    font-weight: 700
}

address,blockquote .small,blockquote footer,blockquote small,dd,dt,pre {
    line-height: 1.42857143
}

@media(min-width: 768px) {
    .lead {
        font-size:21px
    }
}

.small,small {
    font-size: 85%
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-uppercase {
    text-transform: uppercase
}

pre code,table {
    background-color: transparent
}

dl,ol,ul {
    margin-top: 0
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

address,dl {
    margin-bottom: 20px
}

ol,ul {
    margin-bottom: 10px;
   /* padding: 11px; */
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dd {
    margin-left: 0
}

@media(min-width: 768px) {
    .container {
        width:750px
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    color: #777
}

legend,pre {
    display: block;
    color: #333
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: '\2014 \00A0'
}

code,kbd {
    padding: 2px 4px;
    font-size: 90%
}

caption,th {
    text-align: left
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -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%;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container,.container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container,.container-fluid {
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width: 992px) {
    .container {
        width:970px
    }
}

@media(min-width: 1200px) {
    .container {
        width:1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.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-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-xs-12,.col-xs-3,.col-xs-6,.col-xs-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    width: 100%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-3 {
    width: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

@media(min-width: 768px) {
    .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 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .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-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
}

@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-push-3 {
        left: 25%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
}

@media(min-width: 1200px) {
    .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-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%
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.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>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 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.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>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>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-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
    }
}

fieldset,legend {
    padding: 0;
    border: 0
}

fieldset {
    min-width: 0;
    margin: 0
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control,output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-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 {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
        line-height:34px
    }

    input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
        line-height: 30px
    }
}

.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],.radio input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label,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
}

.input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px
}

.input-sm {
    height: 30px;
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.collapsing,.dropdown {
    position: relative
}

.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;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #8d1dfa;
    text-decoration: none
}

.btn.active,.btn:active {
    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 {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.btn-default:hover,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.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.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.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: #fff;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,.btn-success:active,.btn-success:hover,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.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: #fff;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.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-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=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
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    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;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap
}

.dropdown-menu>li>a {
    clear: both;
    font-weight: 400;
    color: #333
}

.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;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.btn .caret {
    margin-left: 0
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.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 .form-control,.input-group-btn {
    display: table-cell
}

.nav>li,.nav>li>a {
    display: block;
    position: relative
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group .form-control: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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group .form-control:last-child,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 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 {
    margin-right: -1px
}

.input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li>a {
    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>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.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
    }

    .navbar-collapse.in {
        overflow-y: visible
    }
}

.carousel-inner,.media,.modal,.modal-open,.progress {
    overflow: hidden
}

.container-fluid>.navbar-collapse,.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width: 768px) {
    .container-fluid>.navbar-collapse,.container>.navbar-collapse {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.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>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-toggle {
        display:none
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.breadcrumb>li,.pagination {
    display: inline-block
}

.btn .badge,.btn .label {
    top: -1px;
    position: relative
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    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 {
    z-index: 3;
    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
}

.badge,.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em
}

a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.thumbnail {
    display: block
}

a.badge:focus,a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.alert,.thumbnail {
    margin-bottom: 20px
}

.close {
    font-weight: 700
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissible {
    padding-right: 35px
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.modal,.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

@-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;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #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.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
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media>.pull-left {
    padding-right: 10px
}

.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-title,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.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-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel-heading {
    border-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-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,.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-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,.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-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading+.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
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.popover,.tooltip {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-shadow: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
    text-decoration: none;
    text-transform: none
}

.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;
    border: 0
}

.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    -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;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    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: fixed;
    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-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)
    }
}

.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    text-align: left;
    text-align: start;
    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;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.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,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    text-align: left;
    text-align: start;
    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: 6px;
    -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
}

.carousel,.carousel-inner {
    position: relative
}

.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.left>.arrow:after,.popover.right>.arrow:after {
    bottom: -10px;
    content: " "
}

.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 {
    left: 1px;
    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;
    border-right-width: 0;
    border-left-color: #fff
}

.carousel-inner {
    width: 100%
}

.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: 1000px;
        perspective: 1000px
    }

    .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-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
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom:20px
    }
}

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " "
}

.clearfix:after,.container-fluid:after,.container:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.panel-body:after,.row:after {
    clear: both
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden,.visible-sm,.visible-xs {
    display: none !important
}

.invisible {
    visibility: hidden
}

[class*=" ti-"],[class^=ti-],[data-icon]:before {
    speak: none;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media(max-width: 767px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell !important
    }
}

@font-face {
    font-family: et-line;
    src: url(../fonts/et-line.eot);
    src: url(../fonts/et-line.eot?#iefix) format('embedded-opentype'),url(../fonts/et-line.woff) format('woff'),url(../fonts/et-line.ttf) format('truetype'),url(../fonts/et-line.svg#et-line) format('svg');
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    font-family: et-line;
    content: attr(data-icon);
    text-transform: none;
    line-height: 1;
    display: inline-block
}

.icon-focus,.icon-globe,.icon-layers,.icon-mobile,.icon-sad {
    font-family: et-line;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block
}

.icon-mobile:before {
    content: "\e000"
}

.icon-focus:before {
    content: "\e01b"
}

.icon-layers:before {
    content: "\e031"
}

.icon-globe:before {
    content: "\e045"
}

.icon-sad:before {
    content: "\e05c"
}

.slides,.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    zoom:1;-webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2)
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img,html[xmlns] .flexslider .slides {
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

* html .flexslider .slides {
    height: 1%
}

.flexslider .slides img {
    width: 100%;
    height: auto
}

.carousel li {
    margin-right: 5px
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.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-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev {
    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-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;
    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
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.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 .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

@font-face {
    font-family: themify;
    src: url(../fonts/themify.eot?-fvbane);
    src: url(f../onts/themify.eot?#iefix-fvbane) format('embedded-opentype'),url(../fonts/themify.woff?-fvbane) format('woff'),url(../fonts/themify.ttf?-fvbane) format('truetype'),url(../fonts/themify.svg?-fvbane#themify) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" ti-"],[class^=ti-] {
    font-family: themify;
    font-style: normal;
    text-transform: none
}

.ti-star:before {
    content: "\e60a"
}

.ti-search:before {
    content: "\e610"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-close:before {
    content: "\e646"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

html,body {
    height: 100%
}

body {
    font-family: 'Raleway',sans-serif;
    color: #191b1d;
    font-size: 15px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::-moz-selection {
    background-color: #191b1d;
    color: #fff
}

::selection {
    background-color: #191b1d;
    color: #fff
}

img {
    max-width: 100%
}

h1,h2,h3,h4,h5,h6 {
    letter-spacing: 1px;
    font-family: 'Montserrat',sans-serif
}

h1,.h1 {
    font-size: 38px
}

h2,.h2 {
    font-size: 32px
}

h3,.h3 {
    font-size: 26px
}

h4,.h4 {
    font-size: 20px
}

h5,.h5 {
    font-size: 16px
}

h6,.h6 {
    font-size: 14px;
    font-weight: 600
}

h6.upper,.h6.upper {
    font-size: 12px;
    font-weight: 400
}

a {
    color: #8d1dfa
}

a:hover {
    color: #7a0921;
    text-decoration: none
}

a:focus {
    color: #1b0207;
    text-decoration: none
}

p {
    color: #6d747c
}

p .db {
    display: block
}

.form-group:last-child {
    margin-bottom: 0
}

.form-control {
    padding: 18px 24px;
    height: 55px;
    border-radius: 0;
    background-color: transparent;
    font-size: 12px;
    letter-spacing: 1px;
    box-shadow: none;
    border-color: #e7e7e7
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #8d1dfa
}

.form-control.input-sm {
    height: 37px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 1.6
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8
}

section.full-height {
    min-height: 100%
}

section.parallax {
    padding: 0;
    background-color: transparent;
    border: 0
}

section.parallax .form-control {
    border-color: #fff
}

section.parallax .form-control:focus {
    border-color: #8d1dfa
}

section.dark {
    background-color: #191b1d;
    color: #fff;
    border: 0
}

section.dark p {
    color: #e6e7e9
}

section.dark blockquote footer {
    color: #fff
}

section.dark .progress-bar {
    background-color: #8d1dfa
}

section.dark+section.dark {
    border-top: 1px solid #101112
}

section.splash {
    color: #fff
}

section.splash:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .75;
    background-color: #8d1dfa
}

section.splash .title h2 {
    font-weight: 200;
    font-size: 60px
}

section.splash p {
    color: #fff
}

section.colored {
    background-color: #8d1dfa;
    color: #fff
}

.section-content {
    padding: 25px 0
}

.section-content:before,.section-content:after {
    content: " ";
    display: table
}

.section-content:after {
    clear: both
}

.page-title {
    height: 350px;
    padding: 0
}

.page-title.parallax {
    height: 450px
}

.artist-art-banner {
    height: 150px
}

.page-title .title {
    margin: 0
}

.pad-left-25 {
    padding-left: 25px
}

.page-title .title h1 {
    font-size: 64px;
    margin-bottom: 20px;
    font-weight: 700
}

.page-title .title h1.upper {
    font-size: 55px;
    letter-spacing: 10px
}

.page-title .title h4 {
    font-size: 20px;
    font-family: 'Raleway',sans-serif
}

.page-title .title+.inline-form {
    margin-top: 35px
}

.page-title .title.center h1:after {
    margin-left: auto;
    margin-right: auto
}

.title {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 10
}

.title.right {
    text-align: right
}

.title.right hr {
    margin-right: 0;
    margin-left: auto
}

.title.center {
    text-align: center
}

.title.center hr {
    margin: 30px auto
}

.title h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 58px
}

.title h2.upper {
    font-size: 48px;
    letter-spacing: 8px
}

.title h3 {
    margin-top: 0;
    font-weight: 700;
    font-size: 48px
}

.title h3.upper {
    font-size: 38px;
    letter-spacing: 8px
}

.title h4 {
    font-size: 16px;
    margin-bottom: 20px
}

.title h4.upper {
    font-size: 14px;
    font-family: 'Raleway';
    letter-spacing: 2px
}

.title h4.upper.serif {
    font-family: 'Halant',serif;
    font-size: 18px
}

.title p {
    font-size: 18px;
    margin: 25px 0;
    font-weight: 400
}

.title>i {
    font-size: 45px;
    margin-bottom: 25px
}

.title hr {
    width: 45px;
    margin: 20px 0;
    border-top: 1px solid #8d1dfa
}

.title hr.black {
    border-color: #191b1d
}

.btn {
    padding: 0 28px;
    height: 55px;
    line-height: 53px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif
}

.btn>span i {
    margin-left: 0;
    font-size: 16px;
    line-height: inherit
}

.btn i {
    margin-left: 10px
}

.btn+.btn {
    margin-left: 10px
}

.btn.btn-sm {
    padding: 0 16px;
    font-size: 10px;
    height: 37px;
    line-height: 35px
}

.btn.btn-round {
    border-radius: 100px
}

.btn:focus,.btn:focus:active {
    outline: 0
}

.btn-default {
    color: #191b1d;
    border-color: #e7e7e7;
    background-color: #fff
}

.btn-default:hover,.btn-default:active,.btn-default:focus {
    background-color: #fff;
    border-color: #ccc;
    color: #191b1d
}

.btn-color {
    color: #fff;
    border-color: #8d1dfa;
    background-color: #8d1dfa;
   
}

.btn-color:hover,.btn-color:active,.btn-color:focus {
    background-color: #8d1dfa;
    border-color: #8d1dfa;
    color: #fff
}

.btn-color-out {
    background-color: #8d1dfa;
    border-color: #8d1dfa;
    color: #fff
}

.btn-color-out:hover,.btn-color-out:active,.btn-color-out:focus {
    color: #8d1dfa;
    border-color: #8d1dfa;
    background-color: transparent
}

.btn-color-out1 {
    background-color: #8d1dfa;
    border-color: #8d1dfa;
    color: #fff
}

.btn-color-out1:hover,.btn-color-out1:active,.btn-color-out1:focus {
    color: #8d1dfa;
    border-color: #8d1dfa;
    background-color: #fff
}

.open>.dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: #c6c6c6
}

.open>.dropdown-toggle.btn-default:focus {
    background-color: transparent;
    border-color: #c6c6c6
}

.dropdown-menu {
    box-shadow: none;
    border-radius: 0
}

.go-top {
    width: 50px;
    height: 45px;
    position: absolute;
    top: -45px;
    line-height: 45px;
    right: 50px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 100
}

.go-top a {
    color: #191b1d;
    display: block
}

.go-top a:hover {
    color: #8d1dfa
}

blockquote {
    border: 0
}

blockquote.boxed {
    background-color: #f7f7f7;
    border-left: 3px solid #191b1d
}

blockquote p {
    font-size: 20px
}

blockquote footer {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.counter {
    margin: 25px 0;
    overflow: hidden
}

.detail-banner {
    position: relative;
    margin-bottom: 30px;
    height: 275px
}

.boxes [class*="col-"] {
    padding: 5%
}

.client-image {
    max-width: 130px;
    display: block;
    margin: 0 auto
}

.client-image:hover {
    -webkit-animation: animClient 1.2s both;
    animation: animClient 1.2s both
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 62px
}

#topnav.scroll {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1)
}

#topnav.scroll .navigation-menu>li>a {
    color: #191b1d
}

#topnav.scroll .navigation-menu>li>a:hover {
    color: #8d1dfa;
    background-color: transparent
}

@media(min-width: 992px) {
    #topnav.scroll .navigation-menu>li>a {
        padding-top:20px;
        padding-bottom: 20px
    }
}

#topnav.scroll .navigation-menu>li.active>a {
    color: #8d1dfa
}

#topnav.scroll .menu-extras .menu-item {
    border-color: #eee
}

#topnav.scroll .menu-extras .menu-item .cart>a,#topnav.scroll .menu-extras .menu-item .search>a {
    color: #3d4146;
    line-height: 62px
}

#topnav.scroll .menu-extras .menu-item .cart>a:hover,#topnav.scroll .menu-extras .menu-item .search>a:hover {
    color: #8d1dfa
}

#topnav.scroll .navbar-toggle span {
    background-color: #191b1d
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    height: 62px;
    padding: 0;
    margin: 0;
    cursor: pointer
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 24px auto;
    height: 18px
}

#topnav .navbar-toggle.open span {
    position: absolute
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#topnav .navbar-toggle span {
    height: 1px;
    width: 100%;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

#topnav .navbar-toggle span:last-child {
    width: 75%;
    margin-bottom: 0
}

#topnav .navbar-toggle:hover {
    background-color: transparent
}

#topnav .navbar-toggle:hover span {
    background-color: #8d1dfa
}

#topnav .navbar-toggle:focus {
    background-color: transparent
}

#topnav .navigation-menu {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px
}

#topnav .navigation-menu>li>a:hover,#topnav .navigation-menu>li>a:focus {
    background-color: transparent
}

@media(min-width: 992px) {
    #topnav .navigation-menu>li>a {
        padding-top:25px;
        padding-bottom: 25px;
        min-height: 39px
    }
}

#topnav .navigation-menu>li .submenu li a i {
    margin-right: 5px
}

#topnav .navigation-menu>li.has-submenu>a:after {
    content: "\e64b";
    font-family: "themify";
    margin-left: 3px
}

#topnav .navigation-menu>li .submenu li span.label {
    padding: .2em .6em .3em;
    display: inline;
    background-color: #8d1dfa;
    color: #fff;
    margin-left: 4px;
    font-size: 8px;
    font-weight: bold;
    line-height: 1
}

#topnav .logo {
    float: left;
    padding: 16px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#topnav .logo img {
    max-height: 45px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#topnav .logo .logo-light {
    display: block
}

#topnav .logo .logo-dark {
    display: none
}

#topnav.scroll .logo {
    padding: 11px 0
}

#topnav.scroll .logo .logo-light {
    display: none
}

#topnav.scroll .logo .logo-dark {
    display: block
}

#topnav.scroll.dark {
    background-color: #191b1d
}

#topnav.scroll.dark .navigation-menu>li>a {
    color: #fff
}

#topnav.scroll.dark .navigation-menu>li>a:hover {
    color: #8d1dfa
}

#topnav.scroll.dark .navigation-menu>li .submenu {
    background-color: #191b1d;
    border-color: #3d4146
}

#topnav.scroll.dark .navigation-menu>li.active>a {
    color: #8d1dfa
}

#topnav.scroll.dark .menu-extras .menu-item {
    border-color: #3d4146
}

#topnav.scroll.dark .menu-extras .menu-item .cart>a,#topnav.scroll.dark .menu-extras .menu-item .search>a {
    color: #fff
}

#topnav.scroll.dark .logo .logo-dark {
    display: none
}

#topnav.scroll.dark .logo .logo-light {
    display: block
}

#topnav.scroll.dark .navbar-toggle span {
    background-color: #fff
}

.menu-extras {
    float: right
}

.menu-extras .menu-item {
    float: left;
    border-right: 1px solid transparent
}

.menu-extras .menu-item:first-child {
    border-left: 1px solid transparent
}

.menu-extras .menu-item .cart,.menu-extras .menu-item .search {
    position: relative
}

.menu-extras .menu-item .cart>a,.menu-extras .menu-item .search>a {
    display: block;
    padding: 0 25px;
    line-height: 72px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.cart .cart-number {
    position: absolute;
    font-size: 10px;
    background-color: #8d1dfa;
    top: 12px;
    right: 16px;
    line-height: 1;
    padding: 2px 4px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-weight: bold
}

.search-form {
    position: absolute;
    right: 0;
    background-color: #fff;
    min-width: 300px;
    padding: 15px;
    border: 1px solid #eee;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 10px
}

.search-form .form-control {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 44px
}

.search-form .btn {
    height: 44px;
    padding: 0 16px;
    line-height: 44px
}

.text-box {
    margin: 25px 0;
    padding-right: 15px
}

.text-box h4 {
    font-size: 13px;
    text-transform: uppercase
}

.text-box hr {
    width: 40px;
    border-color: #8d1dfa
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    text-align: center;
    background-color: #191b1d
}

#home {
    padding: 0;
    height: 100%;
    border: 0
}

#home.bordered {
    border: 20px solid #fff !important
}

#home .centrize {
    z-index: 100
}

#home-slider {
    border: 0;
    margin: 0;
    height: 100%
}

#home-slider .slides {
    height: 100%
}

#home-slider .slides>li {
    height: 100%
}

#home-slider.kenburn .slide-image {
    transition: -webkit-transform 6s ease 0s;
    transition: transform 6s ease 0s;
    transition: transform 6s ease 0s,-webkit-transform 6s ease 0s;
    -webkit-transition: -webkit-transform 6s ease 0s;
    -moz-transition: -moz-transform 6s ease 0s;
    -moz-transform-origin: center center
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.slide-image.ff-fix {
    position: absolute
}

.slide-wrap {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: rgba(33,40,45,0.6);
    z-index: 200
}

.slide-content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center
}

.slide-content h1 {
    font-weight: 700;
    font-size: 90px;
    margin: 25px 0
}

.slide-content h1.upper {
    font-size: 64px;
    letter-spacing: 8px
}

.slide-content h2 {
    font-weight: 700;
    font-size: 75px;
    margin: 25px 0
}

.slide-content h2.upper {
    font-size: 48px;
    letter-spacing: 8px
}

.slide-content h6 {
    font-family: 'Raleway',sans-serif;
    letter-spacing: 3px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 35px 0
}

.slide-content h6.upper {
    font-size: 16px
}

#text-rotator h1 {
    margin: 0;
    padding: 25px 0;
    font-size: 75px
}

#text-rotator h1.upper {
    font-size: 55px
}

.progress {
    height: 1px;
    background-color: #ddd;
    margin-bottom: 25px;
    box-shadow: none
}

.progress-bar {
    background-color: #191b1d;
    box-shadow: none
}

.progress-bar.colored {
    background-color: #8d1dfa
}

.skill {
    position: relative;
    text-align: left
}

.img-side {
    padding: 0;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    z-index: 100
}

.img-side.img-right {
    right: 0
}

.img-side.img-left {
    left: 0
}

.img-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.img-holder.overlay {
    color: #fff
}

.img-holder.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33,40,45,0.6)
}

.img-holder.overlay .title p {
    color: #fff
}

.img-holder .title {
    padding-left: 100px;
    padding-right: 100px
}

.article-det-banner img {
    height: 258px;
    width: 100%
}

.movie-art-banner img {
    height: 150px;
    width: 100%
}

.detail-banner-cont .container-fluid {
    margin-top: 25px
}

.pos-artist-det {
    padding-top: 25px;
    padding-left: 48px;
    left: 15px
}

@media(min-width: 768px) and (max-width:991px) {
    .each_blogsidebar .sidebar .widget ul.nav>li>a.active {
        display:none
    }

    .container-fluid.detail-sec {
        margin-top: 20px
    }

    .pad-left-25 {
        padding-left: 65px
    }

    .detail-banner {
        margin-bottom: 20px
    }

    .img-holder .title {
        display: none
    }
}

.owl-carousel .owl-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.owl-carousel .owl-grab .owl-item {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.parallax-overlay {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 10;
    background-color: rgba(33,40,45,0.55);
    color: #fff;
    height: 100%;
    width: 100%
}

.parallax-overlay.light {
    background-color: rgba(33,40,45,0.15);
    color: #191b1d
}

.parallax-overlay p {
    color: #fff
}

.services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.services .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.services .row:before,.services .row:after {
    display: none
}

.services [class*="col-"] {
    padding: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.services [class*="col-"]:hover {
    background-color: #8d1dfa;
    border-color: #8d1dfa;
    color: #fff
}

.services [class*="col-"]:hover .service:before {
    height: 50%;
    width: 50%;
    border-color: #fff
}

.services [class*="col-"]:hover .service:after {
    height: 50%;
    width: 50%;
    border-color: #fff
}

.services [class*="col-"]:hover .service hr {
    border-color: #fff;
    -webkit-animation: animServiceHr 1s both;
    animation: animServiceHr 1s both
}

.services [class*="col-"]:hover .service p {
    color: #fff
}

.services [class*="col-"]:hover .service i {
    -webkit-animation: animServiceIcon 1s both;
    animation: animServiceIcon 1s both
}

.services [class*="col-"]:hover .service .back-icon {
    opacity: 1
}

.service {
    padding: 40px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.service:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    -webkit-transition: width .3s ease .2s,height .3s ease .4s;
    transition: width .3s ease .2s,height .3s ease .4s
}

.service:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: width .3s ease .2s,height .3s ease .4s;
    transition: width .3s ease .2s,height .3s ease .4s
}

.service i {
    font-size: 55px;
    margin-bottom: 25px
}

.service h4 {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase
}

.service hr {
    width: 40px;
    border-color: #191b1d;
    margin-left: auto;
    margin-right: auto
}

.service p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.service .back-icon {
    position: absolute;
    color: rgba(0,0,0,0.04);
    right: 0;
    top: 25px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.service .back-icon i {
    font-size: 120px
}

.parallax ::-webkit-input-placeholder,.splash ::-webkit-input-placeholder,.dark ::-webkit-input-placeholder,.colored ::-webkit-input-placeholder {
    color: #fff
}

.parallax ::-moz-placeholder,.splash ::-moz-placeholder,.dark ::-moz-placeholder,.colored ::-moz-placeholder {
    color: #fff
}

.parallax :-ms-input-placeholder,.splash :-ms-input-placeholder,.dark :-ms-input-placeholder,.colored :-ms-input-placeholder {
    color: #fff
}

.parallax ::placeholder,.splash ::placeholder,.dark ::placeholder,.colored ::placeholder {
    color: #fff
}

.parallax .form-control,.splash .form-control,.dark .form-control,.colored .form-control {
    color: #fff;
    border-color: #fff
}

.parallax blockquote footer,.splash blockquote footer,.dark blockquote footer,.colored blockquote footer {
    color: #fff
}

.parallax .progress,.splash .progress,.dark .progress,.colored .progress {
    background-color: #fff
}

.inline-form {
    max-width: 600px
}

.inline-form.center {
    margin-left: auto;
    margin-right: auto
}

.inline-form.small {
    max-width: 400px
}

.inline-form .form-control {
    border-right: 0
}

.features h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px
}

.features h4:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #8d1dfa;
    display: block;
    margin: 20px 0
}

.contact-form {
    margin: 0 auto
}

.contact-form .form-group {
    margin-bottom: 20px
}

.contact-form textarea {
    min-height: 200px
}

#login-box {
    max-width: 400px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

#login-tabs {
    border-bottom: 0;
    margin: 0
}

#login-tabs>li a {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 0
}

#login-tabs>li a:hover {
    background-color: transparent
}

#login-tabs>li.active>a {
    background-color: transparent;
    border: 1px solid #fff
}

#login-content {
    padding: 40px 0
}

.price {
    background-color: #f7f7f7;
    padding: 30px 0
}

.price h2 {
    font-size: 80px;
    margin: 0
}

.price h2 span {
    font-size: 30px;
    color: #191b1d
}

.features>li {
    padding: 15px;
    color: #494e53;
    font-weight: 300
}

.features>li:nth-child(even) {
    background-color: #f7f7f7
}

.features>li span {
    font-weight: 400
}

.countdown-wrap {
    margin: 30px 0
}

.countdown li {
    margin-right: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block
}

.countdown span {
    display: block;
    font-size: 40px;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    width: 85px;
    height: 85px;
    line-height: 75px;
    color: #61686f;
    font-weight: 300
}

section.parallax .countdown span {
    color: #fff;
    border-color: #fff
}

.accordion>li:nth-child(odd) .accordion-title {
    background-color: #f7f7f7
}

.accordion>li.active .accordion-title h4:before {
    content: "\e64b";
    color: #8d1dfa
}

.accordion-title h4 {
    font-family: 'Raleway',sans-serif;
    margin: 0;
    padding: 30px 20px;
    position: relative;
    cursor: pointer;
    font-weight: 300
}

.accordion-title h4:before {
    content: "\e649";
    font-family: "themify";
    font-size: 13px;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.accordion>li:nth-child(odd) .accordion-rating {
    background-color: #f7f7f7
}

.accordion>li.active .accordion-rating h4:before {
    content: "\e64b";
    color: #8d1dfa
}

.accordion-rating h4 {
    font-family: 'Raleway',sans-serif;
    margin: 0;
    padding: 30px 20px;
    position: relative;
    cursor: pointer;
    font-weight: 300
}

.accordion-rating h4:before {
    font-family: "themify";
    font-size: 13px;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.accordion-content {
    display: none;
    padding: 20px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

#error-404 {
    min-height: 100%
}

.error-page {
    text-align: center
}

.error-page i {
    font-size: 80px
}

.error-page .title {
    margin: 50px 0
}

.error-page .title h2 {
    font-size: 65px;
    letter-spacing: 6px
}

#works {
    margin-top: 80px
}

#works.four-col .work-item {
    width: 24.9%
}

#works.four-col .work-item .work-info h3 {
    font-size: 16px
}

#works.wide .work-detail {
    margin: 0
}

.work-item {
    float: left;
    position: relative;
    overflow: hidden
}

.work-item a {
    display: block;
    position: relative;
    overflow: hidden
}

.work-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.work-item:hover .work-info {
    opacity: 1
}

.work-item:hover .work-info h3,.work-item:hover .work-info p {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.work-item img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.work-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(33,40,45,0.85);
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.work-info h3 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 6px;
    text-transform: uppercase;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 0
}

.work-info p {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0;
    font-weight: 500
}

#filters {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

#filters.no-fix {
    position: relative
}

#filters.fixed {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 2000;
    background-color: rgba(255,255,255,0.9);
    padding: 20px
}

#filters li {
    display: inline-block;
    position: relative;
    padding: 8px 16px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid transparent;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    color: #868e95
}

#filters li:hover {
    color: #191b1d
}

#filters li.active {
    border-color: #8d1dfa;
    color: #8d1dfa
}

#filters li.active:hover {
    color: #8d1dfa
}

.dot:before {
    content: " � "
}

.pagination {
    display: block;
    text-align: center;
    margin-top: 50px
}

.pagination li {
    display: inline-block
}

.pagination li.active>a {
    background-color: #191b1d;
    border-color: #191b1d;
    color: #fff
}

.pagination li.active>a:hover {
    background-color: transparent;
    color: #8d1dfa;
    border-color: #8d1dfa
}

.pagination li.active>a:focus {
    background-color: #8d1dfa;
    border-color: #8d1dfa;
    color: #fff
}

.pagination li:first-child>a,.pagination li:last-child>a {
    border-radius: 0
}

.pagination li>a {
    color: #191b1d;
    border-color: transparent;
    font-size: 16px;
    border-radius: 0;
    background-color: transparent;
    padding: 8px 14px;
    cursor: pointer
}

.pagination li>a:hover {
    background-color: #191b1d;
    color: #fff;
    border-color: #191b1d
}

.pagination li>a:focus {
    background-color: #191b1d;
    color: #fff;
    border-color: #191b1d
}

.sidebar .widget {
    margin-bottom: 50px
}

.sidebar .widget h6:after {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background-color: #191b1d;
    margin: 20px 0
}

.sidebar .widget a {
    color: #494e53
}

.sidebar .widget a:hover {
    color: #8d1dfa
}

.sidebar .widget ul.nav>li {
    margin-bottom: 0
}

.sidebar .widget ul.nav>li:last-child>a {
    border-bottom: 0
}

.sidebar .widget ul.nav>li>a {
    padding: 12px 0;
    border-bottom: 1px solid #e7e7e7;
    letter-spacing: 1px
}

.detail-sidebar .sidebar .widget ul.nav>li>a {
    border-bottom: 0;
    border: 0
}

.sidebar .widget ul.nav>li>a>span {
    display: block;
    color: #79818a;
    margin-top: 5px
}

.sidebar .widget ul.nav>li>a:hover {
    background-color: transparent
}

.sidebar .widget ul.nav>li>a:focus {
    background-color: transparent
}

.widget h6 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.widget p {
    margin-bottom: 15px
}

.widget p span {
    display: block
}

.widget ul li a {
    display: block;
    padding: 5px 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.widget ul li a i {
    font-size: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 3px
}

.widget ul li a:hover i {
    margin-left: 10px
}

.widget .tags a {
    display: block;
    float: left;
    padding: 10px 15px;
    border: 1px solid #191b1d;
    margin: 0 10px 10px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500
}

.widget .tags a:hover {
    background-color: #8d1dfa;
    border-color: #8d1dfa;
    color: #fff
}

#comments {
    margin-bottom: 50px
}

#comments h5 {
    font-size: 13px;
    letter-spacing: 2px
}

.comment:before,.comment:after {
    content: " ";
    display: table
}

.comment:after {
    clear: both
}

.form-double:before,.form-double:after {
    content: " ";
    display: table
}

.form-double:after {
    clear: both
}

.form-double .form-group {
    float: left;
    padding-right: 5px;
    width: 50%
}

.form-double .form-group.last {
    padding-left: 5px;
    padding-right: 0
}

.cart>thead>tr>th {
    border-bottom: 1px solid #e7e7e7;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.cart>tbody>tr>td {
    padding: 20px 8px;
    vertical-align: middle;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7
}

.cart>tbody>tr>td>a {
    color: #191b1d
}

.cart>tbody>tr>td>a:hover {
    color: #8d1dfa
}

.cart>tbody>tr>td .form-control {
    width: 60px;
    padding: 10px 12px;
    font-size: 15px;
    height: 45px
}

.cart>tbody>tr>td .circle {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #0c7
}

.cart>tbody>tr>td .circle.red {
    background-color: #8d1dfa
}

.cart>tbody>tr>td img {
    max-height: 100px
}

.product-list li {
    overflow: hidden;
    margin-bottom: 25px !important;
    font-weight: 500
}

.product-list li:last-child {
    margin-bottom: 0 !important
}

.form-group label {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase
}

.form-group .checkbox input[type=checkbox],.form-group .radio input[type=checkbox],.form-group .checkbox input[type=radio],.form-group .radio input[type=radio] {
    margin-top: 0
}

.form-group textarea {
    min-height: 100px
}

#detail-topNav .nav-tabs {
    margin-bottom: 0
}

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 25px
}

.nav-tabs.center {
    text-align: center
}

.nav-tabs.center>li {
    display: inline-block;
    float: none
}

.nav-tabs>li>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    border-radius: 0;
    color: #191b1d;
    font-family: 'Montserrat',sans-serif
}

.nav-tabs>li>a:hover {
    background-color: transparent;
    border-color: transparent
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    border: 1px solid #8d1dfa;
    color: #8d1dfa;
    cursor: pointer;
    background-color: transparent;
    outline: 0
}

.nav-tabs.outline {
    border-bottom: 1px solid #ddd
}

.nav-tabs.outline>li.active>a,.nav-tabs.outline>li.active>a:focus,.nav-tabs.outline>li.active>a:hover {
    background-color: #fff;
    border-color: transparent;
    border-bottom-color: #8d1dfa;
    margin-bottom: -1px;
    outline: 0
}

section.dark .nav-tabs.outline>li>a {
    color: #fff
}

section.dark .nav-tabs.outline>li.active>a,section.dark .nav-tabs.outline>li.active>a:focus,section.dark .nav-tabs.outline>li.active>a:hover {
    background-color: #191b1d
}

.table {
    font-size: 14px
}

.table>thead>tr>th {
    border-bottom: 1px solid #e7e7e7;
    font-size: 11px;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 1px;
    font-weight: 400
}

.table>tbody>tr>td {
    border-bottom: 1px solid #e7e7e7
}

.alert {
    border-radius: 0;
    font-size: 16px;
    background-color: transparent
}

.alert .close {
    opacity: 1;
    outline: 0
}

.alert .close i {
    text-shadow: none;
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold
}

.alert.alert-success {
    border-color: #2ecc71;
    color: #2ecc71
}

.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.timeline:before {
    content: "";
    position: absolute;
    width: 1px;
    left: 25%;
    top: -100px;
    bottom: -100px;
    background-color: #e7e7e7
}

.timeline>li {
    overflow: hidden;
    margin-bottom: 50px
}

.timeline>li:last-child {
    margin-bottom: 0
}

@media(max-width: 767px) {
    .join {
        height:172px !important
    }

    #footer-widgets {
        padding-bottom: 0 !important
    }
}

.article-star-rating {
    width: 75%
}

@media(max-width: 991px) {
    .article-star-rating {
        width:70% !important
    }
}

#gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 2000;
    text-align: center;
    display: none
}

#gallery-close {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 20px;
    color: #fff;
    text-align: center
}

#gallery-close:hover {
    text-shadow: 0 0 5px rgba(255,255,255,0.8)
}

#gallery-close:hover,#gallery-close:focus {
    color: #fff
}

#gallery-close i {
    vertical-align: middle;
    line-height: inherit
}

.gallery-control {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: -50px;
    color: #fff;
    font-size: 20px
}

.gallery-control:hover {
    text-shadow: 0 0 5px rgba(255,255,255,0.8)
}

.gallery-control:hover,.gallery-control:focus {
    color: #fff
}

.gallery-control i {
    vertical-align: middle;
    line-height: inherit
}

.gallery-control.gallery-prev {
    left: 0;
    text-align: left
}

.gallery-control.gallery-next {
    right: 0;
    text-align: right
}

footer.dark {
    color: #fff;
    background-color: #191b1d
}

footer.dark p {
    color: #fff
}

#footer-widgets {
    position: relative;
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 -1px 4px rgba(0,0,0,0.05);
    border-top: 1px solid #eee;
    z-index: 10
}

#footer-widgets .widget {
    margin: 25px 0
}

#footer-widgets .widget ul {
    margin-bottom: 0
}

#footer-widgets .widget ul li a {
    display: inline-block;
    color: #494e53
}

#footer-widgets .widget ul li a:hover {
    color: #8d1dfa
}

#footer {
    position: relative;
    background-color: #f5f5f5;
    z-index: 10
}

#footer.dark {
    background-color: #191b1d
}

#footer.dark .list-inline>li>a,#footer.dark .footer-social ul>li>a {
    color: #fff
}

#footer .footer-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e7e7e7
}

#footer p {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 2px
}

#footer .copy-text.center {
    text-align: center
}

#footer .copy-text p {
    margin: 15px 0
}

#footer .footer-social {
    text-align: right
}

#footer .footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-social ul>li {
    display: inline-block;
    margin: 10px 5px
}

#footer .footer-social ul>li>a {
    display: block;
    width: 35px;
    height: 40px;
    line-height: 40px;
    color: #79818a;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center
}

#footer .footer-social ul>li>a:hover {
    color: #8d1dfa
}

#footer .footer-social.center {
    text-align: center
}

#footer .list-inline {
    text-align: center;
    margin: 0;
    padding: 15px 0
}

#footer .list-inline>li {
    margin-right: 15px;
    position: relative
}

#footer .list-inline>li:after {
    content: '�';
    color: #8d1dfa;
    font-size: 25px;
    position: absolute;
    top: 50%;
    right: -15px;
    height: 10px;
    line-height: 10px;
    margin-top: -5px;
    font-family: sans-serif
}

#footer .list-inline>li:last-child {
    margin-right: 0
}

#footer .list-inline>li:last-child:after {
    content: none
}

#footer .list-inline>li>a {
    color: #79818a;
    font-size: 15px
}

#footer .list-inline>li>a:hover {
    color: #8d1dfa
}

.footer-newsletter .form-control {
    border-color: #494e53
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative
}

.v-center {
    display: table-cell;
    vertical-align: middle
}

.serif {
    font-family: 'Halant',serif
}

.italic {
    font-style: italic
}

.small-heading {
    font-size: 13px
}

.upper {
    text-transform: uppercase
}

.ov-h {
    overflow: hidden
}

.b-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #e7e7e7
}

.border-right {
    border-right: 1px solid #e7e7e7
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7
}

.border-left {
    border-left: 1px solid #e7e7e7
}

.m-0 {
    margin: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mt-25 {
    margin-top: 25px !important
}

.p-0 {
    padding: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.grey-text {
    color: #79818a
}

.red {
    color: #8d1dfa !important
}

.lead-text {
    font-size: 21px
}

.red-dot:before {
    content: ".";
    color: #8d1dfa
}

.alt-paragraph {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6
}

.invisible {
    opacity: 0
}

@media(min-width: 992px) {
    #topnav.scroll {
        top:0
    }

    #topnav .navigation-menu>li.has-submenu>a:after {
        content: "\e64b";
        font-family: "themify";
        margin-left: 3px
    }

    #topnav .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0
    }

    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px
    }

    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        border: 1px solid #e7e7e7;
        padding: 15px 0;
        list-style: none;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #fff
    }

    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto
    }

    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        width: 200px;
        display: inline-block;
        vertical-align: top
    }

    #topnav .navigation-menu>li .submenu>li.has-submenu>a:after {
        content: "\e649";
        font-family: "themify";
        position: absolute;
        right: 20px;
        font-size: 9px
    }

    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px
    }

    #topnav .navigation-menu>li .submenu li {
        position: relative
    }

    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 8px 25px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        color: #494e53
    }

    #topnav .navigation-menu>li .submenu li a:hover {
        color: #8d1dfa
    }

    #topnav .navigation-menu>li .submenu li span {
        display: block;
        padding: 8px 25px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        color: #949ba1
    }

    #topnav .navbar-toggle {
        display: none
    }

    #topnav #navigation {
        display: block !important
    }
}

@media(max-width: 991px) {
    #text-rotator h1 {
        font-size:60px
    }

    #text-rotator h1.upper {
        font-size: 40px
    }

    #topnav {
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1)
    }

    #topnav.dark {
        background-color: #191b1d;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1)
    }

    #topnav.dark #navigation {
        background-color: #191b1d;
        border-color: #3d4146
    }

    #topnav.dark .navigation-menu>li>a {
        color: #fff
    }

    #topnav.dark .navigation-menu>li>a:hover {
        color: #8d1dfa
    }

    #topnav.dark .navigation-menu>li .submenu li a {
        color: #fff
    }

    #topnav.dark .menu-extras .menu-item {
        border-color: #3d4146
    }

    #topnav.dark .menu-extras .menu-item .cart>a,#topnav.dark .menu-extras .menu-item .search>a {
        color: #fff
    }

    #topnav.dark .logo .logo-light {
        display: block
    }

    #topnav.dark .logo .logo-dark {
        display: none
    }

    #topnav.dark .navbar-toggle span {
        background-color: #fff
    }

    #topnav.dark .navbar-toggle:hover span {
        background-color: #8d1dfa
    }

    #topnav .container {
        width: auto
    }

    #topnav .navigation-menu {
        float: none;
        max-height: 400px
    }

    #topnav .navigation-menu>li {
        float: none
    }

    #topnav .navigation-menu>li>a {
        color: #191b1d;
        padding: 15px
    }

    #topnav .navigation-menu>li>a:hover {
        color: #8d1dfa
    }

    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px
    }

    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 0;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 2px;
        color: #191b1d
    }

    #topnav .navigation-menu>li .submenu li a:hover {
        color: #8d1dfa
    }

    #topnav .navigation-menu>li .submenu li.has-submenu>a:after {
        content: "\e64b";
        font-family: "themify";
        position: absolute;
        right: 30px
    }

    #topnav .navigation-menu>li .submenu.open {
        display: block
    }

    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none
    }

    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 2px;
        color: #79818a
    }

    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #8d1dfa
    }

    #topnav .menu-extras .menu-item {
        border-color: #eee
    }

    #topnav .menu-extras .menu-item .cart>a,#topnav .menu-extras .menu-item .search>a {
        color: #3d4146;
        line-height: 62px;
        position: relative
    }

    #topnav .menu-extras .menu-item .cart>a:hover,#topnav .menu-extras .menu-item .search>a:hover {
        color: #8d1dfa
    }

    #topnav .navbar-toggle span {
        background-color: #191b1d
    }

    #topnav .menu-extras {
        margin-right: -15px
    }

    #topnav .logo {
        padding: 11px 0
    }

    #topnav .logo .logo-light {
        display: none
    }

    #topnav .logo .logo-dark {
        display: block
    }

    #navigation {
        position: absolute;
        top: 62px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        background-color: #fff
    }

    #navigation.open {
        display: block;
        overflow-y: auto
    }

    .countdown li {
        margin-right: 25px
    }

    .counter {
        margin: 50px 0
    }

    #footer .copy-text,#footer .footer-social {
        text-align: center
    }
}

@media(min-width: 768px) and (max-width:991px) {
    #works.four-col .work-item {
        width:100%;
        text-align: center
    }

    .title.txt-sm-center hr {
        margin-left: auto;
        margin-right: auto
    }

    .txt-sm-center {
        text-align: center
    }

    .countdown-wrap .countdown span {
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-size: 35px
    }

    .main_filtersection {
        margin-top: 20px
    }
}

@media(min-width: 768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility:visible;
        opacity: 1;
        margin-top: 0
    }

    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0
    }

    .navbar-toggle {
        display: block
    }

    .menu-extras .menu-item .search:hover .search-form {
        margin-top: 0;
        opacity: 1;
        visibility: visible
    }

    .main_filtersection {
        margin-top: 0
    }
}

@media(max-width: 767px) {
    #text-rotator h1 {
        font-size:55px
    }

    #text-rotator h1.upper {
        font-size: 32px
    }

    section.splash .title h2 {
        font-size: 48px
    }

    .title h2 {
        font-size: 46px
    }

    .title h3 {
        font-size: 40px
    }

    .title.txt-xs-center hr {
        margin-left: auto;
        margin-right: auto
    }

    .txt-xs-center {
        text-align: center
    }

    .slide-content h1 {
        font-size: 55px
    }

    .slide-content h1.upper {
        font-size: 45px;
        letter-spacing: 4px
    }

    .slide-content h2.upper {
        font-size: 38px
    }

    .slide-content h6 {
        font-size: 16px
    }

    .menu-extras .menu-item .search,.menu-extras .menu-item .cart {
        position: static
    }

    .menu-extras .menu-item .search.open .search-form {
        margin-top: 0;
        opacity: 1;
        visibility: visible
    }

    .text-box {
        padding-right: 0
    }

    .countdown li {
        float: none;
        display: inline-block;
        margin: 10px
    }

    #works.four-col .work-item {
        width: 100%;
        text-align: center;
        margin-bottom: 33px
    }

    #footer-widgets .widget {
        padding-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        margin: 0
    }

    .container .img-side {
        margin-left: -15px;
        margin-right: -15px
    }

    .img-side {
        min-height: 400px;
        margin: -100px 0 50px;
        position: relative;
        z-index: 0
    }

    .img-side .img-holder .title {
        padding-left: 15px;
        padding-right: 15px
    }

    section.p-0 .img-side {
        margin-top: 0
    }

    .timeline:before {
        background-color: transparent
    }

    .timeline>li {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 25px
    }

    .boxes.clients .col-xs-6 {
        padding: 10%;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6
    }

    .boxes.clients .col-xs-6.col-xs-6:nth-child(even) {
        border-right: 0
    }

    .boxes.clients .col-xs-6.col-xs-6:nth-last-child(-n+2) {
        border-bottom: 0
    }

    .boxes.clients .col-xs-6 .client-image {
        max-width: 100%;
        max-height: 80px
    }
}

@-webkit-keyframes animServiceHr {
    0% {
        width: 80px
    }

    50% {
        width: 30px
    }

    75% {
        width: 100px
    }

    100% {
        width: 40px
    }
}

@keyframes animServiceHr {
    0% {
        width: 80px
    }

    50% {
        width: 30px
    }

    75% {
        width: 100px
    }

    100% {
        width: 40px
    }
}

@-webkit-keyframes animServiceIcon {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    75% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animServiceIcon {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    75% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes preloader {
    0% {
        height: 30px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #fff
    }

    25% {
        height: 60px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background-color: #8d1dfa
    }

    50% {
        height: 30px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #fff
    }

    100% {
        height: 30px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #fff
    }
}

@keyframes preloader {
    0% {
        height: 30px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #fff
    }

    25% {
        height: 60px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background-color: #8d1dfa
    }

    50% {
        height: 30px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #fff
    }

    100% {
        height: 30px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #fff
    }
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(75px);
        transform: translateY(75px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(75px);
        transform: translateY(75px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes animClient {
    25% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animClient {
    25% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak] {
    display: none !important
}

.detail-sidebar .widget ul.nav>li {
    float: left
}

.detail-sidebar .widget ul.nav>li {
    margin-top: 0 !important
}

.detail-sidebar .widget ul.nav>li {
    float: left;
    display: block;
    text-align: left
}

.detail-sidebar .icon {
    display: none
}

.detail-mobile-bar {
    display: none
}

.detail-sidebar .widget ul li a i {
    display: none
}

@media screen and (max-width: 991px) {
    .detail-sidebar {
        position:relative
    }

    .detail-sidebar .icon {
        position: absolute;
        right: 9px;
        top: 7px
    }

    .detail-sidebar .widget ul.nav {
        display: none
    }

    .detail-sidebar.responsive .widget ul.nav {
        display: block
    }

    .detail-sidebar .widget ul.nav>li {
        float: none;
        display: none !important
    }

    .detail-sidebar .widget ul.nav>li {
        float: none;
        display: block !important;
        text-align: left
    }

    .detail-sidebar .icon {
        display: block;
        color: #fff !important;
        font-size: 15px !important;
        width: 100%;
        padding-left: 22px
    }

    ul.detail-mobile-bar {
        position: relative;
        background-color: #cfd2d8;
        height: 43px;
        margin-bottom: 0;
        border-right: 1px solid #163940;
        background: #163940
    }

    ul.detail-mobile-bar .icon {
        text-align: right
    }

    .mob-active-tab {
        color: #fff;
        position: relative;
        left: -30px;
        top: 10px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: 'Montserrat',sans-serif;
        font-weight: bold
    }

    .detail-sidebar .sidebar_filter {
        overflow: auto
    }

    .detail-mobile-bar {
        display: block
    }

    .listcollapse {
        display: none
    }

    .listcollapse.in {
        display: block
    }

    .togglebtnList .btn {
        background-color: #8d1dfa !important;
        border: 0
    }

    .togglebtnList {
        top: 62px;
        z-index: 9999;
        width: 100%;
        left: 0;
        background-color: #8d1dfa
    }

    .togglebtnList i.fa.fa-bars {
        font-size: 19px
    }

    .home-slider .slick-prev {
        left: -5px !important
    }

    .home-slider .slick-next {
        right: 0 !important
    }

    .summary-slider .slick-prev {
        top: -40px !important;
        right: 32px !important
    }

    .summary-slider .slick-next {
        right: 0 !important;
        top: -40px !important
    }
}

@media screen and (min-width: 992px) {
    .listcollapse {
        display:block
    }
}

#topnav .navbar-toggle span:last-child {
    width: 100%
}

.join-now {
    display: inline-block;
    margin-left: 36px;
    color: #fff;
    padding-top: 16px;
    width: 150px;
    font-weight: 600;
    font-size: 16px;
    height: 54px;
    border-radius: 4px;
    background-color: #f2184f
}

.join a:hover {
    /* color: #fff; */
    text-decoration: none
}

.join {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #f9f9f9;
    border: 1px solid #e4e4e4;
    margin-bottom: 70px;
    margin-top: 30px;
    text-align: center;
    height: 98px;
    padding-top: 17px
}

.join h3 {
    display: inline-block;
    font-size: 18px
}

.home-slider {
    width: 80%;
    margin: 100px auto
}

.summary-slider {
    width: 100%;
    margin: 0 auto
}

.slick-slide {
    margin: 0
}

.slick-slide {
    height: auto !important
}

/* .slick-slide img {
    width: 100%;
    height: auto
} */

.slick-prev:before,.slick-next:before {
    color: black
}

.slick-slide {
    transition: all ease-in-out .3s
}

.slick-current {
    opacity: 1
}

.slick-prev:before {
    content: '?'
}

.slick-prev:after {
    content: '?'
}

.Customer-review {
    text-align: center
}

.home-slider .slick-prev {
    background: url(left.PNG) no-repeat left top transparent !important;
    width: 40px;
    height: 40px;
    left: -40px
}

.home-slider .slick-next {
    background: url(right.PNG) no-repeat left top transparent !important;
    width: 40px;
    height: 40px;
    right: -40px
}

.summary-slider .slick-prev {
    width: 40px;
    height: 40px;
    right: 92px;
    top: -60px;
    left: auto;
    color: #f00 !important;
    font-size: 30px
}

.summary-slider .slick-prev:after {
    content: '<' !important
}

.summary-slider .slick-next:after {
    content: '>' !important
}

.summary-slider .slick-next {
    width: 40px;
    height: 40px;
    right: 52px;
    top: -60px;
    color: #f00 !important;
    font-size: 30px
}

.artist-slider-slck-4 .slick-prev,.artist-slider-slck-4 .slick-next {
    top: -41px
}

.slick-prev:before,.slick-next:before {
    display: none
}

.expand-service-sec {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #fafafa
}

.expand-service-sec hr {
    width: 47px;
    border-top: 1px solid #bbb
}

.service-name {
    font-size: 18px;
    color: #000;
    padding-top: 10px
}

.rev.home-slider.slick-initialized.slick-slider.slick-dotted {
    width: 100%;
    margin-top: 20px
}

.expand-service-cont {
    width: 82%
}

.movie-category-cont {
    display: block;
    width: 100%;
    text-align: center
}

.movie-category-cont .colg_locat {
    display: inline;
    font-size: 10px
}

.list-thumbnail-img img {
    max-height: 394px
}

.release_date {
    font-size: 13px;
    text-align: center
}

.movie_actors {
    font-size: 13px;
    white-space: nowrap;
    width: 223px;
    overflow: hidden;
    text-overflow: ellipsis
}

.movie_actors .colg_locat,.release_date .colg_locat {
    display: inline
}

.gallerysection .modal-header {
    border: 0
}

.ad-section {
    text-align: center;
    height: 300px;
    color: #fff;
    font-size: 24px;
    opacity: .7
}

.ad-section-v {
    text-align: center;
    height: 600px;
    color: #fff;
    font-size: 24px;
    opacity: .7
}

.ad-section-buttom {
    text-align: center;
    height: 150px;
    width: 60%;
    color: #fff;
    font-size: 24px;
    opacity: .7;
    margin-left: auto;
    margin-right: auto
}

.ad-section-body {
    text-align: center;
    height: 80px;
    width: 70%;
    color: #fff;
    font-size: 24px;
    opacity: .7;
    margin-left: auto;
    margin-right: auto
}

.custom-portfolio {
    margin: 0 !important;
    border-left: 0;
    border-right: 2px solid #fff;
    border-left: 1px solid #fff
}

.slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.each_catagory .clglogom img {
    display: none
}

.each_catagory .clglogom {
    min-height: 138px
}

.col-pad-res {
    padding: 0 5px !important
}

.list-overlay {
    position: absolute;
    bottom: 128px;
    height: 158px;
    background-color: #000;
    opacity: .8;
    color: #fff;
    width: 100%
}

.list-overlay-r {
    position: absolute;
    bottom: 92px;
    height: 158px;
    background-color: #000;
    opacity: .8;
    color: #fff;
    width: 100%
}

.list-overlay .clglogom {
    text-align: center
}

.list-overlay-r .clglogom {
    text-align: center
}

.list-overlay .movie-detail-btn,.list-overlay-summary .movie-detail-btn {
    background: #066f8e;
    padding: 10px 0;
    color: #fff;
    height: 39px;
    margin-top: 1px;
    position: relative
}

.list-overlay .movie-detail-btn a,.list-overlay-summary .movie-detail-btn a {
    color: #fff
}

.list-overlay .clglogom {
    min-height: 108px !important;
    width: 100%
}

.list-overlay-summary .clglogom {
    padding: 7px;
    background-color: #333;
    color: #fff;
    position: relative;
    text-align: center
}

.list-overlay .colg_full,.list-overlay-summary .colg_full {
    color: #fff;
    width: 100%
}

.list-overlay-r .colg_full,.list-overlay-summary .colg_full {
    color: #fff;
    width: 100%
}

.list-overlay-summary .colg_full {
    height: 37px
}

.list-overlay .colg_half,.list-overlay-summary .colg_half {
    color: #fff;
    width: 100%
}

.list-overlay-r .colg_half,.list-overlay-summary .colg_half {
    color: #fff;
    width: 100%
}

.list-overlay-summary .colg_half {
    height: 15px
}

.col-pad-res {
    padding: 0 5px !important
}

.box_section {
    border: 1px solid #3c515a;
    position: relative;
    border-radius: 4px
}

.list-overlay .gallerysection {
    background: #f4f4f4 !important;
    padding: 10px 0 !important
}

.banner-image {
    overflow-y: hidden;
    position: relative;
    top: 0;
    background: #000;
    width: 100%
}

.banner-image img {
    width: 100% !important;
    position: relative
}

.article-det-banner {
    position: relative;
    margin-bottom: 30px;
    height: 342px
}

.article-det-banner .banner-thmbnail {
    position: absolute;
    top: -100px;
    width: 212px;
    left: 0;
    height: auto
}

.article-det-banner .pos-artist-det .banner-thmbnail {
    top: -54px
}

.slick-initialized {
    visibility: visible
}

.detail-overlay-container {
    height: 146px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    width: 100%
}

.detail-overlay-container img {
    position: absolute;
    bottom: 0;
    height: auto;
    border: 4px solid #fff;
    bottom: 20px;
    width: 200px
}

.detail-banner {
    position: relative;
    margin-bottom: 0
}

.detail-desc {
    margin-left: 250px;
    color: #fff
}

.detail-desc h2 {
    font-weight: bold
}

p.release-date {
    color: #fff;
    margin-bottom: 0
}

.i.ti-star.selevt.each_rate {
    color: #b38a8a
}

.summary-slider .list-overlay-summary {
    color: #fff
}

.summary-slider-resetpad {
    padding: 0 5px !important
}

.list-overlay-summary .movie-category-cont .colg_locat {
    font-size: 9px
}

.list-overlay-summary .colg_locat {
    font-size: 10px
}

.list-overlay-summary .release_date {
    font-size: 12px
}

.summary-rating {
    text-align: center
}

.list-overlay-summary i.ti-star,.list-overlay-summary i.fa.fa-star {
    color: #fff
}

.summary-slider-resetpad .slick-slide img {
    border: 1px solid #037faf;
    border-bottom: 0
}

.slick-slide img {
    border: 1px solid #066f8e !important
}

.summary-det-art {
    text-transform: uppercase;
    background-color: #333;
    color: #fff;
    font-size: 12px
}

.summary-det-art a {
    color: #fff;
    font-weight: bold;
    font-size: 15px
}

.rating-art .fa {
    color: #fff
}

.artist-cont .slick-slide img {
    border: none !important
}

.art-det {
    font-size: 10px
}

.detail-sec .list-overlay .movie-detail-btn,.detail-sec .list-overlay-summary .movie-detail-btn {
    margin-top: -38px
}

.article-list .list-thumbnail-img {
    min-height: 320px
}

.article-list .list-overlay {
    position: absolute;
    bottom: 118px;
    height: auto;
    background-color: #000;
    opacity: 1;
    color: #fff;
    width: 100%
}

.article-list .list-overlay .movie-detail-btn,.article-list .list-overlay-summary .movie-detail-btn {
    background: #081513;
    padding: 10px 0;
    color: #fff;
    height: 39px;
    margin-top: -39px;
    position: relative;
    font-weight: normal;
    font-size: 16px
}

.article-list .list-overlay .movie-detail-btn {
    background: #066f8e !important
}

.click_view {
    text-align: center !important
}

.article-list .colg_locat {
    text-transform: none
}

.article-list .movie_actors {
    font-size: 13px;
    white-space: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: initial
}

.artist-list .list-overlay {
    bottom: 156px !important;
    height: 105px !important;
    margin-top: -1px !important;
    font-size: 14px
}

.artist-list .list-thumbnail-img {
    min-height: 162px !important
}

.artist-list .list-overlay .movie-detail-btn {
    margin-top: -1px !important
}

.artist-list .list-thumbnail-img img {
    max-height: 162px
}

.artist-list .gallerysection .click_view .btn-default {
    color: #c03c3c !important;
    /* background-color: #fff; */
    width: 92px !important;
    border: 0 !important;
    text-align: center !important;
    font-weight: bold !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding: 0
}

.article-desc {
    font-size: 11.5px
}

.detail-overlay-container i.ti-star.selevt.each_rate {
    color: #b49a9a !important
}

.position-set {
    top: -100px !important
}

.artist-list .movie-category-cont {
    font-size: 11px;
    text-transform: uppercase
}

.artist-list .clglogom {
    width: 100% !important
}

.artist-list .list-overlay {
    height: 80px !important;
    bottom: 120px !important
}

.artist-list .list-thumbnail-img {
    min-height: 208px !important
}

.artist-list .list-thumbnail-img img {
    max-height: unset !important
}

.detail-overlay-container .star-rating {
    margin-top: 16px !important
}

.summary-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

.summary-slider.slick-initialized {
    visibility: visible;
    opacity: 1
}

@media(max-width: 380px) {
    .About-Us iframe {
        height:178px !important
    }
}

.movie-det-banner {
    height: 350px
}

@media(max-width: 768px) {
    .pos-artist-det {
        padding-top:0;
        padding-left: 10px;
        left: 15px
    }

    .article-det-spec-banner .detail-banner-cont .container-fluid {
        margin-top: 0
    }

    .resp-sub-assn {
        font-size: 11px;
        text-align: left;
        display: inline-block;
        margin-left: -19px
    }

    .rev .slick-slide {
        padding-top: 4px !important
    }

    .eachcagory-box {
        width: 75px !important;
        height: 75px !important;
        background-size: 75px !important
    }

    .rev.home-slider.slick-initialized.slick-slider.slick-dotted {
        margin-top: 0 !important
    }

    .searchall-head input[type="text"] {
        padding-left: 61% !important
    }

    .wrapper-dropdown-3 {
        width: 143px !important
    }

    .movie-art-banner img {
        height: auto
    }

    .widget-title-assn {
        margin-top: 10px !important
    }

    .box_section_assn {
        width: 100% !important
    }

    .box_section_assn .gallerysection {
        width: calc(100% + 15px) !important
    }

    .list-box-assn {
        margin-top: 15px !important
    }

    .each_blogsidebar .sidebar .widget ul.nav>li>a.active {
        display: none
    }

    .container-fluid.detail-sec {
        margin-top: 20px
    }

    .detail-banner {
        margin-bottom: 20px
    }

    .movie-det-banner {
        height: 253px
    }

    .article-det-banner {
        height: 222px
    }

    .expand-service-cont {
        width: 88%
    }

    .article-det-banner .detail-banner-cont {
        height: 98px;
        bottom: 62px
    }

    .article-det-banner .banner-thmbnail {
        position: absolute;
        top: -43px;
        width: 118px;
        padding-left: 6px
    }

    .article-det-banner .pos-artist-det .banner-thmbnail {
        top: -15px
    }

    .article-det-banner .institute-specific h2,.article-det-banner .institute-specific ul {
        font-size: 12px
    }

    .institute-specific-rating {
        position: relative;
        top: -36px;
        left: 10px
    }

    .detail-overlay-container img {
        position: absolute;
        width: 145px;
        border: 4px solid #fff;
        bottom: 20px;
        height: auto
    }

    .article-det-banner .detail-overlay-container .heading-left {
        padding-left: 0 !important
    }

    .article-det-banner .detail-overlay-container .star-rating {
        padding-left: 0 !important
    }

    .ad-section {
        margin-bottom: 10px
    }

    .advanced-filter {
        text-align: center
    }

    .filter-mob {
        text-align: center !important;
        float: left !important;
        width: 100% !important
    }

    .About-Us .title-dots a {
        left: -10px !important
    }

    .main_filtersection .btn {
        -webkit-appearance: none !important
    }

    .heading-mobile {
        height: 65px !important
    }

    .banner-image {
        height: 65px;
        background: 0;
        top: 3px;
        margin-bottom: 15px
    }

    .detail-overlay-container .star-rating {
        margin-top: 0 !important;
        left: 139px
    }

    .star-rating h3 {
        font-size: 18px
    }

    .detail-desc h2 {
        font-weight: bold;
        font-size: 12px
    }

    .detail-desc {
        margin-left: 152px;
        color: #fff;
        font-size: 75% !important
    }

    .detail-overlay-container img.banner-thmbnail {
        position: absolute;
        bottom: 0;
        height: 176px;
        border: 4px solid #fff;
        bottom: 49px;
        width: 105px;
        height: 91px !important;
        top: -66px !important
    }

    .detail-overlay-container {
        height: 171px;
        position: absolute;
        bottom: 0;
        background-color: rgba(0,0,0,0.9);
        width: 100%
    }

    .all_catagorysection.artist-cont {
        padding-top: 0 !important
    }
}

.About-Us th p {
    font-size: 13px
}

.About-Us td p {
    font-size: 13px
}

.list-button-pos-left {
    text-align: right !important
}

.list-button-pos-right {
    text-align: left !important;
    padding-left: 5px !important
}

.article-summary .artist-slider-slck-4 {
    margin-bottom: 5px !important
}

.align-right {
    text-align: right
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

.sidebar_filter .accordion-content {
    background: #fff
}

.sidebar_filter .accordion-content ul li a span {
    color: #000
}

.recent_update ul {
    list-style-type: square;
    list-style-position: outside;
    list-style: aquamarine !important
}

.recent_update ul li {
    padding-left: 0
}

.recent_update .accordion-content ul {
    padding-left: 20px;
    padding-right: 10px;
    padding-left: 24px
}

.recent_update ul li a {
    display: inline;
    color: #2a3a49 !important;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: .5px
}

.recent_update ul li a span {
    color: #403030 !important
}

.recent_update .accordion-content {
    background: #fff !important
}

.recent_update li:first-child {
    display: list-item !important
}

.About-Us th p:after {
    content: ":";
    padding-left: 6px
}

.detail-banner-cont {
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    height: 146px;
    position: absolute;
    width: 100%;
    bottom: 84px
}

.detail-banner-cont .star-rating {
    float: left;
    padding-top: 20px
}

.detail-banner-cont ul li a {
    color: #fff
}

.detail-banner-cont h2 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 24px;
    font-family: verdana
}

.detail-banner-cont i.ti-star.selevt.each_rate {
    color: #b49a9a !important
}

@media(min-width: 992px) and (max-width:1200px) {
    .pad-left-25 {
        padding-left:65px
    }
}

.mar-bot-10 {
    margin-bottom: 10px
}

.all_catagorysection.artist-cont {
    padding-top: 20px
}

.list-box {
    border: 1px solid #037faf;
    margin-bottom: 15px
}

.more-detail-btn.text-center {
    background-color: #066f8e !important;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.more-detail-btn.text-center a {
    color: #fff
}

.list-overlay-box {
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,1);
    padding: 10px 10px;
    height: 122px
}

.artist-list .list-overlay-box {
    height: 45px;
    font-size: 13px
}

.list-title span {
    color: #fff
}

.list-description {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 15px
}

.each_catagory .clglogom-assn {
    min-height: 47px;
    padding-left: 9px;
    padding-right: 0;
    width: 102px;
    text-align: right;
    padding-top: 0;
    padding-bottom: 5px
}

.each_catagory .clglogom-assn img {
    display: block
}

.box_section_assn {
    border: 1px solid #fff !important;
    background: #fff !important;
    overflow: initial !important
}

.list-box-assn {
    border: 1px solid #826b6b;
    background: #fff;
    margin-bottom: 0;
    margin-top: 0
}

.list-overlay-box-assn {
    text-align: center;
    background: #000;
    color: #fff;
    height: 30px;
    font-size: 13px;
    line-height: 26px
}

.box_section_assn .gallerysection {
    padding-top: 11px !important;
    float: left;
    width: calc(100% + 15px);
    border-top: 1px solid #6f5656
}

.each_catagory_assn {
    padding-left: 13px !important
}

.upper_assn {
    padding-left: 0 !important
}

.assn-border {
    padding-left: 0;
    border: 1px solid #6f5656;
    padding-top: 10px;
    background-color: #f3f3f3
}

.padding-right-2 {
    padding-right: 2px !important
}

.brief_details_assn th p {
    width: 74px
}

.brief_details_assn th p:after {
    content: ":";
    padding-left: 5px;
    float: right
}

a[title="assn title"] {
    text-transform: uppercase
}

.assn_loc {
    color: #2d2828;
    font-weight: bold;
    font-size: 12px !important
}

.pos-rel {
    position: relative
}

.loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 1;
    margin-top: 200px;
    margin-bottom: 200px;
    opacity: 1;
    visibility: visible
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader .summary-slider-resetpad {
    display: none
}

.no-result {
    width: 100%;
    display: block;
    text-align: center;
    background: #efeaea;
    padding: 33px;
    border: 1px solid #ccc;
    margin-top: -40px;
    color: #2d1f1f;
    font-weight: bold
}

.searchall-head .broheader {
    margin-top: 0
}

.margin-reset-top {
    margin-top: 0 !important
}

#sscr {
    height: auto !important
}

.work-item.related-photo.music.col-md-3.col-sm-4.col-xs-12 img {
    min-height: 234px;
    max-height: 235px
}

.work-item.related-photo.music.col-md-3.col-sm-4.col-xs-12 {
    min-height: 300px;
    max-height: 320px
}

.work-item.related-photo.music.col-md-3.col-sm-4.col-xs-12 .art_detail_section[_ngcontent-c4] {
    width: 76%;
    float: left
}

.work-item.related-photo.music.col-md-3.col-sm-4.col-xs-12 div[_ngcontent-c4]:nth-child(3) {
    float: right;
    margin-top: 10px !important
}

.list-thumbnail-img .portfolio-item-inner[_ngcontent-c4] {
    height: auto !important
}

.list-thumbnail-img .portfolio-item-inner[_ngcontent-c4] img {
    min-height: 393px;
    max-height: 394px
}

@media screen and (min-width: 1661px) {
    .all_catagorysection.ng-untouched.ng-pristine.ng-valid {
        max-width:1170px;
        margin: 0 auto !important
    }
}

@media screen and (max-width: 480px) {
    .home-browse-slider a.slider-arrow.sa-right,.home-browse-slider a.slider-arrow.sa-left {
        z-index:-1
    }

    #about video {
        width: 100% !important
    }

    #footer-widgets .col-sm-4[_ngcontent-c3]:nth-child(2),#footer-widgets .col-sm-4[_ngcontent-c3]:nth-child(3) {
        width: 50%;
        float: left
    }

    #navigation .navigation-menu:nth-child(8) {
        order: 1
    }

    #navigation .navigation-menu:nth-child(7) {
        order: 2
    }

    #navigation .navigation-menu:nth-child(6) {
        order: 3
    }

    #navigation .navigation-menu:nth-child(5) {
        order: 4
    }

    #navigation .navigation-menu:nth-child(4) {
        order: 5
    }

    #navigation .navigation-menu:nth-child(3) {
        order: 6
    }

    #navigation .navigation-menu:nth-child(2) {
        order: 7
    }

    #navigation .navigation-menu:nth-child(1) {
        order: 8
    }

    .movie-det-banner {
        height: 376px
    }
}

.all_catagorysection {
    padding-top: 0
}

.sidebar_filter {
    background: #f7f7f7;
    padding: 0;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    box-shadow: 0 3px 3px #f5efef
}

.sidebar_filter form {
    margin-bottom: 0
}

.sidebar_filter .accordion-title h4 {
    margin: 0;
    padding: 15px 12px 15px 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff
}

.sidebar_filter .accordion>li .accordion-title {
    background-color: #2a3a49;
    padding: 0 10px
}

.sidebar_filter .accordion-rating h4 {
    margin: 0;
    padding: 15px 12px 15px 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff
}

.sidebar_filter .accordion>li .accordion-rating {
    background-color: #2a3a49;
    padding: 0 10px
}

.sidebar_filter .widget h6:after {
    content: none;
    display: none;
    height: 0;
    width: 0;
    background-color: #191b1d;
    margin: 0
}

.sidebar_filter .widget h6 {
    margin-bottom: 0;
    padding: 20px 15px;
    border-bottom: 1px solid #ecebeb;
    background: #8d1dfa;
    color: #fff;
    margin-top: 0
}

.sidebar_filter .widget ul.nav>li {
    margin-bottom: 0;
    padding: 0
}

.sidebar_filter .accordion-content {
    padding: 12px 10px;
    background: #fff
}

.sidebar_filter .accordion>li.active .accordion-title h4:after {
    content: none;
    display: none
}

.sidebar_filter .accordion>li.active .accordion-rating h4:after {
    content: none;
    display: none
}

.listed_values {
    max-height: 250px;
    overflow-y: auto
}

.photography_list {
    max-height: 700px !important
}

.sidebar_filter .widget {
    margin-bottom: 0
}

.sidebar_filter .widget ul.nav>li:first-child {
    display: block;
    list-style-type: none
}

.sidebar_filter .accordion-content:first-child {
    display: block
}

.listed_values::-webkit-scrollbar {
    width: 8px
}

.listed_values::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d4d4d4
}

.listed_values::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: #FFF
}

.sidebar_filter li:first-child,.sidebar_filter li:first-child .accordion-content,.sidebar_filter li:nth-child(2),.sidebar_filter li:nth-child(2) .accordion-content {
    display: block
}

[type="checkbox"]:not(:checked),[type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

[type="checkbox"]:not(:checked)+label,[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    padding-top: 3px;
    display: block
}

[type="checkbox"]:checked+label {
    color: #585c9e
}

[type="checkbox"]:not(:checked)+label:before,[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 0
}

.listed_values ul li p {
    margin-bottom: 4px
}

.listed_values ul li p label {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    color: #000
}

[type="checkbox"]:not(:checked)+label:after,[type="checkbox"]:checked+label:after {
    content: '\2713';
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 18px;
    line-height: .8;
    color: #09ad7e;
    transition: all .2s
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

[type="checkbox"]:disabled:not(:checked)+label:before,[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999
}

[type="checkbox"]:disabled+label {
    color: #aaa
}

[type="checkbox"]:checked:focus+label:before,[type="checkbox"]:not(:checked):focus+label:before {
    border: 1px dotted blue
}

label:hover:before {
    border: 1px solid #4778d9 !important
}

.main_filtersection {
    padding: 10px;
    border: 1px solid #dedddd;
    background: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 1px 3px #eaeaea
}

.main_filtersection .btn {
    padding: 6px 12px;
    padding: 6px 12px;
    height: auto;
    line-height: 18px
}

.more_filter {
    float: right;
    width: auto
}

.main_filtersection .open>.dropdown-menu {
    display: block;
    right: -149px;
    top: 29px
}

.main_filtersection a {
    display: inline-block;
    margin-bottom: 10px
}

.each_catagory {
    margin-top: 30px
}

.box_section {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    border-radius: 0 7px 7px 7px;
    overflow: hidden;
    background: #f7f7f7;
    box-shadow: 0 0 4px #e7e7e7
}

.content_section {
    padding: 0 10px;
    float: left;
    width: 70%;
    margin-top: 10px;
    position: relative
}

.imgpart {
    position: relative;
    width: 30%;
    float: left
}

.imgpart>img {
    width: 100% !important
}

.imgpart .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(247,247,247,0.25)
}

span.rating-app {
    position: absolute;
    right: 114px;
    top: 14px;
    font-family: "Arial";
    font-size: 17px;
    font-weight: bold;
    color: #01204a
}

span.raginname {
    position: absolute;
    font-weight: 100;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    right: 30PX
}

span.rating_star {
    position: absolute;
    right: 28px;
    top: 17px;
    font-size: 13px;
    font-weight: bold;
    color: #fff
}

span .selevt {
    color: #01204a
}

.college_name {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    background: #337ab7;
    font-size: 12px;
    letter-spacing: 2px
}

.college_name a {
    color: #fff;
    letter-spacing: 1px
}

.college_name a:hover {
    text-decoration: underline
}

.colg_full {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #286090
}

a span.colg_full:hover {
    text-decoration: underline
}

.colg_half {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #286090
}

a span.colg_half:hover {
    text-decoration: underline
}

.colg_locat {
    display: block;
    text-transform: uppercase;
    font-size: 13px
}

.colg_locat1 {
    display: block;
    text-transform: capitalize
}

.college_details {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.college_details img {
    margin-right: 20px
}

.brief_details .small-widget {
    padding-left: 0;
    display: inline-block;
    font-size: 13px;
    width: 31%;
    background: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    padding: 4px 12px;
    margin: 5px;
    color: #fff;
    border-right: 1px solid #585c9e;
    border-left: 1px solid #585c9e;
    box-shadow: 0 0 4px #e7e7e7
}

.brief_details .small-widget a {
    color: #585c9e;
    display: block;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 12px
}

.catagory_page .parallax-overlay {
    padding-top: 122px;
    padding-bottom: 20px
}

.catagory_page {
    height: 200px !important
}

.gallerysection a {
    margin: 0;
    padding: 10px;
    background: #403570;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    display: block
}

.gallerysectiondetail a {
    margin: 0;
    padding: 10px;
    background: #403570;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    display: block
}

.all_catagorysection .pagination {
    margin-top: 20px;
    text-align: right
}

.all_catagorysection .pagination li:first-child a,.all_catagorysection .pagination li:last-child a {
    background: #989898;
    color: #fff
}

.each_blogsidebar .widget ul.nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff
}

.colg-mainheading {
    overflow: hidden;
    position: relative
}

.colg_bgimg {
    width: 100%
}

.overlayimg {
    width: 100%;
    height: 100%;
    background: rgba(93,93,93,0.48);
    position: absolute;
    top: 0
}

.colgheading {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px
}

.heading-left {
    width: 80%;
    float: left
}

.star-rating {
    float: left
}

.star-rating small {
    font-size: 50%
}

.crsrate {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff
}

i.ti-star.selevt {
    color: #fff
}

i.ti-star.selevt.each_rate {
    color: #ffb900;
    color: #000
}

span.rating_star {
    color: #a5a5a5
}

.rightratingsection i.ti-star.selevt {
    color: #ccc
}

.rightratingsection i.ti-star.selevt.each_rate {
    color: #000
}

.star-rating h3 {
    margin: 0;
    color: #ffb900;
    margin-top: 4px
}

.colgheading .clglogo {
    float: left;
    margin-right: 20px
}

.colgheading ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px
}

.colgheading h2 {
    color: #fff;
    font-size: 20px;
    padding-top: 12px;
    margin: 0
}

.each_blogsidebar {
    margin-bottom: 20px
}

.filter_listing .caret {
    margin-right: 6px
}

.catagory-bottomsection {
    position: relative
}

.modal-content {
    border-radius: 0
}

.carousel-inner .active.left {
    left: -33%
}

.carousel-inner .next {
    left: 33%
}

.carousel-inner .prev {
    left: -33%
}

.item:not(.prev) {
    visibility: visible
}

.item.right:not(.prev) {
    visibility: hidden
}

.each_blogsidebar .sidebar .widget ul.nav>li>a:hover,.each_blogsidebar .sidebar .widget ul.nav>li>a.active {
    background-color: transparent;
    background: #163940;
    color: #fff
}

.each_blogsidebar .sidebar_filter {
    background: #fff;
    background: #4d5c83;
    border-left: 3px solid #163940
}

.detail-sidebar .sidebar_filter {
    border-left: 1px solid #163940
}

.contact-address {
    background: #fff none repeat scroll 0 0;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    height: 425px
}

.single-address {
    margin-bottom: 17px;
    padding: 0
}

.single-address i {
    color: #d33;
    font-size: 22px;
    float: left;
    margin-right: 20px;
    width: 30px;
    height: 60px;
    line-height: 30px
}

.single-address h4 {
    font-size: 16px;
    text-transform: uppercase
}

.single-address p {
    color: #333;
    margin-bottom: 0
}

.contact {
    background: #d33 none repeat scroll 0 0;
    overflow: hidden;
    height: 425px;
    padding: 30px
}

.contact .form-control:hover,.contact .form-control:focus {
    border: 1px solid #fff;
    box-shadow: none;
    outline: 0 none
}

.contact .form-control {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    height: 45px
}

.course-collapse {
    position: relative
}

.course-section .thumbnail {
    padding: 0;
    border-radius: 0;
    background: rgba(4,24,82,0.75)
}

.course-section h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff
}

.course-section p {
    color: #fff;
    font-size: 13px
}

.course-section .thumbnail .caption {
    padding: 15px;
    position: relative;
    min-height: 100px
}

.trainer img {
    height: 46px;
    width: 46px;
    border: 2px solid #fff;
    position: absolute;
    top: -25px;
    left: 10px
}

.course-section .thumbnail .footer {
    background: rgba(4,24,82,0.7);
    padding: 14px
}

.trainer h5 {
    padding-top: 10px;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    color: #aaa;
    font-weight: 400;
    letter-spacing: .2px;
    margin-left: 70px
}

.trainer .price-yellow {
    float: right;
    position: absolute;
    top: 34px;
    right: 0
}

.trainer span {
    position: relative;
    z-index: 10;
    margin-top: -26px;
    display: block;
    margin-left: 32px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    margin-right: 10px
}

.trainer .base {
    position: relative;
    z-index: 9;
    margin-top: -23px;
    width: auto;
    height: 30px;
    line-height: 0;
    border: 16px solid #f5a425;
    border-left: 1.5em solid transparent;
    left: 0;
    top: 0
}

.trainer {
    background: #fff;
    height: 32px;
    margin: -15px
}

.trainer h5 {
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: .2px;
    margin-left: 60px;
    position: absolute;
    top: -10px;
    color: #16285e;
    font-size: 15px
}

p>a {
    font-size: 14px
}

.course-date {
    font-size: 12px;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0
}

.course-section .panel-group {
    margin-bottom: 0;
    border: 0;
    border-radius: 0
}

.course-section .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0
}

.course-section .panel-default>.panel-heading {
    color: #cbcbcb;
    background-color: #000;
    border-radius: 0
}

.course-section .thumbnail {
    border: 1px solid #16285e
}

.course-section .label {
    padding: 6px;
    font-weight: bold;
    text-transform: uppercase
}

.course-section h4 {
    font-size: 12px
}

.course-section h4 a:hover,.course-section h4 a:focus {
    color: #fff
}

.title-dots {
    background: url(../images/theme/default/title-dots.png) repeat scroll 0 0;
    height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 20px
}

.widget.dark .tags a:hover,.title-dots span {
    background-color: none;
    padding: 7px;
    line-height: 31px;
    color: #ca0909;
    font-size: 14px
}

.About-Us .title-dots span {
    background: 0;
    font-weight: bold;
    padding-right: 0;
    color: #ca0909
}

.About-Us .title-dots a {
    display: inline-block;
    position: relative;
    top: -2px;
    left: 10px
}

.font-12 {
    font-size: 12px !important
}

.title-dots {
    margin-top: 8px;
    overflow: hidden
}

.About-Us .title-dots {
    width: 100%
}

.post {
    position: relative
}

.post.media-post .post-thumb {
    float: left;
    margin: 0 10px 10px 0
}

.mb-5 {
    margin-bottom: 5px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.module.sjrelateclass .k2ItemsBlock ul {
    padding: 0
}

.module.sjrelateclass .k2ItemsBlock ul li {
    overflow: hidden;
    margin: 0 0 10px
}

.module.sjrelateclass .k2ItemsBlock ul li .it-left {
    border-top: 3px solid #4ca2d1;
    margin: 4px 20px 0 0;
    width: 70px;
    float: left
}

.module.sjrelateclass .k2ItemsBlock ul li .it-left .it-date {
    text-transform: uppercase;
    border-width: 0 2px 2px;
    border-style: solid;
    border-color: #ebebeb;
    text-align: center
}

.module.sjrelateclass .k2ItemsBlock ul li .it-left .it-date .it-date-d {
    font-size: 21px;
    font-weight: 700;
    color: #252525;
    padding: 13px 21px;
    display: block
}

.module.sjrelateclass .k2ItemsBlock ul li .it-left .it-date .it-date-m {
    font-size: 13px;
    font-weight: 700;
    display: block;
    border-top: 2px solid #ebebeb;
    padding: 2px 21px
}

.module.sjrelateclass .k2ItemsBlock ul li .it-right {
    overflow-x: hidden
}

.module.sjrelateclass .k2ItemsBlock ul li .it-right .moduleItemIntrotext {
    line-height: 21px;
    padding: 0
}

.module.sjrelateclass .k2ItemsBlock ul li .it-right .moduleItemIntrotext a.moduleItemTitle:hover {
    color: #4ca2d1
}

.module.sjrelateclass .k2ItemsBlock ul li .it-right .moduleItemIntrotext a.moduleItemTitle {
    color: #707070;
    text-transform: uppercase
}

.module.sjrelateclass .k2ItemsBlock ul li .it-right .item-fields {
    color: #acacac;
    margin: 10px 0 0
}

.module.sjrelateclass .k2ItemsBlock ul li .it-right .item-fields .fields-eventaddress {
    padding: 0;
    margin: 5px 0 0
}

.top-reviews .accordion-title h4 {
    padding: 10px 10px;
    font-size: 13px;
    background: #002b4a;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3px
}

.top-reviews .accordion-rating h4 {
    padding: 10px 10px;
    font-size: 13px;
    background: #002b4a;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3px
}

.top-reviews .accordion {
    min-height: 296px
}

.v-team-member-box .cover {
    border: 1px solid #ebebeb
}

.v-team-member-box .v-team-member-img {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden
}

.v-team-member-box .v-team-member-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.v-team-member-box .member-info {
    padding: 16px 18px 9px;
    display: block;
    background-color: white
}

.v-team-member-box .heading {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #ebebeb
}

.v-team-member-box .heading .v-team-member-info>.v-team-member-name {
    top: 0;
    z-index: 1;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 0
}

.v-team-member-box .heading .v-team-member-info {
    padding-bottom: 10px;
    position: relative
}

.v-team-member-box .v-team-member-desc {
    position: relative;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

.v-team-member-box p {
    color: #7a7a7a;
    direction: ltr;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 23px
}

.v-team-member-box .v-team-member-desc p {
    margin-bottom: 0
}

ul.social-icons {
    height: auto;
    overflow: hidden;
    list-style: none !important
}

.v-team-member-box ul.social-icons li {
    height: 36px;
    float: none
}

ul.social-icons li:not(.sf-love) a {
    display: inline-block;
    padding: 4px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: center;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s
}

.social-icons li:hover a {
    background: #171717;
    color: #FFF !important
}

ul.social-icons li {
    display: inline-block;
    height: 36px
}

ul.social-icons li:not(.sf-love) a i {
    display: block;
    height: 100%;
    position: relative;
    top: 1%;
    -moz-transition: top .35s;
    -o-transition: top .35s;
    -webkit-transition: top .35s;
    transition: top .35s;
    width: 100%;
    margin-bottom: 30px;
    line-height: 36px
}

.v-team-member-box .heading .v-team-member-info>.v-team-member-statu {
    padding-top: 0;
    position: relative;
    z-index: 1;
    opacity: 1;
    display: block;
    text-align: center;
    margin-bottom: 5px
}

.v-team-member-statu {
    color: #a5a5a5;
    font-size: 12px;
    line-height: 1
}

.v-team-member-box .widget.social-icons a:hover {
    color: #fff
}

ul.social-icons li.twitter a:hover {
    background-color: #00aced
}

.v-team-member-box ul.social-icons li:not(.sf-love) a {
    padding: 0
}

.v-team-member-box .widget.social-icons a:hover {
    color: #fff
}

ul.social-icons li.facebook a:hover {
    background-color: #3b5998
}

.v-team-member-box ul.social-icons li:not(.sf-love) a {
    padding: 0
}

.v-team-member-box .widget.social-icons a:hover {
    color: #fff
}

ul.social-icons li.linkedin a:hover {
    background-color: #0078ca
}

.v-team-member-box ul.social-icons li a:hover i {
    top: 1% !important
}

ul.social-icons li a:hover i {
    top: -46px
}

.v-team-member-box .widget.social-icons a:hover {
    color: #fff
}

ul.social-icons li.youtube a:hover {
    background-color: #dd4b39
}

ul.social-icons li.pintrest a:hover {
    background: #8a0000
}

ul.social-icons li a:hover i {
    top: -60px !important
}

.v-team-member-box .widget.social-icons {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
    padding-top: 10px
}

.v-team-member-box .social-icons {
    position: relative;
    font-size: 16px;
    text-align: center
}

.v-team-member-box .widget {
    padding-bottom: 0
}

.v-team-member-box .cover:hover {
    border: 1px solid rgba(221,51,51,0.42)
}

.v-team-member-box:hover img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}

.title-dots:first-child {
    margin-bottom: 12px
}

.bodycontent {
    border-top: 2px solid #f2184f;
    padding: 10px 15px;
    position: relative;
    box-shadow: 3px 2px 3px #ccc;
    border-left: 1px solid #e6e6e6
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f2184f;
    position: absolute;
    top: -12px;
    left: 36px
}

.social-icons {
    margin: 0;
    padding: 0;
    width: auto
}

.social-icons li {
    display: inline-block;
    margin: 0 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3)
}

.About-Us .social-icons li {
    margin: 0 8px 5px 0
}

.social-icons li a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none
}

.gallerysection {
    width: 100%;
    padding: 12px 7px;
    /* background: #fff; */
    border-top: 1px solid #337ab7
}

.gallerysectiondetail {
    width: 100%;
    padding: 12px 7px;
    /* background: #fff */
}

.gallerysectiondetail a {
    display: inline
}

.gallerysection a {
    display: inline
}

.gallerysection a {
    display: block !important
}

.gallerysectiondetail a {
    display: block !important
}

@media(min-width: 768px) {
    .colg-mainheading {
        max-height:137px
    }
}

@media(max-width: 1024px) {
    .colg_full {
        font-size:13px;
        width: 75%
    }

    .colg_locat {
        font-size: 11px
    }

    .brief_details .small-widget {
        width: 30%
    }

    .brief_details .small-widget a {
        font-size: 10px
    }

    .box_section .imgpart img {
        height: 100%
    }

    .college_details img {
        margin-right: 5px;
        width: 30px
    }
}

@media screen and (max-width: 768px) {
    .row-offcanvas {
        position:relative;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out
    }

    .row-offcanvas-right {
        left: 0
    }

    .row-offcanvas-right .sidebar-offcanvas {
        left: -38%
    }

    .row-offcanvas-right.active {
        left: 40%
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 40%
    }

    .all_catagorysection {
        overflow: hidden
    }
}

@media screen and (max-width: 480px) {
    .row-offcanvas-right .sidebar-offcanvas {
        left:-60%
    }

    .row-offcanvas-right.active {
        left: 65%
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 63%
    }

    .active div#sidebar {
        position: fixed;
        top: 99px;
        left: 0;
        z-index: 999;
        padding: 0;
        width: 65%
    }

    .all_catagorysection {
        overflow: hidden
    }

    .listed_values {
        max-height: 100%
    }

    .sidebar_filter {
        max-height: 480px;
        overflow-y: auto
    }
}

.about-para {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.page-title.parallax {
    max-height: 245px
}

.page-title.parallax .parallax-overlay {
    padding-top: 75px;
    padding-bottom: 87px
}

.page-title .title h1.upper {
    font-size: 34px;
    letter-spacing: 10px;
    margin-bottom: 0
}

section {
    padding-top: 50px;
    padding-bottom: 50px
}

.searchall-head input[type="text"] {
    border-radius: 26px;
    background: #fff
}

.searchall-head .input-group-btn {
    right: 84px;
    overflow: hidden;
    right: 1px
}

.searchall-head .input-group-btn .btn-default {
    background: #8d1dfa;
    border: 0;
    color: #fff
}

.slide-content h2 {
    margin: 0 0 30px 0;
    font-weight: bold;
    font-size: 30px !important;
    text-transform: uppercase
}

.slide-content {
    padding-top: 5%
}

.eachcagory-box {
    width: 100px;
    height: 100px;
    margin: 0 10%;
    border-radius: 50%;
    border: 2px solid #fff;
    float: left;
    margin-bottom: 20px
}

.art {
    background-image: url('https://media.spenowr.com/assets/images/theme/portfolio/art.png')
}

.craft {
    background-image: url('https://media.spenowr.com/assets/images/theme/portfolio/craft.png')
}

.photography {
    background-image: url('../images/theme/portfolio/photography.png')
}

.dance {
    background-image: url('https://media.spenowr.com/assets/images/theme/portfolio/dance.png')
}

.singing {
    background-image: url('https://media.spenowr.com/assets/images/theme/portfolio/singing.png')
}

.yoga {
    background-image: url('https://media.spenowr.com/assets/images/theme/portfolio/yoga.png')
}

.sports {
    background-image: url('https://media.spenowr.com/assets/images/theme/portfolio/sports.png')
}

.broheader {
    font-size: 20px;
    color: #fff;
    margin: 20px 0
}

.badge {
    background: #b20c0c;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 31px;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 300;
    font-size: 14px;
    border: 2px solid #FFF;
    box-shadow: 0 0 0 1px #b20c0c;
    top: 5px;
    right: 25%
}

.slider {
    position: relative;
    width: 96%;
    margin: auto
}

.slider ul {
    margin-left: -33px
}

.slider ul li {
    list-style: none
}

.slider-arrow {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%
}

.sa-left {
    left: 10px
}

.sa-right {
    right: 10px
}

#topnav {
    background: #fff
}

#topnav .navigation-menu>li>a,.menu-extras .menu-item .cart>a,.menu-extras .menu-item .search>a {
    color: #000
}

.searchall-head h2,.searchall-head p {
    font-family: 'Raleway'
}

.searchall-head input[type="text"] {
    padding-left: 30%
}

.slider-arrow {
    color: #8d1dfa
}

a.slider-arrow.sa-right,a.slider-arrow.sa-left {
    padding: 6px 8px;
    color: #8d1dfa
}

.wrapper-dropdown-3 {
    position: relative;
    width: 188px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 7px;
    cursor: pointer;
    outline: 0;
    z-index: 999;
    text-transform: uppercase;
    color: #8d1dfa;
    height: 55px;
    text-align: left
}

.wrapper-dropdown-3 span {
    line-height: 39px;
    padding-left: 10px
}

.wrapper-dropdown-3 ul,.wrapper-dropdown-3 ul li {
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    width: 50%;
    border-right: 1px solid rgba(204,204,204,0.41)
}

.wrapper-dropdown-3 ul li:nth-child(odd) {
    margin-right: 0
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent
}

.wrapper-dropdown-3 .dropdown {
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 13px;
    color: #8d1dfa;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: 0;
    border-radius: 0 0 7px 7px
}

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8
}

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
    top: 61px;
    width: 400px
}

.downdowmulti {
    position: absolute
}

@media screen and (max-width: 992px) {
    .expand-service-cont {
        width:90%
    }
}

@media(max-width: 768px) {
    span.raginname {
        font-size:11px;
        right: 7px
    }

    span.rating-app {
        font-size: 12px;
        right: 76px
    }

    span.rating_star {
        top: 14px;
        font-size: 12px;
        right: 13px
    }

    .colg_full {
        font-size: 12px !important
    }

    #portfolio .portfolio-item {
        width: 33.33% !important
    }

    .box_section .imgpart img {
        min-height: 200px
    }

    .more_filter {
        margin-top: 19px
    }
}

@media screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation :landscape) {
    .colg_full {
        font-size:13px;
        width: 75%
    }

    .brief_details .small-widget {
        width: 45%;
        padding: 2px 8px
    }

    span.raginname {
        right: 10px
    }

    span.rating_star {
        right: 9px
    }

    span.rating-app {
        right: 80px
    }
}

@media screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation :portrait) {
    .brief_details .small-widget {
        width:45%
    }

    span.raginname {
        right: 10px
    }

    span.rating_star {
        right: 9px
    }

    span.rating-app {
        right: 80px
    }

    .brief_details .small-widget {
        padding: 2px 12px
    }

    span.raginname {
        right: 10px
    }
}

@media(max-width: 480px) {
    .imgpart,.content_section,.brief_details .small-widget {
        width:100%
    }

    .box_section {
        border-radius: 0
    }

    .imgpart img {
        width: 100% !important
    }

    .heading-left {
        width: 100%
    }

    .colgheading h2 {
        font-size: 15px
    }

    .course-section .thumbnail img.img-responsive {
        width: 100% !important
    }

    #portfolio .portfolio-item {
        width: 48% !important
    }

    .colg_full {
        width: 84%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .rightratingsection {
        position: absolute;
        left: 0;
        width: 38%;
        top: 40px
    }

    .catagory-bottomsection {
        margin-top: 41px;
        border-top: 1px solid #ccc
    }

    .college_details {
        border: 0
    }

    ul.social-icons {
        float: none !important;
        margin-top: 5px;
        display: block
    }

    .About-Us .colg_full {
        width: 100%
    }
}

@media screen and (min-width: 320px) and (max-width:670px) and (orientation:landscape) {
    .box_section .imgpart img {
        min-height:200px !important
    }

    .brief_details .small-widget {
        padding: 4px 6px;
        margin: 5px 2px
    }

    .rightratingsection {
        position: absolute;
        left: 0;
        width: 38%;
        top: 40px
    }

    .catagory-bottomsection {
        margin-top: 41px;
        border-top: 1px solid #ccc
    }

    .college_details {
        border: 0
    }

    .colg_full {
        width: 84%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .each_catagory .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        width: 50%
    }

    .imgpart,.content_section,.brief_details .small-widget {
        width: 100%
    }

    .box_section {
        border-radius: 0
    }

    .imgpart img {
        width: 100% !important
    }

    .heading-left {
        width: 100%
    }

    .colgheading h2 {
        font-size: 15px
    }

    .course-section .thumbnail img.img-responsive {
        width: 100% !important
    }

    ul.social-icons {
        float: none !important;
        margin-top: 5px;
        display: block
    }

    .course-section .col-lg-4.col-md-4.col-sm-4.col-sm-12 {
        width: 33.33%;
        float: left
    }

    .our-team .v-team-member-box.col-md-3.col-lg-3.col-sm-6.col-xs-12 {
        width: 50%;
        float: left
    }

    .About-Us .col-md-8.col-sm-8 {
        width: 60%;
        float: left
    }

    .About-Us .col-md-4.col-sm-4 {
        width: 40%;
        float: right
    }

    .v-team-member-box .cover {
        margin-bottom: 10px
    }

    .colg-mainheading {
        max-height: 160px
    }
}

@media screen and (min-width: 414px) and (max-width:736px) and (orientation:landscape) {
    .colg-mainheading {
        max-height:160px
    }

    .course-section .col-lg-4.col-md-4.col-sm-4.col-sm-12 {
        width: 33.33%;
        float: left
    }

    .our-team .v-team-member-box.col-md-3.col-lg-3.col-sm-6.col-xs-12 {
        width: 50%;
        float: left
    }

    .About-Us .col-md-8.col-sm-8 {
        width: 60%;
        float: left
    }

    .About-Us .col-md-4.col-sm-4 {
        width: 40%;
        float: right
    }

    .v-team-member-box .cover {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 1200px) {
    .all_catagorysection {
        padding:20px 20px 50px 10px
    }
}

@media screen and (max-width: 640px) {
    .click_view .btn.btn-sm {
        height:26px;
        line-height: 26px;
        margin-top: 6px
    }

    .click_view .btn.btn-sm:first-child {
        margin-left: 10px
    }
}

.all_catagorysection .pagination {
    margin-bottom: 45px
}

.sidebar_filter .widget h6 {
    padding: 20px 15px
}

.sidebar_filter .accordion-title h4 {
    padding: 15px 12px 15px 10px;
    color: #fff
}

.accordion-title h4:before {
    position: absolute !important;
    right: 0 !important
}

.accordion-content .form-group input {
    width: 70%;
    float: left;
    border-radius: 40px;
    margin-right: 4px;
    background: #fff;
    border: 1px solid #2a3a49
}

.sidebar_filter .widget ul.nav>li {
    margin-top: 4px
}

.sidebar_filter .accordion-content {
    padding: 10px 10px;
    background: #efefef;
    border: 1px solid #2a3a49
}

.box_section {
    border-radius: 0;
    box-shadow: none
}

.gallerysection {
    /* background: #fff; */
    padding: 20px 0
}

.gallerysectiondetail {
    /* background: #fff; */
    padding: 20px 0
}

.brief_details .small-widget {
    background: #2a3a49;
    padding: 7px 12px
}

.brief_details .small-widget a {
    color: #fff
}

.main_filtersection {
    border-radius: 0;
    box-shadow: none;
    overflow: auto
}

.sidebar_filter .accordion-content .form-group input[type="text"] {
    width: 68%;
    margin-right: 4px;
    background: #fff;
    float: left;
    border-radius: 40px;
    border: 1px solid #8d1dfa
}

.college_name,.brief_details .small-widget {
    background: #066f8e
}

.box_section {
    border: 1px solid #037faf
}

.gallerysection .click_view .btn-default {
    color: #fff;
    border-color: #e7e7e7;
    background-color: #8d1dfa;
    border-radius: 40px;
    width: 80px
}

.gallerysection .click_view .btn-default:hover {
    color: #037faf;
    border-color: #037faf;
    background-color: #fff;
    border-radius: 40px
}

.gallerysectiondetail .click_view .btn-default {
    color: #fff;
    border-color: #e7e7e7;
    background-color: #8d1dfa;
    border-radius: 40px;
    width: 80px
}

.gallerysectiondetail .click_view .btn-default:hover {
    color: #037faf;
    border-color: #037faf;
    background-color: #fff;
    border-radius: 40px
}

.all_catagorysection .bodycontent {
    border-bottom: 2px solid #ccc
}

.browse-slider .sa-left {
    top: 32%;
    display: block
}

.browse-slider .sa-right {
    top: 32%;
    display: block;
    right: -21px
}

.browse-slider-text {
    color: #fff;
    display: block;
    clear: both
}

menu {
    margin: 0
}

@media(min-width: 1080px) {
    .artist-art-banner {
        height:150px
    }
}

a.slider-arrow.sa-right,a.slider-arrow.sa-left {
    padding: 2px 1px;
    color: #8d1dfa;
    z-index: 9999
}

.movies img {
    min-height: 270px;
    max-height: 290px
}

.artist img {
    width: 208px;
    max-height: 114px
}

.col-xs-3.col-sm-2.col-md-4 .btn-color-out,.col-xs-6.col-sm-2.col-md-4 .btn-color-out {
    margin-left: 10px;
    margin-bottom: 10px
}

.movies .clglogom {
    min-height: 126px
}

.banner-image {
    margin-top: 70px
}

.list-container.article-list .list-img-more img {
    max-height: 146px
}

.movie-det-banner {
    height: 390px
}

.movie-det-banner .detail-overlay-container img {
    max-height: 240px;
    margin-left: 23px;
    width: auto;
    bottom: 10px
}

.detail-banner-cont {
    height: 200px
}

.detail-banner-cont .pos-artist-det .banner-thmbnail {
    top: 18px;
    max-width: 210px;
    max-height: 180px
}

@media(max-width: 480px) {
    .movies img {
        min-height:140px;
        max-height: 141px
    }

    .About-Us .title-dots a {
        left: 0 !important
    }
}

@media(max-width: 768px) {
    .banner-image,.banner-image img {
        height:97px
    }

    .article-det-banner .pos-artist-det .banner-thmbnail {
        top: 17px;
        max-height: 200px
    }
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic&display=swap);@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

#portfolio .portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

#portfolio .portfolio-filter>li {
    float: left;
    display: block
}

#portfolio .portfolio-filter>li a {
    display: block;
    padding: 7px 15px;
    background: #e5e5e5;
    color: #64686d;
    position: relative;
    cursor: pointer
}

#portfolio .portfolio-filter>li a:hover,#portfolio .portfolio-filter>li a.active {
    background: #45aed6;
    color: #fff;
    box-shadow: 0 -3px 0 0 #318daf inset;
    -webkit-box-shadow: 0 -3px 0 0 #318daf inset
}

#portfolio .portfolio-filter>li a.active:after {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #318daf transparent transparent transparent
}

#portfolio .portfolio-filter>li:first-child a {
    border-radius: 4px 0 0 4px
}

#portfolio .portfolio-filter>li:last-child a {
    border-radius: 0 4px 4px 0
}

#portfolio .portfolio-item {
    /*width:25.9%;*/
    float: left;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

#portfolio .portfolio-item .portfolio-item-inner {
    position: relative;
    margin: 5px
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
    opacity: 1;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: #13134e;
    color: #fff;
    bottom: -21px
}

#movievideos #portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
    opacity: 1;
    width: 256px;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: #4d5c83;
    color: #fff;
    border: 1px solid #887b7b
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h4 {
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
    margin: 10px 0 0 10px
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info p {
    margin-bottom: 0;
    text-align: left;
    margin: 0 0 0 10px
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
    position: absolute;
    top: -18px;
    right: 12px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -ms-transition-property: -ms-transform,opacity;
    -o-transition-property: -o-transform,opacity;
    transition-property: transform,opacity
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(../images/theme/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(../images/theme/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(../images/theme/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(../images/theme/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(../images/theme/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_next:hover {
    background: url(../images/theme/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(../images/theme/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(../images/theme/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_expand:hover {
    background: url(../images/theme/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(../images/theme/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_contract:hover {
    background: url(../images/theme/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../images/theme/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(../images/theme/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause {
    background: url(../images/theme/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next {
    background: url(../images/theme/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}

div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover {
    opacity: .7
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(../images/theme/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../images/theme/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(../images/theme/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(../images/theme/prettyPhoto/default/loader.gif) center center no-repeat
}

div.facebook .pp_top .pp_left {
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(../images/theme/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(../images/theme/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(../images/theme/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_expand:hover {
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract {
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract:hover {
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(../images/theme/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}

div.facebook .pp_arrow_next {
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_nav .pp_pause {
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_next:hover {
    background: url(../images/theme/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(../images/theme/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(../images/theme/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(../images/theme/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px
}

.pp_nav .pp_play,.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_previous,a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}

.pp_gallery ul a {
    border: 1px rgba(0,0,0,0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(../images/theme/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next {
    margin-top: 7px !important
}

a.pp_next {
    background: url(../images/theme/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(../images/theme/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_expand,a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1 !important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

div.pp_default .pp_content {
    background-color: #fff
}

div.pp_default #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a {
    border-color: #fff
}

div.pp_default .pp_details,div.facebook .pp_details {
    position: relative
}

div.facebook .pp_content {
    background: #fff
}

.pp_top,.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_top,* html .pp_bottom {
    padding: 0 20px
}

.pp_top .pp_left,.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle,.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_top .pp_middle,* html .pp_bottom .pp_middle {
    left: 0;
    position: static
}

.pp_top .pp_right,.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_fade,.pp_gallery li.default a img {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@charset 'UTF-8';@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'),url('./fonts/slick.svg#slick') format('svg')
}

.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: 0;
    background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes hideSweetToast {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes hideSweetToast {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@-webkit-keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@-webkit-keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
