html {
}

html,body {
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url(/img/pattern.png);

}

.main-wrapper {
	background-color:#fff;
}

.scale {
	max-width: 100%;
	height: auto;
}

.mb-50 {
	margin-bottom:50px;
}

.mb-100 {
	margin-bottom:100px;
}


p, ul, ol, li {
	font-size:16px;
}


p, ol, ul {
	margin-bottom:30px;
}



.image {
	background-image: url(/img/img_1.jpg);
	background-size: cover;
	background-position: center center;
}

.logo {
	background-image: url(/img/logo.png);
	background-size:200px auto;
	background-position: center center;
	min-height: 150px;
	background-repeat: no-repeat;
}

.information {
	background-color: #e5007d;
	color:#fff;
	padding:20px;
}


.information h1 {
	font-size: 22px;
	font-weight: 700;
}

.section-bar {
	background-color: #000000;
	color:#fff;
	width:100%;
	float:left;
	padding:12px 0;
}

.section-bar h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	margin:0;
}

.section-bar .plus {
	background-image: url(/img/plus.png);
	background-size: 40px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.summary-top .green {
	font-size:18px;
	font-weight: 700;
	background-color: #9ce99f;
	padding:10px;
}

.summary-top .yellow {
	font-size:18px;
	font-weight: 700;
	background-color: #fafa38;
	padding:10px;
}

.summary-top .red {
	font-size:18px;
	font-weight: 700;
	background-color: #fd0000;
	padding:10px;
}

ul.checks li {display: block;}
ul.checks li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -28px;
    color: #CCCCCC;
}


ul.delta li {display: block;}
ul.delta li:before {
    content: "\e253";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -28px;
    color: #CCCCCC;
}

ul.gaps li {display: block;}
ul.gaps li:before {
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -28px;
    color: #CCCCCC;
}

h3 {
	font-weight: 700;
	}
	
h4 {
	font-weight: 700;
	}
	
h5 {
	font-size:18px;
	font-weight:700;
	color:#999999;
	margin-bottom:20px;
}	

.greybox {
	margin-bottom:20px;
}

.greybox .pad {
	background-color:#f4f4f4;
	padding:20px;	
}


ol li {
	margin-bottom:20px;
}

.pa-row {
	border-bottom:1px solid #999999;
	margin-bottom:30px;
	padding:50px 0;
}

.key {
	line-height: 36px;;
	font-size: 18px;
	margin:0;
	float:left;
	display: block;
	
}

.plus_box {
	display: block;
	float:left;
	height:30px;
	width: 30px;
	margin-top:5px;
	background-image: url(/img/small_plus.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.minus_box {
	display: block;
	float:left;
	height:30px;
	width: 30px;
	margin-top:5px;
	background-image: url(/img/small_minus.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.green-box {
	display: block;
	float:left;
	height:30px;
	width: 30px;
	margin-top:5px;	
	background-color:#77e07a;
	display: inline-block;
	margin-right:10px;
}


.grey_stripe {
	background-color:#dbd8d6;
	padding:50px 0;
}

.compare {
	border-bottom:1px solid #999;
	margin-bottom:50px;
}

.compare .green {
	font-size:18px;
	font-weight: 700;
	background-color: #9ce99f;
}

.compare .yellow {
	font-size:18px;
	font-weight: 700;
	background-color: #fafa38;
}

.compare span {
	display: inline-block;
	padding:10px;
}


footer .container {
	background-color:#fff;
}

.footer-logo {
	height:100px;
	background-image: url(/img/footer-logo.png);
	background-size: auto 50px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.page-number {
	text-align: right;
	background-color:#fff;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.logo {
		background-image: url(/img/logo.png);
		background-size:contain;
		background-position: center center;
		min-height: 150px;
		background-repeat: no-repeat;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}




