﻿/* HEADER SECTION */

.h-about {
            background-position: center center;
	        min-height: 700px;
            padding-top: 50px;
        }

/* VIDEO*/
#videocontainer {
	background: #fff;
}

/* BADGES */
#badges img {
    margin: 10px 20px 10px 20px; 
}


/* SCREENSHOTS CAROUSEL */
.carousel-control.left, .carousel-control.right {
    background-image: none;
    color: gray;
        
}

/* INFO SECTION */
#info {
	background: #282a2d;
	padding-top: 80px;
	padding-bottom: 80px;
}

#info p {
	color: #ccc;
}

#info a {
    color: #e73c80;
}

#info i {
	color: #e73c80;
	margin-right: 8px;
}

#starrating span {
    margin-right: 0px;
}

/* OPERATOR LOGOS*/

#operator-info {
	background: #ffffff;
	
	padding-bottom: 80px;
}

.operator-logos img {
	width: 192px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
}


/* TESTIMONIALS */
.testimonials {
	min-height: 220px;
	margin-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}

.testimonials h2 {
	margin-bottom: 50px;
}

.testimonials p {
	color: #8c9494;
	font-style: italic;
}
#myCarousel img {
    height: 60px;
}

#disclaimer p
{
    font-size: 12px;
    color: #666;
}

#disclaimer
{
    margin-bottom: -40px;
}