* {
	font-family: 'Fira Sans', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
}
body {
	text-align: center;
	border: 0;
	padding: 0;
	margin: 0;
}
p, span, li, dt, dd, td, th, label, input, b, strong, div {
	font-size: 16px;
	color: #5f5e5e;
}
p {
	line-height: 28px;
	margin: 11px 0 17px 0;
}
table {
	width: auto;
	max-width: 100%;
}
.clear {
	clear: both;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
dl, dt, dd {
	font-weight: normal !important;
}
a,
a:visited,
a:active {
	color: #707070;
	transition: all 0.1s ease;
}
a:hover {
	color: #f68425;
}

ul, ol, ul li, ol li {
	margin-left: 20px;
	padding-left: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}
.debugger {
	border: 1px red solid;
}

h1 {
	color: #f68425;
	font-size: 22px;
}

h2 {
	color: #414245;
	font-size: 35px;
}

h3 {
	color: #f68425;
	font-size: 22px;
}

h4 {
	color: #f68425;
	font-size: 22px;
}

h5 {
	color: #555555;
	font-size: 18px;
	margin-top: 0px;
}

.transition {
	transition: all 0.3s ease;
}


/*================== ALIGN ==================*/
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
	margin: 0 auto;
}


/*================== BLOCK ==================*/
.display-block {
	display: block;	
}
.display-inline {
	display: inline-block;
}


/*================== BUTTON ==================*/
input[type="submit"],
.custom-btn[type="submit"] {
	padding: 15px 25px;
	background-color: #fa8f0c;
	color: #FFF;
	border: 1px #FFF solid;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 100;
	box-shadow: none;
	transition: all 0.3s ease;
	text-shadow: none;
}

input[type="submit"]:hover,
.custom-btn[type="submit"]:hover {
	border: 0;
	color: #de4c17;
	box-shadow: none;
	background-color: #FFF;
	border: 1px #de4c17 solid;
}


/*================== FONT SIZE ==================*/
.font-size12 {
	font-size: 12px !important;	
}
.font-size14 {
	font-size: 14px !important;	
}
.font-size16 {
	font-size: 16px !important;	
}
.font-size18 {
	font-size: 18px !important;	
}
.font-size20 {
	font-size: 20px !important;	
}
.font-size22 {
	font-size: 22px !important;	
}
.font-size24 {
	font-size: 24px !important;	
}


/*================== FLOAT ==================*/
.float-left {
	float: left;	
}
.float-right {
	float: right;
}
.float-none {
	float: none;
}


/*================== HEIGHT ==================*/
.height20 {
	height: 30px;
}
.height30 {
	height: 30px;
}
.height40 {
	height: 40px;
}
.height50 {
	height: 50px;
}
.height70 {
	height: 70px;
}
.height80 {
	height: 80px;
}

	
/*================== MARGIN ==================*/
.margin-top-5px {
	margin-top: 5px !important;
}
.margin-bottom-5px {
	margin-bottom: 5px !important;
}
.margin-left-5px {
	margin-left: 5px !important;
}
.margin-right-5px {
	margin-right: 5px !important;
}
.margin-top-10px {
	margin-top: 10px !important;
}
.margin-bottom-10px {
	margin-bottom: 10px !important;
}
.margin-left-10px {
	margin-left: 10px !important;
}
.margin-right-10px {
	margin-right: 10px !important;
}
.margin-top-20px {
	margin-top: 20px !important;
}
.margin-bottom-20px {
	margin-bottom: 20px !important;
}
.margin-left-20px {
	margin-left: 20px !important;
}
.margin-right-20px {
	margin-right: 20px !important;
}
.margin-top-30px {
	margin-top: 30px !important;
}
.margin-bottom-30px {
	margin-bottom: 30px !important;
}
.margin-left-30px {
	margin-left: 30px !important;
}
.margin-right-30px {
	margin-right: 30px !important;
}


/*================== PADDING ================*/
.padding-top-10px {
	padding-top: 10px !important;
}
.padding-bottom-10px {
	padding-bottom: 10px !important;
}
.padding-left-10px {
	padding-left: 10px !important;
}
.padding-right-10px {
	padding-right: 10px !important;
}
.padding-top-20px {
	padding-top: 20px !important;
}
.padding-bottom-20px {
	padding-bottom: 20px !important;
}
.padding-left-20px {
	padding-left: 20px !important;
}
.padding-right-20px {
	padding-right: 20px !important;
}


/*================== POSITION ==================*/
.position-absolute {
	position: absolute;	
}
.position-relative {
	position: relative;	
}
.position-fixed {
	position: fixed;	
}
.position-static {
	position: static;
}


/*================== RADIUS ==================*/
.circle {
	border-radius: 100%;
}


/*================== TABLE ==================*/
.display-table {
	display: table;	
}
.display-table dt {
	display: table-cell;
}
.table-cell {
	display: table-cell;
}
.vertical-align-mid {
	vertical-align: middle;
}


/*================== WIDTH ==================*/
.width100 {
	width: 100%;
}


/*================== MEDIA QUERY ==================*/
@media only screen and (max-width: 480px) {
	.col-xxs-12 {
		display: block !important;
		float: none !important;
		width: 100% !important;
		padding: 0 10px;
		margin: 0 auto;
	}
	.gallery-tab .row > div a {
		display: inline-block;
		margin-bottom: 10px;
	}
	.mid-content {
		padding-top: 10px !important;
	}
}