
html {
    overflow-x: hidden;
    overflow-y: auto;
}
html, body {
    min-height: 100%;
}
body {
    background-color: #fff;
    color: #666;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    padding: 0 !important;
}
body.grey .divider .fa, body.grey {
    background-color: #f1f2f7;
}
section {
    padding-bottom: 10px;
    padding-top: 10px;
}
section.alternate .divider .fa, section.alternate {
    background-color: #f5f3f4;
}
body.grey section.alternate .divider .fa, body.grey section.alternate {
    background-color: #e9e9e9;
}
section.dark {
    background-color: #333;
    color: #fff;
}
section header {
    display: block;
    margin-bottom: 60px;
}
section header p {
    margin: 0;
    padding: 0;
}
section header strong {
    font-weight: 500;
}
section header h1, section header h2, section header h3 {
    margin-bottom: 10px;
}
figure {
    margin-bottom: 20px;
}
input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], textarea, select {
    margin-bottom: 10px;
}
.form-group input {
    margin: 0;
}
.btn {
    border-radius: 0;
}
#header.sticky {
    display: block;
    left: 0;
    right: 0;
    z-index: 100;
}
#header.sticky.affix #topBar {
    display: none;
}
#header.sticky.affix.has-slider {
    margin-top: 0 !important;
    top: 0;
}
body.boxed {
    background-color: #d7d6d6;
}
body.boxed #wrapper {
    position: relative;
}
body.boxed #wrapper, body.boxed #topBar, body.boxed footer {
    margin: auto;
    max-width: 1170px;
}
body.boxed #wrapper {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    margin: 30px auto !important;
    overflow: hidden;
}
body.boxed #topBar {
    border-radius: 6px;
    border-top: 4px solid #333;
}
body.boxed #header.sticky.affix {
    margin-top: -30px;
}
body.boxed #header.sticky.affix #topNav.translucent {
    margin-top: 30px !important;
}
@media only screen and (max-width: 768px) {
body.boxed #topBar, body.boxed #wrapper {
    border-radius: 0;
    margin: 0 !important;
}
}
.callout {
    background-color: #f6f6f6;
    padding: 30px 0;
    z-index: 10;
}
.callout.styleBackgroundColor h2, .callout.styleBackgroundColor h3, .callout.styleBackgroundColor h4, .callout.styleBackgroundColor p {
    color: #fff;
}
.callout.styleBackgroundColor .btn {
    border-color: rgba(255, 255, 255, 0.3);
}
.callout h2, .callout h3, .callout h4 {
    font-weight: 300;
    margin: 0 0 8px;
}
.callout p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.callout .btn {
    margin-top: 0;
}
.callout.dark, .callout.dark h2, .callout.dark h3, .callout.dark h4, .callout.dark p {
    background-color: #252525;
    color: #fff;
}
.callout.dark p {
    color: #b1b1b1;
    font-size: 17px;
    margin: auto;
    max-width: 960px;
}
.callout.dark.arrow-up, .callout.dark.arrow-down {
    padding: 60px 0;
    position: relative;
}
.callout.dark.arrow-down::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #252525;
    bottom: -20px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
.callout.dark.arrow-up::after {
    border-bottom: 20px solid #252525;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -20px;
    width: 0;
}
@media only screen and (max-width: 990px) {
.callout h2, .callout h3, .callout h4 {
    font-size: 18px;
    font-weight: 600;
}
.callout .btn {
    margin-top: 20px;
}
}
div.slider {
    background-color: #171717;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1;
}
div.slider a.btn {
    color: #fff;
}
div.slider a.btn-default {
    color: #000;
}
.tp-bannertimer {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
    height: 4px !important;
}
.tparrows.round::before {
    color: #fff;
    display: inline-block;
    font-family: "revicons";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-right: 0;
    margin-top: 9px;
    text-align: center;
    text-decoration: inherit;
    width: 40px;
}
.tparrows {
}
.tparrows.round {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    border-radius: 5px;
    cursor: pointer;
    height: 40px !important;
    width: 40px !important;
}
.tparrows:hover {
    color: #fff;
}
.tp-leftarrow.round::before {
    content: "";
}
.tp-rightarrow.round::before {
    content: "";
}
.tparrows.tp-rightarrow::before {
    margin-left: 1px;
}
.tparrows.round:hover {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0 !important;
}
.tp-caption.default_white {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.default_black {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.block_black {
    background-color: #000;
}
.tp-caption.block_white {
    background-color: #fff;
}
.tp-caption.block_white, .tp-caption.block_styleColor, .tp-caption.block_black {
    border-width: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0;
    padding: 1px 10px;
    white-space: nowrap;
}
.tp-caption.block_huge {
    font-size: 130px;
    line-height: 130px;
}
.tp-caption.block_huge.text-white {
    color: #fff;
}
.tp-caption.block_huge.text-black {
    color: #000;
}
.flexslider.flexFull .flex-direction-nav a, .flexslider.flexContent .flex-direction-nav a {
    background: #333333 none repeat scroll 0 0;
    border-radius: 3px;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 45px;
    margin: -22px 0 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 45px;
    z-index: 10;
}
.flexslider.flexFull .flex-direction-nav a.flex-next::after, .flexslider.flexContent .flex-direction-nav a.flex-next::after {
    content: "";
}
.flexslider.flexFull .flex-direction-nav a.flex-prev::after, .flexslider.flexContent .flex-direction-nav a.flex-prev::after {
    content: "";
}
.flexslider.flexFull .flex-direction-nav a.flex-prev::after, .flexslider.flexFull .flex-direction-nav a.flex-next::after, .flexslider.flexContent .flex-direction-nav a.flex-prev::after, .flexslider.flexContent .flex-direction-nav a.flex-next::after {
    color: #fff;
    display: inline-block;
    font: 12px/1em "Glyphicons Halflings";
    left: 16px;
    position: absolute;
    top: 16px;
}
div.layerslider div.ls-slide > div.ls-l.fullvideo {
    height: 100% !important;
    width: 100% !important;
}
.ls-borderlessdark .ls-thumbnail-inner, div.ls-thumbnail-slide-container {
    background-color: rgba(0, 0, 0, 0.1) !important;
}
#bar {
    background: #999 none repeat scroll 0 0;
    height: 4px;
    max-width: 100%;
    width: 0;
}
#progressBar {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    width: 100%;
}
div.owl-carousel > div {
    position: relative;
}
div.owl-carousel .caption {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: 0;
    color: #333;
    font-size: 20px;
    left: 0;
    margin-right: 1px;
    padding: 3px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    z-index: 10;
}
#toTop {
    background-color: #333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 35px;
    opacity: 0.9;
    padding-top: 7px;
    position: fixed;
    right: 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 48px;
    z-index: 1000;
}
#toTop::before {
    content: "";
    font-family: "fontawesome";
}
span.user-avatar {
    background: #eee none repeat scroll 0 0;
    float: left;
    height: 64px;
    margin-right: 10px;
    width: 64px;
}
section.page-title {
    background-color: rgba(0, 0, 0, 0.03);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    display: block;
    padding: 20px 0 0;
    position: relative;
}
body.grey section.page-title {
    background-color: #ddd;
}
section.page-title header {
    margin: 0;
}
section.page-title h1 {
    font-size: 2.2em;
    line-height: 42px;
}
section.page-title ul.breadcrumb {
    display: block;
}
section.page-title h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: inline-block;
    margin: 0 0 -1px;
    padding-bottom: 15px;
}
ul.has-icons > li > i {
    margin-right: 6px;
    min-width: 15px;
}
.callout ul.list-icon li::before {
    font-size: 20px;
}
section.brands {
    padding: 30px 0;
}
.dropdown-menu .label {
    color: #fff !important;
    margin-top: -2px;
}
.alert-default h4 {
    margin-bottom: 3px;
}
.alert-default p:last-child {
    margin: 0;
}
.has-feedback .form-control-feedback {
    top: 30px;
}
.range_inputs .btn {
    padding: 6px;
}
.colorpicker.inline::before {
    display: none;
}
.slider.slider-horizontal, .slider.slider-vertical {
    background: transparent none repeat scroll 0 0;
}
.tab-post {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.tab-post:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab-post .tab-post-link {
    font-size: 13px;
    line-height: 13px;
}
.tab-post small {
    display: block;
    font-size: 10px;
}
.sky-form {
    margin-bottom: 30px;
}
.parallax {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 60px 0;
    position: relative;
}
.parallax-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../images/patterns/parallax_overlay.png");
    background-repeat: repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.parallax .parallax-content {
    z-index: 2;
}
@media only screen and (max-width: 1024px) {
.parallax {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: 1024px 100% !important;
}
}
.footable {
    border-radius: 2px;
}
.footable > thead > tr > th, .footable > thead > tr > td {
    background-color: rgba(0, 0, 0, 0.03) !important;
    background-image: none;
}
form.search-big {
    display: block;
    margin-bottom: 30px;
    margin-top: -30px;
}
form.search-big input {
    border: 1px solid #c6c6c6;
    height: 46px;
}
div.search-result {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
div.search-result h4 {
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
div.search-result p {
    margin: 0;
    padding: 0;
}
div.search-result img {
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}
.search-title-aside {
    color: #888;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
}
ul.search-history {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-bottom: 6px;
}
.buttons-over-image {
    left: 23px;
    position: absolute;
    top: 8px;
}
#world-map {
    background-color: rgba(0, 0, 0, 0.06);
    padding: 0 3px 3px 0;
}
.jvectormap-zoomin, .jvectormap-zoomout {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    height: 20px;
    padding: 4px 0;
    width: 20px;
}
.jvectormap-zoomout {
    top: 40px;
}
#map, #panorama {
    height: 300px;
}
.maintenance {
    background-color: rgba(0, 0, 0, 0.05);
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    margin-top: 10%;
    padding: 20px;
    text-align: center;
}
.maintenance h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 6px;
}
@media only screen and (max-width: 480px) {
.maintenance h1 {
    font-size: 40px;
    line-height: 40px;
}
}
.default-404 {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 170px;
    line-height: 170px;
    margin-bottom: 30px;
    text-align: center;
}
@media only screen and (max-width: 600px) {
.default-e404 p {
    margin-bottom: 60px;
}
.default-404 {
    display: none;
}
}
.comingsoon {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    margin-top: 10%;
    padding: 20px;
    text-align: center;
}
.comingsoon hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0.1);
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 2px;
}
.comingsoon h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 6px;
}
.comingsoon span.countdown_amount {
    font-size: 50px !important;
    padding: 15px;
}
.comingsoon span.countdown_section {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 2px;
    padding: 30px 45px;
    text-align: center;
}
.comingsoon span.countdown_row span {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    margin-right: 1px;
    text-align: center;
}
.comingsoon .form-control {
    border: 0 none;
    border-radius: 0;
    height: 38px;
}
@media only screen and (max-width: 960px) {
.comingsoon span.countdown_amount {
    font-size: 50px !important;
    padding: 6px;
}
.comingsoon span.countdown_section {
    padding: 20px;
}
.comingsoon span.countdown_row span {
    font-size: 14px;
}
}
@media only screen and (max-width: 550px) {
.comingsoon h1 {
    font-size: 40px;
    line-height: 40px;
}
.comingsoon span.countdown_amount {
    font-size: 20px !important;
    padding: 6px;
}
.comingsoon span.countdown_section {
    font-size: 12px;
    padding: 10px;
}
.comingsoon span.countdown_row span {
    font-size: 11px;
}
}
.word-rotator {
    display: inline-block;
    height: 0;
    margin-bottom: -11px;
    overflow: hidden;
    position: relative;
    text-align: left;
    visibility: hidden;
    width: 100px;
}
h2 .word-rotator {
    bottom: 2px;
    height: 42px !important;
}
h3 .word-rotator {
    bottom: 9px;
    height: 24px !important;
}
h4 .word-rotator {
    bottom: 5px;
    height: 27px !important;
}
h5 .word-rotator {
    bottom: 7px;
    height: 18px !important;
}
p .word-rotator {
    bottom: 5px;
}
p.lead .word-rotator {
    bottom: 4px;
}
.word-rotator.active {
    visibility: visible;
    width: auto;
}
.word-rotator .items {
    position: relative;
    width: 100%;
}
.word-rotator .items span {
    display: block;
    margin-bottom: 0;
}
.item-box {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 0;
    display: inline-block;
    margin: 16px 0;
    overflow: hidden;
    position: relative;
}
.item-box.fullwidth {
    max-width: 100%;
}
section.alternate .item-box {
    background-color: #fff;
}
.item-box figure {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.item-box.fixed-box figure img {
    height: auto;
    width: 100%;
}
.item-box-desc {
    overflow: hidden;
    padding: 10px 20px;
}
.item-box-desc p {
    display: block;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-box.fixed-box .item-box-desc p {
    height: 98px;
}
.item-box-desc h4 {
    margin: 0;
    padding: 0;
}
.item-box .item-box-desc small {
    display: block;
}
.item-box.fixed-box .item-box-desc {
    height: 256px;
}
.item-box.fixed-box figure {
    max-height: 263px;
}
.item-box .socials {
    border-top: 1px solid #eee;
    display: block;
    text-align: center;
}
.item-box .item-hover {
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.2s ease 0s;
}
.item-box .item-hover, .item-box .item-hover button, .item-box .item-hover a {
    color: #fff;
}
.item-box .item-hover .inner {
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 100;
}
.item-box:hover .item-hover {
    opacity: 1;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: rgba(0, 0, 0, 0.07);
    color: #333;
}
.item-box .item-hover .overlay {
    background-color: rgba(127, 127, 127, 0.6);
}
.box-content.thumbnail {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
}
.box-content.thumbnail:hover {
    background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0;
    border: 0 none !important;
}
.box-content.thumbnail .item-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.box-content.thumbnail .item-image img{
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.box-content.thumbnail h3 {
    bottom: 10px;
    color: #fff;
    font-size: 18px;
    left: 0;
    line-height: 18px;
    position: absolute;
    width: 100%;
    text-align: left;
}
.box-content.thumbnail img {
    width: 100%;
}
.box-content.thumbnail h3 span {
background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    margin-left: 5px;
    padding: 10px;
    width: 96%;
    margin-right: 5px;
}
.box-content.thumbnail h3 small {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    bottom: -10px;
    color: #333;
    display: inline-block;
    left: 10px;
    margin-top: -10px;
    padding: 3px;
    position: absolute;
}
.box-content.thumbnail p {
    border-bottom: 1px solid #eee;
    font-size: 12px;
    height: 80px;
    line-height: 16px;
    margin-bottom: 6px;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: left;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 480px) {
.box-content.thumbnail h3 {
    font-size: 15px;
    line-height: 15px;
}
}

.timeline {
    margin-bottom: 60px;
    position: relative;
}
.timeline .timeline-left .item {
    background-color: rgba(0, 0, 0, 0.06);
    border-right: 3px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    margin-left: 50px;
    padding: 15px;
    position: relative;
}
.timeline .timeline-left .item::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent rgba(0, 0, 0, 0.06) transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    left: -20px;
    position: absolute;
    right: 100%;
    top: 10px;
    width: 0;
}
.timeline .timeline-left .item::before {
    background-color: #333;
    border: 5px solid #ddd;
    content: " ";
    height: 22px;
    left: -50px;
    position: absolute;
    right: 100%;
    top: 10px;
    width: 22px;
    z-index: 1;
}
.timeline-left::after {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 10px;
    opacity: 0.35;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 0;
}
.timeline .timeline-left .timeline-centered-title {
    clear: both;
    content: " ";
    float: right;
    font-size: 19px;
}
.timeline .timeline-right .item {
    background-color: rgba(0, 0, 0, 0.06);
    border-left: 3px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    margin-right: 50px;
    padding: 15px;
    position: relative;
}
.timeline .timeline-right .item::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.06);
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    position: absolute;
    right: -20px;
    top: 10px;
    width: 0;
}
.timeline .timeline-right .item::before {
    background-color: #333;
    border: 5px solid #ddd;
    content: " ";
    height: 22px;
    position: absolute;
    right: -50px;
    top: 10px;
    width: 22px;
    z-index: 1;
}
.timeline-right::after {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    opacity: 0.35;
    position: absolute;
    right: 10px;
    top: 0;
    width: 4px;
    z-index: 0;
}
.timeline .timeline-right .item h4 {
    text-align: right;
}
.timeline .timeline-right .timeline-centered-title {
    clear: both;
    content: " ";
    float: left;
    font-size: 19px;
}
.timeline .timeline-centered .item {
    background-color: rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    margin-top: 100px;
    padding: 15px;
    position: relative;
}
.timeline .timeline-centered .item:first-child {
    margin-top: 0;
}
.timeline-centered::after {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: 0;
    opacity: 0.35;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 0;
}
.timeline-centered .item {
    max-width: 46%;
}
.timeline .timeline-centered .item.pull-right::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent rgba(0, 0, 0, 0.06) transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    left: -20px;
    position: absolute;
    right: 100%;
    top: 10px;
    width: 0;
}
.timeline .timeline-centered .item.pull-right::before {
    background-color: #333;
    border: 5px solid #ddd;
    content: " ";
    height: 22px;
    left: -43px;
    position: absolute;
    right: 100%;
    top: 10px;
    width: 22px;
    z-index: 1;
}
.timeline .timeline-centered .item.pull-left::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.06);
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    position: absolute;
    right: -20px;
    top: 10px;
    width: 0;
}
.timeline .timeline-centered .item.pull-left::before {
    background-color: #333;
    border: 5px solid #ddd;
    content: " ";
    height: 22px;
    position: absolute;
    right: -46px;
    top: 10px;
    width: 22px;
    z-index: 1;
}
.timeline .timeline-centered .item.pull-left h4 {
    text-align: right;
}
.timeline .timeline-centered .item.pull-right .timeline-centered-title {
    clear: both;
    content: " ";
    float: right;
    font-size: 19px;
}
.timeline .timeline-centered .item.pull-left .timeline-centered-title {
    clear: both;
    content: " ";
    float: left;
    font-size: 19px;
}
.timeline .timeline-centered p {
    clear: both;
    content: "";
}
@media only screen and (max-width: 768px) {
.timeline-centered .item {
    margin: 0 0 30px !important;
    max-width: 100% !important;
    width: 100% !important;
}
.timeline .timeline-centered .item.pull-left, .timeline .timeline-centered .item.pull-right {
    display: block !important;
    float: none !important;
    position: relative !important;
}
.timeline .timeline-centered .item.pull-left h4 {
    text-align: left;
}
.timeline .timeline-centered .item.pull-right::after, .timeline .timeline-centered .item.pull-right::before, .timeline .timeline-centered .item.pull-left::after, .timeline .timeline-centered .item.pull-left::before, .timeline-centered::after {
    display: none;
}
}
#portfolio .item-box-desc h4 {
    font-size: 17px;
    max-height: 32px;
    overflow: hidden;
}
#portfolio .item-box figure img {
    margin: auto;
    width: 100%;
}
#portfolio .item-box-desc small {
    font-size: 12px;
    margin-bottom: 0;
}
#portfolio .item-box a {
    text-decoration: none;
}
#portfolio ul.fullwidth .isotope-item, #portfolio ul.fullwidth .item-box {
    margin: 0;
}
#portfolio ul.fullwidth .item-box .overlay, #portfolio ul.fullwidth .item-box {
    border-radius: 0;
}
#portfolio ul.fullwidth .isotope-item {
    float: left;
    width: 20%;
}
#portfolio .project_quick_info span {
    padding: 0 8px;
}
#portfolio .project_quick_info i.fa {
    padding-right: 6px;
}
#portfolio ul.fullcenter {
    margin-left: 15px;
    margin-right: 15px;
}
#portfolio ul.fullcenter .isotope-item, #portfolio ul.fullcenter .item-box {
    margin: 0;
}
#portfolio ul.fullcenter .item-box .overlay, #portfolio ul.fullcenter .item-box {
    border-radius: 0;
}
#portfolio ul.fullcenter .isotope-item {
    float: left;
    width: 25%;
}
@media only screen and (max-width: 960px) {
#portfolio ul.fullwidth .isotope-item, #portfolio ul.fullcenter .isotope-item {
    width: 33.3333%;
}
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
#portfolio ul.fullwidth .isotope-item, #portfolio ul.fullcenter .isotope-item {
    width: 100%;
}
}
#gmap {
    display: block;
    height: 400px;
    width: 100%;
    z-index: 1;
}
#gmap.gmap-half {
    height: 250px;
}
#gmap.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.divider.onepage {
    max-width: 300px;
}
.divider.onepage.center {
    margin: 60px auto;
}
.divider.half-margins.onepage.center {
    margin: 30px auto;
}
h1.font-dosis, h2.font-dosis, h3.font-dosis, h4.font-dosis, h5.font-dosis, h6.font-dosis {
    font-family: "Dosis";
}
form.onepage input[type="text"], form.onepage input[type="password"], form.onepage input[type="email"], form.onepage input[type="phone"], form.onepage textarea, form.onepage textarea:focus, form.onepage select, form.onepage select:focus {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none !important;
    font-size: 16px;
    margin: 0 !important;
    padding: 16px;
}
form.onepage .row div {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
}
.onepage-slider-offset {
    padding-top: 60px;
}
body.boxed .onepage-slider-offset {
    padding-top: 30px;
}
.profile-buttons {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 15px;
    float: right;
    width: 100%;
}
.profile-buttons h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.profile-btn-link {
    color: #999;
    margin: 0 !important;
    padding: 4px 10px !important;
}
.profile-activity h6 {
    font-weight: bold;
    margin-bottom: 6px;
    padding-left: 15px;
}
.profile-activity p {
    font-size: 13px;
    padding-left: 15px;
}
.profile-tabs {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    padding-top: 30px;
}
time.datebox {
    background-color: #fff;
    border: 1px solid;
    display: block;
    font-size: 14px;
    margin: 3px auto;
    position: relative;
    width: 35px;
}
time.datebox strong {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: block;
    padding: 2px 0;
    text-align: center;
}
time.datebox span {
    color: #2f2f2f;
    display: block;
    font-size: 15px;
    text-align: center;
}
#comments {
}
#comments .comment {
    border-bottom: 1px solid #e5e5e5;
    margin: 9px 0;
    padding: 0 0 10px;
}
#comments a.replyBtn {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
}
#comments span.user-avatar {
    background: #eee none repeat scroll 0 0;
    float: left;
    height: 64px;
    margin-right: 10px;
    width: 64px;
}
ul.comment {
    margin-bottom: 30px;
}
li.comment {
    font-size: 13px;
    margin-bottom: 25px;
    position: relative;
}
li.comment p {
    margin: 0;
    padding: 0;
}
li.comment img.avatar {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
}
li.comment.comment-reply img.avatar {
    left: 6px;
    top: 6px;
}
li.comment .comment-body {
    padding-left: 60px;
    position: relative;
}
li.comment.comment-reply {
    background-color: #fafafa;
    margin-bottom: 6px;
    margin-left: 60px;
    padding: 6px;
}
li.comment a.comment-author {
    display: block;
    margin-bottom: 6px;
}
li.comment a.comment-author span {
    font-size: 15px;
}
@media only screen and (max-width: 1216px) {
.container {
    width: 100%;
}
}
@media only screen and (max-width: 990px) {
}
@media only screen and (max-width: 768px) {
#header.sticky #topNav {
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
}
}
@media only screen and (max-width: 480px) {
.alert-default div.text-right {
    text-align: left;
}
.alert-default .btn {
    margin-top: 20px;
}
section.page-title h2, section.page-title h2 span, section.page-title {
    text-align: center;
}
}
.fa-hover a {
    display: block;
    padding: 4px;
    text-decoration: none;
}
.fa-hover a:hover {
    background-color: #f3f3f3;
}
.fa-hover i {
    margin-right: 10px;
    width: 20px;
}
.fa-hover a span {
    color: #666;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.bs-glyphicons .glyphicon {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.bs-glyphicons li {
    background-color: #f9f9f9;
    border: 1px solid #fff;
    cursor: pointer;
    float: left;
    font-size: 10px;
    height: 115px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    width: 25%;
}
.bs-glyphicons li:hover {
    background-color: #f3f3f3;
}
@media (min-width: 768px) {
.bs-glyphicons li {
    font-size: 12px;
    width: 12.5%;
}
}
.iconExamples .example {
    cursor: pointer;
    padding: 6px 3px;
    text-align: center;
}
.iconExamples .example:hover {
    background-color: #f3f3f3;
}
.iconExamples .example::before, .iconExamples .example::after {
    content: " ";
    display: table;
}
.iconExamples .example .icon {
    float: left;
    font-size: 20px;
    width: 35px;
}
.iconExamples .example .class {
    color: #333;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 0;
    text-align: center;
}
.grid-color span {
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    padding: 10px 0;
    text-align: center;
}
.grid-demo [class*="col-"] {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.grid-demo .row {
    margin-left: 0;
    margin-right: 0;
}
.linecon .icon {
    background-color: #f6f6f6;
    border: 1px solid #fff;
    cursor: pointer;
    float: left;
    height: 115px;
    margin: 0 -1px -1px 0;
    padding: 22px 10px;
    text-align: center;
    width: 12.5%;
    word-wrap: break-word;
}
.linecon .icon:hover {
    background-color: #f3f3f3;
}
.linecon .icon i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
.PagerContainerTable {
    float: right;
    border-radius: 4px;
}
.PagerContainerTable tr td a,
.PagerContainerTable tr td span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -2px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.PagerContainerTable tr td a {
    color: #81078f;
}
.PagerContainerTable tr td span {
    color: #fff;
    border-color: #81078f;
    background-color: #81078f;
}
.search-loader {
    position: absolute;
    top: 9px;
    right: 40px;
}
#Header_txtSearch::-webkit-search-cancel-button {
  display: none;
}