html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active {
    outline: 0
}
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
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 {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    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: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
*,
*::before,
*::after {
    box-sizing: inherit
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@-webkit-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent
}
@font-face {
  font-family: 'Coda', cursive;
  src: url(../fonts/Coda-Regular.ttf);
}

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    /*font-family: 'Coda', cursive;*/
    /*font-size: 1rem;*/
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
	
    /*font-family: 'Coda', cursive;*/
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
}
p {
    font-family: 'Coda', cursive;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}
dt {
    font-weight: bold
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
a {
    color: #0275d8;
    text-decoration: none
}
a:focus,
a:hover {
    color: #014c8c;
    text-decoration: none
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
pre {
    margin-top: 0;
    margin-bottom: 1rem
}
figure {
    margin: 0 0 1rem
}
img {
    vertical-align: middle
}
[role="button"] {
    cursor: pointer
}
table {
    background-color: transparent
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom
}
th {
    text-align: left
}
label {
    display: inline-block;
    margin-bottom: .5rem
}
input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}
textarea {
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}
input[type="search"] {
    box-sizing: inherit;
    -webkit-appearance: none
}
output {
    display: inline-block
}
img {
    max-width: 100%;
    height: auto
}
audio,
canvas,
video {
    display: inline;
    zoom: 1
}
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: .3rem
}
.img-thumbnail {
    padding: .25rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
/*.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}*/
.row {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-left: 0rem;*/
    /*margin-right: 0rem*/
}
/*.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}*/
.col-xs-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}
.col-xs-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}
.row-xs-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
}
.row-xs-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}
.row-xs-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
}
.col-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}
.col-xs-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}
.col-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}
.table th,
.table td {
    padding: .75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}
.table tbody+tbody {
    border-top: 2px solid #eceeef
}
.table .table {
    background-color: #fff
}
.table-sm th,
.table-sm td {
    padding: .3rem
}
.table-bordered {
    border: 1px solid #eceeef
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover tbody tr:hover {
    background-color: #f5f5f5
}
.table-active,
.table-active>th,
.table-active>td {
    background-color: #f5f5f5
}
.table-hover .table-active:hover {
    background-color: #e8e8e8
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: #e8e8e8
}
.table-success,
.table-success>th,
.table-success>td {
    background-color: #dff0d8
}
.table-hover .table-success:hover {
    background-color: #d0e9c6
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #d0e9c6
}
.table-info,
.table-info>th,
.table-info>td {
    background-color: #d9edf7
}
.table-hover .table-info:hover {
    background-color: #c4e3f3
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c4e3f3
}
.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fcf8e3
}
.table-hover .table-warning:hover {
    background-color: #faf2cc
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #faf2cc
}
.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f2dede
}
.table-hover .table-danger:hover {
    background-color: #ebcccc
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebcccc
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto
}
.thead-inverse th {
    color: #fff;
    background-color: #373a3c
}
.thead-default th {
    color: #55595c;
    background-color: #eceeef
}
.table-inverse {
    color: #eceeef;
    background-color: #373a3c
}
.table-inverse.table-bordered {
    border: 0
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #55595c
}
.table-reflow thead {
    float: left
}
.table-reflow tbody {
    display: block;
    white-space: nowrap
}
.table-reflow th,
.table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef
}
.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #eceeef
}
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef
}
.table-reflow tr {
    float: left
}
.table-reflow tr th,
.table-reflow tr td {
    display: block!important;
    border: 1px solid #eceeef
}
.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.media-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}
.media-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}
.media-object {
    display: block
}
.media-object.img-thumbnail {
    max-width: none
}
.media-right {
    padding-left: 10px
}
.media-left {
    padding-right: 10px
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-21by9 {
    padding-bottom: 42.85714%
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive-4by3 {
    padding-bottom: 75%
}
.clearfix::after {
    content: "";
    display: table;
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[hidden] {
    display: none!important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: "0/0" a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-xs-left {
    text-align: left
}
.text-xs-right {
    text-align: right
}
.text-xs-center {
    text-align: center
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #818a91
}
.text-primary {
    color: #0275d8
}
a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5
}
.text-success {
    color: #5cb85c
}
a.text-success:focus,
a.text-success:hover {
    color: #449d44
}
.text-info {
    color: #5bc0de
}
a.text-info:focus,
a.text-info:hover {
    color: #31b0d5
}
.text-warning {
    color: #f0ad4e
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f
}
.text-danger {
    color: #d9534f
}
a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c
}
.bg-inverse {
    color: #eceeef;
    background-color: #373a3c
}
.bg-faded {
    background-color: #f7f7f9
}
.bg-primary {
    color: #fff;
    background-color: #0275d8
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5
}
.bg-success {
    color: #fff;
    background-color: #5cb85c
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44
}
.bg-info {
    color: #fff;
    background-color: #5bc0de
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5
}
.bg-warning {
    color: #fff;
    background-color: #f0ad4e
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f
}
.bg-danger {
    color: #fff;
    background-color: #d9534f
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c
}
.m-a-0 {
    margin: 0!important
}
.m-t-0 {
    margin-top: 0!important
}
.m-r-0 {
    margin-right: 0!important
}
.m-b-0 {
    margin-bottom: 0!important
}
.m-l-0 {
    margin-left: 0!important
}
.m-x-0 {
    margin-right: 0!important;
    margin-left: 0!important
}
.m-y-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}
.m-a {
    margin: 1rem!important
}
.m-t {
    margin-top: 1rem!important
}
.m-r {
    margin-right: 1rem!important
}
.m-b {
    margin-bottom: 1rem!important
}
.m-l {
    margin-left: 1rem!important
}
.m-x {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}
.m-y {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}
.m-x-auto {
    margin-right: auto!important;
    margin-left: auto!important
}
.m-a-md {
    margin: 1.5rem!important
}
.m-t-md {
    margin-top: 1.5rem!important
}
.m-r-md {
    margin-right: 1.5rem!important
}
.m-b-md {
    margin-bottom: 1.5rem!important
}
.m-l-md {
    margin-left: 1.5rem!important
}
.m-x-md {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}
.m-y-md {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}
.m-a-lg {
    margin: 3rem!important
}
.m-t-lg {
    margin-top: 3rem!important
}
.m-r-lg {
    margin-right: 3rem!important
}
.m-b-lg {
    margin-bottom: 3rem!important
}
.m-l-lg {
    margin-left: 3rem!important
}
.m-x-lg {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}
.m-y-lg {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}
.p-a-0 {
    padding: 0!important
}
.p-t-0 {
    padding-top: 0!important
}
.p-r-0 {
    padding-right: 0!important
}
.p-b-0 {
    padding-bottom: 0!important
}
.p-l-0 {
    padding-left: 0!important
}
.p-x-0 {
    padding-right: 0!important;
    padding-left: 0!important
}
.p-y-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}
.p-a {
    padding: 1rem!important
}
.p-t {
    padding-top: 1rem!important
}
.p-r {
    padding-right: 1rem!important
}
.p-b {
    padding-bottom: 1rem!important
}
.p-l {
    padding-left: 1rem!important
}
.p-x {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}
.p-y {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}
.p-a-md {
    padding: 1.5rem!important
}
.p-t-md {
    padding-top: 1.5rem!important
}
.p-r-md {
    padding-right: 1.5rem!important
}
.p-b-md {
    padding-bottom: 1.5rem!important
}
.p-l-md {
    padding-left: 1.5rem!important
}
.p-x-md {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}
.p-y-md {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}
.p-a-lg {
    padding: 3rem!important
}
.p-t-lg {
    padding-top: 3rem!important
}
.p-r-lg {
    padding-right: 3rem!important
}
.p-b-lg {
    padding-bottom: 3rem!important
}
.p-l-lg {
    padding-left: 3rem!important
}
.p-x-lg {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}
.p-y-lg {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}
.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
.hidden-xl-down {
    display: none!important
}
.visible-print-block {
    display: none!important
}
.visible-print-inline {
    display: none!important
}
.visible-print-inline-block {
    display: none!important
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
.snap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.snap-drawers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto
}
.snap-drawer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 265px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}
.snap-drawer-left {
    left: 0;
    z-index: 1
}
.snap-drawer-right {
    right: 0;
    z-index: 1
}
.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
    display: none
}
.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
    width: 100%
}
a {
    text-decoration: none
}
#map-canvas img {
    max-width: none
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after,
.mini-cart .widget_shopping_cart_content .cart_list li::after,
.single-post .comment>div::after,
.page .comment>div::after {
    content: "";
    display: table;
    clear: both
}
.top-menu .menu-item a:after,
.main-navigation .menu>ul>li.menu-item-has-children>a:after,
.main-navigation .menu>ul>li.page_item_has_children>a:after,
.main-navigation .menu>li.menu-item-has-children>a:after,
.main-navigation .menu>li.page_item_has_children>a:after,
.main-navigation .sub-menu li.menu-item-has-children>a:after,
.main-navigation .sub-menu li.page_item_has_children>a:after,
.main-navigation .children li.menu-item-has-children>a:after,
.main-navigation .children li.page_item_has_children>a:after,
.social-menu .menu li a:before,
.breadcrumb ul li a:after,
.breadcrumb .tm_bread_crumb li a:after,
.mini-cart .mini-cart__button .mini-cart-icon:before,
.widget_categories li a:before,
.widget_nav_menu li a:before,
.postswidget-list-style2 .postswidget-info .title a:before,
.postswidget-list-style2 .postswidget-info .time:before,
.sidebar .widget_search span:before,
.wpb_widgetised_column .widget_search span:before,
.tm-brochures:before,
.tm-brochures:after,
.top-search form:before,
.tm-newsupdate .newsupdate-item .newsupdate-img:after,
.projects-style1 .projects-item .projects-title a:after,
.content404 .search:after,
.tm-list-1 ul li:before,
.tm-list-2 ul li:before,
.tm-list-3 ul li:before,
.tm-list-4 ul li:before,
.vc_images_carousel .vc_carousel-control .icon-prev:before,
.vc_images_carousel .vc_carousel-control .icon-next:before,
body.tm-builderplus .esg-navbutton-solo-left .eg-icon-left-open:before,
body.tm-builderplus .esg-navbutton-solo-right .eg-icon-right-open:before,
.tm-btn-white button:after,
.tm-btn-white a:after,
.tm-testimonials-style1 .owl-item:before,
.tm-testimonials-style1 .owl-controls .owl-nav .owl-prev:before,
.tm-testimonials-style1 .owl-controls .owl-nav .owl-next:before,
.tm-testimonials-style2 .owl-item:before,
.tm-testimonials-style2 .owl-controls .owl-nav .owl-prev:before,
.tm-testimonials-style2 .owl-controls .owl-nav .owl-next:before,
.tm-testimonials-style3 .owl-item:before,
.tm-testimonials-style3 .owl-controls .owl-nav .owl-prev:before,
.tm-testimonials-style3 .owl-controls .owl-nav .owl-next:before,
.tm-testimonials-style4 .owl-item:before,
.tm-testimonials-style4 .owl-controls .owl-nav .owl-prev:before,
.tm-testimonials-style4 .owl-controls .owl-nav .owl-next:before,
.tm-testimonials-style5 .owl-item:before,
.tm-testimonials-style5 .owl-controls .owl-nav .owl-prev:before,
.tm-testimonials-style5 .owl-controls .owl-nav .owl-next:before,
.products .product-item .product-image:after,
.products .product-item .product_type_variable:after,
.single-product .product .cart .single_add_to_cart_button:after,
.widget_product_categories li a:before,
.widget_product_search label:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}
a,
select,
textarea,
input,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.header01 .site-header .header-btn a:after,
.header03 .site-header .main-navigation .menu>li:after,
.header04 .site-header .header-btn a:after,
.header06 .float-top .site-header .main-navigation .menu>li:after,
.header07 .float-top .site-header .nav-content .main-navigation .menu>li:after,
.header08 .site-header .main-navigation .menu>li:after,
.main-navigation .menu li:after,
.main-navigation .menu>ul>li,
.main-navigation .menu>li,
.main-navigation .sub-menu,
.main-navigation .children,
.site-footer .menu li,
.mini-cart .mini-cart__button,
.mini-cart .widget_shopping_cart_content,
.hentry .share a i:before,
.hentry .entry-footer .read-more,
.site-content input[type="submit"],
h1,
h2,
h3,
h4,
h5,
.tm-heading:after,
.tm-heading-center:after,
.popup-search .inner .content,
.popup-menu,
.popup-menu-inner,
.img_opacity img,
.tm-home-contact .tm-home-contact-left .tm-home-contact-icon,
.tm-pricetable,
.tm-icon-type2 i,
.tm-icon-type3 i,
.tm-icon-type4 i,
.tm-icon-type5 i,
.tm-newsupdate .newsupdate-item .newsupdate-img:before,
.tm-newsupdate .newsupdate-item .newsupdate-img:after,
.skill .value,
.skill .bar,
.tm-ourteam .ourteam-info .ourteam-socials .icon i,
.effect-scale3d img,
#back-to-top,
.rev-btn.tm-btn1,
.rev-btn.tm-btn2,
.rev-btn.tm-btn3,
.rev-btn.tm-btn4,
.rev-btn.tm-btn5,
.rev-btn.tm-btn6,
.rev-btn.tm-btn7,
#tm-home-services-02 .esg-overflowtrick ul li .eg-tm-services-02-element-36,
.tm-testimonials-style1 .owl-controls .owl-nav .owl-prev,
.tm-testimonials-style1 .owl-controls .owl-nav .owl-next,
.tm-testimonials-style2 .owl-controls .owl-nav .owl-prev,
.tm-testimonials-style2 .owl-controls .owl-nav .owl-next,
.tm-testimonials-style3 .owl-controls .owl-nav .owl-prev,
.tm-testimonials-style3 .owl-controls .owl-nav .owl-next,
.tm-testimonials-style4 .owl-controls .owl-nav .owl-prev,
.tm-testimonials-style4 .owl-controls .owl-nav .owl-next,
.tm-testimonials-style5 .owl-controls .owl-nav .owl-prev,
.tm-testimonials-style5 .owl-controls .owl-nav .owl-next,
.btn-1e:after,
.icon-box-2 .tm-icon-type1 i,
.icon-box-3 .tm-icon-type4 i,
.icon-box-3 .tm-icon-type5 i,
.products .product-item .product-image:before,
.products .product-item .product-image:after,
.woocommerce ul.products li.product a.add_to_cart_button:before,
.woocommerce div.product form.cart .button:before,
.woocommerce a.button.alt:before,
#tm-home-projects ul li.eg-tm-projects-01-wrapper .esg-entry-content,
#tm-projects-01 ul li.eg-tm-projects-01-wrapper .esg-entry-content,
#tm-projects-02 ul li.eg-tm-projects-01-wrapper .esg-entry-content,
#tm-projects-03 ul li.eg-tm-projects-01-wrapper .esg-entry-content,
#tm-home-projects ul li.eg-tm-projects-01-wrapper .esg-entry-content .esg-content,
#tm-projects-01 ul li.eg-tm-projects-01-wrapper .esg-entry-content .esg-content,
#tm-projects-02 ul li.eg-tm-projects-01-wrapper .esg-entry-content .esg-content,
#tm-projects-03 ul li.eg-tm-projects-01-wrapper .esg-entry-content .esg-content {
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1)
}
.big-title:after,
.big-title--single:after {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
select,
textarea,
input {
    display: inline-block;
    margin-bottom: 10px;
    padding: 20px 25px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #888;
    vertical-align: top;
    font-size: 14px
}
select:focus,
textarea:focus,
input:focus {
    outline: none;
    background-color: #fff;
    color: #000
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999
}
textarea {
    height: 200px;
    resize: vertical
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 15px 20px;
    width: auto;
    border: none;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 13px;
    cursor: pointer
}
.wpcf7-form .row {
    margin: 0 -5px
}
.wpcf7-form [class*="col-"] {
    padding: 0 5px
}
.wpcf7-form textarea {
    height: 110px
}
.form1 select,
.form1 textarea,
.form1 input {
    border: none;
    background-color: #65656f;
    color: #fff
}
.form1 select:focus,
.form1 textarea:focus,
.form1 input:focus {
    background-color: #fff;
    color: #888
}
.form1 input:-moz-placeholder,
.form1 textarea:-moz-placeholder {
    color: #fff
}
.form1 input::-moz-placeholder,
.form1 textarea::-moz-placeholder {
    color: #fff
}
.form1 input:-ms-input-placeholder,
.form1 textarea:-ms-input-placeholder {
    color: #fff
}
.form1 input::-webkit-input-placeholder,
.form1 textarea::-webkit-input-placeholder {
    color: #fff
}
.align-center {
    text-align: center!important
}
.align-left {
    text-align: left!important
}
.align-right {
    text-align: right!important
}

.top-menu .menu-item a:after, .main-navigation .menu>ul>li.menu-item-has-children>a:after, .main-navigation .menu>ul>li.page_item_has_children>a:after, .main-navigation .menu>li.menu-item-has-children>a:after, .main-navigation .menu>li.page_item_has_children>a:after, .main-navigation .sub-menu li.menu-item-has-children>a:after, .main-navigation .sub-menu li.page_item_has_children>a:after, .main-navigation .children li.menu-item-has-children>a:after, .main-navigation .children li.page_item_has_children>a:after, .social-menu .menu li a:before, .breadcrumb ul li a:after, .breadcrumb .tm_bread_crumb li a:after, .mini-cart .mini-cart__button .mini-cart-icon:before, .widget_categories li a:before, .widget_nav_menu li a:before, .postswidget-list-style2 .postswidget-info .title a:before, .postswidget-list-style2 .postswidget-info .time:before, .sidebar .widget_search span:before, .wpb_widgetised_column .widget_search span:before, .tm-brochures:before, .tm-brochures:after, .top-search form:before, .tm-newsupdate .newsupdate-item .newsupdate-img:after, .projects-style1 .projects-item .projects-title a:after, .content404 .search:after, .tm-list-1 ul li:before, .tm-list-2 ul li:before, .tm-list-3 ul li:before, .tm-list-4 ul li:before, .vc_images_carousel .vc_carousel-control .icon-prev:before, .vc_images_carousel .vc_carousel-control .icon-next:before, body.tm-builderplus .esg-navbutton-solo-left .eg-icon-left-open:before, body.tm-builderplus .esg-navbutton-solo-right .eg-icon-right-open:before, .tm-btn-white button:after, .tm-btn-white a:after, .tm-testimonials-style1 .owl-item:before, .tm-testimonials-style1 .owl-controls .owl-nav .owl-prev:before, .tm-testimonials-style1 .owl-controls .owl-nav .owl-next:before, .tm-testimonials-style2 .owl-item:before, .tm-testimonials-style2 .owl-controls .owl-nav .owl-prev:before, .tm-testimonials-style2 .owl-controls .owl-nav .owl-next:before, .tm-testimonials-style3 .owl-item:before, .tm-testimonials-style3 .owl-controls .owl-nav .owl-prev:before, .tm-testimonials-style3 .owl-controls .owl-nav .owl-next:before, .tm-testimonials-style4 .owl-item:before, .tm-testimonials-style4 .owl-controls .owl-nav .owl-prev:before, .tm-testimonials-style4 .owl-controls .owl-nav .owl-next:before, .tm-testimonials-style5 .owl-item:before, .tm-testimonials-style5 .owl-controls .owl-nav .owl-prev:before, .tm-testimonials-style5 .owl-controls .owl-nav .owl-next:before, .products .product-item .product-image:after, .products .product-item .product_type_variable:after, .single-product .product .cart .single_add_to_cart_button:after, .widget_product_categories li a:before, .widget_product_search label:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.primary_color, .amount, .popup-search-close:hover, a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6, .site-footer a:hover, .copyright a, .site-top a:hover, .wpb-js-composer .eg-tm-service-02-element-33, .wpb-js-composer .eg-tm-service-02-element-36, .tm-ourhistory ul li:before, .tm-ourhistory2 ul li:before, .esg-entry-content .eg-tm-services-03-element-33, .better-menu-widget .current-menu-item a, .better-menu-widget .current_page_item a, .tm-tab .vc_tta-tabs-container ul li.vc_active a, .widget_product_categories li.current-cat a, .hentry .entry-meta a, .widget_categories li.current-cat a, .page .comment .comment-reply-link, .countdown .number, .content404 .icon i, .tm-testimonials-style2 .owl-item:before, .tm-testimonials-style3 .owl-item:before, .eg-tm-services-02-element-0:hover, .eg-tm-services-02-element-34:hover, .tm-button-1 button:hover, .tm-button-1 a:hover, .vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover, .tm-ourteam .ourteam-info .ourteam-socials .icon:hover i, .tm-newsupdate .newsupdate-item .newsupdate-more:hover, .tm-contact i, .tm-contact-1 i, .tm-cost-calculator input[type="submit"], .tm-cost-calculator button, .tm-list-4 ul li:before {
    color: #029bd4;
}
.primary_bgcolor, .header02 .site-header .social-menu ul li, input[type="submit"], .site-content input[type="submit"], .products .product-item .add_to_cart_button:hover, .products .product-item .ajax_add_to_cart:hover, .ourteam-type3 .ourteam-info .ourteam-socials .icon:hover, .header01 .site-header .social-menu ul li:hover, .projects-style1 .projects-item .projects-title a:hover, .ourteam-type2 .ourteam-info .ourteam-socials .icon:hover, #tm-services-01 .eg-tm-services-01-container, #tm-services-01 li .esg-media-cover-wrapper .esg-entry-content .esg-content:first-child, .products .product-item .onsale, .single-product .product .cart .single_add_to_cart_button, .single-product .product .cart .single_add_to_cart_button:hover, .post-thumb .dates, .hentry .share a i:hover:before, .single-post .comment-respond input[type="submit"]:hover, .page .comment-respond input[type="submit"]:hover, .tm-getconnected .social-menu .menu li:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce table.shop_table thead, .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button, .tm-icon-type2:hover i, .tm-icon-type3:hover i, .tm-icon-type3.active i, #tm-home-projects ul li.eg-tm-projects-01-wrapper:hover .esg-entry-content, #tm-projects-01 ul li.eg-tm-projects-01-wrapper:hover .esg-entry-content, #tm-projects-02 ul li.eg-tm-projects-01-wrapper:hover .esg-entry-content, #tm-projects-03 ul li.eg-tm-projects-01-wrapper:hover .esg-entry-content, #tm-home-projects .esg-filters .esg-filter-wrapper .esg-filterbutton.selected, #tm-projects-01 .esg-filters .esg-filter-wrapper .esg-filterbutton.selected, #tm-projects-02 .esg-filters .esg-filter-wrapper .esg-filterbutton.selected, #tm-projects-03 .esg-filters .esg-filter-wrapper .esg-filterbutton.selected, .tm-button-3 button, .tm-button-3 a, .better-menu-widget ul li.current_page_item a, .tm-ourhistory .tm-ourhistory-row .tm-ourhistory-image .label, .better-menu-widget ul li a:hover, .tm-brochures:hover, #back-to-top .front-side, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .products .product-item .product-image:before, .single-product .product .onsale, .tm-builderplus.single-product .product .woocommerce-tabs .tabs li.active, .vc_tta.tm-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading, .mini-cart .widget_shopping_cart_content .cart_list li .remove:hover, .woocommerce #payment #place_order, .woocommerce .woocommerce-page #payment #place_order, .tm-testimonials-style4 blockquote, .tm-testimonials-style4 blockquote:after, .tm-faq h1:before, .tm-faq h2:before, .tm-faq h3:before, .tm-faq h4:before, .tm-faq h5:before, .tm-faq h6:before, .tm-pricetable.tm-pricetable-recommended .tm-pricetable-top, .tm-pricetable .tm-pricetable-bot a, .tm-ourhistory-type1 .tm-ourhistory-row .tm-ourhistory-left .label, .header02 .headroom--not-top, .header05 .headroom--not-top, .tm-testimonials-style5 .owl-item:before {
    border-top: 3px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    background: #FFF;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000000;
    text-align: left;
}
.more-a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 3px;
    border-bottom: 1px solid;
}
.more-a-bg{
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
    padding: 6px 20px;
    /*border-bottom: 1px solid;*/
    background-color: #f50c0e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 40px;
    margin-left: 25%;
}
.more-a-bg:hover{
    color: #000;
}
/*.no-padd{
    padding: 0 !important;
}*/
.servicearea { font-size: 12px;padding-left: 1px; }
.servicearea p{ font-size: 14px; padding: 1px 2px;margin-top: -6px; }
.quote{ background:#F9F9F9;padding-bottom: 12%; }