@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,800);

/*
 * Basic CSS starts 
 */

body {
    color: #474747;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
}


a:hover, a:active, a:focus {
    outline: 0;
}

hr.solid {
  border-top: 3px solid #bbb;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.pad {
    padding: 120px 0;
}

/*
 * main area
 */

#topList {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0;
}

.main-content {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

.container .pad {
    padding: 80px 40px;
    border-radius: 20px;
    margin: 20px;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
}

.main-content.bottom-0 {
    padding-bottom: 0;
}

/*
 * banner
 */

.banner {
    padding-top: 60px;
    padding-bottom: 180px;
    text-align: left;
}

.banner strong {
    font-weight: 800 !important;
}

.banner ul, ol {
    font-weight: 400;
}

.banner h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
}

.banner h2 {
	display: inline-block;
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: 26px;
	border-bottom: 2px solid #ddd;
}

.banner h1 span {
    display: inline-block;
    margin-top: 10px;
    padding: 3px 12px;
    font-size: 38px;
    font-weight: 600;
    background: #d00000;
    color: #fff;
}

.banner p, ul, ol {
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
}

a {
    color: #d00000;
    font-weight: 800;
    text-decoration: underline;
}

a:hover {
    color: #d00000;
    text-decoration: none;
}

/*
 * default heading
 */

.default-heading {
    margin-bottom: 30px;
    text-align: center;
}

.default-heading h2 {
    display: inline-block;
    margin-top: 0;
    padding: 0 20px;
    padding-bottom: 10px;
    font-size: 35px;
    border-bottom: 2px solid #ddd;
}

/*
 * Responsive CSS 
 */

/*
 * Mobile phones 
 */
@media (max-width: 480px) {

}

/*
 * Tablets 
 */
@media (max-width: 767px) {
    .container .pad {
        padding: 15px;
        border-radius: 20px;
        margin: 20px 0px;
        box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
    }
}

/*
 * Desktop 
 */
@media (max-width: 991px) {

}