@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	color: #111;
	background: #fff;
}

#page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.offcanvas #page {
	overflow: hidden;
	position: absolute;
}

.offcanvas #page:after {
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}

a {
	color: #c4151c;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a:hover, a:active, a:focus {
	color: #a50c12;
	outline: none;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
	color: #000;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	margin: 0 0 20px 0;
}

::-webkit-selection {
	color: #fff;
	background: #a50c12;
}

::-moz-selection {
	color: #fff;
	background: #a50c12;
}

::selection {
	color: #fff;
	background: #a50c12;
}

.website-nav {
	width: 100%;
	padding: 0;
	z-index: 1001;
}

@media screen and (min-width:1367px) {
	.website-nav {
	}

}

@media screen and (max-width:768px) {
	.website-nav {
		background: #fff;
	}

}

.website-nav-overlay {
}

.website-nav .top {
	padding: 0px 0;
	margin-bottom: 0;
	background: #5f5f5f;
}

.website-nav .top .num, .website-nav .top .website-social, .website-nav .top .site {
	display: inline-block;
	margin: 0;
	/* padding: 5px 12px; */
}

@media screen and (max-width:768px) {
	.website-nav .top .num, .website-nav .top .website-social, .website-nav .top .site {
		padding: 5px 10px;
	}

	.website-nav .top .num span {
		display: none;
	}

}

.website-nav .top .num {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0px;
	/* border-left: 1px solid rgba(0, 0, 0, 0.08); */
}

.website-nav .top .website-social {
	margin: 0;
	float:  right;
	/* border-left: 1px solid rgba(0, 0, 0, 0.08); */
	/* border-right: 1px solid rgba(0, 0, 0, 0.08); */
}

.website-nav .top .website-social li {
	font-size: 14px;
	display: inline-block;
	padding: 0px;
}

.website-nav .top .website-social li a {
	padding: 7px 7px;
	color: #fff;
	font-size: 13px;
}

.website-nav #website-logo {
	margin: 0;
	padding: 0;
	width: 590px;
	height: auto;
	margin-top: 7px;
	margin-bottom: 7px;
}

@media screen and (max-width:768px) {
	.website-nav #website-logo {

		width: 260px;

		margin-top:  10px;

		margin-bottom: 10px;
	}

}


.website-nav #website-logo img {
	width: 100%;
	height: auto
}

.website-nav #website-logo a span {
	color: #000;
}

.website-nav #website-logo a i {
	position: absolute;
	top: 5px;
	left: 0;
}

.menu-1 {
	background: #c3141b;
	background: -moz-linear-gradient(left, #c3141b 1%, #db181b 50%, #c3141b 100%);
	background: -webkit-linear-gradient(left, #c3141b 1%,#db181b 50%,#c3141b 100%);
	background: linear-gradient(to right, #c3141b 1%,#db181b 50%,#c3141b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3141b', endColorstr='#c3141b',GradientType=1 );
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

@media screen and (max-width:768px) {
	.website-nav .menu-1 {
		display: none;
	}

}

.website-nav ul {
	padding: 0;
	margin: 8px 5px;
}

.website-nav ul li {
	padding: 8px 43px;
	margin: 0;
	list-style: none;
	display: inline;
	font-weight: 300;
	position: relative;
}

.website-nav ul li a {
	font-size: 14px;
	font-weight: 600;
	padding: 30px 5px;
	color: rgb(255, 255, 255);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-family: 'Open Sans', serif;
	text-transform: uppercase;
}
@media screen and (max-width:1024px) {
	.website-nav ul li {
		padding: 8px 27px;

	}



}


.website-nav ul li a:hover, .website-nav ul li a:focus, .website-nav ul li a:active {
	color: #e8e8e8;
}

.website-nav ul li.has-dropdown {
	position: relative;
}

.website-nav ul li.has-dropdown .dropdown {
	width: 200px;
	-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 48px;
	left: 0;
	text-align: left;
	background: url('../images/3px-tile.png') repeat-x #535858;
	padding: 20px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.website-nav ul li.has-dropdown .dropdown li {
	display: block;
	margin-bottom: 7px;
}

.website-nav ul li.has-dropdown .dropdown li:last-child {
	margin-bottom: 0;
}

.website-nav ul li.has-dropdown .dropdown li a {
	padding: 2px 0;
	display: block; 
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.2;
	text-transform: none;
	font-size: 15px;
	letter-spacing: 0;
}

.website-nav ul li.has-dropdown .dropdown li a:hover {
	color: #fff;
}

.website-nav ul li.has-dropdown:hover a, .website-nav ul li.has-dropdown:focus a {
	color: #fff;
}

.website-nav ul li.has-megadropdown {
}

.website-nav ul li.has-megadropdown .megadropdown {
	width: 240px;
	-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 29px;
	left: 0px;
	text-align: left;
	background: #cd161b;
	-webkit-border;
	-moz-border-ra;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.website-nav ul li.has-megadropdown .megadropdown li {
	display: block;
	width: 100%;
	float: left;/* margin: 0.5%; */
	padding: 10px 10px 10px 15px;/* background: rgba(0, 0, 0, 0.1); */
}

.website-nav ul li.has-megadropdown .megadropdown li:hover {
	background: #af1016;
	color: #fefefe;
}

.website-nav ul li.has-megadropdown .megadropdown li img {
	width: 100%;
	height: auto;
}

.website-nav ul li.has-megadropdown .megadropdown li span {
	display: block;
}

.website-nav ul li.has-megadropdown .megadropdown li:last-child {
	margin-bottom: 0;
}

.website-nav ul li.has-megadropdown .megadropdown li a {
	padding: 0px;
	display: block;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1;
	text-transform: none;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	text-align: left;
}

.website-nav ul li.has-megadropdown .megadropdown li a:hover {
}

.website-nav ul li.active > a {
	font-weight: 400;
}

#website-hero {
	min-height: 400px;
	height: 400px;
	background: #fff url(../images/loader.gif) no-repeat center center;
}

#website-hero .btn {
	font-size: 24px;
	border-radius: 1;
}

#website-hero .btn.btn-primary {
	padding: 14px 30px !important;
}

#website-hero .flexslider {
	border: none;
	z-index: 1;
	margin-bottom: 0;
}

#website-hero .flexslider .slides {
	position: relative;
	overflow: hidden;
}

#website-hero .flexslider .slides li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 400px;
	height: 400px;
	position: relative;
}



#website-hero .flexslider .slides li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';

	z-index: 1;
}

#website-hero .flexslider .flex-control-nav {
	bottom: 40px;
	z-index: 1000;
}

#website-hero .flexslider .flex-control-nav li a {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: none;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

#website-hero .flexslider .flex-control-nav li a.flex-active {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.7);
}

#website-hero .flexslider .flex-direction-nav {
	display: none;
}

#website-hero .flexslider .slider-text {
	display: table;
	opacity: 0;
	min-height: 400px;
	height: 400px;
	z-index: 9;
}

#website-hero .flexslider .slider-text > .slider-text-inner {
	display: table-cell;
	vertical-align: middle;
	min-height: 400px;
}

#website-hero .flexslider .slider-text > .slider-text-inner h1, #website-hero .flexslider .slider-text > .slider-text-inner h2 {
	margin: 0;
	padding: 0;
	color: white;
	text-shadow: 1px 3px 3px rgba(0,0,0,0.5);
}

#website-hero .flexslider .slider-text > .slider-text-inner h1 {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;/* font-weight: 300; */
}

#website-hero .flexslider .slider-text > .slider-text-inner h2 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
	font-family: "Open Sans", Arial, sans-serif;
}

#website-hero .flexslider .slider-text > .slider-text-inner h2 a {
	color: rgba(255, 255, 255, 0.5);
}

#website-hero .flexslider .slider-text > .slider-text-inner .btn {
	padding: 18px 30px !important;
	color: #fff;
	border: none !important;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#website-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
	background: #a50c12 !important;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#website-hero .flexslider .slider-text > .slider-text-inner .website-lead {
	font-size: 20px;
	color: #fff;
}

#website-hero .flexslider .slider-text > .slider-text-inner .website-lead .icon-heart {
	color: #d9534f;
}

@media screen and (max-width:768px) {
	#website-hero {
		min-height: 200px;
		height: 200px;
	}
	#website-hero .flexslider .slides li {
		min-height: 200px;
		height: 200px;

	}
	#website-hero .flexslider .slider-text {
		min-height: 200px;
		height: 200px;
	}
	#website-hero .flexslider .slider-text > .slider-text-inner {
		min-height: 200px;
	}

	#website-hero .flexslider .slider-text > .slider-text-inner h1 {
		font-size: 25px;
		margin-bottom: 5px;
	}
	#website-hero .flexslider .slider-text > .slider-text-inner h2 {
		font-size: 17px;
		margin-bottom: 10px;
	}

	#website-hero .flexslider .slider-text > .slider-text-inner .btn {
		padding: 9px 15px !important;
		letter-spacing: 1px;
	}

}


#website-innerhero {
	min-height: 150px;
	height: 150px;
	//background: #fff url(../images/loader.gif) no-repeat center center;
}

#website-innerhero .btn {
	font-size: 24px;
}

#website-innerhero .btn.btn-primary {
	padding: 14px 30px !important;
}

#website-innerhero .flexsliderinner {
	border: none;
	z-index: 1;
	margin-bottom: 0;
}

#website-innerhero .flexsliderinner .slides {
	position: relative;
	overflow: hidden;
}

#website-innerhero .flexsliderinner .slides li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 150px;
	height: 150px;
	position: relative;
}

#website-innerhero .flexsliderinner .slides li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';

	z-index: 1;
}

#website-innerhero .flexsliderinner .flex-control-nav {
	bottom: 40px;
	z-index: 1000;
}

#website-innerhero .flexsliderinner .flex-control-nav li a {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: none;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

#website-innerhero .flexsliderinner .flex-control-nav li a.flex-active {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.7);
}

#website-innerhero .flexsliderinner .flex-direction-nav {
	display: none;
}

#website-innerhero .flexsliderinner .slider-text {
	display: table;
	opacity: 1;
	min-height: 150px;
	height: 150px;
	z-index: 9;
	margin: auto;
}

#website-innerhero .flexsliderinner .slider-text > .slider-text-inner {
	display: table-cell;
	vertical-align: middle;
	min-height: 150px;
}

#website-innerhero .flexsliderinner .slider-text > .slider-text-inner h1, #website-innerhero .flexsliderinner .slider-text > .slider-text-inner h2 {
	margin: 0;
	padding: 0;
	color: white;
}

#website-innerhero .flexsliderinner .slider-text > .slider-text-inner h1 {
	margin-bottom: 0px;
	font-size: 45px;
	line-height: 1;
	font-weight: 300;
}


#website-innerhero .flexsliderinner .slider-text > .slider-text-inner h2 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 0px;
	font-family: "Open Sans", Arial, sans-serif;
}

#website-innerhero .flexsliderinner .slider-text > .slider-text-inner h2 a {
	color: rgba(255, 255, 255, 0.5);
}

#website-innerhero .flexsliderinner .slider-text > .slider-text-inner .btn {
	padding: 18px 30px !important;
	color: #fff;
	border: none !important;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#website-innerhero .flexsliderinner .slider-text > .slider-text-inner .btn:hover {
	background: #a50c12 !important;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#website-innerhero .flexsliderinner .slider-text > .slider-text-inner .website-lead {
	font-size: 20px;
	color: #fff;
}

#website-innerhero .flexsliderinner .slider-text > .slider-text-inner .website-lead .icon-heart {
	color: #d9534f;
}

@media screen and (max-width:768px) {
	#website-innerhero {
		min-height: 100px;
		height: 100px;
	}
	#website-innerhero .flexsliderinner .slides li {
		min-height: 100px;
		height: 100px;

	}
	#website-innerhero .flexsliderinner .slider-text {
		min-height: 100px;
		height: 100px;
	}
	#website-innerhero .flexsliderinner .slider-text > .slider-text-inner {
		min-height: 100px;
	}

	#website-innerhero .flexsliderinner .slider-text > .slider-text-inner h1 {
		font-size: 35px;
	}
	
}



.website-bg-section {
	background: #e8e8e8;
}

#website-course-categories {
	background: url(../images/pattern-6.png) repeat;
}

#website-course-categories, #website-counter, #website-course, #website-register, #website-pricing, #website-testimonial, #website-blog, #website-about, #website-staff, #website-contact, #website-footer {
	padding: 3em 0;
	clear: both;
}

@media screen and (max-width:768px) {
	#website-course-categories, #website-counter, #website-course, #website-register, #website-pricing, #website-testimonial, #website-blog, #website-about, #website-staff, #website-contact, #website-footer {
		padding: 3em 0;
	}

}

.services {
	width: 98%;
	margin: 3px auto;
	/*margin-bottom: 40px;*/
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* margin-bottom: 9px; */
}

.services h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	background: #c3141b;
	margin: 0px;
	display: table;
	width:  100%;
	padding: 0px 5px;
	vertical-align:  middle;
}

.services h3 a {
	color: #fff;
	text-transform: uppercase;
	text-align:  center;
	display:  table-cell;
	vertical-align:  middle;
}

.services h3 a:hover {
	color: #fbe2e2;
}

.services .icon {
	border: 1px solid #dcdcdc;
	display: table;
	text-align: center;
	margin: 0 auto;
	padding: 3px;
	margin-bottom: 0px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.services .icon:hover {
	-webkit-box-shadow: inset 0px 0px 124px 11px rgba(196, 0, 12, .74);
	-moz-box-shadow: inset 0px 0px 124px 11px rgba(196, 0, 12, .74);
	box-shadow: inset 0px 0px 124px 11px rgba(196, 0, 12, .74);
}

.services .icon img {
	width: 100%;
	height: auto;
	/* border-radius: 3px; */
}

@media screen and (max-width:992px) {
	.services .icon {
		margin: auto;
	}

}

.pageimages .desc {
	height: 30px;
	line-height: 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 10px;
}

.pageimages .desc .title {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	text-align: center;
}

.pageimages .pageimage {
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	display: table;
}

.pageimages .pageimage:hover {
	opacity: 0.9
}

.pageimages.horizontal .pageimage {
	height: 180px;
	width: 100%;
}

.pageimages.vertical .pageimage {
	height: 240px;
	width: 100%;
}

@media screen and (max-width:768px) {
	.pageimages .pageimage {
		height: auto;
	}

}

.bordered {
	border: 1px solid #dedede;
}

.productdescription {
	font-size: 14px;
}


.productdescription table {
	border-bottom: 1px solid #dedede;
}
.productdescription table th, td {

	padding: 8px 4px;
	font-size: 13px;
	white-space: nowrap;
}

.productdescription table td {
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;



}

.productdescription table th {
	background-color: #be171e;
	font-weight: 400;
	border-right: 1px solid #d99b9e;
	border-bottom: 1px solid #d99b9e;
	text-align: center;
	color: #fff;
}


@media screen and (max-width:768px) {
	.productdescription {
		overflow-x: scroll;
	}
	

}


.website-counters {
	padding: 7em 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
}

.website-counters .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.5);
}

.website-counters .counter-wrap {
	border: 1px solid red !important;
}

.website-counters .website-counter {
	font-size: 44px;
	display: block;
	color: white;
	font-family: 'Open Sans', serif;
	width: 100%;
	font-weight: 400;
	margin-bottom: .1em;
}

.website-counters .website-counter-label {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	margin-bottom: 2em;
	display: block;
	font-family: 'Open Sans', serif;
}

.website-counters .icon i {
	font-size: 45px;
	color: #fff;
}

.course {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	margin-bottom: 30px;
}

.course .desc, .course .course-img {
	width: 50%;
	display: inline-block;
}

@media screen and (max-width:768px) {
	.course .desc, .course .course-img {
		width: 100%;
	}

}

.course .course-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width:768px) {
	.course .course-img {
		height: 270px;
	}

}

.course .desc {
	padding: 1.1em;
	background: #fafafa;
}

.course .desc h3 {
	font-size: 18px;
	font-weight: 400;
}

.course .desc h3 a {
	color: #000;
}

.course .desc p {
	font-size: 13px;
}

.course .desc .date {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
}

.course .desc .btn-course {
	border: 2px solid rgba(0, 0, 0, 0.8) !important;
	background: transparent;
	color: rgba(0, 0, 0, 0.8) !important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 11px 15px !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.course .desc .btn-course:hover {
	background: rgba(0, 0, 0, 0.8) !important;
	color: white !important;
}

.course:hover .course-img {
	-webkit-box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
	-moz-box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
	box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
}

.website-social-icons {
	margin: 0;
	padding: 0;
}

.website-social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.website-social-icons li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #ffffff;
	background-color: #c4151c;
	padding: 0px 7px;
}

.website-social-icons li a i {
	font-size: 15px;
}

.website-contact-info ul {
	padding: 0;
	margin: 0;
}

.website-contact-info ul li {
	padding: 0 0 0 40px;
	margin: 0 0 10px 0;
	list-style: none;
	position: relative;
	color: rgba(0, 0, 0, 0.8);
}

.website-contact-info ul li:before {
	color: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	top: .05em;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;  /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.website-contact-info ul li.address:before {
	font-size: 30px;
	content: "\e9dc";
}

.website-contact-info ul li.phone:before {
	font-size: 23px;
	content: "\ea3b";
}

.website-contact-info ul li.email:before {
	font-size: 23px;
	content: "\e91e";
}

.website-contact-info ul li.url:before {
	font-size: 23px;
	content: "\e9df";
}

.website-contact-info ul li.fax:before {
	font-size: 23px;
	content: "\ea2f";
}

.website-contact-info ul li a {
	color: rgba(0, 0, 0, 0.8);
}

.website-heading {
	margin-bottom: 5em;
}

.website-heading h2 {
	font-size: 23px;
	margin-bottom: 20px;
	line-height: 1.5;
	color: #c4151c;
	text-transform: uppercase;
	position: relative;
}

.website-heading h2:after {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	width: 50px;
	height: 1px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.6);
}

.website-heading p {
	font-size: 14px;
}

#website-testimonial {
	background: #fff;
	position: relative;
}

#website-testimonial .testimony-slide {
	text-align: center;
	position: relative;
	color: rgba(0, 0, 0, 0.75) !important;
}

#website-testimonial .testimony-slide span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
}

#website-testimonial .testimony-slide span small {
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 3px;
}

#website-testimonial .testimony-slide .user {
	display: block;
	width: 250px;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;/* -webkit-border-radius: 50%; */
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;/* border-radius: 50%; */
}

#website-testimonial .testimony-slide blockquote {
	border: none;
	margin: 30px auto;
	width: 70%;
	position: relative;
	padding: 0;
}

@media screen and (max-width:768px) {
	#website-testimonial .testimony-slide blockquote {
		width: 85%;
	}

}

#website-testimonial .arrow-thumb {
	position: absolute;
	top: 40%;
	display: block;
	width: 100%;
}

#website-testimonial .arrow-thumb a {
	font-size: 32px;
	color: #dadada;
}

#website-testimonial .arrow-thumb a:hover, #website-testimonial .arrow-thumb a:focus, #website-testimonial .arrow-thumb a:active {
	text-decoration: none;
}

#website-testimonial .owl-theme .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.3) !important;
}

#website-testimonial .owl-theme .owl-dots .active span {
	background: white !important;
}

#website-testimonial .website-heading {
	margin-bottom: 3em;
}

#website-testimonial .website-heading h2 {
	color: #333;
	margin-bottom: 20px !important;
}

#website-testimonial .website-heading h2:after {

	/* background: transparent !important; */
}

#website-testimonial .website-heading p {
	color: rgba(255, 255, 255, 0.5);
}

#website-testimonial .website-heading span {
	padding: 7px 15px;
	position: relative;
}

#website-testimonial .website-heading span:before {
	position: absolute;
	top: 24px;
	left: -40px;
	content: '';
	width: 40px;
	height: 1px;
	background: white;
}

#website-testimonial .website-heading span:after {
	position: absolute;
	top: 24px;
	right: -40px;
	content: '';
	width: 40px;
	height: 1px;
	background: white;
}

.wrap-price {
	padding: 2em 4em;
}

.pricing__feature-list {
	width: 100%;
	float: left;
}

.pricing__feature-list li {
	margin-bottom: 10px;
}

.pricing__item {
	width: 100%;
	float: left;
	clear: both;
}

@media screen and (max-width:768px) {
	.pricing__item {
		margin-bottom: 30px;
	}

}

.website-event {
	position: relative;
	padding-left: 120px;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.website-event .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background: rgba(0, 0, 0, 0.03);
	display: table;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.website-event .date span {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: 100px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}

.website-event h3 {
	font-size: 17px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.website-event h3 a {
	color: black;
}

.website-blog {
	margin-bottom: 30px;
	width: 100%;
	float: left;
}

@media screen and (max-width:768px) {
	.website-blog {
		width: 100%;
	}

}

.website-blog .blog-img-holder {
	display: block;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	height: 270px;
}

.website-blog .blog-text {
	position: relative;
	background: rgba(0, 0, 0, 0.03);
	width: 100%;
	padding: 30px;
	float: left;
}

.website-blog .blog-text span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 20px;
}

.website-blog .blog-text span.comment {
	float: right;
}

.website-blog .blog-text span.comment a {
	color: rgba(0, 0, 0, 0.3);
}

.website-blog .blog-text span.comment a i {
	padding-left: 7px;
}

.website-blog .blog-text h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.website-blog .blog-text h3 a {
	color: black;
}

.website-blog .blog-text .btn-blog {
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.8);
	color: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.website-blog .blog-text .btn-blog:hover {
	color: #fff !important;
}

#website-register {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

#website-register .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, 0.5);
}

#website-register h2, #website-register h3, #website-register p {
	color: #fff;
}

#website-register .btn-reg {
	background: transparent;
	border: 2px solid #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.simply-countdown {

	/* The countdown */
	margin-top: 3em;
	margin-bottom: 3em;
}

.simply-countdown > .simply-section {

	/* coutndown blocks */
	display: inline-block;
	width: 120px;
	height: 120px;
	background: rgba(0, 0, 0, 0.2);
	margin: 0 5px;
	position: relative;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.simply-countdown > .simply-section > div {

	/* countdown block inner div */
	display: table-cell;
	vertical-align: middle;
	height: 115px;
	width: 120px;
}

.simply-countdown > .simply-section .simply-amount, .simply-countdown > .simply-section .simply-word {
	display: block;
	color: white;  /* amounts and words */
}

.simply-countdown > .simply-section .simply-amount {
	font-size: 40px;  /* amounts */
}

.simply-countdown > .simply-section .simply-word {
	color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;  /* words */
}

.staff {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 40px;
}

.staff .staff-img {
	width: 100%;
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 300px;
	margin-bottom: 20px;
	display: table;
}

.staff .staff-img:before {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.staff .staff-img .website-social {
	opacity: 0;
	display: table-cell;
	vertical-align: middle;
	height: 300px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.staff .staff-img .website-social li {
	display: inline-block;
	padding: 0 7px;
}

.staff h3 {
	font-size: 18px;
}

.staff h3 a {
	color: #000;
}

.staff span {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}

.staff:hover .staff-img:before {
	opacity: 1;
}

.staff:hover .staff-img .website-social {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#website-gallery {
	padding-top: 2.5em;
}

#website-gallery h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 2.5em;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
}

#website-gallery h2 span {
	border: 2px solid rgba(0, 0, 0, 0.8);
	padding: 10px 15px;
	position: relative;
}

#website-gallery h2 span:before, #website-gallery h2 span:after {
	position: absolute;
	top: 18px;
	bottom: 0;
	content: '';
	width: 100px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}

#website-gallery h2 span:before {
	lett: 0;
	margin-left: -125px;
}

#website-gallery h2 span:after {
	right: 0;
	margin-right: -110px;
}

.gallery {
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 300px;
}

.gallery:hover {
	-webkit-box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
	-moz-box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
	box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
}

#website-footer {
	background: #efefef;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff !important;
}

#website-footer .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#website-footer .website-footer-links {
	padding: 0;
	margin: 0;
}

#website-footer .website-footer-links li {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 5px;
}

#website-footer .website-footer-links li a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	font-size: 12px;
}

#website-footer .website-footer-links li a:hover {
	text-decoration: underline;
}

#website-footer .website-widget {
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	#website-footer .website-widget {
		text-align: left;
	}

}

#website-footer .website-widget h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, sans-serif;
	color: #fff;
}

#website-footer .website-widget p {
	font-size: 12px;
}

#website-footer .copyright .block {
	display: block;
}

#website-footer .copyright .block a {
	color: rgba(255, 255, 255, 0.5);
}

#map {
	width: 100%;
	height: 500px;
	position: relative;
}

@media screen and (max-width:768px) {
	#map {
		height: 200px;
	}

}

#website-offcanvas {
	position: absolute;
	z-index: 1901;
	width: 270px;
	background: black;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 75px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (max-width:768px) {
	#website-offcanvas {
		display: block;
	}

}

.offcanvas #website-offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

#website-offcanvas a {
	color: rgba(255, 255, 255, 0.5);
	text-transform:  uppercase;
}

#website-offcanvas a:hover {
	color: rgba(255, 255, 255, 0.8);
}

#website-offcanvas ul {
	padding: 0;
	margin: 0;
}

#website-offcanvas ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 32px;
}

#website-offcanvas ul li img {
	width: 70% !important;
	margin: auto;
	display: table;
}

@media screen and (max-width:768px) {
	#website-offcanvas ul li img {
		display: none;
	}

}

#website-offcanvas ul li a span {
	display: block;
	font-size: 13px;
	text-align: center;
}

@media screen and (max-width:768px) {
	#website-offcanvas ul li a span {
		text-align: left;
	}

}

#website-offcanvas ul li > ul {
	padding-left: 10px;
	display: none;
}

#website-offcanvas ul li.offcanvas-has-dropdown > a {
	display: block;
	position: relative;
}

#website-offcanvas ul li.offcanvas-has-dropdown > a:after {
	position: absolute;
	right: 0px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;  /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ea1c";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#website-offcanvas ul li.offcanvas-has-dropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#website-offcanvas ul li.offcanvas-has-megadropdown > a {
	display: block;
	position: relative;
}

#website-offcanvas ul li.offcanvas-has-megadropdown > a:after {
	position: absolute;
	right: 0px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;  /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ea1c";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#website-offcanvas ul li.offcanvas-has-megadropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.uppercase {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.gototop.active {
	opacity: 1;
	visibility: visible;
}

.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
	text-decoration: none;
	outline: none;
}

.website-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}

.website-nav-toggle.active i::before, .website-nav-toggle.active i::after {
	background: #444;
}

.website-nav-toggle:hover, .website-nav-toggle:focus, .website-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}

.website-nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: #252525;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #252525;
	transition: all .2s ease-out;
}

.website-nav-toggle i::before, .website-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 2px;
	background: #252525;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
}

.website-nav-toggle.website-nav-white {
	top: 37px;
}

.website-nav-toggle.website-nav-white > i {
	color: #bd2025;
	background: #bd2025;
}

.website-nav-toggle.website-nav-white > i::before, .website-nav-toggle.website-nav-white > i::after {
	background: #bd2025;
}

.website-nav-toggle.website-nav-white.active > i {
	color: #fff;
	background: #ff;
	top: -33px;
}

.website-nav-toggle.website-nav-white.active > i::before, .website-nav-toggle.website-nav-white.active > i::after {
	background: #fff;
}

.website-nav-toggle i::before {
	top: -7px;
}

.website-nav-toggle i::after {
	bottom: -7px;
}

.website-nav-toggle:hover i::before {
	top: -10px;
}

.website-nav-toggle:hover i::after {
	bottom: -10px;
}

.website-nav-toggle.active i {
	background: transparent;
}

.website-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.website-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.website-nav-toggle {
	position: absolute;
	right: 0px;
	top: 55px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	z-index: 2001;
	border-bottom: none !important;
}

@media screen and (max-width:768px) {
	.website-nav-toggle {
		display: block;
	}

}

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.btn.btn-md {
	padding: 8px 20px !important;
}

.btn.btn-lg {
	padding: 18px 36px !important;
}

.btn:hover, .btn:active, .btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

.btn-primary {
	background: #c4151c;
	color: #fff;
	border: 2px solid #c4151c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #220001 !important;
	border-color: #220001 !important;
}

.btn-primary.btn-outline {
	background: transparent;
	color: #a50c12;
	border: 2px solid #a50c12;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #a50c12;
	color: #fff;
}

.btn-success {
	background: #5cb85c;
	color: #fff;
	border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
	background: #4cae4c !important;
	border-color: #4cae4c !important;
}

.btn-success.btn-outline {
	background: transparent;
	color: #5cb85c;
	border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
	background: #5cb85c;
	color: #fff;
}

.btn-info {
	background: #5bc0de;
	color: #fff;
	border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
	background: #46b8da !important;
	border-color: #46b8da !important;
}

.btn-info.btn-outline {
	background: transparent;
	color: #5bc0de;
	border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
	background: #5bc0de;
	color: #fff;
}

.btn-warning {
	background: #f0ad4e;
	color: #fff;
	border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background: #eea236 !important;
	border-color: #eea236 !important;
}

.btn-warning.btn-outline {
	background: transparent;
	color: #f0ad4e;
	border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
	background: #f0ad4e;
	color: #fff;
}

.btn-danger {
	background: #d9534f;
	color: #fff;
	border: 2px solid #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background: #d43f3a !important;
	border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
	background: transparent;
	color: #d9534f;
	border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
	background: #d9534f;
	color: #fff;
}

.btn-outline {
	background: none;
	border: 2px solid gray;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	box-shadow: none;
}

.btn.with-arrow {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn.with-arrow i {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.btn.with-arrow:hover {
	padding-right: 50px;
}

.btn.with-arrow:hover i {
	color: #fff;
	right: 18px;
	visibility: visible;
	opacity: 1;
}

.form-control {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 14px;
	font-weight: 400;
}

.form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #000;
}

.row-pb-md {
	padding-bottom: 4em !important;
}

.row-pb-sm {
	padding-bottom: 2em !important;
}

.website-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
}

.row-padded-mb {
	margin-bottom: 3em !important;
}

.col-padded {
	margin: 0 !important;
	padding: 0 !important;
}

.js .animate-box {
	opacity: 0;
}