/* RESET */
html, body, div, span, footer, img, ul {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
	padding: 10px;
	font-family: arial;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #c61a26;
}
/* RESET END */

header {
	margin-bottom: 5px;
}

@font-face {
    font-family: Masque;
    src: url('../font/masque.ttf');
}


.row {
	display: block;
	overflow: auto;
}
.container {
	width: 100%;
	margin: 0 auto;
}
.brand {
	float: left;
	width: 70%;
}
.pptitle {
	margin: 20px 0 10px 20px;
}
.other-brands img {
	float: right;
	height: 70px;
}
.other-brands img {
	height: 60px;
}

.padding {
	padding: 0 1.5%;
}

.block {
	margin-bottom: 20px;
	width: 275px;
	margin: 5% auto;
}
.block img {
	width: 100%;
	padding-bottom: 5px;
}
.block img:hover {
	background: #c81926;
}

.block .header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #c61a26;
	padding: 10px;
	min-height: 50px
}
.block h2 {
	font-family: Masque;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	margin: 0;
}
.block p {
	margin: 0 0 5px;
	line-height: 1.5;
}
.block .body {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.block a {
	text-decoration: underline;
	
}
.img-responsive {
	width: 98%;
}

footer {
	text-align: center;
	padding: 1.5%;
}
footer .bar {
	display: block;
	height: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #c61a26;
}
footer .grid {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px;
	overflow: auto;
}
footer .links {
	padding: 15px 0;
	width: auto;
}
footer .links a {
	color: #666;
	font-size: 11px;
}
footer .logos img {
	height: 50px;
}

/* PAGE */

.page .sidebar {
	padding-top: 20px;
}

.panel-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #c61a26;
    border-bottom: none;
    background: #c61a26;
    color: #fff;
    padding: 10px; 
}
.panel-heading .header {
    font-family: Masque;
    margin: 0;
}
.panel-body {
    border: 1px solid #b3b3b3;
    border-top: none;
    padding: 15px 10px 45px; 
}
.panel-body p {
	margin-top: 0;
}
.panel-body ul {
	line-height: 1.4;
	padding: 0 15px 20px;
}

.sidebar .panel {
    margin-bottom: 25px;
}
.sidebar .panel-body {
    padding: 15px 10px 5px; 
}
.sidebar .panel-body ul,
.sidebar .panel-body ol {
	font-weight: normal;
	line-height: 1.2;
	padding: 0px 20px 20px;
}
.sidebar .downloads {
	list-style: none;
	padding: 0 !important;
}
.sidebar .downloads li {
	padding: 4px 0 12px 26px;
	background: url('../images/icon-pdf-sm.png') no-repeat left top 3px;
}
.sidebar .ppt li {
	background: url('../images/icon-ppt-sm.png') no-repeat left top 3px;
}
.sidebar .downloads li a {
	color: #c61a26;
}
.sidebar .downloads li a .std-text {
	font-family: Arial;
	font-size: 14px;
	color: #020202;
}
.sidebar .panel-body p {
	font-size: 13px;
}
.sidebar .panel-body p.img {
	padding: 12px 0 4px;
	font-size: 13px;
}

.btn {
    border-radius: 10px;
    background: #3ab500 url('../images/icon-arrow.png') no-repeat right;
    color: #fff;
    padding: 7px 28px 6px 14px;
    font-size: 14px;
}

.quotes {
    position: relative;
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.quotes li {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0.25rem 1rem 0.5rem;
    opacity: 0;
}
.quotes li:last-child { position:relative }
.quotes span { display:block; text-align:right; margin-right:5%; font-size:75%; font-style:italic; color:#999 }

/* animation timing  =  animation:quote [total duration in secs] [increment by duration of each animation] infinite; */
.quotes li:nth-child(1) { -webkit-animation:quote 25s 0s  infinite; animation:quote 25s 0s  infinite }
.quotes li:nth-child(2) { -webkit-animation:quote 25s 5s  infinite; animation:quote 25s 5s  infinite }
.quotes li:nth-child(3) { -webkit-animation:quote 25s 10s infinite; animation:quote 25s 10s infinite }
.quotes li:nth-child(4) { -webkit-animation:quote 25s 15s infinite; animation:quote 25s 15s infinite }
.quotes li:nth-child(5) { -webkit-animation:quote 25s 20s infinite; animation:quote 25s 20s infinite }
 
@-webkit-keyframes quote { /* whole numbers only - round steps to nearest % */
	0%   { opacity:0 }
	5%   { opacity:1 } /* (step 2 % = 100% / total quotes x .25) */
	15%  { opacity:1 } /* (step 3 % = 100% / total quotes x .75) */
	20%  { opacity:0 } /* (step 4 % = 100% / total quotes) */
	}
@keyframes quote { /* whole numbers only - round steps to nearest % */
	0%   { opacity:0 }
	5%   { opacity:1 } /* (step 2 % = 100% / total quotes x .25) */
	15%  { opacity:1 } /* (step 3 % = 100% / total quotes x .75) */
	20%  { opacity:0 } /* (step 4 % = 100% / total quotes) */
	}


@media (min-width: 768px) {
	.container {
		width: 100%;
	}
	.brand {
		float: left;
		margin-left: 20px;
	}
	.other-brands {
		padding-left: 50px;
	}
	.other-brands img {
		height: auto;
	}
	.block {
		display: block;
		float: left;
		width: 36%;
		margin: 0;
	}
	.block:nth-child(odd) {
		padding: 1.5% 4.33333% 1.5% 8.6666%;
	}
	.block:nth-child(even) {
		padding: 1.5%  8.6666% 1.5% 4.33333%;
	}
	footer {
		text-align: left;
		margin-top: 0;
	}
	footer .social {
		float: left;
		padding-right: 20px;
	}
	footer .logos {
		float: right;
	}
	footer .links {
		float: left;
	}

	.page {
		margin: 0 1rem;
	}
	.page .content {
		float: left;
		width: 64%;
	}
	.page .sidebar {
		float: right;
		width: 33%;
		padding-top: 0;
	}

}
@media (min-width: 1024px) {
	.container {
		width: 916px;
	}
	.block {
		width: 30%;
		padding: 1.5% !important;
	}
	footer .links a {
		padding: 0 10px;
	}
	footer .social {
		float: left;
	}
	footer .logos {
		float: right;
	}

}
