/* page Container */
.page-container {}

.page-container > .inner {
	padding: 10px 0 15px;
}

.page-container > .inner > .section {
	margin-bottom: 20px;
}
.page-container > .inner > .section:last-child {
	margin-bottom: 0;
}

.page-container > .inner > .section > .box-header {}
.page-container > .inner > .section > .box-header > .title {
	margin: 0 0 2px;
    padding: 0;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.page-container > .inner > .section > .box-header > .sub-title {
	margin: 0;
	padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #4a4949;
}

.page-container > .inner > .section > .box-body {
	margin: 10px 0 0;
}

/* Extra small devices (phones, 600px and down) "Custom style" */
@media only screen and (max-width: 600px) {
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}