/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Dosis:400,500|Old+Standard+TT:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif|Vollkorn);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Cookie|Exo+2:400,500,600,700);
* {
    margin: 0px;
    padding: 0px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #767676;
	width:100%;
	background: #FFF !important;
	overflow-y: scroll;
	overflow-x: hidden!important;
	-webkit-font-smoothing: antialiased;
	line-height: 1.8em;
}
::selection {
  background: #1ABC9C;
  color: #FFF;
  text-shadow: none;
}
.fa-cog{
    font-size:18px;
	color: #4A4444;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 900ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 900ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform:rotate(0deg);
  }

  to {
    -webkit-transform:rotate(360deg);
  }
}
.paragraphs ul {
    margin-left: 5%;
	font-size: 16px;
}
.paragraphs{
    text-align:justify;
}
span.space {
    width: 20%;
	display: inline-block;
}
span.left_margin {
    display: inline-block;
	margin-left: 22%;
	margin-top: -3%;
}
@media only screen and (max-width: 670px) {
    .top_heder {
        margin-top: 40%;
    }
	.section_sub_menus h1 {
        color: #DBD4C4 !important;
	}
	.college_info {
        display: none;
	}
	#main-slide .slider-content h3 {
	    line-height: normal !important;
	}
	.cd-main-header .navbar-brand1 > img{  margin: -1% 0 0 -2%;}
	.box{padding-bottom:5%;}
	
	.home_fourBoxes{margin-top:0px !important;}
	
	.parallax .box_header p{width:100% !important;}

}
ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
	
}

a, a:hover {
    text-decoration: none !important;
}

i {
	font-size: 1.1em;
}
h1 {
    font-size: 24px;
	line-height: 30px;
}

h2 {
    font-size: 22px;
	line-height: 28px;
}

h3 {
    font-size: 18px;
	line-height: 24px;
}

h4 {
    font-size: 16px;
	line-height: 22px;
}
h5 {
    font-size: 14px;
	line-height: 20px;
}

h6 {
    font-size: 12px;
	line-height: 18px;
}
p {
	margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 22px;
	color: #606060;
	text-align: justify;
}
p strong {
	font-weight: 600;
	color:#545454
}
h1.heading{
    font-size: 33px;
	font-weight: bold;
	margin-bottom: 25px;
	color:#414141;
	text-align:center;
}
p.Subheading{
    text-align:center;
	color:#626262;
	margin-bottom: 20px;
	font-size: 18px;
}
img {
    max-width: 100%;
}
h2.videoTitle {
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
}
/*=================MOBILE MENU===================*/
	
/*=================MOBILE MENU===================*/	
.zoom{
    position: relative;
	overflow: hidden;
}
.zoom img{
    max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 2s ease-in-out 0s;
	-moz-transition: all 2s ease-in-out 0s;
	-ms-transition: all 2s ease-in-out 0s;
	transition: all 2s ease-in-out 0s;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.zoom:hover img{
  -webkit-transform: rotate(2deg) scale(1.1,1.1);
  -moz-transform: rotate(2deg) scale(1.1,1.1);
  -ms-transform: rotate(2deg) scale(1.1,1.1);
  transform: rotate(2deg) scale(1.1,1.1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.separator{
    display: inline-block;
	margin-bottom: 30px;
}
/*====================== GOOGLE MAP ==================*/
/* Flexible iFrame */
@media only screen and (max-width: 690px) {
.Flexible-container {
    padding-bottom: 100% !important;
}
}
.Flexible-container {
    position: relative;
    padding-bottom: 27.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   height:400px;
}	
/*====================== GOOGLE MAP ==================*/	
.contact-maps-wrap {
  position: relative;
}

.contact-maps-wrap #gmaps {
	width:100%;
	height:900px;
}
/* Locations wrap */

#location-wrap {
	margin-top:90px;
}

#gmaps {
	width:360px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
}

#main-map-text {
	text-align:center;
	margin-bottom:20px;
	font-weight:300;
	font-size:1.2em;
}
/*--==============================CONTACT FORM=========================*/

.contact-form label, .wpcf7-form label {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  display: none;
}
textarea {
	resize: none;
	padding: 10px !important;
	height: auto !important;
}
textarea {
	max-height: 200px;
}
input:focus, textarea:focus, keygen:focus, select:focus {
	border-color: #FF7500 !important;
	outline: none !important;
}
input.submit-button {
	background: #e48b3e;
	border: none;
	color: #fff;
	padding: 7px 15px;
	border-bottom: 3px solid #B0601B;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input.submit-button:hover {
	border-bottom: 3px solid #47022F;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #7C0653;
}
select, textarea, input[type="Name"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	border-color: #111000;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}

.contact_paralax a{color:#00A685;}
.contact-button {
    background-color: #565656;
	border: 2px solid #565656;
	border-radius: 5px;
	color: white;
	padding: 20px 40px;
}
.mail span{width: 40%;
    float: left;}
.contact-button:hover {
    background-color: #494646;
	border: 2px solid #494646;
}
#contact-form .row {
    margin-bottom: 20px;
}
#contact-form{
    margin-top:10px;
	margin-bottom: 10%;
}

/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
.icon-angle-up:before {
  content: "\f106";
    font-family: FontAwesome;
}
#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #1c1c1c;
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #9D1C6C; }

footer.footer-wrapper {
	background-color: #fff;
	padding: 40px 0;
	position:relative;
	border-top: 2px solid #807561;
}
a.tag_link {
	cursor: pointer;
	color: #767676;
	display: inline-block;
	margin-top: 10px;
	position: relative;
	z-index: 1;
	background: none;
	border: 1px solid #da853d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
a.tag_link:hover {
	background: #262626 !important;
	border: 1px solid white !important;
	color: white !important;
	transition: all .5s ease-in-out;
}
.foo_contct i {
	color:#da853d;
	font-size:17px;
	margin-right: 20px;
}
.col-md-4.foo_contct p {
	margin-bottom: 30px;
}
footer#copyrights {
	background-color: #3E2723;
	padding: 13px 0 0px 0;
}
ul.social-list li a {
	color: #685551;
}
ul.social-list li a:hover {
	color: #fff;
}
footer#copyrights p {
	color: #685551;
	font-weight: 400;
}
footer#copyrights p a {
	color: rgba(218, 133, 61, 0.33);
	margin-left: 10px;
}
footer.footer-wrapper p.contactfoo {
	margin-bottom: 15px;
	line-height: 24px;
	text-align: justify;
	margin: 0 50px 30px 0;
}
a.button {
	border: 1px solid #da853d;
	padding: 10px 40px;
	color: #545454;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}
footer.footer-wrapper p {
	color:#767676;
	margin:0;
}
.footer-container h3{
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: 'Raleway', sans-serif !important;
	text-transform: uppercase;
	color: #303030 !important;
}
.foo_logosection p strong {
	color: #767676;
	display: inline-block;
	width: 60px;
}
#copyrights ul.social-list li:last-child a i {
  border-right: 0px solid #f2f2f2;
}
#copyrights ul.social-list {
	margin: 0;
	margin-top: -10px;
}
ul.social-list li {
  float: left;
}
ul.social-list li a i {
	font-size: 1.8em;
	display: block;
	width: 55px;
	line-height: 33px;
	text-align: center;
	padding: 5px 0;
}

ul.social-list li:last-child a i {
	border-right: 1px solid #f2f2f2;
}

#recent_post_list .post h4 a{
	color: #BBB !important;
}
#recent_post_list .post ul {
	margin: 8px -10px 0 0;
}
#recent_post_list .post ul li {
	font-size: 13px;
	line-height: 14px;
	margin: 0 10px 15px 0;
	color: #999;
	font-style: italic;
}
#recent_post_list .post:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
#recent_post_list .post{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed rgba(255,255,255,.1);
}
#recent_post_list .post h4{
	font-family: 'Raleway', sans-serif !important;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}
ul#menu-footer {
	margin: 60px 0 0 0;
	display: inline-block;
}
ul#menu-footer li {
	float:left;
}
ul#menu-footer li a{
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 15px;
	color:#fff;
}
.footer_social_list li {
	float: left;
}
.footer_social_list li a {
	padding: 0 15px;
	color: #fff;
	font-size: 36px;
}
.footer_form {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-collapse: separate;
	display: inline-block;
}
.input_bt .btn_send{
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #DA853D;
	border-color: #DA853D;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0; 
	font-family: 'Raleway', sans-serif !important;
	font-size:16px;
	font-weight: 500;
}
form.footer_contact .col-md-12 {
	margin-bottom: 12px;
}
.footer_form .form_icon, .input_bt {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.footer_form .form_icon{
	color: #FFF !important;
	background-color: rgba(218, 133, 61, 1) !important;
	border-color: rgba(218, 133, 61, 1) !important;
	padding: 7px 21px;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	text-align: center;
	border-radius: 4px;
	border-right: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.footer_form .form_icon i {
	margin-left: -6px;
}
.transparent_form, .footer_form .form_icon, .input_bt {
	display: table-cell;
}
.transparent_form, .message {
	color: #4D2400;/*
	background-color: rgba(218, 133, 61, 0.57);*/
	border-color: rgba(218, 133, 61, 1) !important;
	border-radius: 0 !important;  
	font-family: 'Raleway', sans-serif !important;
	font-size:14px;
	font-weight: 600;
}
::-webkit-input-placeholder {
	color: #4D2400 !important;
}
ul.footer_social_list {
	float: right;
	margin-top: 50px;
}
select option {
  color: #fff;
  background-color: rgb(107, 62, 1);
  cursor: pointer;
}
input#mce-EMAIL {
	width: 54%;
}
/*==================== IMPORTANT CSS3 ====================*/
/*=============Department_home_slider====================*/
#slider1_container{
	display: none;
	position: relative;
	margin: 0 auto;
	width: 100% !important;
	height: 523px;
	overflow: hidden;
}
	.jssorb05 {
		position: absolute;
	}
	.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
		position: absolute;
		width: 16px;
		height: 16px;
		background: url(../images/b05.png) no-repeat;
		overflow: hidden;
		cursor: pointer;
	}
	.jssorb05 div { background-position: -7px -7px; }
	.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
	.jssorb05 .av { background-position: -67px -7px; }
	.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

	.jssora11l, .jssora11r {
		display: block;
		position: absolute;
		width: 37px;
		height: 37px;
		cursor: pointer;
		background: url(../images/a11.png) no-repeat;
		overflow: hidden;
	}
	.jssora11l { background-position: -11px -41px; }
	.jssora11r { background-position: -71px -41px; }
	.jssora11l:hover { background-position: -131px -41px; }
	.jssora11r:hover { background-position: -191px -41px; }
	.jssora11l.jssora11ldn { background-position: -251px -41px; }
	.jssora11r.jssora11rdn { background-position: -311px -41px; }
/*=============Department_home_style====================*/
.container_menu {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.top_section {
	padding: 0 12px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #027CCE;
}
.top_bibletext h3, .top_bibletext p {
	font-family: 'Noto Serif', serif;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	color: #444;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.51);
	text-align: left;
	line-height: 22px;
}
.top_bibletext p {
	float: right;
	font-size: 14px;
	margin-top: -22px;
}
.top_bibletext {
	text-align: center;
	padding-top: 7px;
}
.top_section a.tag_link{
	background-color: #027cce;
	color: #fff;
	border-color: #027CCE;
	box-shadow: 3px 3px 0px #e9e9e9;
	margin-right: 10px;
	transition: all .5s ease-in-out;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;  float: right;
}
a.mail {
	color: #444;
	display: block;
	margin: 15px 0 0 0;
}
a.mail i {
	color: #027CCE;
}
.logo {
	float: left;
	padding-left: 15px;
}
/*=================================MENU=========================*/

.navbar {
	margin-bottom: 0 !important;
	background: rgba(0, 0, 0, 0.5) !important;
	border: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
ul.nav.navbar-nav.navbar-right {
	padding-top: 1.5%;
	margin-right: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #DDDBE8 !important;
}
ul.nav.navbar-nav.navbar-right > li > a:hover {
	color:#000 !important;
}
ul.nav.navbar-nav.navbar-right > li:first-child {
    margin-left: 0;
}
ul.nav.navbar-nav.navbar-right > li > a {
	color: #3D4F63 !important;
	display: block;
    font-size: 14px;
    padding: 10px 7px 14px 7px;
	overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 600;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
a.active{
	border-bottom: 2px solid #fff;
}
ul.nav.navbar-nav.navbar-right > li > a.active{
	border-bottom: 2px solid #0D6FEE;
	font-weight: 600;
}
ul.nav.navbar-nav.navbar-right > li:hover > .dropdown {
	border-top: 2px solid #0B5F93;
	margin-top: -1px;
}

.navbar-nav > li:last-child ul.dropdown {
	right: 0;
}

.navbar-nav > li:nth-child(n+8) ul.dropdown {
	right: 0;
}
ul.nav.navbar-nav.navbar-right > li:hover > .dropdown.row{
	border-top: 1px solid #0B5F93;
}
ul.nav.navbar-nav.navbar-right > li > a i {
	margin: 0 -2px 0 -5px;
}
li.drop a.main:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-left: 4px;
  line-height: 0.5em;
  color: #01436C;
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
li.drop {
	position: relative;
}
ul.dropdown {
	position: absolute;
	width: 250px;
	padding-top: 0px;
	visibility: hidden;
	opacity:0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transition: all .5s ease-in-out;
}
ul.dropdown.right {
	right: 0 !important;
}
.dropdown li a, .sup-dropdown li a {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	padding: 8px 16px;
	text-decoration: none;
	text-transform: capitalize;
	transition: padding 0.2s ease-in-out;
	-moz-transition: padding 0.2s ease-in-out;
	-webkit-transition: padding 0.2s ease-in-out;
	-o-transition: padding 0.2s ease-in-out;
	border-bottom: 1px solid #6EADD3;
	font-family: 'Open Sans', sans-serif;
}
.dropdown li a{
	background-color: rgba(11, 95, 147, 1);
}
.sup-dropdown li a {
	background-color: #D76161;
}
li.drop:hover ul.dropdown{
    visibility: visible;
	opacity:1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .5s ease-in-out;
}
ul.sup-dropdown {
	position: absolute;
	left: 100%;
	width: 190px;
	visibility: hidden;
	opacity:0;
	top:0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transition: all .5s ease-in-out;
}
.navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
	opacity:1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .5s ease-in-out;
}
li.sub:after {
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 15px;
	top: 10px;
	color: #fff;
	font-size: 16px;
}
li.sub {
	position: relative;
}
/*=================================MENU=========================*/
header.fixed-header {
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	position: fixed;
	max-height: 72px;
}
header {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9999999;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	background:#fff;
	
}
section.menu_section {
	transition: transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
}
header.fixed-header section.menu_section {
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition: transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
}
header.fixed-header section.menu{
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition: transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	box-shadow: 0px 2px 10px #000;
	border-bottom: 1px solid #272727;
}
section.menu{
	transition: transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.36);
	border-bottom: 1px solid #272727;
	margin-top: 0;
}
section.menu {
  background-color: #fff;
}
.container_menu .scroll-logo{
	opacity: 0;
	height: 0;
	transition: transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
}
header.fixed-header .top_bibletext{
	display:none;
	transition: transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
}
header.fixed-header .scroll-logo{
	opacity: 1;
	height: auto;padding: 10px 0;
}
.logo.scroll-logo img {
  width: 100%;
}
.logo.scroll-logo {
  width: 422px;
}
/*=================================MENU=========================*/
h1, h2, h3, h4, h5, h6 {
	color: #292929;
	font-weight: 400;
}
.big-title1 {
	font-family: 'Playfair Display', serif;
	font-size: 58px;
	margin-bottom: 24px;
	line-height: 1;
	letter-spacing: -2.5px;
}
section.introduction {
	padding: 60px 0;
}
section.orange {
	background-color: #EAEAEA;
	border-top: 1px solid #0071BC;
}
section.orange .testimonial p {
	color: #000 !important;
}
section.orange p{
	color: #767676 !important;
}
h3.big-title {
	position: relative;
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 29px;
	color: #444;
}
.testimonial {
	background-image: url(../images/hgn_quates.png) !important;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
	padding: 35px;
}
p.testimonial_Name {
	font-family: 'Cookie', cursive;
	font-size: 32px;
	float: right;
}
.testimonial_contents {
	margin: 0 30px;
}
h3.border_title{
	position: relative;
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 29px;
	color: #494949;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
h3.border_title span {
	border-bottom: 1px solid #0071BC;
	padding-bottom: 8px;
}
.news_image {
	position: relative;
	float: left;
	width: 185px;
	margin-right: 25px;
}
.news_content h4 a {
	color: #27262c;
}
.news_content h4 {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 19px;
	margin: 0;
}
.news_content span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #999;
	padding: 4px 0;
	margin-bottom: 15px;
}
.news_image img {
	border: 3px solid #dddbe8;
}
.news_content {
	overflow: hidden;
	padding-right: 30px;
}
.news_box {
	margin-top: 35px;
}
section.dark_blue .overlay {
	background: rgba(40, 74, 101, 0.66);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
section.dark_blue {
	background: #284a65;
	position:relative;
	padding: 68px 0 85px 0;
	background: url(../images/paralax1.jpg) fixed;
	background-repeat: repeat-y;
}
.circle_links h3{
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-size: 26px;
	color: #fff;
	font-weight: 500;
}
.circle_links {
	text-align: center;
	max-width: 250px;
	margin: 0px auto;
	padding: 91px 0;
	border-radius: 50%;
	position:relative;
}
.circle_links:after {
	content: " ";
	position: absolute;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
	border-radius: 50%;
	border: 6px solid #DA853D;
	clip: rect(0,125px,266px,0);
}
.circle_links:before {
	content: " ";
	position: absolute;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
	border-radius: 50%;
	border: 6px solid #fff;
	clip: rect(0px,268px,268px,125px);
}
section.donation {
	background: #DA853D;
	padding: 25px 0;
}
section.donation h3 span {
	color: #434343;
	margin: 0 10px;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Dosis', sans-serif !important;
	text-transform: lowercase !important;
}
section.donation h3 {
	margin: 0;
	font-size: 60px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	font-family: 'Old Standard TT', serif;
	font-style: italic;
}
section.donation a.tag_link {
	padding: 10px 31px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #fff;
	background-color: #027CCE;
	border-color: #027CCE;
	box-shadow: 2px 2px 3px #7F4718;
}
.breadcrumbs h1 {
	position: relative;
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 29px;
	color: #252525;
	display: inline-block;
	float: left;
}
.breadcrumbs h1:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 1px;
	display: block;
	overflow: hidden;
	width: 100%;
	background-color: #f1c40f;
	content: '';
	-webkit-transition: all .4s cubic-bezier(0.835,0,0.19,1);
	-o-transition: all .4s cubic-bezier(0.835,0,0.19,1);
	transition: all .4s cubic-bezier(0.835,0,0.19,1);
}
.breadcrumbs h1:hover::after {
	width: 0%;
	-webkit-transition: all .4s cubic-bezier(0.835,0,0.19,1);
	-o-transition: all .4s cubic-bezier(0.835,0,0.19,1);
	transition: all .4s cubic-bezier(0.835,0,0.19,1);
	
}
.iside_banner {
	background-repeat: no-repeat;
	background-position: 0 79px !important;
	background-position-y: 60% !important;
	padding: 200px 0!important;
	position: relative;
}
.breadcrumbs {
	background: rgba(255, 255, 255, 0.5) !important;
	margin-top: -91px;
	position: relative;
	border-bottom: 2px solid #ddd;
}

.breadcrumbs ul {
	float: right;
	padding: 30px 0;
}
.breadcrumbs ul li {
	float: left;
	padding: 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #252525;
	position: relative;
}
.breadcrumbs ul li a:hover::before {
	width: 100%;
	-webkit-transition: all .4s cubic-bezier(0.835,0,0.19,1);
	-o-transition: all .4s cubic-bezier(0.835,0,0.19,1);
	transition: all .4s cubic-bezier(0.835,0,0.19,1);
}
.breadcrumbs ul li a:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	display: block;
	overflow: hidden;
	width: 0;
	background-color: #f1c40f;
	content: '';
	-webkit-transition: all .4s cubic-bezier(0.835,0,0.19,1);
	-o-transition: all .4s cubic-bezier(0.835,0,0.19,1);
	transition: all .4s cubic-bezier(0.835,0,0.19,1);
}
.breadcrumbs ul li a {
	color: #ff893b;
	position: relative;
}
.breadcrumbs ul li a:after {
	content: "/";
	position: absolute;
	right: -11px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.breadcrumbs .row {
	padding: 0 20px;
}
h1.inner_title {
	position: relative;
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #494949;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.inner_page{
	padding:30px 0px;
}
h1.inner_title span{
	border-bottom: 1px solid #62A1F3;
	padding-bottom: 8px;
}
.hgn_side_area .news_image {
	float: none;
	text-align: center;
	margin: 0px auto;
}
.hgn_side_area .news_image img {
	border-radius: 50%;
}
.hgn_side_area{
	text-align: center;	
}
.hgn_side_area .news_content{
	padding: 0px;
}
.hgn_side_area p {
	max-width: 75%;
	text-align: center;
	margin: 0px auto;
}
.hgn_side_area .news {
	padding: 0 25px;
}
div#demo, div#demo1 {
	cursor: -webkit-grab;
}
.imge img {
	border-radius: 50%;
	border: 3px solid #DDDBE8;
	box-shadow: 0px 5px 7px #B3B3B3;
	-webkit-animation-name: greenPulse;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: greenPulse;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	max-width: 150px;
}
.birth_day{
	text-align: center;
	padding: 0 15px;
	margin-top: 45px;
}
.birth_day h4 {
	font-family: 'Cookie', cursive;
	font-size: 32px;
	color: #DA853D;
}
.birth_details{
	background: #f5f5f5;
	border-radius: 3px;
	box-shadow: 5px 5px 11px #DFDFDF;
}
.birth_details .card {
	overflow: hidden;
	display: block;
	border-top: 1px solid #dcdcdc;
}
.birth_details .card:first-child {
	border-top: none !important;
}
label.label.text-muted {
	float: left;
	font-size: 14px;
	width: 100px;
	color: #999;
	font-weight: 400;
	padding: 12px 0 0;
	text-align: left;
}
.preist_profile label.label.text-muted  {
	width: 170px;
}
.preist_profile strong {
	font-weight :normal;
}
.p-name {
	font-weight :bold !important;
}

strong.overflow {
	overflow: hidden;
	display: inline-block;
	text-align: left;
	float: left;
	padding: 10px;
}
aside.card i {
	float: left;
	width: 38px;
	height: 38px;
	margin: 3px 5px;
	font-size: 22px;
	line-height: 32px;
	color: #FF7500;
}
.imge {
	position: relative;
}
.imge i {
	position: absolute;
	left: 25%;
	font-size: 56px;
	color: #FF7500;
	top: 0px;
	text-shadow: -2px 4px 12px #3C3C3C;
	-webkit-animation-name: zoo;
	-moz-animation-name: zoo;
	-webkit-animation-duration: 2.5s;
	-moz-animation-duration: 2.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	transition:all .5s ease-in;
	
}
span.age {
	position: absolute;
	left: 16px;
	color: #FFF;
	font-size: 24px;
	font-family: 'Cookie', cursive;
	top: 18px;
	text-shadow: 2px 2px 2px #000;
}
@-moz-keyframes greenPulse {
	from { background-color: #f5f5f5; -webkit-box-shadow: 0 0 13px #333; -moz-box-shadow: 0 0 13px #333; }
	50% { background-color: #f5f5f5; -webkit-box-shadow: 0 0 22px #DFDFDF;  -moz-box-shadow: 0 0 22px #DFDFDF; }
	to { background-color: #f5f5f5; -webkit-box-shadow: 0 0 13px #333; -moz-box-shadow: 0 0 13px #333; }
}
@-webkit-keyframes greenPulse {
	from { background-color: #f5f5f5; -webkit-box-shadow: 0 0 13px #333; -moz-box-shadow: 0 0 13px #333; }
	50% { background-color: #f5f5f5; -webkit-box-shadow: 0 0 22px #DFDFDF;  -moz-box-shadow: 0 0 22px #DFDFDF; }
	to { background-color: #f5f5f5; -webkit-box-shadow: 0 0 13px #333; -moz-box-shadow: 0 0 13px #333; }
}
.saint_imge {
	text-align: center;
	position:relative;
}
.saint_imge .overlay {
	position: absolute;
	background: rgba(197, 113, 42, 0.92);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 20px;
	opacity:1;
	transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.saint_imge:hover .overlay {
	opacity: 1;
	transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.saint_name h4 {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 19px;
	margin: 10px 0 0 0;
	color: #B05405;
	text-align: center;
}
.saint_imge img {
	border: 3px solid #DDDBE8;
	margin: 0px auto;
}
.saint_imge .overlay p {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	position: relative;
}
.saint_imge .overlay p strong {
	color: #690018;
	border-bottom: 1px solid;
	padding-bottom: 2px;position: relative;
}
.saint_imge .overlay p a {
	position: relative;
}

.saint_imge .overlay:before {
	content: " ";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0px 10px;
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transition: transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
}
.saint_imge .overlay:after {
	content: " ";
	position: absolute;
	left: 0;
	z-index: -1;
	right: 0;
	bottom: 0;
	top: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 10px 0;
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transition: transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
}
.date {
	margin: 45px 0 20px 0;
	background: #DDDBE8;
	padding: 10px;
	font-size: 18px;
	font-family: 'Exo 2', sans-serif;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #A199CA;
}
@keyframes zoo {
	from { transform: scale(0);
	transition: all .5s ease-in; }
	to { transform: scale(1);
	transition: all .5s ease-in; }
}
@-webkit-keyframes zoo {
	from { -webkit-transform: scale(0);
	-webkit-transition: all .5s ease-in; }
	to { -webkit-transform: scale(1);
	-webkit-transition: all .5s ease-in; }
}

/*===========================Gallery=======================================*/

.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.nvr-pf-box{
	border: 0px !important;
	position: relative;
	overflow: hidden;
	transition: background-color ease-out 0.25s, border ease-out 0.25s;
	-moz-transition: background-color ease-out 0.25s, border ease-out 0.25s;
	-webkit-transition: background-color ease-out 0.25s, border ease-out 0.25s;
	-o-transition: background-color ease-out 0.25s, border ease-out 0.25s;
}
.nvr-pf-img:before {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.nvr-pf-img::before {
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
}
.nvr-pf-img::before {
  background-color: #0065B3;
}
.nvr-pf-box:hover .nvr-pf-img::before {
	opacity: 0.8;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nvr-pf-box:hover .nvr-pf-img a.img_gotospot{
	opacity: 0.9;
	-webkit-transform: scale(1);
	transform: scale(1);
	
}
.nvr-pf-img figure img{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	transition: .3s cubic-bezier(1,0,.5,1);
	-webkit-transition: .3s cubic-bezier(1,0,.5,1);
	-ms-transition: .3s cubic-bezier(1,0,.5,1);
}
.nvr-pf-box:hover .nvr-pf-img figure img{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.nvr-pf-box:hover .nvr-pf-text {
	opacity:1;
}
.nvr-pf-text h2.nvr-pf-title {
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	display: block;
	text-align: center;
	color: #fff !important;
	border-bottom: 1px solid #dcdcdc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 19px;
}

.nvr-pf-img .nvr-pf-text {
  position: absolute;
  bottom: 60%;
  width: 100%;
  border-width: 0px;
  left: 0px;
  z-index: 9999999;
  margin-bottom: 0px;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: opacity ease-out 0.5s;
  -moz-transition: opacity ease-out 0.5s;
  -webkit-transition: opacity ease-out 0.5s;
  -o-transition: opacity ease-out 0.5s;
}
.nvr-pf-img a.img_gotospot i.fa.fa-camera-retro {
	font-size: 24px;
	position: relative;
	left: 0;
	color: #fff;
}
.nvr-pf-img a.img_gotospot {
	position: absolute;
	overflow: hidden;
	top: 100%;
	margin-top: 0px;
	cursor: pointer;
	font-size: 18px;
	line-height: 59px;
	text-align: center;
	z-index: 200;
	opacity: 0;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	color: #FAFDFF;
	display: inline-block;
	width: 100%;
	left: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.gallery{padding-right: 0px !important;padding-left: 0px !important;}

.blueimp-gallery>.slides>.slide img.poup{  background: white;
  padding: 10px 50px 63px 50px;
  border-radius: 15px 15px 0 0;}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*===========================Gallery=======================================*/

@charset "UTF-8";.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}

.blueimp-gallery>.slides>.slide>.slide-content{margin: 3% auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}

.blueimp-gallery{position:fixed;z-index:9999999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}

.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}

.blueimp-gallery-display{display:block;opacity:1}

.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}

.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(0.645,.045,.355,1);transition-timing-function:cubic-bezier(0.645,.045,.355,1)}

.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .5s linear;-moz-transition:opacity .5s linear;-ms-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear}

.blueimp-gallery>.slides>.slide-loading{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}

.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}

.blueimp-gallery>.slides>.slide-error{background:url(../img/error.png) center no-repeat}

.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}

.blueimp-gallery>.prev,.blueimp-gallery>.next{
                            position: absolute;
                            top: 50%;
							left: 15px;
							margin-top: -23px;
							-moz-box-sizing: content-box;
							-moz-border-radius: 23px;
							opacity: .5;
							cursor: pointer;
							display: none;
}

.blueimp-gallery>.prev:before{
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
.blueimp-gallery>.next:before{
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
.blueimp-gallery>.prev{
font-size:90px;}
.blueimp-gallery>.next{left:auto;right:15px;font-size:90px;}

.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}

.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}

.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url(../img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}

.blueimp-gallery-playing>.play-pause{background-position:-15px 0}

.blueimp-gallery>.prev:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>

.close:hover,.blueimp-gallery>.title:hover,.blueimp-gallery>.play-pause:hover{color:#fff;opacity:1}

.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.title,.blueimp-gallery-controls>.play-pause{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}

.blueimp-gallery-single>.prev,.blueimp-gallery-left>.prev,.blueimp-gallery-single>.next,.blueimp-gallery-right>.next,.blueimp-gallery-single>.play-pause{display:none}

.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.prev,.blueimp-gallery>.next,.blueimp-gallery>.close,.blueimp-gallery>.play-pause{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

@charset "UTF-8";.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}

.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25)center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}

.blueimp-gallery>.indicator>li:hover,.blueimp-gallery>.indicator>.active{background-color:#fff;border-color:#fff;opacity:1}

.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}

.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}

@charset "UTF-8";.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}

.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(../img/video-play.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}
								/*=================Gallery================*/
				/**	/										/** /				
					font-family: 'Noto Serif', serif;
					font-family: 'Vollkorn', serif;
					font-family: 'Playfair Display', serif;
					font-family: 'Cookie', cursive;
					font-family: 'Exo 2', sans-serif;
				** /									   / ** /
*/
@media only screen and (max-width:520px){
	.news_content {
		float: left;
		text-align: center;
		padding: 0;
	}
	.news_image {
		text-align: center;
		margin: 0px auto;
		float: none;
	}
	.news_image img {
		border-radius: 50%;
	}
	.news_content p {
		text-align: center;
	}
	header.fixed-header section.menu {
		margin-top: -161px;
	}
	.logo img {
		width: 80%;
	}
	.testimonial {
		padding: 21px 0;
	}
	.testimonial_contents {
		margin: 0 0px;
	}
	.circle_links {
		margin-bottom: 50px;
	}
}
 
 /* added by as */
/* for news detail page image, text alignment*/ 
 div.parent img{ 
    display: inline-block;
	float: left;
	margin-right: 15px;
}
/* for news detail page image, text alignment ends*/ 

/*video gallery page */
.video_section {
  			width: 100%;
  			max-width: 854px;
  			min-width: 440px;
  			background: #fff;
  			margin: 0 auto;
  		}


  		/*  VIDEO PLAYER CONTAINER
 		############################### */
  		.vid-container {
		    position: relative;
		    padding-bottom: 52%;
		    padding-top: 30px; 
		    height: 0; 
		}
		 
		.vid-container iframe,
		.vid-container object,
		.vid-container embed {
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		}


		/*  VIDEOS PLAYLIST 
 		############################### */
		.vid-list-container {
			width: 92%;
			overflow: hidden;
			margin-top: 20px;
			margin-left:4%;
			padding-bottom: 20px;
		}

		.vid-list {
			width: 1344px;
			position: relative;
			top:0;
			left: 0;
		}

		.vid-item {
			display: block;
			width: 148px;
			height: 148px;
			float: left;
			margin: 0;
			padding: 10px;
		}

		.thumb {
			/*position: relative;*/
			overflow:hidden;
			height: 84px;
		}

		.thumb img {
			width: 100%;
			position: relative;
			top: -13px;
		}

		.vid-item .desc {
			color: #21A1D2;
			font-size: 15px;
			margin-top:5px;
		}

		.vid-item:hover {
			background: #eee;
			cursor: pointer;
		}

		.arrows {
			position:relative;
			width: 100%;
		}

		.arrow-left {
			color: #fff;
			position: absolute;
			background: #777;
			padding: 15px;
			left: -25px;
			top: -130px;
			z-index: 99;
			cursor: pointer;
		}

		.arrow-right {
			color: #fff;
			position: absolute;
			background: #777;
			padding: 15px;
			right: -25px;
			top: -130px;
			z-index:100;
			cursor: pointer;
		}

		.arrow-left:hover {
			background: #CC181E;
		}

		.arrow-right:hover {
			background: #CC181E;
		}


		@media (max-width: 624px) {
			body {
				margin: 15px;
			}
			.caption {
				margin-top: 40px;
			}
			.vid-list-container {
				padding-bottom: 20px;
			}

			/* reposition left/right arrows */
			.arrows {
				position:relative;
				margin: 0 auto;
				width:96px;
			}
			.arrow-left {
				left: 0;
				top: -17px;
			}

			.arrow-right {
				right: 0;
				top: -17px;
			}
		}
	.youtube-container { 
	display: block;
	margin: 20px auto; 
	width: 712px;
	}
.youtube-player { 
	display: block; 
	width: 100%; /* assuming that the video has a 16:9 ratio */
	padding-bottom: 56.25%; 
	overflow: hidden; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	cursor: hand; 
	cursor: pointer; 
	display: block; 
}
img.youtube-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; height: auto }
div.play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; background: url("http://i.imgur.com/TxzC70f.png") no-repeat; }
#youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
	/* Video Gallery End*/
.boxes div {
    display: none;
}


.inner_page h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #27262c;
}
section.inner_page ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
}
section.inner_page.contact_bg_img {
	background-color: #ddd;
	background: url(../images/contact_bg_img.jpg) fixed;
	background-size: cover;
	position: relative;
}
section.inner_page.contact_bg_img:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.74);
	top: 0;
}
section.inner_page.contact_bg_img h2 {
	position: relative;
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 29px;
	color: #252525;
}
/*--==============================CONTACT AREA=========================*/
section.contact_us.inside_banner, section.contact_us.inside_banner .container {
	min-height: 900px;
}
section.contact_us.inside_banner{
	position:relative;
}
section.contact_us.inside_banner .contact_overlay_patern{
	position:absolute;
	background-image: url('../management/asb_patern.png');
	opacity: 0.2;
	background-attachment: fixed;
	color: inherit;
	width: 100%;
	height: 100% !important;
	left: 0;
	top: 0;
}
.contact_page_form{
	background-color: rgba(118, 75, 10, 0.56) !important;
	padding: 30px !important;
	border: 1px solid rgba(84, 50, 2, 0.56) !important;
}
.contact_page_form form.contact_form input:focus, .contact_page_form form.contact_form textarea:focus, .contact_page_form form.contact_form select:focus {
	border-bottom: 1px solid rgba(250,250,250,0.9) !important;
	outline: none !important;
}
.contact_page_form form.contact_form input[type="text"], 
.contact_page_form form.contact_form input[type="password"], 
.contact_page_form form.contact_form input[type="email"], .contact_page_form form.contact_form textarea, .contact_page_form form.contact_form select {
	border: none;
	border-bottom: 1px solid rgba(250,250,250,0.3);
	color: #eee;
	width: 100%;
	background: none;
	padding: 8px 0;
	border-radius: 0px;
	outline: none;
	margin: 0;
	margin-bottom: 20px;
	display: block;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.contact_page_form form.contact_form p.send_btn{
	text-align: center;
}
.contact_page_form form.contact_form p.send_btn .input_bt .btn_send{
	padding: 5px 25px;
	border-radius: 4px;
	background-color: #7E5202;
	border-color: #6E4803;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
}
.contact_page_form form.contact_form p.send_btn .input_bt .btn_send:hover{
	background-color: #004D4D;
	border-color: #004D4D;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}
.box_icon {
	display: inline-block;
	text-align: center;
	height:100px;
	width:100px;
	line-height:100px;
	float: left;
	position:relative;
	border: 1px solid #ABABAB;
	border-radius: 50%;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
}
section.getin_touch .col-md-4:hover .box_icon {
	border: 1px solid #B67E1E;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
}
section.getin_touch .col-md-4:hover .box_icon i {
	color: #B67E1E;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
}
.box_icon i {
	font-size: 55px;
	color: #ABABAB;
	vertical-align: middle;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
}
.box_info {
	width: calc(100% - 100px);
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	word-wrap: break-word;
	padding-top: 20px;
}
.box_info p{
	text-align: left;
	color: #272727;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 22px;
}
section.getin_touch{
	padding: 40px 0 140px 0;
	border-top: 2px solid #ABABAB;
	border-bottom: 2px solid #ABABAB;
}
section.getin_touch h2.centre_title.dotted_border{
	margin-bottom: 100px;
}
form#contactForm input::-webkit-input-placeholder {
	color: #fff !important;
}
form#contactForm textarea::-webkit-input-placeholder {
	color: #fff !important;
}
/*--==============================CONTACT FORM=========================*/

.sliders{
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 520px;
	overflow: hidden;
}
@media only screen and (max-width:620px){
	.sliders, #slider1_container{
		/* height: 280px !important; */
		height: 525px;
	}
}

*=================MOBILE MENU===================*/

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (max-width: 960px) {
    .navbar-header .navbar-brand img, ul.social-list{display:none;}
	.hat {padding: 199px 0 40px 40px;}
	.blueimp-gallery>.slides>.slide>.slide-content {margin: 50% auto;}
}

@media only screen and (max-width: 1169px) {
.cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
.nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}
.cd-main-header {
  z-index: 3;
}
.nav-is-fixed .cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.cd-logo {
  position: absolute;
  top: 12px;
  left: 5%;
}
.cd-logo img {
  display: block;
}
@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}
.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%;
}
.cd-header-buttons li {
  display: inline-block;
}
@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}
.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent !important;
  z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #0256A5;
}
.cd-nav-trigger span {
	/* line in the center */
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
	/* other 2 lines */
	content: '';
	right: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #2e3233;
}
.cd-nav-trigger.nav-is-visible span::before {
	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-3px) rotate(45deg);
	transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(2px) rotate(-45deg);
	transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 1290px) {
  .cd-nav-trigger, .cd-main-header, ul#cd-primary-nav {
    display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
  }
  
}
.cd-primary-nav li p {
	position: absolute;
	bottom: 20px;
	left: 6px;
	color: #FFF;
	font-size: 20px;
	font-family: Playfair Display !important;
	font-style: italic;
}
.cd-primary-nav, .cd-primary-nav ul {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 260px;
	background: #4A4A4A;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	z-index: 999999;
}
.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 20px 0 60px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 2px solid #303135;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}
.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #69aa6f;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("../img/line-icon-1.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("../img/line-icon-2.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("../img/line-icon-3.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("../img/line-icon-4.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("../img/line-icon-5.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("../img/line-icon-6.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("../img/line-icon-7.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("../img/line-icon-8.svg");
}
@media only screen and (max-width: 1169px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
}
.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #a1a1a1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search form {
  height: 100%;
  width: 100%;
}
.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
  position: fixed;
}
.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(105, 170, 111, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1170px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
a.tag_link_preiest{
	cursor: pointer;
	color: #767676;
	display: inline-block;
	margin-top: 10px;
	position: relative;
	z-index: 1;
	background-color: #027cce;
	color: #fff;
	border-color: #027CCE;
	box-shadow: 3px 3px 0px #e9e9e9;
	margin-right: 10px;
	transition: all .5s ease-in-out;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;  
	float: right;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.428571429;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;    
}
a.tag_link_preiest:hover { 
 background: #262626 !important;
	border: 1px solid white !important;
	color: white !important;
	transition: all .5s ease-in-out;
}	
/*=================MOBILE MENU===================*/	

.cd-primary-nav li:first-child::before {
	display:none;
}
.cd-primary-nav li{
	position:relative;
}
.cd-primary-nav li i {
	position: absolute;
	color: #fff;
	font-size: 28px;
	text-align: center;
	top: 8px;
	left: 10px;
}
.cd-primary-nav li:before {
	width: 50px;
	height: 48px;
	display: block;
	position: absolute;
	left: 0;
	content: '';
	background: #303135 url('../images/bible.png');
	background-repeat: no-repeat;
	background-position-x: 5px;
	background-position-y: 5px;
}

/*=========								PREIST LIST 								====*/
.priest_info {
	width: 100%;
	height: 100%;
	position: relative;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
	-moz-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
	-o-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
	-ms-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
	transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
}
.priest_info .priest img {
	width: 100%;
	max-height:263px;
	max-height:263px;
	height: auto;
	-webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.priest_info_overlay{
	width: -moz-calc(100% - 16px);
	width: -webkit-calc(100% - 16px);
	width: calc(100% - 16px);
	height: -moz-calc(100% - 16px);
	height: -webkit-calc(100% - 16px);
	height: calc(100% - 16px);
	margin: 8px;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	position: absolute;
	top: 0;
	opacity: 0;
	border-radius: 0;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.priest_info_overlay .info_desc {
  top:0%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.priest{
	position: relative;
	display: block;
	overflow: hidden;
	opacity: 0.999;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.info_desc h4{
	margin: 6px 15px 0 15px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding: 6px 0 0 0;
	font-weight: 600;
}
.info_desc h4, .info_desc p{
	color: #333;
	-webkit-transition: all 0.1s 0 ease-out;
	-moz-transition: all 0.1s 0 ease-out;
	-o-transition: all 0.1s 0 ease-out;
	-ms-transition: all 0.1s 0 ease-out;
	transition: all 0.1s 0 ease-out;
	opacity: 0;
	top: 28px;
	position: relative;
}
.info_desc p{
	line-height: 20px;
	color: #777;
	margin: 4px 10px 0 15px;
	text-align:  center;
}
.info_desc p strong {
	margin-right: 5px;
}
.priest_info:hover .priest_info_overlay{
	opacity: 1;
}
.priest_info:hover .priest img{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.priest_info:hover .info_desc h4{
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.25s 0.2s ease-out;
	-moz-transition: all 0.25s 0.2s ease-out;
	-o-transition: all 0.25s 0.2s ease-out;
	-ms-transition: all 0.25s 0.2s ease-out;
	transition: all 0.25s 0.2s ease-out;
}

.priest_info:hover .info_desc p{
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.25s 0.3s ease-out;
	-moz-transition: all 0.25s 0.3s ease-out;
	-o-transition: all 0.25s 0.3s ease-out;
	-ms-transition: all 0.25s 0.3s ease-out;
	transition: all 0.25s 0.3s ease-out;
}
.col-md-3.parent.priest_info {
	margin-bottom: 30px;
	padding-right: 55px;
}
a.name_on_image h4 {
	/* color: #ff893b; */
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 25px 0 15px 0;
	-webkit-transition: all 0.25s 0.3s ease-out;
	-moz-transition: all 0.25s 0.3s ease-out;
	-o-transition: all 0.25s 0.3s ease-out;
	-ms-transition: all 0.25s 0.3s ease-out;
	transition: all 0.25s 0.3s ease-out;
}
.priest_info:hover a.name_on_image h4{
	-webkit-transform: scale(0);
	transform: scale(0);
}
.searchByName {
	padding: 10px 10px;
	background-color: #fafafa;
	margin-bottom: 30px;
	border-radius: 5px;
}
p.introP {
	text-align: center;
	color: #DA7804;
}
p.searchBy {
	font-family: 'Exo 2', sans-serif;
	font-size: 22px;
	text-align: center;
}
p.searchBy a {
	display: inline-block;
	padding: 10px 10px;
	-webkit-transition: all 0.06s ease-in-out;
	-moz-transition: all 0.06s ease-in-out;
	-o-transition: all 0.06s ease-in-out;
	-ms-transition: all 0.06s ease-in-out;
	transition: all 0.06s ease-in-out;
}
p.searchBy a:hover {
	font-size:24px;
	color: #FF8972;
}
/*=========								PREIST LIST 								====*/
div#mc_embed_signup_scroll {
	display: flex;
}
.ribbon {
    font-size: 10px !important;
    width: 100%;
    position: relative;
    background: #E91E63;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    margin: 0;
    z-index: 999999;
    left: 20px;
}

.forthcoming {
    position: relative;
    left: 3vh;
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -8px;
 border: 10px solid #e6457d;
 z-index: -1;
}
.ribbon:before {
    left: -13px;
    border-right-width: 10px;
    border-left-color: transparent;
}
.ribbon:after {
 right: -13px;
 border-left-width: 10px;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #b3134a transparent transparent transparent;
    bottom: -8px;
}
.ribbon .ribbon-content:before {
    left: 0px;
    border-width: 8px 0 0 8px;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 8px 8px 0 0;
}



a.tag-link {
	padding: 10px 31px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #fff;
	background-color: #027CCE;
	border-color: #027CCE;
	box-shadow: 2px 2px 3px #7F4718;
}


a.tag-link:hover {
	
	color: #fff;

}

















