﻿/* 

Repeat Software Ltd 

https://www.repeatsoftware.com

*/

body, html { overflow-x:hidden; }

body {
	
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: Arial, Helvetica, sans-serif; }

h1 {
 font-family:Verdana, Geneva, Tahoma, sans-serif;
font-size: 40px; 
}
	

h2 {
font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 34px;
	font-weight: 500;
	color: #141414;
}

h3 {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 25px;
	font-weight: 500;
   color: #141414;

} 

h4 {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #141414;
}

h5 {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #141414;
	}


h6 {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 15px;
	text-transform:uppercase;
	letter-spacing: 1px;
	text-align:left;
	color: #666;
}


p {
    	font-size: 18px;
 		color: #7f7f7f;
}

/* Button*/
a.filled-button {
	background-color:#00895f;
    border-bottom:2px solid #98022e;
	color: #fff;
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 12px 30px;
	display: inline-block;
	transition: all 0.3s;
	 -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

a.filled-button:hover {
	background-color: #fff;
	color:#00895f;
}

/* Section*/
.section-heading {
   	text-align: center;
	margin-bottom: 40px;

}

.section-heading h2 {
font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 40px;
	font-weight: 500;
	text-align:center;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color:#00895f;
}

.section-heading emr {
	font-style: normal;
	color:#98022e;
}

.section-heading span {
	display: block;
	margin-top: 17px;
	text-transform: uppercase;
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
}

/* -----Main heading is a copy of welcome slogan ------ */


.main-heading {
	text-align: center;
    margin-top:40px;
    margin-bottom: 40px;
}

.main-heading h2 {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
	font-size: 40px;
	font-weight: 500;
	color: #666;
}

.main-heading p {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  text-align: left;
  margin-top:20px;
	font-size: 18px;	
    color: #666;
}

.main-heading em {
    font-style: normal;
	color:#9b002e;
}



/* Services */

.services {
	margin-top: 40px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.service-item img {
	width: 100%;
	overflow: hidden;

}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 15px;

}

.service-item .down-content em {
	font-style: normal;
	color: #00895f;
}


.service-item .down-content p {
	margin-bottom: 20px;
	font-size:16px;
	line-height: 30px;
	text-decoration:none;
}


.services .service-item {
		margin-bottom: 30px;
	}

/* More Info */

.more-info {
font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin-top: 100px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #fff;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
	}

.more-info .right-content span {
font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	text-align: left;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 36px;
	text-align: left;
	font-weight: 400;
	margin-bottom: 25px;
	
}

.more-info .right-content em {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
	color:#98022e;
	}
	
.more-info .right-content emg {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
	color:#00895f;
	}


.more-info .right-content p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  text-align:left;
	margin-bottom: 30px;
}

.more-info .right-content  {
		padding: 30px;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	
}

/* team */

.team {
	background-color: #f7f7f7;
	font-family: Verdana, Geneva, Tahoma, sans-serif;	
	margin:0px;
	padding: 40px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.team-item .down-content span {
	color:#00986a;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
	font-size:16px;
	line-height: 30px;
	text-decoration:none;

}
.team .team-item {
		margin-bottom: 30px;
	}

/* new Footer Style */

a {
	text-decoration: none!important;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


footer {
	background-color: #3c414c;
	border-top: 3px solid;
	margin-top: 0px;
	padding: 80px 0px 0px 0px;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size:17px;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size:17px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color:#00986a;

}
	footer {
	background-color: #3c414c;
		padding: 25px 0px 0px 0px;
	}
	footer .footer-item {
		border-bottom: 0px;
		margin-bottom: 10px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}

/* Sub-footer Style */

.sub-footer {
	background-color:#3c414c;
		    text-align: center;
		    border-bottom: none;
	
}

.sub-footer p {
	color: #fff;
	font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size:17px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}
/* End sub-footer Style */


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
	margin-bottom:0px;
}

.testimonials {
	margin-top: 0px;
	background-color: #f7f7f7;
	padding: 40px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 20px;
	border-radius: 5px;
}
.testimonial-item p {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 17px;
	font-weight: 400;
}
.testimonial-item h4 {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #00895f;
	margin-bottom: 0px;
}
.testimonial-item span {
 font-family:Verdana, Geneva, Tahoma, sans-serif;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
	font-size: 17px;
	color:#666;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}


/* Box */

.box-information {
	margin-top: 10px;
}

.box-information .box-item {
	padding: 0px 120px 0px 100px;
	background-color: #fff;
	text-align: center;
}

.box-information .box-item p {
font-family:Verdana, Geneva, Tahoma, sans-serif;
font-size:16px;
text-align: left;
}

.templatemo_clear {
	clear: both;
}


.height30 {
	height: 30px;
}

.templatemo-top-bar {
    min-height: 40px;
    background-color:#f1f1f1;
}

.templatemo-top-menu {
    min-height:110px;
    background-color:#ffffff;
      z-index: 5000;
    width:100%;
    
    }

.templatemo-top-menu .navbar-toggle {
    margin-top: 38px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 0;
    
}
		

 .carousel {
		text-align:center;
		font-family:Verdana, Geneva, Tahoma, sans-serif;
		font-size: 30px;
		color: #ffffff;
		 }
          

/* -----Repeat Signage software----- */

#templatemo-carousel {

    background: url('../images/RepeatSignage-CaxtonSA-bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
  
   
   }

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .item {
    height: 475px;
}
#templatemo-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/RepeatSignage-CaxtonSA-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
        
    }
}

/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-1 {
    background: url('../images/RepeatSignage-Caxton-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-1 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-1 .item {
    height: 475px;
}
#templatemo-carousel-1 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-1 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-1 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-1 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-1 {
        background: url('../images/RepeatSignage-Caxton-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}

/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-2 {
    
    background: url('../images/RepeatSignage-Velo-bg.jpg') no-repeat center center fixed;
              -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-2 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-2 .item {
    height: 475px;
}
#templatemo-carousel-2 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-2 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-2 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-2 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-2 {
        background: url('../images/RepeatSignage-Velo-sm.jpg') no-repeat center center; 
          -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-3 {
    background: url('../images/RepeatSignage-HowardPark-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
 
}

#templatemo-carousel-3 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-3 .item {
    height: 475px;
}
#templatemo-carousel-3 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-3 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-3 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-3 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-3 {
        background: url('../images/RepeatSignage-HowardPark-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-4 {
    background: url('../images/RepeatSignage-MultiNet-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-4 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-4 .item {
    height: 475px;
}
#templatemo-carousel-4 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-4 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-4 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-4 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-4 {
        background: url('../images/RepeatSignage-MultiNet-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-5 {
    background: url('../images/RepeatSignage-WatergateApartments-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-5 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-5 .item {
    height: 475px;
}
#templatemo-carousel-5 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-5 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-5 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-5 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-5 {
        background: url('../images/RepeatSignage-WatergateApartments-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-6 {
    background: url('../images/RepeatSignage-MerryHillSchool-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-6 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-6 .item {
    height: 476px;
}
#templatemo-carousel-6 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-6 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-6 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-6 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-6 {
        background: url('../images/RepeatSignage-MerryHillSchool-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-7 {
    background: url('../images/RepeatSignage-CBBA-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-7 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-7 .item {
    height: 475px;
}
#templatemo-carousel-7 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-7 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-7 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-7 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-7 {
        background: url('../images/RepeatSignage-CBBA-bg.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-8 {
    background: url('../images/RepeatSignage-ModaExpressUSA-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-8 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-8 .item {
    height: 475px;
}
#templatemo-carousel-8 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-8 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-8 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-8 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-8 {
        background: url('../images/RepeatSignage-ModaExpressUSA-bg.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-9 {
    background: url('../images/RepeatSignage-KangarooBusLines-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-9 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-9 .item {
    height: 475px;
}
#templatemo-carousel-9 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-9 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-9 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-9 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-9 {
        background: url('../images/RepeatSignage-KangarooBusLines-bg.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-10 {
    background: url('../images/RepeatSignage-HardyDigital-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-10 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-10 .item {
    height: 475px;
}
#templatemo-carousel-10 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-10 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-10 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-10 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-10 {
        background: url('../images/RepeatSignage-HardyDigital-bg.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-11 {
    background: url('../images/RepeatSignage-OnionLakeRadio-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-11 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-11 .item {
    height: 475px;
}
#templatemo-carousel-11 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-11 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-11 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-11 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-11 {
        background: url('../images/RepeatSignage-OnionLakeRadio-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-12 {
    background: url('../images/RepeatSignage-Greenscapes-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-12 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-12 .item {
    height: 475px;
}
#templatemo-carousel-12 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-12 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-12 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-12 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-12 {
        background: url('../images/RepeatSignage-Greenscapes-bg.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-13 {
    background: url('../images/RepeatSignage-YowiDeli-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-13 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-13 .item {
    height: 475px;
}
#templatemo-carousel-13 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-13 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-13 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-13 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-13 {
        background: url('../images/RepeatSignage-YowiDeli-bg.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */



/* -----Repeat Signage software----- */


#templatemo-carousel-14 {
    background: url('../images/IrishLandscape-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-14 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-14 .item {
    height: 475px;
}
#templatemo-carousel-14 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-14 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-14 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-14 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-14 {
        background: url('../images/IrishLandscape-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-15 {
    background: url('../images/IrishLandscape-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-15 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-15 .item {
    height: 475px;
}
#templatemo-carousel-15 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-15 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-15 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-15 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-15 {
        background: url('../images/IrishLandscape-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
 

/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-16 {
    background: url('../images/RepeatSignage-RamsayMedia-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-16 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-16 .item {
    height: 475px;
}
#templatemo-carousel-16 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-16 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-16 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-16 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-16 {
        background: url('../images/RepeatSignage-RamsayMedia-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}

/* ------ End of Repeat Signage Carousel ----- */




/* -----Repeat Signage software----- */


#templatemo-carousel-17 {
    background: url('../images/RepeatSignage-BritishLeadMills-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-17 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-17 .item {
    height: 475px;
}
#templatemo-carousel-17 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-17 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-17 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-17 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-17 {
        background: url('../images/RepeatSignage-BritishLeadMills-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}

/* ------ End of Repeat Signage Carousel ----- */



/* -----Repeat Signage software----- */


#templatemo-carousel-18 {
    background: url('../images/RepeatSignage-AlbemarleMusicCentre-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-18 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-18 .item {
    height: 475px;
}
#templatemo-carousel-18 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-18 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-18 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-18 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-18 {
        background: url('../images/RepeatSignage-AlbemarleMusicCentre-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}

/* ------ End of Repeat Signage Carousel ----- */



/* -----Repeat Signage software----- */


#templatemo-carousel-19 {
    background: url('../images/RepeatSignage-ForitosAmorgos-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-19 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-19 .item {
    height: 475px;
}
#templatemo-carousel-19 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-19 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-19 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-19 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-19 {
        background: url('../images/RepeatSignage-ForitosAmorgos-bg.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}

/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-20 {
    background: url('../images/RepeatSignage-OurLadysConventSchool-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-20 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-20 .item {
    height: 475px;
}
#templatemo-carousel-20 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-20 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-20 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-20 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-20 {
        background: url('../images/RepeatSignage-OurLadysConventSchool-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-21 {
    background: url('../images/RepeatSignage-HIA-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-21 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-21 .item {
    height: 475px;
}
#templatemo-carousel-21 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-21 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-21 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-21 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-21 {
        background: url('../images/RepeatSignage-HIA-bg.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-22 {
    background: url('../images/RepeatSignage-UnicolStandISE-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-22 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-22 .item {
    height: 475px;
}
#templatemo-carousel-22 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-22 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-22 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-22 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-22 {
        background: url('../images/RepeatSignage-UnicolStandISE-bg.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */



/* -----Repeat Signage software----- */


#templatemo-carousel-23 {
    background: url('../images/RepeatSignage-Queensmead-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-23 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-23 .item {
    height: 475px;
}
#templatemo-carousel-23 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-23 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-23 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-23 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-23 {
        background: url('../images/RepeatSignage-Queensmead-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-24 {
    background: url('../images/RepeatSignage-USHospitalDonorWall-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-24 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-24 .item {
    height: 475px;
}
#templatemo-carousel-24 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-24 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-24 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-24 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-24 {
        background: url('../images/RepeatSignage-USHospitalDonorWall-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-25 {
    background: url('../images/RepeatSignage-SpreadsheetMenu-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-25 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-25 .item {
    height: 475px;
}
#templatemo-carousel-25 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-25 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-25 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-25 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-25 {
        background: url('../images/RepeatSignage-SpreadsheetMenu-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */



/* -----Repeat Signage software----- */


#templatemo-carousel-26 {
    background: url('../images/RepeatSignage-IndianStateUSBC-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-26 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-26 .item {
    height: 475px;
}
#templatemo-carousel-26 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-26 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-26 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-26 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-26 {
        background: url('../images/RepeatSignage-IndianStateUSBC-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-27 {
    background: url('../images/RepeatSignage-CantraybridgeCollege-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-27 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-27 .item {
    height: 475px;
}
#templatemo-carousel-27 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-27 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-27 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-27 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-27 {
        background: url('../images/RepeatSignage-CantraybridgeCollege-bg.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-28 {
    background: url('../images/EstateAgentsPicture-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-28 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-28 .item {
    height: 475px;
}
#templatemo-carousel-28 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-28 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-28 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-28 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-28 {
        background: url('../images/EstateAgentsPicture-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-29 {
    background: url('../images/RepeatSignage-WestholmeSchool-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-29 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-29 .item {
    height: 475px;
}
#templatemo-carousel-29 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-29 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-29 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-29 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-29 {
        background: url('../images/RepeatSignage-WestHolmeSchool-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-30 {
    background: url('../images/IrishLandscape-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-30 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-30 .item {
    height: 475px;
}
#templatemo-carousel-30 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-30 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-30 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-30 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-30 {
        background: url('../images/IrishLandscape-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-31 {
    background: url('../images/StreetScene-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-31 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-31 .item {
    height: 475px;
}
#templatemo-carousel-31 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-31 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-31 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-31 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-31 {
        background: url('../images/StreetScene-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-32 {
    background: url('../images/RepeatSignage-StGeorgesVeterinary-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-32 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-32 .item {
    height: 475px;
}
#templatemo-carousel-32 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-32 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-32 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-32 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-32 {
        background: url('../images/RepeatSignage-StGeorgesVeterinary-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */



/* -----Repeat Signage software----- */


#templatemo-carousel-33 {
    background: url('../images/IrishLandscape-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-33 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-33 .item {
    height: 475px;
}
#templatemo-carousel-33 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-33 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-33 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-33 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-33 {
        background: url('../images/IrishLandscape-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-34 {
    background: url('../images/RepeatSignage-CareHomes_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-34 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-34 .item {
    height: 475px;
}
#templatemo-carousel-34 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-34 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-34 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-34 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-34 {
        background: url('../images/RepeatSignage-CareHomes_sml.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-35 {
    background: url('../images/RepeatSignage-hotels.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-35 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-35 .item {
    height: 475px;
}
#templatemo-carousel-35 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-35 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-35 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-35 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-35 {
        background: url('../images/RepeatSignage-hotels.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
  
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-36 {
    background: url('../images/RepeatSignage-QuaysideSligo-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-36 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-36 .item {
    height: 475px;
}
#templatemo-carousel-36 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-36 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-36 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-36 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-36 {
        background: url('../images/RepeatSignage-QuaysideSligo-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-37 {
    background: url('../images/SligoCityHall-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-37 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-37 .item {
    height: 475px;
}
#templatemo-carousel-37 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-37 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-37 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-37 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-37 {
        background: url('../images/SligoCityHall-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-38 {
    background: url('../images/Retailshops-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-38 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-38 .item {
    height: 475px;
}
#templatemo-carousel-38 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-38 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-38 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-38 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-38 {
        background: url('../images/Retailshops-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-39 {
    background: url('../images/NEC-displays-medical-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-39 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-39 .item {
    height: 475px;
}
#templatemo-carousel-39 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-39 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-39 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
 
}


@media (max-width: 768px) {
    #templatemo-carousel-39 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-39 {
        background: url('../images/NEC-displays-medical-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */


/* -----Repeat Signage software----- */


#templatemo-carousel-40 {
    background: url('../images/OptimaDigital.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-40 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-40 .item {
    height: 475px;
}
#templatemo-carousel-40 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-40 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-40 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-40 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-40 {
        background: url('../images/OptimaDigital.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-41 {
    background: url('../images/RepeatSignage-Minerallac_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-41 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-41 .item {
    height: 475px;
}
#templatemo-carousel-41 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-41 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-41 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-41 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-41 {
        background: url('../images/RepeatSignage-Minerallac_sml.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* ------ End of Repeat Signage Carousel ----- */




#templatemo-carousel {

    background: url('../images/RepeatSignage-CaxtonSA-bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
  
   
   }

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .item {
    height: 475px;
}
#templatemo-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/RepeatSignage-CaxtonSA-sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
         alt="Repeat Signage digital signage software";

    }
}

/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-42 {
    background: url('../images/starboard-digital-signage-display_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-42 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-42 .item {
    height: 475px;
}
#templatemo-carousel-42 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-42 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-42 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-42 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-42 {
        background: url('../images/starboard-digital-signage-display_sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}

/* ------ End of Repeat Signage Carousel ----- */
/* -----Repeat Signage software----- */


#templatemo-carousel-43 {
    background: url('../images/RepeatSignage-ActiveElectronics_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-43 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-43 .item {
    height: 475px;
}
#templatemo-carousel-43 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-43 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-43 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-43 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-43 {
        background: url('../images/RepeatSignage-ActiveElectronics_sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}

/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-44 {
    background: url('../images/DigitalSignageCharityShops_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-44 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-44 .item {
    height: 475px;
}
#templatemo-carousel-44 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-44 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-44 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-44 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-44 {
        background: url('../images/DigitalSignageCharityShops_sml.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}

/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-45 {
    background: url('../images/RepeatDigitalSignage-digitalsignage_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-45 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-45 .item {
    height: 475px;
}
#templatemo-carousel-45 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-45 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-45 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-45 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-45 {
        background: url('../images/RepeatDigitalSignage-digitalsignage_sm.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}

/* ------ End of Repeat Signage Carousel ----- */

/* -----Repeat Signage software----- */


#templatemo-carousel-46 {
    background: url('../images/display-live-ebay-auctions-on-shop-screens.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-46 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-46 .item {
    height: 475px;
}
#templatemo-carousel-46 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-46 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-46 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-46 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-46 {
        background: url('../images/display-live-ebay-auctions-on-shop-screens_sml.png') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}

/* ------ End of Repeat Signage Carousel ----- */
/* -----Repeat Signage software----- */


#templatemo-carousel-47 {
    background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_ProductionLine_PSeries.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-47 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-47 .item {
    height: 475px;
}
#templatemo-carousel-47 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-47 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-47 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-47 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-47 {
        background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_ProductionLine_PSeries.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}


/* -----Repeat Signage software----- */


#templatemo-carousel-48 {
    background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_V554Q_Retail.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-48 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-48 .item {
    height: 475px;
}
#templatemo-carousel-48 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-48 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-48 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-48 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-48 {
        background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_V554Q_Retail.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}
/* -----Repeat Signage software----- */


#templatemo-carousel-49 {
    background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_C_Series_video_elevatorA.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-49 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-49 .item {
    height: 475px;
}
#templatemo-carousel-49 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-49 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-49 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-49 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-49 {
        background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_C_Series_video_elevatorA.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}


/* -----Repeat Signage software----- */


#templatemo-carousel-50 {
    background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_HB_TerminalImage.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-50 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-50 .item {
    height: 475px;
}
#templatemo-carousel-50 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-50 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-50 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-50 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-50 {
        background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_HB_TerminalImage.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}


/* -----Repeat Signage software----- */


#templatemo-carousel-51 {
    background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_FA-Series_LED-Bundle_Real_Estate.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-51 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-51 .item {
    height: 475px;
}
#templatemo-carousel-51 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-51 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-51 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-51 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-51 {
        background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_FA-Series_LED-Bundle_Real_Estate.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}

/* -----Repeat Signage software----- */


#templatemo-carousel-52 {
    background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_BT421_RetailFood.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-52 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-52 .item {
    height: 475px;
}
#templatemo-carousel-52 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-52 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-52 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-52 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-52 {
        background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_BT421_RetailFood.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}


/* -----Repeat Signage software----- */
/* -----Repeat Signage software----- */



#templatemo-carousel-53 {
    background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_Bezel_PSeriesOn.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 475px;
}

#templatemo-carousel-53 .carousel-caption {
    z-index: 10;
}

#templatemo-carousel-53 .item {
    height: 475px;
}
#templatemo-carousel-53 .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 475px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel-53 .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel-53 .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
            
}


@media (max-width: 768px) {
    #templatemo-carousel-53 .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel-53 {
        background: url('../images/Sharp-NEC-Display-Solutions_NEC-ApplicationPicture_Bezel_PSeriesOn.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 475px;
    }
}

/* -----Repeat Signage software----- */

/* ------ Welcome & Slogan ------ */

.templatemo-welcome {
   min-height: 230px;
   background-color:#fff;
   bottom-border:0px;
   }
	
.templatemo-welcome-grey {
   border-bottom: 1px solid #cccccc;
   min-height: 230px;
   background-color:#f7f7f7;
   padding-top: 20px;
   padding-bottom: 20px;
   border-top: 1px solid #cccccc;
       
}
 .templatemo-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 40px 0;
    color: #726e6e;
}


.templatemo-slogan h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 15px;
    font-weight: normal;
     color: #1e1e1e;
     
}


.templatemo-welcome emr {
font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-style:normal;
    color: #98022e;
           
}

.templatemo-welcome-grey emr {
font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-style:normal;
    color: #98022e;
           
}

.templatemo-welcome emg {
font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-style:normal;
    color: #00895f;
           
}

.templatemo-service {
      margin-bottom: 40px;
    margin-top: 40px;
}



.templatemo-service-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
   
   
}


.templatemo-service-item p {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
   font-weight: lighter;
       text-align: left; 
    margin-top: 10px;
    font-size: 16px;
    color: #726e6e;
}


.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 14px;
    color: #0a0000;
}


.btn-orange {
    background-color: #00895f;
    border-bottom:2px solid #98022e;
     -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color:#fff;
    text-decoration:none;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #fff;
    color:#008080;
    text-decoration:none;
}

.btn-green {
    background-color:#00895f;
    border-bottom:2px solid #98022e;
      -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color:#ffffff;
     text-decoration:none;

}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
     background-color: #fff;
    color:#008080;
    text-decoration:none;
}

.nav > li > a {
    padding: 10px 20px;

}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #076cca;
    color:#ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ffffff;
        color:black;
            font-weight: bold;
}


.nav > li > a {

    color: #929292;
}
.navbar-default {
    background-color:#ffffff;
    border:none;
  font-family: Arial, Helvetica, sans-serif;
     font-size:17px;
  
   
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #076cca;
    color:#ffffff;
    text-decoration:none;
}

.navbar {
    margin-bottom: 0px;
}

.templatemo-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
    color: #9F002e;
}

.templatemo-header-orange {
    background-color:#000000;
    min-width: 298px;
    height: 67px;
    color: #ffffff; 

}
.team_hr {
    border: 1px solid  #ffffff; 
    width: 100%; 
    float: left;
    	
}

.team_hr_left {
    margin-right: 25px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #9f002e; 
}

.repeat-signage-video {
	 max-width: 370px;
     border: 3px black solid;
     
	
}


.templatemo-team {
    background-color:#fff;  
    font-family:  'Open Sans', sans-serif;
    min-height:590px;
    color:#ffffff;
   
 }  
 
      
.team-inner-header {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight:800px;
    font-size: 22px;
    text-align: left;


    
}
.templatemo-team p {
 font-family:Verdana, Geneva, Tahoma, sans-serif;
 font-weight:lighter;
    font-size: 16px;
    text-align:left;


}
.templatemo-line-header {
    margin-top:10px;
    margin-bottom:10px;
}


.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;

}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: #ffffff;
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}



.team-inner {
    margin-top:10px;
   
}

.team-inner-header {
    font-size: 26px;
     color: black;
         text-align:left;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:18px;
    text-align:left;
}

.row_team {
    margin-left:-50px;
    margin-top:20px;
   
}

.row_team li {
    list-style: none;
    
       
}


.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
    text-align:left;
       
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
   }

.project-overlay {
    background : #ffffff;
    border : 3px solid #076cca;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
   }


.project-overlay hr {
    width : 70%;
	
}

.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #262626;
}

.txt_orange {
    color: #000000;
}

.txt_navy {
	color: #076cca;
}

.txt_body {
     border-color: #FFFFFF;
	font-size: 16px;
	color: #726e6e;
	
}
.txt_red {
 border-color: #FFFFFF;
	font-size: 16px;
	color:#9b002e;
	
}
.txt_slogan {
	border-color: #FFFFFF;
	font-size: 16px;
	color: #726e6e;
    text-align:left;
	   
}

.teal {
 font-size:20px;
 color: #9f002e;
 font-weight: bold;
 
}
  .digitalsignageblog {
   font-size: 24px;
   color: #9f002e;
 
   }
   
   .digitalsignage {
   font-size:26px;
   color:#9f002e;
   }
   
 .text20 {
 font-size:20px;

 }
    
  
   
.txt_slogan-blue {
	border-color: #FFFFFF;
	font-size: 18px;
	color: #076cca;
	
}


.txt_slogan-sm {
	border-color: #FFFFFF;
	font-size: 14px;
	color: #726e6e;
}

.txt_slogan-bg {
	border-color: #FFFFFF;
	font-size: 18px;
	color: #726e6e;
}

   .txt_quotes {
   font-family:Verdana, Geneva, Tahoma, sans-serif;
   line-height: 1.6em;
	    font-size:22px;
	    font-weight: 500;
	    text-align:justify;
	    color:teal; 
	    
 }
	 .blockborder {
	    border-left: 8px solid maroon;
	    
 }
.txt_slogan-lg-red {
	border-color: #FFFFFF;
	font-size: 20px;
	color: #9f002e;
	
}


.txt_slogan-lg {
	border-color: #FFFFFF;
	font-size: 20px;
	color: #726e6e;
}

.txt_slogan-center {
	border-color: #FFFFFF;
	text-align:center;
	font-size: 16px;
	color:#726e6e;
}


.txt_slogan-left {
    font-size:16px; 
    text-align:left;
    color:#726e6e;
}
.txt_slogan-left-red {
    font-size:16px; 
    text-align:left;
    color:#9f002e;

}
.txt_slogan-red {
    font-size:16px; 
    font-weight:bold;
    color:#9f002e;
    
}
.txt_slogan-red-normal {
    font-size:16px; 
    font-weight:normal;
    color:#9f002e;

}
.txt_slogan-lg-left {
	border-color: #FFFFFF;
	font-size: 20px;
	text-align:left;
	color: #726e6e;
	
}

}
.carousel {
    font-size: 30px;
	text-align:center;
	color: #ffffff;
	
}

.txt_slogan-bg-left {
	border-color: #FFFFFF;
	font-size: 18px;
	text-align:left;
	color: #726e6e;
}

.txt_slogan-left-darkgrey {
    font-size:16px; 
    text-align:left;
    color:#726e6e;
}

.templatemo-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
    
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
    float: left;
   
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
}



/* Contact Information */

.contact-information {
	margin-top: 20px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #a4c639;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
font-size:16px;
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #076cca;
	font-size: 16px;
}


/* End Contact Information */


#templatemo-contact {
	margin-top:10px; 
 
	font-size:14px;
}
.templatemo-contact-map {
    margin-bottom: 10px;
    height: 400px;

}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;

}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}


.templatemo-partners {
	border-top: 2px solid #cccccc;
}

.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.templatemo-footer {
	   border-top: 3px solid #9f002e; 
	  	margin-top: 30px;
	}

.footer_container {
	margin-top:20px; 
	margin-bottom:30px;
}


.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
		 }


ul.templatemo-project-gallery  li  a img:hover {
    border: 1px solid #1f56af;
}

.templatemo-gallery-category a {
	color:#333333; 
	
}

.templatemo-gallery-category a.active {
	color:#1f56af; 
	text-decoration:none;
}

.templatemo-gallery-category a:focus {
	color:#1f56af;
	text-decoration:none;	
}

.templatemo-gallery-category a:hover {
	color:#1f56af; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.templatemo-project-gallery {         
    margin:0 0 0 0;
    margin-top:10px;
    margin-left: -40px;
}
.templatemo-project-gallery li {     
    list-style:none;
    margin-bottom:10px;           
}
.templatemo-project-gallery li img {
  cursor: pointer;
}

.templatemo-tweets {
    background-color: #515766;
    min-height:160px;
    margin-top: 30px;
    
    }
    
.tweet_txt {
   font-family:Verdana, Geneva, Tahoma, sans-serif;
	min-height:160px;
	font-size: 20px;
	color: #fff;
	margin-top: 30px;
	margin-bottom:30px;
}


.twitter_user {
	color: #00dc98;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: right;
	
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:20px; 
	margin-bottom:40px;
}

.blog_box {
	margin-left: -12px;
}

@media (min-width:991px) and (max-width:1200px) {
    .templatemo-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .templatemo-project-gallery {
        margin-left: -70px;
    }

    .templatemo-service-item-header {
        padding: 16px 10px 20px;
        color: #9f002e;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .templatemo-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .templatemo-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.templatemo-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.templatemo-header-orange {
		min-width: 0px;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 100%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 100%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 100%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 100%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 100%;
	}
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 100%;
	}
}
