.main.col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.h-200{
	height:200px;
}

.h-300{
	height:300px;
}
.h-350{
	height:400px;
}
.v-center{
	display:table;
	width:100%;
}
.v-center > div{
	display:table-cell;
	vertical-align:middle;
}
.col-sm-12{
	width:100%;
}
.fluid nav.nav-main{
	padding-right:0;
}
.wrap.main-section.fluid{
	padding-left:0;
	padding-right:0;
}
.p-top-0{
	padding-top:0 !important;
}
.p-top-5{
	padding-top: 5px !important;
}
.p-top-15{
	padding-top: 15px !important;
}
.p-top-24{
	padding-top:24px !important;
}
.p-top-39{
	padding-top:39px !important;
}
.p-top-63{
	padding-top:63px !important;
}
.p-top-102{
	padding-top:102px;
}
.p-bottom-102{
	padding-bottom:102px;
}
.p-bottom-0{
	padding-bottom: 0 !important;
}
.p-bottom-5{
	padding-bottom: 5px !important;
}
.p-bottom-15{
	padding-bottom: 15px !important;
}
.p-bottom-24{
	padding-bottom:24px !important;
}
.p-bottom-39{
	padding-bottom:39px !important;
}
.p-bottom-63{
	padding-bottom:63px !important;
}
.p-left-0{
	padding-left: 0 !important;
}
.p-left-5{
	padding-left: 5px !important;
}
.p-left-15{
	padding-left: 15px !important;
}
.p-left-24{
	padding-left:24px !important;
}
.p-left-39{
	padding-left:39px !important;
}
.p-left-63{
	padding-left:63px !important;
}
.p-right-0{
	padding-right:0 !important;
}
.p-right-5{
	padding-right: 5px !important;
}
.p-right-15{
	padding-right: 15px !important;
}
.p-right-24{
	padding-right:24px !important;
}
.p-right-39{
	padding-right:39px !important;
}
.p-right-63{
	padding-right:63px !important;
}
.m-top-0{
	margin-top:0 !important;
}
.m-top-5{
	margin-top: 5px !important;
}
.m-top-15{
	margin-top: 15px !important;
}
.m-top-24{
	margin-top:24px !important;
}
.m-top-39{
	margin-top:39px !important;
}
.m-top-63{
	margin-top:63px !important;
}
.m-bottom-0{
	margin-bottom: 0 !important;
}
.m-bottom-5{
	margin-bottom: 5px !important;
}
.m-bottom-15{
	margin-bottom: 15px !important;
}
.m-bottom-24{
	margin-bottom:24px !important;
}
.m-bottom-39{
	margin-bottom:39px !important;
}
.m-bottom-63{
	margin-bottom:63px !important;
}
.m-left-0{
	margin-left: 0 !important;
}
.m-left-5{
	margin-left: 5px !important;
}
.m-left-15{
	margin-left: 15px !important;
}
.m-left-24{
	margin-left:24px !important;
}
.m-left-39{
	margin-left:39px !important;
}
.m-left-63{
	margin-left:63px !important;
}
.m-right-0{
	margin-right: 0 !important;
}
.m-right-5{
	margin-right: 5px !important;
}
.m-right-15{
	margin-right: 15px !important;
}
.m-right-24{
	margin-right:24px !important;
}
.m-right-39{
	margin-right:39px !important;
}
.m-right-63{
	margin-right:63px !important;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 24px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 5px;
}
ul li,
ol li{
	font-size: 15px;
	line-height: 1.62em;
	margin-bottom: 6px;
	font-weight: 300;
}
p,
.jumbotron .section-inner p{
	margin: 0 0 21px 0;
	font-size: 15px;
	line-height: 1.62em;

}
.jumbotron{
	overflow:hidden;
	padding:0 !important;
}
h1,h2,h3,h4,h5{
	margin:34px 0 13px 0;
}

.color-fff{
	color:#fff
}
.min-h-500{
	min-height:500px;
}
.transition-all{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;  
}
	.text-xs-center{
		text-align:center;
	}
	.text-xs-left{
		text-align:left;
	}
	.text-xs-right{
		text-align: right;
	}
@media all and (min-width:1200px){
	.tetx-lg-center{
		text-align:center;
	}
	.text-lg-left{
		text-align:left;
	}
	.text-lg-right{
		text-align: right;
	}
}
@media all and (min-width:992px){
	.text-md-center{
		text-align:center;
	}
	.text-md-left{
		text-align:left;
	}
	.text-md-right{
		text-align: right;
	}
}
@media all and (min-width:768px){
	.text-sm-center{
		text-align:center;
	}
	.text-sm-left{
		text-align:left;
	}
	.text-sm-right{
		text-align: right;
	}
}

