.navbar{
    margin-bottom: 0px;
}

.navbar-brand:hover .home img {
    top: -24px;
}

.navbar-default {
    background-color: rgba(248, 248, 248, 0);
}

.navbar-default .navbar-nav>li>a {
    font-family: 'cibreoregular';
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .navbar-toggle {
    background-color: #e24a1b;
    border-color: #e24a1b;
    margin-top: 25px;
    margin-bottom: 20px;
    margin-right: 0px;
}

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

@media (max-width: 1100px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

.logo{
    width: 190px;
    float: left
}

.navbar-nav {
    float: right;
}

@media (max-width: 900px){
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
}

.navbar {
    position: relative;
    min-height: 50px;
}

.custom-menu {
    border: 0;
    border-radius: 8px;
    background: rgba(134, 112, 176, 0);
    position: relative;
    z-index: 1001;
}

.custom-menu a:not(.home) {
    /*color: #fff !important;
    font-size: 13px;*/
    letter-spacing: 1px;
}

@media (max-width: 1100px){
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .navbar-toggle {
        display: block;
    }
}

.custom-menu a:hover {
    /*background-image: url(../images/ehorizon-li-hover.png);*/
    background-position: center top;
    background-repeat: no-repeat;
    text-decoration: none;
    min-height: 28px;
    color: #e34a1e;
}


#nav-r li .active {
    /*background-image: url(../images/ehorizon-li-hover.png);*/
    background-position: center top;
    background-repeat: no-repeat;
    color: #F15822;
    text-decoration: none;
    min-height: 28px;
}

#bs-example-navbar-collapse-1 a.active {
    color: #F15822 !important;
}

.banner-people {
    text-align: right;
}

.banner-text {
    position: relative;
   /* top: 30px;
    left: 35px;
    width: 80%;*/
    color: #fff;
    font-family: 'MyriadProRegular';
    font-size: 13px;
}

.feature-title {
    margin-bottom: 20px;
    color: #845EA9;
    font-family: 'MyriadProRegular';
    font-size: 20px;
    font-weight: normal;
}

.feature-info {
    width: 100%;
    margin: 0 auto;
}

.feature-button,
a.adjust {
    padding: 8px;
    margin: 20px auto;
    display: block;
    font-weight: normal;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#B5A8D3), to(#644B98));
    background: -moz-linear-gradient(top, #B5A8D3, #644B98);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#B5A8D3', endColorstr='#644B98');
    color: #fff !important;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    width: 80px;
}

    .text{
	padding: 0px 0px 0px 0px;
	}

@media screen and (max-width: 1700px){
    .text {
    padding: 0 10px 0 36px;
    }
}

@media only screen and (min-width: 1200px){
    .ehorizon-h1{
        left: 30%;
    }
    
    .c-image{
        margin-top: -288px;
    }
}

@media screen and (max-width: 700px){
    .text {
    padding: 0px 0px 0px 0px;
    }
}

.first-section{
    background-color: #333333;
}

.second-section{
    background-color: #e34a1e;
}

.row {
    margin-right: initial;
    margin-left: initial;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.second-section-home-page{
    background: #e34b1c;
    background-position: center top;
    background-repeat: repeat-x;
    padding: 5px 0 0 0;
    width: 100%;
    height: 556px;
    margin: 0 0 0 0;
    position: relative;
}


.home-page{
    clear: both;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    height: 572px;
    background-position: center bottom;
}

@media (min-width: 1200px){
.col-lg-2 {
    width: 20.666667%;
}
}

@media (min-width: 1200px){
.col-lg-6 {
    width: 52%;
}
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


#foo2 {
    width: 100% !important;
    height: 700px;
}

#foo2 .text-block div {
   /* display: none;*/
}

.list_carousel{
position: relative;
}

.list_carousel li {
   /* font-size: initial;
    overflow: hidden;
    max-width:  650px;
    width: initial !important;*/
    font-size: 14px;
    overflow: hidden;
    max-width: 1250px;
    width: initial !important;
}

#slider .img-scroll {
    padding: initial;
    float: none;
}

.footer-label {
    color: #845EA9;
    font-size: 17px;
    font-weight: normal;
}

@media screen and (max-width: 800px){
.navbar-toggle {
    display: block;
}
}

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

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

.navbar-default .navbar-toggle:hover {
    background-color: #e44f22;
}

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


/*Home Banner Start*/

.home-slide-image-1, .home-slide-image-2{
    padding-top: 25px;
    display: inline;
    left: -52%;
}

.div.hidden, .div.hidden2, .div.hidden3{
    display: none;
    margin-left: -22px;
}

.home-slide-image-2{
    width: inherit;
    height: 91px;
    position: absolute;
    top: -21px;
    left: 16%;
}

/*@media only screen and (max-width: 1000px){
    .home-slide-image-1, .home-slide-image-2, .banner-news {
       display: none !important;
    }
}*/

@media only screen and (max-width: 1000px){
    .home-slide-image-1, .home-slide-image-2, .banner-news {
       display: none !important;
    }
    
    .navbar-nav {
        padding-top: 0px;
    }
    
    .banner-heading{
        padding-left: 28%;
    }
    
    .banner-text{
        min-width: 117%;
    }
    
    
}

.banner-text {
   /* font-family: 'MyriadProRegular';
    margin: 0;
    padding: 0 0 20px;
    font-size: 14px;*/
    text-align: left;
    color: #fff;
    width: 280px;
    line-height: 20px;
    font-weight: normal;
}

.banner-text h1{
    font-family: 'cibreoregular';
    line-height: 40px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    margin: 0 0 15PX 0;
    text-align: left;
    padding-top: 50px;
}

.banner-text p{
    font-family: 'MyriadProRegular';
    margin: 0;
    padding: 0 0 20px;
    font-size: 14px;
}

.banner-heading{
    left: -25%;
}

@media only screen and (max-width: 320px){
    .banner-heading {
        margin-left: 0px;
    }

    .banner-text {
        width: 100%;
    }
    
    a.home-banner-button{
        padding-right: 1%;
    }
}


@media only screen and (max-width: 900px){
    
    
}


@media only screen and (max-width: 1125px){
    /*.banner-heading {
        left: 2%;
    }
    
    .banner-text {
        width: 100%;
    }
    
    .banner-news{
        display: none;
    }*/

    .home-services{
        width: 100%;
    }
    
    .no-video{
        width: 97%;
    }
    
    .c-image{
        top: 20% !important;
    }
}

/*@media only screen and (max-width: 1180px){
        .banner-heading{
		    left: 2%;
		    top: -3%;
		}
}*/

@media only screen and (min-width: 1100px){
		.home-slide-image-1{
		    left: -53%;
		}

		.home-slide-image-2{
		    left: 13%;
		    ;
		}

		.banner-news{
            padding-left: 2%;
		}

		.banner-heading{
		    top: -64%;
		    padding-left: 71%;
		}
}

@media only screen and (min-width: 1000px){
		.home-slide-image-1{
		    left: -53%;
		}

		.home-slide-image-2{
		    left: 13%;
		    ;
		}

		.banner-news{
            padding-left: 2%;
		}

		.banner-heading{
		    top: -64%;
		    padding-left: 71%;
		}
}




@media screen and (min-width: 700px){
        a.home-banner-button{
        padding-right: 5%;
    }
}


.banner-news{
    /*margin-left: 35px;*/
    left: 5%;
    top: -72%;

}

.home-banner-button{
    background-repeat: no-repeat;
    padding: 0 20px 0 0;
}

.banner-button{

    width: 500px;
}

/*Home Banner End*/


#srv-column{
        width: 100%;
    background-color: #fff;
    height: 280px;
}

#srv-column-full{
 clear: both;
    margin: 0 auto;
    padding: 0 0 0 0;
    /* width: 960px; */
    overflow: hidden;
    background-color: #FFF;
    font-family: 'FrutigerLTStd65Bold';
    font-size: 10pt;
    color: #000;
    text-align: justify;
}

#srv-column-container h1{
    font-family: 'cibreoregular';
    font-size: 20px;
    color: #333333;
    text-align: left;
    line-height: 20px;
    padding: 10px 0 0 0;
}

#srv-column-container{
    font-family: 'FrutigerLTStd65Bold';
    font-size: 14px;
    position: relative;
    margin: -162px 0 0 0;
    position: absolute;
    z-index: 1;
}

/*.third-section .container{
    margin-top: -16px;
    padding: 50px 0px;
    margin-bottom: -35px;
}*/

.srv{
    /*padding-left: 60px;*/
    /* padding: 0 16% !important; */
}

.srv p{
    font-family: 'MyriadProRegular';
    margin: 0;
    padding: 0 0 18px;
    font-size: 14px;
    text-align: left;
    color: #333;
    width: 95%;
}

.srv-title{
    /*margin-bottom: 20px;*/
    color:#333333;
    font-family: 'cibreoregular';
    font-size: 20px;
    text-align:left;
    line-height:20px;
    padding:10px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
    width: 94%;
}


.news-section{
    background-color: #333;
    /*padding-bottom: 20px;*/
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}



/*.news-section .container {
    padding: 40px 0;
}*/

/*Copyright CSS END*/

#footer-wrapper {
    width: 100%;
    background: #202020;
    background-position: bottom center;
}

.copyright {
    padding-top: 13px;
}

.copyright h6 {
    color: #ffffff;
    text-align: left;
    font-family: 'MyriadProRegular';
    font-size: 11pt;
}

a{
    color: #333333;
}

a:focus, a:hover {
    color: #e34b1c;
    text-decoration: none;
}

.footer-policy{
    float: right;
}

@media only screen and (max-width: 767px){
.copyright h6{
    float: none;
    text-align: center!important;
}
}


#copyright {
    background: #202020;
    color: #ffffff;
    padding: 28px 0 0px 0;
}

#copyright .copyright-col1 {
    float: left;
    margin: 0;
    padding: 0;
}

.copyright-col1 p{
    color: #ffffff;
}

#copyright .copyright-col2 {
    float: right;
    margin: 0;
    padding: 0;
}

#copyright .copyright-col3 {
    float: right;
    margin: 0;
    padding: 0;
}


/*.container .sixteen.columns {
    width: 1160px;
}*/

.footer{
    position: relative;
    /*width: 1170px;*/
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width: 767px){
.footer {
    width: 300px;
}
}

@media only screen and (max-width: 767px){
   .container .sixteen.columns{
    width: 300px;
   }
}

@media only screen and (max-width: 767px){
#copyright .copyright-text {
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 767px){
#copyright .copyright-col1{
    float: none;
    text-align: center!important;
}
}

@media only screen and (max-width: 767px){
#copyright .copyright-col2 {
    float: none;
    text-align: center!important;
}
}

@media only screen and (max-width: 767px){
#copyright .copyright-col3 {
    float: none;
    text-align: center!important;
}
}

/*Copyright CSS END*/




/*E-Horizon CSS END*/

.ehorizon{
    padding-top: 50px;
    padding-bottom: 10px;
}

.ehorizon-banner{
    background: url(../images/ehorizon-ehorizon-flash.jpg);
   /* background: url(../images/ehorizon-text.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e44c1d;
    height: 318px;
}

.ehorizon h1{
    font-family: 'cibreoregular';
    font-size: 25px;
    line-height: 25px;
    color: #333;
    padding: 0 0 0 0;
    margin: 20px 0 15px 0;
    background-position: left 1px;
    background-repeat: no-repeat;
    font-weight: bold;
}

.ehorizon-h1{
    font-family: 'cibreoregular';
    font-size: 25px;
    line-height: 25px;
    color: #333;
    padding: 0 0 0 0;
    /*margin: 20px 0 15px 0;*/
    margin: -18px 0px 15px -68px;
    background-position: left 1px;
    background-repeat: no-repeat;
    font-weight: bold;
}

@media only screen and (max-width: 350px){
    .ehorizon-h1 h1{
        font-size: 22px;
        line-height: 20px;
    }
}

.juny-text{
    display: inline;
}

.juny-text a:link {
    color: #E34F21;
    text-decoration: none;
}

.juny-text a {
    color: #E34F21;
    text-decoration: none;
}

a.juny-text {
    color: #E34F21;
    text-decoration: none;
}

.ehorizon-junyverse{
    width: 80%;
    padding-bottom: 50px;
}

@media only screen and (max-width: 800px){
    
    .ehorizon-h1{
        margin: 0px 0px 0px 0px;
    }
    
    .ehorizon-banner {
        /*background-position: 8%;
        background: url(../images/ehorizon-text.png);
        background-repeat: no-repeat;
        background-position: center;*/
        background: none;
        background-color: #e44c1d;
        height: 125px;
    }
}

@media only screen and (max-width: 400px){
    .third-section h1{
        font-size: 21px;
    }
    
    /*.ehorizon-junyverse{
        padding-left: 40px;
    }*/
}


@media (min-width: 1200px){
    .ehorizon-text, .solutions-text, .about-us-text, .investor-text, .news-text, .contact-text, .privacy-text, .copyrighttext{
        display: none;
    }
}

@media (min-width: 992px){
    .ehorizon-title, .solutions-title, .about-us-title, .investor-title, .news-title, .contact-title, .privacy-title, .copyright-title{
        display: none;
    }
}

@media (min-width: 800px){
    .ehorizon-title, .solutions-title, .about-us-title, .investor-title, .news-title, .contact-title, .privacy-title, .copyright-title{
        display: none;
    }
}

/*E-Horizon CSS END*/



/*NCE CSS START*/

.nce-banner{
    /*background: url(../images/ehorizon-solutions-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e44c1d;
    height: 412px;*/
    background-position: center top;
    background-repeat: repeat-x;
    padding: 0 0 0 0;
    width: 100%;
    height: 400px;
    margin: 0 0 0 0;
    background-image: url(../images/e-horizon-solutions-banner.jpg);
}

.nce h1{
    font-family: 'cibreoregular';
    font-size: 25px;
    line-height: 25px;
    color: #333;
    padding: 0 0 0 0;
    margin: 20px 0 15px 0;
    background-position: left 1px;
    background-repeat: no-repeat;
    font-weight: bold;
}

@media only screen and (max-width: 800px){
    .nce{
        padding-top: 50px;
    }

    .nce-banner {
        background-position: 31%;
    }
    
    .content-image{
        text-align: center;
    }
}

@media only screen and (max-width: 800px){
    
    .nce-banner-h1{
        margin: 0px 0px 0px 0px;
    }
    
    .nce-banner {
        /*background-position: 8%;
        background: url(../images/ehorizon-text.png);
        background-repeat: no-repeat;
        background-position: center;*/
        background: none;
        background-color: #e44c1d;
        height: 125px;
    }

} 
/*NCE CSS END*/


/* ABOUT US START */

.about-us{
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-us-banner{
    background: url(../images/ehorizon-aboutus-flash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e44c1d;
    height: 319px;
}

.third-section h1{
    font-family: 'cibreoregular';
    font-size: 25px;
    line-height: 25px;
    color: #333;
    padding: 0 0 0 0;
    margin: 20px 0 15px 0;
    background-position: left 1px;
    background-repeat: no-repeat;
    font-weight: bold;
}

.about-us h1{
    font-family: 'cibreoregular';
    font-size: 25px;
    line-height: 25px;
    color: #333;
    padding: 0 0 0 0;
    margin: 20px 0 15px 0;
    background-position: left 1px;
    background-repeat: no-repeat;
    font-weight: bold;
}

@media only screen and (max-width: 767px){
.about-us-banner {
    background-position: -3%;
}

.content-image{
    text-align: center;
}
}

.mobile-images{
    margin-bottom: -50px;
    width: 100%;
}

@media only screen and (max-width: 800px){
    
    .about-us-banner-h1{
        margin: 0px 0px 0px 0px;
    }
    
    .about-us-banner {
        /*background-position: 8%;
        background: url(../images/ehorizon-text.png);
        background-repeat: no-repeat;
        background-position: center;*/
        background: none;
        background-color: #e44c1d;
        height: 125px;
    }
}


/* Investor START */

.investor{
    padding-top: 50px;
}

.investor-banner{
    background: url(../images/ehorizon-investor-flash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e44c1d;
    height: 319px;
}

/*@media only screen and (max-width: 767px){
    .investor-banner {
        background-position: -3%;
    }
}*/


@media only screen and (max-width: 800px){
    
    .investor-banner-h1{
        margin: 0px 0px 0px 0px;
    }
    
    .investor-banner {
        /*background-position: 8%;
        background: url(../images/ehorizon-text.png);
        background-repeat: no-repeat;
        background-position: center;*/
        background: none;
        background-color: #e44c1d;
        height: 125px;
    }
}


.news-banner{
    background: url(../images/ehorizon-news-banner.jpg);
    background-repeat: repeat-x;
    background-position: center;
    height: 370px;
}

/*@media only screen and (max-width: 767px){
    .news-banner {
        background-position: 31%;
    }
}*/

@media only screen and (max-width: 800px){
    
    .news-banner-h1{
        margin: 0px 0px 0px 0px;
    }
    
    .news-banner {
        /*background-position: 8%;
        background: url(../images/ehorizon-text.png);
        background-repeat: no-repeat;
        background-position: center;*/
        background: none;
        background-color: #e44c1d;
        height: 125px;
    }
}




/*Contact Us*/

.contact{
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-banner{
    background: url(../images/ehorizon-contactus-flash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e44c1d;
    height: 318px;
}

.map{
    padding-left: 80px;
}

@media only screen and (max-width: 767px){
        .contact-banner {
            background-position: -2%;
        }
        
        .map{
        padding-left: 0px;
    }
}


@media only screen and (max-width: 800px){
    
    .contact-banner-h1{
        margin: 0px 0px 0px 0px;
    }
    
    .contact-banner {
        /*background-position: 8%;
        background: url(../images/ehorizon-text.png);
        background-repeat: no-repeat;
        background-position: center;*/
        background: none;
        background-color: #e44c1d;
        height: 125px;
    }
}



/* Call Completion Engine START */

.call-completion-engine-banner{
    background: url(../images/ehorizon-solutions-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #e44c1d;*/
    height: 447px;
}

.call-completion-engine{
    margin-top: 20px;
    padding-bottom: 50px;

}
    
@media only screen and (max-width: 767px){
    .call-completion-engine-banner {
        background-position: 31%;
    }
}


/* Call Completion Engine END */




/* Business Communication Engine START */

.business-communication-engine-banner{
    background: url(../images/ehorizon-solutions-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #e44c1d;*/
    height: 447px;
}

.business-communication-engine{
    margin-top: 20px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 767px){
    .business-communication-engine-banner {
        background-position: 31%;
    }
}
    

/* Business Communication Engine END */




/* Sitemap START */

.sitemap-banner{
    background: url(../images/ehorizon-sitemap.jpg);
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #e44c1d;*/
    height: 389px;
}

.sitemap{
    margin-top: -70px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 767px){
    .sitemap-banner {
        background-position: 31%;
    }
}
    

/* Sitemap END */


/* PRIVACY POLICY START */

.privacy-banner{
    background: url(../images/ehorizon-privacy-flash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #e44c1d;*/
    height: 370px;
}

.privacy{
    padding-top: 25px;
    padding-bottom: 50px;
}
    
/*@media only screen and (max-width: 767px){
    .privacy-banner {
        background-position: 31%;
    }
}*/
    
@media only screen and (max-width: 800px){
    
    .privacy-banner-h1{
        margin: 0px 0px 0px 0px;
    }
    
    .privacy-banner {
        /*background-position: 8%;
        background: url(../images/ehorizon-text.png);
        background-repeat: no-repeat;
        background-position: center;*/
        background: none;
        background-color: #e44c1d;
        height: 125px;
    }
}    
    

/* PRIVACY POLICY END */



/* COPYRIGHT START */

.copyright-banner{
    background: url(../images/ehorizon-copyright.jpg);
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #e44c1d;*/
    height: 370px;
}

.copyright{
    padding-top: 25px;
    padding-bottom: 50px;
}
    
/*@media only screen and (max-width: 767px){
    .copyright-banner {
        background-position: 31%;
    }
}*/

@media only screen and (max-width: 800px){
    
    .copyright-banner-h1{
        margin: 0px 0px 0px 0px;
    }
    
    .copyright-banner {
        /*background-position: 8%;
        background: url(../images/ehorizon-text.png);
        background-repeat: no-repeat;
        background-position: center;*/
        background: none;
        background-color: #e44c1d;
        height: 125px;
    }
}    


  
/* COPYRIGHT END */



#slider{
    width: initial !important;
}

@media (max-width: 767px){
#slider{
    height: 400px !important;
}
}
.list_carousel {
    position: relative;
}

.list_carousel{
    width: initial !important;
}

@media (max-width: 767px){
.list_carousel li{
    height: 400px !important;
}
}

@media (max-width: 767px){
    .caroufredsel_wrapper {
        width: initial !important;
        height: 400px !important;
    }
    
    div.pager {
        margin: 10px 0 50px 0;
        float: left;
        background-position: bottom center;
        position: relative;
        left: 10px;
    }

}

.children-tall {
  height: 1000px;
}

.email{
    color: #E34B1C;
}

.icons{
    padding-right: 10px;
}

@media (min-width: 992px){
    .col-md-push-6 {
        left: 70%;
    }
    
    .col-md-pull-6 {
        left: -33%;
    }
}

.carousel {
    position: inherit;
}



@media (max-width: 800px) {
    .carousel-control .glyphicon-chevron-left{
    left: 54%;
    margin-left: 15px;
    }
    
    .carousel-control .glyphicon-chevron-right{
    right: 10px;
    margin-left: -45px;
    }
}

@media only screen and (max-width: 800px){
    .ehorizon-text, .solutions-text, .about-us-text, .investor-text, .news-text, .contact-text, .privacy-text, .copyrighttext{
        padding-top: 14px;
    }
}

@media only screen and (max-width: 400px){
    .ehorizon-text, .solutions-text, .about-us-text, .investor-text, .news-text, .contact-text, .privacy-text, .copyrighttext{
        padding-top: 10px;
    }
}

p.left-address {
    color: #333333;
}

.copyright-col1.copyright-text a, .copyright-col3 a {
    color: #ffffff;
}

.copyright-col1.copyright-text a:hover, .copyright-col3 a:hover{
    color: #F1581F;
}