body {
	margin:0px;
	padding: 0px;
	color: #58595b;
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Karla', sans-serif;
}

a {
	text-decoration: none;
	color: #f17721;
	border-bottom: 1px dotted transparent;
}

a:hover {
	text-decoration: none;
	color: #f17721;
}

p a:hover {
	border-bottom: 1px dotted #f17721;
}

img {
	width: 100%;
	height: auto;
}

.text-center {
	text-align: center;
}

.loginDiv #login h1{
	margin-bottom:15px;
	font-size:28px;
}

.login-canvas {
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 50px 100px;
}

.btn-primary {
	background-color: #f17721;
	border: none;
	border-radius: 0px;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	border: 2px solid transparent;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	color: #f17721;
	background-color: #fff;
	border: 2px solid #f17721;
}

.btn-primary:active, .btn-primary:focus {
	color: #f17721!important;
	background-color: #fff!important;
	border: 2px solid #f17721!important;
}

.logo img{
	padding: 10px;
	width: 225px;
}

header {
	border-bottom: 1px solid #58595b;
	background-color: #fff;
	z-index: 999;
}

/* .breadcrumbs {

} */

.breadcrumbs p {
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	font-size: 14px;
	display: inline-block;
}

.breadcrumbs p a {
	color: #999;
}

.breadcrumbs p a:hover {
	color: #f17721;
}

.navbar {
	margin-bottom: 0px!important;
}

.navbar-default {
	border: none;
	background-color: #fff;
	text-align: center;
}

.navbar-default .nav {
	float: none;
}

.navbar-default .navbar-toggle {
	background-color: #f17721;
	border: none;
	border-radius: 0px;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	border: 2px solid transparent;
	float: none;
	margin-left: 15px;
}

.navbar-default li a {
	padding: 20px;
	padding-top: 45px;
	padding-bottom: 45px;
	font-size: 16px;
}

.navbar-default li{
	float: none;
	display: inline-block;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #f17721;
	color: #fff;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
	margin-top: 1px;
}

.navbar-default .dropdown li {
	display: block;
}

.navbar-default .dropdown li a {
	padding: 7px;
	border-bottom: 1px solid #ececec;
	font-size: 13px;
}

.navbar-default .dropdown li:last-child a {
	border-bottom: none;
}

.navbar-default .dropdown li a:hover {
	background-color: #f17721;
	color: #fff;
}

/* .home-slider {
	text-align: left;
	position: relative;
} */

.home-slider .slides li {
	background-position: center;
	background-size: cover;
	/* height: 740px; */
}

/* .home-slider .slide1 {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/q_70/v1579242767/Patria/website/2020-services.jpg');
	background-position: center;
} */

/* .home-slider .slide3 {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/v1579241793/Patria/website/youth-2020.jpg');
	background-position: center;
} */

/* .home-slider .slide3 {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/q_70/v1586961529/Patria/website/soundcloud.jpg');
	background-position: center;
}

.home-slider .slide2 {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/v1585216929/Patria/website/patria_ig.jpg');
	background-position: center;
}

.home-slider .slide1 {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/v1585212691/Patria/website/covid-slide.jpg');
	background-position: center;
} */

.flex-direction-nav a {
	opacity: 1;
	height: 45px;
	top: 370px;
}

.flex-direction-nav .flex-prev {
	left: 30px;
}

.flex-direction-nav .flex-prev:before {
	font-family: 'Ionicons';
	content: "\f3d2";
	text-shadow: none;
	color: #fff;
	padding: 2px;
}

.flex-direction-nav .flex-next {
	right: 30px;
}

.flex-direction-nav a.flex-next:before {
	font-family: 'Ionicons';
	content: "\f3d3";
	text-shadow: none;
	color: #fff;
	padding: 2px;
}

.home-slider .container {
	margin-top: 100px;
}

.home-slider .heading {
	font-size: 30px;
	margin-top: 100px;
}

.home-slider p {
	color: #fff;
	padding: 10px;
	display: inline-block;
	font-size: 20px;
	background-color: rgba(0,0,0,0.7);
}

.home-about {
	padding-top: 80px;
    padding-bottom: 60px;
	text-align: center;
}

.home-about .btn-primary {
	margin-top: 20px;
}

.home-values {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #ececec;
}

.home-values h2 {
	text-align:center;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 40px;
}

.home-values img {
	width: 55px;
	margin-top: 40px;
}

.home-values h3 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 40px;
	color: #000;
}

.home-values .btn-primary {
	margin-right: 10px;
	margin-top: 20px;
}

.faith-pdf {
	padding-top: 80px;
	text-align: center;
}

.faith-pdf .btn-primary {
	margin-top: 40px;
}

.mt60 {
	margin-top:80px;
}

.home-ministries {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.home-ministries h2, .faith-pdf h2 {
	text-align:center;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.home-ministries p {
	font-size: 16px;
	padding-bottom: 20px;
}

.home-ministries .col-md-3 {
	padding: 0px;
}

.home-ministries .imgHover {
	height: 0px;
	opacity: 0;
}

.home-ministries .ministry img{
	cursor: pointer;
	margin: 0px;
	-webkit-transition: all 0.0s ease-out;
     -moz-transition: all 0.0s ease-out;
       -o-transition: all 0.0s ease-out;
          transition: all 0.0s ease-out;
}

.home-ministries .ministry {
	-webkit-transition: all 0.0s ease-out;
     -moz-transition: all 0.0s ease-out;
       -o-transition: all 0.0s ease-out;
          transition: all 0.0s ease-out;	
}

.home-ministries .ministry .imgActive {
	margin-bottom: -20px;
}

.home-ministries .ministry:hover .imgActive {
	height: 0px;
	opacity: 0;
	display: none;
}

.home-ministries .ministry:hover .imgHover {
	height: auto;
	opacity: 1;
}

.home-ministries .ministry:hover .layer {
	opacity: 1;
}

.ministry .layer {
	position: absolute;
	margin: 20px;
	padding: 10px;
	padding-top: 35px;
	padding-bottom: 35px;
	background-color:rgba(0,0,0,0.6); 
	z-index: 998;
	top: 0;
	opacity: 0;
	width: 87%;
	height: 87%;
}

.ministry .layer h3 {
	color: #fff;
}

.ministry .layer .btn-primary {
	margin-top: 20px;
}

.ministry-call-to-action {
	position: relative;
	text-align: center;
}

.ministry-call-to-action img {
	position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
}

.ministry-call-to-action p {
	z-index: 999;
	color: #fff;
	padding-top: 25%;
}

.ministry-call-to-action .btn-primary {
	background-color: #fff;
	color: #f17721;
	text-align: center;
	margin-top: 20px;
}

.ministry-call-to-action .btn-primary:hover {
	border:2px solid #fff; 
}

.image-wrapper {
	position: relative;
	box-shadow: 0px 6px 10px #00000029;
	overflow: hidden;
}

.img-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 14%;
    transition: all 1s ease;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    opacity: 1;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 50% 30px 0 30px;
    /* height: 100%; */
}

.img-overlay h3 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.image-wrapper:hover .img-overlay {
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 18%;
	left: 0px;
	right: 0px;
	overflow: hidden;
	margin-top: 0;
	padding-top: 88% 30px 0 30px;
	transition: all .7s ease;
	transform: translateY(0);
    -webkit-transform: translateY(0);	
	cursor: pointer;
}

.sermons .home-sermons {
	padding-top: 0px;
	padding-bottom: 100px;
	color: #fff;
	background-position: center;
	background-size: cover;
	text-align: center;
	box-shadow: none;
}

.home-sermons {
	padding-top: 0px;
	padding-bottom: 100px;
	color: #fff;
	background-position: center;
	background-size: cover;
	text-align: center;
	box-shadow: 1px 1px 1px #000;
}

.home-sermons h2 {
	font-size: 40px;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
	color: #58595b;
	text-align: center;
}

.home-sermons p {
	padding-bottom: 40px;
	color: #58595b;
}

.home-sermon .btn-primary {
	padding: 10px;
	text-shadow: none;
	margin-top: 40px;
}

.home-events {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.home-events h2 {
	text-align:center;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.home-events p{
	padding-bottom: 20px;
	font-size: 16px;
}

.home-events .item {
	background-color: #ececec;
	padding: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 10px;
	cursor: pointer;
}

.home-events .item h3 {
	display: inline-block;
	padding: 5px;
	margin: 0;
}

.home-events .item p {
	display: inline-block;
	padding: 5px;
	margin: 0;
	font-size: 18px;
	float: right;
}

.about {
	padding-top: 80px;
	padding-bottom: 80px;
}

.about h1 {
	font-size: 50px;
	text-align:center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.about .col-md-3 {
	margin-bottom: 30px;
}

.about-gallery img {
	margin-bottom: 30px;
}

.biggerpicture {
	padding-top: 80px;
	padding-bottom: 80px;
}

.biggerpicture h1 {
	text-align:center;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 50px;
}

.biggerpicture p {
	font-size: 16px;
	padding-bottom: 20px;
}

.biggerpicture .btn-primary {
	margin-top: 40px;
}

.get-connected {
	position: relative;
	background-image: url('/images/home/get-connected.jpg');
	background-position: center;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
}

.get-connected .gc-slide1{
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
	background-image: url('../images/get-connected-1.jpg');
	background-position: center;
	background-size: cover;
}

.get-connected .gc-slide2{
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
	background-image: url('../images/get-connected-2.jpg');
	background-position: center;
	background-size: cover;
}

.get-connected .gc-slide3{
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
	background-image: url('../images/get-connected3.jpg');
	background-position: center;
	background-size: cover;
}

.get-connected .content {
	padding: 20px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}

.get-connected h2 {
	text-align:center;
	text-transform: uppercase;
	font-size: 40px;
}

.kids img {
	margin-bottom: 30px;
}

.kidsmedia {
	padding-top: 80px;
	padding-bottom: 80px;
}

.kidsmedia h1 {
	text-align:center;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.kidsmedia h2 {
	margin-bottom: 30px;
	font-size: 45px;
}

.kidsmedia img {
	margin-bottom: 30px;
}

.kidsmedia iframe {
	margin-bottom: 30px;
}

.youth img {
	margin-bottom: 30px;
}

.men img {
	margin-bottom: 30px;
}

.legends img {
	margin-bottom: 30px;
}

.ministries {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ministries p {
	padding-bottom: 20px;
}

.ministries h1 {
	/* text-align: center; */
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.ministries-list {
	padding-left: 0;
	padding: 10px;
	background-color: #ececec;
}

.ministries-list li {
	list-style: none;
	padding: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
}

.ministries-list li:last-child {
	border-bottom: none;
}

.ministry-section {
	clear: both;
}

.ministries.walk img {
	margin-bottom: 30px;
}

.relationships .ministry-section {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ececec;
}

.relationships .ministry-section:last-child {
	border-bottom: none;
}

.relationships .ministry-section.options img{
	width: 100%;
}

.quote {
	text-align: center;
	font-size: 30px;
	padding: 15px;
}

h3.quote {
	color: #f17721;
}

.ptc .yot-logo {
	float: left;
	width: 200px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-bottom: 0!important;
}

.ptc img {
	margin-bottom: 30px;
}

.ptc .ptc-logo {
	text-align: center;
}

.ptc .ptc-logo img{
	float: none;
	width: 350px;
}

.ptc h2 {
	clear: left;
}

.worship img {
	margin-bottom: 30px;
}

.relationships img {
	float: left;
	width: 250px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.mens-header {
	height: 450px;
	background-image: url('../images/mens-header.jpg');
	background-position: center;
	background-size: cover;
}

.womens-header {
	height: 450px;
	background-image: url('../images/womens-header.jpg');
	background-position: center;
	background-size: cover;
}

.prayer-header {
	height: 450px;
	background-image: url('../images/prayer-header.jpg');
	background-position: center;
	background-size: cover;
}

.worship-header {
	height: 450px;
	background-image: url('../images/worship-header.jpg');
	background-position: center;
	background-size: cover;
}

.young-adults-header {
	height: 450px;
	background-image: url('../images/young-adults-header.jpg');
	background-position: center;
	background-size: cover;
}

.relationships-header {
	height: 450px;
	background-image: url('../images/relationships-header.jpg');
	background-position: center;
	background-size: cover;
}

.walk-header {
	height: 450px;
	background-image: url('../images/walk-header.jpg');
	background-position: center;
	background-size: cover;
}

.prison-header {
	height: 450px;
	background-image: url('../images/prison-header.jpg');
	background-position: center;
	background-size: cover;
}

.prophetic-header {
	height: 450px;
	background-image: url('../images/prophetic-header.jpg');
	background-position: center;
	background-size: cover;
}

.youth-header {
	height: 450px;
	background-image: url('../images/youth-header.jpg');
	background-position: center;
	background-size: cover;
}

.kingdomschool-header {
	height: 450px;
	background-image: url('../images/kingdomschool-header.jpg');
	background-position: center;
	background-size: cover;
}

.ptc-header {
	height: 450px;
	background-image: url('../images/ptc-header.jpg');
	background-position: center;
	background-size: cover;
}

.legends-header {
	height: 450px;
	background-image: url('../images/legends-header.jpg');
	background-position: center;
	background-size: cover;
}

.kids-header {
	height: 450px;
	background-image: url('../images/kids-header.jpg');
	background-position: center;
	background-size: cover;
}

.biggerpicture-header {
	height: 450px;
	background-image: url('../images/biggerpicture-header.jpg');
	background-position: center;
	background-size: cover;
}

.about-header {
	height: 450px;
	background-image: url('/images/about/about-header.jpg');
	background-position: center;
	background-size: cover;
}

/* .blog-header {
	height: 450px;
	background-image: url('../images/blog-header.jpg');
	background-position: center;
	background-size: cover;
} */

.sermons-header {
	height: 450px;
	background-image: url('../images/sermons-header.jpg');
	background-position: center;
	background-size: cover;
}

.intentional-header {
	height: 450px;
	background-image: url('../images/intentional-header.jpg');
	background-position: center;
	background-size: cover;
}

.events {
	padding-bottom: 80px;
	padding-top: 40px;
	text-align: center;
}

.events h1 {
	text-align:center;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.events .legend {
	font-size: 20px;
	margin-top: 40px;
}

.events .legend span {
	padding: 10px;
}

.events .legend span .orange {
	width: 10px;
	height: 10px;
	background-color: #f17721;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	margin-bottom: 8px;
}

.events .legend span .red {
	width: 10px;
	height: 10px;
	background-color: #BD2121;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	margin-bottom: 8px;
}

.upcoming-wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	background-image: url('../images/events-header.jpg');
	background-position: center;
	background-size: cover;
}

.upcoming h1 {
	text-align:center;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.upcoming .item {
	padding: 10px;
	background-color: #fff;
	text-align: left;
	border-bottom: 2px solid #e1e1e1;
	cursor: pointer;
}

.upcoming .item:last-child {
	border-bottom: none;
}

.upcoming .item h3 {
	display: inline-block;
	padding: 5px;
	margin: 0;
}

.upcoming .item p {
	display: inline-block;
	float: right;
	font-size: 18px;
	padding: 5px;
	margin: 0;
}

.fc-time{
   display : none;
}

.sermons {
	padding-top: 80px;
	padding-bottom: 80px;
}

.sermons h1 {
	text-align:center;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.sermons .img-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 14%;
    transition: all 1s ease;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    opacity: 1;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 36% 20px 0 20px;
    /* height: 100%; */
}

.sermons .image-wrapper:hover .img-overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0px;
    right: 0px;
    overflow: hidden;
    margin-top: 0;
    padding-top: 88% 30px 0 30px;
    transition: all .7s ease;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    cursor: pointer;
}

.sermons .sermon{
	padding: 15px;
	margin-bottom: 20px;
}

.sermons-sidebar {
	padding-left: 0;
	padding: 10px;
	background-color: #ececec;
	/* margin-top: 40px; */
}

.sermons-sidebar p {
	list-style: none;
	padding: 5px;
	text-transform: uppercase;
}

.contact {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact .col-md-12,
.contact .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}

.upcoming-events .col-md-3 {
	padding: 0px;
    margin: 5px;
    width: 24%;
}

.static-img-overlay {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    /* background-color: rgba(0,0,0,0.7); */
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    padding-top: 30%;
    transition-delay: 8ms;
}

.upcoming-events .image-wrapper h3 {
    color: #fff;
    text-transform: uppercase;
	margin-bottom: 5%;
	font-size:24px;
}

.upcoming-events .image-wrapper {
	min-height: 280px;
	height: 280px;
	max-height: 280px;
}

.upcoming-events {
	margin-top:40px;
	margin-bottom:40px;
}

.upcoming-events .image-wrapper p {
    color: #fff;
}

.organisation {
    font-size: 12px;
    margin-bottom: 15%;
}

.mobile-btn {
    display: none;
}

.blog .nav-tabs {
    border-bottom: 0;
}

.blog .nav-tabs>li.active>a, .blog .nav-tabs>li.active>a:focus, .blog .nav-tabs>li.active>a:hover, .blog .nav-tabs>li>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom: 2px solid #232323;
}

.blog .nav>li>a {
    position: relative;
    display: block;
    padding: 40px 0 10px 0;
    margin-right: 25px!important;
}

/* Notify Box */

[data-notify="container"][class*="alert-pastel-"] {
	background-color: #ECECEC;
	border-width: 0px;
	border-left: 15px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	letter-spacing: 1px;
}

[data-notify="container"].alert-pastel-info {
	border-left-color: #f17721;
}

[data-notify="container"].alert-pastel-danger {
	border-left-color: rgb(255, 103, 76);
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
	font-weight: 400;
}

.ministry-header {
    height: 450px;
    background-position: center;
    background-size: cover;
}

.upcoming-events .image-wrapper:hover .img-overlay2 {
	opacity: 1;
	transition-delay:  2ms, 8ms;
	cursor: pointer;
}

.upcoming-events .image-wrapper:hover .static-img-overlay {
	opacity: 0;
}

.upcoming-events .img-overlay2 {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    /* background-color: rgba(0,0,0,0.8); */
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    /* margin-top: 40px; */
    padding-top: 20%;
}

.individual-event-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

.media.outer {
    box-shadow: 0px 10px 17px #00000029;
    width: 100%;
    padding: 40px;
}

.media:first-child {
    margin-top: 0;
}

.back-to-events {
	margin-top:20px;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media.outer .media-left {
    display: inline-block;
    float: left;
    padding-right: 20px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.individual-event-page h2 {
    text-transform: uppercase;
    line-height: 100px;
    vertical-align: middle;
    font-weight: 600;
	font-size: 25px;
	margin-top: 0;
    margin-bottom: 0;
	text-align: center;
}

#events-form .col-md-6 {
    padding-left: 0;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

.contact h1 {
	font-size: 50px;
	margin-bottom: 40px;
	display: block;
	text-align: center;
}

/* .contact h1 span {
	padding-left: 5px;
	border-left: 5px solid #f17721; */
/* } */

form label, form input, form textarea {
	display: block;
}

form label {
	margin-top: 15px;
}

form input, form textarea {
	padding: 5px;
	margin-bottom: 10px;
	width: 90%;
}

form textarea {
	height: 200px;
}

#email2 {
	display: none;
}

.sent {
  padding: 20px 20px;
  text-align: center;
  background-color: #CBF5E5;
  border-radius: 4px;
  color: #1b8c61;
  border: 1px solid #B8E7D5;
  display: none;
  margin: 10px 0;
  clear: both;
  margin-top: 15px;
}

.sent span {
  font-size: 18px;
}

form .btn-primary {
	width: 250px;
}

#contactMap {
	height: 450px;
}

.detail {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #ececec;
}

.detail:last-child {
	border-bottom: none;
}

.detail span {
	float: right;
}

.detail img {
    width: 25px;
    border-radius: 100%;
}

.blog, .feeds-page {
	padding-top: 80px;
	padding-bottom: 80px;
}

.blog h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.feeds-page h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.blog #cover-image {
	margin-bottom:30px;
}

.blog .post {
	padding: 5px;
	border: 1px solid #58595b;
	text-align: center;
	min-height: 250px;
	margin-bottom: 30px;
}

.blog h3 {
	font-size: 20px;
	min-height: 40px;
}

.blog .post p {
	margin-top: 15px;
}

.feed {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Notify Box */

[data-notify="container"][class*="alert-pastel-"] {
	background-color: #ECECEC;
	border-width: 0px;
	border-left: 15px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	letter-spacing: 1px;
}

[data-notify="container"].alert-pastel-info {
	border-left-color: #f17721;
}

[data-notify="container"].alert-pastel-danger {
	border-left-color: rgb(255, 103, 76);
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
	font-weight: 400;
}

.feed h1 {
	text-align:center;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.feed .post {
	padding: 5px;
	border: 1px solid #58595b;
	text-align: center;
	min-height: 250px;
	margin-bottom: 30px;
}

.feed h3 {
	font-size: 20px;
	min-height: 40px;
}

.feed .post p {
	margin-top: 15px;
}

.show-map {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #ececec;
}

.show-map p {
	font-size: 20px;
	text-transform: uppercase;
}

.show-map .btn-primary {
	text-transform: uppercase;
}

.home-map {
	height: 450px;
}

.map-close {
	text-align: right;
	padding-top: 10px;
}

.map-close a {
	margin-right: 30px;
	padding: 10px;
}

.map-close i {
	font-size: 30px;
	height: 20px!important;
	width: 20px;
}

.map-close i:before {
	height: 20px;
	width: 20px;
}

.footer-upper {
	background-color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-upper .details img {
    width: 25px;
    border-radius: 100%;
}

.footer-upper .footer-logo {
	text-align: center;
}

.footer-upper .footer-logo img {
	width: 80%;
	padding-top: 20px;
}

.footer-upper .btn-primary {
	background-color: #fff;
	color: #f17721;
	width: 280px;
	text-align: center;
	margin-top: 20px;
}

.footer-upper p, .footer-upper a, .footer-upper h3 {
	color: #fff;
}

.footer-upper h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 18px;
}

.footer-upper .times {
	text-align: left;
}

.footer-upper .details p {
	font-size: 16px;
	margin: 0px;
	margin-top: 10px;
	font-weight: 300;
}

.footer-upper .times p {
	font-size: 12px;
	margin: 0px;
}

.footer-upper .times span {
	float: right;
}

.footer-lower {
	background-color: #333;
	padding: 20px;
}

.footer-lower p {
	color: #fff;
	margin: 0px;
	font-size: 12px;
	font-weight: 300;
}

.footer-lower .copyright {
	line-height: 35px;
	vertical-align: middle;
}

.popi-privacy {
	text-align: right;
}

.popi-privacy p {
	line-height: 20px;
	vertical-align: middle;
}

.footer-lower .social {
	text-align: right;
	line-height: 20px;
	vertical-align: middle;
	margin-left: 20px;
}

.footer-lower .social a {
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 30px;
}

.footer-lower .social a:hover {
	border-bottom: none;
}

.feed-col {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.40);
	padding-left: 15px;
    padding-right: 15px;
}

.feed-name {
	color: #f17721;
	font-weight:bold;
	padding-top:15px;
	font-size:18px;
}

.feed-icon {
	margin-right:20px;
}

.feed-icon img{
	width:5%;
}

.feed-watch-now {
	margin-top: 15px;
    margin-bottom: 15px;
}

.feed-watch-now-disabled {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #58595b;
	border: none;
	border-radius: 0px;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	border: 2px solid transparent;
	opacity: 0.7;
	cursor: not-allowed !important;
}

.feed-watch-now-disabled:hover, .feed-watch-now-disabled:active, .feed-watch-now-disabled:focus {
	color: #fff;
}

.feed-watch-now-disabled:active, .feed-watch-now-disabled:focus {
	color: #fff!important;
}

.feed-img {
	margin-top:15px;
}

.iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.list-of-feeds .col-md-4 {
	margin-bottom:15px;
	margin-top:15px;
}

.feed-name-container {
	min-height: 80px;
    max-height: 80px;
    height: auto;
}