/* CSS Document */


/* reset */

.dl-horizontal dd:before, .dl-horizontal dd:after {
    display: none;
    content: " ";
}
.navbar-brand{
    padding-top:15px;
}

h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
h1,h2{
    line-height:1.2;
}
h3,h4,h5{
    line-height:1.5;
}
p{
    line-height:1.8;
	font-size: 14px;
}
h1{
    font-size:60px;
}
h2{
    font-size:35px;
}
h3{
    font-size:30px;
}
h4{
    font-size:24px;
}




/* demo */

.demo-gray{
	background: #888;
	height: 100%;
}
.demo-hd-logo{
	padding-top: 45px;
	height: 80px;
}
.demo-fr-mainimg{
	background: url(../img/mainimg.jpg) no-repeat 50% / cover;
	height: 300px;
}

.demo-fr-s2{
	height: 220px;
}
.demo-fr-s4{
	height: 110px;
}
.demo-fo-logo{
	padding-top: 25px;
}

.demo-topics-span{
	padding-left: 20px;
	padding-right: 20px;
}

.demo-footer{
	background: #fff;
	padding: 70px 0 60px;
}
.demo-fo-menu{
	border-bottom: 1px solid #ddd;
}





.small-mt{
	margin-bottom: -5px;
}




.btn{
	display: block;
	padding: 10px 0;
	border-radius: 5px;
}

@media (min-width: 768px){
.nav > li {
	display: inline-block;
	float: none;
}
.navbar-nav {
	float: none;
}
}

.p-mb-xs{
	margin-bottom: 10px;
}
.p-mb-s{
	margin-bottom: 30px;
}
.p-mb-r{
	margin-bottom: 70px;
}
.p-mb-m{
	margin-bottom: 150px;
}

.p-pb-xs{
	padding: 10px;
}

.p-pt-xs{
	padding: 10px;
}
.p-pt-s{
	padding-top: 20px;
}


.p-bb-gray{
	border: #eee solid 1px;
}
.img  img{
    background:url(../img/imgdemo.png) no-repeat 50%;
    width:100%;
}
.list-group span{
	font-size: 12px;
}
.navbar-nav > li > a {
    padding-top: 7.25px;
    padding-bottom: 7.25px;
    margin-top: 5.75px;
    margin-bottom: 5.75px;
    border-radius: 4px;
}





/* second */
.sec-title{
	background: #fff;
	height: 120px;
	border-bottom: 1px solid #ddd;
}
.sec-3-thumb{
	height: 190px;
	margin-bottom: 30px;
}


.sec-step{
	position: relative;
}
.sec-step::after{
	position: absolute;
	right: -5px;
	top: 90px;
	content: "\f0a9";
	font-family: FontAwesome;
}
.sec-step:nth-last-child(1)::after{
	display: none;
}


.img-full{
	width: 100%;
}




.form-txt{
	list-style: none;
}
.form-txt li{
	border-top: 1px dotted #555;
	padding: 15px 25px;
}
.form-txt li:nth-last-child(1){
	border-bottom: 1px dotted #555;
}

.form-top-title{
	background-color: cadetblue;
	color: #fff;
	padding: 15px 20px;
	box-sizing: border-box;
}

.form-submit{
	width: 100%;
}




















.weight{
	font-weight: bold;
}










