﻿/*

Add these styles to to the style.css file

*/

.primaryBackground {
	background: #2d6cb1;
}
.grayBackground {
	background: #eeeeee;
    color: #000;    
}
.signInHeader {
	font-size: 44px;
	padding-top: 10px;
}
.newToEclubHeader {
	font-size: 44px;
	padding-top: 10px;
	color: #ffffff;
}
.newToEclubText {
	color: #ffffff;
	padding-bottom: 20px;
}


/*Carousel*/

.boxess {
}
.carousel-indicators li {
	width: 9px;
	height: 9px;
	margin: 0;
	border-color: #cbd4d4;
}
.carousel-indicators .active {
	background-color: #ec6d07;
	width: 9px;
	height: 9px;
	border-color: #ec6d07;
}
.carousel .btn {
	width: 180px;
	height: 54px;
	margin: 30px 5px;
	line-height: 54px;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
}
.carousel .btn:hover {
}
.carousel-caption {
	top: 50%;
	margin-top: -160px;
	font-size: 14px;
	font-family: Comfortaa, 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #666666;
}
.carousel-caption h1 {
	font-size: 60px;
	line-height: 80px;
	font-family: Comfortaa, 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
}
.carousel-caption h1 span {
	color: #ec6d07;
}
.carousel-caption h1 + p {
	opacity: 0.6;
}
.carousel-control {
	background: none !important;
	opacity: 0.4;
	-moz-opacity: 0.4;
}
.carousel-control .carousel-control-left {
    width: 36px;
    height: 45px;
    top: 50%;
    margin-top: -35px;
    background: url(../images/slider/control.png) no-repeat left top;
    background-size: 195%;
}
.carousel-control .carousel-control-right {
    width: 36px;
    height: 45px;
    top: 50%;
    margin-top: -35px;
    background: url(../images/slider/control.png) no-repeat right top;
    background-size: 195%;
}

.carousel-control .carousel-control-left:hover,  .carousel-control .carousel-control-right:hover {
	opacity: 1;
	-moz-opacity: 1;
}
.boxed .carousel-control .carousel-control-left {
	left: -150px;
	top: 150px;
}
.boxed .carousel-control .carousel-control-right {
	right: -150px;
	top: 150px;
}
.boxed .carousel-caption {
	top: 50px;
}
.boxed .carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}
.boxess .carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}



/*Responsive - debugging default problems*/

 @media(max-width:1600px) {
.carousel-caption h1 {
	font-size: 40px;
	line-height: 50px;
}
}
 @media(max-width:1310px) {
.carousel-caption {
	font-size: 14px;
	top: 55%;
}
.carousel-caption h1 {
	font-size: 30px;
	line-height: 40px;
}
.slider .btn {
	margin: 0 10px;
}
.carousel-caption p {
	margin: 30px 0;
}
}

 @media(max-width:1024px) {
.carousel-caption {
	font-size: 13px;
	top: 50%;
	margin-top: -110px;
	left: 15%;
	right: 15%;
}
.carousel-caption h1 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.carousel-caption p {
	margin: 10px 0;
}
.boxess .carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
}
.carousel-control .carousel-control-left {
	left: 5px;
}
.carousel-control .carousel-control-right {
	right: 5px;
}
.carousel-control {
	width: auto;
}
}

@media(max-width:880px) {
.boxess .carousel-caption {
	margin-top: -120px;
}
.carousel-caption h1 {
	font-size: 30px;
	line-height: 30px;
}
}

 @media(max-width:768px) {
.carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
}
}


 @media(max-width:440px) {
.carousel-caption {
	display: none;
}
}

 /* Listing the App Store badges */
.list-app-store img {
    width: 100%;
    margin: 0 0 0 0;
}
.list-app-store ul,
.list-app-store li {
    list-style-type: none;
    border: 0;
}

.list-app-store ul {
	padding-left: 0 !important;
}

