@charset "utf-8";
/* CSS Document */

body
{
	font-family: 'Raleway', 'Open Sans', Arial, Verdana, Georgia, Lucida,Helvetica,Tahoma, sans-serif, "Myriad Pro";
	font-size:12px;
	text-align:center;
	color:#000;
	background:#fff;
	margin:0;
}

:focus{ outline:none;}
img,fieldset{border:none;}

a{	color:#005e98;	text-decoration:none;}
/*================================================================*/

/*----------Start Wraper-----------*/

.wraper
{
	width:990px;
	margin:0 auto;
    font-family: 'Raleway', sans-serif;
    font-family: 'Open Sans', sans-serif;
}
.topbar-outer{
	width:100%;
	background:url(../images/top-bar-bg.png) no-repeat center top;
	background-size:cover;
}
.topbar{
	width:1140px;
	margin:0 auto;
}
.topbar a.p-number{
	padding:0 15px 0 40px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:300;
	line-height:31px;
	background: #0373B8 url(../images/phone-icon.png) no-repeat 10px center;
	transition:  0.2s linear 0s;
	float:left;
}
.topbar a.p-number:hover{
	background:#7BF67B url(../images/phone-icon.png) no-repeat 10px center;
	transition:  0.2s linear 0s;
}
.media-panel{
	margin:3px 0;
	float:right;
}
.media-panel em{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:300;
	line-height:24px;
	font-style:italic;
	display:inline-block;
	float:left;
}
.social-media {
	margin:0px 0 0 0;
	padding:0;
	list-style:none;
	float:right;
}
.social-media li {
	float:left;
	margin:0 0 0 12px;
}
.social-media li:last-child {
}
.header-outer{
	width:100%;
	-webkit-box-shadow: 0 0 10px 0 #D2D2D2;
	box-shadow: 0 0 10px 0 #D2D2D2;
}
.header{
	width:1140px;
	margin:0 auto;
}
.logo{
	width:358px;
	height:102px;
	margin:15px 0 0 0;
	display:block;
	float:left;
}
.logo img{
	width:100%;
	height:auto;
}
.nav{
	margin: 0px 0 0 0;
	padding:0;
	list-style:none;
	float:right;
}
.nav li{
	float:left;
	position:relative;
}
.nav li:first-child{
}
.nav li a{
	padding:0 15px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#005e98;
	font-weight:400;
	line-height:130px;
	display:inline-block;
}
.nav li a:hover{
	color:#fff;
	background:#0373B8 url(../images/nav-hover-border.png) repeat-x left bottom;
}
.nav li ul{
	width:240px;
	margin:0;
	padding:5px 0;
	list-style:none;
	background:#0373B8 url(../images/nav-hover-border.png) repeat-x left bottom;
	position:absolute;
	left:0px;
	visibility:hidden;
	z-index:999 !important;
	/*-webkit-box-shadow: 0 7px 7px 1px #F1F1F1;
	box-shadow: 0 7px 7px 1px #F1F1F1;*/
}
.nav li:last-child ul{
	left:auto !important;
	right:0;
}
.nav li ul li ul{
	left:240px;
}
.nav li.menu-item-6 ul li ul{
	left:-240px;
}
.nav li ul li{
	width:240px;
	padding:0px 0px;
	margin:0;
	z-index:99 !important;
	background:none;
	border-left:none;
	position:relative;
	background:none;
}
.nav li ul li:first-child{
	padding:0px 0px;
	background:none;
}
.nav li ul li a{
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-align:left;
	display:block;
	padding:4px 20px;
	color:#fff;
	background:none;
}
.nav li ul li a:hover{
	color:#000;
	background:none;
}
.nav li ul li ul li a{
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-align:left;
	display:block;
	padding:4px 20px;
	color:#fff;
	background:none;
}
.nav li ul li ul li a:hover{
	color:#000;
	background:none;
}
.mobile-menu-holder {
	/*width:100%;*/
	margin: 45px 0 0 0;
	/*position:relative;*/
	display: none;
	float:right;
}
.mobile-menu {
	display: none;
	background: url(../images/menu-btn.png) no-repeat right center;
	width: 0px;
	height: 20px;
	font-size:18px;
	color: #E30613;
	padding:0 28px 0 0;
	margin: 5px auto 0;
	text-transform: uppercase;
	font-weight:bold;
	cursor: pointer;
	float:right;
}
.mobile-nav {
	display:none;
	width: 100%;
	z-index: 9999;
	position: absolute;
	top: 145px;
	right:0;
}
.mobile-nav .nav {
	/*background:url(images/m-menu-bg.png) repeat;*/
	background-color:#fff;
	-webkit-box-shadow: 0 7px 7px 1px #999;
	box-shadow: 0 7px 7px 1px #999;
	width:100%;
	padding-left:0px;
	height:auto;
	padding:10px 0;
	margin:0;
}
.mobile-nav .nav li {
	margin:0;
	width:100%;
	float:none;
	padding:0;
	background:none;
	border-right:none;
}
.mobile-nav .nav li:first-child {
	margin: 0;
}
.mobile-nav .nav li a {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	text-align:left;
	padding: 4px 10px 4px 20px;
	display:block;
	line-height:normal;
	color:#0373B8;
}
.mobile-nav .nav li a:hover {
	color:#fff;
	background:#0373B8 url(../images/m-nav-hover-border.png) repeat-y left top;
}
.mobile-nav .nav li ul{
	position:static;
	background:none;
	box-shadow:none;
	visibility:visible;
	display:block;
}
.mobile-nav .nav li ul li{
	padding:0;
}
.mobile-nav .nav li ul li a{
	padding:4px 0 4px 15px;
	font-size:14px;
	color:#000;
}
.mobile-nav .nav li ul li a{
	padding:4px 0 4px 30px;
}
.mobile-nav .nav li ul li ul li a{
	padding:4px 0 4px 45px;
}

.banner{
	width:100%;
	margin:0 auto;
	position:relative;
}
.banner img{
	width:100%;
	height:auto;
	display:block;
}
.flexslider{
	position:relative;
}
.slides{
	margin:0;
	padding:0;
	list-style:none;
}
.flex-caption{
	bottom:50px;
    font-size: 36px;
    line-height: 40px;
    left:0;
    padding:0 20px;
    position:absolute;
    right:0;
    text-transform: uppercase;
    z-index:1;
}
.flex-control-nav {
    bottom: 15px;
	left:0;
	right:0;
    position: absolute;
    text-align: center;
    width: auto;
    z-index:9;
}
.flex-control-nav li {
    margin: 0 4px !important;
}
.flex-control-paging li a {
	width:11px !important;
	height:11px !important;
    background:url(../images/pager.png) no-repeat center center !important;
	background-color:transparent;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background:url(../images/pager-active.png) no-repeat center center !important;
	box-shadow: none !important;
}
.flex-direction-nav a {
    color: #000000;
    cursor: pointer;
    display: block;
    margin:0 !important;
    opacity: 1 !important;
    overflow: hidden;
    position: absolute;
    text-shadow: none !important;
	text-indent:-9999px !important;
    top: 45% !important;
	bottom: auto !important;
    transition: all 0.3s ease 0s;
    z-index: 10;
	content:normal !important;
	font-size:0px !important;
}
.flex-direction-nav a.flex-next:before{
	content: inherit !important;
	text-indent:-9999px !important;
}
.flex-direction-nav .flex-prev{
	width:22px;
	height:36px;
	background:url(../images/prev-btn.png) no-repeat left top;
	right:auto !important;
	left:30px !important;
}
.flex-direction-nav .flex-next{
	width:22px;
	height:36px;
	background:url(../images/next-btn.png) no-repeat left top;
	left:auto !important;
	right:30px !important;
	text-indent:9999999px !important;
}
.btn{
	font-size:14px;
	color:#fff;
	font-weight:500;
	line-height:40px;
	background:#4CDC4C;
	padding:0 20px;
	display:inline-block;
	transition:  0.2s linear 0s;
	text-transform:uppercase;
}
.btn:hover{
	background:#005E98;
	transition:  0.2s linear 0s;
}

.banner .btn{
	background:url(../images/btn-bg.png) repeat;
	position:absolute;
	left:0;
	right:0;
	bottom:45px;
	margin:0 auto;
	width:550px;
	z-index:9;
}
.directory-section{
	width:100%;
	background:url(../images/explore-section-bg.png) no-repeat center top;
	background-size:cover;
}
.directory-form{
	width:1140px;
	margin:0 auto;
	padding:30px 0;
}
.directory-form h5{
	margin:0;
	font-size:20px;
	color:#005e98;
	text-align:left;
	font-weight:500;
	text-transform:uppercase;
}
.directory-form p{
	width:100%;
	float:left;
}
.directory-form p select{
	width:445px;
	height:46px;
	margin-right:20px;
	padding:0 10px;
	background:#fff;
	border:none;
	font-size:14px;
	color:#585858;
	font-weight:500;
	line-height:46px;
	float:left;
}
.directory-form p input[type="submit"]{
	width:205px;
	font-size:14px;
	color:#fff;
	line-height:46px;
	font-weight:500;
	text-transform:uppercase;
	background:#005E98;
	border:none;
	display:inline-block;
	cursor:pointer;
	float:right;
	transition:  0.2s linear 0s;
	-webkit-appearance: none;
}
.directory-form p input[type="submit"]:hover{
	background:#4CDC4C;
	transition:  0.2s linear 0s;
}
.featured-outer{
	width:100%;
	padding:50px 0;
	background:url(../images/patarn.png) repeat;
}
.featured{
	width:1140px;
	margin:0 auto;
	padding:0;
	list-style:none;
}
.featured li{
	width:270px;
	margin:0 0 0 20px;
	float:left;
}
.featured li:first-child{
	margin-left:0;
}
.bottom-featured li{
	background:#005E98;
}
.featured li a{
	width:100%;
	height:auto;
	background:#005E98;
	display:block;
}
.featured li img{
	width:100%;
	height:auto;
	display:block;
}
.featured li span{
	padding:0 0 0 15px;
	background:#005E98;
	display:block;
	font-size:17px;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	line-height:44px;
}
.featured li span .arrow-btn{
	width:58px;
	height:44px;
	float:right;
}
.content-area{
	width:1140px;
	margin:0 auto;
}
/* Added by Anibal */
.content-area ul li{
	font-size:15px;
	color:#585858;
	text-align:justify;
	font-weight:500;
	line-height:25px;
}

.blog_resume_image{
	float: left;
	width: 135px;
	height: 85px;
	margin-right: 5px;
}

/* End Added by Anibal*/

.left-content{
	width:830px;
	float:left;
}
.welcome-text{
	padding:35px 50px 35px 0;
}
.welcome-text h1{
	font-size:30px;
	color:#005e98;
	text-align:left;
	font-weight:500;
	text-transform:uppercase;
	line-height:30px;
}
.welcome-text h1 span{
	color:#4cdc4c;
	font-weight:400;
	display:block;
}
.welcome-text p{
	font-size:15px;
	color:#585858;
	text-align:justify;
	font-weight:500;
	line-height:25px;
}
.gray-panel{
	background:#F2FEF2;
}
.events-panel{
	width:100%;
	padding:30px 0;
	float:left;
}
.heading{
	margin:0;
	font-size:30px;
	color:#005e98;
	text-align:left;
	font-weight:500;
	text-transform:uppercase;
	/* border-bottom:#4CDC4C 3px solid; */
	float:left;
}
.events-panel .btn{
	margin-right:50px;
	float:right;
}
.events-list{
	width:100%;
	margin:10px auto;
	padding:0;
	list-style:none;
	float:left;
}
.events-list li{
	width:340px;
	height:460px;
	margin:20px 0 20px 20px;
	/*
	background:#F5F3EF;
	*/
	float:left;
}
.events-list li:nth-child(3n+1){
	margin-left:0;
}
.li-events{
	width:360px;
	margin:20px 0 20px 55px;
	background:#F5F3EF;
	float:left;
}
.li-events:nth-child(2n+1){
	margin-left:0;
}
.home-events .events-list li{
	width:360px;
	height:auto;
	min-height:350px !important;
	margin:20px 0 20px 55px;
}
.home-events .events-list li:nth-child(2n-1){
	margin-left:0;
}
.events-list li img{
	width:100%;
	height:auto;
	display:block;
}
.events-list li span.date{
	width:55px;
	/*height:100%;*/
	padding:25px;
	background:#005E98;
	font-size:55px;
	color:#fff;
	text-align:center;
	font-weight:400;
	line-height:55px;
	float:left;
}
.events-list li span.date small{
	font-size:12px;
	color:#fff;
	text-align:center;
	font-weight:400;
	line-height:25px;
	text-transform:uppercase;
	display:block;
}
.events-list li a{
	font-size: 16px;
}
.events-list li a:hover{
	text-decoration: underline;
}
.event-text{
	width:225px;
	padding:0 15px;
	float:left;
}
.event-text p{
	font-size:13px;
	color:#585858;
	text-align:left;
	font-weight:700;
	line-height:16px;
	text-transform:uppercase;
}
.event-text span.location{
	padding-left:20px;
	background:url(../images/location-icon.png) no-repeat left top;
	font-size:13px;
	color:#005e98;
	text-align:left;
	font-weight:700;
	line-height:16px;
	text-transform:uppercase;
	display:block;
}
.event-text .btn, .articles-text .btn {
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    margin: 10px 0 0 0;
}
.articles-panel{
	padding:35px 50px 35px 0;
	float:left;
}
.articles-panel .btn{
	float:right;
}
.articles-item{
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.articles-item li{
	width:100%;
	padding:20px 0;
	border-top:#ADAFB0 1px solid;
	float:left;
}
.articles-item li:first-child{
	border-top:none;
}
.thumb-holder{
	width:195px;
	margin-left:25px;
	float:right;
}
.thumb-holder img{
	width:100%;
	height:auto;
	display:block;
	padding-bottom: 20px;
}
.articles-text{
	width:560px;
	float:left;
}
.articles-text h5{
	margin:15px 0;
	font-size:20px;
	color:#585858;
	text-align:left;
	font-weight:400;
	text-transform:none;
}
.articles-text h6{
	margin:15px 0;
	font-size:20px;
	color:#585858;
	text-align:right;
	font-weight:400;
	text-transform:none;
}
.articles-text h5 a{
	color:#585858;
}
.articles-text h5 a:hover{
	text-decoration:underline;
}
.articles-text p{
	font-size:15px;
	color:#585858;
	text-align:left;
	font-weight:400;
	line-height:18px;
	/*Added by Anibal*/
	margin-left: 10px;
}
.articles-panel .articles-text .btn{
	float:left;
}
.right-content{
	width:275px;
	float:right;
}
/*Added by Anibal */
.right-content-event{
	width:270px;
	float:right;
}
.right-content h2{
	margin-left: 10px;
}
.radio-guests{
	font-size: 20px !important;
}
/*End Added by Anibal */
.ad-list{
	margin:60px 0 0 0;
	padding:0;
	list-style:none;
}
.ad-list li{
	margin:10px 0;
}
.subscribe-form-section-outer{
	width:100%;
	margin-top:40px;
	padding:10px 0 60px 0;
	background:url(../images/bottom-patarn.jpg) repeat;
}
.subscribe-form-section{
	width:100%;
	padding:65px 0;
	background:url(../images/subscribe-form-section-bg.jpg) no-repeat center top;
	background-size:cover;
}
.subscribe-form{
	width:990px;
	margin:0 auto;
	padding:25px 75px;
	background:url(../images/subscribe-form-bg.png) repeat center top;
}
.subscribe-form label{
	padding:0 55px 0 0;
	/* font-family: avenir-next-regular; */
	font-size:27px;
	color:#fff;
	text-align:left;
	line-height:49px;
	text-transform:uppercase;
	float:left;
}
.subscribe-form input[type="text"]{
	width:382px;
	margin-right:35px;
	border:none;
	border-bottom:#fff 1px solid;
	background:none;
	/* font-family: avenir-next-regular; */
	font-size:14px;
	color:#fff;
	font-weight:400;
	text-align:center;
	line-height:35px;
	float:left;
}
.subscribe-form input.btn{
	padding:0 55px;
	line-height:49px;
	border:none;
	cursor:pointer;
	background:#005E98;
	transition:  0.2s linear 0s;
	-webkit-appearance: none;
}
.subscribe-form input.btn:hover{
	background:#4CDC4C;
	transition:  0.2s linear 0s;

}
.footer-outer{
	width:100%;
	padding:10px 0;
	background:#005E98;
}
.footer{
	width:1140px;
	margin:0 auto;
}
.contact{
	padding-left:25px;
	background:url(../images/location-icon2.png) no-repeat left top;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:400;
	line-height:20px;
}
.footer .contact a{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:400;
	line-height:20px;
}
.footer .contact a:hover{
	text-decoration:underline;
}
.footer-bottom-outer{
	width:100%;
	padding:25px 0;
}
.copyright{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#585858;
	font-weight:400;
	text-transform:uppercase;
}


/*-------------------------------------------------------------------------Inner pages*/
.sub-content{
	padding:30px 0;
}
.sub-content p{
	font-size:15px;
	color: #4e4e4e;
	font-weight:500;
	line-height:20px;
	text-align:left;
}
.sub-content h1, .sub-content h2, .sub-content h3, .sub-content h4, .sub-content h5, .sub-content h6{
	color:#005e98;
	text-align:left;
	margin:15px 0;
	font-weight:700;
	text-transform:uppercase;
}

.sub-content h1{
	font-size:34px;
}
.sub-content h2{
	font-size:28px;
}
.sub-content h3{
	font-size:24px;
}
.sub-content h4{
	font-size:22px;
}
.sub-content h5{
	font-size:20px;
}
.sub-content h6{
	font-size:18px;
}

.sub-content ul li, .sub-content ol li, .sub-content table tr td{
	font-size:15px;
	color: #4e4e4e;
	font-weight:500;
	line-height:20px;
	text-align:left;
}
.sub-content a{
	color:#f05864;
	font-size:17px;
}
.sub-content a:hover{
	text-decoration:underline;
}
.alignleft{
	float:left;
	margin:8px 20px 20px 0;
}
.alignright{
	float:right;
	margin:8px 0 20px 20px;
}
.aligncenter{
	display: block;
	margin:0 auto;
}

.title-holder-outer{
	width:100%;
	position:absolute;
	bottom:70px;
}
.title-holder{
	width:1140px;
	margin:0 auto;
}
h1.page-title{
	margin:0;
	padding:0 30px;
	font-size:42px;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	line-height:90px;
	background:url(../images/btn-bg.png) repeat;
	float:left;
}
.sub-content h2.heading{
	font-size:28px;
	padding-bottom:40px;
}
.sub-content-left{
	width:560px;
	float:left;
}
.text-panel{
	width:100%;
	float:left;
}

.text-panel p{
	text-align:justify;
}

.contact-panel{
	width:390px;
	margin-top:60px;
	padding:50px 30px 80px 80px;
	float:right;
}
.contact-list{
	margin:0;
	padding:0;
	list-style:none;
}
.contact-list li{
	margin:20px 0 0 0;
	font-size:20px;
	color: #4e4e4e;
	font-weight:500;
	line-height:30px;
	text-align:left;
}
.contact-list li a{
	padding:0 0 0 50px;
	font-size:20px;
	color: #4e4e4e;
	font-weight:500;
	line-height:30px;
	text-align:left;
	display:block;
}
.contact-list li a.p-number{
	background:url(../images/phone-icon2.png) no-repeat left top;
}
.contact-list li a.email{
	background:url(../images/email-icon.png) no-repeat left top;
}

.contact-panel .social-media {
    margin: 20px 0 0 0;
    float: left;
}
.contact-panel .social-media li {
    margin: 0 0 0 20px;
}
.place{
	margin:25px 0 0 45px;
	padding:0 0 0 50px;
	background:url(../images/location-icon3.png) no-repeat left top;
	font-size:20px;
	color: #4e4e4e;
	font-weight:500;
	line-height:33px;
	text-align:left;
	display:inline-block;
	float:left;
}
.bottom-featured li .arrow-btn {
    width: 58px;
    height: 85px;
    float: right;
}

.bottom-featured li span{
	line-height:normal;
	display:table-cell;
	vertical-align:middle;
	/*width: 255px;*/
	height:85px;
}

.right-sidebar{
	width:470px;
	float:right;
}
.sub-content a.download-btn {
	width:370px;
	margin-top:55px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 65px;
    background: #4CDC4C;
    padding: 0 20px;
    display: inline-block;
    transition: 0.2s linear 0s;
    text-transform: uppercase;
}
.sidebar-gray-panel{
	padding:30px;
	margin-top:25px;
    background: #F2FEF2;
}
.contact-form{
	width:370px;
	padding:20px;
	background:#005E98;
	float:left;
}
.sub-content .contact-form h5{
	color:#fff;
	text-align:center;
	margin:0 0 15px 0;
	font-weight:700;
	text-transform:uppercase;
}
.contact-form p{
	width:100%;
	margin:7px 0 0 0;
	float:left;
}
.contact-form p input[type="text"], .contact-form p input[type="email"]{
	width:94%;
	padding:0 3%;
	border:none;
	background:#F2F7FA;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#005e98;
	font-weight:600;
	text-align:left;
	line-height:31px;
}
.contact-form p.half-field{
	width:49%;
	float:left;
}
.contact-form p.left-half-field{
	margin-right:2%;
}
.contact-form p.half-field input[type="text"], .contact-form p.half-field input[type="email"]{
	width:90%;
	padding:0 5%;
}
.contact-form p textarea{
	width:94%;
	height:82px;
	padding:0 3%;
	border:none;
	background:#F2F7FA;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#005e98;
	font-weight:600;
	text-align:left;
}

.contact-form p input[type="submit"]{
	padding:0 45px;
	margin:10px auto 0;
	border:none;
	background:#4CDC4C;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	line-height:44px;
	cursor:pointer;
	display:block;
	-webkit-appearance: none;
}

.ad-online{
	margin:35px auto 0;
}
.media-list{
	width:100%;
	margin:80px 0 0 0;
	padding:0;
	list-style:none;
	float:left;
}
.media-list li{
	width:100%;
	margin:15px 0;
	float:left;
}
.media-list li img.media-thumb{
	margin:0 45px 0 0;
	float:left;
}
.media-list li .media-text{
	width:555px;
	float:left;
}
.media-list li .media-text{
	width:555px;
	float:left;
}
.sub-content .media-list li .media-text h2{
	text-transform:none;
}
.sub-content .media-list li .media-text p{
	font-size:15px;
	color: #585858;
	font-weight:500;
	line-height:20px;
	text-align:left;
}
.sub-content .media-list li .btn {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 57px;
    background: #005E98;
	width:240px;
    padding: 0 20px;
	margin-top:55px;
	text-align:center;
	float:right;
}
.gray-section{
	background:#F2FEF2;
}

.gray-panel{
	position:relative;
}
.bg-fix-1, .bg-fix-2{
	width:300%;
	background:#F2FEF2;
	position:absolute;
	top:0;
	left:-298%;
	z-index:-1;
	height:100%;
}
.heading{
	position:relative;
}
.heading-border-fix-1{
	position:absolute;
	width:400%;
	right:0;
	bottom:-3px;
	z-index:0;
	border-bottom:#4CDC4C 3px solid;
	display:block;
}
.ext-box-1{
	color: #585858;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
	text-align:left;
}
.blog-by-section-page .blog-by-section-page-content-area table{
	background:#9FD3B4 !important;
	border:#777 1px solid;
	padding:0 20px 0 10px;
}
.blog-by-section-page .blog-by-section-page-content-area table td, .blog-by-section-page .blog-by-section-page-content-area table td p{
	color:#000;
}
.events-list li {
    min-height: inherit !important;
}
.subCategories-panel .events-list li {
    height: auto !important;
}
.subCategories-list > ul {
    left: 15px !important;
}


/* Added by Anibal */

.glossary-ul li{
	font-size:15px;
	color:#585858;
	text-align:justify;
	font-weight:500;
	line-height:25px;
}


/*-------------------------------------------------------------------------responsive*/
@media only screen and (max-width: 2880px) {

}
@media only screen and (max-width: 2560px) {

}
@media only screen and (max-width: 2048px) {

}
@media only screen and (max-width: 1920px) {

}
@media only screen and (max-width: 1800px) {

}
@media only screen and (max-width: 1700px) {

}
@media only screen and (max-width: 1680px) {

}
@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1536px) {

}
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1366px) {
.title-holder-outer {
    bottom: 30%;
}
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1140px) {
.topbar, .header, .directory-form, .featured, .content-area, .footer, .title-holder {
    width: 96%;
}
.nav li a {
    padding: 0 10px;
}
.directory-form p select {
    width: 39%;
    margin-right: 1%;
    padding: 0 1%;
}
.directory-form p input[type="submit"]{
	float:left;
}
.featured{
	width:580px;
}
.featured li, .featured li:first-child{
	margin:10px;
}
.left-content {
    width: 73%;
}
.events-list{
	width:720px;
	float:none;
}
.events-list li{
	margin:10px;
	float:left;
}
/* Commented by Anibal
.events-list li:nth-child(3n+1){
	margin-left:10px;
}
*/
.home-events .events-list{
	width:100%;
	float:left;
}
.home-events .events-list li, .home-events .events-list li:nth-child(3n+1) {
    margin: 20px 0 20px 20px;
}
.home-events .events-list li:nth-child(2n-1){
	margin-left:0px;
}
.events-list2 {
    width: 360px;
	margin:0 auto;
	float:none;
}
.li-events{
	height:auto;
	margin-left:0px;
}
.subscribe-form {
    width: 92%;
    padding: 25px 2%;
	text-align:left;
}
.articles-text {
    width: 68%;
}
.subscribe-form input[type="text"] {
    width: 382px;
    margin-right: 26px;
}
.subscribe-form input.btn {
    float: left;
}
.sub-content-left {
    width: 52%;
	margin-right: 25px;
}
.contact-panel {
    width: 35%;
    padding: 50px 5% 80px;
}
}
@media only screen and (max-width: 1136px) {

}
@media only screen and (max-width: 1080px) {
.nav li a {
    padding: 0 8px;
}
.directory-form p select {
    width: 38%;
}
.left-content {
    width: 72%;
}
.home-events .events-list li {
    width: 340px;
}
.event-text {
    width: 63%;
    padding: 0 3%;
}
.articles-text {
    width: 65%;
}
.sub-content-left {
    width: 49%;
}
.media-list li .media-text {
    width: 50%;
}
}
@media only screen and (max-width: 1050px) {

}
@media only screen and (max-width: 1024px) {
.nav {
 	display: none;
}
.mobile-menu-holder, .mobile-nav .nav {
 	display:block;
}
.mobile-menu {
 	display: block;
}
.mobile-nav {
 	top:145px;
}
.directory-form p select {
    width: 37%;
}
.left-content {
    width: 70%;
}
.home-events .events-list li {
    width: 300px;
}
.event-text {
    width: 59%;
    padding: 0 3%;
}
.articles-text {
    width: 61%;
}
.subscribe-form input.btn {
    float: left;
	margin: 15px 0 0 0;
}
.subscribe-form input[type="text"]{
	margin: 0 26px 11px 0;
}
.sub-content-left {
    width: 46%;
}
.media-list li .media-text {
    width: 48%;
}
}
@media only screen and (max-width: 960px) {
.left-content {
    width: 68%;
}
.home-events .events-list li {
    width: 275px;
}
.event-text {
    width: 55%;
}
.event-text p {
    font-size: 12px;
}
.event-text span.location{
	font-size:11px;
}
.articles-text {
    width: 59%;
}
.title-holder-outer {
    bottom: 25%;
}
.sub-content-left {
    width: 42%;
}
.media-list li .media-text {
    width: 44%;
}
.media-list li img.media-thumb {
    margin: 0 25px 0 0;
}
}
@media only screen and (max-width: 900px) {
.directory-form p select {
    width: 36%;
}
.left-content {
    width: 100%;
}
.home-events .events-list {
    width: 780px;
	margin:0 auto;
	float:none;
}
.home-events .events-list li, .home-events .events-list li:nth-child(2n-1) {
    width: 360px;
	margin:15px;
}
.event-text {
    width: 225px;
}
.event-text p {
    font-size: 13px;
}
.event-text span.location{
	font-size:13px;
}
.articles-text {
    width: 71%;
}
.right-content {
    width: 100%;
}
.ad-list {
    margin: 30px 0 0 0;
    width: 100%;
}
.ad-list li {
    margin: 10px;
    width: 275px;
    display: inline-block;
}
.welcome-text {
    padding: 35px 15px 35px;
}
.articles-panel {
    padding: 35px 15px 35px 0;
}
.place {
    margin: 25px 0 0 15px;
}
.sub-content-left {
    width: 100%;
}
.right-sidebar {
    float: none;
    margin: 0 auto;
}
.media-list li .media-text {
    width: 40%;
}
}
@media only screen and (max-width: 854px) {
.directory-form p select {
    width: 35%;
}
.articles-text {
    width: 69%;
}
.subscribe-form input[type="text"] {
    margin: 11px 0 0 0;
    float: none;
	display:block;
}
}
@media only screen and (max-width: 800px) {
.directory-form p select {
    width: 34%;
}
.home-events .events-list {
    width: 680px;
	margin:0 auto;
	float:none;
}
.home-events .events-list li, .home-events .events-list li:nth-child(2n-1) {
    width: 310px;
	margin:15px;
}
.event-text {
    width: 185px;
}
.articles-text {
    width: 65%;
}
.subscribe-form label {
    padding: 0;
    float: none;
    display: block;
}
.subscribe-form input[type="text"] {
    margin: 11px 0 0 0;
    float: none;
	display:block;
}
.subscribe-form input.btn {
    float: none;
    margin: 15px 0 0 0;
}
.title-holder-outer {
    bottom: 20%;
}
.contact-panel {
    width: 39%;
    padding: 50px 3% 80px;
}
.media-list li .media-text {
    width: 38%;
}
}
@media only screen and (max-width: 768px) {
.media-list li .media-text {
    width: 34%;
}
.events-list {
    width: 360px;
	margin:0 auto;
	float:none;
}
.events-list li{
	height:auto;
}
}
@media only screen and (max-width: 720px) {
.directory-form p select {
    width: 32%;
}
.home-events .events-list {
    width: 600px;
}
.home-events .events-list li, .home-events .events-list li:nth-child(2n-1) {
    width: 270px;
	margin:15px;
}

.event-text {
    width: 148px;
}
.event-text p {
    font-size: 12px;
}
.event-text span.location{
	font-size:11px;
}
.articles-text {
    width: 65%;
}
.sub-content-left {
    width: 100%;
}
.contact-panel {
    width: 94%;
    padding: 30px 3%;
    margin-top: 20px;
}
.media-list {
    margin: 0px 0 0 0;
}
.media-list li img.media-thumb {
    margin: 25px auto;
    float: none;
    display: block;
}
.media-list li .media-text {
    width: 100%;
}
.sub-content .media-list li{
	text-align:center;
}
.sub-content .media-list li .btn {
    float: none;
    margin: 15px auto;
    display: inline-block;
}
}
@media only screen and (max-width: 640px) {
.directory-form p select {
    width: 445px;
    margin-right: 0;
	margin-top:10px;
    padding: 0 10px;
}
.directory-form p input[type="submit"]{
	margin:10px 0 0 0;
}
.home-events .events-list {
    width: 360px;
	margin:0 auto;
	float:none;
}
.home-events .events-list li, .home-events .events-list li:nth-child(2n-1), .home-events .events-list li:nth-child(3n+1) {
    width: 360px;
	margin:15px 0;
}
.event-text {
    width: 225px;
}
.event-text p {
    font-size: 13px;
}
.event-text span.location{
	font-size:13px;
}
.articles-text {
    width: 100%;
}
.thumb-holder {
    float: none;
    margin: 0 auto;
}
.title-holder-outer {
    bottom: 15%;
}
}
@media only screen and (max-width: 600px) {
.banner .btn {
    width: 94%;
    padding: 0 2%;
}
.featured{
	width:270px;
}
.featured li, .featured li:first-child{
	margin:10px 0;
}
h1.page-title {
    font-size: 36px;
    line-height: 80px;
}
}
@media only screen and (max-width: 540px) {

}
@media only screen and (max-width: 480px) {
.header {
    min-height: 115px;
}
.logo {
    width: 78%;
    height: auto;
}
.banner .btn {
	width: 96%;
    position: inherit;
    bottom: 0;
}
.directory-form p select {
    width: 94%;
    padding: 0 3%;
}
.events-list, .home-events .events-list {
    width: 280px;
	margin:0 auto;
	float:none;
}
/* Commented by Anibal
.events-list li, .events-list li:nth-child(3n+1), .home-events .events-list li, .home-events .events-list li:nth-child(2n-1), .home-events .events-list li:nth-child(3n+1) {
    width: 280px;
	margin:15px 0;
}
*/
.event-text {
    width: 158px;
}
.event-text p {
    font-size: 12px;
}
.event-text span.location{
	font-size:11px;
}
.subscribe-form input[type="text"] {
	width:100%;
}
h1.page-title {
    font-size: 30px;
    line-height: normal;
	padding:5px 15px;
}
.right-sidebar {
    width: 100%;
}
.sidebar-gray-panel {
    width: 90%;
    padding: 5%;
}
.contact-form {
    width: 90%;
    padding: 5%;
}
.sub-content a.download-btn {
    width: 80%;
    padding: 0 5%;
    display: inline-block;
}
.ad-online {
    width: 100%;
    height: auto;
    display: inline-block;
}
}
@media only screen and (max-width: 360px) {
.title-holder-outer {
    bottom: 10px;
}
h1.page-title {
    font-size: 28px;
    line-height: normal;
    padding: 5px 15px;
}
}
@media only screen and (max-width: 320px) {

}
@media only screen and (max-width: 240px) {

}


.subCategories-panel {
	background-color: #f2fef2;
	}

.subCategories-panel ul {
	background-color: #f2fef2;
}

.subCategories-panel ul li {
		background-color: #f2fef2;
	margin: 0px;
	text-align: left;
 	}

.headerContainer{
	background-color:#fff;
	}
