.ui-helper-reset,
.ui-menu {
    outline: 0;
    list-style: none
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
    vertical-align: middle
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-zfix,
.ui-widget-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

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

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-menu {
    padding: 0;
    margin: 0;
    display: block
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
    bottom: 0
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: .5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: .4em 2.1em .4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: 5px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 22px .2em .4em
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: none;
    background: #c3c3c3;
    color: #c3c3c3
}

.ui-widget-content a {
    color: #35a6e0
}

.ui-widget-header {
    border: none;
    background: #c3c3c3;
    color: #c3c3c3;
    font-weight: 700
}

.ui-widget-header a {
    color: #35a6e0
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 5px solid #fff;
    background: #ed7e11;
    font-weight: 400;
    color: #888;
    border-radius: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .34)
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 5px solid #fff;
    background: #ed7e11;
    font-weight: 400;
    color: #888
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 5px solid #fff;
    background: #ed7e11;
    font-weight: 400;
    color: #888
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
    color: #cd0a0a
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png)
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-widget-overlay,
.ui-widget-shadow {
    background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 6px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 6px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 6px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 6px
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    border-radius: 8px
}

@import url(css/fhmm.css) screen;
@import url(css/hover_pack.css) screen;
@import url(css/owl.carousel.css) screen;

body,
html {
    background: #fff;
}

audio,
embed,
iframe,
img,
object,
video {
    max-width: 100%
}

a,
a:focus,
a:hover {
    text-decoration: none
}

#landing1,
#landing2,
.aligncenter,
.clear,
.first,
.shopping-cart-widget li:after,
.testimonial-author,
div.thumbnails a.first {
    clear: both
}

.about_skills h4,
.callus,
.navbar-nav>li>a {
    text-transform: uppercase
}

.teammembers .valign>div,
a img {
    vertical-align: bottom
}

.back-to-top,
.entry,
.hovicon {
    cursor: pointer
}

body {
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 26px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    color: #8E8E8E;
    padding: 0;
    margin: 0px auto;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px#aaa;
    box-shadow: 0 0 5px #aaa
}

html {
    overflow-x: hidden;
    overflow-y: auto
}

div.body {
    height: 100%;
    width: 100%
}

img {
    height: auto
}

.hidden {
    display: none
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block
}

*,
:after,
:before,
a {
    padding: 0;
    margin: 0
}

.clear {
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31
}

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

a {
    outline: 0 !important;
    color: #09F
}

a:focus,
a:hover {
    color: #01090C
}

a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: url(images/remove.png) #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px
}

.callus,
.callus a {
    display: inline-block;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    position: relative;
    padding: 0;
    margin: 0 0 10px;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: normal;
    color: #2b2b2b
}

h1,
h2 {
    font-weight: 800
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 32px
}

h3,
h4 {
    font-weight: 600
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 28px
}

dl dt,
h5 {
    font-weight: 700
}

h5 {
    font-size: 20px;
    padding-bottom: 10px
}

h6 {
    font-size: 18px
}

address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 20px
}

a img {
    border: none
}

dl,
ol,
ul {
    margin-left: 30px;
    margin-bottom: 1.25em;
    font-family: inherit
}

.navbar-nav>li>a,
.panel-title,
.section-footer,
.topbar {
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ol,
ol.no-bullet,
ul,
ul.no-bullet {
    margin-left: 0
}

ol li ol,
ol li ul,
ul li ol,
ul li ul {
    margin-left: 1.25em;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3em
}

dl dd {
    margin-bottom: .75em
}

.lead {
    font-weight: 300;
    font-size: 24px
}

.lead strong {
    font-weight: 400
}

.lead-1,
.lead-2 {
    font-weight: 300;
    line-height: 28px
}

.lead-1 {
    font-size: 16px
}

.lead-2 {
    font-size: 18px
}

section::after,
section::before {
    position: absolute;
    content: ''
}

.last {
    margin-right: 0
}

audio,
video {
    height: auto
}

#soundcloud {
    margin-bottom: -5px !important
}

#owl-blog .post-type a,
#owl-blog .read-more a,
#owl-blog .views a,
#timeline .post-type a,
#timeline .read-more a,
#timeline .views a,
.about_widget .social span a,
.miniicon span a,
.portfolio_wrapper span a,
.rating i,
.section-colorizedbg .bigtitle,
.section-colorizedbg .service-icon i,
.section-colorizedbg .servicetitle h3,
.section-darkbg a:hover,
.section-darkbg h1,
.section-darkbg h2,
.section-darkbg h3,
.section-darkbg h4,
.section-darkbg h5,
.section-darkbg i,
.section-transparentbg .section-title6 h3,
.section-transparentbg h2,
.section-transparentbg h3,
.section-transparentbg h4,
.section-transparentbg h5,
.section-transparentbg h6,
.section-transparentbg p,
.section-transparentbg p.lead,
.section-transparentbg p.lead-1,
.section-transparentbg p.lead-2,
.section-transparentbg ul li,
.shop_item .icon-link a,
.shop_item .icon-view a,
.social span a {
    color: #fff
}

.section-transparentbg hr {
    opacity: .1
}

.section-transparentbg a {
    color: #ffe138
}

.section-transparentbg a:hover {
    color: #fff
}

.transparent-sub-bg2,
.transparent-sub-bg2 a:hover,
.transparent-sub-bg2 h1,
.transparent-sub-bg2 h2,
.transparent-sub-bg2 h3,
.transparent-sub-bg2 h4,
.transparent-sub-bg2 h5,
.transparent-sub-bg2 h6,
.transparent-sub-bg2 p {
    color: #000
}

.fullnav,
.tagline {
    margin-top: 15px
}

.tagline {
    font-style: italic
}

.topbar {
    background: #fff;
    padding: 10px 0px;
    position: relative;
    z-index: 999
}

.header-wrapper.affix .topbar {
    padding: 15px 0
}

.callus {
    padding: 0;
    color: #383f39;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    line-height: 20px
}

.callus a {
    color: #f16d1f;
    font-weight: 700;
    font-size: 38px;
    line-height: 30px;
    margin-top: 12px
}

.callus a:hover {
    color: #96b1b8
}

.header-wrapper.affix .callus {
    font-size: 16px
}

.header-wrapper.affix .callus a {
    font-size: 24px;
    margin: 0
}

.container {
    max-width: 1250px
}

.header-wrapper {
    background: #ededed;
    width: 100%;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0
}

.header-wrapper.affix {
    position: fixed;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2)
}

.header-wrapper.affix .nav-area {
    float: right !important
}

.header-wrapper .site-title-2 {
    display: none;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.header-wrapper.affix .site-title-2 {
    display: block;
    float: left;
    width: 17%
}

.header-wrapper.affix .site-title {
    width: 40%;
    padding: 5px 0
}

.header-wrapper.affix .navbar-nav>li>a,
.navbar-nav>li>a {
    padding: 0 2px;
    font-size: 15px
}

.site-title,
.site-title img {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.header-wrapper.affix .navbar-nav {
    text-align: center;
    width: 100%
}

.header-wrapper.affix .navbar-nav>li {
    float: none;
    display: inline-block
}

.header-wrapper .container .fhmm.affix .navbar-nav>li>.dropdown-menu {
    margin: 0
}

.navbar.affix .navbar-nav {
    float: right
}

.navbar-nav>li>a {
    color: #989898;
    font-weight: 500;
    line-height: 33px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.navbar-default {
    margin: 0;
    padding: 7px 0;
    background: #ededed
}

.navbar-nav>li {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.header-wrapper.affix .navbar-nav>li:first-child,
.navbar-nav>li:first-child {
    padding-left: 0
}

.header-wrapper.affix .navbar-nav>li.active>a,
.header-wrapper.affix .navbar-nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-nav>li>a:hover {
    background: url(images/nav-bg.jpg) left bottom repeat-x;
    color: #000
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 0;
    margin: 5px 0 0;
    list-style: none;
    font-size: 13px;
    background-color: #fafafa;
    border: 0;
    background-clip: padding-box
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 3px
}

.fhmm .collapse,
.fhmm .dropdown,
.fhmm .dropup,
.fhmm .nav {
    position: relative
}

::-webkit-input-placeholder {
    color: #aaa
}

:-moz-placeholder {
    color: #aaa
}

::-moz-placeholder {
    color: #aaa
}

:-ms-input-placeholder {
    color: #aaa
}

.section-slider {
    background: #dfdfdf;
    margin-top: 110px
}

.section-grey {
    background-color: #fafafa !important
}

.section-whitebg {
    background-color: #fff;
    padding: 60px 0;
    width: 100%;
    float: none
}

.section-whitebg2 {
    background-color: #fff;
    padding: 60px 0 10px;
    width: 100%;
    float: none
}

.section-grey2 {
    background-color: #f3f3f3 !important
}

.section-footer {
    padding: 60px 0 0;
    background: #2b2b2b;
    border-top: none;
    width: 100%;
    float: left
}

.nopad {
    padding-bottom: 0 !important
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.overlay {
    background: url(images/pattern.png) rgba(0, 0, 0, .4);
    padding: 60px 0
}

.dm_featured_box_bg {
    width: 100%;
    height: 600px;
    margin: 30px auto 0;
    max-width: 1030px;
    background: url(demos/01_phone.png) center center no-repeat
}

.dm_featured_box {
    float: left;
    text-align: right;
    width: 360px;
    position: relative;
    margin: 25px 0;
    list-style: none;
    padding: 40px 50px 0 0;
    font-weight: 300
}

.dm_featured_box:nth-of-type(2n) {
    float: right;
    text-align: left;
    padding: 40px 0 0 50px
}

.dm_featured_box:nth-of-type(2n):after {
    left: -85px
}

.dm_featured_box:nth-of-type(2n) .dm_featured_box_icon {
    margin-left: -5px
}

.dm_featured_box .dm_featured_box_icon {
    width: 70px;
    height: 70px;
    border-radius: 200px;
    text-align: center;
    padding-top: 21px;
    margin-left: 245px
}

.dm_featured_box .dm_featured_box_icon i {
    font-size: 30px
}

.dm_featured_box .dm_featured_box-head {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 5px;
    padding: 0;
    text-transform: uppercase;
    color: #01090C
}

.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0 30px
}

.tp-banner-container,
.tp-banner-fullscreen-container {
    position: relative;
    padding: 0;
    width: 100%
}

.tp-banner {
    width: 100%;
    position: relative
}

.imgBg,
.infoBlock {
    position: absolute
}

#full-width-slider {
    width: 100%;
    color: #000
}

.coloredBlock {
    padding: 12px;
    background: rgba(255, 0, 0, .6);
    color: #FFF;
    width: 200px;
    right: 20%;
    bottom: 0
}

#slider-in-laptop,
.imgBg,
.laptopBg {
    width: 100%;
    height: auto
}

.infoBlock {
    bottom: 0;
    right: 20%;
    left: auto;
    max-width: 25%;
    background: #FFF;
    background: rgba(255, 255, 255, .2);
    overflow: hidden;
    padding: 20px
}

.infoBlockRightBlack {
    color: #01090C;
    background: #fff;
    background: rgba(255, 255, 255, .75);
    right: 20%;
    left: auto
}

.infoBlock h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 3px
}

.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0
}

.infoBlock a {
    color: #FFF;
    text-decoration: underline
}

.fullWidth {
    max-width: 100%;
    margin: 0 auto 24px
}

#slider-in-laptop {
    padding: 0;
    background: 0 0
}

#slider-in-laptop .rsOverflow,
#slider-in-laptop .rsSlide,
#slider-in-laptop .rsThumbs,
#slider-in-laptop .rsVideoFrameHolder {
    background: #151515
}

#slider-in-laptop .rsOverflow {
    padding: 8px;
    background: #f1f1f1;
    border: 1px solid #dddbdb
}

.imgBg {
    left: 0;
    top: 0
}

.laptopBg {
    position: relative
}

#slider-in-laptop .rsBullets {
    bottom: 0
}

.about_skills h4 {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .65px;
    line-height: 1.3 !important;
    padding: 0
}

.general_wrapper {
    margin: 15px 0 30px
}

.about_widget .social {
    margin-bottom: 20px
}

.about_widget .social span {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    color: #FFF;
    float: right;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 5
}

.panel-title>a i {
    padding-right: 7px
}

.panel-title {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.panel-title>a {
    color: #303030;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.panel-title>a:hover {
    color: #e66517;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.panel p {
    margin-bottom: 0
}

.panel {
    margin-top: 15px
}

.panel-heading {
    padding: 13px 15px
}

.teammembers {
    border: 1px dashed #CFCFCF;
    margin: 20px 0;
    padding: 15px;
    background: #fff;
    float: left;
    width: 100%
}

.teammembers .desc {
    padding-left: 15px
}

.teammembers h4 {
    padding: 0;
    font-weight: 600;
    margin: 10px 0 0
}

.teammembers p {
    margin-top: 10px
}

.teammembers img {
    width: 100%
}

.teammembers .about_skills h4 {
    font-size: 11px;
    line-height: 1 !important
}

.image-caption h3 a,
.miniservice h4 {
    color: #fff;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.image-caption h3 a:hover {
    color: #ef3d4a
}

.miniservice .desc {
    padding-top: 0;
    padding-left: 25px
}

.miniicon span {
    font-size: 21px !important;
    height: 45px !important;
    line-height: 45px !important;
    width: 45px !important
}

.miniiconarrow {
    vertical-align: top !important
}

.miniiconarrow img {
    margin-top: 5px
}

.contact_icons,
.miniicon span,
.social span {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    color: #FFF;
    float: left;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 5
}

#owl-blog .item,
#owl-editor-picks .shop_item,
#owl-portfolio .item {
    margin: 0 25px
}

#owl-blog .item img,
#owl-portfolio .item img {
    display: block;
    width: 100%;
    height: auto;
    padding: 7px;
    background: rgba(255, 255, 255, .1)
}

#owl-blog .views,
#timeline .views {
    bottom: 62px !important
}

#owl-blog .post-type,
#timeline .post-type {
    bottom: 31px !important
}

#owl-blog .post-type,
#owl-blog .read-more,
#owl-blog .views,
#timeline .post-type,
#timeline .read-more,
#timeline .views {
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    right: -1px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.image-caption {
    width: 100%;
    padding: 15px 20px;
    min-height: 80px;
    background: #EFEFEF;
    border: 1px solid #fefefe;
    border-top: none;
    position: relative
}

.homesec-client .owl-carousel .image-caption {
    width: 100%;
    padding: 15px 0 0;
    text-align: center;
    min-height: inherit;
    background: 0 0;
    border: 0 !important;
    position: relative
}

.homesec-client .owl-carousel .image-caption:before {
    border: 0 !important
}

.image-caption.shop-style {
    padding: 17px 30px 9px;
    text-align: center
}

.image-caption .buttons {
    margin: 10px 0;
    padding: 5px 0 15px
}

.image-caption .meta {
    padding: 5px 0;
    display: block
}

.image-caption .meta:before {
    content: "\f115";
    padding-right: 5px;
    font-family: FontAwesome
}

.portfolio_wrapper img,
.shop_item img {
    width: 100%;
    height: auto;
    max-width: 100%
}

.portfolio_wrapper .portfolio-title {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: none
}

#timeline .post-body .blog-title h2,
#timeline .post-title,
.back-to-top,
.carousel-caption .title1,
.error404 h2,
.portfolio-filter li a {
    text-transform: uppercase
}

.portfolio_wrapper .bigtitle2 {
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 20px
}

.portfolio_wrapper .item {
    margin-top: 30px
}

.portfolio_wrapper .item .portfolio_block {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 4px;
    box-shadow: 0 0 5px #dfdfdf
}

.masonry .item {
    margin: 0 !important
}

.b-link-flow .b-top-line,
.shop_item .b-link-flow .b-wrapper {
    background: 0 0 !important;
    z-index: 91
}

.shop_item .icon-link,
.shop_item .icon-view {
    margin-top: 41% !important
}

.portfolio_wrapper .icon-link,
.portfolio_wrapper .icon-view,
.shop_item .icon-link,
.shop_item .icon-view {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: top;
    width: 30px;
    background: repeat-x #17191B;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#00a4db), to(#2a2a2a));
    background-image: -webkit-linear-gradient(top, #17191B, 0, #2a2a2a, 100%);
    background-image: -moz-linear-gradient(top, #17191B 0, #2a2a2a 100%);
    background-image: linear-gradient(to bottom, #17191B 0, #2a2a2a 100%);
    border-color: #2a2a2a
}

.portfolio_wrapper p {
    margin-top: 0 !important
}

.shop_item .icon-center {
    bottom: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99
}

.shop_item .icon-right {
    bottom: 20px;
    right: 20px;
    position: absolute;
    font-style: italic
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.section-portfolio .portfolio-filter {
    margin-bottom: 30px
}

.portfolio-filter ul {
    list-style: none;
    padding-left: 10px
}

.portfolio-filter {
    text-align: center;
    margin: 15px 0
}

.portfolio-filter li {
    display: inline;
    margin-right: 5px;
    padding: 0
}

.portfolio_details {
    margin: 20px 0
}

.portfolio_details li {
    color: #01090C;
    list-style: none;
    margin: 10px
}

.shop_desc h3,
.shop_desc h3 a {
    color: #e66517
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

div.thumbnails {
    padding-top: 10px;
    zoom: 1
}

div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%
}

div.thumbnails a img {
    width: 100%;
    height: auto
}

div.thumbnails a.last {
    margin-right: 0
}

.shop-right .amount {
    position: relative;
    right: 20px;
    top: 38px
}

.price {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
    overflow: auto;
    padding: 0
}

.price-tax {
    font-size: 12px;
    font-weight: 400
}

.price-new {
    font-size: 25px;
    font-weight: 600
}

.price-old {
    font-size: 17px;
    text-decoration: line-through
}

.blog-wrap h2 a,
.hovicon {
    text-decoration: none
}

.shop_item {
    margin: 0 10px 60px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    border-bottom: 10px solid #fff;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.shop_item:hover {
    border-bottom-color: #e66517
}

.shop_desc {
    padding: 25px
}

.price>.amount {
    font-size: 18px;
    padding: 0;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 100
}

.shop_desc h3 {
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 20px !important
}

.shop_desc h3 a:hover {
    color: #000
}

.shop_desc p {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px
}

.shop_desc p.team-meta {
    color: #bdbdbd;
    font-size: 13px;
    font-weight: 300
}

.shop-top {
    margin-bottom: 25px;
    display: block
}

#sidebar .best-rating {
    margin-top: 5px
}

.shopping-cart-widget li {
    margin: 0 0 1em;
    list-style: none
}

.shopping-cart-widget li:after,
.shopping-cart-widget li:before {
    content: "";
    display: table
}

.shopping-cart-widget li img {
    width: 60px;
    float: right;
    margin-left: 1em
}

.shopping-cart-widget li .quantity {
    width: auto;
    float: none
}

.shopping-cart-widget li a {
    display: block
}

.shopping-cart-widget li:last-child {
    margin: 0;
    border: none
}

.quote-post {
    background: #f5f5f5;
    position: relative;
    padding: 20px 10px
}

.quote-post:after {
    font-family: FontAwesome;
    content: "\f10e";
    padding-right: 20px;
    right: 0;
    position: absolute;
    top: 50px;
    font-size: 600%;
    opacity: .2;
    -moz-opacity: .2;
    filter: alpha(opacity=20)
}

.quote-post blockquote {
    border-left: 0 solid #fff
}

.blog-wrapper #timeline,
.blog-wrapper .section-title {
    margin: 30px 0
}

#timeline .image-caption h3,
.item .image-caption h3,
.owlcarousel .image-caption h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.error_message {
    font-size: 13px;
    display: block;
    height: auto;
    line-height: 22px;
    background: url(images/error.gif) 10px center no-repeat #FBE3E4;
    padding: 3px 10px 3px 35px;
    color: #8a1f11;
    border: 1px solid #FBC2C4
}

.loader {
    padding: 0 10px
}

#success_page h1 {
    background: url(images/success.gif) left no-repeat;
    padding-left: 22px;
    font-size: 21px
}

#contact acronym {
    border-bottom: 1px dotted #ccc
}

.custom-box {
    margin-bottom: 5px;
    overflow: hidden
}

#responsive_map img {
    max-width: none
}

#responsive_map {
    height: 300px;
    border: 1px solid #ccc;
    width: 100%
}

#responsive_map div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.gm-style-iw {
    max-width: none !important;
    max-height: none !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    line-height: normal !important;
    padding: 5px !important
}

#timeline,
.bs-glyphicons,
.comment-content,
.testimonial-meta {
    overflow: hidden
}

.forum_widget,
.support_widget {
    position: relative;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #2F3133;
    color: #7D7E7F;
    border: 1px solid #1a1a1a;
    box-shadow: inset 0 1px 1px #2F3133;
    -webkit-box-shadow: inset 0 1px 1px #2F3133
}

.forum_widget h4,
.support_widget h4 {
    margin-bottom: 3px !important;
    padding-bottom: 3px !important;
    font-weight: 700
}

.forum_widget:after {
    content: "\f0c0"
}

.support_widget:after {
    content: "\f0e5"
}

.forum_widget:after,
.support_widget:after {
    font-family: FontAwesome;
    right: 15px;
    top: 45px;
    font-size: 81px;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2
}

.breadcrumb,
.post-wrapper-top h1 {
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff
}

.contact_details {
    margin-top: 5px
}

.post-wrapper-top {
    background: url(images/post-wrapper-topbg.jpg) center top no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left
}

.error404 h2,
.error404 h3,
.f-element,
.percent {
    text-align: center
}

.breadcrumb>li+li:before {
    color: #fff;
    font-size: 11px
}

.post-wrapper-top h1 {
    font-weight: 700;
    font-size: 26px;
    padding: 80px 0;
    margin: 0
}

.post-wrapper-top h1 span {
    font-weight: 300;
    font-size: 20px
}

.page-top-breadcrumb {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6)
}

.breadcrumb {
    background: 0 0;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    float: left;
    padding: 7px 0;
    font-weight: 400;
    list-style: none;
    margin: 0
}

#timeline,
.blog-wrapper #timeline .post {
    padding: 0
}

#timeline .post-info .info-date,
.blog-wrap div.post-meta>span {
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: italic
}

.breadcrumb a {
    color: #fff;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.breadcrumb a:hover {
    color: #e66517
}

.breadcrumb>li.active {
    color: #fff
}

#timeline {
    list-style-type: none;
    margin: 0;
    position: relative;
    background: url(images/timeline.png) top center repeat-y
}

#timeline .timeline-item {
    clear: both;
    margin-bottom: 0;
    width: 50%;
    float: left
}

#timeline .post {
    margin: 0 90px 0 0;
    position: relative;
    min-height: 100px;
    background: #fff;
    box-shadow: none;
    padding: 0 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #efefef
}

#timeline .post-body {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0
}

#timeline .post-body .blog-title h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0 !important;
    padding: 0 !important
}

#timeline .post-body .blog-title h2 a {
    color: #01090C
}

#timeline .post-body .blog-title {
    margin: 0 20px 10px !important
}

#timeline .post-body .post-text {
    margin: 5px 20px
}

#timeline .post-body a {
    display: block;
    overflow: hidden
}

#timeline .post-title {
    margin-bottom: 12px
}

#timeline .post-info {
    left: 100%;
    margin: 0 11px;
    position: absolute;
    top: 25%;
    width: 160px;
    z-index: 1000
}

.magnifier,
.percent {
    position: absolute;
    z-index: 10
}

#timeline .post-info .info-date {
    font-size: 12px;
    background: #fff;
    bottom: -5px
}

#timeline .post-info .box-inner {
    display: block;
    width: 90px;
    margin: 10px auto
}

#timeline .post-info .box-inner img {
    border: 1px solid #efefef;
    padding: 5px;
    background: #fff
}

#timeline .timeline-item:nth-child(2n) {
    float: right
}

#timeline .timeline-item:nth-child(2n) .post {
    margin-left: 90px;
    margin-right: 0
}

#timeline .timeline-item:nth-child(2n) .post-info {
    left: auto;
    right: 100%
}

.fullwidth-post-wrapper p,
.single-post-wrapper p {
    margin-top: 10px
}

.single-post-wrapper .panel-body p {
    margin-top: 0
}

.fullwidth-post-wrapper,
.single-post-wrapper {
    padding-bottom: 30px !important
}

.blog-wrap {
    margin: 25px 0
}

.blog-wrap div.post-meta {
    font-size: 13px;
    margin: 10px 0
}

.blog-wrap div.post-meta>span {
    display: inline-block;
    padding-right: 8px;
    font-size: 13px;
    color: #798184;
    font-weight: 300
}

.blog-wrap div.post-meta i {
    margin-right: 3px;
    color: #aaa
}

.blog-wrap div.post-date {
    padding: 1px;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    float: left;
    margin-top: 0;
    margin-right: 10px;
    text-align: center;
    background: #71a9b7
}

/* Keep padding only on desktops */
@media (min-width: 769px) {
  .blog-wrap .post-content {
    padding-left: 60px;
  }
}

/* Remove padding on stacked / mobile layouts */
@media (max-width: 768px) {
  .blog-wrap .post-content {
    padding-left: 0;
  }
}

.blog-wrap div.post-date span.month {
    border-radius: 0 0 2px 2px;
    color: #FFF;
    font-size: .9em;
    padding: 0 10px 2px
}

.blog-wrap h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    min-height: 42px;
    padding-bottom: 0
}

.blog-tt-columns .blog-wrap h2 {
    font-size: 18px
}

.blog-wrap p {
    margin: 10px 0 15px
}

.blog-wrap.col-lg-4 p {
    min-height: 81px
}

.blog-wrap.col-lg-4 p:empty {
    min-height: 0
}

.blog-wrap {
    border-bottom: 1px solid #efefef;
    margin-bottom: 50px;
    padding-bottom: 30px
}

.blog-wrap div.post-date span.day {
    background: #fff;
    color: #656565;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-weight: 700;
    padding: 10px
}

.authorbox_wrapper {
    padding: 20px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 50px
}

.authorbox_wrapper img {
    margin: 0 20px 20px 0
}

.authorbox_wrapper h4 {
    margin-bottom: 0;
    padding-bottom: 0
}

.authorbox_wrapper p {
    padding-top: 5px;
    margin-top: 5px
}

#comments_wrapper {
    margin: 60px 0
}

.reviews .comment-list {
    margin: 20px 0 40px
}

.comment-list {
    margin: 60px 0;
    list-style: none
}

.comment-list ol li,
.comment-list ul li {
    list-style: none
}

.comment-avatar {
    margin: 0 20px 0 0;
    float: left;
    height: 70px;
    width: 70px
}

.comment-content {
    background: #f5f5f5;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 20px
}

.comment-author {
    margin-bottom: 10px
}

.comment-meta {
    font-size: 12px;
    color: #aaa;
    padding-left: 10px
}

.comment-reply {
    float: right;
    font-size: 12px;
    color: #aaa
}

.leave-comment textarea {
    height: 150px
}

.error404 h2 {
    font-size: 260px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 0
}

.error404 h3 {
    margin-top: 0;
    font-size: 30px;
    opacity: .2;
    padding-top: 0
}

.testimonials {
    border: 1px dashed #CFCFCF;
    margin: 20px 0;
    padding: 15px
}

.testimonial-footer img {
    width: 70px
}

.testimonials:after {
    font-family: FontAwesome;
    content: "\f10e";
    padding-right: 5px;
    right: 20px;
    position: absolute;
    bottom: 30px;
    font-size: 200%;
    opacity: .1;
    -moz-opacity: .1;
    filter: alpha(opacity=10)
}

.testimonials h4 {
    font-size: 14px;
    padding-right: 5px;
    font-weight: 600
}

.testimonials small {
    font-size: 11px;
    font-style: italic;
    color: #798184;
    padding: 0 10px;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 300
}

.testimonials img {
    margin-right: 15px;
    width: 75px;
    border: 0 solid #fff !important;
    height: 75px;
    margin-top: 5px;
    display: inline-block;
    image-rendering: optimizequality;
    max-width: 100%
}

.testimonials p {
    margin: 15px 0 0
}

.clients_wrapper {
    display: table;
    margin: 0 auto
}

.clients li img,
.percent {
    display: block
}

.clients {
    list-style: none inside;
    padding: 0;
    margin: 0;
    width: 100%
}

.clients li {
    padding: 10px;
    float: left;
    border: 1px dashed #CFCFCF;
    margin: 5px
}

.percent {
    font-size: 40px;
    letter-spacing: -3px;
    line-height: 210px;
    font-weight: 700;
    top: -3px;
    color: #2B2E31;
    width: 90%
}

.chart {
    margin-bottom: 20px
}

.tab-pane {
    background: #f7f7f7;
    padding: 25px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.tab-pane h6 {
    font-size: 16px;
    margin: 0 0 7px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background: #005f3f
}

.nav-tabs>li>a {
    color: #005f3f;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 13px;
    line-height: normal;
    border: 0;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.nav-tabs i {
    padding-right: 6px
}

.highlight {
    font-size: 61px;
    font-weight: 700;
    color: #01090C;
    line-height: 1;
    margin: 30px 0 0
}

.milestone-details {
    font-size: 18px;
    color: #01090C;
    font-weight: 400;
    letter-spacing: -.5px;
    padding: 10px 0 20px
}

.f-element {
    color: #01090C;
    margin-bottom: 20px;
    height: auto
}

.f-element i {
    margin-bottom: 10px;
    font-size: 36px
}

.magnifier {
    background: url(images/magnifier.png) center no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -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
}

.back-to-top,
.entry,
.rotating.flip,
hr.ft:after {
    position: relative
}

.entry {
    padding: 0;
    margin: 0
}

.blog-tt-columns .entry {
    margin-bottom: 20px
}

hr.dm,
hr.dm2,
hr.dm3,
hr.dm4,
hr.ft {
    padding: 0;
    margin: 40px 0;
    text-align: center
}

.entry:hover .magnifier,
.shop_item:hover .magnifier {
    opacity: 1
}

hr.ft {
    border: none;
    border-top: medium double #2b2b2b;
    color: #2b2b2b
}

hr.dm,
hr.dm2,
hr.dm3,
hr.dm4 {
    border: none;
    border-top: medium double #e6e6e6;
    color: #01090C
}

hr.ft:after {
    content: "\f06c";
    font-family: FontAwesome;
    display: inline-block;
    color: #2b2b2b;
    top: -.7em;
    font-size: 1.5em;
    padding: 0 .85em;
    background: #17191B
}

hr.dm4:after {
    content: "\f128"
}

hr.dm3:after {
    content: "\f13d"
}

.hovicon:after,
.hvr-float-shadow:before {
    pointer-events: none;
    content: ''
}

.authorbox_wrapper img,
.carttable img,
.comment img,
.flickr-gallery img,
.post-info img,
.recent_posts li img,
.teamimg,
.testimonials img {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.authorbox_wrapper img:hover,
.carttable img:hover,
.comment img:hover,
.flickr-gallery img:hover,
.post-info img:hover,
.recent_posts li img:hover,
.teamimg:hover,
.testimonials img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.back-to-top {
    margin: -25px auto 15px;
    width: 30px;
    padding: 5px;
    border: 1px solid #333;
    text-align: center;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear
}

.back-to-top:hover {
    background: #232527;
    border: 1px solid #333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6)
}

.back-to-top span {
    color: #FFF;
    font-size: 1em
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd
}

.bs-glyphicons .glyphicon {
    display: block;
    margin: 5px auto 10px;
    font-size: 24px
}

[class*=".effect-"] {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000
}

.effect-fade {
    opacity: 0
}

.effect-fade.in {
    opacity: 1
}

.effect-slide-left {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    opacity: 0
}

.effect-slide-left.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.effect-slide-right {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    opacity: 0
}

.effect-slide-right.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.effect-slide-top {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0
}

.effect-slide-top.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.effect-slide-bottom {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0
}

.effect-slide-bottom.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.effect-pop {
    opacity: 0
}

.effect-pop.in {
    -webkit-animation: pop .6s ease-out .5s both;
    -moz-animation: pop .6s ease-out .5s both;
    -o-animation: pop .6s ease-out .5s both;
    animation: pop .6s ease-out .5s both;
    opacity: 1\9
}

@-webkit-keyframes pop {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pop {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes pop {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pop {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.effect-fall {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.effect-fall.in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.effect-perspective {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.effect-helix {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.effect-helix.in {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0)
}

.dm-shadow {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
}

.rotating {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin-x: 50%
}

.rotating .back,
.rotating .front {
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.rotating .front {
    position: absolute;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px)
}

.rotating.flip .front {
    z-index: 1
}

.rotating .back {
    display: block;
    opacity: 0
}

.rotating.spin {
    -webkit-transform: rotate(360deg) scale(0);
    -moz-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    -o-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0)
}

.rotating.flip .back {
    z-index: 2;
    display: block;
    opacity: 1;
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
    -o-transform: rotateY(180deg) translate3d(0, 0, 0);
    transform: rotateY(180deg) translate3d(0, 0, 0)
}

.rotating.flip.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
    -o-transform: rotateX(180deg) translate3d(0, 0, 0);
    transform: rotateX(180deg) translate3d(0, 0, 0)
}

.rotating.flip.cube .front {
    -webkit-transform: translate3d(0, 0, 100px) scale(.9, .9);
    -moz-transform: translate3d(0, 0, 100px) scale(.85, .85);
    -ms-transform: translate3d(0, 0, 100px) scale(.85, .85);
    -o-transform: translate3d(0, 0, 100px) scale(.85, .85);
    transform: translate3d(0, 0, 100px) scale(.85, .85)
}

.rotating.flip.cube .back {
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(.9, .9);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(.85, .85);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(.85, .85);
    -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(.85, .85);
    transform: rotateY(180deg) translate3d(0, 0, 100px) scale(.85, .85)
}

.rotating.flip.cube.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(.9, .9);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(.85, .85);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(.85, .85);
    -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(.85, .85);
    transform: rotateX(180deg) translate3d(0, 0, 100px) scale(.85, .85)
}

.hovicon {
    display: inline-block;
    line-height: 80px;
    margin: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff
}

.carousel-inner,
.fill,
.item {
    height: 100%
}

.hovicon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.hovicon:before {
    speak: none;
    font-size: 38px;
    line-height: 80px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased
}

.hovicon.effect-1 {
    -webkit-transition: background .2s, color .2s;
    -moz-transition: background .2s, color .2s;
    transition: background .2s, color .2s
}

.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #007acc;
    -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
}

#contact_page #capcha .captchaimgouter .img,
#contact_page input[type=submit],
#contact_page input[type=reset],
.b-link-flow .c-wrapper h2 a,
.blogarea .blog-wrap h2 a,
.blogarea .blog-wrap p.more-link a,
.call-btn,
.check-list1.forms-list li,
.cta-section .btn,
.ext-conten2 .sub-btn,
.footer-links li a,
.footer-links-2 li a,
.owl-theme .owl-controls .owl-page span,
.read-btn,
.section-transparentbg .read-btn2,
.ser-block .ser-title a,
.ser-block2 .ser-title a,
.ser-block2 p.more-link a,
.ser-block3 .ser-title a,
.ser-block3 p.more-link a,
.shop_desc h3 a,
.social-info2 li a {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.min-height-section {
    min-height: 500px
}

textarea {
    resize: none
}

.google-map {
    padding: 0
}

select option {
    padding: 3px 5px
}

#owl-portfolia .image-caption {
    width: 100%;
    padding: 13px 15px;
    background: url(images/overlay-1.png) left top;
    border: 0;
    border-top: none;
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: inherit;
    z-index: 99
}

#owl-portfolia .image-caption h3,
#timeline .image-caption h3,
.item .image-caption h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase
}

.fill {
    width: 100%;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat
}

.carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-inner .active {
    opacity: 1
}

.carousel-inner .active.left,
.carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-inner .next.left,
.carousel-inner .prev.right {
    opacity: 1
}

.carousel-control {
    z-index: 91
}

.item {
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.carousel-caption {
    padding: 0;
    top: 22%
}

.carousel-caption .title1 {
    font-size: 50px;
    color: #fff;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    line-height: 50px;
    text-align: center;
    text-shadow: none;
    padding: 0
}

.carousel-caption .title2,
.carousel-caption label {
    font-weight: 700;
    text-transform: none;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0
}

.carousel-caption .title2 {
    font-size: 22px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    text-shadow: none;
    padding: 25px 0 30px
}

.slide-cap {
    background: url(images/cap-bg.png) left top;
    padding: 15px;
    display: none
}

.carousel-caption label {
    width: 45%;
    float: left;
    padding: 0;
    font-size: 15px;
    color: #888;
    text-align: left
}

.carousel-caption label.error_message {
    padding: 3px 10px 3px 35px;
    font-weight: 400;
    margin: 0;
    color: #8a1f11;
    font-size: 13px;
    text-transform: none
}

.carousel-caption input[type=text] {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin: 0;
    border: none;
    background: #fff;
    border-radius: 0;
    height: 52px;
    font-size: 14px;
    color: #000;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700
}

.carousel-caption select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    float: left;
    padding: 0 40px 0 15px;
    margin: 0;
    border: none;
    background: url(images/select-bg.jpg) right center no-repeat #fff;
    border-radius: 4px;
    height: 44px;
    font-size: 13px;
    color: #222
}

.carousel-caption .col-lg-10 .col-lg-7 {
    padding-left: 0
}

.cap-loc {
    padding: 16px 15px;
    margin: 0;
    background: #fff;
    width: 81%;
    float: left;
    position: relative
}

.scroll-btm {
    width: 55%;
    float: right;
    margin: 0;
    text-align: left;
    padding: 10px 70px 0 0
}

.carousel-caption .dis-main .ui-slider {
    margin-bottom: 0
}

.cap-loc #milesID {
    position: absolute;
    right: 15px;
    top: 16px;
    color: #888;
    font-size: 14px;
    font-weight: 700
}

.carousel-caption .title-links {
    width: 19%;
    float: right;
    padding-left: 15px
}

.information-main,
.recent-main,
.sitemap-checklist li,
.states-box {
    width: 100%;
    float: left
}

.carousel-caption .title-links input[type=submit] {
    background: url(images/btn-bg.jpg) left top repeat-x;
    padding: 0;
    margin: 0;
    border: 1px solid #8b4213;
    height: 52px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    border-radius: 0;
    width: 100%;
    float: left;
    text-align: center
}

.carousel-caption .title-links input[type=submit]:hover {
    background: url(images/btn-bg2.jpg) left top repeat-x;
    border: 1px solid #71a9b7
}

.floater {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    display: none;
    padding: 0
}

.call-btn,
.cta-section .btn,
.date-news,
.hvr-float-shadow,
.read-btn,
.recent-main ul li,
.section-title7 h3 span {
    display: inline-block
}

.floater td {
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #fff;
    border: 1px inset #979797;
    color: #000
}

.matchedSmartInputItem {
    font-size: .8em;
    padding: 5px 10px 1px 5px;
    margin: 0;
    cursor: pointer
}

.selectedSmartInputItem {
    color: #fff;
    background-color: #3875D7
}

#smartInputResults {
    padding: 0;
    margin: 0
}

.siwCredit {
    margin: 10px 0 0;
    padding: 0;
    font-size: .7em;
    color: #000
}

.welcome-sec .section-title1 {
    padding-bottom: 20px
}

.welcome-sec .section-title1 h1 {
    padding: 0
}

.welcome-sec p {
    line-height: 24px;
    color: #b0b0b0
}

.call-btn,
.call-btn:focus {
    color: #fff
}

.call-btn {
    background: #f16d1f;
    line-height: 55px;
    font-weight: 700;
    font-size: 20px;
    padding: 0 18px;
    border-radius: 4px
}

.call-btn:hover {
    background: #71a9b7;
    color: #fff
}

.thumbnail {
    border: 1px solid #e5e5e5;
    padding: 9px
}

.information-main {
    background: #fff;
    padding: 15px 15px 50px;
    margin: 0;
    border: 1px solid #f1f1f1
}

.information-main img {
    padding-bottom: 50px
}

.information-main h4 {
    color: #e55700;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 30px
}

.min-height {
    min-height: 40px
}

.states-box {
    padding: 0 0 20px;
    margin: 0;
    color: #8b8b8b;
    font-weight: 400
}

.states-box h5 {
    background: url(images/states-arrow.png) left top no-repeat;
    color: #697184;
    padding: 5px 0 20px 47px;
    margin: 0;
    font-size: 16px;
    font-weight: 700
}

.addiction-directory p,
ul.sate-list li {
    font-weight: 600;
    font-size: 13px
}

.read-btn {
    color: #fff;
    background: #71a9b7;
    line-height: 41px;
    font-weight: 600;
    font-size: 16px;
    padding: 2px 28px 0;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 0 2px 0 0 #96b1b8
}

.read-btn:hover {
    background: #f16d1f;
    color: #fff;
    box-shadow: 0 2px 0 0 #d86500
}

.read-btn:focus {
    color: #fff
}

.section-transparentbg .read-btn2 {
    color: #fff;
    background: 0 0;
    line-height: 36px;
    font-weight: 600;
    font-size: 13px;
    padding: 0 24px;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, .6)
}

.section-transparentbg .read-btn2:hover {
    background: #f16d1f;
    color: #fff;
    border: 2px solid #f16d1f
}

.section-transparentbg .read-btn2:focus {
    color: #fff
}

.addiction-directory .section-title2 hr {
    width: 100%
}

.sect-rehabstate {
    background: url(images/backgrounds/bg2.jpg) center top no-repeat;
    background-size: cover
}

ul.sate-list {
    margin: 0;
    padding: 0
}

ul.sate-list li {
    list-style: none;
    padding: 12px 0 12px 26px;
    margin: 0;
    background: url(images/state-arrow.png) 7px 16px no-repeat;
    line-height: normal;
    border-bottom: solid 1px #dee1e7
}

ul.sate-list li a {
    color: #71a9bf
}

ul.sate-list li a:hover {
    color: #e66517
}

.sectionwrap {
    background: #f8f8f8
}

.recent-main {
    padding: 20px;
    margin: 0;
    background: #fff;
    border: 1px solid #efefef
}

.date-news {
    background: #71a9bf;
    color: #fff;
    padding: 0 8px;
    margin: 0;
    line-height: 23px;
    font-size: 13px;
    font-weight: 700
}

.recent-main h5 {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0 15px;
    margin: 0;
    color: #504e4e;
    min-height: 73px
}

.recent-main h5 a {
    color: #504e4e
}

.recent-main h5 a:hover {
    color: #e66517
}

.recent-main p {
    font-size: 15px;
    line-height: 20px;
    min-height: 80px
}

.recent-main ul {
    margin: 0;
    padding: 15px 0 0;
    border-top: solid 1px #ededed
}

.recent-main ul li {
    list-style: none;
    padding: 0 6px 0 10px;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: url(images/news-line.jpg) left center no-repeat
}

.recent-main ul li:first-child {
    background: 0 0;
    padding-left: 0
}

.recent-main ul li a {
    color: #f98c16
}

.recent-main ul li a:hover {
    color: #71a9bf
}

.check-list1 {
    margin-left: 0;
    padding-left: 0;
    list-style: none
}

.check-list1 li {
    background: url(images/check-list-dark.png) left 4px no-repeat;
    list-style: none;
    padding: 0 0 0 27px;
    margin: 0 0 7px
}

.section-transparentbg .check-list1 li {
    background: url(images/check-list-white.png) left 4px no-repeat;
    list-style: none;
    padding: 0 0 0 27px;
    margin: 0 0 7px
}

.check-list1 h4 {
    margin: 20px 0 10px;
    font-size: 24px
}

.check-list1 h4 a,
.section-whitebg h3.menu-title a {
    color: #333
}

.check-list1 h4 a:hover,
.section-whitebg h3.menu-title a:hover {
    color: #e66517
}

.check-list-ol {
    padding: 0 15px
}

.check-list-ol li {
    padding-bottom: 10px
}

.section-transparentbg .check-list-ol {
    color: #fff
}

.section-whitebg h3.menu-title {
    margin: 0 0 15px;
    font-size: 18px
}

.sitemap-checklist ul {
    margin: 0;
    padding: 0
}

.sitemap-checklist li {
    font-weight: 700
}

.sitemap-checklist ul li {
    font-weight: 400
}

.sitemap-checklist .clear {
    height: 15px
}

.section-title1 {
    padding: 0 0 50px
}

.section-title1 h1 {
    margin: 0;
    padding: 0 0 15px;
    font-size: 50px;
    color: #f16d1f;
    text-transform: uppercase;
    font-weight: 400
}

.section-title1 h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 50px;
    color: #1f1f1f;
    text-transform: none;
    background: url(images/section-titbg.jpg) center center no-repeat
}

.section-title1 h2 span {
    background: #f1f1f1;
    padding: 0 41px
}

.section-title1 p {
    color: #9f9f9f;
    padding: 0;
    margin: 0
}

.section-title1 p.lead-1 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    color: #8f8f8f;
    font-weight: 300
}

.section-title1 hr {
    width: 70px;
    margin: 0 auto 20px;
    border-color: #e66517;
    border-width: 3px;
    float: none
}

.section-title2 {
    padding: 0 0 50px
}

.section-title2 h1 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 40px;
    color: #434343;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal
}

.section-title2 h3 {
    margin: 0;
    padding: 0 0 20px;
    font-size: 32px;
    color: #fff;
    text-transform: none
}

.section-title2 p {
    margin: 0 0 25px;
    padding: 0;
    font-size: 18px;
    color: #7e7e7e;
    font-weight: 300;
    line-height: 27px
}

.section-title2 hr {
    width: 486px;
    height: 3px;
    margin: 0 auto;
    border: 0;
    float: none;
    background: url(images/break-line.png) left top no-repeat;
    opacity: 1
}

.section-title3 {
    padding: 0 0 40px
}

.section-title3 h2 {
    margin: 0;
    padding: 0 0 15px;
    font-size: 32px;
    color: #71a9b7;
    text-transform: none
}

.section-title3 hr {
    width: 115px;
    margin: 0 auto 20px;
    border-color: #e66517;
    border-width: 3px;
    float: none
}

.section-title4 {
    padding: 0 0 30px
}

.section-title4 h3 {
    margin: 0;
    padding: 0 0 15px;
    font-size: 50px;
    color: #040404;
    text-transform: uppercase;
    font-weight: 400
}

.cta-section .btn,
.cta-section h3,
.foot-widget h4 {
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.section-title4 hr {
    width: 91px;
    margin: 0 auto 20px;
    border-color: #71a9b7;
    border-width: 3px;
    float: none
}

.section-title5 h3,
.section-title6 h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 300
}

.section-title5 {
    padding: 0 0 50px
}

.section-title5 h3 {
    padding: 0;
    color: #e66517
}

.section-title6 {
    padding: 0 0 30px
}

.section-title6 h3 {
    padding: 0;
    color: #363535
}

.section-title6 hr {
    width: 70px;
    margin: 20px auto 0;
    border-color: #fff;
    border-width: 3px;
    float: none
}

.section-title7 {
    padding: 0 0 30px
}

.section-title7 h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #363535;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7
}

.section-title7 h3 span {
    border-bottom: 3px solid #e66517;
    padding: 0 5px 10px 0;
    margin: 0 0 -1px
}

.section-title8 {
    padding: 0 0 30px
}

.section-title8 h2 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    color: #fff;
    line-height: 53px
}

.section-title8 h2 span {
    background: #71a7b7;
    padding: 3px 16px
}

.section-title8 h2 span.light-blue {
    background: #7cabb7;
    padding: 3px 16px
}

.template-blog .blog-media {
    margin-bottom: 20px
}

.hvr-float-shadow {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.btn-default,
.cta-section .btn {
    box-shadow: none;
    text-shadow: none
}

.hvr-float-shadow:before {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.btn-default {
    background: #e9e9e9;
    border: 0;
    font-size: 20px;
    color: #534c48;
    border-bottom: 2px solid #c6c6c6
}

.btn-default.btn-lg {
    padding: 17px 50px
}

.btn-default:hover {
    background: #e66517;
    color: #fff
}

.cta-section {
    padding: 70px 0;
    background: url(images/Addicion-Treatment-Centers-footer-2.jpg) center top no-repeat;
    background-size: cover
}

.cta-section h3 {
    color: #014a5d;
    font-size: 46px;
    font-weight: 400;
    padding: 0 0 20px;
    margin: 0
}

.cta-section .btn {
    background: #f99535;
    border-radius: 0;
    font-size: 57px;
    color: #fff;
    font-weight: 700;
    border: 0;
    height: 72px;
    line-height: 72px;
    width: auto;
    padding: 0 34px;
    float: none
}

.cta-section .btn:hover {
    background: #2b2b2b;
    color: #fff;
    border-bottom-color: #000
}

.cta-section.cta-inncon .cta-title {
    color: #333
}

.cta-section.cta-inncon .btn {
    background: #333;
    color: #fff
}

.cta-section.cta-inncon .btn:hover {
    background: #39b54a;
    color: #fff
}

.foot-widget {
    width: 100%;
    float: left;
    color: #b4b1b1;
    padding: 0 0 15px;
    font-size: 13px;
    line-height: 20px
}

.foot-widget h4 {
    font-size: 22px;
    color: #fff;
    border-bottom: solid 1px #515151;
    font-weight: 400;
    padding: 0 0 15px;
    margin-bottom: 20px
}

.foot-widget ul {
    margin: 0;
    padding: 0 0 0 12px
}

.foot-widget ul li {
    list-style: none;
    padding: 0 0 20px 14px;
    margin: 0;
    display: block;
    background: url(images/foot-arrow.png) left 7px no-repeat
}

.foot-widget ul li a {
    color: #b4b1b1
}

.foot-widget ul li a:hover {
    color: #fff
}

.foot-widget a {
    color: #b4b1b1
}

.foot-widget a:hover {
    color: #fff
}

.foot-bottom,
.foot-left ul li a {
    color: #90979f
}

.call-foot {
    padding-bottom: 8px
}

.call-foot a {
    background: url(images/icons/foot-call.png) left top no-repeat;
    padding: 0 0 0 24px
}

.mail-foot a {
    background: url(images/icons/foot-mail.png) left top no-repeat;
    padding: 0 0 0 24px
}

.foot-bottom {
    width: 100%;
    float: left;
    padding: 21px 0;
    margin: 0;
    background: #393939
}

.foot-left {
    float: left
}

.foot-left ul {
    margin: 0;
    padding: 0
}

.foot-left ul li {
    list-style: none;
    padding: 0 5px 0 12px;
    margin: 0;
    display: inline-block;
    font-size: 13px;
    background: url(images/foot-sep.jpg) left center no-repeat;
    line-height: 20px
}

.foot-left ul li:first-child {
    background: 0 0;
    padding-left: 0
}

.foot-left ul li a:hover {
    color: #fff
}

.copy-right {
    font-size: 12px;
    line-height: normal
}

.foot-right {
    float: right
}

.social-info2 {
    margin: 0;
    padding: 0;
    list-style: none
}

.social-info2 li {
    display: inline;
    float: left;
    padding: 0 8px 0 0
}

.social-info2 li.lst {
    padding-right: 0
}

.social-info2 li a {
    background: url(images/social2.png) left top no-repeat;
    width: 41px;
    height: 44px;
    float: left;
    text-indent: -999999em
}

.social-info2 li.fb a {
    background-position: 0 0
}

.social-info2 li.tw a {
    background-position: -48px 0
}

.social-info2 li.sk a {
    background-position: -96px 0
}

.social-info2 li.rss a {
    background-position: -145px 0
}

.social-info2 li a:hover {
    opacity: .7
}

#contact_page .form-control {
    color: #7D7E7F;
    font-size: 14px;
    height: 43px;
    padding: 10px 12px;
    margin-bottom: 15px
}

#contact_page textarea.form-control {
    height: auto
}

#contact_page span.error_message {
    margin: -10px 0 15px
}

#contact_page input[type=reset],
#contact_page input[type=submit] {
    background: #e66517;
    box-shadow: none;
    border: 0;
    text-shadow: none;
    padding: 12px 45px;
    font-weight: 700;
    color: #FFF;
    font-size: 22px;
    text-transform: uppercase
}

#contact_page input[type=reset] {
    background: #bd0000
}

#contact_page input[type=submit]:hover {
    background: #000
}

#contact_page input[type=reset]:hover {
    background: #e66517
}

label .required,
label span {
    color: red
}

#contact_page #capcha .captchaimgouter {
    padding: 0 5px 0 0
}

#contact_page #capcha .capcha-label {
    padding: 13px 10px 0 0
}

#contact_page #capcha .captchaimgouter .img {
    width: 50px !important;
    height: 50px !important;
    background-position: center center !important;
    border: 2px dashed transparent;
    border-radius: 4px;
    opacity: .7
}

#contact_page #capcha .captchaimgouter .img.active {
    border-color: #000;
    opacity: 1
}

.testimonial-outer {
    width: 100%;
    float: left;
    margin: 0 0 50px
}

.testimonial {
    margin: 0;
    padding: 30px 70px;
    position: relative;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #666;
    font-style: italic;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    background: #fff
}

blockquote p {
    font-size: 17px;
    line-height: 26px
}

.testimonial:after,
.testimonial:before {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #d1d1d1;
    font-style: normal
}

.testimonial:before {
    top: 20px;
    left: 20px
}

.testimonial:after {
    content: "\201D";
    right: 20px;
    bottom: -.4em
}

.arrow-down {
    width: 33px;
    height: 28px;
    margin: -1px 0 0 60px;
    background: url(images/testi-arrow2.png) left top no-repeat;
    position: relative
}

.testimonial-author {
    margin: 3px 0 0 60px;
    font-size: 15px
}

.testimonial-author span {
    font-size: 12px;
    color: #666
}

.font24 {
    font-size: 24px
}

.section-whitebg span.round-number {
    background: #e66517;
    color: #fff
}

.section-transparentbg span.round-number,
span.round-number {
    background: #FFF;
    color: #000
}

span.round-number {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    font-size: 14px
}

.b-link-flow .c-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(images/overlay1.png) left top;
    padding: 10px;
    width: 100%
}

.portfolio_wrapper .b-link-flow {
    width: 100%
}

.b-link-flow .c-wrapper h2 {
    font-weight: 400;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0
}

.b-link-flow .c-wrapper h2 a {
    color: #fff
}

.b-link-flow .c-wrapper h2 a:hover {
    color: #e66517
}

#landing1 {
    padding: 0;
    background: #fff
}

#landing1 .ext-conten1 {
    margin-bottom: 80px;
    background: #fff
}

.lan_banner {
    background: url(images/landing1.jpg) center top no-repeat;
    padding: 0;
    height: auto;
    background-size: cover
}

.lan_banner .col-md-7 {
    padding-top: 120px;
    padding-bottom: 60px
}

.lan_banner .col-md-7 .lan_title {
    font-size: 44px;
    line-height: 70px;
    font-weight: 300;
    color: #000
}

.lan_banner .col-md-7 .lan_title span {
    font-size: 54px;
    color: #fff;
    font-weight: 700;
    background-color: #ff7c00;
    padding: 0 20px;
    line-height: 54px
}

.lan_banner .col-md-7 .lan_name {
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding: 0 15px;
    display: block;
    line-height: normal;
    float: left;
    margin-top: 30px
}

.lan_banner .col-md-7 .lan_bannerdec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0 0;
    font-weight: 300;
    font-size: 28px;
    color: #fff;
    line-height: 38px
}

.lan_banner .col-md-7 .lan_bannerdec strong {
    font-weight: 700
}

.lan_banner .col-md-5 {
    padding: 60px 0 0
}

.lanbtm .col-md-12 p {
    color: #f98000;
    font-size: 28px;
    font-weight: 300;
    line-height: 44px
}

.containertop {
    background: url(images/backgrounds/lanbg1.jpg) center top no-repeat;
    padding: 0;
    height: auto;
    background-size: cover;
    color: #FFF
}

.containertop .col-md-8 {
    padding: 60px 0 50px;
    font-size: 30px;
    font-weight: 300;
    line-height: 44px
}

.containertop .col-md-8 span {
    font-size: 32px;
    font-weight: 700;
    background-color: #000;
    color: #FFF;
    line-height: 36px;
    padding: 0 15px;
    text-transform: uppercase
}

.containertop .col-md-4 {
    padding: 20px 0 0
}

.midtop .col-md-8 {
    padding: 60px 0
}

.midtop .col-md-8 p {
    font-size: 22px;
    line-height: 38px;
    font-weight: 300
}

.midtop .col-md-8 p span.name {
    background-color: #064086;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    padding: 0 10px
}

.midtop .col-md-8 p span.big-title {
    font-size: 22px;
    font-weight: 700;
    color: #ff7c00
}

#landing2 {
    padding: 0;
    height: auto
}

.lan_banner2 {
    background: url(images/lanbg4.jpg) center top no-repeat;
    padding: 0 0 110px;
    height: auto;
    background-size: cover;
    color: #FFF
}

.lan_banner2 .tit1 {
    padding: 100px 0 40px;
    font-size: 44px;
    line-height: normal;
    font-weight: 300;
    color: #fff;
    text-align: center
}

.lan_banner2 .tit1 span {
    font-size: 60px;
    font-weight: 700
}

.lan_banner2 .tit2 {
    padding: 20px 0;
    width: 100%;
    float: left;
    text-align: center
}

.lan_banner2 .tit2 span {
    font-size: 34px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    background-color: #ff7c00;
    padding: 0 20px 5px
}

.lan_banner2 .tittxt {
    padding: 20px 10%;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300
}

.lan2top .col-md-7 {
    padding: 60px 0
}

.lan2top .col-md-7 p {
    font-size: 22px;
    line-height: 38px;
    font-weight: 300;
    color: #666
}

.lan2top .col-md-7 p span {
    font-size: 28px;
    font-weight: 500;
    color: #ff7c00
}

.lan2top .col-md-5 {
    padding: 40px 0 30px
}

.fullwidthbanner-container img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 300px
}

.Sub-page {
    position: relative
}

.sub-banner {
    position: absolute;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    top: 0;
    height: 100%;
    left: 0
}

.sub-banner h1 {
    color: #fff;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0
}

.section-transparentbg img.thumbnail {
    border: 10px solid rgba(255, 255, 255, .2);
    background: 0 0;
    padding: 0
}

.color-section,
.color-section p,
.color-section ul li {
    color: #000
}

.color-section ul li a {
    color: #f64200
}

.color-section ul li a:hover {
    color: #000
}

.color-section a {
    color: #f64200
}

.color-section a:hover {
    color: #000
}

.color-section img.thumbnail {
    border: 10px solid rgba(0, 0, 0, .2)
}

.color-section .check-list1 li {
    background: url(images/check-list-dark.png) left 4px no-repeat
}

.color-section h1,
.color-section h2,
.color-section h3,
.color-section h4,
.color-section h5,
.color-section h6 {
    color: #f64200
}

.color-section.section-transparentbg hr {
    opacity: .4
}

.color-section .section-title1 h1,
.color-section .section-title1 h2,
.color-section .section-title1 h3,
.color-section .section-title1 h4,
.color-section .section-title1 h5,
.color-section .section-title2 h1,
.color-section .section-title2 h2,
.color-section .section-title2 h3,
.color-section .section-title2 h4,
.color-section .section-title2 h5,
.color-section .section-title3 h1,
.color-section .section-title3 h2,
.color-section .section-title3 h3,
.color-section .section-title3 h4,
.color-section .section-title3 h5 {
    color: #71a9b7
}

.images-gallery {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center
}

.images-gallery ul {
    margin: 0;
    padding: 0;
    display: inline-block
}

.images-gallery ul li {
    width: 19.5%;
    float: none;
    display: inline-block;
    padding: 10px;
    margin: 0;
    list-style: none
}

.images-gallery ul li img {
    width: 100%;
    object-fit: cover;
    height: 300px
}

.check-list1 li.col-6 {
    width: 48%;
    float: left;
    clear: left
}

.check-list1 li.col-6.last {
    float: right;
    clear: right
}

.pagg-main {
    width: 100%;
    float: left
}

.pagg-main ul.pagination {
    margin: 0;
    padding: 0
}

.pagg-main ul.pagination li {
    list-style: none;
    padding: 0 2px 0 0;
    margin: 0;
    float: left
}

.pagg-main ul.pagination li a {
    background: #2b2b2b;
    color: #fff;
    border: none
}

.pagg-main ul.pagination li a:hover {
    background: #f64200
}

.pagg-main ul.pagination li.active a {
    background: #71a9b7
}

.clear-left {
    clear: left
}

.tre-main .col-lg-4 {
    padding-bottom: 30px
}

#sidebar {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding-left: 0px
}

#searchbar {
    padding: 0
}

.single-wrapper {
    border-left: 1px solid #fff
}

#searchbar .widget,
#sidebar .widget {
    padding: 25px;
    border: none;
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ccc
}

#searchbar .widget .widget-title h3,
#sidebar .widget .widget-title h3 {
    font-size: 20px;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 -1px;
    padding: 0 0 5px;
    border-bottom: 2px solid #f16d1f;
    display: inline-block
}

#sidebar .widget .search-form label span,
#sidebar .widget_search form .search-submit {
    display: none
}

#searchbar .widget .widget-title,
#sidebar .widget .widget-title {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc
}

#searchbar .widget a,
#sidebar .widget a {
    color: #7cabb7;
    text-decoration: none
}

#sidebar .widget .news-title h4 {
    font-size: 16px;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px
}

#sidebar .widget .news-title h4 a:hover {
    color: #000
}

#sidebar .widget .newsdesc {
    font-size: 14px;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#sidebar .widget .newstime {
    font-size: 13px;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400
}

#sidebar .widget .newsouter {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px
}

#sidebar .widget .newsouter:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

#sidebar .widget .search-form label {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%
}

#sidebar .widget .search-form input.search-field {
    background: #FFF;
    border: none;
    margin: 0;
    color: #acacac;
    height: 36px;
    font-size: 14px;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0 10px;
    border-radius: 0;
    font-weight: 400;
    width: 100%
}

#sidebar .widget_search form {
    padding: 15px;
    position: relative;
    margin: 0
}

#searchbar .textwidget,
#secondary .widget .execphpwidget,
#sidebar .widget .textwidget {
    padding: 15px 0;
    width: 100%;
    float: left
}

#secondary .widget .execphpwidget ul,
#sidebar .widget .textwidget ul {
    padding: 0
}

#sidebar h1.widget-title {
    padding: 10px 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    background: #2b2b2b;
    border: none;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    font-style: normal
}

#searchbar form,
#sidebar form {
    margin: 0
}

#searchbar form .input-group-addon,
#sidebar form#Searchfrm .input-group-addon {
    padding: 0
}

#searchbar form .input-group-addon input,
#sidebar form .input-group-addon input {
    margin: 0;
    padding: 6px 20px;
    background: url(images/icons/icon-search.png) center center no-repeat;
    border: 0;
    width: 100%;
    height: 100%;
    display: block
}

#searchbar form .input-group-addon input:hover,
#sidebar form .input-group-addon input:hover {
    background: url(images/icons/icon-search-hover.png) center center no-repeat #71a9b7
}

#searchbar .widget .adsearch a:hover,
#sidebar .widget .adsearch a:hover {
    color: #000
}

#sidebar p {
    line-height: normal
}

#sidebar lable.error_message {
    margin: -20px 0 10px
}

#sidebar .widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#sidebar .widget ul li {
    list-style: none;
    padding: 8px 0 8px 13px;
    margin: 0;
    background: url(images/state-arrow.png) 0 13px no-repeat;
    font-size: 13px;
    line-height: normal;
    border-bottom: solid 1px #efefef;
    font-weight: 600
}

#sidebar .widget ul li:last-child {
    border-bottom: 0
}

#sidebar .widget ul li a {
    color: #71a9b7
}

#sidebar .widget ul li a:hover {
    color: #f16d1f
}

#citylist {
    width: 100%;
    position: relative;
    float: left
}

#citylist table {
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 999;
    padding: 15px 0 0
}

#citylist table tbody,
#citylist table tbody tr,
#citylist table tr td {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 13px
}

#citylist table tr td {
    border: none;
    position: relative;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .21);
    padding: 8px 0
}

#citylist table tr td:before {
    content: '';
    position: absolute;
    width: 100%;
    float: left;
    height: 15px;
    left: 0;
    top: -15px;
    background: url(images/cap-arrow.png) left -5px no-repeat
}

#citylist table tr td p.matchedSmartInputItem {
    font-size: 13px;
    padding: 8px 16px;
    color: #a4a4a4;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: normal
}

#citylist table tr td p.matchedSmartInputItem:hover,
#citylist table tr td p.selectedSmartInputItem {
    background: #f3f3f3;
    color: #ed730d;
    font-size: 13px
}

.section-slider .carousel-inner {
    overflow: inherit
}

#as_txtSearch.autosuggest div.as_header {
    background: url(images/cap-arrow.png) left -5px no-repeat;
    height: 15px;
    z-index: 999;
    margin-top: -5px
}

#as_txtSearch.autosuggest div.as_header div,
div.autosuggest div.as_footer {
    display: none
}

.padding-left0 {
    padding-left: 0 !important
}

.padding-right0 {
    padding-right: 0 !important
}

.margin-bottom15 {
    margin-bottom: 15px
}

.adsrcouter .checkbox input[type=checkbox],
.adsrcouter .checkbox-inline input[type=checkbox],
.adsrcouter .radio input[type=radio],
.adsrcouter .radio-inline input[type=radio] {
    margin-left: -22px
}

.adsrcouter .checkbox {
    line-height: normal;
    color: #4e4e4e;
    font-size: 14px
}

.adsrcouter .lead-2 {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 0
}

.adsrcouter .lead-2 strong {
    border-bottom: 2px solid #eb791d;
    display: inline-block;
    padding: 0 5px 7px 0;
    margin: 0 0 -1px;
    color: #2b2b2b;
    letter-spacing: 0;
    text-transform: uppercase
}

.form-control1 {
    width: 25%;
    margin: 0 5px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #656565;
    vertical-align: inherit;
    background-color: #fff;
    border: 1px solid #ccc;
    -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
}

#contact_page img {
    margin: 2px 0 0 15px;
    padding: 4px;
    background: #FFF;
    border: 1px solid #CCC
}

#contact_page img.capimg {
    margin-left: 0
}

#contact_page img.thumbnail {
    margin: 2px 0 0 15px
}

#contact_page .caplab img {
    padding-top: 7px;
    padding-bottom: 7px
}

#contact_page label.captchalab {
    padding-top: 10px
}

.acronym {
    border-bottom: 1px dotted #383f39;
    display: inline
}

li.seareatitle {
    background: 0 0;
    padding-left: 0
}

.btn-share {
    padding: 9px 18px;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-shadow: none !important
}

.btn-share i {
    font-size: 16px;
    vertical-align: text-top
}

#searchbar {
    display: none
}

@media only screen and (max-width:1290px) {
    .navbar-nav>li>a {
        padding: 0 25px
    }

    .section-coast-count .countitle {
        width: 100%;
        text-align: center
    }

    .section-coast-count .mdl-count {
        position: relative;
        float: left;
        margin: 30px 0
    }

    .header-wrapper.affix .site-title-2 {
        width: 16%
    }

    .check-list1.forms-list li span.file-size {
        float: left;
        width: 100%
    }

    .navbar-nav>li {
        padding-left: 0
    }

    #contact_page input[type=submit],
    #contact_page input[type=reset] {
        font-size: 16px;
        padding: 12px 25px
    }

    .carousel-caption .title2 br {
        display: none
    }

    .header-wrapper.affix .navbar-nav>li>a {
        padding: 0 25px
    }
}

@media only screen and (max-width:1100px) {
    .carousel-caption label {
        font-size: 13px
    }
}

@media only screen and (max-width:999px) {
    .res-row {
        margin: 0
    }

    .carousel-caption {
        top: 13%
    }

    .carousel-caption .title1 {
        font-size: 40px;
        line-height: 40px
    }

    .carousel-caption .title-links input[type=submit] {
        font-size: 14px
    }

    .cap-loc {
        padding: 4px 15px 14px;
        width: 79%
    }

    .carousel-caption label {
        width: 100%;
        line-height: 24px;
        padding: 0
    }

    .scroll-btm {
        width: 100%;
        padding: 5px 70px 0 0
    }

    .cap-loc #milesID {
        top: 20px
    }

    .carousel-caption .title-links {
        width: 21%
    }

    .section-title1 h1 {
        font-size: 40px
    }

    .section-title8 h2 {
        font-size: 34px;
        line-height: 46px
    }

    .section-title1 h2,
    .section-title4 h3 {
        font-size: 40px
    }

    .recent-main {
        margin-bottom: 30px
    }

    .cta-section h3,
    .section-title3 h2 {
        font-size: 36px
    }

    .section-title2 h3 {
        font-size: 28px
    }

    .cta-section .btn {
        font-size: 46px;
        height: 62px;
        line-height: 62px
    }

    .section-title6 h3 {
        font-size: 30px
    }

    .thumbnail {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .navbar-nav>li>a {
        font-size: 13px;
        padding: 0 15px
    }

    .dropdown-menu>li>a,
    .fhmm .dropdown-menu ul li a {
        word-break: break-all
    }

    .header-wrapper.affix .navbar-nav>li>a {
        padding: 0 10px;
        font-size: 13px
    }

    .header-wrapper.affix .navbar-nav {
        margin: 0
    }

    .images-gallery ul li img {
        height: 250px
    }

   

    .row.maincolouter {
        margin-left: 0 !important;
        max-width: 1400px;
        margin: 0 auto;
        margin-right: 0 !important
    }



    .maincolouter .single-wrapper.padding-left0 {
        padding-right: 0 !important
    }

    .maincolouter #sidebar.padding-right0 {
        padding-left: 0 !important
    }

    #sidebar,
    .single-wrapper {
        border: 0
    }

    #sidebar .widget ul li {
        width: 30%;
        float: left;
        margin-right: 20px
    }

    #sidebar .widget ul li:nth-child(3n+1) {
        clear: both
    }

    #searchbar {
        display: block
    }

    .remove-mobile {
        display: none
    }

    .callus {
        font-size: 24px
    }

    .callus a {
        font-size: 36px
    }

    .header-wrapper.affix .site-title {
        width: 60%
    }
}

@media only screen and (max-width:899px) {
    .foot-widget h4 {
        font-size: 19px
    }

    .images-gallery ul li {
        width: 32.5%
    }

    .images-gallery ul li img {
        height: 250px
    }

    .check-list1 li.col-6 {
        width: 100%
    }

    .navbar-nav>li {
        padding-left: 7px
    }

    .header-wrapper.affix .navbar-nav>li {
        padding-left: 15px
    }

    .fullwidthbanner-container img,
    .sub-banner h1 {
        height: 200px
    }

    .cap-loc {
        width: 73%
    }

    .carousel-caption .title-links {
        width: 27%
    }
}

@media only screen and (max-width:765px) {

    .nav-area,
    .navbar-default,
    .navbar-nav {
        width: 100%
    }

    .fhmm .col-sm-3,
    .min-height {
        min-height: inherit
    }

    .header-wrapper {
        position: relative !important
    }

    .navbar-toggle {
        background: #1a1b1b;
        border-radius: 4px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        padding: 13px;
        font-size: 14px;
        border: 0;
        float: left;
        margin: 10px 0 0
    }

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

    .lan_banner,
    .lan_banner2,
    .section-transparentbg {
        background-position: center 0 !important
    }

    .header-wrapper.affix .navbar-nav>li>a,
    .navbar-nav>li>a {
        line-height: normal;
        margin: 0;
        padding: 8px 13px;
        font-size: 16px
    }

    .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        border: 0
    }

    .navbar {
        padding-bottom: 10px
    }

    .header-wrapper .pull-right {
        position: static
    }

    .navbar-nav>li>a {
        text-align: left
    }

    .navbar-nav {
        float: left;
        padding: 0 !important;
        margin: 0
    }

    .fhmm .dropdown-menu .withoutdesc {
        padding-top: 0;
        padding-bottom: 0
    }

    .navbar-nav>li {
        display: block;
        padding: 0
    }

    .open>.dropdown-menu {
        -moz-animation: none;
        -webkit-animation: none;
        animation: none
    }

    .nav-area {
        float: left;
        margin: -45px 0 15px
    }

    .callusouter {
        float: right;
        width: auto;
        position: relative !important
    }

    .fhmm .navbar-nav>li>.dropdown-menu,
    .navbar-default {
        margin: 0
    }

    .fhmm .menu-title {
        padding: 15px 0 5px 10px
    }

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

    .carousel-caption .slid1-links ul {
        width: 100%;
        text-align: center;
        float: left
    }

    .carousel-caption .slid1-links ul li {
        float: none;
        display: inline-block
    }

    .carousel-inner .active,
    .carousel-inner .active.item,
    .carousel-inner .item {
        opacity: 0 !important;
        display: none !important
    }

    .carousel-inner .item.showslid-mobile,
    .carousel-inner .item.showslid-mobile.active {
        opacity: 1 !important;
        display: block !important
    }

    .section-coast-count .container {
        padding: 0 15px
    }

    .section-coast-count .mdl-count {
        background-size: 100%
    }

    .carousel-caption {
        top: 7%
    }

    .carousel-caption .title1 {
        font-size: 30px;
        line-height: 30px;
        padding: 0
    }

    .cta-section h3,
    .section-title1 h1 {
        font-size: 34px
    }

    .sect-rehabstate {
        padding-bottom: 0
    }

    .information-main img {
        padding-bottom: 30px
    }

    .information-main h4 {
        padding: 0 0 20px
    }

    .information-main {
        margin-bottom: 30px
    }

    .section-footer {
        width: 100%;
        float: left
    }

    .foot-bottom {
        margin-top: 20px
    }

    .foot-left {
        width: 100%;
        text-align: center
    }

    .foot-right {
        width: 100%;
        text-align: center;
        padding-top: 10px
    }

    .social-info2 {
        display: inline-block
    }

    .callus,
    .header-wrapper.affix .callus {
        font-size: 20px;
        line-height: 20px
    }

    .callus a,
    .header-wrapper.affix .callus a {
        font-size: 28px;
        line-height: 20px;
        margin-top: 12px
    }

    .fullwidthbanner-container img,
    .sub-banner h1 {
        height: 150px
    }

    .sub-banner h1 {
        font-size: 26px
    }

    .carousel-caption .col-lg-10 .col-lg-7 {
        padding-left: 15px;
        padding-top: 15px
    }

    #sidebar .widget ul li {
        width: 100%;
        margin-right: 0
    }

    .header-wrapper.affix .navbar-nav>li {
        float: left;
        width: 100%;
        padding-left: 0
    }

    .header-wrapper.affix .site-title {
        width: auto;
        padding: 0
    }

    .header-wrapper.affix .topbar {
        padding: 21px 0 17px
    }
}

@media only screen and (max-width:599px) {

    .captctfield,
    .fullwidth-mobile,
    .images-gallery ul li,
    .section-footer .foot-member-logos img,
    .section-title1 hr,
    .section-title2 hr,
    .section-title4 hr {
        width: 100%
    }

    .callusouter {
        padding-top: 20px
    }

    .carousel-caption .title1 {
        font-size: 20px;
        line-height: 20px
    }

    .carousel-caption .title2 {
        font-size: 16px;
        line-height: 22px
    }

    .callusouter,
    .title-area {
        text-align: center
    }

    .cta-section h3,
    .section-title1 h1,
    .section-title1 h2,
    .section-title3 h2,
    .section-title4 h3 {
        font-size: 28px
    }

    .section-title8 h2 {
        font-size: 28px;
        line-height: 38px
    }

    .section-title2 h3 {
        font-size: 24px
    }

    .cta-section .btn {
        font-size: 40px;
        height: 50px;
        line-height: 50px;
        padding: 0 28px
    }

    .images-gallery ul li img {
        height: auto
    }

    .sub-banner h1 {
        font-size: 22px
    }

    .form-control1 {
        width: 100%;
        margin: 0
    }

    .captctfield {
        padding: 15px 0 0
    }
}

@media only screen and (max-width:479px) {
    .carousel-caption .container {
        overflow: visible
    }

    .carousel-caption {
        top: 8%
    }

    .carousel-caption .title1 {
        font-size: 18px;
        line-height: 18px
    }

    .carousel-caption .title2 {
        font-size: 14px
    }

    .cap-loc {
        width: 100%
    }

    .carousel-caption .title-links {
        width: 100%;
        float: left;
        max-width: 100px;
        padding: 15px 0 0
    }

    label.captchalab {
        width: 100%;
        float: left
    }

    .carousel-caption .dis-main input[type=text] {
        font-size: 15px;
        line-height: 24px;
        width: 110px;
        width: 38%
    }

    .container {
        overflow: hidden
    }

    .cta-section h3,
    .section-title1 h1,
    .section-title1 h2,
    .section-title3 h2,
    .section-title4 h3 {
        font-size: 26px
    }

    .section-title8 h2 {
        font-size: 24px;
        line-height: 35px
    }

    .section-title2 h3 {
        font-size: 22px
    }

    .cta-section .btn {
        font-size: 30px;
        padding: 0 20px
    }

    .sub-banner h1 {
        font-size: 20px
    }

  

    .carousel-inner {
        height: 500px !important
    }
}

#owl-blog .post-type,
#owl-blog .read-more,
#owl-blog .views,
#timeline .post-type,
#timeline .read-more,
#timeline .views,
.about_widget .social span,
.back-to-top,
.bs-glyphicons li:hover,
.btn-primary,
.contact_icons,
.desc span.text a:hover,
.desc span.title a:hover,
.dm_featured_box_icon,
.dmsearch.dmsearch-open .searchicon,
.flexslider .desc span.title,
.frm-title,
.hovicon.effect-1,
.hovicon.effect-1.sub-a:hover,
.hovicon.effect-1.sub-a:hover i,
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
.ls01,
.miniicon span,
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pricing-table>.price .name,
.progress-bar,
.section-colorizedbg,
.shop_item .icon-link,
.shop_item .icon-view,
.site-header .social span,
.social span,
.tagcloud a,
.widget-title hr,
h3.widget-title span.title-text,
mark {
    background: #3371ff;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    border: 0;
    box-shadow: none
}

.frm-title {
    padding: 8px 15px 7px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px
}

#owl-blog .post-type,
#owl-blog .read-more,
.best-rating i,
.blue>li:hover>a,
.categories li a:hover,
.check li:before,
.desc span.text a,
.jetmenu .indicator:hover,
.jetmenu i,
.jetmenu ul li .indicator,
.nav i,
.nav-tabs i,
.panel-title>a i,
.price-new,
.price>.amount,
.recent_posts a,
.required,
.rotate,
.searchicon,
.shop-right .amount,
.widget-title h3 span,
a {
    color: #67a4b6
}

.required {
    color: #646464
}

.services_lists hr,
.servicetitle hr,
::-moz-selection {
    background: #007acc
}

::selection {
    background: #007acc
}

.blue>li.active>a,
.blue>li:hover>a,
.form-control:focus,
.post-wrapper-top h2 {
    border-color: #b3b3b3
}

.b-link-apart-horisontal .b-bottom-line,
.b-link-apart-horisontal .b-bottom-line-up,
.b-link-apart-horisontal .b-top-line,
.b-link-apart-horisontal .b-top-line-up,
.b-link-apart-vertical .b-bottom-line,
.b-link-apart-vertical .b-bottom-line-up,
.b-link-apart-vertical .b-top-line,
.b-link-apart-vertical .b-top-line-up,
.b-link-box .b-bottom-line,
.b-link-box .b-top-line,
.b-link-diagonal .b-line,
.b-link-fade .b-top-line,
.b-link-fade .b-wrapper,
.b-link-flip,
.b-link-flip .b-bottom-line,
.b-link-flip .b-top-line,
.b-link-flip:hover .b-top-line b,
.b-link-flow .b-top-line,
.b-link-flow .b-wrapper,
.b-link-stripe .b-line,
.b-link-stroke .b-bottom-line,
.b-link-stroke .b-top-line,
.b-link-twist .b-bottom-line,
.b-link-twist .b-top-line,
.b-link-twist:hover .b-bottom-line b,
.b-link-twist:hover .b-top-line b,
.flex-direction-nav a,
.lt-ie10 .b-link-flip:hover .b-bottom-line b,
.magnifier,
.tp-leftarrow.default,
.tp-rightarrow.default {
    background-color: rgba(244, 94, 0, .6) !important
}

.hovicon.effect-1:after {
    box-shadow: 0 0 0 4px #007acc
}

.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary[disabled] {
    color: #fff;
    background-color: #f45e00
}

.outter-border {
    border: 1px solid #ddd;
    margin-right: 0;
    margin-left: 0;
    box-shadow: 0 0 2px silver;
    margin-bottom: 50px;
    padding: 10px
}

.inner-border {
    border-right: solid 1px #b1b1b1
}

.inner-title {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.inner-title p {
    text-transform: uppercase;
    margin: 0 0 -1px;
    padding: 0 0 5px;
    border-bottom: 2px solid #f16d1f;
    display: inline-block
}

.inner-links p {
    margin-bottom: 10px;
    font-weight: 700
}

.check-list-white {
    margin-left: 0;
    padding-left: 0;
    list-style: none
}

.check-list-white li {
    background: url(images/check-list-white.png) left 4px no-repeat;
    list-style: none;
    padding: 0 0 0 27px;
    margin: 0 0 7px
}

.dark-color-bg {
    background-color: #333;
    opacity: 0.8;
    color: #FFF;
    padding: 20px;
}

.section-imagebg {
    background: url(images/home/alcohol-addiction-treatment-options.jpg);
    padding: 50px;
}

.imagebgHome {
    background: url(images/home/drug-information2.jpg);
    padding: 50px;
}

.imagebgHome2 {
    background: url(images/home/drug-rehab-center.jpg);
    padding: 50px;
    background-position: 50% 100%
}

.imagebgHome3 {
    background: url(images/home/drug-alcohol-addiction-treatment.jpg);
    padding: 50px;
    background-position: 50% 100%
}

.home-Header {
    font-size: 50px;
    color: #FFF;
    line-height: 60px;
    padding: 100px 10px 10px
}

@media only screen and (max-width:480px) {
    .dark-color-bg {
        background-color: #333;
        opacity: 0.8;
        color: #FFF;
        padding: 15px;
        margin: -25px
    }

    .call-btn {
        line-height: 35px;
        font-size: 28px
    }

    .imagebgHome2 {
        padding: 20px;
    }

    .home-Header {
        font-size: 32px;
        line-height: 36px
    }
}

.scroll-up-button {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #67a4b6;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    line-height: 1.7;
    color: black;
    cursor: pointer;
}

.sub-em {
    margin-top: .5em;
    margin-bottom: .5em
}

.background-image-1 {
    background: url(images/dual-diagnosis-treatment-facility/dual-diagnosis-information-2.jpg) center no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    background-size: cover
}

.inner-title-background {
    background-color: rgba(0, 0, 0, .26);
    padding: 15px;
    color: #fff
}

.background-position-1 {
    background-position: 0 89%
}

.background-position-2 {
    background-position: 0 99%
}

.icon {
    width: 48px;
    height: 48px;
    margin: 4px;
    position: relative;
    overflow: hidden;
    line-height: 53px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 23px;
    text-align: center;
    display: inline-block
}

.facebook {
    text-shadow: 40px 40px 0 #1a336f, 39px 39px 0 #1a336f, 38px 38px 0 #1a336f, 37px 37px 0 #1a336f, 36px 36px 0 #1a336f, 35px 35px 0 #1a336f, 34px 34px 0 #1a336f, 33px 33px 0 #1a336f, 32px 32px 0 #1a336f, 31px 31px 0 #1a336f, 30px 30px 0 #1a336f, 29px 29px 0 #1a336f, 28px 28px 0 #1a336f, 27px 27px 0 #1a336f, 26px 26px 0 #1a336f, 25px 25px 0 #1a336f, 24px 24px 0 #1a336f, 23px 23px 0 #1a336f, 22px 22px 0 #1a336f, 21px 21px 0 #1a336f, 20px 20px 0 #1a336f, 19px 19px 0 #1a336f, 18px 18px 0 #1a336f, 17px 17px 0 #1a336f, 16px 16px 0 #1a336f, 15px 15px 0 #1a336f, 14px 14px 0 #1a336f, 13px 13px 0 #1a336f, 12px 12px 0 #1a336f, 11px 11px 0 #1a336f, 10px 10px 0 #1a336f, 9px 9px 0 #1a336f, 8px 8px 0 #1a336f, 7px 7px 0 #1a336f, 6px 6px 0 #1a336f, 5px 5px 0 #1a336f, 4px 4px 0 #1a336f, 3px 3px 0 #1a336f, 2px 2px 0 #1a336f, 1px 1px 0 #1a336f;
    background-color: #2850ad
}

.twitter {
    text-shadow: 40px 40px 0 #28a6e6, 39px 39px 0 #28a6e6, 38px 38px 0 #28a6e6, 37px 37px 0 #28a6e6, 36px 36px 0 #28a6e6, 35px 35px 0 #28a6e6, 34px 34px 0 #28a6e6, 33px 33px 0 #28a6e6, 32px 32px 0 #28a6e6, 31px 31px 0 #28a6e6, 30px 30px 0 #28a6e6, 29px 29px 0 #28a6e6, 28px 28px 0 #28a6e6, 27px 27px 0 #28a6e6, 26px 26px 0 #28a6e6, 25px 25px 0 #28a6e6, 24px 24px 0 #28a6e6, 23px 23px 0 #28a6e6, 22px 22px 0 #28a6e6, 21px 21px 0 #28a6e6, 20px 20px 0 #28a6e6, 19px 19px 0 #28a6e6, 18px 18px 0 #28a6e6, 17px 17px 0 #28a6e6, 16px 16px 0 #28a6e6, 15px 15px 0 #28a6e6, 14px 14px 0 #28a6e6, 13px 13px 0 #28a6e6, 12px 12px 0 #28a6e6, 11px 11px 0 #28a6e6, 10px 10px 0 #28a6e6, 9px 9px 0 #28a6e6, 8px 8px 0 #28a6e6, 7px 7px 0 #28a6e6, 6px 6px 0 #28a6e6, 5px 5px 0 #28a6e6, 4px 4px 0 #28a6e6, 3px 3px 0 #28a6e6, 2px 2px 0 #28a6e6, 1px 1px 0 #28a6e6;
    background-color: #29c5f6
}

.google {
    text-shadow: 40px 40px 0 #cc2f1a, 39px 39px 0 #cc2f1a, 38px 38px 0 #cc2f1a, 37px 37px 0 #cc2f1a, 36px 36px 0 #cc2f1a, 35px 35px 0 #cc2f1a, 34px 34px 0 #cc2f1a, 33px 33px 0 #cc2f1a, 32px 32px 0 #cc2f1a, 31px 31px 0 #cc2f1a, 30px 30px 0 #cc2f1a, 29px 29px 0 #cc2f1a, 28px 28px 0 #cc2f1a, 27px 27px 0 #cc2f1a, 26px 26px 0 #cc2f1a, 25px 25px 0 #cc2f1a, 24px 24px 0 #cc2f1a, 23px 23px 0 #cc2f1a, 22px 22px 0 #cc2f1a, 21px 21px 0 #cc2f1a, 20px 20px 0 #cc2f1a, 19px 19px 0 #cc2f1a, 18px 18px 0 #cc2f1a, 17px 17px 0 #cc2f1a, 16px 16px 0 #cc2f1a, 15px 15px 0 #cc2f1a, 14px 14px 0 #cc2f1a, 13px 13px 0 #cc2f1a, 12px 12px 0 #cc2f1a, 11px 11px 0 #cc2f1a, 10px 10px 0 #cc2f1a, 9px 9px 0 #cc2f1a, 8px 8px 0 #cc2f1a, 7px 7px 0 #cc2f1a, 6px 6px 0 #cc2f1a, 5px 5px 0 #cc2f1a, 4px 4px 0 #cc2f1a, 3px 3px 0 #cc2f1a, 2px 2px 0 #cc2f1a, 1px 1px 0 #cc2f1a;
    background-color: #e75c3c
}

.linkedin {
    text-shadow: 40px 40px 0 #1b74c7, 39px 39px 0 #1b74c7, 38px 38px 0 #1b74c7, 37px 37px 0 #1b74c7, 36px 36px 0 #1b74c7, 35px 35px 0 #1b74c7, 34px 34px 0 #1b74c7, 33px 33px 0 #1b74c7, 32px 32px 0 #1b74c7, 31px 31px 0 #1b74c7, 30px 30px 0 #1b74c7, 29px 29px 0 #1b74c7, 28px 28px 0 #1b74c7, 27px 27px 0 #1b74c7, 26px 26px 0 #1b74c7, 25px 25px 0 #1b74c7, 24px 24px 0 #1b74c7, 23px 23px 0 #1b74c7, 22px 22px 0 #1b74c7, 21px 21px 0 #1b74c7, 20px 20px 0 #1b74c7, 19px 19px 0 #1b74c7, 18px 18px 0 #1b74c7, 17px 17px 0 #1b74c7, 16px 16px 0 #1b74c7, 15px 15px 0 #1b74c7, 14px 14px 0 #1b74c7, 13px 13px 0 #1b74c7, 12px 12px 0 #1b74c7, 11px 11px 0 #1b74c7, 10px 10px 0 #1b74c7, 9px 9px 0 #1b74c7, 8px 8px 0 #1b74c7, 7px 7px 0 #1b74c7, 6px 6px 0 #1b74c7, 5px 5px 0 #1b74c7, 4px 4px 0 #1b74c7, 3px 3px 0 #1b74c7, 2px 2px 0 #1b74c7, 1px 1px 0 #1b74c7;
    background-color: #3a9bdc
}

.pinterest {
    text-shadow: 40px 40px 0 #d62d2e, 39px 39px 0 #d62d2e, 38px 38px 0 #d62d2e, 37px 37px 0 #d62d2e, 36px 36px 0 #d62d2e, 35px 35px 0 #d62d2e, 34px 34px 0 #d62d2e, 33px 33px 0 #d62d2e, 32px 32px 0 #d62d2e, 31px 31px 0 #d62d2e, 30px 30px 0 #d62d2e, 29px 29px 0 #d62d2e, 28px 28px 0 #d62d2e, 27px 27px 0 #d62d2e, 26px 26px 0 #d62d2e, 25px 25px 0 #d62d2e, 24px 24px 0 #d62d2e, 23px 23px 0 #d62d2e, 22px 22px 0 #d62d2e, 21px 21px 0 #d62d2e, 20px 20px 0 #d62d2e, 19px 19px 0 #d62d2e, 18px 18px 0 #d62d2e, 17px 17px 0 #d62d2e, 16px 16px 0 #d62d2e, 15px 15px 0 #d62d2e, 14px 14px 0 #d62d2e, 13px 13px 0 #d62d2e, 12px 12px 0 #d62d2e, 11px 11px 0 #d62d2e, 10px 10px 0 #d62d2e, 9px 9px 0 #d62d2e, 8px 8px 0 #d62d2e, 7px 7px 0 #d62d2e, 6px 6px 0 #d62d2e, 5px 5px 0 #d62d2e, 4px 4px 0 #d62d2e, 3px 3px 0 #d62d2e, 2px 2px 0 #d62d2e, 1px 1px 0 #d62d2e;
    background-color: #fe4445
}

.youtube {
    text-shadow: 40px 40px 0 #ca261f, 39px 39px 0 #ca261f, 38px 38px 0 #ca261f, 37px 37px 0 #ca261f, 36px 36px 0 #ca261f, 35px 35px 0 #ca261f, 34px 34px 0 #ca261f, 33px 33px 0 #ca261f, 32px 32px 0 #ca261f, 31px 31px 0 #ca261f, 30px 30px 0 #ca261f, 29px 29px 0 #ca261f, 28px 28px 0 #ca261f, 27px 27px 0 #ca261f, 26px 26px 0 #ca261f, 25px 25px 0 #ca261f, 24px 24px 0 #ca261f, 23px 23px 0 #ca261f, 22px 22px 0 #ca261f, 21px 21px 0 #ca261f, 20px 20px 0 #ca261f, 19px 19px 0 #ca261f, 18px 18px 0 #ca261f, 17px 17px 0 #ca261f, 16px 16px 0 #ca261f, 15px 15px 0 #ca261f, 14px 14px 0 #ca261f, 13px 13px 0 #ca261f, 12px 12px 0 #ca261f, 11px 11px 0 #ca261f, 10px 10px 0 #ca261f, 9px 9px 0 #ca261f, 8px 8px 0 #ca261f, 7px 7px 0 #ca261f, 6px 6px 0 #ca261f, 5px 5px 0 #ca261f, 4px 4px 0 #ca261f, 3px 3px 0 #ca261f, 2px 2px 0 #ca261f, 1px 1px 0 #ca261f;
    background-color: #e74c3c
}

.tumblr {
    text-shadow: 40px 40px 0 #273243, 39px 39px 0 #273243, 38px 38px 0 #273243, 37px 37px 0 #273243, 36px 36px 0 #273243, 35px 35px 0 #273243, 34px 34px 0 #273243, 33px 33px 0 #273243, 32px 32px 0 #273243, 31px 31px 0 #273243, 30px 30px 0 #273243, 29px 29px 0 #273243, 28px 28px 0 #273243, 27px 27px 0 #273243, 26px 26px 0 #273243, 25px 25px 0 #273243, 24px 24px 0 #273243, 23px 23px 0 #273243, 22px 22px 0 #273243, 21px 21px 0 #273243, 20px 20px 0 #273243, 19px 19px 0 #273243, 18px 18px 0 #273243, 17px 17px 0 #273243, 16px 16px 0 #273243, 15px 15px 0 #273243, 14px 14px 0 #273243, 13px 13px 0 #273243, 12px 12px 0 #273243, 11px 11px 0 #273243, 10px 10px 0 #273243, 9px 9px 0 #273243, 8px 8px 0 #273243, 7px 7px 0 #273243, 6px 6px 0 #273243, 5px 5px 0 #273243, 4px 4px 0 #273243, 3px 3px 0 #273243, 2px 2px 0 #273243, 1px 1px 0 #273243;
    background-color: #36465D
}

.stumble {
    text-shadow: 40px 40px 0 #be3a1c, 39px 39px 0 #be3a1c, 38px 38px 0 #be3a1c, 37px 37px 0 #be3a1c, 36px 36px 0 #be3a1c, 35px 35px 0 #be3a1c, 34px 34px 0 #be3a1c, 33px 33px 0 #be3a1c, 32px 32px 0 #be3a1c, 31px 31px 0 #be3a1c, 30px 30px 0 #be3a1c, 29px 29px 0 #be3a1c, 28px 28px 0 #be3a1c, 27px 27px 0 #be3a1c, 26px 26px 0 #be3a1c, 25px 25px 0 #be3a1c, 24px 24px 0 #be3a1c, 23px 23px 0 #be3a1c, 22px 22px 0 #be3a1c, 21px 21px 0 #be3a1c, 20px 20px 0 #be3a1c, 19px 19px 0 #be3a1c, 18px 18px 0 #be3a1c, 17px 17px 0 #be3a1c, 16px 16px 0 #be3a1c, 15px 15px 0 #be3a1c, 14px 14px 0 #be3a1c, 13px 13px 0 #be3a1c, 12px 12px 0 #be3a1c, 11px 11px 0 #be3a1c, 10px 10px 0 #be3a1c, 9px 9px 0 #be3a1c, 8px 8px 0 #be3a1c, 7px 7px 0 #be3a1c, 6px 6px 0 #be3a1c, 5px 5px 0 #be3a1c, 4px 4px 0 #be3a1c, 3px 3px 0 #be3a1c, 2px 2px 0 #be3a1c, 1px 1px 0 #be3a1c;
    background-color: #eb4924
}

.vimeo {
    text-shadow: 40px 40px 0 #28a6e6, 39px 39px 0 #28a6e6, 38px 38px 0 #28a6e6, 37px 37px 0 #28a6e6, 36px 36px 0 #28a6e6, 35px 35px 0 #28a6e6, 34px 34px 0 #28a6e6, 33px 33px 0 #28a6e6, 32px 32px 0 #28a6e6, 31px 31px 0 #28a6e6, 30px 30px 0 #28a6e6, 29px 29px 0 #28a6e6, 28px 28px 0 #28a6e6, 27px 27px 0 #28a6e6, 26px 26px 0 #28a6e6, 25px 25px 0 #28a6e6, 24px 24px 0 #28a6e6, 23px 23px 0 #28a6e6, 22px 22px 0 #28a6e6, 21px 21px 0 #28a6e6, 20px 20px 0 #28a6e6, 19px 19px 0 #28a6e6, 18px 18px 0 #28a6e6, 17px 17px 0 #28a6e6, 16px 16px 0 #28a6e6, 15px 15px 0 #28a6e6, 14px 14px 0 #28a6e6, 13px 13px 0 #28a6e6, 12px 12px 0 #28a6e6, 11px 11px 0 #28a6e6, 10px 10px 0 #28a6e6, 9px 9px 0 #28a6e6, 8px 8px 0 #28a6e6, 7px 7px 0 #28a6e6, 6px 6px 0 #28a6e6, 5px 5px 0 #28a6e6, 4px 4px 0 #28a6e6, 3px 3px 0 #28a6e6, 2px 2px 0 #28a6e6, 1px 1px 0 #28a6e6;
    background-color: #1ab7ea
}

.reddit {
    text-shadow: 40px 40px 0 #be3a1c, 39px 39px 0 #be3a1c, 38px 38px 0 #be3a1c, 37px 37px 0 #be3a1c, 36px 36px 0 #be3a1c, 35px 35px 0 #be3a1c, 34px 34px 0 #be3a1c, 33px 33px 0 #be3a1c, 32px 32px 0 #be3a1c, 31px 31px 0 #be3a1c, 30px 30px 0 #be3a1c, 29px 29px 0 #be3a1c, 28px 28px 0 #be3a1c, 27px 27px 0 #be3a1c, 26px 26px 0 #be3a1c, 25px 25px 0 #be3a1c, 24px 24px 0 #be3a1c, 23px 23px 0 #be3a1c, 22px 22px 0 #be3a1c, 21px 21px 0 #be3a1c, 20px 20px 0 #be3a1c, 19px 19px 0 #be3a1c, 18px 18px 0 #be3a1c, 17px 17px 0 #be3a1c, 16px 16px 0 #be3a1c, 15px 15px 0 #be3a1c, 14px 14px 0 #be3a1c, 13px 13px 0 #be3a1c, 12px 12px 0 #be3a1c, 11px 11px 0 #be3a1c, 10px 10px 0 #be3a1c, 9px 9px 0 #be3a1c, 8px 8px 0 #be3a1c, 7px 7px 0 #be3a1c, 6px 6px 0 #be3a1c, 5px 5px 0 #be3a1c, 4px 4px 0 #be3a1c, 3px 3px 0 #be3a1c, 2px 2px 0 #be3a1c, 1px 1px 0 #be3a1c;
    background-color: #ff4500
}

.yahoo {
    text-shadow: 40px 40px 0 #1b013c, 39px 39px 0 #1b013c, 38px 38px 0 #1b013c, 37px 37px 0 #1b013c, 36px 36px 0 #1b013c, 35px 35px 0 #1b013c, 34px 34px 0 #1b013c, 33px 33px 0 #1b013c, 32px 32px 0 #1b013c, 31px 31px 0 #1b013c, 30px 30px 0 #1b013c, 29px 29px 0 #1b013c, 28px 28px 0 #1b013c, 27px 27px 0 #1b013c, 26px 26px 0 #1b013c, 25px 25px 0 #1b013c, 24px 24px 0 #1b013c, 23px 23px 0 #1b013c, 22px 22px 0 #1b013c, 21px 21px 0 #1b013c, 20px 20px 0 #1b013c, 19px 19px 0 #1b013c, 18px 18px 0 #1b013c, 17px 17px 0 #1b013c, 16px 16px 0 #1b013c, 15px 15px 0 #1b013c, 14px 14px 0 #1b013c, 13px 13px 0 #1b013c, 12px 12px 0 #1b013c, 11px 11px 0 #1b013c, 10px 10px 0 #1b013c, 9px 9px 0 #1b013c, 8px 8px 0 #1b013c, 7px 7px 0 #1b013c, 6px 6px 0 #1b013c, 5px 5px 0 #1b013c, 4px 4px 0 #1b013c, 3px 3px 0 #1b013c, 2px 2px 0 #1b013c, 1px 1px 0 #1b013c;
    background-color: #400090
}

.bing {
    text-shadow: 40px 40px 0 #005c50, 39px 39px 0 #005c50, 38px 38px 0 #005c50, 37px 37px 0 #005c50, 36px 36px 0 #005c50, 35px 35px 0 #005c50, 34px 34px 0 #005c50, 33px 33px 0 #005c50, 32px 32px 0 #005c50, 31px 31px 0 #005c50, 30px 30px 0 #005c50, 29px 29px 0 #005c50, 28px 28px 0 #005c50, 27px 27px 0 #005c50, 26px 26px 0 #005c50, 25px 25px 0 #005c50, 24px 24px 0 #005c50, 23px 23px 0 #005c50, 22px 22px 0 #005c50, 21px 21px 0 #005c50, 20px 20px 0 #005c50, 19px 19px 0 #005c50, 18px 18px 0 #005c50, 17px 17px 0 #005c50, 16px 16px 0 #005c50, 15px 15px 0 #005c50, 14px 14px 0 #005c50, 13px 13px 0 #005c50, 12px 12px 0 #005c50, 11px 11px 0 #005c50, 10px 10px 0 #005c50, 9px 9px 0 #005c50, 8px 8px 0 #005c50, 7px 7px 0 #005c50, 6px 6px 0 #005c50, 5px 5px 0 #005c50, 4px 4px 0 #005c50, 3px 3px 0 #005c50, 2px 2px 0 #005c50, 1px 1px 0 #005c50;
    background-color: #00ac96
}

.myspace {
    text-shadow: 40px 40px 0 #000, 39px 39px 0 #000, 38px 38px 0 #000, 37px 37px 0 #000, 36px 36px 0 #000, 35px 35px 0 #000, 34px 34px 0 #000, 33px 33px 0 #000, 32px 32px 0 #000, 31px 31px 0 #000, 30px 30px 0 #000, 29px 29px 0 #000, 28px 28px 0 #000, 27px 27px 0 #000, 26px 26px 0 #000, 25px 25px 0 #000, 24px 24px 0 #000, 23px 23px 0 #000, 22px 22px 0 #000, 21px 21px 0 #000, 20px 20px 0 #000, 19px 19px 0 #000, 18px 18px 0 #000, 17px 17px 0 #000, 16px 16px 0 #000, 15px 15px 0 #000, 14px 14px 0 #000, 13px 13px 0 #000, 12px 12px 0 #000, 11px 11px 0 #000, 10px 10px 0 #000, 9px 9px 0 #000, 8px 8px 0 #000, 7px 7px 0 #000, 6px 6px 0 #000, 5px 5px 0 #000, 4px 4px 0 #000, 3px 3px 0 #000, 2px 2px 0 #000, 1px 1px 0 #000;
    background-color: #222
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 7px !important
}

.dropdown-menu>li {
    margin: 9px 0
}

.dropdown-menu .divider {
    height: 1px;
    margin: 0 !important;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.banner {
    background-image: url(..//images/drug-rehab-banners/drug-rehab-banner-bg-tall-2.jpg)
}

.banner-text {
    color: #3f6072;
    font-size: 47px;
    line-height: 69px
}

.banner-btn {
    opacity: 0.6;
    padding 0px 34px;
    font-size: 54px;
    line-heigh: 57px;
    font-weight: bold
}

.p-banner-text {
    color: #2a2a2a
}

.spacer-box {
    height: 25px
}

.nav>li>a {
    padding: 0 21px
}

.submenu-margin,
.submenu-margin-2 {
    margin-left: 0
}

@media only screen and (max-width:767px) {
    .navbar-nav {
        margin-top: 15px
    }

    .nav>li>a {
        padding: 10px 21px !important
    }

    .dropdown-menu {
        position: relative !important
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 0;
        margin-top: 0;
        margin-left: 0;
        -webkit-border-radius: initial;
        -moz-border-radius: initial;
        border-radius: initial
    }

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

    .submenu-margin {
        margin-left: 15px
    }

    .submenu-margin-2 {
        margin-left: 20px
    }

    .section-slider {
        margin-top: 0px
    }

    .banner-text {
        font-size: 27px;
        line-height: 31px
    }

    .banner-btn {
        font-size: 24px;
        line-heigh: 27px;
    }
}

.maininner {
    max-width: 1400px;
    margin: 0 auto
}

.single-wrapper::after {
    content: "";
    display: block;
    clear: both;
}
