/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

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

body {
    margin: 0
}

body.boxed {
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    background: url(../images/bg/noise_pattern_with_crosslines.png) repeat
}

body.boxed #header {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

ol,
ul {
    list-style: none
}

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

:focus {
    outline: 0!important
}

.fit-vids-style {
    display: none
}

figure {
    margin: 0;
    padding: 0
}

figure img {
    width: 100%;
    height: auto
}

iframe {
    border: none
}

::selection {
    background: #3296dc;
    color: #fff
}

::-moz-selection {
    background: #3296dc;
    color: #fff
}

ul {
    list-style-position: inside
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3296dc;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vertical-align-cancel {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.preserve-3d {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.transition-100 {
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out
}

.transition-300 {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out
}

.transition-700 {
    transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out
}

.sep0 {
    width: 100%;
    height: 0
}

.sep10 {
    width: 100%;
    height: 10px
}

.sep20 {
    width: 100%;
    height: 20px
}

.sep30 {
    width: 100%;
    height: 30px
}

.sep40 {
    width: 100%;
    height: 40px
}

.sep50 {
    width: 100%;
    height: 50px
}

.sep60 {
    width: 100%;
    height: 60px
}

.sep70 {
    width: 100%;
    height: 70px
}

.sep80 {
    width: 100%;
    height: 80px
}

.sep90 {
    width: 100%;
    height: 90px
}

.sep95 {
    width: 100%;
    height: 95px
}

.sep100 {
    width: 100%;
    height: 100px
}

.r-pad0 {
    padding-right: 0
}

.r-pad10 {
    padding-right: 10px
}

.r-pad20 {
    padding-right: 20px
}

.r-pad30 {
    padding-right: 30px
}

.r-pad40 {
    padding-right: 40px
}

.r-pad50 {
    padding-right: 50px!important
}

.r-pad80 {
    padding-right: 80px!important
}

.r-pad120 {
    padding-right: 120px!important
}

.l-pad0 {
    padding-left: 0
}

.l-pad10 {
    padding-left: 10px
}

.l-pad20 {
    padding-left: 20px
}

.l-pad30 {
    padding-left: 30px!important
}

.l-pad40 {
    padding-left: 40px
}

.l-pad50 {
    padding-left: 50px!important
}

.l-pad60 {
    padding-left: 60px
}

.l-pad70 {
    padding-left: 70px
}

.l-pad80 {
    padding-left: 80px!important
}

.t-pad0 {
    padding-top: 0
}

.t-pad10 {
    padding-top: 10px
}

.t-pad20 {
    padding-top: 20px
}

.t-pad30 {
    padding-top: 30px
}

.t-pad40 {
    padding-top: 40px
}

.t-pad50 {
    padding-top: 50px
}

.t-pad60 {
    padding-top: 60px
}

.t-pad70 {
    padding-top: 70px
}

.t-pad80 {
    padding-top: 80px
}

.t-pad90 {
    padding-top: 90px
}

.t-pad100 {
    padding-top: 100px
}

.b-pad0 {
    padding-bottom: 0
}

.b-pad10 {
    padding-bottom: 10px
}

.b-pad20 {
    padding-bottom: 20px
}

.b-pad30 {
    padding-bottom: 30px
}

.b-pad40 {
    padding-bottom: 40px
}

.b-pad50 {
    padding-bottom: 50px
}

.b-pad60 {
    padding-bottom: 60px
}

.b-pad70 {
    padding-bottom: 70px
}

.b-pad80 {
    padding-bottom: 80px
}

.b-pad90 {
    padding-bottom: 90px
}

.b-pad100 {
    padding-bottom: 100px
}

.pad0 {
    padding: 0!important
}

.t-mgr0 {
    margin-top: 0
}

.t-mgr10 {
    margin-top: 10px
}

.t-mgr20 {
    margin-top: 20px
}

.t-mgr30 {
    margin-top: 30px
}

.t-mgr40 {
    margin-top: 40px
}

.t-mgr50 {
    margin-top: 50px
}

.t-mgr60 {
    margin-top: 60px
}

.t-mgr70 {
    margin-top: 70px
}

.t-mgr80 {
    margin-top: 80px
}

.t-mgr90 {
    margin-top: 90px
}

.t-mgr100 {
    margin-top: 100px
}

.b-mgr0 {
    margin-bottom: 0
}

.b-mgr10 {
    margin-bottom: 10px
}

.b-mgr20 {
    margin-bottom: 20px
}

.b-mgr30 {
    margin-bottom: 30px
}

.b-mgr40 {
    margin-bottom: 40px
}

.b-mgr50 {
    margin-bottom: 50px
}

.b-mgr60 {
    margin-bottom: 60px
}

.b-mgr70 {
    margin-bottom: 70px
}

.b-mgr80 {
    margin-bottom: 80px
}

.b-mgr90 {
    margin-bottom: 90px
}

.b-mgr100 {
    margin-bottom: 100px
}

.width-third {
    width: 32.5%
}

.width-fourth {
    width: 24.2%
}

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: auto!important
}

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

.image-left {
    float: left;
    margin: 0 40px 0 0
}

.image-right {
    float: right;
    margin: 0 0 0 40px
}

.image-center {
    margin: 5px auto 0 10%!important
}

@media print {
    * {
        text-shadow: none!important;
        color: #000!important;
        background: 0 0!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^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
}

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

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

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

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

a {
    color: #428bca;
    text-decoration: none
}

a:focus,
a:hover {
    color: #2a6496;
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

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

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

.h1 .small,
.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: #999
}

.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: 200;
    line-height: 1.4
}

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

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

cite {
    font-style: normal
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff;
    background-color: #428bca
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

blockquote:after,
blockquote:before {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

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

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

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

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

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

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

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

.container-pad {
    padding: 80px 0
}

.container-pad-b0 {
    padding: 80px 0 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

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

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

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

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

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

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

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

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

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

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

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

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

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

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

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: 0
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: 0
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: 0
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: 0
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

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

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

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

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

input[type=checkbox],
input[type=radio] {
    margin: 4px 10px 0 0;
    display: block;
    float: left;
    line-height: normal;
    text-align: left
}

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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

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

input[type=date] {
    line-height: 34px
}

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

.checkbox,
.radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.checkbox label,
.radio label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative
}

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

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-static {
    margin-bottom: 0
}

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

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

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

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

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

.form-horizontal .form-control-static {
    padding-top: 7px
}

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

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

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

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

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.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: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: #428bca;
    border-color: #357ebd
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

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

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.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:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

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

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

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

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.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:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.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:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

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

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

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

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

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

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

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

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

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

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot@#iefix) format('embedded-opentype'), 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')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

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

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff
}

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

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

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

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

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

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

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

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

.open>a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

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

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

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

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

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

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

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

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

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

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

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

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

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

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

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

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

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

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

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

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

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

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

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

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

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

.nav-pills>li {
    float: left
}

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

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

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

.nav-stacked>li {
    float: none
}

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

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

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

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

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

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

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

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

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

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .logo {
    color: #999
}

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

.navbar-inverse .navbar-text {
    color: #999
}

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-link {
    color: #999
}

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

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

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #999
}

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

.pagination>li {
    display: inline
}

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

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

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #2a6496;
    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;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

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

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

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

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

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

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

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

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

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

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

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

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

.label:empty {
    display: none
}

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

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

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: grey
}

.label-primary {
    background-color: #428bca
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

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

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

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

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

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

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

.container .jumbotron {
    border-radius: 6px
}

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

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

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

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

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #428bca
}

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

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

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

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

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

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

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

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

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

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

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

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

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

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

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

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

.media,
.media .media {
    margin-top: 15px
}

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

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.left {
    margin-right: 10px
}

.media>.right {
    margin-left: 10px
}

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

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

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

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

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

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

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

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

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

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

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

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

.panel-body {
    padding: 15px
}

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

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

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

.panel-title>a {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child 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 {
    border-top: 1px solid #ddd
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

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

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

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

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

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

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

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

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

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

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

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

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

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

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

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

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

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

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

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

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

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

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

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

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%
}

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

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

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

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

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

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

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

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

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

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

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

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

.right {
    float: right!important
}

.left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

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

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

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

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

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

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

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

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

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

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

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

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

.visible-print {
    display: none!important
}

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

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


/*
Styles css
*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: scroll
}

.container {
    padding-right: 0;
    padding-left: 0
}

address,
body,
li {
    line-height: 24px
}

button,
input,
select,
textarea {
    font-size: 13px;
    font-weight: 300
}

a {
    color: #32373c;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:focus,
a:hover {
    color: #32373c;
    text-decoration: none
}

.colored {
    color: #32373c
}

.color-white {
    color: #fff!important
}

.color-black {
    color: #32373c!important
}

.font-alt {
    font-family: 'Open Sans', sans-serif
}

.font-alt {
    font-family: 'Open Sans', sans-serif
}

.fw100 {
    font-weight: 100
}

.fw300 {
    font-weight: 300
}

.fw600 {
    font-weight: 600!important
}

.fw800 {
    font-weight: 800!important
}

.fw900 {
    font-weight: 900
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    color: #32373c;
    font-weight: 600;
    letter-spacing: -1px
}

h1 {
    font-size: 36px;
    line-height: 40px
}

h2 {
    font-size: 30px;
    line-height: 40px
}

h3 {
    font-size: 24px;
    line-height: 30px
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px;
    line-height: 0
}

h2.heading {
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 30px
}

h2.heading:before {
    display: inline-block;
    content: "";
    border-bottom: 2px solid #32373c;
    position: absolute;
    width: 30px;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 100%;
    left: 49%
}

h2.heading-white {
    font-weight: 600;
    font-size: 34px;
    line-height: 34px;
    color: #fff
}

h2.heading-white:before {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #fff;
    position: relative;
    width: 30px;
    top: -10px;
    left: -10px;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

h2.heading-white:after {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #fff;
    position: relative;
    width: 30px;
    top: -10px;
    right: -10px;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

p.h-sub {
    color: #666;
    text-align: center;
    font-weight: 400
}

p.h-sub-white {
    color: #fff;
    text-align: center;
    font-weight: 400
}

h3.heading {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 34px
}

h3.heading:before {
    display: inline-block;
    content: "";
    border-bottom: 2px solid #000;
    border-left: 1px solid #ebedef;
    position: absolute;
    width: 30px;
    bottom: -10px;
    left: 0
}

h1.client {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -2px
}

h4.client span {
    border: 2px solid #32373c;
    padding: 5px 10px
}

.page-nav {
    padding: 50px 0 35px;
    text-align: right
}

.page-nav a {
    color: #333
}

.page-nav a:hover {
    color: #32373c
}

.page-nav .active {
    color: #32373c
}

.center-title-wrapper {
    text-align: center
}

.center-title-wrapper strong {
    text-align: center;
    width: 3%!important;
    margin: -20px auto;
    border-bottom: 2px solid #32373c
}

.title-center {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px
}

.title-left {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
    width: 100%;
    font-weight: 600
}

.title-left:before {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #e1e3e5;
    border-left: 1px solid #e1e3e5;
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0
}

.upper {
    text-transform: uppercase
}

.pad-container {
    padding-top: 60px;
    padding-bottom: 60px
}

.pad-container2 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pad-container-parallax {
    padding-top: 150px;
    padding-bottom: 120px
}

.lead {
    font-size: 16px;
    line-height: 24px
}

.bg-white {
    background: #fff
}

.bg-gray {
    background: #dfe9ef
}

.bg-dark-gray {
    background: #32373c;
    color: #fff!important
}

.bg-darker-gray {
    background: #282d32;
    color: #fff
}

.bg-darker-gray img {
    width: auto
}

.bg-color {
    background: #32373c
}

.pic {
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s
}

.pic:hover {
    opacity: .8
}

.pic.radius {
    border-radius: 50%
}

.pic.radius.size {
    width: 240px;
    height: 240px
}

.brd-gray {
    border: 1px solid #f6f6f6
}

.brd-bottom {
    border-bottom: 1px solid #e1e3e5
}

.brd0 {
    border: 0 solid #e1e3e5!important
}

.mgr-header {
    float: left;
    width: 100%
}

iframe {
    width: 100%
}

ul {
    padding: 0 0 0 20px
}

ol {
    padding: 0 0 0 20px
}

ol li {
    padding: 4px 0
}

ul.circled {
    padding: 0;
    list-style: none
}

ul.circled li {
    padding: 6px 0
}

ul.circled {
    padding: 0;
    list-style: none
}

ul.circled li.bg {
    padding: 6px 10px;
    background: #f4f6f8;
    color: #32373c;
    cursor: pointer;
    margin-bottom: 5px
}

ul.circled li:hover.bg {
    background: #f4f6f8;
    color: #fff
}

ul.circled li.bg a {
    font-weight: 600;
    color: #32373c;
    text-decoration: none
}

ul.circled li.bg a:hover {
    color: #fff
}

ul.circled li:hover.bg a {
    color: #fff
}

ul.circled li:hover.bg:before {
    content: '\2714';
    margin-right: 15px;
    font-weight: 400;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: fontello-circle;
    color: #fff;
    font-size: 8px
}

ul.circled li i {
    font-size: 18px;
    line-height: 10px
}

ul.circled li.bg.current {
    font-weight: 600;
    background: #f4f6f8;
    color: #fff
}

ul.circled li.bg.current:before {
    content: '\2714';
    margin-right: 15px;
    font-weight: 400;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: fontello-circle;
    color: #fff;
    font-size: 8px
}

ul.arrow {
    padding: 0;
    list-style: none
}

ul.arrow li {
    padding: 4px 0
}

ul.arrow li:before {
    content: '\e75e';
    margin-right: 10px;
    font-weight: 400;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: fontello;
    color: #32373c;
    font-size: 12px
}

.thin {
    width: 70%;
    margin: 0 auto
}

.thin-search {
    width: 80%;
    margin: 30% auto
}

.dropcap {
    font-weight: 300;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase
}

hr {
    border-bottom: 1px solid #f4f6f8
}

.underline {
    text-decoration: underline
}

.brd-gray-cart {
    border: 1px solid #e1e3e5;
    padding: 20px
}

blockquote {
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    padding: 20px;
    margin-top: 20px
}

blockquote small {
    line-height: inherit;
    color: #969ba0
}

.italic {
    font-style: italic
}

.box-text-left {
    padding: 35% 25%;
    text-align: left;
    color: #fff
}

.box-text-center {
    padding: 5% 10%
}

.box-text-center2 {
    padding: 25% 15%
}

.black-box {
    font-size: 18px;
    color: #ccc;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 24px;
    color: #969ba0;
    margin: 10px 0;
    padding: 20px 20px;
    background: #fff;
    background: #32373c;
    position: relative
}

.black-box h3 {
    color: #ccc
}

.black-box:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    right: -15px;
    bottom: -15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.side-image {
    padding: 0;
    position: relative
}

.side-image .image-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0;
    top: 0
}

.side-image .image-container.pull-right {
    right: 0
}

.side-image .content {
    padding-top: 80px;
    padding-bottom: 80px
}

.side-image h1 {
    margin-bottom: 40px
}

.side-image p.lead {
    margin-bottom: 64px
}

.side-image.text-heavy h1 {
    margin-bottom: 32px
}

.side-image.text-heavy p.lead {
    margin-bottom: 40px
}

.side-image.text-heavy .feature {
    margin-top: 64px
}

.side-image.text-heavy .feature h5 {
    margin-bottom: 40px
}

.content-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.content {
    position: relative;
    overflow: hidden
}

.content.dark {
    position: relative;
    overflow: hidden;
    background: url(../images/bg/bg-splash.jpg) top center no-repeat;
    padding: 6% 0
}

.topbar {
    display: block;
    color: #969ba0;
    width: 63%;
    height: 40px;
    background: #3181b4;
    position: absolute;
    z-index: 1
}

.topbar:after {
    content: "";
    position: absolute;
    top: 0;
    right: -2%;
    background: #3181b4;
    width: 60px;
    height: 40px;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    z-index: 0
}

.topbar-full {
    display: block;
    color: #969ba0;
    width: 100%;
    height: 40px;
    background: #32373c
}

.topbar-content ul {
    float: left;
    position: relative;
    z-index: 999;
    padding-top: 7px
}

.topbar-content li {
    display: inline-block;
    font-size: 13px;
    padding-right: 20px;
    line-height: 10px;
    color: #fff
}

.topbar-content li a {
    color: #fff;
    text-decoration: none
}

.topbar-content li a:hover {
    color: #969ba0
}

.topbar-content ul.toplink {
    float: right
}

.topbar-content ul.toplink li {
    display: inline-block;
    border-right: 1px solid #e1e3e5;
    padding: 3px 10px 3px 5px;
    font-size: 12.5px
}

.topbar-content ul.toplink li a {
    color: #969ba0;
    text-decoration: none
}

.topbar-content ul.toplink li a:hover {
    color: #64696e
}

.topbar-content ul.toplink li.last {
    border-right: 0 solid #e1e3e5
}

.topbar-content ul.toplink li a i {
    font-size: 12.5px
}

.banner-full-height {
    height: 750px!important
}

.header-nav {
    padding: 30px 0 20px
}

.header-nav.pad2 {
    padding: 2px 0 0
}

.header-nav-transparent {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    position: relative;
    z-index: 99999
}

.basic-wrapper {
    display: block
}

.logo:focus,
.logo:hover {
    text-decoration: none
}

.logo {
    float: left;
    font-size: 30px;
}

.logo img {
    width: 100%;
    height: 55px;
    float: left
}

.logo-center {
    font-size: 30px;
    text-align: center
}

.logo-center img {
    width: auto;
    height: 100px;
    margin-bottom: 60px
}

.top-contact {
    text-align: right
}

.top-contact.center {
    text-align: center
}

.top-contact li {
    display: inline-block;
    width: 28%
}

.top-contact li .icon {
    text-align: left
}

.top-contact li .icon i {
    display: block;
    color: #32373c;
    background: 0 0;
    line-height: 1;
    font-size: 24px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 50px;
    width: 50px;
    border: 2px solid #32373c;
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
    padding-left: 3px
}

.top-contact li .icon:hover i {
    color: #fff;
    background: #32373c;
    border: 2px solid #32373c
}

.top-contact h3 {
    font-size: 14px;
    line-height: 10px;
    padding-top: 8px
}

.top-contact p {
    font-size: 12.5px;
    line-height: 14px
}

.navbar-header {
    background: #fff
}

.navbar-collapse {
    width: auto;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.navbar-collapse.right {
    float: right
}

.bg-navbar {
    display: block;
    color: #969ba0;
    width: 63%;
    height: 50px;
    background: #32373c;
    position: absolute;
    z-index: 1;
    float: right;
    right: 0
}

.bg-navbar:after {
    content: "";
    position: absolute;
    top: 0;
    left: -2%;
    background: #32373c;
    width: 60px;
    height: 50px;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    z-index: 0
}

.navbar-nav {
    display: block;
    position: relative;
    z-index: 999
}

.navbar-nav .hom1,
.navbar-nav .hom2,
.navbar-nav .hom3,
.navbar-nav .innerpages {
    display: block
}

.navbar-nav.t-pad {
    padding-top: 22px
}

.navbar-nav>li {
    margin-left: 20px;
    background: 0 0
}

.navbar-nav>li.pad {
    padding: 25px 0;
    border-top: 3px solid #fff;
    margin-top: -2px
}

.navbar-nav>li:hover.pad {
    border-top: 3px solid #000
}

.navbar-nav>li.box {
    padding: 0;
    background: 0 0
}

.navbar-nav>li:hover.box {
    background: #000;
    color: #fff!important
}

.navbar-nav>li.current-box {
    background: #000;
    border-top: 0 solid #000;
    color: #fff
}

.navbar-nav>li.current-box a.hwhite {
    color: #fff
}

.navbar-nav>li a.dark {
    color: #32373c
}

.navbar-nav>li>a {
    color: #fff;
    background: 0 0!important;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    font-family: Montserrat, sans-serif
}

.navbar-nav>li>a:hover {
    color: #fff
}

.navbar-nav>li>a.hwhite {
    color: #32373c;
    background: 0 0!important;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    font-family: Montserrat, sans-serif
}

.navbar-nav>li>a:hover.hwhite {
    color: #fff!important
}

.navbar-nav>li.current {
    color: #32373c;
    border-top: 3px solid #000
}

.navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    background: #32373c;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.navbar-nav .dropdown-menu li:last-child {
    border: none!important
}

.navbar-nav .dropdown-menu li a {
    padding: 14px 18px;
    line-height: 1;
    color: #dcdcdc;
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.navbar-nav .dropdown-menu li a.active,
.navbar-nav .dropdown-menu li a:hover {
    filter: none;
    line-height: 1;
    color: #e1e3e5;
    background: rgba(255, 255, 255, .1)!important
}

.navbar-nav .nav .open>a,
.navbar-nav .nav .open>a:focus,
.navbar-nav .nav .open>a:hover {
    background: 0 0;
    color: #32373c
}

.navbar-nav>li.current .dropdown-menu li a {
    color: #dcdcdc
}

.navbar-nav .nav>li>.dropdown-menu:after {
    display: none
}

.navbar-nav .nav>li>.dropdown-menu:before {
    display: none
}

.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:focus,
.navbar-nav .dropdown-menu>.active>a:hover,
.navbar-nav .dropdown-menu>li>a:focus,
.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-submenu:focus>a,
.navbar-nav .dropdown-submenu:hover>a {
    background: 0 0;
    color: #32373c
}

.navbar-nav .dropdown-submenu ul {
    border-left: 0!important
}

.navbar-nav .dropdown-submenu i {
    position: absolute;
    right: 10px;
    font-size: 14px
}

.yamm .collapse,
.yamm .dropdown,
.yamm .dropup,
.yamm .nav {
    position: static
}

.yamm .container,
.yamm .navbar-inner {
    position: relative;
    margin: 0 20px
}

.yamm .dropdown-menu {
    left: auto
}

.yamm .dropdown-menu>li {
    display: block
}

.yamm .nav.pull-right .dropdown-menu {
    right: 0
}

.yamm .yamm-content {
    padding: 20px;
    color: #969ba0
}

.yamm .yamm-content:after,
.yamm .yamm-content:before {
    display: table;
    content: "";
    line-height: 0
}

.yamm .yamm-content:after {
    clear: both
}

.yamm .yamm-content img {
    width: 100%
}

.yamm .yamm-content a {
    color: #969ba0
}

.yamm .yamm-content ul {
    border-right: 1px solid rgba(255, 255, 255, .05);
    padding-right: 50px
}

.yamm .yamm-content ul.last {
    border-right: 0 solid #eee
}

.yamm .yamm-content ul li {
    background: 0 0;
    line-height: 38px
}

.yamm .yamm-content ul li:hover {
    background: rgba(255, 255, 255, .1)!important
}

.yamm .yamm-content ul li a {
    padding: 0;
    margin: 0;
    padding-left: 10px
}

.yamm .yamm-content ul li a:hover {
    background: rgba(255, 255, 255, 0)!important;
    border-bottom: 0!important
}

.yamm .yamm-content h1,
.yamm .yamm-content h2,
.yamm .yamm-content h3,
.yamm .yamm-content h4,
.yamm .yamm-content h5,
.yamm .yamm-content h6 {
    color: #32373c
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0
}

.mobile-menu {
    display: none;
    font-size: 30px;
    border-radius: 0;
    color: #32373c;
    background: 0 0!important;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 9999999!important
}

.mobile-menu:hover {
    color: #969ba0
}

.social-top {
    padding: 0;
    margin: 0;
    font-size: 0;
    height: 28px;
    float: right
}

.social-top li {
    display: inline-block;
    font-family: fontello;
}

.social-top li.nopad {
    padding-top: 5px
}

.social-top li a {
    display: table;
    color: #fff
}

.social-top li a:hover i {
    color: #32373c
}

.social-top li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: 0 0;
    line-height: 1;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 100
}

.social-top li a i.white {
    color: #fff
}

.social-top li a.dark {
    display: table;
    color: #32373c
}

.banner-container {
    width: 100%;
    position: relative;
    margin-top: -30px;
    z-index: 0
}

.banner-container.nomgr {
    margin-top: 0
}

.banner-container-center {
    /*margin-top: -105px;*/
    width: 100%;
    position: relative;
    z-index: 0
}
.topsection{
background: #3181B4;
letter-spacing: 1px;
padding: 1.6rem 0px 0.5rem 0;
color: white;
/*border-bottom: 1px solid #000;*/
}
.topsection p{
	display: inline-block;
	font-weight: bolder;
}
.topsection i{
	font-weight: bolder;
	padding-right:5px; ;
}	
.moreprojects{
	      display: block;
    width: 14%;
    margin: auto;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 2rem;
    /* text-decoration: underline; */
    border-bottom: 1px;
    border: 1px solid #000;
    padding: 1rem;
    background: #000;
    color: white;
}
@media(max-width: 800px){
    .moreprojects{
        width: 100%;
		text-align:center;
    }
}
.banner {
    width: 100%;
    position: relative;
    z-index: 2
}

.banner-full-height {
    width: 100%;
    position: relative;
    z-index: 2
}

.banner-center {
    width: auto;
    position: relative;
    z-index: 2
}

.fullwidthbanner-container {
    width: 100%!important;
    position: relative;
    padding: 0;
    overflow: hidden!important;
    z-index: 2
}

.tp-caption img {
    background: 0 0;
    zoom: 0;
    margin-top: 120px
}

.tp-caption.upper {
    padding: 40px;
    background: rgba(50, 55, 60, .8);
    border-left: 3px solid #000
}

.tp-caption.upper h3 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: -1px
}

.tp-caption.upper h2 {
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: -2px
}

.tp-caption.upper h2 span {
    color: #fff
}

.tp-caption.upper p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    text-transform: none
}

.tp-caption.upper2 {
    float: left
}

.tp-caption.upper2 h3 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 24px;
    letter-spacing: -1px;
    text-shadow: 0 1px 1px #32373c
}

.tp-caption.upper2 h2 {
    font-family: Montserrat, sans-serif;
    font-size: 120px;
    font-weight: 800;
    color: #fff;
    line-height: 100px;
    letter-spacing: -8px;
    text-shadow: 0 1px 1px #32373c
}

.tp-caption.upper2 h2 span {
    color: #fff
}

.tp-caption.upper2 p {
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    text-transform: none;
    text-shadow: 0 1px 1px #32373c
}

.tp-caption.lower {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 28px
}

.tp-caption.lower2 {
    font-family: 'Open Sans';
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 50px
}

.tp-caption.lower-bg {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    background: rgba(255, 255, 255, .3);
    border-left: 5px solid #19b9c8;
    padding: 8px 16px
}

.tp-caption.lower.black {
    font-family: Montserrat, sans-serif;
    font-size: 100px;
    font-weight: 100;
    color: #373737;
    line-height: 100px;
    text-transform: none;
    letter-spacing: 0
}

.tp-caption.upper.black {
    font-family: Montserrat, sans-serif;
    color: #32373c;
    font-size: 70px;
    font-weight: 800;
    line-height: 72px;
    text-transform: capitalize;
    letter-spacing: -1px
}

.tp-caption.lower.black.para {
    font-size: 16px;
    font-weight: 200;
    color: #32373c;
    line-height: 24px;
    letter-spacing: 0
}

.tp-caption a.btn {
    color: #fff
}

.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 50%!important;
    background: rgba(255, 255, 255, .2)!important;
    color: #fff;
    line-height: 1;
    font-size: 24px;
    padding: 22px 39px 46px 29px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    border-radius: 50%
}

.tp-leftarrow:hover.default,
.tp-rightarrow:hover.default {
    background: rgba(255, 255, 255, .5)
}

.tp-leftarrow.default {
    left: 20px!important
}

.tp-rightarrow.default {
    right: 20px!important
}

.tparrows:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    position: relative;
    z-index: 999
}

.tp-leftarrow.default:before {
    content: '\e75d'
}

.tp-rightarrow.default:before {
    content: '\e75e'
}

.tparrows:hover {
    background: rgba(255, 255, 255, .9)
}

.tp-bullets.simplebullets.round .bullet {
    width: 10px!important;
    height: 10px!important;
    margin-left: 6px!important;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    background: rgba(255, 255, 255, .4)!important;
    border-radius: 50%
}

.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(255, 255, 255, 1)
}

.tp-bullets.hidebullets {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../images/timer.png);
    position: absolute;
    z-index: 200;
    display: none
}

.services-bg {
    background: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 999
}

.q-form-container {
    position: absolute;
    z-index: 999;
    top: -140px;
    float: left
}

.q-form-title {
    background: #3181b4;
    padding: 43px 20px;
    color: #fff
}

.q-form-title i {
    display: block;
    color: #fff;
    line-height: 1;
    font-size: 36px;
    float: left;
    margin-right: 30px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 50px;
    text-align: center;
    padding-top: 8px;
    border-right: 1px solid rgba(255, 255, 255, .5);
    padding-right: 18px
}

.q-form-title .content h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 10px
}

.q-form {
    padding: 20px 40px;
    width: 100%;
    background: #f4f6f8
}

.q-form input,
.q-form select,
.q-form textarea,
.uneditable-input {
    width: 100%
}

.q-form input[type=password],
.q-form input[type=text],
.q-form select,
.q-form textarea {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: auto;
    padding: 15px 10px!important;
    margin-bottom: 0!important;
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px solid #e1e3e5!important;
    border: 0;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.q-form input[type=password]:focus,
.q-form input[type=text]:focus,
.q-form textarea:focus {
    border-bottom: 1px solid #3181b4!important
}

.q-form textarea {
    height: 60px
}

.q-form .btn-submit {
    position: relative;
    height: 50px;
    border: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
    background: #32373c;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0
}

.q-form .btn-submit:hover {
    background: #32373c
}

.q-form label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both
}

.inner-banner {
    width: 100%;
    height: 100%;
    max-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    padding: 3% 0 3%;
    color: #fff
}

.inner-banner h1 {
    font-size: 48px;
    color: #fff;
    letter-spacing: -3px;
    font-weight: 600
}

.inner-banner h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.pages {
    background: url(../images/inner-banner.png) center center no-repeat;
    background-color: #3181b4!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.services-box {
    text-align: left
}

.services-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400px
}

.services-box p {
    padding-top: 0
}

.services-box i {
    font-size: 48px;
    color: #32373c;
    line-height: 60px
}

.services-box .col:hover i {
    color: #969ba0
}

.services-box-2 {
    text-align: left
}

.services-box-2.bg-gray {
    background: #f4f6f8;
    padding: 30px 20px;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .2)
}

.services-box-2 i {
    display: block;
    color: #fff;
    line-height: 1;
    font-size: 24px;
    float: left;
    margin-right: 30px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 50px;
    width: 50px;
    background: #333;
    border-radius: 50%;
    text-align: center;
    padding-top: 14px
}

.services-box-2:hover i {
    background: #333
}

.services-box-2 i.small {
    display: block;
    color: #32373c;
    line-height: 1;
    font-size: 30px;
    float: left;
    margin-right: 20px;
    margin-top: 8px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-box-2 .content {
    overflow: auto
}

.services-box-2 .content h3 {
    font-size: 18px;
    font-weight: 600
}

.services-box-2 .content h3 a.dark {
    color: #32373c;
    font-size: 16px
}

.services-box-2 .content h3 a:hover.dark {
    color: #000
}

.services-box-2.left {
    text-align: left;
    margin-bottom: 40px
}

.services-box-2.left.text-right {
    text-align: right;
    margin-left: 40px
}

.services-box-2.left i {
    display: block;
    width: 85px;
    height: 85px;
    color: #32373c;
    border: 3px solid #e1e3e5;
    line-height: 1;
    font-size: 30px;
    padding-top: 28px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    margin-right: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    background: 0 0;
    font-weight: 700
}

.services-box-2.left:hover i {
    background: #32373c;
    color: #fff;
    border: 3px solid #e1e3e5
}

.services-box-2.left:hover i:before {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.services-box-2.left i.right {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.services-box-2.left .content {
    overflow: auto;
    margin-right: 30px
}

.services-box-2.left .content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 14px
}

.services-box-2.left.small {
    text-align: left;
    margin-bottom: 30px
}

.services-box-2.left.small i {
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #19b9c8;
    line-height: 1;
    font-size: 24px;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    margin-right: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.services-box-2.left.small i.green {
    background: #6ec878
}

.services-box-2.left.small i.yellow {
    background: #ffd769
}

.services-box-2.left.small i.red {
    background: #cd2832
}

.services-box-2.left.small i:hover {
    background: #32373c
}

.services-box-2.left.small .content {
    float: left;
    margin-top: 15px
}

.services-box-2.left.small .content h3 {
    font-size: 18px;
    font-weight: 400
}

.services-box-3 {
    text-align: center
}

.services-box-3 i {
    text-align: center;
    display: inline-table;
    width: 80px;
    height: 80px;
    color: #32373c;
    background: #e1e3e5;
    padding-top: 24px;
    font-size: 36px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative
}

.services-box-3:hover i {
    background: #32373c;
    color: #fff
}

.services-box-3 i.circle-border {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #ecebe9;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition-duration: 225ms;
    -moz-transition-duration: 225ms;
    -webkit-duration: 225ms;
    -o-transition-duration: 225ms;
    transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
    -moz-transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
    -o-transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
    -webkit-transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
    width: 80px
}

.services-box-3:hover i.circle-border {
    border: 1px solid #ccc;
    transform: scale(1.18);
    -moz-transform: scale(1.18);
    -o-transform: scale(1.18);
    transition-timing-function: cubic-bezier(.4, .25, .14, 1.73);
    -moz-transition-timing-function: cubic-bezier(.4, .25, .14, 1.73);
    -webkit-transition-timing-function: cubic-bezier(.4, .25, .14, 1.73);
    -o-transition-timing-function: cubic-bezier(.4, .25, .14, 1.73)
}

.services-box-3 h3 {
    margin: 30px 0 15px;
    font-size: 18px
}

.services-box-3 .content {
    padding: 0 15px
}

.black-box {
    height: auto;
    float: left
}

.box-dark {
    color: #fff;
    padding: 50px 100px 70px;
    background: #3181b4;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.box-dark.color1:hover,
.box-dark.color2:hover,
.box-dark:hover {
    color: #32373c;
    background: #f4f6f8
}

.box-dark .services-box-3 i {
    text-align: left;
    float: left;
    margin-right: 30px;
    display: inline-table;
    color: #32373c;
    font-size: 90px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: 0 0!important
}

.box-dark .services-box-3 .content {
    text-align: left!important
}

.box-dark .services-box-3 .content h3 {
    font-size: 36px;
    line-height: 40px;
    color: #32373c
}

.box-dark .services-box-3 .content h3:before {
    content: "";
    border-bottom: 2px solid #32373c;
    width: 30px;
    position: absolute;
    top: 55%
}

.box-dark .services-box-3 .content p {
    color: #32373c;
    padding-top: 20px
}

.filter {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    color: #969ba0;
    cursor: default;
    font-weight: 600;
    letter-spacing: 1px
}

.filter a {
    display: inline-block;
    margin: 0 24px;
    color: #969ba0;
    text-decoration: none;
    -webkit-transition: all .37s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    cursor: pointer
}

.filter a:hover {
    color: #32373c;
    text-decoration: none;
    border-bottom: 2px solid #32373c
}

.filter a.active {
    color: #32373c;
    cursor: default;
    border-bottom: 2px solid #000
}

.projects-grid,
.projects-grid-2,
.projects-grid-3 {
    list-style: none;
    margin: 0;
    padding: 0
}

.project-item {
    width: 25%;
    float: left;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.container .projects-grid-2 .project-item,
.projects-grid-2 .project-item {
    width: 50%
}

.projects-grid-3 .project-item {
    width: 33.33%
}

.container .projects-grid-3 .project-item {
    width: 33.33%
}

.project-grid-5 .project-item {
    width: 20%
}

.projects-grid-2.project-grid-gut,
.projects-grid-3.project-grid-gut,
.projects-grid.project-grid-gut {
    margin: 0 0 0 -10px
}

.projects-grid-2.project-grid-gut .project-item,
.projects-grid-3.project-grid-gut .project-item,
.projects-grid.project-grid-gut .project-item {
    padding: 0 0 20px 20px
}

.project-item a {
    display: block;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none
}

.project-item a,
.project-item a:hover {
    color: #fff;
    border: none
}

.project-img {
    position: relative;
    overflow: hidden
}

.project-img img {
    width: 100%;
    display: block;
    overflow: hidden
}

.project-img img:before {
    margin: 20px
}

.project-intro {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 22px 20px 0 20px;
    -webkit-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 35%;
    left: 0;
    overflow: hidden
}

.project-item .content {
    float: left;
    padding: 20px 0 0
}

.project-item .content h3 {
    font-size: 16px;
    line-height: 14px;
    color: #333
}

.project-intro.nobg {
    background: 0 0
}

.project-title {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff
}

.project-title:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 47%;
    width: 30px
}

.project-descr {
    font-size: 14px;
    line-height: 1;
    font-weight: 600
}

.project-icon {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    opacity: .5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-icon2 {
    width: 60px;
    height: 60px;
    background: #fff;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    position: absolute;
    top: 44%;
    left: 44%;
    color: #333;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.projects-grid-2.hide-titles .project-item>a,
.projects-grid-3.hide-titles .project-item>a,
.projects-grid.hide-titles .project-item>a {
    overflow: hidden;
    padding: 0
}

.projects-grid-2.hide-titles .project-item .project-intro,
.projects-grid-3.hide-titles .project-item .project-intro,
.projects-grid.hide-titles .project-item .project-intro {
    opacity: 0
}

.projects-grid-2.hide-titles .project-item:hover .project-intro,
.projects-grid-3.hide-titles .project-item:hover .project-intro,
.projects-grid.hide-titles .project-item:hover .project-intro {
    opacity: 1
}

.projects-grid-3.hide-titles .project-item:hover .project-icon2 {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 1
}

.projects-grid-2.hide-titles .project-item .project-descr,
.projects-grid-2.hide-titles .project-item .project-title,
.projects-grid-3.hide-titles .project-item .project-descr,
.projects-grid-3.hide-titles .project-item .project-title,
.projects-grid.hide-titles .project-item .project-descr,
.projects-grid.hide-titles .project-item .project-title {
    position: relative;
    z-index: 3
}

.projects-grid-2.hide-titles .project-item .project-title,
.projects-grid-3.hide-titles .project-item .project-title,
.projects-grid.hide-titles .project-item .project-title {
    top: -10px;
    -webkit-transition: all .3s cubic-bezier(.3, .1, .6, 1);
    -moz-transition: all .3s cubic-bezier(.3, .1, .6, 1);
    -o-transition: all .3s cubic-bezier(.3, .1, .6, 1);
    -ms-transition: all .3s cubic-bezier(.3, .1, .6, 1);
    transition: all .3s cubic-bezier(.3, .1, .6, 1)
}

.projects-grid-2.hide-titles .project-item .project-descr,
.projects-grid-3.hide-titles .project-item .project-descr,
.projects-grid.hide-titles .project-item .project-descr {
    margin-top: 30px;
    -webkit-transition: all .6s cubic-bezier(.6, .1, .3, 1);
    -moz-transition: all .6s cubic-bezier(.6, .1, .3, 1);
    -o-transition: all .6s cubic-bezier(.6, .1, .3, 1);
    -ms-transition: all .6s cubic-bezier(.6, .1, .3, 1);
    transition: all .6s cubic-bezier(.6, .1, .3, 1)
}

.projects-grid-2.hide-titles .project-item:hover .project-descr,
.projects-grid-2.hide-titles .project-item:hover .project-title,
.projects-grid-3.hide-titles .project-item:hover .project-descr,
.projects-grid-3.hide-titles .project-item:hover .project-title,
.projects-grid.hide-titles .project-item:hover .project-descr,
.projects-grid.hide-titles .project-item:hover .project-title {
    top: 10px
}

.projects-grid-2.hide-titles .project-item:hover .project-descr,
.projects-grid-3.hide-titles .project-item:hover .project-descr,
.projects-grid.hide-titles .project-item:hover .project-descr {
    margin-top: 20px
}

.project-item .project-img:after {
    content: "";
    display: block;
    width: 91.5%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px;
    background: rgba(250, 250, 250, 0);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -ms-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.project-item:hover .project-img:after {
    background: rgba(50, 55, 60, .95);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.projects-grid-3 .project-item .project-img:after {
    content: "";
    display: block;
    width: 89.3%;
    height: 88%
}

.projects-grid-2.hover-color .project-item:hover .project-descr,
.projects-grid-2.hover-color .project-item:hover .project-intro,
.projects-grid-2.hover-color .project-item:hover .project-title,
.projects-grid-3.hover-color .project-item:hover .project-descr,
.projects-grid-3.hover-color .project-item:hover .project-intro,
.projects-grid-3.hover-color .project-item:hover .project-title,
.projects-grid.hover-color .project-item:hover .project-descr,
.projects-grid.hover-color .project-item:hover .project-intro,
.projects-grid.hover-color .project-item:hover .project-title {
    color: #fff
}

.projects-grid-2.hover-color .project-item:hover .project-img:after,
.projects-grid-3.hover-color .project-item:hover .project-img:after,
.projects-grid.hover-color .project-item:hover .project-img:after {
    background: #e41919;
    opacity: .8
}

.projects-grid-2.hover-white .project-item:hover .project-descr,
.projects-grid-2.hover-white .project-item:hover .project-intro,
.projects-grid-2.hover-white .project-item:hover .project-title,
.projects-grid-3.hover-white .project-item:hover .project-descr,
.projects-grid-3.hover-white .project-item:hover .project-intro,
.projects-grid-3.hover-white .project-item:hover .project-title,
.projects-grid.hover-white .project-item:hover .project-descr,
.projects-grid.hover-white .project-item:hover .project-intro,
.projects-grid.hover-white .project-item:hover .project-title {
    color: #000
}

.projects-grid-2.hover-white .project-item:hover .project-img:after,
.projects-grid-3.hover-white .project-item:hover .project-img:after,
.projects-grid.hover-white .project-item:hover .project-img:after {
    background: rgba(250, 250, 250, .9)
}

.project-item .project-img>img {
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    -moz-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    -ms-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    transition: all .3s cubic-bezier(.3, .1, .58, 1)
}

.project-item:hover .project-img>img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.project-full {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000
}

.project-full-load {
    padding-top: 60px
}

.item-details {
    list-style: none;
    padding: 0;
    margin: 0
}

.item-details li {
    margin-top: 9px;
    padding-top: 10px;
    border-top: 1px solid #e1e3e5
}

.item-details li:first-child {
    padding: 0;
    margin: 0;
    border: none
}

.item-details li span {
    font-weight: 300;
    color: #606060;
    margin-right: 5px
}

.owl-carousel {
    display: none
}

.owl-carousel .item {
    margin: 0 15px 0 15px
}

.owl-carousel .item.nomgr {
    margin: 0
}

.owl-carousel.projects-grid .owl-controls .owl-next,
.owl-carousel.projects-grid .owl-controls .owl-prev {
    position: absolute;
    top: 40%;
    pointer-events: auto
}

.owl-carousel.projects-grid .item {
    margin: 0
}

.owl-carousel .project-item {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%
}

.owl-carousel .project-item .project-img:after {
    content: "";
    display: block;
    width: 89%;
    height: 87%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px;
    background: rgba(250, 250, 250, 0);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -ms-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.owl-carousel .project-item:hover .project-img:after {
    background: rgba(50, 55, 60, .95);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.owl-portfolio .info {
    margin-top: 10px
}

.owl-portfolio .info h4 a {
    color: #32373c;
    text-transform: uppercase;
    text-align: center!important
}

.owl-carousel {
    position: absolute
}

.owl-carousel .owl-controls .owl-next,
.owl-carousel .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    pointer-events: auto
}

.owl-carousel .owl-controls .owl-prev {
    left: -5%
}

.owl-carousel .owl-controls .owl-next {
    right: -5%
}

.owl-carousel .owl-controls .owl-next,
.owl-carousel .owl-controls .owl-prev {
    position: absolute;
    z-index: 999!important;
    cursor: pointer;
    background: rgba(50, 55, 60, .7);
    color: #fff;
    line-height: 38px;
    font-size: 20px;
    width: 48px;
    height: 48px;
    padding-top: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%
}

.owl-carousel .owl-controls .owl-next:hover,
.owl-carousel .owl-controls .owl-prev:hover {
    background: rgba(50, 55, 60, .9);
    color: #fff
}

.owl-clients .item img {
    opacity: .5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.owl-clients .item:hover img {
    opacity: 1
}

.clients .owl-clients li {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px
}

.owl-slider-wrapper {
    position: relative;
    width: 100%;
    float: left;
    z-index: 99
}

.owl-slider-wrapper .item img {
    display: block;
    width: 100%;
    height: auto
}

.owl-slider-wrapper .item .owl-content {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 100;
    background: #fff;
    padding: 7px 5px 2px
}

.owl-slider-wrapper .item .owl-content h4 {
    color: #fff!important
}

.owl-slider-wrapper .owl-custom-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none
}

.owl-slider-wrapper .owl-custom-nav .slider-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -23px;
    pointer-events: auto
}

.owl-slider-wrapper .owl-custom-nav .slider-next {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -23px;
    pointer-events: auto
}

.owl-slider-wrapper .owl-custom-nav .slider-next,
.owl-slider-wrapper .owl-custom-nav .slider-prev {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .5);
    line-height: 1;
    font-size: 20px;
    padding: 16px 23px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
    height: 54px;
    width: 54px
}

.owl-slider-wrapper .owl-custom-nav .slider-next.big,
.owl-slider-wrapper .owl-custom-nav .slider-prev.big {
    font-size: 20px;
    padding: 24px 32px
}

.owl-slider-wrapper .owl-custom-nav .slider-next:before,
.owl-slider-wrapper .owl-custom-nav .slider-prev:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-align: center
}

.owl-slider-wrapper .owl-custom-nav .slider-prev:before {
    content: '\e75d'
}

.owl-slider-wrapper .owl-custom-nav .slider-next:before {
    content: '\e75e'
}

.owl-slider-wrapper .owl-custom-nav .slider-next:hover,
.owl-slider-wrapper .owl-custom-nav .slider-prev:hover {
    color: rgba(255, 255, 255, 1)
}

.owl-slider-wrapper .owl-custom-nav {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.owl-slider-wrapper:hover .owl-custom-nav {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.owl-testimonials {
    display: block
}

.owl-carousel.owl-theme .owl-controls .owl-page {
    bottom: 80px!important;
    right: -42%!important
}

.owl-slider-wrapper .owl-theme .owl-controls .owl-page {
    bottom: 30px!important
}

.navigation a {
    border: 1px solid #b0b0b0;
    color: #939393;
    line-height: 1;
    font-size: 20px;
    padding: 7px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 3px
}

.navigation a:hover {
    border: 1px solid #32373c;
    color: #32373c
}

#fancybox-thumbs ul li img {
    max-width: none
}

.info.hidden {
    display: none
}

.fancybox-wrap {
    background: #32373c!important
}

.fancybox-error,
.fancybox-title {
    font-family: Raleway, sans-serif!important;
    font-size: 14px!important;
    line-height: 24px!important;
    font-weight: 400!important
}

.fancybox-title h2,
.fancybox-title h3 {
    color: #32373c;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 18px
}

.fancybox-skin {
    color: #666!important
}

.fancybox-title-inside-wrap {
    padding: 20px!important
}

.fancybox-nav span {
    width: 36px!important;
    height: 36px!important;
    margin-top: 0!important;
    border-radius: 50%!important
}

.fancybox-close {
    top: 10px!important;
    right: 10px!important;
    width: 36px!important;
    height: 36px!important;
    border-radius: 50%!important;
    background: rgba(255, 255, 255, .4)!important;
    color: #fff;
    border: 0!important
}

.fancybox-close:before,
.fancybox-next span:before,
.fancybox-prev span:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    margin-right: 0!important;
    margin-top: 0!important;
    text-align: center;
    width: 36px!important;
    font-size: 18px!important;
    line-height: 36px!important;
    color: #fff;
    border: 0!important
}

@-moz-document url-prefix() {
    .fancybox-close:before,
    .fancybox-next span:before,
    .fancybox-prev span:before {
        margin-top: 5px!important
    }
}

.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background: rgba(255, 255, 255, .4)!important;
    text-align: center!important;
    -webkit-transition: all .2s ease-in!important;
    -o-transition: all .2s ease-in!important;
    -moz-transition: all .2s ease-in!important;
    opacity: 0
}

.fancybox-close:hover,
.fancybox-next span:hover,
.fancybox-prev span:hover {
    background: rgba(255, 255, 255, .6)!important
}

.fancybox-wrap:hover .fancybox-close,
.fancybox-wrap:hover .fancybox-next span,
.fancybox-wrap:hover .fancybox-prev span {
    opacity: 1
}

.fancybox-prev span:before {
    content: '\e75d'
}

.fancybox-next span:before {
    content: '\e75e'
}

.fancybox-close:before {
    content: '\2715'
}

#fancybox-loading {
    margin-top: -18px!important;
    margin-left: -18px!important;
    opacity: 1!important
}

#fancybox-loading div {
    height: 36px!important;
    width: 36px!important;
    position: relative!important;
    -webkit-animation: rotation .8s infinite linear!important;
    -moz-animation: rotation .8s infinite linear!important;
    -o-animation: rotation .8s infinite linear!important;
    animation: rotation .8s infinite linear!important;
    border-left: 3px solid rgba(255, 255, 255, 1)!important;
    border-right: 3px solid rgba(50, 150, 220, 1)!important;
    border-bottom: 3px solid rgba(50, 150, 220, 1)!important;
    border-top: 3px solid rgba(50, 150, 220, 1)!important;
    border-radius: 100%!important
}

.fancybox-overlay {
    background: rgba(25, 25, 25, .95)!important
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .33);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .33);
    box-shadow: 0 0 5px rgba(0, 0, 0, .33)
}

.facts-home {
    width: 100%;
    background: url(../images/content/bg-home.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 180px 0 60px;
    color: #32373c
}

.facts-home .content {
    padding: 0 40px 0 60px;
    border-right: 1px solid #ccc
}

.facts-home h3 {
    font-weight: 800
}

.facts-home h4 {
    font-weight: 600
}

.facts-home a {
    color: #32373c
}

.facts-home a:hover {
    color: #fff
}

.tab-block-hom .tab-content {
    overflow: hidden;
    padding: 0
}

.tab-block-hom p.title {
    margin: 0 0 15px;
    font-weight: 100;
    line-height: 48px;
    font-size: 30px;
    color: #333;
    letter-spacing: -1px
}

.tab-block-hom span {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    color: #666
}

.tab-block-hom .tab-pane {
    display: block;
    height: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.tab-block-hom .tab-pane.active {
    height: auto;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0)
}

.ie .tab-block-hom .tab-pane {
    display: none
}

.ie .tab-block-hom .tab-pane.active {
    display: block
}

.tab-block-hom .nav-tabs {
    border: 1px solid #000;
    border: 0
}

.tab-block-hom .nav-tabs li {
    margin: 0;
    padding: 0 100px 0 0
}

.tab-block-hom .nav-tabs li:before {
    content: '';
    position: relative;
    top: 160px;
    left: 108%;
    display: block;
    border-top: 1px dashed #c1c3c5;
    width: 50%
}

.tab-block-hom .nav-tabs li.last {
    padding: 0
}

.tab-block-hom .nav-tabs li.last:before {
    padding: 0;
    border-top: 0 dashed #c1c3c5
}

.tab-block-hom .nav-tabs li a {
    width: 150px;
    height: 150px;
    padding: 48px 0 0;
    text-align: center;
    border: 0!important;
    transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    color: #333;
    background: #e1e3e5;
    border-radius: 50%;
    margin-top: 80px
}

.tab-block-hom .nav-tabs li a i {
    display: block;
    font-size: 40px;
    margin: 0 auto;
    -webkit-background-size: 100% auto;
    transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    position: relative;
    z-index: 999
}

.nav-tabs li a:focus,
.nav-tabs li a:hover {
    background-color: transparent;
    color: #fff!important
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
    background-color: #fff;
    color: #fff
}

.tab-block-hom .nav-tabs li a span {
    display: block;
    font-weight: 400;
    line-height: 0;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    position: relative;
    z-index: 999
}

.nav-tabs li.active a span {
    opacity: 1
}

.easyPieChart {
    float: left
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 5px
}

.percentage-light {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.percentage-light span {
    padding: 10px 13px;
    background: #32373c;
    border-radius: 50%
}

.percentage-light h3 {
    color: #32373c;
    font-size: 16px;
    padding-top: 20px
}

.post-home {
    width: 100%
}

.post-home .img1,
.post-home .img2 {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 280px 60px 120px;
    color: #fff!important
}

.post-home .img1 h1,
.post-home .img2 h1 {
    font-size: 40px;
    letter-spacing: 0;
    color: #fff
}

.post-home .img1 .date,
.post-home .img2 .date {
    font-weight: 300
}

.post-home .img1 {
    background: url(../images/content/img-post-hom01.jpg)
}

.post-home .img2 {
    background: url(../images/content/img-post-hom02.jpg)
}

.post-home .date {
    font-weight: 800;
    color: #fff;
    font-size: 16px
}

.post-home .blue-box,
.post-home .gray-box,
.post-home .org-box {
    padding: 60px 60px 40px 100px;
    height: auto;
    min-height: 350px;
    float: left;
    text-align: left;
    color: #fff!important
}

.post-home .blue-box h3 a,
.post-home .gray-box h3 a,
.post-home .org-box h3 a {
    letter-spacing: 1px;
    font-weight: 800;
    color: #fff;
    font-size: 30px
}

.post-home .org-box {
    background: #ff415b
}

.post-home .blue-box {
    background: #282e41
}

.post-home .gray-box {
    background: #303030
}

.post-content {
    margin-top: 30px;
    padding: 30px 0;
    float: left
}

.post-content.nomgr {
    margin-top: 0;
    padding: 0 0;
    margin-bottom: 30px
}

.post-content h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 40px
}

.post-content h2 a {
    color: #32373c
}

.post-content h2 a:hover {
    color: #969ba0
}

.post-content .img {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 24px
}

.post-content p img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px
}

.post-content .date {
    background: #000;
    padding: 10px 5px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    z-index: 2
}

.post-content .date-white {
    background: 0 0;
    padding: 10px 0;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    z-index: 2
}

.post-content .testimonial {
    background: #069;
    padding: 80px 30px 55px;
    float: left;
    position: relative;
    width: 100%
}

.post-content .testimonial h2 {
    color: #fff;
    padding-bottom: 80px
}

.post-content .testimonial .author {
    font-size: 14px;
    background: #fff;
    margin-top: 50px;
    padding: 14px 22px;
    font-weight: 600
}

.post-content .testimonial p.client {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    margin-top: -10px;
    margin-bottom: 0;
    margin-left: 20px
}

.post-content .comment {
    float: right;
    padding-top: 12px
}

.post-content .owl-slider-wrapper {
    float: left;
    position: relative;
    border: 1px solid red;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%
}

.post {
    display: block
}

.post .date {
    background: #000;
    padding: 10px 5px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    z-index: 2
}

.post-alt {
    margin: 0 0 20px 0;
    border: 0 solid #eceef0
}

.post-alt .post-content {
    width: 100%;
    float: left
}

.post-img iframe,
.post-img img {
    border-radius: 2px
}

.post-img {
    margin: 0 0 30px 0
}

.medium .post-img {
    margin: 0
}

.post-format {
    padding: 30px 0;
    float: left;
    border-bottom: 1px solid #ebedef;
    margin-bottom: 40px;
    background: #f4f6f8
}

.post-format.nobg {
    background: 0 0;
    padding: 0;
    border-bottom: 0 solid #ebedef;
    margin-bottom: 0
}

.post-format h2 {
    font-weight: 600;
    color: #333;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px
}

.post-format h2 a {
    font-weight: 600;
    color: #333
}

.post-format p {
    margin-bottom: 10px
}

.post-format p.datee {
    margin-bottom: 10px;
    font-family: 'Open Sans'!important;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase
}

.post-format .content {
    text-align: left
}

.post-format span {
    font-weight: 300;
    color: #e2e4e6;
    text-align: center
}

.post-format span:hover {
    font-weight: 300;
    color: #32373c;
    text-align: center
}

.medium .post-content {
    margin: 0;
    width: 100%
}

.meta {
    display: block
}

.meta ul {
    margin: 5px 0 0 -17px
}

.meta li {
    display: inline-block;
    font-weight: 600;
    color: #969ba0;
    margin: 0 0 10px 0;
    padding: 0 6px 0 0;
    font-size: 13px
}

.meta li:after {
    display: inline-block;
    content: "|";
    padding: 0 0 0 10px;
    color: #ccc
}

.meta li:last-child:after {
    background: 0;
    content: ""
}

.meta li a {
    color: #969ba0
}

.meta li a,
.post-content h2 a:hover {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.meta li a:hover {
    color: #aaa
}

.comments-sec {
    float: left;
    margin-bottom: 40px;
    margin-top: -30px
}

ol.commentlist {
    float: left
}

ol.commentlist li {
    float: left;
    padding: 10px 0 15px 0
}

ol.commentlist li:first-child {
    border: 0;
    padding: 0
}

ol.commentlist li {
    list-style: none
}

ol li ol.childlist {
    float: right;
    margin-left: 10%
}

.comment-des {
    float: left;
    color: #969ba0;
    padding: 20px;
    width: 85%
}

.comment-des h4 {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    line-height: 10px
}

.comment-des p.date {
    font-size: 12px;
    font-style: italic
}

.comment-des p {
    margin: 0;
    line-height: 24px
}

.comment-des strong {
    float: left;
    padding-right: 5px;
    color: #969ba0
}

.avatar {
    float: left
}

.avatar img {
    margin-top: 20px;
    max-width: 100px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%
}

.pagination {
    margin: 20px 0 0 10px
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.pagination ul>li {
    display: inline-block
}

.pagination ul li a {
    padding: 4px 12px;
    color: #b9bec3;
    float: left;
    margin-right: 4px;
    background: #eceef0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.pagination li a.current,
.pagination ul li a:hover {
    color: #fff!important
}

.sidebar {
    padding-right: 60px!important;
    min-height: 100%
}

.sidebar .clear {
    height: 100%!important;
    min-height: 20em
}

.sidebar a {
    color: #969ba0
}

.sidebar a:hover {
    color: #969ba0
}

.sidebar ul.circled li {
    line-height: 36px
}

.sidebar .cart {
    background: #f6f6f6;
    padding: 20px;
    width: 100%;
    font-size: 16px;
    margin: 20px 0
}

.sidebar .cart p {
    border-bottom: 1px solid #e1e3e5;
    padding: 0 0 5px
}

.sidebar .cart h3 {
    color: #32373c;
    font-weight: 600
}

.sidebar .cart a.btn {
    width: 47%;
    color: #fff
}

.sidebar input[type=text] {
    width: 100%;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 44px;
    padding: 0 10px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #e1e3e5;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px;
    color: #969ba0
}

.sidebar input[type=text].focus,
.sidebar input[type=text]:hover {
    background: #f4f6f8
}

ul.circled span {
    float: right;
    background: #32373c;
    margin-right: 20px;
    color: #fff;
    padding: 3px 6px 3px 5px;
    font-size: 10px;
    line-height: 14px;
    width: 22px;
    height: 20px
}

.tags ul {
    display: block;
    overflow: hidden;
    list-style: none
}

.tags li {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left
}

.tags li a {
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    display: block;
    position: relative;
    background-color: #fff;
    font-size: 13px;
    color: #969ba0;
    font-weight: 600;
    border: 1px solid #e1e3e5
}

.tags li a:hover {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

.blog-grid .post {
    float: left;
    min-height: 1px;
    position: relative
}

.blog-grid.col3 {
    margin-left: -20px;
    margin-bottom: -20px
}

.blog-grid.col3 .post {
    width: 310px;
    margin-left: 20px;
    margin-bottom: 20px
}

.blog-grid.col2 {
    margin-left: -20px;
    margin-bottom: -20px
}

.product-grid .post {
    float: left
}

.product-grid .post .sale {
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 10px;
    background: #cd2832;
    border-radius: 2px;
    position: absolute;
    top: 20px;
    right: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product-grid.col3 .post {
    float: left;
    width: 31%;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 0
}

.product-grid.col3,
.product-grid.col4 {
    margin-left: -20px;
    margin-bottom: -20px
}

.product-grid.col4 .post {
    width: 23%;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 0
}

.product-grid .post .post-content {
    padding: 5px;
    text-align: left;
    margin-top: 10px
}

.product-grid .post .post-content h3 a {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px
}

.product-grid .post .post-content h3 a:hover {
    color: #32373c
}

.product-grid .post .post-content h5 a {
    color: #a1a3a5;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px
}

.product-grid .post .post-content h5 a:hover {
    color: #32373c
}

.product-grid .post .meta {
    margin: 0;
    position: absolute;
    bottom: 0;
    z-index: 99999999;
    left: 0;
    width: 100%
}

.product-grid .post .meta ul {
    line-height: 22px;
    margin-left: -10px;
    margin-right: -10px
}

.product-grid .post .meta ul li {
    display: inline-block;
    font-weight: 200;
    color: #32373c;
    padding: 5px 10px;
    font-size: 12px;
    background: #fff;
    margin-right: 8px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-style: normal;
    width: 50%
}

.product-grid .post .meta li i {
    text-align: center
}

.product-grid .post .meta ul li:after {
    display: inline-table;
    content: "";
    padding: 0
}

.product-grid .post .meta ul li:last-child:after {
    background: 0;
    content: ""
}

.product-grid .post .meta li a {
    color: #32373c;
    height: 0
}

.product-grid .post .meta ul li a:hover {
    color: #aaa
}

.product-grid .post .post-content .rating {
    color: #32373c
}

.product-grid .post .post-content .price span {
    font-size: 20px;
    color: #32373c;
    padding-right: 10px;
    font-weight: 600
}

.product-grid .post .post-content .price del span {
    color: #32373c;
    font-weight: 300
}

.product-grid .post figure {
    display: block;
    overflow: hidden;
    position: relative
}

.product-grid .post .items li figure img {
    display: block;
    width: 100%
}

.product-grid .post figure li a,
.product-grid .post figure li a img {
    display: block;
    position: relative
}

.product-grid .post figure img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.product-grid .post figure:hover img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .9
}

.product-grid .post figure a.btn {
    position: absolute;
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 1;
    bottom: -30px;
    opacity: 0;
    width: 50%;
    text-align: center;
    padding: 15px 5%
}

.product-grid .post figure:hover a.btn {
    opacity: 1;
    bottom: -10px
}

.product-grid .post figure a.btn.right {
    position: absolute;
    right: 0;
    border-left: 1px solid #e1e3e5
}

.product-grid .post figure a.btn.small {
    font-size: 11px;
    letter-spacing: 1px
}

.product-details {
    float: left
}

.product-details h1 {
    font-size: 40px;
    font-weight: 600
}

.product-details h1 span {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    padding-left: 10px
}

.product-details .price {
    color: #969ba0;
    font-size: 40px;
    font-weight: 100;
    margin-bottom: 30px
}

.product-details p {
    font-size: 14px
}

.product-details .rating {
    margin-top: -20px;
    margin-bottom: 20px
}

.product-details .quantity {
    margin: 0 15px 20px 0;
    overflow: hidden;
    position: relative;
    width: 130px;
    float: left
}

.product-details .quantity .minus {
    background: #f6f6f6;
    border: 1px solid #e1e3e5;
    border-radius: 2px;
    box-shadow: none;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 10px;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    vertical-align: text-top;
    width: 40px
}

.product-details .quantity .plus {
    background: #f6f6f6;
    border: 1px solid #e1e3e5;
    border-radius: 2px;
    box-shadow: none;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    vertical-align: text-top;
    width: 40px;
    right: 0;
    top: 0
}

.product-details .quantity .qty {
    border: 1px solid #e1e3e5;
    box-shadow: none;
    float: left;
    height: 40px;
    padding: 0 39px;
    text-align: center;
    width: 125px;
    font-size: 1em
}

.product-details .quantity .qty::-webkit-inner-spin-button,
.product-details .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-details .quantity .qty::-ms-clear {
    display: none
}

.cart .img-thumb {
    width: 100px;
    height: 100px;
    border: 1px solid #f4f6f8
}

.cart-total {
    width: 48%;
    padding: 20px;
    border: 1px solid #e1e3e5
}

.cart-total .row {
    border-bottom: 1px solid #e1e3e5
}

.cart-total .row.last {
    border-bottom: 0 solid #e1e3e5
}

.cart-total h4 {
    font-size: 14px;
    color: #32373c
}

.cart-total h4 span {
    font-size: 20px;
    color: #666;
    font-weight: 600
}

.cart-total h4 span.fs40 {
    font-size: 40px
}

.cart-total.fullwidth {
    width: 100%
}

.team-member-column {
    padding: 0
}

.team-member {
    position: relative;
    overflow: hidden
}

.team-member {
    margin-bottom: 30px
}

.team-member.b-mgr0 {
    margin-bottom: 0
}

.team-member .hover-state {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out
}

.team-member .image-holder {
    margin-bottom: 0
}

.team-member-occ {
    display: block;
    font-size: 13px
}

.team-member-name {
    color: #333;
    font-weight: 600
}

.team-member .social-links {
    width: 100%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transform: translate3d(0, -200px, 0);
    -webkit-transform: translate3d(0, -200px, 0);
    -moz-transform: translate3d(0, -200px, 0)
}

.team-member .social-links a {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    margin-left: 6px
}

.team-member .social-links a:hover {
    color: #fff
}

.team-member .social-links .team-member-name,
.team-member .social-links .team-member-occ {
    color: #fff
}

.team-member .social-links a:last-child {
    margin-right: 0
}

.team-member .image-holder:hover .hover-state {
    opacity: 1
}

.team-member .image-holder:hover .hover-state .social-links {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.team-member-with-bio {
    overflow: hidden;
    margin-bottom: 36px
}

.team-member-with-bio .team-member {
    width: 50%;
    float: left;
    margin-bottom: 0
}

.team-member-with-bio .team-member-description {
    width: 50%;
    float: left;
    padding-left: 30px
}

.team-member-description span {
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 600
}

@media all and (max-width:767px) {
    .team-member-with-bio .team-member {
        width: 100%
    }
    .team-member-with-bio .team-member-description {
        width: 100%;
        padding-left: 0
    }
}

.team-box {
    display: block;
    position: relative;
    z-index: 2
}

.team-box img {
    width: 100%;
    margin: 0!important
}

.team-box-animated {
    text-align: center;
    width: 100%;
    height: auto;
    background: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-box-animated .inner {
    -webkit-perspective: 100px;
    -moz-perspective: 100px;
    -ms-perspective: 100px;
    perspective: 100px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1s cubic-bezier(.175, .885, .32, 1.275) 0!important;
    -moz-transition: all 1s cubic-bezier(.175, .885, .32, 1.275) 0s!important;
    -o-transition: all 1s cubic-bezier(.175, .885, .32, 1.275) 0!important;
    transition: all 1s cubic-bezier(.175, .885, .32, 1.275) 0!important
}

.team-box-animated .back,
.team-box-animated .front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.team-box-animated .front {
    -ms-transform: rotateY(0);
    z-index: 8;
    display: block;
    border: 1px solid #f6f6f6;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0!important;
    padding-bottom: 20px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-box-animated .front h3 {
    margin: 20px 0 0;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase
}

.team-box-animated .front span {
    font-weight: 300;
    font-size: 12px
}

.team-box-animated .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    overflow: hidden;
    color: #fff;
    background: #32373c;
    border: 1px solid #f6f6f6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-box-animated .back h3 {
    margin: 20px 0 0;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff
}

.team-box-animated .back span {
    font-weight: 300;
    font-size: 12px
}

.team-box-animated .back p {
    color: #fff;
    margin: 20px 0;
    text-align: left
}

.team-box-animated .back ul.social-icons {
    color: #fff!important;
    text-align: left;
    margin-left: -15px;
    position: absolute;
    bottom: 20px
}

.team-box-animated .back ul.social-icons li a:hover {
    color: #fff!important;
    text-align: left;
    background: 0 0!important
}

.no-csstransitions .team-box-animated .inner,
.team-box-animated:hover .inner {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-box-animated:hover .front {
    z-index: -1
}

img {
    width: 100%
}

.team-alt {
    height: auto;
    float: left;
    padding: 20px;
    background: #e5f1fc;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-alt:hover {
    color: #fff;
    background: #f4f6f8
}

.team-alt.active {
    color: #fff;
    background: #f4f6f8
}

.team-alt.active h3,
.team-alt:hover h3 a {
    color: #fff
}

.team-alt img {
    width: 120px;
    height: 120px;
    margin-right: 40px;
    float: left;
    margin-top: 3px
}

.team-alt .social-icons {
    float: left;
}

.team-alt .social-icons li {
    display: inline-block;
    float: left
}

.team-alt .social-icons li a i {
    width: 36px;
    height: 36px;
    padding-top: 10px;
    background: #fff;
    border: 1px solid #e1e3e5;
    color: #969ba0;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 14px;
    margin-right: 0
}

.team-alt .social-icons li a:hover i {
    color: #fff;
    background: #fff;
    border: 1px solid #e1e3e5
}

.contact-info {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact-info i {
    margin-right: 7px
}

.clients ul {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0
}

.clients li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 15px;
    border: 1px solid #e1e3e5
}

.clients li img {
    width: 100%
}

.clients .item img {
    opacity: .3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.clients .item:hover img {
    opacity: 1
}

.section {
    text-align: center;
    overflow: hidden
}

.section h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    padding-bottom: 20px
}

#section0 {
    background: url(../images/content/ver-bg01.jpg) no-repeat top center;
    background-size: cover
}

#section1 {
    background: url(../images/content/ver-bg02.jpg) no-repeat top center;
    background-size: cover
}

#section2 {
    background: url(../images/content/ver-bg03.jpg) no-repeat top center;
    background-size: cover
}

#section3 {
    background: url(../images/content/ver-bg04.jpg) no-repeat top center;
    background-size: cover
}

#parallax0,
#parallax1,
#parallax2,
#parallax3 {
    background-size: cover;
    background-attachment: fixed
}

#parallax0 {
    background-image: url(../images/content/para-bg01.jpg)
}

#parallax1 {
    background-image: url(../images/content/para-bg02.jpg)
}

#parallax2 {
    background-image: url(../images/content/para-bg03.jpg)
}

#parallax3 {
    background-image: url(../images/content/para-bg04.jpg)
}

.fp-tooltip {
    color: #fff
}

#fp-nav span,
.fp-slidesNav span {
    border-color: #19b9c8
}

#fp-nav li .active span,
.fp-slidesNav .active span {
    background: #19b9c8
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: scroll
}

.fp-notransition {
    -webkit-transition: none!important;
    transition: none!important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.right {
    right: 17px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -5px 0 0 -5px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 6px;
    border: 0;
    background: #36383a;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -4px 0 0 -4px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto!important
}

.page-404 {
    width: 100%;
    height: 100%;
    max-height: 950px;
    background: url(../images/content/bg-404.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    float: left;
    padding: 10% 0
}

#not-found h1 {
    text-align: center;
    font-size: 240px;
    line-height: 210px;
    font-weight: 600;
    letter-spacing: -5px;
    color: #fff
}

#not-found h3 {
    text-align: center;
    font-size: 40px;
    line-height: 100px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff
}

#not-found p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #969ba0
}

.panel-group .panel {
    margin-bottom: 10px;
    background: 0 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-heading {
    padding: 0;
    background: 0 0!important;
    border: 0!important
}

.panel-heading .panel-title {
    color: #32373c;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e1e3e5;
    text-transform: uppercase
}

.panel-title .active {
    color: #fff;
    background: #f4f6f8
}

.panel-title>a {
    display: block;
    color: #32373c;
    padding: 13px 15px
}

.panel-title>a:hover {
    color: #fff;
    background: #f4f6f8
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border: 0
}

.panel-default>.panel-heading+.panel-collapse {
    border: 1px solid #e1e3e5;
    border-top: none;
    border-radius: 0!important;
    margin-top: -1px
}

.tabs-top .etabs {
    margin: 0;
    padding: 0;
    overflow: inherit
}

.tabs-top.center .etabs {
    text-align: center
}

.tabs-top .tab {
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    margin-right: 3px
}

.tabs-top .tab a {
    padding: 10px 20px;
    display: block;
    color: #32373c;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e1e3e5;
    text-transform: uppercase
}

.tabs-top .tab a:hover,
.tabs-top .tab.active a {
    color: #32373c;
    background: #f4f6f8
}

.tabs-top .tab.active a {
    border: 1px solid #32373c;
    background: #32373c;
    color: #fff!important
}

.tabs-top.tab-container .panel-container {
    position: relative;
    z-index: 1;
    display: block
}

.tabs-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 10px
}

.tabs-top.tab-container .panel-container .tab-block {
    padding-top: 20px;
    padding-bottom: 0
}

.text-link {
    font-weight: 400;
    display: inline-block;
    border-bottom: 2px solid;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    position: relative;
    width: auto;
    color: #0054a6;
    border-color: #0054a6
}

.text-link.text-white {
    border-color: #fff;
    color: #fff
}

.text-link.text-white:hover {
    color: #fff;
    border-color: #fff
}

.text-link .arrow_right {
    width: 17px;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    display: inline-block;
    position: relative;
    position: absolute;
    right: 0;
    font-size: 18px
}

.text-link:hover .arrow_right {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.text-link:hover {
    padding-right: 20px;
    color: #002d5a
}

.btn,
.btn.parallax {
    color: #fff;
    background: #32373c;
    margin-bottom: 10px;
    padding: 15px 24px 14px;
    font-weight: 800;
    font-size: 12px;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    text-align: center
}

.btn.parallax:hover,
.btn:hover {
    background: #32373c;
    color: #fff
}

.btn.large {
    width: 240px
}

.btn.btn-blue {
    background: #19b9c8
}

.btn.btn-green {
    background: #6ec878
}

.btn.btn-orange {
    background: #e6553c
}

.btn.btn-yellow {
    background: #ffd769
}

.btn.btn-red {
    background: #cd2832
}

.btn.btn-purple {
    background: #b982c8
}

.btn.btn-pink {
    background: #f087b9
}

.btn.btn-gray {
    background: #b2babc
}

.btn.btn-blue:hover,
.btn.btn-gray:hover,
.btn.btn-green:hover,
.btn.btn-orange:hover,
.btn.btn-pink:hover,
.btn.btn-purple:hover,
.btn.btn-red:hover,
.btn.btn-yellow:hover {
    background: #32373c
}

.btn.btn-blue-brd {
    background: 0 0;
    border: 2px solid #19b9c8;
    color: #19b9c8
}

.btn.btn-blue-brd:hover {
    background: #19b9c8;
    color: #fff!important
}

.btn.btn-green-brd {
    background: 0 0;
    border: 2px solid #6ec878;
    color: #6ec878
}

.btn.btn-green-brd:hover {
    background: #6ec878;
    color: #fff!important
}

.btn.btn-orange-brd {
    background: 0 0;
    border: 2px solid #e6553c;
    color: #e6553c
}

.btn.btn-orange-brd:hover {
    background: #e6553c;
    color: #fff!important
}

.btn.btn-yellow-brd {
    background: 0 0;
    border: 2px solid #ffd769;
    color: #ffd769
}

.btn.btn-yellow-brd:hover {
    background: #ffd769;
    color: #fff!important
}

.btn.btn-red-brd {
    background: 0 0;
    border: 2px solid #cd2832;
    color: #cd2832
}

.btn.btn-red-brd:hover {
    background: #cd2832;
    color: #fff!important
}

.btn.btn-purple-brd {
    background: 0 0;
    border: 2px solid #b982c8;
    color: #b982c8
}

.btn.btn-purple-brd:hover {
    background: #b982c8;
    color: #fff!important
}

.btn.btn-pink-brd {
    background: 0 0;
    border: 2px solid #f087b9;
    color: #f087b9
}

.btn.btn-pink-brd:hover {
    background: #f087b9;
    color: #fff!important
}

.btn.btn-gray-brd {
    background: 0 0;
    border: 2px solid #b2babc;
    color: #b2babc!important
}

.btn.btn-gray-brd:hover {
    background: #b2babc;
    color: #fff!important
}

.btn.btn-darkgray-brd {
    background: 0 0;
    border: 2px solid #373737;
    color: #373737!important
}

.btn.btn-darkgray-brd:hover {
    background: #373737;
    color: #fff!important
}

.btn.btn-blue-brd {
    border: 2px solid #19b9c8
}

.btn.btn-green {
    background: #6ec878
}

.btn.btn-orange {
    background: #32373c
}

.btn.btn-yellow {
    background: #ffd769
}

.btn.btn-red {
    background: #cd2832
}

.btn.btn-purple {
    background: #b982c8
}

.btn.btn-pink {
    background: #f087b9
}

.btn.btn-gray {
    background: #b2babc
}

.btn.btn-white {
    background: #fff;
    color: #32373c!important
}

.btn.btn-white.brd {
    border: 1px solid #32373c!important
}

.btn.btn-default {
    border-radius: 0 3px 3px 0!important
}

.btn-white.active,
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    background: #ebedef
}

.btn.btn-white-alt {
    background: #fff;
    color: #32373c!important
}

.btn.btn-white-alt:hover {
    background: #32373c;
    color: #fff!important
}

.btn.btn-color-brd {
    border: 2px solid #fff;
    color: #fff;
    background: 0 0!important;
    padding: 12px 16px 11px
}

.btn.btn-color-brd:hover {
    color: #32373c;
    background: #fff!important
}

.btn.btn-white-brd {
    border: 2px solid #fff!important;
    color: #fff!important;
    background: 0 0!important;
    padding: 13px 16px 12px
}

.btn.btn-white-brd:hover {
    color: #32373c!important;
    background: #fff!important
}

.color-wrapper .btn {
    background: #fff!important;
    color: #616161!important
}

.color-wrapper .btn:hover {
    background: #e1e3e5!important
}

.share .btn {
    background: 0 0;
    padding: 8px 17px
}

.share .btn:hover {
    color: #fff!important
}

.btn.share-facebook {
    color: #3d5b9b!important;
    border: 1px solid #3d5b9b!important
}

.btn.share-facebook:hover {
    background: #334c8e!important;
    border: 1px solid #334c8e!important
}

.btn.share-twitter {
    color: #5aa8cd!important;
    border: 1px solid #5aa8cd!important
}

.btn.share-twitter:hover {
    background: #499ac8!important;
    border: 1px solid #499ac8!important
}

.btn.share-googleplus {
    color: #3b3b3b!important;
    border: 1px solid #3b3b3b!important
}

.btn.share-googleplus:hover {
    background: #2e2e2e!important;
    border: 1px solid #2e2e2e!important
}

.btn.share-pinterest {
    color: #c53942!important;
    border: 1px solid #c53942!important
}

.btn.share-pinterest:hover {
    background: #bc2d32!important;
    border: 1px solid #bc2d32!important
}

.the-icons {
    list-style-type: none;
    margin: 0
}

.the-icons li [class*=icon-],
.the-icons li [class*=ss-],
.the-icons li [class^=icon-],
.the-icons li [class^=ss-] {
    display: inline-block;
    text-align: center
}

.the-icons li {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 0 0 2px
}

.the-icons li,
.the-icons li:hover {
    color: #969ba0
}

.the-icons li,
.the-icons li i {
    color: #32373c
}

.the-icons li [class*=icon-],
.the-icons li [class*=ss-],
.the-icons li [class^=icon-],
.the-icons li [class^=ss-] {
    width: 32px;
    font-size: 18px
}

.the-icons li:hover {
    text-decoration: none
}

.the-icons li:hover [class*=icon-],
.the-icons li:hover [class*=ss-],
.the-icons li:hover [class^=icon-],
.the-icons li:hover [class^=ss-] {
    font-size: 30px;
    vertical-align: middle
}

,
.the-icons li:hover [class*=" s-"]:before,
.the-icons li:hover [class*=icon-]:before,
.the-icons li:hover [class^=icon-]:before,
.the-icons li:hover [class^=ss-]:before {
    font-size: 24px;
    vertical-align: -3px
}

.social-icons {
    float: left;
    margin-top: 10px
}

.social-icons li {
    display: inline-block;
    padding-right: 8px
}

.social-icons li a i {
    width: 40px;
    height: 40px;
    padding-top: 12px;
    background: #64696e;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-icons li a:hover i {
    color: #fff;
    background: #fff
}

.social-icons .tooltip-inner {
    color: #fff;
    background-color: #64696e;
    padding: 5px 12px;
    position: relative;
    top: -10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-icons .tooltip.top .tooltip-arrow {
    border-top-color: #64696e;
    position: relative;
    bottom: -20px
}

.social-icons li a i {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.appstore:before,
.blogger:before,
.delicious:before,
.digg:before,
.dribbble:before,
.dropbox:before,
.ebay:before,
.evernote:before,
.facebook:before,
.fivehundredpx:before,
.flickr:before,
.forrst:before,
.github:before,
.gplus:before,
.instagram:before,
.lastfm:before,
.linkedin:before,
.paypal:before,
.pinterest:before,
.reddit:before,
.rss:before,
.spotify:before,
.steam:before,
.stumbleupon:before,
.tumblr:before,
.twitter:before,
.vimeo:before,
.wordpress:before,
.xing:before,
.youtube:before {
    font-family: fontello;
    font-size: 18px;
    line-height: 18px;
    color: #32373c;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    position: absolute;
    z-index: 20
}

.twitter:before {
    font-size: 18px
}

.twitter i,
.twitter:before {
    margin: 13px 0 0 12px
}

.twitter:before {
    content: "\f309";
    top: 0;
    opacity: 1
}

.twitter:hover:before {
    top: 10px;
    opacity: 0
}

.twitter:hover {
    background-color: #3bc1ed
}

.dribbble i,
.dribbble:before {
    margin: 13px 0 0 13px
}

.dribbble:before {
    content: "\f31b";
    top: 0;
    opacity: 1
}

.dribbble:hover:before {
    top: 30px;
    opacity: 0
}

.dribbble:hover {
    background-color: #ef5a92
}

.facebook i,
.facebook:before {
    margin: 13px 0 0 16px
}

.facebook:before {
    content: "\f30c";
    top: 0;
    opacity: 1
}

.facebook:hover:before {
    top: 30px;
    opacity: 0
}

.facebook:hover {
    background-color: #4a6d9d
}

.linkedin i,
.linkedin:before {
    margin: 13px 0 0 13px
}

.linkedin:before {
    content: "\f318";
    top: 0;
    opacity: 1
}

.linkedin:hover:before {
    top: 30px;
    opacity: 0
}

.linkedin:hover {
    background-color: #0b7bb5
}

.delicious i,
.delicious:before {
    margin: 13px 0 0 13px
}

.delicious:before {
    content: "\23";
    top: 0;
    opacity: 1
}

.delicious:hover:before {
    top: 30px;
    opacity: 0
}

.delicious:hover {
    background-color: #3274d1
}

.paypal i,
.paypal:before {
    margin: 13px 0 0 13px
}

.paypal:before {
    content: "\f342";
    top: 0;
    opacity: 1
}

.paypal:hover:before {
    top: 30px;
    opacity: 0
}

.paypal:hover {
    background-color: #2e689a
}

.gplus i,
.gplus:before {
    margin: 13px 0 0 13px
}

.gplus:before {
    content: "\f30f";
    top: 0;
    opacity: 1
}

.gplus:hover:before {
    top: 30px;
    opacity: 0
}

.gplus:hover {
    background-color: #d53824
}

.stumbleupon i,
.stumbleupon:before {
    margin: 13px 0 0 11px
}

.stumbleupon:before {
    content: "\f31e";
    top: 0;
    opacity: 1
}

.stumbleupon:hover:before {
    top: 30px;
    opacity: 0
}

.stumbleupon:hover {
    background-color: #eb4924
}

.fivehundredpx i,
.fivehundredpx:before {
    margin: 13px 0 0 11px
}

.fivehundredpx:before {
    content: "\30";
    top: 0;
    opacity: 1
}

.fivehundredpx:hover:before {
    top: 30px;
    opacity: 0
}

.fivehundredpx:hover {
    background-color: #444
}

.pinterest i,
.pinterest:before {
    margin: 13px 0 0 15px
}

.pinterest:before {
    content: "\f312";
    top: 0;
    opacity: 1
}

.pinterest:hover:before {
    top: 30px;
    opacity: 0
}

.pinterest:hover {
    background-color: #cb1f25
}

.forrst i,
.forrst:before {
    margin: 13px 0 0 15px
}

.forrst:before {
    content: "\3a";
    top: 0;
    opacity: 1
}

.forrst:hover:before {
    top: 30px;
    opacity: 0
}

.forrst:hover {
    background-color: #40833e
}

.digg i,
.digg:before {
    margin: 13px 0 0 12px
}

.digg:before {
    content: "\3b";
    top: 0;
    opacity: 1
}

.digg:hover:before {
    top: 30px;
    opacity: 0
}

.digg:hover {
    background-color: #205685
}

.spotify i,
.spotify:before {
    margin: 13px 0 0 13px
}

.spotify:before {
    content: "\f328";
    top: 0;
    opacity: 1
}

.spotify:hover:before {
    top: 30px;
    opacity: 0
}

.spotify:hover {
    background-color: #6ca405
}

.blogger i,
.blogger:before {
    margin: 13px 0 0 15px;
    font-size: 14px!important
}

.blogger:before {
    content: "\42";
    top: 0;
    opacity: 1
}

.blogger:hover:before {
    top: 30px;
    opacity: 0
}

.blogger:hover {
    background-color: #ff6501
}

.evernote i,
.evernote:before {
    margin: 13px 0 0 15px
}

.evernote:before {
    content: "\f32373c";
    top: 0;
    opacity: 1
}

.evernote:hover:before {
    top: 30px;
    opacity: 0
}

.evernote:hover {
    background-color: #6bb130
}

.flickr i,
.flickr:before {
    margin: 13px 0 0 13px
}

.flickr:before {
    content: "\f303";
    top: 0;
    opacity: 1
}

.flickr:hover:before {
    top: 30px;
    opacity: 0
}

.flickr:hover {
    background-color: #136dd5
}

.rss i,
.rss:before {
    margin: 13px 0 0 14px;
    font-size: 14px!important
}

.rss:before {
    content: "\e73a";
    top: 0;
    opacity: 1
}

.rss:hover:before {
    top: 30px;
    opacity: 0
}

.rss:hover {
    background-color: #fe8f00
}

.youtube i,
.youtube:before {
    margin: 13px 0 0 14px;
    font-size: 18px!important
}

.youtube:before {
    content: "\f313";
    top: 0;
    opacity: 1
}

.youtube:hover:before {
    top: 30px;
    opacity: 0
}

.youtube:hover {
    background-color: #bf2f29
}

.vimeo i,
.vimeo:before {
    margin: 13px 0 0 13px;
    font-size: 14px!important
}

.vimeo:before {
    content: "\f306";
    top: 0;
    opacity: 1
}

.vimeo:hover:before {
    top: 30px;
    opacity: 0
}

.vimeo:hover {
    background-color: #4c8ab0
}

.dropbox i,
.dropbox:before {
    margin: 13px 0 0 13px
}

.dropbox:before {
    content: "\64";
    top: 0;
    opacity: 1
}

.dropbox:hover:before {
    top: 30px;
    opacity: 0
}

.dropbox:hover {
    background-color: #2c92dd
}

.github i,
.github:before {
    margin: 13px 0 0 13px
}

.github:before {
    content: "\67";
    top: 0;
    opacity: 1
}

.github:hover:before {
    top: 30px;
    opacity: 0
}

.github:hover {
    background-color: #5c7381
}

.lastfm i,
.lastfm:before {
    margin: 13px 0 0 11px
}

.lastfm:before {
    content: "\f321";
    top: 0;
    opacity: 1
}

.lastfm:hover:before {
    top: 30px;
    opacity: 0
}

.lastfm:hover {
    background-color: #d21309
}

.tumblr i,
.tumblr:before {
    margin: 13px 0 0 15px
}

.tumblr:before {
    content: "\f315";
    top: 0;
    opacity: 1
}

.tumblr:hover:before {
    top: 30px;
    opacity: 0
}

.tumblr:hover {
    background-color: #3d658d
}

.instagram i,
.instagram:before {
    margin: 13px 0 0 14px
}

.instagram:before {
    content: "\f31f";
    top: 0;
    opacity: 1
}

.instagram:hover:before {
    top: 30px;
    opacity: 0
}

.instagram:hover {
    background-color: #3f6f94
}

.ebay i,
.ebay:before {
    margin: 13px 0 0 14px
}

.ebay:before {
    content: "\65";
    top: 0;
    opacity: 1
}

.ebay:hover:before {
    top: 30px;
    opacity: 0
}

.ebay:hover {
    background-color: #6c0
}

.pricing {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    display: block
}

.pricing ul {
    padding: 0
}

.pricing .btn {
    margin: 0
}

.pricing .plan {
    border: 1px solid #ebedef;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricing .plan.active,
.pricing .plan:hover {
    background: #fff;
    color: #fff!important
}

.pricing .plan h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 40px 0 10px;
    color: #666;
    text-transform: uppercase!important;
    font-weight: 400
}

.pricing .plan h3 i {
    font-size: 30px;
    line-height: 0!important;
    padding: 10px 11px;
    color: #e1e3e5;
    border-radius: 50%
}

.pricing .plan h4 {
    padding: 40px 0;
    margin: 0 auto;
    color: #fff
}

.pricing .plan:hover h3,
.pricing .plan:hover h4 .amount,
.pricing .plan:hover h4 .amount span {
    color: #fff!important
}

.pricing .plan:hover .btn.btn-color-brd {
    color: #fff!important;
    border: 2px solid #fff!important
}

.pricing .plan:hover .btn.btn-color-brd:hover {
    color: #32373c!important
}

.pricing .plan.active h3,
.pricing .plan.active h4 .amount,
.pricing .plan.active h4 .amount span {
    color: #fff!important
}

.pricing .plan.active .btn.btn-color-brd {
    color: #fff!important;
    border: 2px solid #fff!important
}

.pricing .plan.active .btn.btn-color-brd:hover {
    color: #32373c!important
}

.pricing .plan h4 .amount {
    font-size: 100px;
    font-weight: 600;
    letter-spacing: -1px
}

.pricing .plan h4 .amount span {
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    padding-left: 5px
}

.pricing .plan ul {
    margin: 0;
    list-style: none
}

.pricing .plan ul li {
    padding: 15px 0;
    margin: 0 30px 0 0;
    font-size: 16px;
    font-weight: 400
}

.pricing .plan h3 {
    text-transform: uppercase
}

.pricing .select {
    padding: 20px 0 40px
}

.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.parallax input,
.parallax textarea {
    background: #32373c;
    background: rgba(255, 255, 255, .15);
    border: none
}

.parallax input:focus,
.parallax textarea:focus {
    background: #222;
    background: rgba(255, 255, 255, .22);
    border: none
}

.parallax .title-center:after,
.parallax .title-center:before {
    border-color: #777
}

.parallax.mobile {
    background-attachment: scroll!important
}

.parallax.pagetitle {
    background-image: url(../images/content/parallax3.jpg);
    padding: 30px 0 26px
}

.parallax.pagetitle h1 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 6px
}

.parallax.pagetitle p {
    color: #e1e3e5;
    font-size: 12px;
    padding-top: 12px
}

.parallax.pagetitle a {
    color: #32373c
}

.parallax.pagetitle a:hover {
    color: #e1e3e5!important
}

.parallax.home {
    background-image: url(../images/content/parallax-home.jpg)
}

.parallax.process {
    background-image: url(../images/content/parallax-01.jpg)
}

.parallax.testimonial {
    background-image: url(../images/content/parallax-testimonials.jpg)
}

.parallax.testimonial .testimonials-content p {
    font-size: 15px;
    line-height: 1.71em;
    font-weight: 400;
    color: #fff
}

.parallax.testimonial .testimonials-author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 20px;
    float: left;
    border: 2px solid rgba(244, 246, 248, .5);
    padding: 5px
}

.parallax.shop {
    background-image: url(../images/content/parallax-shop.jpg)
}

.parallax.home h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -3px;
    color: #fff;
    padding-bottom: 20px
}

.parallax.home h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    color: #fff
}

.parallax.shop h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 120px;
    font-weight: 100;
    line-height: 140px;
    letter-spacing: -3px;
    text-decoration: underline
}

.parallax.shop h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 20px
}

.parallax.shop p {
    font-size: 18px;
    font-weight: 100;
    padding: 10px 10%
}

.parallax.resturant {
    background-image: url(../images/content/parallax-resturant.jpg)
}

.parallax.block1 {
    background-image: url(../images/content/parallax-01.jpg);
    padding: 20% 0
}

.parallax.block2 {
    background-image: url(../images/content/parallax-02.jpg);
    padding: 20% 0
}

.parallax.block3 {
    background-image: url(../images/content/parallax-03.jpg);
    padding: 20% 0
}

.parallax.block3.nopad {
    background-image: url(../images/content/parallax-03.jpg);
    padding: 5% 0
}

.parallax .white-block {
    background: #fff!important;
    color: #32373c!important;
    padding: 10px 10px;
    line-height: 65px
}

.parallax .black-block {
    background: #32373c!important;
    color: #fff!important;
    padding: 10px 10px;
    line-height: 65px
}

.page-title {
    width: 100%;
    float: left;
    margin-top: 100px;
    margin-bottom: 60px
}

.page-title .col {
    width: 50%;
    display: inline-block;
    background: #f6f6f6;
    height: auto;
    min-height: 300px;
    float: left;
    text-align: right
}

.page-title .col img {
    width: 100%;
    max-height: 300px
}

.page-title .col h1 {
    padding-top: 12%;
    text-transform: uppercase;
    padding-right: 50px
}

.page-title .meta {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #ccc;
    letter-spacing: 1px;
    font-style: italic!important;
    margin-right: 30px
}

.page-title .meta li {
    font-family: Georgia, "Times New Roman", Times, serif
}

.page-title .meta li a {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #ccc
}

.progress {
    height: 10px;
    margin-bottom: 25px;
    background-repeat: repeat-x;
    box-shadow: none;
    border-radius: none
}

.progress .bg-white {
    background: #fff
}

.progress.bg-white-light {
    background: rgba(255, 255, 255, .3)
}

.progress .bg-gray {
    background: #32373c
}

.progress .bg-light-gray {
    background: #e1e3e5
}

.progress .bar {
    width: 0;
    height: 10px;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    background-color: #32373c;
    background-repeat: repeat-x;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    float: left
}

.progress .bar.white {
    background-color: #fff
}

.progress .bar.green {
    background-color: #6ec878
}

.progress .bar.red {
    background-color: #cd2832
}

.progress .bar.orange {
    background-color: #e6553c
}

.progress .bar.yellow {
    background-color: #ffd769
}

.progress small {
    color: #fff;
    font-size: 11px;
    float: right;
    position: absolute;
    right: 70px;
    margin-top: -10px;
    font-weight: 600;
    background: #32373c;
    border-radius: 50%;
    padding: 3px 4px
}

.progress small.gray {
    color: #fff;
    font-size: 11px;
    float: right;
    position: absolute;
    right: -20px;
    margin-top: -10px;
    font-weight: 600;
    background: #32373c;
    border-radius: 50%;
    padding: 3px 4px
}

.progress-striped .bar {
    background-color: #149bdf
}

.progress-green .bar,
.progress-success .bar {
    background-color: #32373c
}

.progress-blue .bar,
.progress-info .bar {
    background-color: #03acdc
}

.progress-orange .bar,
.progress-warning .bar {
    background-color: #f98805
}

.progress-danger .bar,
.progress-red .bar {
    background-color: #e53f51
}

.f-element {
    width: 25%;
    height: auto;
    float: left;
    text-align: center;
    padding: 35px 0 30px
}

.f-element.nobrd {
    border-right: 0 solid rgba(255, 255, 255, .1)
}

.f-element .sep {
    width: 30px;
    border-bottom: 2px solid #000;
    margin: -10px auto 20px
}

.f-element .highlight {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    line-height: 50px;
    cursor: pointer
}

.f-element .highlight.dark {
    color: #32373c
}

.f-element .highlight.color {
    color: #32373c
}

.f-element .highlight:hover {
    color: #fff
}

.milestone-details {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #969ba0;
    text-transform: uppercase;
    letter-spacing: 1px
}

.milestone-details.small {
    font-weight: 600;
    font-size: 13px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 2px
}

.social-nav .f-element {
    width: 35%;
    height: auto;
    float: right;
    text-align: right;
    line-height: 28px;
    padding: 0;
    border-right: 0 solid #fff
}

.social-nav .f-element .highlight {
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    line-height: 40px
}

.social-nav .f-element .highlight:hover {
    color: #fff
}

.social-nav .milestone-details {
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0;
    letter-spacing: 1px
}

.social-nav .follow {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    height: 20px;
    float: right;
    width: 100%
}

.testimonials {
    display: block;
    float: left
}

.testimonials-content1 {
    background: #f4f6f8;
    padding: 30px 30px 5px;
    font-size: 14px;
    float: left;
    display: block
}

.testimonials-content1:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f4f6f8;
    position: relative;
    top: 38px;
    left: 10px;
    z-index: 22
}

.testimonials-author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 20px;
    float: left;
    border: 2px solid #f4f6f8;
    padding: 5px
}

.testimonials-author span {
    margin-top: 35px;
    float: left;
    font-weight: 600;
    color: #fff
}

.testimonials-author span.t-mgr0 {
    margin-top: 0
}

.testimonials-author p {
    margin-top: 40px;
    float: left;
    font-weight: 600
}

.testimonials-content {
    display: block;
    text-align: left;
    padding: 30px 30px 5px;
    background-color: rgba(30, 112, 194, .7);
    float: left
}

.testimonials-content:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid rgba(255, 255, 255, .3);
    position: relative;
    top: 39px;
    left: 10px
}

.testimonials-content h3 {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px
}

.testimonials-content p {
    font-size: 14px;
    line-height: 1.71em;
    font-weight: 400;
    color: #fff
}

.tooltip-inner {
    color: #fff;
    background-color: #32373c;
    padding: 5px 12px
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #32373c
}

.tooltip.right .tooltip-arrow {
    border-right-color: #32373c
}

.tooltip.left .tooltip-arrow {
    border-left-color: #32373c
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #32373c
}

.font-icons {
    list-style: none;
    margin: 0;
    padding: 0
}

.font-icons li {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 0 10px
}

.alert .close {
    line-height: 28px
}

.retina-icons-code i {
    font-size: 18px
}

.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
    text-align: center
}

.retina-icons-code code {
    color: #606060;
    background: 0 0;
    white-space: normal;
    font-size: 14px
}

.table-bordered {
    border-left: none;
    background: #fff
}

.retina-icons-code td {
    vertical-align: middle!important
}

.table td i {
    border: 1px solid #e1e3e5;
    padding: 10px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transition: all .2s ease-in;
    width: 52px!important;
    height: 52px!important;
    float: left
}

.table td code {
    border: 1px solid #e1e3e5;
    padding: 14px 10px 14px;
    float: left;
    width: 100%;
    height: 54px!important;
    margin-top: 5px
}

.table td:hover i {
    background: #32373c;
    border: 1px solid #32373c;
    color: #fff
}

.picons-list .retina-icons-code i {
    font-size: 30px;
    line-height: 1;
    margin-top: 5px;
    display: block
}

.photo-stream {
    margin-left: -15px
}

.photo-stream li {
    float: left;
    overflow: hidden;
    margin: 0 10px 10px 0
}

.photo-stream a img {
    display: block;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.32373c3 0.32373c3 0.32373c3 0 0 0.32373c3 0.32373c3 0.32373c3 0 0 0.32373c3 0.32373c3 0.32373c3 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
    opacity: .7
}

.photo-stream a:hover img {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0)
}

.photo-stream img {
    display: block;
    width: 90px;
    height: 90px
}

table.standard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px
}

table.standard-table th {
    border: 1px solid #e1e3e5;
    border-right: none;
    background-color: #f6f6f6;
    text-align: left;
    padding: 10px 15px;
    color: #464b50;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600
}

table.standard-table td:last-child {
    border-right: 1px solid #e1e3e5
}

table.standard-table th:last-child {
    border-right: 1px solid ##e1e3e5
}

table.standard-table td {
    padding: 10px 15px;
    border: 1px solid #e1e3e5;
    border-top: none;
    border-right: none
}

table.standard-table tr:hover td {
    background-color: #f6f6f6
}

table.standard-table tr {
    border-radius: 3px
}

table.cart {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px
}

table.cart .th1 {
    width: 4%
}

table.cart .th2 {
    width: 60%
}

table.cart .th3 {
    width: 12%
}

table.cart .th4 {
    width: 12%
}

table.cart .th5 {
    width: 12%
}

table.cart th {
    border: 1px solid #e1e3e5;
    border-right: none;
    background-color: #f6f6f6;
    text-align: left;
    padding: 10px 15px;
    color: #464b50;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600
}

table.cart td:last-child {
    border-right: 1px solid #e1e3e5
}

table.cart th:last-child {
    border-right: 1px solid ##e1e3e5
}

table.cart td {
    padding: 10px 15px;
    border: 1px solid #e1e3e5;
    border-top: none;
    border-right: none
}

.video-sec {
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #32373c
}

.video-item {
    position: absolute;
    top: -10px;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden
}

.video-sec .dark-content,
.video-sec .light-content {
    padding: 45px 0 43px;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: relative
}

.dark-content h5 {
    font-size: 30px
}

.dark-content p {
    color: #32373c
}

.video-sec .light-content {
    text-shadow: none
}

.video-sec .slight {
    color: #292929
}

.video-bg {
    padding: 20% 0 10%;
    position: relative;
    overflow: hidden;
    height: 100%;
    max-height: 100%
}

.video-bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    opacity: .7;
    z-index: 2;
    background-color: #19b9c8
}

.video-bg .container {
    position: relative;
    z-index: 3
}

.video-bg h1 {
    margin-bottom: 32px
}

.video-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.video-wrapper video {
    width: 100%
}

.video-wrapper2 video {
    width: 100%
}

.video-bg.landing h1 {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    padding: 0 10%
}

.video-bg.landing h3 {
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    padding: 0 30%
}

.video-bg.landing {
    padding: 15% 0 8%
}

.video-bg.landing form {
    margin-top: 80px;
    padding: 20px 0;
    width: 100%
}

.video-bg.landing form h3 {
    font-size: 18px
}

.video-bg.landing p.small {
    color: #fff;
    text-align: center
}

.video-bg.landing p.small a {
    color: #fff;
    text-decoration: underline
}

.video-bg.landing p.small a:hover {
    text-decoration: none
}

.video-bg.landing input[type=password],
.video-bg.landing input[type=text],
.video-bg.landing select,
.video-bg.landing textarea {
    width: 20%;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px;
    color: #fff
}

.video-bg.landing .btn-submit {
    position: relative;
    height: 50px;
    border: none;
    font-size: 16px;
    line-height: 25px;
    background: #32373c;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 24%;
    border-radius: 2px;
    color: #fff;
    padding-right: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    top: -5px;
    left: 1px
}

.video-bg.landing .btn-submit:hover {
    background: #333
}

@media all and (max-width:1400px) {
    .video-wrapper video {
        width: 110%
    }
}

@media all and (max-width:1200px) {
    .video-wrapper video {
        width: 130%
    }
}

@media all and (max-width:1000px) {
    .video-wrapper video {
        width: 150%
    }
}

.map-bg {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-left: 40px
}

.map-bg:before {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    content: '';
    opacity: .8;
    z-index: 2;
    background: #6ec878
}

.map-bg.nobg:before {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    content: '';
    opacity: .8;
    z-index: 2;
    background: 0 0
}

.map-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.map-bg .container {
    position: relative;
    z-index: 3
}

.map-bg h1 {
    margin-bottom: 32px
}

.forms {
    position: relative;
    padding: 0;
    width: 100%
}

.form-container .response {
    display: none
}

.forms ol {
    margin: 0;
    padding: 0
}

.forms ol li {
    line-height: auto;
    list-style: none
}

.forms li.hidden-row {
    display: none
}

.uneditable-input,
input,
select,
textarea {
    width: 100%
}

input[type=email],
input[type=password],
input[type=text],
select,
textarea {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 50px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid #e1e3e5;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, .7);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
    background: rgba(255, 255, 255, 1)
}

textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical
}

.form-container textarea {
    height: 290px
}

.btn-submit {
    position: relative;
    height: 50px;
    border: none;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    background: #6ec878;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    border-radius: 2px;
    color: #fff;
    padding-right: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.btn-submit:hover {
    background: #32373c
}

.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both
}

.comment-form div label {
    position: absolute;
    top: 0;
    left: 0
}

.forms li.error input,
.forms li.error textarea {
    border: 1px solid #fffac8
}

.forms span.error {
    display: none
}

.forms .button-row span.error {
    padding: 0;
    display: none
}

.searchform {
    position: relative
}

.searchform input[type=text] {
    border-radius: 3px!important;
    width: 90%
}

::-webkit-input-placeholder {
    color: #999!important
}

:-moz-placeholder {
    color: #999!important
}

::-moz-placeholder {
    color: #999!important
}

:-ms-input-placeholder {
    color: #999!important
}

input:focus::-webkit-input-placeholder {
    color: transparent!important
}

input:focus:-moz-placeholder {
    color: transparent!important
}

input:focus::-moz-placeholder {
    color: transparent!important
}

input:focus:-ms-input-placeholder {
    color: transparent!important
}

.add-comment label {
    margin: 0 0 4px 0
}

.add-comment label span {
    color: red
}

.add-comment input {
    margin: 0 0 20px 0;
    min-width: 200 px
}

nav#main-nav {
    width: 300px;
    height: 100%;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 9999999;
    background: #32373c;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 20px
}

nav#main-nav.active {
    right: 0
}

nav#main-nav ul li a {
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 100!important;
    letter-spacing: .2em!important
}

.nav-trigger i {
    font-size: 12.5px!important;
    color: #32373c;
    text-decoration: none
}

.nav-trigger i.white {
    color: #fff
}

.nav-trigger:hover i {
    text-decoration: none;
    color: #999!important
}

nav#main-nav ul li {
    list-style: none;
    width: 100%;
    border: 1xp solid #309;
    margin-left: -10px
}

nav#main-nav ul li a {
    display: block;
    padding: 10px;
    outline: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: background .3s, box-shadow .3s;
    transition: background .3s, box-shadow .3s
}

nav#main-nav ul li a i {
    font-size: 17px;
    margin-right: 20px;
    color: #666
}

nav#main-nav ul li a:hover,
nav#main-nav ul li.current a {
    background: rgba(0, 0, 0, .2);
    box-shadow: inset 0 -1px transparent;
    color: #fff;
    text-decoration: none
}

nav#main-nav ul li a:hover i,
nav#main-nav ul li.current a i {
    color: #32373c
}

.social-nav-block {
    position: absolute;
    bottom: 0;
    left: 0
}

.social-nav-block a {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    background: #292929;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-nav-block a i {
    font-size: 17px;
    color: #fff
}

.social-nav-block a.twitter-alt:hover {
    background: #69baf3!important
}

.social-nav-block a.facebook-alt:hover {
    background: #475996!important
}

.social-nav-block a.google-alt:hover {
    background: #c63d2d!important
}

.social-nav-block a.linkedin-alt:hover {
    background: #4875b4!important
}

.social-nav-block a.pinterest-alt:hover {
    background: #d03737!important
}

.social-nav-block a.dribbble-alt:hover {
    background: #d76896!important
}

#header-search-form input[type=text] {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: auto;
    padding: 20px 10px;
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 48px;
    font-weight: 200;
    color: #e1e3e5;
    border: none;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #32373c;
    z-index: 999999999999!important;
    overflow: auto
}

.overlay .overlay-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../images/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: 0;
    z-index: 100
}

.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .4s ease-in-out, visibility 0s .4s;
    transition: transform .4s ease-in-out, visibility 0s .4s
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out
}

.social-nav {
    display: inline-block;
    width: 100%
}

.social-nav a {
    width: 20%;
    display: inline-block;
    float: left;
    background: #292929;
    text-align: left;
    line-height: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 40px
}

.social-nav a i {
    font-size: 55px;
    color: #fff
}

.social-nav a.twitter-alt {
    background: #4ec6f8
}

.social-nav a.facebook-alt {
    background: #475996!important
}

.social-nav a.google-alt {
    background: #c63d2d!important
}

.social-nav a.linkedin-alt {
    background: #4875b4!important
}

.social-nav a.dribbble-alt {
    background: #d76896!important
}

.hi-icon-wrap {
    text-align: center;
    border: 3px solid #e1e3e5;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    line-height: 220px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.hi-icon-wrap h3 {
    font-size: 18px;
    line-height: 30px
}

.hi-icon-wrap p {
    text-align: center;
    float: left;
    line-height: 18px
}

.hi-icon-wrap:hover {
    border: 3px solid #e1e3e5
}

.hi-icon-wrap .brd {
    position: absolute;
    width: 24%;
    border-bottom: 2px dashed #e1e3e5;
    top: 30%;
    right: -3px
}

.hi-icon {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.hi-icon i {
    font-size: 30px;
    line-height: 98px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased
}

.hi-icon-effect-1 .hi-icon {
    background: #e1e3e5;
    color: #fff;
    -webkit-transition: background .2s, color .2s;
    -moz-transition: background .2s, color .2s;
    transition: background .2s, color .2s
}

.hi-icon-effect-1 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 4px rgba(225, 227, 229, .5);
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .2s, opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .2s, opacity .2s;
    transform: scale(.8);
    opacity: 0
}

.hi-icon-wrap:hover.hi-icon-effect-1a .hi-icon {
    background: #e1e3e5;
    color: #fff
}

.hi-icon-wrap:hover.hi-icon-effect-1a .hi-icon:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 15px rgba(25, 185, 200, .5)
}

.image-item>a {
    display: block;
    padding: 0;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none
}

.image-item a,
.image-item a:hover {
    color: #fff;
    border: none
}

.image-img {
    position: relative;
    overflow: hidden
}

.image-img img {
    width: 100%;
    display: block;
    overflow: hidden
}

.image-intro {
    width: 100%;
    height: 100%;
    -webkit-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center
}

.image-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.image-item .image-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(250, 250, 250, 0);
    -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -ms-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    transition: all .27s cubic-bezier(.3, .1, .58, 1)
}

.image-item:hover .image-img:after {
    background: rgba(20, 20, 20, .5)
}

.image-item .image-img>img {
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    -moz-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    -ms-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    transition: all .3s cubic-bezier(.3, .1, .58, 1)
}

.image-item:hover .image-img>img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

#header-search-button {
    font-size: 18px;
    text-align: center;
    float: right
}

.search-button a,
.search-button:active,
.search-button:visited {
    display: inline-block;
    color: #2d3e52;
    transition: color .3s ease
}

#header-search-panel {
    height: 40px;
    background: #32373c;
    border-bottom: 1px solid #1c1e23;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    max-width: 100%;
    padding: 0
}

#header-search-panel .container {
    max-width: 1600px;
    padding: 0 40px
}

#header-search {
    width: 100%;
    border: 0;
    position: absolute;
    left: 20px;
    top: 0;
    padding-left: 20px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased
}

#header-search:focus {
    outline: 0!important;
    color: #b9bec3
}

#header-search-panel input[type=text] {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #969ba0;
    letter-spacing: 1px;
    border-bottom: 0 solid rgba(0, 0, 0, .05)!important;
    background: 0 0!important;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    padding-top: 5px
}

#header-search-panel .fake-submit-button {
    position: absolute;
    left: 0;
    top: 5px;
    height: 30px;
    line-height: 30px;
    width: 50px;
    display: inline-block;
    text-align: left;
    font-size: 30px;
    color: #b9bec3;
    padding-right: 20px;
    overflow: hidden;
    transition: color .3s ease-in-out
}

#header-search-panel input[type=submit] {
    opacity: 0!important;
    width: 50px;
    height: 30px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999
}

#header-search-panel .search>div {
    position: relative;
    width: 100%;
    height: 40px;
    min-height: 40px;
    transition: border-color .3s ease;
    color: #2d3237
}

#header-search-panel .close-search {
    color: #969ba0;
    cursor: pointer;
    width: 40px;
    line-height: 24px;
    font-size: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 6px;
    text-align: center;
    opacity: 0;
    transition: opacity .2s ease;
    display: inline-block;
    z-index: 12;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#header-search-panel .search>div .close-search {
    opacity: 1
}

#header-search-panel .search>div:hover .fake-submit-button {
    color: #3498db
}

#toTop {
    z-index: 999;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    background: #1e2328;
    border-radius: 50%
}

#toTop:before {
    content: '\e75f';
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 99999;
    font-size: 20px;
    color: #fff;
    padding: 11px 0 0 18px
}

#toTopHover {
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    background: #23282d
}

#toTop:active,
#toTop:focus {
    outline: 0
}

.bot-subscribe {
    color: #fff;
    background: #000;
    padding: 20px 40px 10px
}

.bot-subscribe form {
    margin-top: 10px
}

.bot-subscribe input[type=password],
.bot-subscribe input[type=text],
.bot-subscribe select,
.bot-subscribe textarea {
    width: 70%;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 44px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #fff;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px 0 0 2px;
    color: #fff
}

.bot-subscribe .btn-submit {
    position: relative;
    height: 44px;
    border: none;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100px;
    border-radius: 0 2px 2px 0;
    color: #32373c;
    padding-right: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    left: -5px;
    top: -7px;
    resize: none
}

.bot-subscribe::-webkit-input-placeholder {
    color: #fff!important
}

.bot-subscribe:-moz-placeholder {
    color: #fff!important
}

.bot-subscribe::-moz-placeholder {
    color: #fff!important
}

.bot-subscribe:-ms-input-placeholder {
    color: #fff!important
}

.footer {
    background: #32373c;
    color: #ccc
}

.footer.white {
    background: #fff;
    color: #32373c
}

.footer.white h1,
.footer.white h2,
.footer.white h3,
.footer.white h4,
.footer.white h5,
.footer.white h6 {
    color: #32373c;
    font-weight: 200;
    text-transform: capitalize
}

.footer.white p {
    color: #32373c;
    font-weight: 200
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: #32373c
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px
}

.footer.white form {
    margin-top: 30px
}

.footer.white input[type=password],
.footer.white input[type=text],
.footer.white select,
.footer.white textarea {
    width: 70%;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 60px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
    border: 1px solid #e1e3e5;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px 0 0 2px;
    color: #969ba0
}

.footer.white .btn-submit {
    position: relative;
    height: 60px;
    border: none;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    background: #6ec878;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 160px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    padding-right: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    left: -5px;
    top: -5px
}

.footer input[type=text].alt,
.footer.white input[type=text].alt {
    width: 65%;
    height: 48px;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #e1e3e5;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px 0 0 2px;
    color: #969ba0
}

.footer .btn-submit.alt,
.footer.white .btn-submit.alt {
    position: relative;
    height: 48px;
    border: none;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
    background: #6ec878;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 80px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    text-align: center!important;
    text-transform: uppercase;
    font-weight: 600;
    top: -7px;
    left: -4px
}

.footer .btn-submit.alt:hover,
.footer.white .btn-submit.alt:hover {
    background: #32373c
}

.footer input[type=text].alt {
    border: 1px solid #32373c
}

.footer a.logo {
    padding: 0;
    margin-bottom: 30px
}

.footer a.logo:focus,
.footer a.logo:hover {
    text-decoration: none
}

.footer a.logo img {
    height: 30px;
    background: 0 0
}

.footer .widget hr {
    border-bottom: 1px solid #282d32!important;
    border-top: 0
}

.footer .widget .contact {
    display: block;
    font-size: 14px;
    text-align: left;
    font-style: normal;
    width: 100%;
    float: left
}

.footer .widget .timing {
    float: left
}

.footer .widget .timing p {
    font-size: 14px;
    text-align: left;
    font-style: normal;
    color: #64696e
}

.footer .widget .contact i {
    display: block;
    color: #fff;
    line-height: 1;
    font-size: 24px;
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-top: 0;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer
}

.footer .widget .contact .content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 0 0 10px 0;
    text-transform: none
}

.footer-links li {
    display: inline-block;
    padding: 8px 6px
}

.footer-links li a {
    color: #969ba0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-links li a:hover {
    color: #fff
}

.footer p.bold {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
}

p.gray {
    font-weight: 400;
    color: #969ba0;
    margin-bottom: 0;
    background: 0 0
}

.footer p a span {
    font-weight: 400;
    color: #fff
}

.footer .services-box-3 {
    margin: 40px 0;
    cursor: pointer
}

.footer .services-box-3 i,
.footer .services-box-3 i:hover {
    background: 0 0!important;
    font-size: 48px
}

.footer .services-box-3 i:hover {
    background: 0 0!important;
    font-size: 48px
}

.footer .services-box-3 .content h3 {
    text-transform: none;
    font-size: 14px;
    margin-top: -5px
}

.footer .services-box-3 .content p {
    font-size: 13px;
    font-style: italic;
    color: #666
}

.tagcloud {
    line-height: 25px
}

.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 30px
}

.contact-info i {
    margin-right: 7px;
    font-size: 18px
}

.footer .contact-info i {
    color: #fff
}

.footer .widget.single .contact-info li {
    display: inline;
    margin: 0 15px
}

.int-bg-logo {
    padding: 8% 3% 6%;
    background: url(../images/bg-click.png) no-repeat top right
}

.int-bg-logo h1 {
    font-size: 60px;
    line-height: 64px;
    font-weight: 700
}

.bg-gray.padd {
    padding: 6% 3% 6%
}

.int-padd {
    float: none!important;
    padding-top: 30px!important
}

.int-btn {
    width: 300px
}

.contact-btn a {
    background: #fff!important;
    padding: 15px 20px;
    border-radius: 5px;
    margin-top: 20px
}

.contact-btn {
    margin-top: 15px
}

.welcome-wrap {
    padding: 60px 0;
    background-color: #f2f2f2
}

a.read-btn {
    padding: 10px 20px;
    display: inline-block;
    background: #3181b4;
    color: #fff
}

a.read-btn:hover {
    background: #000;
    color: #fff;
    transition: all linear .25s
}

.contact-form {
    padding: 60px 0
}

.breadcrumb {
    background-color: transparent
}

.breadcrumb>.active {
    color: #444
}

.breadcrumb-item a {
    color: #f7f7f7
}

.breadcrumb-item a:hover {
    color: #434343
}

.breadcrumb>li+li:before {
    color: #f7f7f7
}

.what-we-do ul {
    list-style: circle
}

.gallery-wrapper {
    padding: 60px 0
}


/*
Responsive css
 */

@media (min-width:1200px) {
    body.boxed {
        width: 1240px
    }
    body.boxed .header-nav {
        width: 1240px!important
    }
    body.boxed .tp-banner {
        width: 1240px;
        margin: 0 auto
    }
    body.boxed .header-nav.basic.sticky {
        left: 50%;
        margin-left: -620px
    }
    body.boxed nav#main-nav {
        display: block!important
    }
    body.boxed .post-home .col {
        min-height: 355px
    }
    body.boxed .post-home .col img {
        max-height: 450px
    }
    body.boxed .post-home .col h1 {
        font-size: 30px
    }
    body.boxed .post-home .meta li {
        font-size: 12px
    }
    body.boxed .post-home .meta li a {
        font-size: 12px
    }
    .blog-grid.col2,
    .blog-grid.col3 {
        margin-left: -30px;
        margin-bottom: -30px
    }
    .blog-grid.col2 .post,
    .blog-grid.col3 .post {
        width: 370px;
        margin-left: 30px;
        margin-bottom: 30px
    }
    .blog-grid.col2 hr,
    .blog-grid.col3 hr {
        margin-left: 30px
    }
    .sidebar {
        padding-left: 35px!important
    }
    .owl-carousel .owl-controls {
        display: block!important
    }
    nav#main-nav {
        display: block!important
    }
}

@media (max-width:1600px) {
    body.boxed nav#main-nav {
        display: none!important
    }
    nav#main-nav {
        display: none!important
    }
    .topbar {
        width: 65%
    }
    .topbar:after {
        right: -4%
    }
    .top-contact li {
        width: 30%
    }
    .navbar-nav>li {
        margin-left: 10px
    }
    .bg-navbar {
        width: 74%
    }
    .bg-navbar:after {
        left: -3%
    }
    .tp-caption .btn {
        margin-top: 10px
    }
    .q-form-title .content h3 {
        font-size: 20px
    }
    .navbar-nav.t-pad>li {
        margin-left: 2px
    }
    .box-dark {
        padding: 20px 40px 30px
    }
    .box-dark .services-box-3 i {
        margin-right: 10px;
        font-size: 60px
    }
    .box-dark .services-box-3 .content h3 {
        font-size: 24px;
        line-height: 30px
    }
    .box-dark .services-box-3 .content h3:before {
        content: "";
        border-bottom: 2px solid #32373c;
        width: 30px;
        position: absolute;
        top: 37%
    }
    .project-item .project-img:after {
        width: 84%;
        height: 84%
    }
    .clients li {
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 20px;
        border: 1px solid #e1e3e5!important;
        width: 38%
    }
    .bot-subscribe {
        color: #fff;
        background: #000;
        padding: 30px 0 30px
    }
    .bot-subscribe input[type=password],
    .bot-subscribe input[type=text],
    .bot-subscribe select,
    .bot-subscribe textarea {
        width: 65%
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .post-home .col {
        width: 50%;
        display: inline-block;
        background: #f6f6f6;
        height: auto;
        min-height: 250px;
        float: left;
        text-align: center
    }
    .post-home .col img {
        width: 100%;
        max-height: 250px
    }
    .post-home .col h1 {
        padding-top: 20%;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 24px
    }
    .navbar-nav>li>a {
        padding: 34px 10px
    }
    .header-nav.basic.sticky .navbar-nav>li>a {
        padding: 24px 10px
    }
}

@media (max-width:969px) {
    .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        width: 100%
    }
    .navbar-nav>li>a {
        padding: 34px 10px
    }
    .header-nav.basic.sticky .navbar-nav>li>a {
        padding: 24px 10px
    }
}

@media (min-width:993px) {
    .post-home .img1,
    .post-home .img2 {
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
}

@media (max-width:991px) {
    .mobile-menu {
        display: block
    }
    .header-nav {
        padding: 0;
        float: left;
        width: 100%
    }
    .header-nav .col-sm-3 {
        width: 100%
    }
    .mobile-menu {
        float: right
    }
    .header-nav-transparent .col-sm-2 {
        width: 100%
    }
    .logo {
        margin-bottom: 20px
    }
    .logo img {
        height: 40px!important
    }
    .navbar-collapse.right {
        float: none!important
    }
    .navbar-nav {
        display: block;
        position: absolute;
        z-index: 9999999!important;
        left: 0;
        width: 100%
    }
    .navbar-nav>li>a {
        color: #32373c;
        font-size: 13px;
        padding: 10px 5px
    }
    .navbar-nav>li:hover.pad {
        border-top: 0 solid #000
    }
    .navbar-nav>li.pad {
        padding: 0 0;
        border-top: 0 solid #fff
    }
    .navbar-nav .dropdown-menu li a {
        padding: 20px 0;
        color: #969ba0;
        font-size: 13px;
        text-transform: capitalize
    }
    .navbar-nav.t-pad {
        padding-top: 22px
    }
    .navbar-nav>li.box {
        padding: 0;
        background: 0 0
    }
    .navbar-nav>li:hover.box a.hwhite {
        color: #3181b4!important
    }
    .navbar-nav>li:hover.box {
        background: 0 0!important;
        color: #3181b4!important
    }
    .navbar-nav>li.current-box {
        background: 0 0!important;
        border-top: 0 solid #000;
        color: #3181b4!important
    }
    .navbar-nav>li.current-box a.hwhite {
        color: #3181b4!important
    }
    .banner-container {
        margin-top: 0
    }
    .banner-container.nomgr {
        margin-top: 100px
    }
    .banner-container-center {
        margin-top: 100px;
        width: 100%;
        position: relative;
        z-index: 0
    }
    .tp-caption .btn {
        margin-top: 60px
    }
    .tp-caption.upper2 h2 {
        font-size: 70px;
        line-height: 70px;
        letter-spacing: -5px
    }
    .services-bg {
        background: #fff;
        padding: 40px 0 0;
        position: relative;
        top: 0;
        z-index: 999
    }
    .project-item .project-img:after {
        width: 94%;
        height: 93%
    }
    .box-dark .services-box-3 .content h3:before {
        top: 55%
    }
    .bot-subscribe input[type=password],
    .bot-subscribe input[type=text],
    .bot-subscribe select,
    .bot-subscribe textarea {
        width: 45%
    }
    .services-box {
        text-align: center!important
    }
    .block {
        display: none
    }
    .clients li {
        width: 30%
    }
    .post-content .date {
        position: absolute;
        top: 0!important;
        z-index: 2
    }
    .testimonials img {
        width: 100px!important
    }
    .t-pad100 {
        padding-top: 0
    }
    .clients .owl-clients li {
        width: 80%
    }
    .inner-banner {
        width: 100%;
        height: 220px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: left;
        color: #fff;
        margin-top: 100px
    }
    .inner-banner h1 {
        line-height: 20px
    }
    .inner-banner h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 600
    }
    .topbar {
        display: none
    }
    .topbar-content ul {
        display: none
    }
    .top-contact li {
        display: none
    }
    .bg-navbar {
        display: none
    }
    .social-top {
        display: none
    }
    .topbar-full {
        display: none
    }
    .owl-carousel .owl-controls .owl-next,
    .owl-carousel .owl-controls .owl-prev {
        line-height: 30px;
        font-size: 16px;
        width: 36px;
        height: 36px;
        padding-top: 3px
    }
    .owl-carousel .owl-controls .owl-next,
    .owl-carousel .owl-controls .owl-prev {
        top: 0
    }
    .owl-carousel .owl-controls .owl-prev {
        left: 5%
    }
    .owl-carousel .owl-controls .owl-next {
        right: 5%
    }
    .q-form-container {
        position: relative;
        z-index: 999;
        top: 20px;
        float: left
    }
}

@media (max-width:767px) {
    .container,
    .header-nav .container {
        padding-right: 20px;
        padding-left: 20px
    }
    [class*=col-] {
        margin-bottom: 30px
    }
    .header-nav {
        padding: 0 0 20px;
        position: absolute;
        top: 0;
        display: block;
        z-index: 9999999!important
    }
    .logo {
        margin-bottom: 30px;
        margin-top: 20px
    }
    .logo img,
    .logo-dark img,
    .logo-white img {
        height: 40px!important
    }
    .navbar-collapse.right {
        float: none!important
    }
    .mobile-menu {
        float: right
    }
    .navbar-nav {
        display: block;
        background: #e5e5e5;
        display: block;
        position: absolute;
        z-index: 9999999!important
    }
    .navbar-nav.hom1 {
        margin-top: 40px
    }
    .navbar-nav.hom2 {
        margin-top: -30px
    }
    .navbar-nav.hom3 {
        margin-top: 65px
    }
    .navbar-nav.innerpages {
        margin-top: -30px
    }
    .navbar-nav>li>a {
        color: #32373c;
        font-size: 14px
    }
    .navbar-nav .dropdown-menu li a {
        color: #969ba0!important;
        font-size: 14px;
        text-transform: capitalize
    }
    .navbar-nav .dropdown-menu li a:hover {
        color: #3181b4!important
    }
    .navbar-nav>li.box {
        padding: 0;
        background: 0 0
    }
    .navbar-nav>li:hover.box a.hwhite {
        color: #3181b4!important
    }
    .navbar-nav>li:hover.box {
        background: 0 0!important;
        color: #3181b4!important
    }
    .navbar-nav>li.current-box {
        background: 0 0!important;
        border-top: 0 solid #000;
        color: #3181b4!important
    }
    .navbar-nav>li.current-box a.hwhite {
        color: #3181b4!important
    }
    .banner-container {
        width: 100%;
        position: relative;
        margin-top: 40px;
        z-index: 0
    }
    .banner-container.nomgr {
        margin-top: 100px
    }
    .banner-container-center {
        margin-top: 100px;
        width: 100%;
        position: relative;
        z-index: 0
    }
    .tp-caption.upper {
        padding: 15px
    }
    .tp-caption.upper h3 {
        font-size: 12px;
        line-height: 14px
    }
    .tp-caption.upper h2 {
        font-size: 26px;
        line-height: 24px
    }
    .tp-caption.upper p {
        font-size: 11px;
        line-height: 14px
    }
    .tp-caption .btn {
        padding: 5px 8px;
        font-size: 10px;
        letter-spacing: 1px;
        margin-top: 28px
    }
    .tp-caption.upper2 h3 {
        font-size: 14px;
        line-height: 14px
    }
    .tp-caption.upper2 h2 {
        font-size: 30px;
        line-height: 24px;
        letter-spacing: -2px
    }
    .tp-caption.upper2 h2 span {
        color: #fff
    }
    .tp-caption.upper2 p {
        font-size: 12px;
        line-height: 14px
    }
    .services-bg {
        background: #fff;
        padding: 40px 0 0;
        position: relative;
        top: 0;
        z-index: 999
    }
    .q-form-container {
        position: relative;
        z-index: 999;
        top: 20px;
        float: left
    }
    .box-dark {
        padding: 20px 20px 30px
    }
    .box-dark .services-box-3 i {
        margin-right: 10px;
        font-size: 48px
    }
    .box-dark .services-box-3 .content h3 {
        font-size: 24px;
        line-height: 30px
    }
    .box-dark .services-box-3 .content h3:before {
        content: "";
        border-bottom: 2px solid #32373c;
        width: 30px;
        position: absolute;
        top: 45%
    }
    .project-item .project-img:after {
        width: 86%;
        height: 85%
    }
    .progress small {
        right: 20px
    }
    .owl-carousel .owl-controls .owl-next,
    .owl-carousel .owl-controls .owl-prev {
        line-height: 30px;
        font-size: 16px;
        width: 36px;
        height: 36px;
        padding-top: 3px
    }
    .owl-carousel .owl-controls .owl-next,
    .owl-carousel .owl-controls .owl-prev {
        top: 0
    }
    .owl-carousel .owl-controls .owl-prev {
        left: 5%
    }
    .owl-carousel .owl-controls .owl-next {
        right: 5%
    }
    .clients li {
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 20px;
        border: 1px solid #e1e3e5!important;
        width: 38%
    }
    .clients .owl-clients li {
        width: 80%
    }
    .bot-subscribe {
        color: #fff;
        background: #000;
        padding: 20px 0 0
    }
    .bot-subscribe input[type=password],
    .bot-subscribe input[type=text],
    .bot-subscribe select,
    .bot-subscribe textarea {
        width: 58%
    }
    .inner-banner {
        width: 100%;
        height: 200px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: left;
        color: #fff;
        margin-top: 100px
    }
    .inner-banner h1 {
        line-height: 20px;
        margin-top: -110px
    }
    .inner-banner h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 600
    }
    .post-content .date,
    .post-content .date-white {
        top: 0
    }
    .testimonials-author img {
        width: 60px!important;
        height: 60px!important
    }
    .box-text-left {
        padding: 10% 5%
    }
    .box-text-center {
        padding: 10% 5%;
        float: left
    }
    .box-text-center2 {
        padding: 10% 5%
    }
    .pad-container-parallax {
        padding-top: 80px;
        padding-bottom: 60px
    }
    .easyPieChart {
        float: none;
        margin: 10px auto
    }
    .easyPieChart canvas {
        position: absolute;
        top: 10px;
        left: 28%
    }
    .video-bg {
        padding: 5% 0 2%;
        position: relative;
        overflow: hidden;
        height: 100%;
        max-height: 100%;
        margin-top: 30px
    }
    .video-bg.landing h1 {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        padding: 0 2%
    }
    .video-bg h1 {
        margin-bottom: 10px
    }
    .video-bg.landing h3 {
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        padding: 0 10%
    }
    .video-bg.landing form {
        margin-top: 0;
        padding: 20px 0;
        width: 100%
    }
    .video-bg.landing form h3 {
        font-size: 14px
    }
    .video-bg.landing p.small {
        color: #fff;
        text-align: center
    }
    .video-bg.landing .btn-submit,
    .video-bg.landing input[type=password],
    .video-bg.landing input[type=text],
    .video-bg.landing select,
    .video-bg.landing textarea {
        width: 100%
    }
    .services-box {
        text-align: center
    }
    h1.client {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0
    }
    h4.client span {
        font-size: 8px
    }
    .team-box-animated .back p {
        font-size: 11px;
        line-height: 16px
    }
    .team-box-animated .back ul.social-icons {
        font-size: 8px!important;
        bottom: -65px!important
    }
    .container .projects-grid-2 .project-item,
    .container .projects-grid-3 .project-item,
    .project-grid-5 .project-item,
    .project-item,
    .projects-grid-2 .project-item,
    .projects-grid-3 .project-item {
        width: 100%
    }
    .navigation a {
        margin-left: 0;
        margin-right: 3px
    }
    .inner-banner {
        max-height: 350px;
        padding: 35% 0 0
    }
    .inner-banner h1 {
        font-size: 36px
    }
    .inner-banner h3 {
        font-size: 20px
    }
    .blog-grid.col3 {
        margin-left: 0;
        margin-bottom: 20px
    }
    .blog-grid.col3 .post {
        width: 100%;
        margin-left: 0
    }
    .blog-grid.col2 .post {
        width: 100%;
        margin-left: 0
    }
    .blog-grid.col2 hr {
        display: block
    }
    .sidebar {
        margin-top: 70px;
        padding-left: 15px!important
    }
    .pagination ul {
        margin-top: 0
    }
    .pagination ul>li {
        margin-bottom: 20px
    }
    .tab {
        display: block!important;
        margin: 0!important
    }
    .tabs-top .tab {
        margin-bottom: 8px!important
    }
    .tabs-top .etabs {
        margin-bottom: -8px
    }
    nav#main-nav {
        display: none
    }
    .f-element {
        width: 100%!important
    }
    .post-home {
        width: 100%;
        margin-top: 20px
    }
    .post-home .col {
        width: 100%;
        display: inline-block;
        background: #f6f6f6;
        height: auto;
        min-height: 100%;
        float: left;
        text-align: center
    }
    .post-home .col img {
        width: 100%
    }
    .post-home .col h1 {
        padding-top: 10%;
        text-transform: uppercase;
        font-size: 24px
    }
    .width-fourth,
    .width-third {
        width: 100%
    }
    .sidebar .cart {
        width: 100%
    }
    .product-grid.col3 .post,
    .product-grid.col4 .post {
        width: 95%
    }
    .cart-total {
        width: 100%!important
    }
    img {
        width: 100%;
        border: 0
    }
    .t-pad80 {
        padding-top: 0
    }
    .owl-slider-wrapper.agency {
        width: 100%
    }
    .post-home .img1,
    .post-home .img2 {
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 40px
    }
    .clients .item {
        border-right: 0 solid #e5e5e5;
        border-bottom: 0 solid #e5e5e5
    }
    .clients .item.r-last {
        border-right: 0 solid #e5e5e5;
        border-bottom: 0 solid #e5e5e5
    }
    .clients .item.b-last {
        border-right: 0 solid #e5e5e5;
        border-bottom: 0 solid #e5e5e5
    }
    .social-nav a {
        width: 100%
    }
    .footer input[type=text].alt,
    .footer.white input[type=text].alt {
        width: 60%
    }
    .footer .btn-submit.alt,
    .footer.white .btn-submit.alt {
        width: 70px
    }
    .footer.white input[type=password],
    .footer.white input[type=text],
    .footer.white select,
    .footer.white textarea {
        width: 60%;
        font-size: 13px
    }
    .footer.white .btn-submit {
        width: 100px
    }
    .col-xs-offset-2 {
        margin-left: 0
    }
    .med {
        margin-left: 20px
    }
    .med img {
        width: 70px;
        height: 70px;
        margin-right: 5px
    }
    .services-box-2.left i.right {
        float: left;
        margin-left: 20px
    }
    .topbar {
        display: none
    }
    .topbar-content ul {
        display: none
    }
    .top-contact li {
        display: none
    }
    .bg-navbar {
        display: none
    }
    .social-top {
        display: none
    }
    .topbar-full {
        display: none
    }
}

@media (min-width:768px) and (max-width:979px) {
    .container,
    .header-nav .container {
        padding-right: 15px;
        padding-left: 15px
    }
    .logo {
        margin-top: 20px
    }
    .post-content .date,
    .post-content .date-white {
        top: -40px
    }
    .tabs-top .etabs {
        margin-bottom: -8px
    }
    .tabs-top .tab {
        margin-bottom: 8px
    }
    .services-3 .icon:before {
        width: 50%;
        left: -70%
    }
    .services-3 .icon:after {
        width: 50%;
        right: -70%
    }
    .container .projects-grid-2 .project-item,
    .container .projects-grid-3 .project-item,
    .project-grid-5 .project-item,
    .project-item,
    .projects-grid-2 .project-item,
    .projects-grid-3 .project-item {
        width: 100%
    }
    .blog-grid.col3 {
        margin-left: -20px;
        margin-bottom: -20px
    }
    .blog-grid.col3 .post {
        width: 350px;
        margin-left: 20px;
        margin-bottom: 20px
    }
    .blog-grid.col2 {
        margin-left: 0
    }
    .blog-grid.col2 .post {
        width: 100%;
        margin-left: 0
    }
    nav#main-nav {
        display: none
    }
    .testimonials-author img {
        width: 60px!important;
        height: 60px!important
    }
    .social-nav a {
        width: 100%
    }
    .footer.white input[type=password],
    .footer.white input[type=text],
    .footer.white select,
    .footer.white textarea {
        width: 60%;
        font-size: 13px
    }
    .footer.white .btn-submit {
        width: 100px
    }
}

@media only screen and (max-width:600px) {
    .banner-full-height {
        height: 350px!important
    }
}


/* yellow css */

#testimonials .author,
.aboutme h3,
.btn.btn-color-brd,
.btn.parallax:hover,
.btn:hover,
.colored,
.f-element .highlight.color,
.f-element i,
.facts-home a:hover,
.filter a.active,
.filter a:hover,
.footer .services-box-3:hover i,
.footer .widget .meta i:hover,
.footer a:hover,
.footer-links li a:hover,
.items .info h4 a:hover,
.meta ul li a:hover,
.milestone-details,
.nav>li.current a,
.nav>li>a:hover,
.navbar-nav .dropdown-menu li a.active,
.navbar-nav .dropdown-menu li a:hover,
.navbar-nav>li>a:hover,
.navigation a:hover,
.owl-portfolio .info h4 a:hover,
.page-nav .active,
.page-nav a:hover,
.parallax a:hover,
.parallax.pagetitle a,
.post-content h2 a:hover,
.post-content.testimonial .author,
.post-format h2 a:hover,
.post-home .col h1 a:hover,
.pricing .plan h4,
.product-grid .post .meta ul li a:hover,
.product-grid .post .post-content .price span,
.product-grid .post .post-content .rating,
.product-grid .post .post-content h3 a:hover,
.product-grid .post .post-content h5 a:hover,
.progress-list li em,
.rating,
.rw-words-1 span,
.services-box .col:hover i,
.services-box i,
.services-box-2 .content h3 a:hover.dark,
.services-box-2 i.small,
.sidebar a:hover,
.sidebox a:hover,
.tabs-top .tab a:hover,
.tabs-top .tab.active a,
.team-alt .social-icons li a:hover i,
.team-box-animated .front span,
.team-member .social-links a:hover,
.testimonials h2,
.top-contact li .icon i,
.topbar li a:hover,
.topbar ul.social-icons li a:hover i,
.topbar-content ul.toplink li a:hover,
.tp-caption a,
.tp-caption.upper h2 span,
.tp-caption.upper2 h2 span,
.work-descr,
.work-item:hover .work-descr,
.yamm .yamm-content a:hover,
a,
ul.arrow li:before,
ul.circled li:before {
    color: #3181b4
}

.btn.parallax:hover,
.btn:hover,
.header-nav .dropdown-menu li a.active,
.header-nav .dropdown-menu li a:hover {
    color: #fff!important
}

#fp-nav span,
#testimonials .tab a.active,
#testimonials .tab a:hover,
.btn.btn-color-brd,
.f-element .sep,
.filter a.active,
.filter a:hover,
.filter li a.active,
.fp-slidesNav span,
.header-nav .dropdown-menu,
.hi-icon-wrap:hover,
.nav-tabs li a:after,
.nav-tabs li.active a:after,
.nav>li>a:hover:before,
.navbar-nav>li.current,
.navbar-nav>li.current:before,
.navbar-nav>li:hover.pad,
.navbar-nav>li>a:after,
.navigation a:hover,
.post-content .date:after,
.pricing .plan.active,
.pricing .plan:hover,
.project-title:before,
.services-box .col a:hover,
.services-box-2.left i:after,
.services-box-2.left:hover i,
.services-box-3 .col:hover i,
.services-box-3 i.circle-border,
.services-box-3:hover i.circle-border,
.social-icons li a:hover i,
.table td:hover i,
.tabs-top .tab.active a,
.tags li a:hover,
.team-box-animated .back,
.top-contact li .icon i,
.tp-caption.upper,
:after,
h2.heading:before,
h3.heading:before,
p.h-sub:before {
    border-color: #3181b4
}

#fp-nav li .active span:after,
.fp-slidesNav .active span:after,
.owl-carousel .owl-controls .owl-next:after,
.owl-carousel .owl-controls .owl-prev:after,
.owl-slider-wrapper .owl-custom-nav .slider-next:after,
.owl-slider-wrapper .owl-custom-nav .slider-prev:after,
.owl-theme .owl-controls .owl-page.active span:after,
.owl-theme .owl-controls.Gatesable .owl-page:hover span:after,
.q-form input[type=password]:focus,
.q-form input[type=text]:focus,
.q-form textarea:focus,
.tp-bullets.simplebullets.round .bullet.selected:after,
.tp-bullets.simplebullets.round .bullet:hover:after,
.tp-leftarrow.default:after,
.tp-rightarrow.default:after {
    border-color: #3181b4!important
}

.footer_tags li a:hover,
.nav-tabs li a:focus,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover,
.pages,
.progress .bar,
.progress-green .bar,
.progress-success .bar,
.services-box-3 .col:hover i,
.tooltip-inner {
    background-color: #3181b4
}

#fp-nav li .active span,
.bg-color,
.black-box.color,
.bot-subscribe,
.box-dark,
.btn,
.btn-submit,
.btn.btn-blue,
.color-wrapper,
.double-bounce1,
.double-bounce2,
.edu .btn-submit,
.filter li a.active,
.footer .btn-submit.alt,
.footer.white .btn-submit.alt,
.fp-slidesNav .active span,
.hi-icon-wrap:hover.hi-icon-effect-1a .hi-icon,
.map-bg:before,
.nav-tabs li.active a:after,
.navbar-nav>li.current-box,
.navbar-nav>li:hover.box,
.newsletter-wrapper #mc_embed_signup .button,
.owl-slider-wrapper .item .owl-content,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.Gatesable .owl-page:hover span,
.pagination .current,
.pagination ul li a:hover,
.panel-title .active,
.panel-title>a:hover,
.parallax .btn-submit,
.parallax .btn-submit:hover,
.post .date,
.post-content .date,
.post-content .testimonial,
.pricing .plan.active,
.pricing .plan:hover,
.projects-grid-2.hover-color .project-item:hover .project-img:after,
.projects-grid-3.hover-color .project-item:hover .project-img:after,
.projects-grid.hover-color .project-item:hover .project-img:after,
.q-form .btn-submit:hover,
.q-form-title,
.services-box-2 i,
.services-box-2.left:hover i,
.services-box-3:hover i,
.social-icons li a:hover i,
.table td:hover i,
.tabs-top .tab.active a,
.tags li a:hover,
.team-alt.active,
.team-alt:hover,
.team-box-animated .back,
.topbar,
.topbar:after,
ul.circled li.bg.current,
ul.circled li:hover.bg,
ul.circled span {
    background: #3181b4
}

.owl-carousel .owl-controls .owl-next:hover,
.owl-carousel .owl-controls .owl-prev:hover,
.owl-slider-wrapper .owl-custom-nav .slider-next:hover,
.owl-slider-wrapper .owl-custom-nav .slider-prev:hover,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.Gatesable .owl-page:hover span,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover,
.tp-leftarrow:hover.default,
.tp-rightarrow:hover.default {
    background: #3181b4!important
}

.social-top li a:hover i {
    color: #3181b4!important
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #3181b4
}

.tooltip.right .tooltip-arrow {
    border-right-color: #3181b4
}

.tooltip.left .tooltip-arrow {
    border-left-color: #3181b4
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #3181b4
}

.box-dark.color1 {
    background: #f0c823
}

.box-dark.color2 {
    background: #dcb419
}

.tp-caption.tp-hidden-caption,
.tp-hide-revslider {
    visibility: hidden!important;
    display: none!important
}

.tp-caption {
    z-index: 1
}

.tp-caption-demo .tp-caption {
    position: relative!important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px!important
}

.tp-caption.medium_grey {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #888;
    white-space: nowrap
}

.tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.large_bold_white_25 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.medium_text_shadow {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -2px
}

.tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 0 4px;
    padding-top: 1px;
    background-color: #000
}

.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 0 4px;
    padding-top: 1px;
    background-color: #fff
}

.tp-caption.modern_medium_fat {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_fat_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_big_bluebg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #4e5b6c;
    letter-spacing: 0
}

.tp-caption.modern_big_redbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #de543e;
    letter-spacing: 0
}

.tp-caption.modern_small_text_dark {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.tp-caption.black {
    color: #000;
    text-shadow: none
}

.tp-caption.noshadow {
    text-shadow: none
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-caption a:hover {
    color: #ffa902
}

.tp-caption.thinheadline_dark {
    position: absolute;
    color: rgba(0, 0, 0, .85);
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    font-family: "Open Sans";
    background-color: transparent
}

.tp-caption.thintext_dark {
    position: absolute;
    color: rgba(0, 0, 0, .85);
    text-shadow: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans";
    background-color: transparent
}

.tp-caption.medium_bg_red a {
    color: #fff;
    text-decoration: none
}

.tp-caption.medium_bg_red a:hover {
    color: #fff;
    text-decoration: underline
}

.tp-caption.smoothcircle {
    font-size: 30px;
    line-height: 75px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, .498039);
    padding: 50px 25px;
    text-align: center;
    border-radius: 500px 500px 500px 500px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.largeblackbg {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 0 20px 5px;
    text-shadow: none;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.largepinkbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #db4360;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tp-caption.largewhitebg {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #fff;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tp-caption.largegreenbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #67ae73;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tp-caption.excerpt {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: Arial;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    text-shadow: none;
    margin: 0;
    letter-spacing: -1.5px;
    padding: 1px 4px 0 4px;
    width: 150px;
    white-space: normal!important;
    height: auto;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.large_bold_grey {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_thin_grey {
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.small_thin_grey {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #757575;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: rgba(235, 235, 235, 1);
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bold_darkblue {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #34495e;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bold_red {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_red {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #e33a0c;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bold_orange {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #f39c12;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_orange {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.grassfloor {
    text-decoration: none;
    background-color: rgba(160, 179, 151, 1);
    width: 4000px;
    height: 150px;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bold_white {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_white {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_white_center {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    text-align: center;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_asbestos {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #7f8c8d;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_black {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.large_bold_black {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_darkblue {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.small_light_white {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.roundedimage {
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bg_black {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 10px 20px 15px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumwhitebg {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 5px 15px 10px;
    text-shadow: none;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.medium_bg_orange_new1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.tp-caption.black {
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans
}

.tp-caption.noshadow {
    text-shadow: none
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none!important
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}

.tp-simpleresponsive .button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6)!important;
    font-size: 15px;
    line-height: 45px!important;
    background: url(../images/gradient/g30.png) repeat-x top;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px
}

.tp-simpleresponsive .button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    font-weight: 700;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px!important;
    background: url(../images/gradient/g40.png) repeat-x top
}

.tp-simpleresponsive .button.big:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .purchase:hover {
    background-position: bottom, 15px 11px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tp-simpleresponsive .button {
        padding: 4px 8px 3px;
        line-height: 25px!important;
        font-size: 11px!important;
        font-weight: 400
    }
    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

@media only screen and (min-width:0px) and (max-width:479px) {
    .tp-simpleresponsive .button {
        padding: 2px 5px 2px;
        line-height: 20px!important;
        font-size: 10px!important
    }
    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0 3px 0 0 #104d0b;
    -moz-box-shadow: 0 3px 0 0 #104d0b;
    box-shadow: 0 3px 0 0 #104d0b
}

.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0 3px 0 0 #0f3e68;
    -moz-box-shadow: 0 3px 0 0 #0f3e68;
    box-shadow: 0 3px 0 0 #0f3e68
}

.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0 3px 0 0 #7c1212;
    -moz-box-shadow: 0 3px 0 0 #7c1212;
    box-shadow: 0 3px 0 0 #7c1212
}

.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
    background-color: #f70;
    -webkit-box-shadow: 0 3px 0 0 #a34c00;
    -moz-box-shadow: 0 3px 0 0 #a34c00;
    box-shadow: 0 3px 0 0 #a34c00
}

.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0 3px 0 0 #222;
    -moz-box-shadow: 0 3px 0 0 #222;
    box-shadow: 0 3px 0 0 #222
}

.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0 3px 0 0 #555;
    -moz-box-shadow: 0 3px 0 0 #555;
    box-shadow: 0 3px 0 0 #555
}

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden
}

.fullwidthbanner-container .fullwidthbanner {
    width: 100%;
    position: relative
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased!important
}

.tp-simpleresponsive img {
    max-width: none
}

.noFilterClass {
    filter: none!important
}

.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-bannershadow.tp-shadow1 {
    background: url(../assets/shadow1.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow2 {
    background: url(../assets/shadow2.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow3 {
    background: url(../assets/shadow3.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
    width: 100%!important;
    height: 100%!important;
    display: none
}

.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
    width: 100%!important;
    height: 100%!important;
    display: none
}

.fullscreenvideo .vjs-loading-spinner {
    visibility: none;
    display: none!important;
    width: 0;
    height: 0
}

.fullscreenvideo .vjs-control-bar.vjs-fade-in,
.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing,
.fullscreenvideo .vjs-control-bar.vjs-fade-out,
.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing {
    visibility: hidden!important;
    opacity: 0!important;
    display: none!important;
    width: 0;
    height: 0;
    overflow: hidden
}

.fullcoveredvideo video,
.fullcoveredvideo.video-js {
    background: 0 0!important
}

.fullcoveredvideo .vjs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.tp-dottedoverlay.twoxtwo {
    background: url(../assets/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(../assets/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
    background: url(../assets/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(../assets/gridtile_3x3_white.png)
}

.tpclear {
    clear: both
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5px)
}

.tp-bullets.hidebullets {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    background: url(../assets/boxed_bgtile.png);
    height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.navbar-old {
    background: url(../assets/navigdots_bgtile.png);
    height: 35px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullet.png) no-Repeat top left;
    width: 20px;
    height: 20px;
    margin-right: 0;
    float: left;
    margin-top: 0;
    margin-left: 3px
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets.png) no-Repeat bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullet_boxed.png) no-Repeat top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0!important
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0!important
}

.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/navigdots.png) no-Repeat bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px!important;
    margin-right: 5px!important;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0!important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0!important
}

.tp-bullets.simplebullets .bullet.selected,
.tp-bullets.simplebullets .bullet:hover {
    background-position: top left
}

.tp-bullets.simplebullets.navbar .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background-position: bottom left
}

.tparrows {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5px)
}

.tparrows.hidearrows {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_left.png) no-Repeat top left;
    width: 40px;
    height: 40px
}

.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_right.png) no-Repeat top left;
    width: 40px;
    height: 40px
}

.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left.png) no-Repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right.png) no-Repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left.png) no-Repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right.png) no-Repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left_boxed.png) no-Repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 6px;
    margin-top: 12px
}

.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right_boxed.png) no-Repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-left: 6px;
    margin-top: 12px
}

.tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrowleft.png) no-Repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px
}

.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrowright.png) no-Repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}

.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left2.png) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.png) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left2.png) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.png) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_left.png) no-Repeat 0 0;
    width: 40px;
    height: 40px
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_right.png) no-Repeat 0 0;
    width: 40px;
    height: 40px
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-position: bottom left
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: 0 0;
    margin: 0;
    float: left;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-bullets.tp-thumbs .bullet.selected,
.tp-bullets.tp-thumbs .bullet:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    top: 0
}

.tp-bannertimer.tp-bottom {
    bottom: 0;
    height: 5px;
    top: auto
}

@media only screen and (min-width:0px) and (max-width:479px) {
    .responsive .tp-bullets {
        display: none
    }
    .responsive .tparrows {
        display: none
    }
}

.vjs-tech {
    margin-top: 1px
}

.tp-caption .vjs-default-skin .vjs-big-play-button {
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    line-height: 30px;
    vertical-align: top;
    padding: 0
}

.tp-caption .vjs-default-skin .vjs-big-play-button:before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-shadow: none!important;
    color: #fff;
    font-size: 18px
}

.tp-caption .vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
    box-shadow: none;
    -webkit-box-shadow: none
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-simpleresponsive a {
    text-decoration: none
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.tp-simpleresponsive>ul>li {
    list-stye: none;
    position: absolute;
    visibility: hidden
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px
}

.tp-loader {
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-transparentimg {
    content: "url(../assets/transparent.png)"
}

.tp-3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%
}

.tp-caption img {
    background: 0 0;
    zoom: 0
}

@font-face {
    font-family: revicons;
    src: url(../font/revicons.eot@5510888);
    src: url(../font/revicons.eot@5510888#iefix) format('embedded-opentype'), url(../font/revicons.woff@5510888) format('woff'), url(../font/revicons.ttf@5510888) format('truetype'), url(../font/revicons.svg@5510888#revicons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" revicon-"]:before,
[class^=revicon-]:before {
    font-family: revicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}


/* Owl Carousel v1.3.2 */

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

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -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 .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    text-align: center
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 0;
    position: relative;
    bottom: -20px
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    filter: Alpha(Opacity=70);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e1e3e5
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3296dc
}

.owl-theme .owl-controls .owl-page.active span:after,
.owl-theme .owl-controls.clickable .owl-page:hover span:after {
    content: '';
    position: relative;
    top: 45%;
    right: -50%;
    z-index: 1;
    display: block
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

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

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

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

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

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 10030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 10060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 10040;
    border: 0
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 10040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 10040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 10010;
    background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 10050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 10050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../images/fancybox_sprite_402x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(../images/fancybox_loading_402x.gif);
        background-size: 24px 24px
    }
}

@charset "UTF-8";
@font-face {
    font-family: fontello;
    src: url(fonts/fontello/fontello.eot);
    src: url(fonts/fontello/fontello.eot@#iefix) format('embedded-opentype'), url(fonts/fontello/fontello.woff) format('woff'), url(fonts/fontello/fontello.ttf) format('truetype'), url(fonts/fontello/fontello.svg#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: fontello-circle;
    src: url(fonts/fontello/fontello-circle.eot);
    src: url(fonts/fontello/fontello-circle.eot@#iefix) format('embedded-opentype'), url(fonts/fontello/fontello-circle.woff) format('woff'), url(fontello/fontello-circle.ttf) format('truetype'), url(fontello/fontello-circle.svg@#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    line-height: 1em
}

[class*=" icon-s-"]:before,
[class^=icon-s-]:before {
    font-family: fontello-social;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    line-height: 1em
}

.icon-plus:before {
    content: '\2b'
}

.icon-plus-1:before {
    content: '\e817'
}

.icon-minus:before {
    content: '\2d'
}

.icon-minus-1:before {
    content: '\e816'
}

.icon-info:before {
    content: '\2139'
}

.icon-left-thin:before {
    content: '\2190'
}

.icon-left-1:before {
    content: '\e847'
}

.icon-up-thin:before {
    content: '\2191'
}

.icon-up-1:before {
    content: '\e845'
}

.icon-right-thin:before {
    content: '\2192'
}

.icon-right-1:before {
    content: '\e846'
}

.icon-down-thin:before {
    content: '\2193'
}

.icon-down-1:before {
    content: '\e848'
}

.icon-level-up:before {
    content: '\21b0'
}

.icon-level-down:before {
    content: '\21b3'
}

.icon-switch:before {
    content: '\21c6'
}

.icon-infinity:before {
    content: '\221e'
}

.icon-plus-squared:before {
    content: '\229e'
}

.icon-minus-squared:before {
    content: '\229f'
}

.icon-home:before {
    content: '\2302'
}

.icon-home-1:before {
    content: '\e811'
}

.icon-keyboard:before {
    content: '\2328'
}

.icon-erase:before {
    content: '\232b'
}

.icon-pause:before {
    content: '\2389'
}

.icon-pause-1:before {
    content: '\e851'
}

.icon-fast-forward:before {
    content: '\23e9'
}

.icon-fast-fw:before {
    content: '\e856'
}

.icon-fast-backward:before {
    content: '\23ea'
}

.icon-fast-bw:before {
    content: '\e857'
}

.icon-to-end:before {
    content: '\23ed'
}

.icon-to-end-1:before {
    content: '\e852'
}

.icon-to-start:before {
    content: '\23ee'
}

.icon-to-start-1:before {
    content: '\e854'
}

.icon-hourglass:before {
    content: '\23f3'
}

.icon-stop:before {
    content: '\25a0'
}

.icon-stop-1:before {
    content: '\25aa'
}

.icon-up-dir:before {
    content: '\25b4'
}

.icon-up-dir-1:before {
    content: '\e841'
}

.icon-play:before {
    content: '\25b6'
}

.icon-play-1:before {
    content: '\e84f'
}

.icon-right-dir:before {
    content: '\25b8'
}

.icon-right-dir-1:before {
    content: '\e84d'
}

.icon-down-dir:before {
    content: '\25be'
}

.icon-down-dir-1:before {
    content: '\e840'
}

.icon-left-dir:before {
    content: '\25c2'
}

.icon-left-dir-1:before {
    content: '\e842'
}

.icon-adjust:before {
    content: '\25d1'
}

.icon-cloud:before {
    content: '\2601'
}

.icon-cloud-1:before {
    content: '\e85c'
}

.icon-umbrella:before {
    content: '\2602'
}

.icon-star:before {
    content: '\2605'
}

.icon-star-1:before {
    content: '\e805'
}

.icon-star-empty:before {
    content: '\2606'
}

.icon-star-empty-1:before {
    content: '\e806'
}

.icon-check-1:before {
    content: '\2611'
}

.icon-cup:before {
    content: '\2615'
}

.icon-left-hand:before {
    content: '\261c'
}

.icon-up-hand:before {
    content: '\261d'
}

.icon-right-hand:before {
    content: '\261e'
}

.icon-down-hand:before {
    content: '\261f'
}

.icon-menu:before {
    content: '\2630'
}

.icon-th-list:before {
    content: '\e81b'
}

.icon-moon:before {
    content: '\263d'
}

.icon-heart-empty:before {
    content: '\2661'
}

.icon-heart-empty-1:before {
    content: '\e804'
}

.icon-heart:before {
    content: '\2665'
}

.icon-heart-1:before {
    content: '\e803'
}

.icon-note:before {
    content: '\266a'
}

.icon-note-beamed:before {
    content: '\266b'
}

.icon-music-1:before {
    content: '\e800'
}

.icon-th:before {
    content: '\268f'
}

.icon-layout:before {
    content: '\e80c'
}

.icon-flag:before {
    content: '\2691'
}

.icon-flag-1:before {
    content: '\e81f'
}

.icon-tools:before {
    content: '\2692'
}

.icon-cog:before {
    content: '\2699'
}

.icon-cog-1:before {
    content: '\e82e'
}

.icon-attention:before {
    content: '\26a0'
}

.icon-attention-1:before {
    content: '\e834'
}

.icon-flash:before {
    content: '\26a1'
}

.icon-flash-1:before {
    content: '\e85d'
}

.icon-record:before {
    content: '\26ab'
}

.icon-cloud-thunder:before {
    content: '\26c8'
}

.icon-cog-alt:before {
    content: '\26ef'
}

.icon-scissors:before {
    content: '\2702'
}

.icon-tape:before {
    content: '\2707'
}

.icon-flight:before {
    content: '\2708'
}

.icon-flight-1:before {
    content: '\e86f'
}

.icon-mail:before {
    content: '\2709'
}

.icon-mail-1:before {
    content: '\e802'
}

.icon-edit:before {
    content: '\270d'
}

.icon-pencil:before {
    content: '\270e'
}

.icon-pencil-1:before {
    content: '\e826'
}

.icon-feather:before {
    content: '\2712'
}

.icon-check:before {
    content: '\2713'
}

.icon-ok:before {
    content: '\e81a'
}

.icon-ok-circle:before {
    content: '\2714'
}

.icon-cancel:before {
    content: '\2715'
}

.icon-cancel-1:before {
    content: '\e819'
}

.icon-cancel-circled:before {
    content: '\2716'
}

.icon-cancel-circle:before {
    content: '\e818'
}

.icon-asterisk:before {
    content: '\2731'
}

.icon-cancel-squared:before {
    content: '\274e'
}

.icon-help:before {
    content: '\2753'
}

.icon-attention-circle:before {
    content: '\2757'
}

.icon-quote:before {
    content: '\275e'
}

.icon-plus-circled:before {
    content: '\2795'
}

.icon-plus-circle:before {
    content: '\e815'
}

.icon-minus-circled:before {
    content: '\2796'
}

.icon-minus-circle:before {
    content: '\e814'
}

.icon-right:before {
    content: '\27a1'
}

.icon-direction:before {
    content: '\27a2'
}

.icon-forward:before {
    content: '\27a6'
}

.icon-forward-1:before {
    content: '\e824'
}

.icon-ccw:before {
    content: '\27f2'
}

.icon-cw:before {
    content: '\27f3'
}

.icon-cw-1:before {
    content: '\e844'
}

.icon-left:before {
    content: '\2b05'
}

.icon-up:before {
    content: '\2b06'
}

.icon-down:before {
    content: '\2b07'
}

.icon-resize-vertical:before {
    content: '\2b0c'
}

.icon-resize-horizontal:before {
    content: '\2b0d'
}

.icon-eject:before {
    content: '\2ecf'
}

.icon-list-add:before {
    content: '\e003'
}

.icon-list:before {
    content: '\e005'
}

.icon-left-bold:before {
    content: '\e4ad'
}

.icon-right-bold:before {
    content: '\e4ae'
}

.icon-up-bold:before {
    content: '\e4af'
}

.icon-down-bold:before {
    content: '\e4b0'
}

.icon-user-add:before {
    content: '\e700'
}

.icon-star-half:before {
    content: '\e701'
}

.icon-ok-circle2:before {
    content: '\e702'
}

.icon-cancel-circle2:before {
    content: '\e703'
}

.icon-help-circled:before {
    content: '\e704'
}

.icon-help-circle:before {
    content: '\e813'
}

.icon-info-circled:before {
    content: '\e705'
}

.icon-info-circle:before {
    content: '\e812'
}

.icon-th-large:before {
    content: '\e708'
}

.icon-eye:before {
    content: '\e70a'
}

.icon-eye-1:before {
    content: '\e81c'
}

.icon-eye-off:before {
    content: '\e70b'
}

.icon-tag:before {
    content: '\e70c'
}

.icon-tag-1:before {
    content: '\e81d'
}

.icon-tags:before {
    content: '\e70d'
}

.icon-camera-alt:before {
    content: '\e70f'
}

.icon-upload-cloud:before {
    content: '\e711'
}

.icon-reply:before {
    content: '\e712'
}

.icon-reply-all:before {
    content: '\e713'
}

.icon-code:before {
    content: '\e714'
}

.icon-export:before {
    content: '\e715'
}

.icon-export-1:before {
    content: '\e825'
}

.icon-print:before {
    content: '\e716'
}

.icon-print-1:before {
    content: '\e827'
}

.icon-retweet:before {
    content: '\e717'
}

.icon-retweet-1:before {
    content: '\e828'
}

.icon-comment:before {
    content: '\e718'
}

.icon-comment-1:before {
    content: '\e829'
}

.icon-chat:before {
    content: '\e720'
}

.icon-chat-1:before {
    content: '\e82a'
}

.icon-vcard:before {
    content: '\e722'
}

.icon-address:before {
    content: '\e723'
}

.icon-location:before {
    content: '\e724'
}

.icon-location-1:before {
    content: '\e833'
}

.icon-map:before {
    content: '\e727'
}

.icon-compass:before {
    content: '\e728'
}

.icon-trash:before {
    content: '\e729'
}

.icon-trash-1:before {
    content: '\e832'
}

.icon-doc:before {
    content: '\e730'
}

.icon-doc-text-inv:before {
    content: '\e731'
}

.icon-docs:before {
    content: '\e736'
}

.icon-doc-landscape:before {
    content: '\e737'
}

.icon-archive:before {
    content: '\e738'
}

.icon-rss:before {
    content: '\e73a'
}

.icon-share:before {
    content: '\e73c'
}

.icon-basket:before {
    content: '\e73d'
}

.icon-basket-1:before {
    content: '\e82d'
}

.icon-shareable:before {
    content: '\e73e'
}

.icon-login:before {
    content: '\e740'
}

.icon-login-1:before {
    content: '\e82b'
}

.icon-logout:before {
    content: '\e741'
}

.icon-logout-1:before {
    content: '\e836'
}

.icon-volume:before {
    content: '\e742'
}

.icon-resize-full:before {
    content: '\e744'
}

.icon-resize-full-1:before {
    content: '\e83b'
}

.icon-resize-small:before {
    content: '\e746'
}

.icon-resize-small-1:before {
    content: '\e83c'
}

.icon-popup:before {
    content: '\e74c'
}

.icon-publish:before {
    content: '\e74d'
}

.icon-window:before {
    content: '\e74e'
}

.icon-arrow-combo:before {
    content: '\e74f'
}

.icon-zoom-in:before {
    content: '\e750'
}

.icon-chart-pie:before {
    content: '\e751'
}

.icon-zoom-out:before {
    content: '\e83d'
}

.icon-language:before {
    content: '\e752'
}

.icon-air:before {
    content: '\e753'
}

.icon-database:before {
    content: '\e754'
}

.icon-drive:before {
    content: '\e755'
}

.icon-bucket:before {
    content: '\e756'
}

.icon-thermometer:before {
    content: '\e757'
}

.icon-down-circled:before {
    content: '\e758'
}

.icon-down-circle2:before {
    content: '\e83e'
}

.icon-left-circled:before {
    content: '\e759'
}

.icon-right-circled:before {
    content: '\e75a'
}

.icon-up-circled:before {
    content: '\e75b'
}

.icon-up-circle2:before {
    content: '\e83f'
}

.icon-down-open:before {
    content: '\e75c'
}

.icon-down-open-1:before {
    content: '\e84c'
}

.icon-left-open:before {
    content: '\e75d'
}

.icon-left-open-1:before {
    content: '\e84b'
}

.icon-right-open:before {
    content: '\e75e'
}

.icon-right-open-1:before {
    content: '\e84a'
}

.icon-up-open:before {
    content: '\e75f'
}

.icon-up-open-1:before {
    content: '\e849'
}

.icon-down-open-mini:before {
    content: '\e760'
}

.icon-arrows-cw:before {
    content: '\e843'
}

.icon-left-open-mini:before {
    content: '\e761'
}

.icon-play-circle2:before {
    content: '\e850'
}

.icon-right-open-mini:before {
    content: '\e762'
}

.icon-to-end-alt:before {
    content: '\e853'
}

.icon-up-open-mini:before {
    content: '\e763'
}

.icon-to-start-alt:before {
    content: '\e855'
}

.icon-down-open-big:before {
    content: '\e764'
}

.icon-left-open-big:before {
    content: '\e765'
}

.icon-right-open-big:before {
    content: '\e766'
}

.icon-up-open-big:before {
    content: '\e767'
}

.icon-progress-0:before {
    content: '\e768'
}

.icon-progress-1:before {
    content: '\e769'
}

.icon-progress-2:before {
    content: '\e76a'
}

.icon-progress-3:before {
    content: '\e76b'
}

.icon-back-in-time:before {
    content: '\e771'
}

.icon-network:before {
    content: '\e776'
}

.icon-inbox:before {
    content: '\e777'
}

.icon-inbox-1:before {
    content: '\e85a'
}

.icon-install:before {
    content: '\e778'
}

.icon-font:before {
    content: '\e779'
}

.icon-bold:before {
    content: '\e77a'
}

.icon-italic:before {
    content: '\e77b'
}

.icon-text-height:before {
    content: '\e77c'
}

.icon-text-width:before {
    content: '\e77d'
}

.icon-align-left:before {
    content: '\e77e'
}

.icon-align-center:before {
    content: '\e77f'
}

.icon-align-right:before {
    content: '\e780'
}

.icon-align-justify:before {
    content: '\e781'
}

.icon-list-1:before {
    content: '\e782'
}

.icon-indent-left:before {
    content: '\e783'
}

.icon-indent-right:before {
    content: '\e784'
}

.icon-lifebuoy:before {
    content: '\e788'
}

.icon-mouse:before {
    content: '\e789'
}

.icon-dot:before {
    content: '\e78b'
}

.icon-dot-2:before {
    content: '\e78c'
}

.icon-dot-3:before {
    content: '\e78d'
}

.icon-suitcase:before {
    content: '\e78e'
}

.icon-off:before {
    content: '\e86a'
}

.icon-road:before {
    content: '\e78f'
}

.icon-flow-cascade:before {
    content: '\e790'
}

.icon-list-alt:before {
    content: '\e869'
}

.icon-flow-branch:before {
    content: '\e791'
}

.icon-qrcode:before {
    content: '\e868'
}

.icon-flow-tree:before {
    content: '\e792'
}

.icon-barcode:before {
    content: '\e867'
}

.icon-flow-line:before {
    content: '\e793'
}

.icon-ajust:before {
    content: '\e865'
}

.icon-flow-parallel:before {
    content: '\e794'
}

.icon-tint:before {
    content: '\e864'
}

.icon-brush:before {
    content: '\e79a'
}

.icon-paper-plane:before {
    content: '\e79b'
}

.icon-magnet:before {
    content: '\e7a1'
}

.icon-magnet-1:before {
    content: '\e863'
}

.icon-gauge:before {
    content: '\e7a2'
}

.icon-traffic-cone:before {
    content: '\e7a3'
}

.icon-cc:before {
    content: '\e7a5'
}

.icon-cc-by:before {
    content: '\e7a6'
}

.icon-cc-nc:before {
    content: '\e7a7'
}

.icon-cc-nc-eu:before {
    content: '\e7a8'
}

.icon-cc-nc-jp:before {
    content: '\e7a9'
}

.icon-cc-sa:before {
    content: '\e7aa'
}

.icon-cc-nd:before {
    content: '\e7ab'
}

.icon-cc-pd:before {
    content: '\e7ac'
}

.icon-cc-zero:before {
    content: '\e7ad'
}

.icon-cc-share:before {
    content: '\e7ae'
}

.icon-cc-remix:before {
    content: '\e7af'
}

.icon-move:before {
    content: '\f047'
}

.icon-link-ext:before {
    content: '\f08e'
}

.icon-check-empty:before {
    content: '\f096'
}

.icon-bookmark-empty:before {
    content: '\f097'
}

.icon-phone-squared:before {
    content: '\f098'
}

.icon-twitter:before {
    content: '\f099'
}

.icon-facebook:before {
    content: '\f09a'
}

.icon-github:before {
    content: '\f09b'
}

.icon-rss-1:before {
    content: '\f09e'
}

.icon-hdd:before {
    content: '\f0a0'
}

.icon-certificate:before {
    content: '\f0a3'
}

.icon-left-circled-1:before {
    content: '\f0a8'
}

.icon-right-circled-1:before {
    content: '\f0a9'
}

.icon-up-circled-1:before {
    content: '\f0aa'
}

.icon-down-circled-1:before {
    content: '\f0ab'
}

.icon-tasks:before {
    content: '\f0ae'
}

.icon-filter:before {
    content: '\f0b0'
}

.icon-resize-full-alt:before {
    content: '\f0b2'
}

.icon-beaker:before {
    content: '\f0c3'
}

.icon-docs-1:before {
    content: '\f0c5'
}

.icon-blank:before {
    content: '\f0c8'
}

.icon-menu-1:before {
    content: '\f0c9'
}

.icon-list-bullet:before {
    content: '\f0ca'
}

.icon-list-numbered:before {
    content: '\f0cb'
}

.icon-strike:before {
    content: '\f0cc'
}

.icon-underline:before {
    content: '\f0cd'
}

.icon-table:before {
    content: '\f0ce'
}

.icon-magic:before {
    content: '\f0d0'
}

.icon-pinterest-circled-1:before {
    content: '\f0d2'
}

.icon-pinterest-squared:before {
    content: '\f0d3'
}

.icon-gplus-squared:before {
    content: '\f0d4'
}

.icon-gplus:before {
    content: '\f0d5'
}

.icon-money:before {
    content: '\f0d6'
}

.icon-columns:before {
    content: '\f0db'
}

.icon-sort:before {
    content: '\f0dc'
}

.icon-sort-down:before {
    content: '\f0dd'
}

.icon-sort-up:before {
    content: '\f0de'
}

.icon-mail-alt:before {
    content: '\f0e0'
}

.icon-linkedin:before {
    content: '\f0e1'
}

.icon-gauge-1:before {
    content: '\f0e4'
}

.icon-comment-empty:before {
    content: '\f0e5'
}

.icon-chat-empty:before {
    content: '\f0e6'
}

.icon-sitemap:before {
    content: '\f0e8'
}

.icon-paste:before {
    content: '\f0ea'
}

.icon-user-md:before {
    content: '\f200'
}

.icon-s-github:before {
    content: '\f300'
}

.icon-github-squared:before {
    content: '\e862'
}

.icon-github-circled:before {
    content: '\f301'
}

.icon-s-flickr:before {
    content: '\f303'
}

.icon-twitter-squared:before {
    content: '\e85f'
}

.icon-s-vimeo:before {
    content: '\f306'
}

.icon-vimeo-circled:before {
    content: '\f307'
}

.icon-facebook-squared-1:before {
    content: '\f308'
}

.icon-s-twitter:before {
    content: '\f309'
}

.icon-twitter-circled:before {
    content: '\f30a'
}

.icon-s-facebook:before {
    content: '\f30c'
}

.icon-linkedin-squared:before {
    content: '\e870'
}

.icon-facebook-circled:before {
    content: '\f30d'
}

.icon-s-gplus:before {
    content: '\f30f'
}

.icon-gplus-circled:before {
    content: '\f310'
}

.icon-s-pinterest:before {
    content: '\f312'
}

.icon-pinterest-circled:before {
    content: '\f313'
}

.icon-s-tumblr:before {
    content: '\f315'
}

.icon-tumblr-circled:before {
    content: '\f316'
}

.icon-s-linkedin:before {
    content: '\f318'
}

.icon-linkedin-circled:before {
    content: '\f319'
}

.icon-s-dribbble:before {
    content: '\f31b'
}

.icon-dribbble-circled:before {
    content: '\f31c'
}

.icon-s-stumbleupon:before {
    content: '\f31e'
}

.icon-stumbleupon-circled:before {
    content: '\f31f'
}

.icon-s-lastfm:before {
    content: '\f321'
}

.icon-lastfm-circled:before {
    content: '\f322'
}

.icon-rdio:before {
    content: '\f324'
}

.icon-rdio-circled:before {
    content: '\f325'
}

.icon-spotify:before {
    content: '\f327'
}

.icon-s-spotify-circled:before {
    content: '\f328'
}

.icon-qq:before {
    content: '\f32a'
}

.icon-s-instagrem:before {
    content: '\f32d'
}

.icon-dropbox:before {
    content: '\f330'
}

.icon-s-evernote:before {
    content: '\f333'
}

.icon-flattr:before {
    content: '\f336'
}

.icon-s-skype:before {
    content: '\f339'
}

.icon-skype-circled:before {
    content: '\f33a'
}

.icon-renren:before {
    content: '\f33c'
}

.icon-sina-weibo:before {
    content: '\f33f'
}

.icon-s-paypal:before {
    content: '\f342'
}

.icon-s-picasa:before {
    content: '\f345'
}

.icon-s-soundcloud:before {
    content: '\f348'
}

.icon-s-behance:before {
    content: '\f34e'
}

.icon-google-circles:before {
    content: '\f351'
}

.icon-vkontakte:before {
    content: '\f354'
}

.icon-smashing:before {
    content: '\f357'
}

.icon-db-shape:before {
    content: '\f600'
}

.icon-sweden:before {
    content: '\f601'
}

.icon-logo-db:before {
    content: '\f603'
}

.icon-picture:before {
    content: '\f304'
}

.icon-picture-1:before {
    content: '\e80a'
}

.icon-globe:before {
    content: '\f30e'
}

.icon-globe-1:before {
    content: '\e85b'
}

.icon-leaf-1:before {
    content: '\e86d'
}

.icon-lemon:before {
    content: '\f34b'
}

.icon-glass:before {
    content: '\f378'
}

.icon-gift:before {
    content: '\f381'
}

.icon-graduation-cap:before {
    content: '\f393'
}

.icon-mic:before {
    content: '\f3a4'
}

.icon-videocam:before {
    content: '\f3a5'
}

.icon-headphones:before {
    content: '\f3a7'
}

.icon-palette:before {
    content: '\f3a8'
}

.icon-ticket:before {
    content: '\f3ab'
}

.icon-video:before {
    content: '\f3ac'
}

.icon-video-1:before {
    content: '\e809'
}

.icon-target:before {
    content: '\f3af'
}

.icon-target-1:before {
    content: '\e858'
}

.icon-music:before {
    content: '\f3b5'
}

.icon-trophy:before {
    content: '\f3c6'
}

.icon-award:before {
    content: '\f3c9'
}

.icon-thumbs-up:before {
    content: '\f44d'
}

.icon-thumbs-up-1:before {
    content: '\e820'
}

.icon-thumbs-down:before {
    content: '\f44e'
}

.icon-thumbs-down-1:before {
    content: '\e821'
}

.icon-bag:before {
    content: '\f45c'
}

.icon-user:before {
    content: '\f464'
}

.icon-user-1:before {
    content: '\e807'
}

.icon-users:before {
    content: '\f465'
}

.icon-users-1:before {
    content: '\e808'
}

.icon-lamp:before {
    content: '\f4a1'
}

.icon-alert:before {
    content: '\f4a5'
}

.icon-water:before {
    content: '\f4a6'
}

.icon-droplet:before {
    content: '\f4a7'
}

.icon-credit-card:before {
    content: '\f4b3'
}

.icon-credit-card-1:before {
    content: '\e860'
}

.icon-monitor:before {
    content: '\f4bb'
}

.icon-briefcase:before {
    content: '\f4bc'
}

.icon-briefcase-1:before {
    content: '\e86c'
}

.icon-floppy:before {
    content: '\f4be'
}

.icon-floppy-1:before {
    content: '\e85e'
}

.icon-cd:before {
    content: '\f4bf'
}

.icon-folder:before {
    content: '\f4c1'
}

.icon-folder-1:before {
    content: '\e830'
}

.icon-folder-open:before {
    content: '\f4c2'
}

.icon-doc-text:before {
    content: '\f4c4'
}

.icon-doc-1:before {
    content: '\e831'
}

.icon-calendar:before {
    content: '\f4c5'
}

.icon-calendar-1:before {
    content: '\e82c'
}

.icon-chart-line:before {
    content: '\f4c8'
}

.icon-chart-bar:before {
    content: '\f4ca'
}

.icon-chart-bar-1:before {
    content: '\e861'
}

.icon-clipboard:before {
    content: '\f4cb'
}

.icon-pin:before {
    content: '\f4cc'
}

.icon-attach:before {
    content: '\f4ce'
}

.icon-attach-1:before {
    content: '\e80f'
}

.icon-bookmarks:before {
    content: '\f4d1'
}

.icon-book:before {
    content: '\f4d5'
}

.icon-book-1:before {
    content: '\e866'
}

.icon-book-open:before {
    content: '\f4d6'
}

.icon-phone:before {
    content: '\f4de'
}

.icon-phone-1:before {
    content: '\e82f'
}

.icon-megaphone:before {
    content: '\f4e3'
}

.icon-megaphone-1:before {
    content: '\e86e'
}

.icon-upload:before {
    content: '\f4e4'
}

.icon-upload-1:before {
    content: '\e823'
}

.icon-download:before {
    content: '\f4e5'
}

.icon-download-1:before {
    content: '\e822'
}

.icon-box:before {
    content: '\f4e6'
}

.icon-newspaper:before {
    content: '\f4f0'
}

.icon-mobile:before {
    content: '\f4f1'
}

.icon-signal:before {
    content: '\f4f6'
}

.icon-signal-1:before {
    content: '\e859'
}

.icon-camera:before {
    content: '\f4f7'
}

.icon-camera-1:before {
    content: '\e80b'
}

.icon-shuffle:before {
    content: '\f500'
}

.icon-shuffle-1:before {
    content: '\e84e'
}

.icon-loop:before {
    content: '\f501'
}

.icon-arrows-ccw:before {
    content: '\f504'
}

.icon-light-down:before {
    content: '\f505'
}

.icon-light-up:before {
    content: '\f506'
}

.icon-mute:before {
    content: '\f507'
}

.icon-volume-off:before {
    content: '\e837'
}

.icon-volume-down:before {
    content: '\f509'
}

.icon-sound:before {
    content: '\f50a'
}

.icon-volume-up:before {
    content: '\e838'
}

.icon-battery:before {
    content: '\f50b'
}

.icon-search:before {
    content: '\f50d'
}

.icon-search-1:before {
    content: '\e801'
}

.icon-key:before {
    content: '\f511'
}

.icon-key-1:before {
    content: '\e86b'
}

.icon-lock:before {
    content: '\f512'
}

.icon-lock-1:before {
    content: '\e80e'
}

.icon-lock-open:before {
    content: '\f513'
}

.icon-lock-open-1:before {
    content: '\e80d'
}

.icon-bell:before {
    content: '\f514'
}

.icon-bell-1:before {
    content: '\e835'
}

.icon-bookmark:before {
    content: '\f516'
}

.icon-bookmark-1:before {
    content: '\e81e'
}

.icon-link:before {
    content: '\f517'
}

.icon-link-1:before {
    content: '\e810'
}

.icon-back:before {
    content: '\f519'
}

.icon-fire:before {
    content: '\f525'
}

.icon-flashlight:before {
    content: '\f526'
}

.icon-wrench:before {
    content: '\f527'
}

.icon-hammer:before {
    content: '\f528'
}

.icon-chart-area:before {
    content: '\f53e'
}

.icon-clock:before {
    content: '\f554'
}

.icon-clock-1:before {
    content: '\e839'
}

.icon-rocket:before {
    content: '\f680'
}

.icon-truck:before {
    content: '\f69a'
}

.icon-block:before {
    content: '\f6ab'
}

.icon-block-1:before {
    content: '\e83a'
}

.social-icons li i {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 18px;
    font-size: 16px;
    width: auto
}

.social-icons-footer li:last-child i {
    margin-right: 0
}

.icon-twitter {
    font-size: 18px
}

.icon-rss:before {
    font-family: fontello;
    content: '\e73a'
}

.icon-delicious:before {
    content: '\23'
}

.icon-500px:before {
    content: '\30'
}

.icon-grooveshark:before {
    content: '\38'
}

.icon-forrst:before {
    content: '\3a'
}

.icon-digg:before {
    content: '\3b'
}

.icon-blogger:before {
    content: '\42'
}

.icon-klout:before {
    content: '\4b'
}

.icon-dropbox:before {
    content: '\64'
}

.icon-ebay:before {
    content: '\65'
}

.icon-github-1:before {
    content: '\67'
}

.icon-songkick:before {
    content: '\6b'
}

.icon-posterous:before {
    content: '\7e'
}

.icon-appnet:before {
    content: '\e1'
}

.icon-github:before {
    content: '\f300'
}

.icon-flickr:before {
    content: '\f303'
}

.icon-vimeo:before {
    content: '\f306'
}

.icon-twitter:before {
    content: '\f309'
}

.icon-facebook:before {
    content: '\f30c'
}

.icon-gplus:before {
    content: '\f30f'
}

.icon-pinterest:before {
    content: '\f312'
}

.icon-youtube:before {
    content: '\f313'
}

.icon-tumblr:before {
    content: '\f315'
}

.icon-linkedin:before {
    content: '\f318'
}

.icon-dribbble:before {
    content: '\f31b'
}

.icon-stumbleupon:before {
    content: '\f31e'
}

.icon-lastfm:before {
    content: '\f321'
}

.icon-spotify:before {
    content: '\f328'
}

.icon-instagram:before {
    content: '\f32d'
}

.icon-evernote:before {
    content: '\f333'
}

.icon-skype:before {
    content: '\f339'
}

.icon-paypal:before {
    content: '\f342'
}

.icon-picasa:before {
    content: '\f345'
}

.icon-soundcloud:before {
    content: '\f348'
}

.icon-behance:before {
    content: '\f34e'
}

.icon-circle-empty:before {
    content: '\e800'
}

@charset "UTF-8";
@font-face {
    font-family: piconsthin;
    src: url(fonts/picons/piconsthin.eot);
    src: url(fonts/picons/piconsthin.eot@#iefix) format("embedded-opentype"), url(fonts/picons/piconsthin.woff) format("woff"), url(fonts/picons/piconsthin.ttf) format("truetype"), url(fonts/picons/piconsthin.svg#piconsthin) format("svg");
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    font-family: piconsthin!important;
    content: attr(data-icon);
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-picons-"]:before,
[class^=icon-picons-]:before {
    font-family: piconsthin!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-picons-abacus:before {
    content: "a"
}

.icon-picons-add:before {
    content: "b"
}

.icon-picons-airplay:before {
    content: "c"
}

.icon-picons-alert:before {
    content: "d"
}

.icon-picons-alert-2:before {
    content: "e"
}

.icon-picons-alert-error:before {
    content: "f"
}

.icon-picons-alert-error-2:before {
    content: "g"
}

.icon-picons-anchor:before {
    content: "h"
}

.icon-picons-animal-foot:before {
    content: "i"
}

.icon-picons-answer:before {
    content: "j"
}

.icon-picons-archive:before {
    content: "k"
}

.icon-picons-arrow-left:before {
    content: "l"
}

.icon-picons-arrow-right:before {
    content: "m"
}

.icon-picons-arrows:before {
    content: "n"
}

.icon-picons-arrows-2:before {
    content: "o"
}

.icon-picons-arrows-3:before {
    content: "p"
}

.icon-picons-arrows-4:before {
    content: "q"
}

.icon-picons-arrows-5:before {
    content: "r"
}

.icon-picons-article:before {
    content: "s"
}

.icon-picons-attachment:before {
    content: "t"
}

.icon-picons-award:before {
    content: "u"
}

.icon-picons-backup:before {
    content: "v"
}

.icon-picons-badge:before {
    content: "w"
}

.icon-picons-badge-2:before {
    content: "x"
}

.icon-picons-bag:before {
    content: "y"
}

.icon-picons-bag-2:before {
    content: "z"
}

.icon-picons-ball:before {
    content: "A"
}

.icon-picons-bandage:before {
    content: "B"
}

.icon-picons-basket:before {
    content: "C"
}

.icon-picons-basket-2:before {
    content: "D"
}

.icon-picons-battery:before {
    content: "E"
}

.icon-picons-battery-2:before {
    content: "F"
}

.icon-picons-battery-3:before {
    content: "G"
}

.icon-picons-battery-4:before {
    content: "H"
}

.icon-picons-battery-5:before {
    content: "I"
}

.icon-picons-battery-6:before {
    content: "J"
}

.icon-picons-bicycle:before {
    content: "K"
}

.icon-picons-bicycle-chain:before {
    content: "L"
}

.icon-picons-bill:before {
    content: "M"
}

.icon-picons-binary:before {
    content: "N"
}

.icon-picons-bomb:before {
    content: "O"
}

.icon-picons-book:before {
    content: "P"
}

.icon-picons-book-shelf:before {
    content: "Q"
}

.icon-picons-book-shelf-2:before {
    content: "R"
}

.icon-picons-bookmark:before {
    content: "S"
}

.icon-picons-bookmark-2:before {
    content: "T"
}

.icon-picons-bowling:before {
    content: "U"
}

.icon-picons-box:before {
    content: "V"
}

.icon-picons-box-archive:before {
    content: "W"
}

.icon-picons-box-export:before {
    content: "X"
}

.icon-picons-box-import:before {
    content: "Y"
}

.icon-picons-brain:before {
    content: "Z"
}

.icon-picons-brain-2:before {
    content: "0"
}

.icon-picons-broken-heart:before {
    content: "1"
}

.icon-picons-brush:before {
    content: "2"
}

.icon-picons-brush-2:before {
    content: "3"
}

.icon-picons-bubble-cloud:before {
    content: "4"
}

.icon-picons-bubble-cloud-2:before {
    content: "5"
}

.icon-picons-bubble-comment:before {
    content: "6"
}

.icon-picons-bug:before {
    content: "7"
}

.icon-picons-building:before {
    content: "8"
}

.icon-picons-building-2:before {
    content: "9"
}

.icon-picons-bulb:before {
    content: "!"
}

.icon-picons-bulb-2:before {
    content: "\""
}

.icon-picons-bulb-3:before {
    content: "#"
}

.icon-picons-bus:before {
    content: "$"
}

.icon-picons-business-man:before {
    content: "%"
}

.icon-picons-calculator:before {
    content: "&"
}

.icon-picons-calculator-2:before {
    content: "'"
}

.icon-picons-calendar:before {
    content: "("
}

.icon-picons-calendar-2:before {
    content: ")"
}

.icon-picons-candle:before {
    content: "*"
}

.icon-picons-car:before {
    content: "+"
}

.icon-picons-car-steering:before {
    content: ","
}

.icon-picons-cards:before {
    content: "-"
}

.icon-picons-cart:before {
    content: "."
}

.icon-picons-cart-2:before {
    content: "/"
}

.icon-picons-cart-3:before {
    content: ":"
}

.icon-picons-casette:before {
    content: ";"
}

.icon-picons-cd:before {
    content: "<"
}

.icon-picons-chain:before {
    content: "="
}

.icon-picons-chart:before {
    content: ">"
}

.icon-picons-chart-2:before {
    content: "?"
}

.icon-picons-chart-3:before {
    content: "@"
}

.icon-picons-chart-4:before {
    content: "["
}

.icon-picons-chart-5:before {
    content: "]"
}

.icon-picons-chart-6:before {
    content: "^"
}

.icon-picons-chart-7:before {
    content: "_"
}

.icon-picons-chart-8:before {
    content: "`"
}

.icon-picons-chart-9:before {
    content:"{"
}

.icon-picons-chat:before {
    content: "|"
}

.icon-picons-check:before {
    content: "}"
}

.icon-picons-checked:before {
    content: "~"
}

.icon-picons-checked-2:before {
    content: "\e196"
}

.icon-picons-clock:before {
    content: "\e000"
}

.icon-picons-clock3:before {
    content: "\e001"
}

.icon-picons-clock-2:before {
    content: "\e002"
}

.icon-picons-close:before {
    content: "\e003"
}

.icon-picons-closed-store:before {
    content: "\e004"
}

.icon-picons-cloud:before {
    content: "\e005"
}

.icon-picons-cloud-backup:before {
    content: "\e006"
}

.icon-picons-cloud-error:before {
    content: "\e007"
}

.icon-picons-cloud-rain:before {
    content: "\e008"
}

.icon-picons-cloud-synce:before {
    content: "\e009"
}

.icon-picons-cocktail:before {
    content: "\e00a"
}

.icon-picons-coffee:before {
    content: "\e00b"
}

.icon-picons-coins:before {
    content: "\e00c"
}

.icon-picons-color:before {
    content: "\e00d"
}

.icon-picons-comment:before {
    content: "\e00e"
}

.icon-picons-comment-2:before {
    content: "\e00f"
}

.icon-picons-compass:before {
    content: "\e010"
}

.icon-picons-compose:before {
    content: "\e011"
}

.icon-picons-computer:before {
    content: "\e012"
}

.icon-picons-computer-2:before {
    content: "\e013"
}

.icon-picons-cone:before {
    content: "\e014"
}

.icon-picons-configuration:before {
    content: "\e015"
}

.icon-picons-configuration-2:before {
    content: "\e016"
}

.icon-picons-contract:before {
    content: "\e017"
}

.icon-picons-cooking:before {
    content: "\e018"
}

.icon-picons-couch:before {
    content: "\e019"
}

.icon-picons-cpu:before {
    content: "\e01a"
}

.icon-picons-credit-card:before {
    content: "\e01b"
}

.icon-picons-crop:before {
    content: "\e01c"
}

.icon-picons-crown:before {
    content: "\e01d"
}

.icon-picons-cv:before {
    content: "\e01e"
}

.icon-picons-cv3:before {
    content: "\e01f"
}

.icon-picons-cv-2:before {
    content: "\e020"
}

.icon-picons-dangerous:before {
    content: "\e021"
}

.icon-picons-database:before {
    content: "\e022"
}

.icon-picons-database-2:before {
    content: "\e023"
}

.icon-picons-database-3:before {
    content: "\e024"
}

.icon-picons-date:before {
    content: "\e025"
}

.icon-picons-date-2:before {
    content: "\e026"
}

.icon-picons-decoration:before {
    content: "\e027"
}

.icon-picons-delivery:before {
    content: "\e028"
}

.icon-picons-desktop:before {
    content: "\e029"
}

.icon-picons-desktop-cloud:before {
    content: "\e02a"
}

.icon-picons-desktop-preferences:before {
    content: "\e02b"
}

.icon-picons-desktop-security:before {
    content: "\e02c"
}

.icon-picons-desktop-users:before {
    content: "\e02d"
}

.icon-picons-diagram:before {
    content: "\e02e"
}

.icon-picons-diagram-2:before {
    content: "\e02f"
}

.icon-picons-diamond:before {
    content: "\e030"
}

.icon-picons-directions:before {
    content: "\e031"
}

.icon-picons-directions-2:before {
    content: "\e032"
}

.icon-picons-disc:before {
    content: "\e033"
}

.icon-picons-discount:before {
    content: "\e034"
}

.icon-picons-doc:before {
    content: "\e035"
}

.icon-picons-dock:before {
    content: "\e036"
}

.icon-picons-document:before {
    content: "\e037"
}

.icon-picons-document-settings:before {
    content: "\e038"
}

.icon-picons-documents-box:before {
    content: "\e039"
}

.icon-picons-dollar:before {
    content: "\e03a"
}

.icon-picons-dollar-2:before {
    content: "\e03b"
}

.icon-picons-dollars-euro:before {
    content: "\e03c"
}

.icon-picons-dont-touch:before {
    content: "\e03d"
}

.icon-picons-dont-touch-2:before {
    content: "\e03e"
}

.icon-picons-download:before {
    content: "\e03f"
}

.icon-picons-download-2:before {
    content: "\e040"
}

.icon-picons-download-3:before {
    content: "\e041"
}

.icon-picons-download-cloud:before {
    content: "\e042"
}

.icon-picons-download-drive:before {
    content: "\e043"
}

.icon-picons-drawing:before {
    content: "\e044"
}

.icon-picons-drink:before {
    content: "\e045"
}

.icon-picons-drop:before {
    content: "\e046"
}

.icon-picons-dropdown:before {
    content: "\e047"
}

.icon-picons-drums:before {
    content: "\e048"
}

.icon-picons-earth:before {
    content: "\e049"
}

.icon-picons-education:before {
    content: "\e04a"
}

.icon-picons-envelope:before {
    content: "\e04b"
}

.icon-picons-error:before {
    content: "\e04c"
}

.icon-picons-euro:before {
    content: "\e04d"
}

.icon-picons-export:before {
    content: "\e04e"
}

.icon-picons-eye:before {
    content: "\e04f"
}

.icon-picons-eye-dropper:before {
    content: "\e050"
}

.icon-picons-factory:before {
    content: "\e051"
}

.icon-picons-favorite:before {
    content: "\e052"
}

.icon-picons-feather:before {
    content: "\e053"
}

.icon-picons-file:before {
    content: "\e054"
}

.icon-picons-file-photo:before {
    content: "\e055"
}

.icon-picons-find:before {
    content: "\e056"
}

.icon-picons-fingerprint:before {
    content: "\e057"
}

.icon-picons-fire:before {
    content: "\e058"
}

.icon-picons-fire-estinguisher:before {
    content: "\e059"
}

.icon-picons-firewall:before {
    content: "\e05a"
}

.icon-picons-flag:before {
    content: "\e05b"
}

.icon-picons-flashlight:before {
    content: "\e05c"
}

.icon-picons-flight:before {
    content: "\e05d"
}

.icon-picons-flower:before {
    content: "\e05e"
}

.icon-picons-folder:before {
    content: "\e05f"
}

.icon-picons-folder-2:before {
    content: "\e060"
}

.icon-picons-folder-backup:before {
    content: "\e061"
}

.icon-picons-folder-documents:before {
    content: "\e062"
}

.icon-picons-folder-locked:before {
    content: "\e063"
}

.icon-picons-folder-photos:before {
    content: "\e064"
}

.icon-picons-folder-preferences:before {
    content: "\e065"
}

.icon-picons-folder-schedule:before {
    content: "\e066"
}

.icon-picons-folder-upload:before {
    content: "\e067"
}

.icon-picons-font:before {
    content: "\e068"
}

.icon-picons-free:before {
    content: "\e069"
}

.icon-picons-fuel:before {
    content: "\e06a"
}

.icon-picons-full-documents:before {
    content: "\e06b"
}

.icon-picons-funnel:before {
    content: "\e06c"
}

.icon-picons-gamepad:before {
    content: "\e06d"
}

.icon-picons-garbage:before {
    content: "\e06e"
}

.icon-picons-garbage-2:before {
    content: "\e06f"
}

.icon-picons-gauge:before {
    content: "\e070"
}

.icon-picons-gauge-2:before {
    content: "\e071"
}

.icon-picons-gauge-3:before {
    content: "\e072"
}

.icon-picons-gift:before {
    content: "\e073"
}

.icon-picons-glasses:before {
    content: "\e074"
}

.icon-picons-hamburger:before {
    content: "\e075"
}

.icon-picons-hammer:before {
    content: "\e076"
}

.icon-picons-heart:before {
    content: "\e077"
}

.icon-picons-heart-add:before {
    content: "\e078"
}

.icon-picons-holiday:before {
    content: "\e079"
}

.icon-picons-home:before {
    content: "\e07a"
}

.icon-picons-home-2:before {
    content: "\e07b"
}

.icon-picons-house:before {
    content: "\e07c"
}

.icon-picons-id:before {
    content: "\e07d"
}

.icon-picons-id-2:before {
    content: "\e07e"
}

.icon-picons-image:before {
    content: "\e07f"
}

.icon-picons-image-2:before {
    content: "\e080"
}

.icon-picons-image-3:before {
    content: "\e081"
}

.icon-picons-image-4:before {
    content: "\e082"
}

.icon-picons-image-5:before {
    content: "\e083"
}

.icon-picons-image-6:before {
    content: "\e084"
}

.icon-picons-image-7:before {
    content: "\e085"
}

.icon-picons-image-8:before {
    content: "\e086"
}

.icon-picons-image-9:before {
    content: "\e087"
}

.icon-picons-image-10:before {
    content: "\e088"
}

.icon-picons-import:before {
    content: "\e089"
}

.icon-picons-information:before {
    content: "\e08a"
}

.icon-picons-ipad:before {
    content: "\e08b"
}

.icon-picons-iphone:before {
    content: "\e08c"
}

.icon-picons-ipod:before {
    content: "\e08d"
}

.icon-picons-ipod-2:before {
    content: "\e08e"
}

.icon-picons-keyboard:before {
    content: "\e08f"
}

.icon-picons-keyboard-2:before {
    content: "\e090"
}

.icon-picons-keyboard-3:before {
    content: "\e091"
}

.icon-picons-keyboard-4:before {
    content: "\e092"
}

.icon-picons-lab:before {
    content: "\e093"
}

.icon-picons-language:before {
    content: "\e094"
}

.icon-picons-laptop-download:before {
    content: "\e095"
}

.icon-picons-laptop-statistics:before {
    content: "\e096"
}

.icon-picons-laptop-user:before {
    content: "\e097"
}

.icon-picons-laptop-web:before {
    content: "\e098"
}

.icon-picons-law:before {
    content: "\e099"
}

.icon-picons-law-2:before {
    content: "\e09a"
}

.icon-picons-layers:before {
    content: "\e09b"
}

.icon-picons-leaf:before {
    content: "\e09c"
}

.icon-picons-leaf-2:before {
    content: "\e09d"
}

.icon-picons-light:before {
    content: "\e09e"
}

.icon-picons-like:before {
    content: "\e09f"
}

.icon-picons-list:before {
    content: "\e0a0"
}

.icon-picons-list-bullets:before {
    content: "\e0a1"
}

.icon-picons-list-check:before {
    content: "\e0a2"
}

.icon-picons-list-favorites:before {
    content: "\e0a3"
}

.icon-picons-list-grid:before {
    content: "\e0a4"
}

.icon-picons-list-radio:before {
    content: "\e0a5"
}

.icon-picons-list-select:before {
    content: "\e0a6"
}

.icon-picons-list-thumbs:before {
    content: "\e0a7"
}

.icon-picons-location:before {
    content: "\e0a8"
}

.icon-picons-location-map:before {
    content: "\e0a9"
}

.icon-picons-lock:before {
    content: "\e0aa"
}

.icon-picons-lock-2:before {
    content: "\e0ab"
}

.icon-picons-lock-3:before {
    content: "\e0ac"
}

.icon-picons-lock-4:before {
    content: "\e0ad"
}

.icon-picons-logout:before {
    content: "\e0ae"
}

.icon-picons-magnet:before {
    content: "\e0af"
}

.icon-picons-manual:before {
    content: "\e0b0"
}

.icon-picons-maximize:before {
    content: "\e0b1"
}

.icon-picons-medal:before {
    content: "\e0b2"
}

.icon-picons-medal-2:before {
    content: "\e0b3"
}

.icon-picons-medicine:before {
    content: "\e0b4"
}

.icon-picons-megaphone:before {
    content: "\e0b5"
}

.icon-picons-microphone:before {
    content: "\e0b6"
}

.icon-picons-microphone-2:before {
    content: "\e0b7"
}

.icon-picons-milk:before {
    content: "\e0b8"
}

.icon-picons-minus-down:before {
    content: "\e0b9"
}

.icon-picons-mobile-call:before {
    content: "\e0ba"
}

.icon-picons-mobile-chat:before {
    content: "\e0bb"
}

.icon-picons-mobile-payment:before {
    content: "\e0bc"
}

.icon-picons-mobile-phone:before {
    content: "\e0bd"
}

.icon-picons-mobile-ring:before {
    content: "\e0be"
}

.icon-picons-mobile-sms:before {
    content: "\e0bf"
}

.icon-picons-molecular:before {
    content: "\e0c0"
}

.icon-picons-money:before {
    content: "\e0c1"
}

.icon-picons-moon:before {
    content: "\e0c2"
}

.icon-picons-mouse:before {
    content: "\e0c3"
}

.icon-picons-mouse-2:before {
    content: "\e0c4"
}

.icon-picons-moustache:before {
    content: "\e0c5"
}

.icon-picons-move:before {
    content: "\e0c6"
}

.icon-picons-music:before {
    content: "\e0c7"
}

.icon-picons-music-2:before {
    content: "\e0c8"
}

.icon-picons-music-3:before {
    content: "\e0c9"
}

.icon-picons-music-4:before {
    content: "\e0ca"
}

.icon-picons-music-5:before {
    content: "\e0cb"
}

.icon-picons-needle:before {
    content: "\e0cc"
}

.icon-picons-network:before {
    content: "\e0cd"
}

.icon-picons-network-2:before {
    content: "\e0ce"
}

.icon-picons-network-3:before {
    content: "\e0cf"
}

.icon-picons-new:before {
    content: "\e0d0"
}

.icon-picons-new-badge:before {
    content: "\e0d1"
}

.icon-picons-news:before {
    content: "\e0d2"
}

.icon-picons-next:before {
    content: "\e0d3"
}

.icon-picons-notebook:before {
    content: "\e0d4"
}

.icon-picons-notebook-2:before {
    content: "\e0d5"
}

.icon-picons-nuclear:before {
    content: "\e0d6"
}

.icon-picons-offee-2:before {
    content: "\e0d7"
}

.icon-picons-open-24-7:before {
    content: "\e0d8"
}

.icon-picons-open-box:before {
    content: "\e0d9"
}

.icon-picons-open-store:before {
    content: "\e0da"
}

.icon-picons-package:before {
    content: "\e0db"
}

.icon-picons-package-2:before {
    content: "\e0dc"
}

.icon-picons-paper:before {
    content: "\e0dd"
}

.icon-picons-paper-2:before {
    content: "\e0de"
}

.icon-picons-paper-shredder:before {
    content: "\e0df"
}

.icon-picons-paperclip:before {
    content: "\e0e0"
}

.icon-picons-password:before {
    content: "\e0e1"
}

.icon-picons-pds:before {
    content: "\e0e2"
}

.icon-picons-pencil:before {
    content: "\e0e3"
}

.icon-picons-pencil-ruler:before {
    content: "\e0e4"
}

.icon-picons-petition:before {
    content: "\e0e5"
}

.icon-picons-phone-book:before {
    content: "\e0e6"
}

.icon-picons-phone-book-2:before {
    content: "\e0e7"
}

.icon-picons-phone-book-3:before {
    content: "\e0e8"
}

.icon-picons-phone-book-4:before {
    content: "\e0e9"
}

.icon-picons-phone-book-5:before {
    content: "\e0ea"
}

.icon-picons-picnic:before {
    content: "\e0eb"
}

.icon-picons-pin:before {
    content: "\e0ec"
}

.icon-picons-pin-2:before {
    content: "\e0ed"
}

.icon-picons-pin-3:before {
    content: "\e0ee"
}

.icon-picons-pin-4:before {
    content: "\e0ef"
}

.icon-picons-plane:before {
    content: "\e0f0"
}

.icon-picons-plant:before {
    content: "\e0f1"
}

.icon-picons-plug:before {
    content: "\e0f2"
}

.icon-picons-plus-up:before {
    content: "\e0f3"
}

.icon-picons-postcard:before {
    content: "\e0f4"
}

.icon-picons-power:before {
    content: "\e0f5"
}

.icon-picons-preferences:before {
    content: "\e0f6"
}

.icon-picons-preferences-2:before {
    content: "\e0f7"
}

.icon-picons-presentation:before {
    content: "\e0f8"
}

.icon-picons-previous:before {
    content: "\e0f9"
}

.icon-picons-printer:before {
    content: "\e0fa"
}

.icon-picons-profile:before {
    content: "\e0fb"
}

.icon-picons-profile-2:before {
    content: "\e0fc"
}

.icon-picons-pulse:before {
    content: "\e0fd"
}

.icon-picons-puzzle:before {
    content: "\e0fe"
}

.icon-picons-question:before {
    content: "\e0ff"
}

.icon-picons-quote:before {
    content: "\e100"
}

.icon-picons-radio:before {
    content: "\e101"
}

.icon-picons-read:before {
    content: "\e102"
}

.icon-picons-recording:before {
    content: "\e103"
}

.icon-picons-recycle:before {
    content: "\e104"
}

.icon-picons-recycle-bin:before {
    content: "\e105"
}

.icon-picons-register:before {
    content: "\e106"
}

.icon-picons-remote:before {
    content: "\e107"
}

.icon-picons-remove:before {
    content: "\e108"
}

.icon-picons-remove-2:before {
    content: "\e109"
}

.icon-picons-repeat:before {
    content: "\e10a"
}

.icon-picons-resize:before {
    content: "\e10b"
}

.icon-picons-restaurant:before {
    content: "\e10c"
}

.icon-picons-ringer:before {
    content: "\e10d"
}

.icon-picons-ringer-mute:before {
    content: "\e10e"
}

.icon-picons-road:before {
    content: "\e10f"
}

.icon-picons-rocket:before {
    content: "\e110"
}

.icon-picons-rotate:before {
    content: "\e111"
}

.icon-picons-rotate-left:before {
    content: "\e112"
}

.icon-picons-rotate-lock:before {
    content: "\e113"
}

.icon-picons-rotate-right:before {
    content: "\e114"
}

.icon-picons-ruler:before {
    content: "\e115"
}

.icon-picons-safe:before {
    content: "\e116"
}

.icon-picons-savings:before {
    content: "\e117"
}

.icon-picons-scissors:before {
    content: "\e118"
}

.icon-picons-search:before {
    content: "\e119"
}

.icon-picons-search3:before {
    content: "\e11a"
}

.icon-picons-search-2:before {
    content: "\e11b"
}

.icon-picons-sent:before {
    content: "\e11c"
}

.icon-picons-server:before {
    content: "\e11d"
}

.icon-picons-settings:before {
    content: "\e11e"
}

.icon-picons-settings-2:before {
    content: "\e11f"
}

.icon-picons-shield:before {
    content: "\e120"
}

.icon-picons-ship:before {
    content: "\e121"
}

.icon-picons-shopping:before {
    content: "\e122"
}

.icon-picons-shuffle:before {
    content: "\e123"
}

.icon-picons-signing:before {
    content: "\e124"
}

.icon-picons-sim-card:before {
    content: "\e125"
}

.icon-picons-smiley-happy:before {
    content: "\e126"
}

.icon-picons-smiley-neutral:before {
    content: "\e127"
}

.icon-picons-smiley-sad:before {
    content: "\e128"
}

.icon-picons-snow:before {
    content: "\e129"
}

.icon-picons-socket:before {
    content: "\e12a"
}

.icon-picons-speaker:before {
    content: "\e12b"
}

.icon-picons-star:before {
    content: "\e12c"
}

.icon-picons-star-2:before {
    content: "\e12d"
}

.icon-picons-star-add:before {
    content: "\e12e"
}

.icon-picons-step:before {
    content: "\e12f"
}

.icon-picons-store:before {
    content: "\e130"
}

.icon-picons-store-2:before {
    content: "\e131"
}

.icon-picons-suitcase:before {
    content: "\e132"
}

.icon-picons-suitcase-2:before {
    content: "\e133"
}

.icon-picons-suitcase-3:before {
    content: "\e134"
}

.icon-picons-suitcase-secure:before {
    content: "\e135"
}

.icon-picons-sun:before {
    content: "\e136"
}

.icon-picons-support:before {
    content: "\e137"
}

.icon-picons-support-2:before {
    content: "\e138"
}

.icon-picons-support-3:before {
    content: "\e139"
}

.icon-picons-surveillance:before {
    content: "\e13a"
}

.icon-picons-switch-off:before {
    content: "\e13b"
}

.icon-picons-switch-on:before {
    content: "\e13c"
}

.icon-picons-sync:before {
    content: "\e13d"
}

.icon-picons-table:before {
    content: "\e13e"
}

.icon-picons-tag:before {
    content: "\e13f"
}

.icon-picons-tag-2:before {
    content: "\e140"
}

.icon-picons-tag-price:before {
    content: "\e141"
}

.icon-picons-target:before {
    content: "\e142"
}

.icon-picons-telephone:before {
    content: "\e143"
}

.icon-picons-telephone-2:before {
    content: "\e144"
}

.icon-picons-telephone-3:before {
    content: "\e145"
}

.icon-picons-telephone-busy:before {
    content: "\e146"
}

.icon-picons-telephone-call:before {
    content: "\e147"
}

.icon-picons-temperature:before {
    content: "\e148"
}

.icon-picons-temperature-2:before {
    content: "\e149"
}

.icon-picons-thumbs-down:before {
    content: "\e14a"
}

.icon-picons-thumbs-up:before {
    content: "\e14b"
}

.icon-picons-thunderbolt-connect:before {
    content: "\e14c"
}

.icon-picons-ticket:before {
    content: "\e14d"
}

.icon-picons-tie:before {
    content: "\e14e"
}

.icon-picons-time:before {
    content: "\e14f"
}

.icon-picons-time3:before {
    content: "\e150"
}

.icon-picons-time-2:before {
    content: "\e151"
}

.icon-picons-tools:before {
    content: "\e152"
}

.icon-picons-traffic-light:before {
    content: "\e153"
}

.icon-picons-train:before {
    content: "\e154"
}

.icon-picons-tree:before {
    content: "\e155"
}

.icon-picons-tree-2:before {
    content: "\e156"
}

.icon-picons-truck:before {
    content: "\e157"
}

.icon-picons-tshirt:before {
    content: "\e158"
}

.icon-picons-tv:before {
    content: "\e159"
}

.icon-picons-twitter:before {
    content: "\e15a"
}

.icon-picons-umbrella:before {
    content: "\e15b"
}

.icon-picons-unavailable:before {
    content: "\e15c"
}

.icon-picons-undo:before {
    content: "\e15d"
}

.icon-picons-upload:before {
    content: "\e15e"
}

.icon-picons-upload-2:before {
    content: "\e15f"
}

.icon-picons-upload-cloud:before {
    content: "\e160"
}

.icon-picons-url:before {
    content: "\e161"
}

.icon-picons-usb:before {
    content: "\e162"
}

.icon-picons-usb-connect:before {
    content: "\e163"
}

.icon-picons-user:before {
    content: "\e164"
}

.icon-picons-user-2:before {
    content: "\e165"
}

.icon-picons-user-3:before {
    content: "\e166"
}

.icon-picons-user-add:before {
    content: "\e167"
}

.icon-picons-user-boy:before {
    content: "\e168"
}

.icon-picons-user-chat:before {
    content: "\e169"
}

.icon-picons-user-female:before {
    content: "\e16a"
}

.icon-picons-user-password:before {
    content: "\e16b"
}

.icon-picons-user-remove:before {
    content: "\e16c"
}

.icon-picons-user-tag:before {
    content: "\e16d"
}

.icon-picons-users:before {
    content: "\e16e"
}

.icon-picons-users-2:before {
    content: "\e16f"
}

.icon-picons-vector:before {
    content: "\e170"
}

.icon-picons-vehicle:before {
    content: "\e171"
}

.icon-picons-video:before {
    content: "\e172"
}

.icon-picons-video-2:before {
    content: "\e173"
}

.icon-picons-video-3:before {
    content: "\e174"
}

.icon-picons-video-4:before {
    content: "\e175"
}

.icon-picons-video-5:before {
    content: "\e176"
}

.icon-picons-video-6:before {
    content: "\e177"
}

.icon-picons-vinyl:before {
    content: "\e178"
}

.icon-picons-volume:before {
    content: "\e179"
}

.icon-picons-volume-2:before {
    content: "\e17a"
}

.icon-picons-volume-3:before {
    content: "\e17b"
}

.icon-picons-volume-4:before {
    content: "\e17c"
}

.icon-picons-wallet:before {
    content: "\e17d"
}

.icon-picons-wallet-2:before {
    content: "\e17e"
}

.icon-picons-webcam:before {
    content: "\e17f"
}

.icon-picons-wifi:before {
    content: "\e180"
}

.icon-picons-wifi-2:before {
    content: "\e181"
}

.icon-picons-window:before {
    content: "\e182"
}

.icon-picons-window-alert:before {
    content: "\e183"
}

.icon-picons-window-command:before {
    content: "\e184"
}

.icon-picons-window-cursor:before {
    content: "\e185"
}

.icon-picons-window-error:before {
    content: "\e186"
}

.icon-picons-window-layout:before {
    content: "\e187"
}

.icon-picons-window-layout-2:before {
    content: "\e188"
}

.icon-picons-window-layout-3:before {
    content: "\e189"
}

.icon-picons-window-layout-4:before {
    content: "\e18a"
}

.icon-picons-window-settings:before {
    content: "\e18b"
}

.icon-picons-wine:before {
    content: "\e18c"
}

.icon-picons-winner:before {
    content: "\e18d"
}

.icon-picons-wireless:before {
    content: "\e18e"
}

.icon-picons-write:before {
    content: "\e18f"
}

.icon-picons-writing:before {
    content: "\e190"
}

.icon-picons-writing-2:before {
    content: "\e191"
}

.icon-picons-youtube:before {
    content: "\e192"
}

.icon-picons-zip:before {
    content: "\e193"
}

.icon-picons-zoom-in:before {
    content: "\e194"
}

.icon-picons-zoom-out:before {
    content: "\e195"
}


/* Switcher css */

#style-switcher h3 {
    color: #fff;
    font-size: 13px;
    margin: 5px 0 -5px 1px;
    text-transform: uppercase
}

#style-switcher {
    background-color: #303030;
    width: 185px;
    position: fixed;
    top: 222px;
    z-index: 999;
    left: -186px;
    border-left: 0;
    border-top: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .08)
}

#style-switcher div {
    padding: 2px 20px 10px 20px
}

#style-switcher h2 {
    background-color: #303030;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 5px 0 5px 0;
    text-align: center;
    text-transform: uppercase
}

#style-switcher h2 a {
    background: url(../images/switcher.png) no-repeat 5px center transparent;
    background-color: #303030;
    display: block;
    height: 44px;
    position: absolute;
    right: -44px;
    text-indent: -9999px;
    top: 0;
    width: 44px;
    z-index: 999999!important
}

.colors {
    list-style: none;
    margin: 10px 0 10px -20px;
    overflow: hidden
}

.colors li {
    float: left;
    margin: 4px 2px 0 2px
}

.colors li a {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.header-style select,
.layout-style select {
    width: 140px;
    padding: 5px;
    color: #909090;
    cursor: pointer;
    border-radius: 2px;
    font-size: 13px;
    margin: 10px 0 10px 2px
}

.header-style,
.layout-style {
    padding: 0!important
}

.green {
    background: #28cdc3
}

.blue {
    background: #289fcd
}

.orange {
    background: #eb5a55
}

.yellow {
    background: #ffd769
}

.red {
    background: #cd2832
}

.pink {
    background: #f087b9
}

.purple {
    background: #b982c8
}

.gray {
    background: #b2babc
}

.bg1 {
    background-image: url(../images/bg/noise_pattern_with_crosslines.png)
}

.bg2 {
    background-image: url(../images/bg/noise.png)
}

.bg3 {
    background-image: url(../images/bg/escheresque_ste.png)
}

.bg4 {
    background-image: url(../images/bg/crisp_paper_ruffles.png)
}

.bg5 {
    background-image: url(../images/bg/navy_blue.png)
}

.bg6 {
    background-image: url(../images/bg/bedge_grunge.png)
}

.bg7 {
    background-image: url(../images/bg/diamond_upholstery.png)
}

.bg8 {
    background-image: url(../images/bg/px_by_Gre3g.png)
}

@media only screen and (max-width:1023px) {
    #style-switcher {
        display: none
    }
}
#targets .home-gallery-item .project-img{
	height:25rem;
}
#targets .home-gallery-item .project-img img{
	height:100%;
	width:100%;
	object-fit:cover;
}