body{
    font-family: "myriad-pro";
}

.lc_btn a {
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 30px;
    text-decoration: none !important;
    transition: all ease 0.5s;
    text-transform: uppercase;
    font-size: 1.4em;
}

.lc_btn a:hover{
    background: #ee6631;
    transition: all ease 0.5s;
}

i.fa.fa-arrows-h.lc-teamviewer {
    background: #fff;
    padding: 2px;
    border-radius: 100%;
    color: #2F6598;
}

.HomePage .LC_Carousel .tab-pane h1 {
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-size: 3.5em;
    left: 10%;
    max-width: 900px;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-weight: 900;
}

#homeImages, #homeImages .carousel-inner {
    height: 100%;
}

#homeImages .item {
    background-size: cover;
    background-position: center;
    height: 100%;
}

#homeImages .carousel-indicators {
    left: 10px;
    top: 45%;
    display: inline-block;
    position: absolute;
    width: auto;
    margin: 0;
}

#homeImages .carousel-indicators li {
    height: 12px;
    width: 12px;
    display: block;
    margin: 10px 0;
    border: #2F6598;
    background: #fff;
}

#homeImages .carousel-indicators li.active {
    background: #2F6598;
    border: #2F6598;
}

#site-logo{
    background-image: url(/images/LC-logo.png);
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 100000;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    left: 20px;
}

#site-logo.dark:not(.open){
    background-image: url(/images/LC-large-blue.png);
    width: 250px;
    height: 100px;
}

#mobile-menu.dark:not(.open) {
    background: #fff;
}

#remote-screen h2 {
    margin-bottom: 30px;
}

#remote-screen .fa {
    font-size: 3em;
}

#remote-screen
h2 .fa {
    font-size: 1em;
}

#remote-screen .row {
    margin-bottom: 20px;
}

#remote-screen
a {
    color: rgba(255, 255, 255, 0.7);
}

#remote-screen
a:hover {
    color:#fff;
}

#galleryDetailsScreen {
    background: #fff;
}

#galleryDetailsScreen #portfolio ul {
    padding: 0;
}

#site-menu, #remote-screen, #galleryDetailsScreen {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    padding: 5% 60px;
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    top: 0;
}
#site-menu, #remote-screen {
    background: #2F6598;
    color: #fff;
}

#site-menu.open, #remote-screen.open, #galleryDetailsScreen.open{
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    opacity: 1;
}
#remote-screen.open{
    z-index: 998;
    height: 100% !important;
}
#site-menu.open{
    z-index: 998;
}

#galleryDetailsScreen.open{
    z-index: 997;
}

#galleryDetailsScreen #main-details #image {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#galleryDetailsScreen #main-details #details p {
    text-align: left;
}

#site-menu a{
    color: #fff;
    padding: 5px;
}

#site-menu a.active {
    border-bottom: 1px solid;
    border-top: 1px solid;
}

#site-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

#site-menu div > ul > li{
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-align: left;
}

#site-menu .sub-menu{
    margin-top: 10px;
    text-align: left;
}

#site-menu .sub-menu li{
    padding: 5px;
    font-weight: 100;
}

#tel-icon {
    bottom: 150px;
}

#tel-icon, #contact-icon{
    position: fixed;
    right: 5px;
    font-size: 2.3em;
    width: 60px;
    height: 50px;
    z-index: 1000;
    text-align: center;
}

#tel-icon.dark:not(.openChild) a, #contact-icon.dark:not(.openChild) a{
    color: #2F6598;
}

#tel-icon a{
    border: 2px solid;
    padding: 5px 10px;
    border-radius: 100%;
}

#contact-icon {
    bottom: 85px;
    font-size: 2em;
}

#contact-icon a {
    border: 2px solid;
    padding: 5px 10px;
    border-radius: 100%;
}

#contact-icon a, #tel-icon a{
    color: #fff;
}

#MessageUs_Form_getContactForm label {
    display: none;
}

input[type=text].form-control, input[type=email].form-control, textarea.form-control {
    color: #2F6598;
    border: 1px solid;
    border-radius: 0;
    padding: 20px 10px;
}

#MessageUs_Form_getContactForm .btn-success {
    color: #2F6598;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    border-color: #2F6598;
}

#MessageUs_Form_getContactForm .contact-actions {
    padding: 0;
}

.btn-success {
    border-color: #2e679a;
    color: #2e679a;
    background: transparent;
    border-radius: 0;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
}

.btn-success:hover{
    background: #2e679a;
    border-color: #2e679a;
}

.contact-actions {
    padding: 0;
}

#galleryDetailsScreen #closeButton{
    background-color: #2F6598;
}

#galleryDetailsScreen #closeButton span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
}
#galleryDetailsScreen #closeButton span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}

#galleryDetailsScreen #closeButton span:nth-child(2) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#galleryDetailsScreen #closeButton {
    border-radius: 100% !important;
}

#menu-icon, #remote-icon, #galleryDetailsScreen #closeButton {
    position: fixed;
    right: 10px;
    z-index: 1000;
    padding: 5px;
    border: 2px solid #fff;
}

#menu-icon, #galleryDetailsScreen #closeButton {
    top: 10px;
    padding: 5px;
    border-radius: 10px;
}

#menu-icon #nav-icon, #galleryDetailsScreen #closeButton #nav-icon {
    width: 30px;
    /*width: 60px;*/
    /*height: 45px;*/
    height: 25px;
    position: relative;
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#galleryDetailsScreen #content #portfolio img{
    height: 50px;
}

#galleryDetailsScreen #content #portfolio ul li {
    padding:  10px;
    color: #2e679a;
    text-align: left;
    list-style: none;
    border-bottom: 1px solid;
}

#galleryDetailsScreen #content #portfolio ul li:last-child{
    border: none;
}

#galleryDetailsScreen #content #portfolio {
    padding-top: 40px;
}

#galleryDetailsScreen #content #portfolio #social .fa {
    border: 1px solid;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    border-radius: 100%;
    font-size: 1.5em;
}

#menu-icon #nav-icon span{
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu-icon #nav-icon span:nth-child(1) {
    top: 0px;
}

#menu-icon #nav-icon span:nth-child(2),#menu-icon #nav-icon span:nth-child(3) {
    top: 10px;
}

#menu-icon #nav-icon span:nth-child(4) {
    top: 20px;
}

#menu-icon #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#menu-icon #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu-icon #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menu-icon #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#remote-icon{
    top: 60px;
    border-radius: 100%;
}

#remote-icon #icon {
    width: 30px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#remote-icon.open{
    background: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#remote-icon.open #icon span{
    background: #2F6598;
}

#remote-icon #icon span{
    display: block;
    position: absolute;
    height: 5px;
    width: 45%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#remote-icon #icon span:nth-child(1) {
    top: 6px;
    width: 50%;
    right: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(45deg);
}

#remote-icon #icon span:nth-child(2),#remote-icon #icon span:nth-child(3) {
    top: 10px;
}

#remote-icon #icon span:nth-child(4) {
    top: 14px;
    width: 50%;
    right: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#remote-icon.open #icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#remote-icon.open #icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#remote-icon.open #icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#remote-icon.open #icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#remote-icon #icon span:nth-child(5) {
    top: 0px;
    width: 40%;
    right: 4px;
}

#remote-icon #icon span:nth-child(6) {
    top: 10px;
    width: 80%;
    right: -6px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#remote-icon #icon span:nth-child(7) {
    bottom: 0px;
    width: 40%;
    right: 4px;
}

#remote-icon.open #icon span:nth-child(5),
#remote-icon.open #icon span:nth-child(6),
#remote-icon.open #icon span:nth-child(7){
    opacity: 0;
}

#remote-icon.open #icon span:nth-child(2), #remote-icon.open #icon span:nth-child(3){
    width: 85%;
    left: 2px;
}

#menu-icon.dark:not(.openChild) #nav-icon span, #remote-icon.dark:not(.openChild) #icon span{
    background: #2F6598;
}

#menu-icon.dark:not(.openChild), #remote-icon.dark:not(.openChild){
    border: 2px solid #2F6598;
}

#side-nav {
    background: #2f6598;
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    z-index: 1;
}

.ContentPage #side-nav {
    height: 91%;
}

#side-nav.dark:not(.openChild){
    background: #fff;
}

#side-nav.openChild {
    z-index: 9999;
}

.LC_Carousel .glyphicon-chevron-right {
    animation: bounceRight 2s infinite;
    -webkit-animation: bounceRight 2s infinite;
    -moz-animation: bounceRight 2s infinite;
    -o-animation: bounceRight 2s infinite;
}

.LC_Carousel .glyphicon-chevron-left {
    animation: bounceLeft 2s infinite;
    -webkit-animation: bounceLeft 2s infinite;
    -moz-animation: bounceLeft 2s infinite;
    -o-animation: bounceLeft 2s infinite;
}

.LC_Carousel {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.LC_Carousel .carousel-control {
    position: absolute;
    height: 100px;
    top: auto;
    bottom: 20px;
    width: 100px;
    z-index: 1;
}

.LC_Carousel .carousel-control.left {
    left: 10px;
}

.LC_Carousel .carousel-control.right {
    right: 10px;
}

.LC_Carousel .homeSlider-content{
    background: #2F6598;
    color: #fff;
    height: 100%;
    padding: 21px 70px;
    text-align: center;
    overflow: scroll;
    overflow-x: hidden;
}
.LC_Carousel .homeSlider-contactContent{
    background: rgba(255,255,255,0.9);
    color: #2F6598;
    height: 100%;
    padding: 120px 70px;
}

.homeSlider-content p,
.homeSlider-content h1,
.homeSlider-content h2,
.homeSlider-content h3,
.homeSlider-content h4,
.homeSlider-content h5,
.homeSlider-content h6,
.homeSlider-content span1{
    text-align: left;
}

.homeSlider-content img {
    margin-bottom: 20px;
}

#socialLinks {
    padding: 0;
    list-style: none;
    margin-top: 5px;
}

#socialLinks li{
    display: inline-block;
}

#socialLinks li a {
    font-size: 2em;
    text-align: center;
    padding: 10px;
}

#socialLinks li i {
    top: 0;
}

.LC_Carousel .homeSlider-background{
    height: 100%;
    padding: 0;
    background-size: cover;
}
.LC_Carousel .tab-content,
.LC_Carousel .tab-pane {
    height: 100%;
}

.LC_Carousel .tab-pane .detailsBtn, .LC_Carousel .tab-pane .backBtn{
    text-align: center;
    margin-top: 30px;
}

.LC_Carousel .tab-pane .detailsBtn .btn, .LC_Carousel .tab-pane .backBtn .btn {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    transition: ease all 0.5s;
}

.LC_Carousel .tab-pane .detailsBtn .btn:hover, .LC_Carousel .tab-pane .backBtn .btn:hover {
    /*     color: #000; */
    background: #ee6631;
    border-color: #ee6631;
    transition: ease all 0.5s;
}
.LC_Carousel .tab-pane .detailsBtn .btn {
    animation: bounceDown 2s infinite;
    -webkit-animation: bounceDown 2s infinite;
    -moz-animation: bounceDown 2s infinite;
    -o-animation: bounceDown 2s infinite;
}
.LC_Carousel .tab-pane .detailsBtn .btn:before {
    content: 'View More Details';
    position: absolute;
    top: -25px;
    left: -50px;
    color: #ee6631;
    font-weight: 600;
    text-transform: uppercase;
}
/*
.LC_Carousel .tab-pane .backBtn .btn:hover {
    animation: bounceUp 2s infinite;
    -webkit-animation: bounceUp 2s infinite;
    -moz-animation: bounceUp 2s infinite;
    -o-animation: bounceUp 2s infinite;
} */

.LC_Carousel .sub-pageLink{
    padding: 5px 15px;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    transition: ease all 0.5s;
}

.LC_Carousel .sub-pageLink:hover {
    color: #2F6598;
    background: #fff;
    transition: ease all 0.5s;
}

.LC_Carousel .content {
    overflow: scroll;
    height: 100%;
    position: relative;
}

.gallery-items {
    height: 100%;
}

.LC_Carousel .gallery-content.content{
    height: 100%;
    color: #2f6598;
    background: #fff;
    padding: 5px;
}

.sidebar-menu {
    right: 11px;
    top: 20%;
    display: inline-block;
    position: fixed;
    width: 35px;
    margin: 0;
    text-align: right;
    left: inherit;
    bottom: auto;
    z-index: 1;
}

.sidebar-menu .backBtn a {
    padding: 0px;
    margin-bottom: 10px;
    color: #2f6598;
    border-color: #000;
    background: #fff;
    border: 1px solid;
    border-radius: 100%;
    width: 30px;
    font-size: 1.5em;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.sidebar-menu a:hover{
    color: #fff;
    background: #2f6598;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.sidebar-menu .carousel-indicators {
    top: initial !important;
    right: 15px !important;
    position: absolute !important;
    width: 10px !important;
}

.carousel-control .details,
#menu-icon .details,
#remote-icon .details,
#tel-icon .details,
#contact-icon .details,
.backBtn .details,
.sidebar-menu > .details
{
    width: 210px;
    /*width: max-content;*/
    position: absolute;
    background: #ee6631;
    color: #fff;
    top: 11px;
    padding: 5px 20px;
    text-shadow: none;
    border-radius: 10px;
    /*filter: none;*/
    /*opacity: 0;*/
    transition: all ease 0.5s;
    display: none;
    font-size: 20px;
}

.backBtn .details.home {
    top: 0;
}

.sidebar-menu > .details.home{
    top: 140px;
}

.carousel-control .details.home,
#menu-icon .details.home,
#remote-icon .details.home,
#tel-icon .details.home,
#contact-icon .details.home,
.backBtn .details.home,
.sidebar-menu > .details.home{
    display:block ;
}

.carousel-control.right:hover .details{
    display: block;
    transition: all ease 0.5s;
    -webkit-animation: slide-left .3s ease-out;
    -moz-animation: slide-left .3s ease-out;
}
.carousel-control.left:hover .details{
    display: block;
    transition: all ease 0.5s;
    -webkit-animation: slide-right .3s ease-out;
    -moz-animation: slide-right .3s ease-out;
}

.carousel-control.right .details,
#menu-icon .details,
#remote-icon .details,
#tel-icon .details,
#contact-icon .details,
.backBtn .details,
.sidebar-menu > .details{
    right: 74px;
}

.carousel-control.left .details{
    left: 74px;
}

.carousel-control .details:after,
#menu-icon .details:after,
#remote-icon .details:after,
#tel-icon .details:after,
#contact-icon .details:after,
.backBtn .details:after,
.sidebar-menu > .details:after{
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 10px);

    content: '';
    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;
}

.carousel-control.right .details:after,
#menu-icon .details:after,
#remote-icon .details:after,
#tel-icon .details:after,
#contact-icon .details:after,
.backBtn .details:after,
.sidebar-menu > .details:after{
    right: -13px;
    border-left: 20px solid #ee6631;
}

.carousel-control.left .details:after{
    left: -13px;
    border-right: 20px solid #ee6631;
}

@-webkit-keyframes slide-left {
    0% { opacity: 0; -webkit-transform: translateX(-50%); }
    100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes slide-left {
    0% { opacity: 0; -moz-transform: translateX(-50%); }
    100% { opacity: 1; -moz-transform: translateX(0); }
}

@-webkit-keyframes slide-right {
    0% { opacity: 0; -webkit-transform: translateX(-50%); }
    100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes slide-right {
    0% { opacity: 0; -moz-transform: translateX(-50%); }
    100% { opacity: 1; -moz-transform: translateX(0); }
}

/* Animations */
@-webkit-keyframes bounceDown {
    0% {-webkit-transform: translateY(0);}
    50% {-webkit-transform: translateY(10px);}
}
@-moz-keyframes bounceDown {
    0%{-moz-transform: translateY(0);}
    50% {-moz-transform: translateY(10px);}
}
@-o-keyframes bounceDown {
    0% {-o-transform: translateY(0);}
    50% {-o-transform: translateY(10px);}
}
@keyframes bounceDown {
    0%{transform: translateY(0);}
    50% {transform: translateY(10px);}
}

@-webkit-keyframes bounceUp {
    0% {-webkit-transform: translateY(0);}
    50% {-webkit-transform: translateY(-10px);}
}
@-moz-keyframes bounceUp {
    0%{-moz-transform: translateY(0);}
    50% {-moz-transform: translateY(-10px);}
}
@-o-keyframes bounceUp {
    0% {-o-transform: translateY(0);}
    50% {-o-transform: translateY(-10px);}
}
@keyframes bounceUp {
    0%{transform: translateY(0);}
    50% {transform: translateY(-10px);}
}

@-webkit-keyframes bounceRight {
    0% {-webkit-transform: translateX(0);}
    50% {-webkit-transform: translateX(10px);}
}
@-moz-keyframes bounceRight {
    0%{-moz-transform: translateX(0);}
    50% {-moz-transform: translateX(10px);}
}
@-o-keyframes bounceRight {
    0% {-o-transform: translateX(0);}
    50% {-o-transform: translateX(10px);}
}
@keyframes bounceRight {
    0%{transform: translateX(0);}
    50% {transform: translateX(10px);}
}

@-webkit-keyframes bounceLeft {
    0% {-webkit-transform: translateX(0);}
    50% {-webkit-transform: translateX(-10px);}
}
@-moz-keyframes bounceLeft {
    0%{-moz-transform: translateX(0);}
    50% {-moz-transform: translateX(-10px);}
}
@-o-keyframes bounceLeft {
    0% {-o-transform: translateX(0);}
    50% {-o-transform: translateX(-10px);}
}
@keyframes bounceLeft {
    0%{transform: translateX(0);}
    50% {transform: translateX(-10px);}
}

@-webkit-keyframes activeButton {
    0% {-webkit-transform: scale(1);}
    50% {-webkit-transform: scale(1);}
}
@-moz-keyframes activeButton {
    0%{-moz-transform: scale(1);}
    50% {-moz-transform: scale(1);}
}
@-o-keyframes activeButton {
    0% {-o-transform: scale(1);}
    50% {-o-transform: scale(1);}
}
@keyframes activeButton {
    0%{transform: scale(1);}
    50% {transform: scale(1.2);}
}


a.bottom.carousel-control {
    position: absolute;
    bottom: 10px;
    top: auto;
    left: 50% !important;
}

a.top.carousel-control {
    position: absolute;
    top: 10px;
    left: 50% !important;
}

.toptext {
    position: absolute;
    top: 60px;
    left: 47% !important;
    color: #2f6598;
    font-size: 1.3em;
    font-weight: 700;
}

.top.carousel-control, .toptext {
    animation: bounceDown 2s infinite;
    -webkit-animation: bounceDown 2s infinite;
    -moz-animation: bounceDown 2s infinite;
    -o-animation: bounceDown 2s infinite;
}

.bottomtext {
    position: absolute;
    bottom: 60px;
    left: 48% !important;
    color: #2f6598;
    font-size: 1.3em;
    font-weight: 700;
}

.bottom.carousel-control, .bottomtext {
    animation: bounceUp 2s infinite;
    -webkit-animation: bounceUp 2s infinite;
    -moz-animation: bounceUp 2s infinite;
    -o-animation: bounceUp 2s infinite;
}

.carousel-control {
    color: #2F6598;
    background: #fff;
    background-image: none !important;
    opacity: 0.8;
    height: 50px !important;
    width: 50px !important;
    border-radius: 100%;
}

.carousel-control:hover, .carousel-control:active{
    color: #2F6598;
}

.item {
    padding: 0 !important;
}

/* Footer */
.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    left: 0;
}

.footer a{
    padding: 0 !important;
}

/* Vertical Carousel */
.carousel.vertical .carousel-inner {
    height: 100%;
    width: auto;
}
.carousel.vertical .carousel-inner > .item {
    height: 100%;
    width: auto;
    padding-right: 50px;
    -webkit-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel.vertical .carousel-inner > .item {
        -webkit-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }
    .carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
    }
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
    display: block;
}
.carousel.vertical .carousel-inner > .active {
    top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel.vertical .carousel-inner > .next {
    top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
    top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
    top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
    top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
    top: 100%;
}

.carousel.vertical .carousel-control {
    left: auto;
    width: 50px;
}
.carousel.vertical .carousel-control.up {
    top: 0;
    right: 0;
    bottom: 50%;
}
.carousel.vertical .carousel-control.down {
    top: 50%;
    right: 0;
    bottom: 0;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-up,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .glyphicon-chevron-up {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-up,
.carousel.vertical .carousel-control .icon-down {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel.vertical .carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel.vertical .carousel-control .icon-next:before {
    content: '\203a';
}

#contentCarousel .carousel-indicators {
    right: 25px;
    top: 20%;
    display: inline-block;
    position: fixed;
    width: 10px;
    margin: 0;
    text-align: right;
    left: inherit;
    bottom: auto;
}

#contentCarousel .carousel-indicators li {
    height: 18px;
    width: 18px;
    display: block;
    margin: 10px 0;
    background: #fff;
    border: #fff 1px solid;
}

#contentCarousel .carousel-indicators li.active{
    background: #2f6598;
}

#contentCarousel .carousel-indicators #home-link {
    border: none;
    background: transparent !important;
    color: #fff;
}

#contentCarousel .carousel-indicators #home-link a{
    color: #fff;
}

#contentCarousel .carousel-indicators:before {
    content: '\f062';
    top: -10px;
    font-family: FontAwesome;
    animation: bounceUp 2s infinite;
    -webkit-animation: bounceUp 2s infinite;
    -moz-animation: bounceUp 2s infinite;
    -o-animation: bounceUp 2s infinite;
}

#contentCarousel .carousel-indicators:after {
    content: '\f063';
    bottom: -10px;
    font-family: FontAwesome;
    animation: bounceDown 2s infinite;
    -webkit-animation: bounceDown 2s infinite;
    -moz-animation: bounceDown 2s infinite;
    -o-animation: bounceDown 2s infinite;
}

#contentCarousel .carousel-indicators:before,
#contentCarousel .carousel-indicators:after {
    position: absolute;
    left: 3px;
    color: #fff;
    font-family: FontAwesome;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2f6598;
}

#contentCarousel .landscape-nav{
    display: none;
}

.gallery-items .item {
    height: 200px;
    padding: 30px !important;
}

.gallery-items .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.homeSlider-content a {
    color: #fff;
    text-decoration: underline;
}

/*
    Extra Fonts
 */

@font-face {
    font-family: "exchange";
    src:url("../fonts/exchange.eot");
    src:url("../fonts/exchange.eot?#iefix") format("embedded-opentype"),
    url("../fonts/exchange.woff") format("woff"),
    url("../fonts/exchange.ttf") format("truetype"),
    url("../fonts/exchange.svg#exchange") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "exchange" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "exchange" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5em;
}

.icon-exchange:before {
    content: "\61";
}

#alert-message {
    width: 100%;
    position: absolute;
    top: 0;
    background: #982f2f;
    /*background: #e3e22d;*/
    z-index: 100;
    padding: 15px 100px;
    color: #fff;
    font-family: "myriad-pro";
}

#alert-message a{
    color: #fff;
    text-decoration: underline;
}

#alert-message h4{
    margin: 10px;
}

.blog-latest{
    display: flex;
}
.blog{
    display: grid;
}
.inner{
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.inner:hover{
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
    width: 99.90%;
}
.blog-desc{
    background-color: #2F6598;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    color: #fff;
}
.blog-desc a h2{
    margin-top: 0;
    color: #fff;
}

.LC_Blogs_Post_Page #lipsum{
    display: none;
}
.LC_Blogs_Post_Page .content > #lipsum{
    display: block;
    font-size: 16px;
}

.LC_Blogs_Post_Page .carousel-control .details.home, #menu-icon .details.home, #remote-icon .details.home, #tel-icon .details.home, #contact-icon .details.home, .backBtn .details.home, .sidebar-menu > .details.home{
    display: none;
}

.LC_Blogs_Post_Page .page-breadcrumbs,
.LC_Blogs_Post_Page #l-desc-content{
    display: none;
}

.LC_Blogs_Post_Page .page-content-header{
    height: 500px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.blog-social-container{
    padding-top: 25px;
}
.blog-back{
    text-align: left;
}
.blog-contact{
    text-align: center;
}
.blog-social{
    text-align: right;
    font-size: 25px;
}

.blog-page-container{
    padding-bottom: 100px;
}

.blog-page-container .row.blog-latest .inner {
    margin-bottom: 25px
}
