/*

font-family: 'Open Sans', sans-serif;
*/

html{font-size: 16px;}
a.btn-big{
	background: #006354;
	border: none;
  border-radius: 12px;
	color: #ffffff!important;
  font-size: 15px;
	font-weight: 700;
	padding: 12px 30px;
	text-transform: uppercase;
}
.btn-big:hover,
.btn-big:focus,
.btn-big.focus{
	background: #1d4ca1 !important;
	color: #ffffff;
  text-decoration:none;
}

body{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
}

#rseform a:link,
#rseform a:visited,
#rseform a:hover{
	color: #425d66 !important;
}

.jbd-container{
	font-size: 16px !important;
}
.jbd-container .numberCircle{
	background: none !important;
	        border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	color: #397d85 !important;
	display: inline-block;
	font-weight: bold;
	line-height: 1em !important;
	margin-right: 5px;
	text-align: center;
	width: 1em !important;
}

.card{
	background-color: #006354;
	color: #ffffff !important;
	/* height: 4rem; */
	padding: 1rem;
	text-align: center;
}
.card a:link,
.card a:hover{
	color: #ffffff !important;
	text-decoration: none !important;
}
.card:hover{
	background-color: #1d4ca1;
	color: #ffffff;
	text-decoration: none;
}
.card a:visited{
	color: #ffffff !important;
	text-decoration: none !important;
}

.cards{
	display: grid;
	margin: 0 auto;
	max-width: 1200px;

	grid-gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* RS EVENTS */

.popover-content{
	background-color: white!important;
}
.rsepro-title-block{
	font-size: 24px;
	line-height: 1.5em;
}
.rsepro-date-block{
	font-size: 15px;
}
.rsepro-event-taxonomies-block{
	font-size: 15px;
}
.rs_events_container li{
	padding-top: 20px !important;
}
.rsep_location{
	margin: 12px 0 12px 0 !important;
}
.rsep_mail{
	margin: 12px 0 12px 0 !important;
}
#rs_event_show .description{
	text-align: inherit!important;
}
.rs_event_image{
	display: none !important;
}
.rs_event_details{
	padding: 0 0 10px 20px;
}

.pager li > a,
.pager li > span{
	text-decoration: none;
}

.rsepro_legend_text{
	height: auto;
	line-height: 1;
}

.rsepro_legend_block{
	height: auto;
	padding: 7px 10px;
}

.dropdown-menu > li > a{
	text-decoration: none;
}
.rsepro_legend_color{
	display: none !important;
}

.rsepro-navbar-responsive-collapse ul.nav{
	margin: 0;
	padding: 0;
}

.rsepro-navbar-responsive-collapse .divider-vertical{
	border: none;
	margin-bottom: 10px;
}

ul.rsepro-filter-filters{
	list-style: none;
	margin-left: 0 !important;
}

li#rsepro-filter-condition{
	display: none;
}

/**/

.memberslink{
	background-color: #1d4ca1 !important;
	color: #ffffff !important;
}
.memberslink:hover{
	background-color: #ffffff !important;
	color: #1d4ca1 !important;
}

.t3-wrapper{
	background: #ffffff;
}


ul{
	/* list-style: none; */
	margin-left: 40px;
	padding: 0;
}

ul li{
	padding: 5px 0 5px;
}

ul li a{
	text-decoration: underline;
}


p{
	line-height: 1.5;
	margin: 0 0 20px;
}
a:link,
a:visited{
	color: #1d4ca1;
	text-decoration: none;
}
a:hover,
a:focus{
	color: #006354;
	text-decoration: underline;
}
.cat-title a{
	color: #ffffff;
}
img{
	height: auto;
	max-width: 100%;
}
.article-intro img,
.article-content img{
	display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
h2{
	color: #000000;
	font-size: 1.375rem;
	font-weight: 600;
}
h3{
	color: #000000;
	font-size: 1.25rem;;
}
h4{
	color: #000000;
	font-size: 1.125rem;;
}
h5{
	color: #000000;
	font-size: 1rem;;
}
h6{
	color: #333333;
	font-size: 1.125rem;;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
	line-height: 1.2;
}

h3.module-title{
	font-size: 20px;
}

.radio,
.checkbox{
	padding-left: 20px;
}

a.readmore{
	background: #006354;
	border: none;
	color: #ffffff;
	font-size: 1rem;
	padding: 12px 28px;
}
a.readmore:hover{
	background: none;
	border: none;
	color: #000000;
}

section.readmore{
	margin-top: 5px;
}
select,
textarea,
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'],
.inputbox{
	background: #ffffff!important;
	border: 1px solid #e6e6e6;
	/* border: none !important; */
	        border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	box-shadow: none;
	color: #000000;
	height: 40px;
	line-height: 40px;
}
input[type='text']{
	height: 40px;
	line-height: 40px;
	width: 100%;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='color']::-moz-placeholder,
.inputbox::-moz-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='week']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='color']:-ms-input-placeholder,
.inputbox:-ms-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder{
	color: #000000 !important;
	opacity: 1;
}
::-webkit-input-placeholder{
	/* Chrome/Opera/Safari */
	color: #000000!important;
	opacity: 1;
}
::-moz-placeholder{
	/* Firefox 19+ */
	color: #000000!important;
}
:-ms-input-placeholder{
	/* IE 10+ */
	color: #000000!important;
}
:-moz-placeholder{
	/* Firefox 18- */
	color: #000000!important;
}

hr{
	border: 0;
	border-top: 1px solid #b5b5b5;
	margin-bottom: 20px;
	margin-top: 0;
}
.btn,
a.btn{
	background: #1d4ca1;
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 12px 30px;
	text-transform: uppercase;
}

.btn:hover,
.btn:focus,
.btn.focus{
	background: #333333 !important;
	color: #ffffff;
}

.btn + .btn{
	margin-left: 20px !important;
}

.search .btn{
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.search .btn .icon-search{
	display: none;
}
.btn-default,
a.btn-default{
	background: #006354;
	border: none;
	color: #ffffff;
	font-weight: 700;
	padding: 12px 30px;
	text-transform: uppercase;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{
	background: #333333;
	border: none;
	color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active{
	background: #006354;
	color: #ffffff;
}
.btn-orange,
.btn-link,
.btn-primary,
a.btn-primary{
	background: #006354;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 30px;
	text-transform: uppercase;
}
.btn-link,
a.btn-link{
	background: #333333;
	color: #ffffff;
}
.btn-orange,
a.btn-orange{
	background: #d98029;
	color: #ffffff;
}

a.btn-primary + a.btn-primary{
	clear: both;
	margin-top: 10px;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-link:hover,
.btn-link:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary{
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}
.btn-lg{
	border-width: 2px;
	font-size: 18px;
	padding: 16px 66px;
}
a.readmore{
	background: #006354;
	border: none;
	        border-radius: 2px;
	   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: -20px;
	padding: 20px 30px;
}
a.readmore:hover,
a.readmore:focus{
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}

section.readmore a.readmore:hover,
section.readmore a.readmore:focus{
	background: #333333;
	color: #ffffff;
}


section.readmore{
	text-align: left;
}

.blog a.readmore,
.blog section.readmore a.readmore{
	background: #006354;
	border: none;
	        border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	padding: 15px 30px;
	text-transform: uppercase;
}


.blog section.readmore a.readmore:hover,
section.readmore a.readmore:hover,
.blog section.readmore a.readmore:focus,
section.readmore a.readmore:focus{
	background: #333333;
	color: #ffffff;
}



.pagenav li > a{
	background: none;
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #111111;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	line-height: 1.2;
	padding: 0 0 15px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.pagenav li > a:hover,
.pagenav li > a:focus{
	background: none;
	color: #2f4d57;
}
label{
	font-weight: normal;
}
.container{
	position: relative;
}

/* Tools */

.height100{
	height: 100%;
}
.display-flex,
.row-eq-height{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	flex-wrap: wrap;
}

.row-eq-height:before{
	display: none;
}

.height100{
	height: 100%;
}

.iframe-container{
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.iframe-container iframe{
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/**/
ul.horizontal{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

ul.horizontal li{
	margin: 10px;
}


/* pagination  */

.pagination-wrap{
	border-top: none;
	margin-bottom: -30px;
	position: relative;
	text-align: center;
	top: -0;
}

.article-content div.pagination{
	border-top: none;
}

.pagination{
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	display: block;
	float: none;
	font-size: 0;
	padding: 0;
	text-align: left;
}

.article-content .pagination{
	padding: 0;
	text-align: center;
}

.article-content .pagination ul li,
.pagination > li{
	background: none;
	border: none;
	display: inline-block;
	float: none;
	font-size: 16px;
	margin: 0 5px;
	padding: 0;
}


.article-content .pagination ul li a,
.article-content .pagination ul li span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li > a,
.pagination > li > span,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
div.k2Pagination ul li a{
	background: none;
	border: 1px solid #c1c1c1;
	color: #181818;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 12px 15px;
}

ul.pagination li a{
	position: relative;
}

ul.pagination li a:before{
	border-left: 1px solid #ccc6c1;
	content: '';
	display: block;
	display: none;
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	z-index: 1;
}
ul.pagination li:nth-child(2) a:before{
	display: none;
}

.article-content .pagination > li:first-child > a,
.article-content .pagination > li:first-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span{
	background-color: transparent;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-right: 0;
	padding: 12px 15px;
	text-transform: uppercase;
}

.article-content .pagination > li:first-child > a:before,
.article-content .pagination > li:first-child > span:before,
.pagination > li:first-child > a:before,
.pagination > li:first-child > span:before{
	bottom: 0;
	content: '\f053';
	display: none;
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: inherit;
	text-indent: 0;
	top: 0;
}
.article-content .pagination > li:last-child > a,
.article-content .pagination > li:last-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span{
	background: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0;
	padding: 12px 15px;
	position: relative;
	text-transform: uppercase;
}

.article-content .pagination > li:last-child > a:before,
.article-content .pagination > li:last-child > span:before,
.pagination > li:last-child > a:before,
.pagination > li:last-child > span:before{
	bottom: 0;
	content: '\f054';
	display: none;
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	position: absolute;
	right: 0;
	text-decoration: inherit;
	text-indent: 0;
	top: 0;
}

.counter{
	display: none;
}

.article-content .pagination > li > a:hover,
.article-content .pagination > li > span:hover,
.article-content .pagination > li > a:focus,
.article-content .pagination > li > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{
	background: #006354;
	border-color: #c1c1c1;
	color: #ffffff;
}
.article-content .pagination ul li.active a,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
	background: transparent;
	background: #006354;
	border: 1px solid #c1c1c1;
	color: #ffffff;
	font-weight: bold;
}

.article-content .pagination > li:first-child > a:hover,
.article-content .pagination > li:first-child > span:hover,
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span :hover{
	background: none;
	color: #00512f;
}

.article-content .pagination > li:last-child > a:hover,
.article-content .pagination > li:last-child > span:hover,
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover{
	background: none;
	color: #00512f;
}


.module .custom{
	background: none !important;
}

/*
* SOCIALS
*/

/**/

.modulesocials ul.nav{
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.modulesocials ul.nav li{
	background: none;
	display: inline-block;
	margin: 0 !important;
	padding: 0;
	position: relative;
}

.modulesocials ul.nav li + li{
	border: none;
	margin-left: 15px !important;
}

.modulesocials ul.nav li:first-child{
	padding: 0;
}

.modulesocials ul.nav li a{
	border: none;
	        border-radius: 100px;
	   -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #ffffff;
	color: #2f4d57;
	font-family: FontAwesome;
	font-size: 18px;
	height: 40px;
	padding: 0;
	position: relative;
	text-decoration: none;
	text-indent: -9999em;
	text-transform: uppercase;
	width: 40px;

	-webkit-font-smoothing: antialiased;
}

.modulesocials ul.nav li a:before{
	background: none;
	font-family: FontAwesome;
	height: 40px;
	left: 0;
	left: 0;
	line-height: 36px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 0;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	width: 36px;
}

.modulesocials ul li:hover a:before,
.modulesocials ul li:focus a:before,
.modulesocials ul li:hover a,
.modulesocials ul li:focus a,
.modulesocials ul li a:hover,
.modulesocials ul li a:focus{
	background: none;
	border-color: transparent;
	color: #000000;
}
.modulesocials ul li.active a{
	color: #ffffff;
}
/* Topmenu */
.t3-topmenu{
	background: #2e7f73;
	position: relative;
}
.t3-topmenu::before{
	background: #006354;
	content: '';
	height: 34px;
	position: absolute;
	width: 142px;
	z-index: 1;
}

.topmenu1,
.topmenu2{
	float: right;
}

.topmenu ul.nav{
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.topmenu ul.nav li{
	background: none;
	display: inline-block;
	margin: 0 !important;
	padding: 0;
	position: relative;
}

.topmenu ul.nav li::before{
	border-left: 2px solid #ffffff;
	content: '';
	display: none;
	height: 14px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.topmenu ul.nav li a{
	background: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	font-size: 8px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;

	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
.topmenu .nav-pills > li.active > a,
.topmenu .nav-pills > li.active > a:hover,
.topmenu .nav-pills > li.active > a:focus,
.topmenu ul li:hover a,
.topmenu ul li:focus a,
.topmenu ul li a:hover,
.topmenu ul li a:focus,
.topmenu ul li.active a,
.topmenu ul li.open a{
	background: none;
	text-decoration: none;
}

.topmenu ul.nav li a:before{
	font-family: FontAwesome;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 0;
	width: 40px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.topmenu2 ul.nav li + li{
	margin: 0 !important;
}

.topmenu2 ul.nav li a{
	width: 34px;
}

.topmenu2 ul.nav li a:before{
	height: 34px;
	line-height: 34px;
	width: 34px;
}

.topmenu2 .module{
	margin-bottom: 0;
}

/**/

.logo-container{
	z-index: 999;
}

.logo-image{
	background: #006354;
	float: none;
	left: 0;
	max-width: 142px;
	min-height: 84px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 18px;
	position: absolute;
	text-align: left;
	top: -24px;
	z-index: 99;
}

.logo-img-affix{
	display: none;
}

.logo-image img{
}

.logo-img-small{
	display: none;
	height: 0;
}

.t3-header{
	background: #006354; /* url(../images/bg.jpg) repeat; */
	padding: 0;
	width: 100%;
	z-index: 999;
}

.scrollDown .t3-header{
	display: none;
}

.scrollUp .t3-header{
	display: block;
}

.t3-header.affix{
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	left: 0;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 99999999;
}

.t3-header.affix + div{
	margin-top: 40px;
}

.home .t3-header.affix + div{
	margin-top: 0;
}


.container-fluid{
	max-width: none !important;
}

.mainlogo{
	display: block;
	height: 94px;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 200px;
	z-index: 1000;
}


@media (min-width: 992px){
	.searchmod,
	.logo-img-small,
	.logo-img-normal{
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;
	}

	.home .t3-header.affix + div{
		margin-top: 0;
	}

	.t3-header.affix + div{
		margin-top: 74px;
	}

	.t3-header.affix .logo-img-small{
		display: inline-block;
		height: auto;
	}
}

/* MAIN MENU */
/* Off canvas */

.t3-off-canvas .t3-off-canvas-body .module-title{
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
}

.off-canvas-toggle{
	background: none;
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	margin-right: 0;
	margin-right: 0;
	margin-top: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	text-transform: uppercase;
	width: 60px !important;
}

.off-canvas-toggle img{
	height: auto;
	max-width: 100%;
}
.off-canvas-toggle:hover,
.off-canvas-toggle:focus{
	background: #ffffff !important;
	color: #2f4d57;
}
.off-canvas-toggle.affix{
	left: 0;
	position: fixed;
	top: 0;
}
.t3-off-canvas .t3-off-canvas-body{
	padding: 0;
}

.t3-off-canvas .t3-off-canvas-header{
	padding-left: 15px;
}

.t3-off-canvas .t3-off-canvas-body .nav > li > a{
	color: #000000;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 13px;
	padding-top: 13px;
	text-transform: none;
}

.t3-off-canvas .t3-off-canvas-body .nav > li > a:before{
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 5px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a{
	display: block;
	font-size: 16px;
}

.t3-off-canvas .t3-off-canvas-body .nav > li > a .caret{
	display: none;
}


.t3-off-canvas .t3-off-canvas-body .nav li:hover > a,
.t3-off-canvas .t3-off-canvas-body .nav li:focus > a,
.t3-off-canvas .t3-off-canvas-body .nav li.active > a{
	background: none;
	color: #2f4d57;
}

/**/
.t3-off-canvas .t3-off-canvas-header h2.t3-off-canvas-header-title{
	font-size: 18px;
}
.t3-off-canvas .t3-off-canvas-body .t3-module{
	margin-bottom: 30px;
}

.t3-off-canvas .t3-off-canvas-body .t3-module.nomargin{
	margin: 0;
}

/*
* Accordion menu
*/

ul.accordionMenu{
	border: none;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.t3-off-canvas .t3-off-canvas-body ul.accordionMenu ul.dropdown-menu{
	display: none;
	padding: 0;
}

ul.accordionMenu li{
	background: #ffffff;
	border-bottom: none;
	display: block;
	float: none;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}

ul.accordionMenu .nav-link{
	border-bottom: 1px solid #eeeeee;
	color: #006354;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 44px 10px 15px;
	position: relative;
	text-transform: uppercase;
	white-space: normal;
}

ul.accordionMenu li:hover .nav-link,
ul.accordionMenu li:focus .nav-link,
ul.accordionMenu .open .nav-link{
	background: #006354;
	color: #ffffff;
}

ul.accordionMenu li > span.accordion{
	background: none;
	-webkit-background-size: 14px 8px;
	   -moz-background-size: 14px 8px;
	     -o-background-size: 14px 8px;
	        background-size: 14px 8px;
	display: block;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	z-index: 2;
}

ul.accordionMenu li > span.accordion::before{
	border-bottom: 5px solid transparent;
	border-left: 6px solid #3f3f3f;
	border-right: none;
	border-top: 5px solid transparent;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 6px;
}
ul.accordionMenu li:hover > span.accordion::before,
ul.accordionMenu li:focus > span.accordion::before,
ul.accordionMenu .open > span.accordion::before{
	border-bottom: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #ffffff;
	content: '';
	height: 6px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 10px;
}

ul.accordionMenu .dropdown-menu > li > a.nav-link,
ul.accordionMenu .dropdown-menu > li.open > a.nav-link,
ul.accordionMenu .open .dropdown-menu > li > a.nav-link,
ul.accordionMenu .open .dropdown-menu .dropdown-header{
	background: none;
	border-bottom: 1px solid #eeeeee;
	color: #2b2b2b;
	font-weight: normal;
	line-height: 1.2;
	padding: 10px 44px 10px 25px;
	text-transform: none;
}

ul.accordionMenu .dropdown-menu > li:hover > a.nav-link,
ul.accordionMenu .dropdown-menu > li.open:hover > a.nav-link,
ul.accordionMenu .open .dropdown-menu > li:hover > a.nav-link,
ul.accordionMenu .dropdown-menu > li:focus > a.nav-link,
ul.accordionMenu .dropdown-menu > li.open:focus > a.nav-link,
ul.accordionMenu .open .dropdown-menu > li:focus > a.nav-link,
ul.accordionMenu .dropdown-menu > li.active > a.nav-link,
ul.accordionMenu .dropdown-menu > li.open.active > a.nav-link,
ul.accordionMenu .open .dropdown-menu > li.active > a.nav-link{
	background: #999999;
	color: #ffffff;
}

ul.accordionMenu .dropdown-menu .dropdown-menu > li > span.separator,
ul.accordionMenu .dropdown-menu .dropdown-menu > li > a.nav-link{
	padding-left: 30px;
}


ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu > li > span.separator,
ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a.nav-link{
	padding-left: 35px;
}


ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > span.separator,
ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a.nav-link{
	padding-left: 40px;
}


ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > span.separator,
ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a.nav-link{
	padding-left: 45px;
}




.modulelogo-image{
	padding: 15px 15px 10px 15px;
}


/* nav */

.megamenu-left{
	margin-right: 0;
	position: relative;
	right: 0;
	z-index: 999;
}

.megamenu-right{
	left: 50%;
	margin-left: 105px;
	position: absolute;
}

.t3-navbar .modulesocials{
	position: absolute;
	right: 0;
	top: 0;
}

.navbar{
	min-height: inherit !important;
}

#t3-mainnav{
	background: none;
	left: 0;
	position: relative;
	top: 0;
	z-index: 100;
}

.navbar-default{
	background: none;
	border: none;
}

.navbar-default{
	background: none;
	border: none !important;
}

.navbar-default li.dropdown{
	background: none;
}

.navbar-default .navbar-nav{
	float: right;
	font-size: 0;
}

.navbar-default .navbar-nav > li{
	background: none;
	display: inline-block;
	float: none;
	margin-left: 0;
	padding: 0;
	position: relative;
}

.navbar-default .navbar-nav > li:first-child{
	border: none;
}

.navbar-default .navbar-nav > li > a{
	border-top: none;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	padding: 38px 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li.dropdown:before{
	background: url(../images/caret.png) no-repeat;
	content: '';
	display: none;
	height: 7px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 5px;
}

.navbar-default .navbar-nav > li:first-child:before{
	display: none;
}

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


.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret,
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret,
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret{
	display: none;
}

.dropdown-menu{
	background: #ffffff;
	border-color: transparent;
	border-radius: 0;
}

.dropdown-submenu > .dropdown-menu{
	border-radius: 0;
}

.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a{
	color: #2b2b2b;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 700;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.t3-megamenu .mega-nav > li a:hover,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
	background: #006354;
	color: #ffffff ;
}


.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus,
.mega-nav .open > a,
.mega-nav .open > a:hover,
.mega-nav .open > a:focus{
	background: none;
	color: #006354 !important;
}

.dropdown-submenu > a:after{
	border: none;
}

.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li{
	background: none;
	padding: 0;
}

/* banner */

.t3-banner{
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	margin-bottom: -53px;
	overflow: hidden;
	position: relative;
}

.t3-banner:before,
.t3-banner:after{
	content: '';
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 50%;
}


.banner{
	position: relative;
}

.banner .item{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	position: relative;
}
/*
.banner .item a.slider-link{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-indent: -9999em;
	top: 0;
	z-index: 2;
}

.banner-intro{
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	left: 50%;
	padding: 0 50px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 100%;
}
*/
.banner-intro-inner{
	color: #ffffff;
	font-size: 16px;
	padding: 30px 30px 70px 30px;
	text-align: center;
}

.mainslider-img h2,
.banner-intro h2{
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 0 0 20px #000000;
	text-transform: uppercase;
}

.mainslider-img{
	position: relative;
}

.mainslider-img h2{
	left: 50%;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.banner-intro span{
	color: #2f4d57;
	text-decoration: none !important;
}

.banner-intro .slide-link a.btn{
	background: #ffffff;
	border: none;
	color: #2f4d57;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}


.slide-link a:hover,
.slide-link a:focus{
	background: #333333;
	color: #ffffff !important;
}

.slide-link a:hover:after,
.slide-link a:focus:after{
	background-color: #00512f;
}

.banner .owl-theme .owl-nav{
	height: 0;
	margin: 0;
	position: absolute;
	top: 30%;
	width: 100%;
	z-index: 10;
}

.banner .owl-carousel .owl-nav button.owl-next,
.banner .owl-carousel .owl-nav button.owl-prev{
	background: url(../images/prev.png) center center no-repeat;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	display: block;
	font-size: 30px;
	font-weight: 100;
	height: 34px;
	left: 10px;
	line-height: 34px;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	text-align: center;
	text-indent: -2px;
	text-indent: -9999em;
	top: -17px;
	width: 34px;
}

.banner .owl-carousel .owl-nav button.owl-next{
	background: url(../images/next.png) center center no-repeat;
	left: auto;
	right: 10px;
}

.banner .owl-carousel .owl-nav button.owl-next:hover,
.banner .owl-carousel .owl-nav button.owl-prev:hover,
.banner .owl-carousel .owl-nav button.owl-next:focus,
.banner .owl-carousel .owl-nav button.owl-prev:focus{
	outline: none;
}

.banner .owl-carousel .owl-nav button.owl-next span,
.banner .owl-carousel .owl-nav button.owl-prev span{
	display: block;
	height: 100%;
	line-height: 30px;
	width: 100%;
}

.banner .owl-theme .owl-dots{
	background: none;
	bottom: -10px;
	padding-bottom: 0;
	padding-top: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.banner .owl-theme .owl-dots .owl-dot span{
	background: none;
	border: 2px solid #00512f;
}

.banner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot:hover span{
	background: #00512f;
}

@media (max-width: 991px){
	.banner .item{
		background: #006354!important;
	}
}

/* Banner inner */



.t3-banner-inner{
	color: #ffffff;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: right;
	text-align: left;
}

.t3-banner-inner .container{
	height: 100%;
}

.t3-banner-inner .module-title-bg{
	font-size: 1.3rem;
	left: 0;
	padding: 25px 15px 30px;
	right: 0;
	text-align: center;
	text-shadow: 0 0 20px #000000;
	text-transform: uppercase;
	z-index: 5;
}


.banner-inner::before{
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	/* content: ''; */
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.banner-inner .t3-module{
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
	margin-bottom: 0;
	/* padding-bottom: 22%; */
	position: relative;
}


.banner-inner .banner-inner-bg{
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	margin-bottom: 0;
}

.banner-inner .module-title{
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 0;
}

/* Home */

/* t3-cta */

.t3-cta{
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 7px;
	min-height: 53px;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 100;
}

.t3-cta:before{
	background-image: url(../images/discovery-bg-mobile.png);
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	   -moz-background-size: auto 100%;
	     -o-background-size: auto 100%;
	        background-size: auto 100%;
	content: '';
	height: 53px;
	left: 0;
	position: absolute;
	top: 0;
	width: 57px;
}

.t3-cta .container{
	position: static;
}

.t3-cta .module{
	margin: 0;
	padding: 6px 50px 5px;
}

.t3-cta h3.module-title{
	font-size: 14px;
	margin: 0;
}

.t3-cta p{
	font-size: 11px !important;
	margin: 0;
}

.t3-cta a{
	display: block;
	font-size: 8px;
	font-weight: bold;
	padding: 16px 10px 15px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	white-space: normal;
	width: 57px;
}

.t3-cta a:hover,
.t3-cta a:focus{
	background: #527c84;
	color: #ffffff;
	text-decoration: none;
}

/* t3-quick-tour */

.quick-tour{
	background: #ffffff;
	overflow: hidden;
}


.youtube-link{
	position: relative;
}

.youtube-link:before{
	background-image: url(../images/youtube-play.png);
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	content: '';
	height: 44px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 58px;
}
.quick-tour-content .module{
	padding: 0 15px 15px;
	text-align: center;
}

.quick-tour-content h3.module-title{
	color: #006354;
	font-size: 26px;
}

.quick-tour-content h4{
	font-size: 14px;
}

/* t3-explore */

.t3-explore{
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 30px;
}

.t3-explore .module{
	margin-bottom: 0;
}

.t3-explore h3.module-title{
	color: #006354;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.explore-des{
	padding: 0 15px 40px;
	text-align: center;
}

.t3-explore h3.module-title strong{
	background: url(../images/dink.png) center bottom no-repeat;
	color: #006354;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
	padding-bottom: 40px;
	text-transform: uppercase;
}

.explore-item-image h4{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	margin: 0;
	padding-bottom: 100%;
}

.explore-item{
	background: #f8f8f8;
	height: 100%;
}

.explore-item-content{
	padding: 15px;
	text-align: center;
}

.explore-item-content h2,
.explore-item-content h2 a{
	color: #1c1c1c;
}

.explore-item-content a.explore{
	font-weight: bold;
	text-transform: uppercase;
}

.explore-item-content a.explore:hover,
.explore-item-content a.explore:focus{
	text-decoration: none;
}

.t3-explore .owl-theme .owl-nav{
	display: none;
}

.t3-explore .owl-theme .owl-dots{
	margin-top: 15px;
}

.t3-explore .owl-theme .owl-dots .owl-dot span{
	background: #2f4d57;
}

.t3-explore .owl-theme .owl-dots .owl-dot.active span,
.t3-explore .owl-theme .owl-dots .owl-dot:hover span{
	background: #006354;
}
/* t3-advantages */

.t3-advantages{
	background: #1d4ca1;
	color: #ffffff;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 30px;
}

.t3-advantages .module{
	margin-bottom: 0;
}

.t3-advantages h3.module-title{
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.t3-advantages h3.module-title strong{
	background: url(../images/dink-white.png) center bottom no-repeat;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
	padding-bottom: 40px;
	text-transform: uppercase;
}

.advantage-item{
	padding-left: 50px;
	padding-right: 15px;
	position: relative;
}

.advantage-item-icon{
	font-size: 30px;
	left: 5px;
	position: absolute;
	top: -5px;
}

.event-item-content h2{
	color: #ffffff;
	font-weight: 300;
}
/* t3-vision */

.t3-vision{
	background: #f8f8f8;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}

.t3-vision .module{
	margin-bottom: 0;
}

.t3-vision .module .module-ct{
	font-size: 18px !important;
	padding: 0 15px;
}

.t3-vision h3.module-title{
	color: #006354;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.t3-vision h3.module-title strong{
	background: url(../images/dink.png) center bottom no-repeat;
	color: #2f4d57;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
	padding-bottom: 40px;
	text-transform: uppercase;
}


/* t3-testimonials */

.t3-testimonials{
	background: #006354;
	color: #ffffff;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}

.t3-testimonials .module{
	margin-bottom: 0;
}

.t3-testimonials .module .module-ct{
	font-family: 'Old Standard TT', serif;
	font-size: 20px;
	font-style: italic;
	padding: 0 15px;
}

.t3-testimonials h3.module-title{
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.t3-testimonials h3.module-title strong{
	background: url(../images/dink-white.png) center bottom no-repeat;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
	padding-bottom: 40px;
	text-transform: uppercase;
}

.t3-testimonials .slider-nav{
	display: none;
}

.t3-testimonials h4{
	border-bottom: 2px solid #ffffff;
	clear: both;
	color: #ffffff;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	padding: 0 0 5px;
}

.t3-testimonials p{
	line-height: 2;
}

.viewAllTestimonials{
	background: url(../images/view-all.png) center center no-repeat;
	margin-top: 50px;
}

.viewAllTestimonials a{
	color: #ffffff;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.viewAllTestimonials a:hover,
.viewAllTestimonials a:focus{
	color: #1c1c1c;
}

/*
* NEWS EVENTS
*/

.t3-news-events{
	background: #f8f8f8;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}



.t3-news-events h3.module-title{
	color: #006354;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.t3-news-events h3.module-title strong{
	background: url(../images/dink.png) center bottom no-repeat;
	color: #2f4d57;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
	padding-bottom: 40px;
	text-transform: uppercase;
}
.t3-news-events .t3-module{
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
}

.t3-news-events a.news_title{
	color: #181818;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.t3-news-events a.news_title:hover,
.t3-news-events a.news_title:focus{
	color: #2f4d57;
	text-decoration: none;
}

.t3-news-events .item-content .btn{
	background: none;
	color: #006354;
	padding: 0;
}

.t3-news-events .owl-theme .owl-dots .owl-dot span{
	background: #006354;
}

.t3-news-events .owl-theme .owl-dots .owl-dot.active span,
.t3-news-events .owl-theme .owl-dots .owl-dot:hover span{
	background: #006354;
}

.latestnews-item{
	background: #f7f7f7;
	border-bottom: 5px solid #006354;
	margin-bottom: 30px;
	padding: 20px 20px 0 20px;
}

.latestnews-item .news_intro_image{
	margin: 0;
}

.latestnews-item .news_intro_image h4{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	margin: 0;
	overflow: hidden;
	padding: 56.25% 0 0 0;
}


.latestnews-item .intro_text{
	padding: 0 0 20px;
}

.intro_text h3{
	color: #4c4c4c;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: none;
}

.latestnews-item .readmore{
	background: #006354;
	        border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	line-height: 1;
	padding: 15px 20px;
	text-transform: uppercase;
}

.latestnews-item .readmore:hover,
.latestnews-item .readmore:focus{
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}

.linktocat{
	padding-bottom: 0;
	padding-top: 30px;
	text-align: center;
}

.t3-news-events .owl-theme .owl-dot{
	display: none;
}
/*
.linktocat a{
	background: none;
	border: none;
	border: 2px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	text-transform: uppercase;
}


.linktocat a:hover,
.linktocat a:focus{
	background: #ffffff;
	color: #2f4d57;
}
*/
.blog-carousel .item{
	background: #ffffff;
	height: 100%;
	width: 100%;
}

.blog-carousel .item-content{
	font-size: 1rem;
	padding: 20px;
}

.blog-carousel .item-content .readmore{
	margin-bottom: 0;
	margin-top: -10px;
}

.blog-carousel .item h6{
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
	margin: 0;
	padding-bottom: 72%;
	position: relative;
}

.blog-carousel .item h6 a{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.blog-carousel .item h3.title{
	background: none;
	color: #000000;
	font-size: 1rem;
	margin: 0;
	padding: 0 0 10px;
}

.blog-carousel .item h3.title a{
	color: #1c1c1c;
	font-size: 20px;
	font-weight: 300;
}

.blog-carousel .item h3.title a:hover,
.blog-carousel .item h3.title a:focus{
	color: #006354;
}

.blog-carousel .item a:hover,
.blog-carousel .item a:focus{
	background: none !important;
	color: #006354;
	text-decoration: none;
}

.blog-carousel .item .readmore a{
	background: url(../images/sidebar-arrow.png) no-repeat right 17px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	padding-right: 20px;
	text-transform: uppercase;
}

.blog-carousel .item .readmore a:hover,
.blog-carousel .item .readmore a:focus{
	background-position: right -134px;
	color: #333333;
}

.t3-news-events .owl-carousel .owl-stage{
	display: flex;
}
.t3-news-events .owl-carousel .owl-item{
	display: flex;

	flex: 1 0 auto;
}

.t3-news-events .owl-theme .owl-nav.disabled + .owl-dots{
	margin-top: 20px;
}


/* Bottom */
.bottom{
	background: none;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.bottom .t3-module{
	margin-bottom: 0;
}

.bottom h3.module-title{
	color: #006354;
	font-size: 20px;
	margin-bottom: 20px;
}


.bottom-modules h4{
	margin: 0 0 20px 0;
}

.bottom1{
	background: none;
	padding-bottom: 10px;
	padding-top: 25px;
}


.bottom2 .module{
	background: #006354;
	color: #ffffff;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}

.bottom2 h3.module-title{
	color: #ffffff;
}


.bottom2 a{
	color: #ffffff;
}

.bottom2 .btn{
	background: #ffffff;
	color: #006354;
}

.bottom2 .btn:hover,
.bottom2 .btn:focus{
	background: url(../images/bg.jpg) repeat;
	color: #ffffff;
}

.bottom3{
	padding-bottom: 10px;
	padding-top: 25px;
}

.rsform h2{
	display: none;
}

.rsform .control-label{
	display: none;
}

.rsform-submit-button.btn-primary{
	background: none;
	border: 1px solid #333333;
	color: #333333;
	padding: 10px 30px;
}
.rsform-submit-button.btn-primary:hover,
.rsform-submit-button.btn-primary:focus{
	background: #333333;
	color: #ffffff;
}

.rsform-block-name .formControls,
.rsform-block-email .formControls{
	position: relative;
}

.rsform-block-name input[type=text],
.rsform-block-email input[type=text]{
	padding-right: 60px;
}

.rsform-block-name .formControls:before,
.rsform-block-email .formControls:before{
	/*--adjust as necessary--*/
	color: #23292c;
	content: '\f000';
	font-family: FontAwesome;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	padding-right: 0;
	position: absolute;
	right: 0;
	text-decoration: inherit;
	top: 0;
	width: 40px;
}

.rsform-block-name .formControls:before{
	content: '\f007';
}

.rsform-block-email .formControls:before{
	content: '\f0e0';
}

/**/
.t3-footer{
	background: #1d4ca1;
	background-position: top center;
	border: none;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
	padding-top: 30px;
	position: relative;
	text-align: center;
	z-index: 3;
}
.t3-footer .t3-module{
	margin-bottom: 0;
	overflow: hidden;
}
.t3-footer .module-title{
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}

.t3-footer .module-title strong{
	color: #ffffff;
}


.t3-footer .module-title span.border{
	display: none;
}


.t3-footer a:hover,
.t3-footer a:focus{
	color: #ffffff;
}
.t3-footer img{
	height: auto;
	max-width: 100%;
}

.footer a{
	color: #ffffff;
}
.footer a:hover,
.footer a:focus{
	color: #ffffff;
	text-decoration: underline;
}


.footer{
	font-size: 16px !important;
	padding-bottom: 0;
	padding-top: 0;
}

.footer .nav{
	font-size: 16px;
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
.footer .nav > li{
	background: none;
	border: none;
	display: block;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}


.footer .nav span,
.footer .nav > li > a{
	background: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 0 5px 30px;
	position: relative;
	text-decoration: underline;
	text-transform: none;

	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.footer .nav > li:first-child > a{
	padding-top: 0;
}

.footer3 .nav > li > a{
	margin: 0;
	padding-left: 0;

	-webkit-font-smoothing: auto;
}
.footer .nav span:before,
.footer .nav > li > a:before{
	background: none;
	        border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	font-family: FontAwesome !important;
	left: 0;
	position: absolute;
	text-align: center;
	top: 6px;
	width: 30px;
}

.footer .nav > li:first-child{
	border: none;
}

.footer .nav span{
	display: block;
}

.footer .nav > li + li{
	margin: 0;
}
.footer .nav > li > a:hover,
.footer .nav > li > a:focus,
.footer .nav > li.active > a,
.footer .nav > li.active > a:hover,
.footer .nav > li.active > a:focus{
	background: none;
	color: #000000;
	text-decoration: none;
}
.footer .nav > li > a:hover,
.footer .nav > li > a:focus{
	background: none;
	color: #ffffff;
	text-decoration: none;
}

.footer3 .nav > li{
	padding-left: 0;
}


.footer3 .nav > li:before{
	color: #ffffff;
	content: '\f054';
	display: none;
	font-family: FontAwesome;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	height: 14px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 8px;
	width: 30px;
}


.footer1{
	background: none;
	padding-top: 20px;
	position: relative;
	text-align: center;
}

.footer2,
.footer3{
	padding-top: 0;
}

.footer2 img{
	max-width: 50%;
}

/*form-search*/

.form-search{
	background: none;
	position: relative;
}

.form-search input[type='search']{
	padding-right: 50px;
	width: 100%;
}

.form-search .button{
	background: none;
	border: none;
	font-size: 18px;
	height: 40px;
	line-height: 38px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

.form-search .button:hover,
.form-search .button:focus{
	background: none;
	border: none;
	color: #c70752;
	outline: none;
}


.footer1 .t3-module{
	margin-bottom: 20px;
}


/**/
.t3-copyright{
	background: none;
	border-top: 1px solid #325ca9;
	color: #ffffff;
	font-size: 10px;
	padding: 0;
	text-align: center;
	text-transform: none;
}
.copyright{
	margin-bottom: 0;
	overflow: hidden;
	padding: 20px 0;
}
.t3-copyright p{
	margin-bottom: 0;
}

.t3-copyright a{
	color: #ffffff;
	text-decoration: underline;
}
/**/

.back-to-top.reveal{
	cursor: pointer;
	opacity: 1;

	filter: alpha(opacity=1);
}

.back-to-top{
	background: #006354;
	border: none;
	        border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	bottom: 20px;
	color: #ffffff;
	font-size: 24px;
	height: 45px;
	line-height: 43px;
	margin: 0;
	opacity: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 350ms;
	   -moz-transition: opacity 350ms;
	     -o-transition: opacity 350ms;
	        transition: opacity 350ms;
	width: 45px;
	z-index: 1000;

	filter: alpha(opacity=0);
}

.back-to-top:hover,
.back-to-top:focus{
	background: #333333;
}


/* Sidebar */

.t3-sidebar{
	padding-bottom: 0;
	padding-top: 10px;
}


.t3-sidebar-inner{
	border: 0;
	padding: 0;
}
.t3-sidebar .module-title{
	background: none;
	color: #1c1c1c;
	font-size: 24px;
	font-weight: 400;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
	padding: 0;
	position: relative;
	text-align: left;
}
.t3-sidebar .t3-module{
	background: #ffffff;
	border: 1px solid #006354;
	color: #1c1c1c;
	font-weight: normal;
	margin-bottom: 30px;
	padding: 25px 30px 10px;
	position: relative;
}

.t3-sidebar .t3-module a{
	/* color: #006354; */
}

.t3-sidebar .t3-module a:hover,
.t3-sidebar .t3-module a:focus{
	/* color: #1d4ca1; */
	text-decoration: underline;
}

.t3-module.dark{
	background: #006354;
	color: #ffffff;
	padding: 40px 30px 20px;
	text-align: center;
}

.t3-module.dark .module-inner h3.module-title{
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.t3-module.dark .btn{
	background: #ffffff;
	color: #006354;
	text-decoration: none;
}

.t3-module.dark .btn:hover,
.t3-module.dark .btn:focus{
	background: #006354 !important;
	color: #ffffff;
	text-decoration: none;
}

.t3-module.bordered{
	background: #ffffff;
	border: 1px solid #eaeaea;
	padding-bottom: 40px;
	position: relative;
}

.t3-module.bordered .module-inner a.btn{
	background: #006354;
	bottom: 0;
	color: #ffffff;
	left: 0;
	position: absolute;
	right: 0;
}

.t3-module.bordered .module-inner a.btn:hover,
.t3-module.bordered .module-inner a.btn:focus{
	background: url(../images/bg.jpg) center center repeat !important;
	color: #ffffff;
	text-decoration: none;
}

.t3-sidebar .t3-module.modulegreen{
	background: #c3d8a4;
}


.t3-sidebar .t3-module.moduleorange{
	background: #e27226;
	color: #ffffff;
}

.t3-sidebar .t3-module.moduleorange .module-title{
	color: #ffffff;
}
.t3-sidebar .t3-module.moduleorange .btn{
	background: #ffffff;
	color: #e27226;
}
.t3-sidebar .module-title::before{
	border-bottom: 14px solid transparent;
	border-left: 14px solid #ffffff;
	border-right: none;
	border-top: 14px solid transparent;
	content: '';
	display: none;
	height: 28px;
	left: -30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 14px;
}

.t3-sidebar .t3-module .module-ct{
	padding: 0;
}

.t3-sidebar .t3-module.moduleredbox{
	background: #c70752;
	color: #ffffff;
	padding: 30px 20px;
	text-align: center;
}

.t3-sidebar .t3-module.moduleredbox .module-title{
	color: #ffffff;
}

.modulenobg .module-ct{
	background: none;
	border: none;
	padding: 0;
}
.t3-sidebar .t3-module .custom{
	background: none !important;
}

.t3-sidebar ul,
.t3-sidebar .module-ct > ul.nav{
	list-style: none;
	margin: 0;
}

.t3-sidebar ul li{
	background: none;
	display: block;
	padding: 0;
	position: relative;
}

.t3-sidebar ul li:before{
	border-bottom: 4px solid transparent;
	border-left: 5px solid #5d5d5d;
	border-right: none;
	border-top: 4px solid transparent;
	content: '';
	display: none;
	height: 8px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 5px;
}

.t3-sidebar ul li:hover,
.t3-sidebar ul li:focus,
.t3-sidebar ul li.active{
	background: none;
	display: block;
	padding: 0;
}

.t3-sidebar ul li a{
	border-bottom: 1px solid #eaeaea;
	border-radius: 0;
	color: #333333;
	display: block;
	font-weight: normal;
	font-weight: 500;
	padding: 14px 0;
	text-decoration: none;
}

.t3-sidebar ul li:hover a,
.t3-sidebar ul li:focus a,
.t3-sidebar ul li.active a,
.t3-sidebar ul li.active a:hover,
.t3-sidebar ul li.active a:focus,
.t3-sidebar ul li a:hover,
.t3-sidebar ul li a:focus{
	background: none;
	color: #006354;
}

.t3-sidebar .module_style2 ul li:before{
	display: none;
}

.t3-sidebar .module_style2 ul li  a{
	padding-left: 0;
}

.t3-sidebar .module_style2 .module-title{
	margin-bottom: 40px;
	position: relative;
}

.t3-sidebar .module_style2 .module-title::before{
	background: #006354;
	bottom: -22px;
	content: '';
	height: 22px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}


.t3-sidebar .tagspopular ul{
	border: none;
}

.t3-sidebar .tagspopular ul li{
	border: none;
	display: inline-block;
}

.t3-sidebar .tagspopular ul li:before{
	display: none;
}

.t3-sidebar .tagspopular ul li a{
	background: none;
	color: #989898;
	font-size: 14px;
	padding: 5px 10px 5px 0;
	text-transform: uppercase;
}

.t3-sidebar .tagspopular ul li a:hover,
.t3-sidebar .tagspopular ul li a:focus{
	color: #c70752;
}


/**/


/* Content */

#t3-mainbody{
	background: #ffffff;
}


.t3-mainbody{
	padding-top: 30px;
}

.t3-mainbody img{
	height: auto;
	max-width: 100%;
}

.t3-content{
	color: #141414;
	padding-bottom: 20px;
	padding-top: 0;
}

img.pull-left,
img.pull-right{
	clear: both;
	display: block;
	float: none !important;
	margin-bottom: 10px;
}

.news_intro_image_none{
	margin-bottom: -10px;
}

.page-header{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.article-title,
.article-header h1,
h1.page-title{
	color: #1c1c1c;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}

h1.page-title{
	font-size: 30px;
	margin: 0 0 20px 0;
}
.article-header{
	padding: 0 0 10px 0;
}

.fields-container{
	display: none;
}

.article-title small,
.article-header h1  small,
h1.page-title  small{
	color: #2c3e50;
	display: block;
	font-size: 100%;
	font-weight: 300;
}

.article-title span.red,
.article-header h1 span.red,
h1.page-title span.red{
	color: #006354;
	font-size: 100%;
}

h1,
.article-title a,
.article-header h1 a,
.article-title a:hover,
.article-header h1 a:hover,
.article-title a:focus,
.article-header h1 a:focus,
.search h1.page-title,
div.itemHeader h2.itemTitle{
	color: #1c1c1c;
	display: block;
	text-transform: uppercase;
}

h2.article-title{
	clear: both;
	color: #000000;
	font-weight: bold;
	margin: 20px 0;
	text-decoration: none;
}

.blog .article-header h2.article-title{
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
}
.article-header h2.article-title,
.article-header h2.article-title a{
	color: #000000;
	display: block;
}

.article-header h2.article-title a:hover,
.article-header h2.article-title a:focus{
	color: #333333;
}
.article-header h2.article-title{
	margin: 0;
	overflow: hidden;
}
.item-page .article-header h2.article-title{
	margin: 0;
	overflow: hidden;
}

.news_intro_image{
	margin: 0;
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 10px;
}



.news_intro_image img{
	display: block;
	width: 100%;
}

.blog .news_intro_image img{
	display: none;
	width: 100%;
}

.news_intro_image .item-image,
.news_intro_image a{
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}

h3.blog-image{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	margin: 0;
	padding: 0 0 56% 0;
	position: relative;
}

h3.blog-image a{
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.article-tags .tags:before{
	display: none;
}
td,
tr td{
	border: none;
}
form td{
	padding-bottom: 30px;
}
blockquote{
	background: none;
	border: none;
	font-style: italic;
	font-weight: 600;
	margin: 10px 0;
	padding: 30px 0;
	position: relative;
}

blockquote h4{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
.search h1.page-title{
	margin-bottom: 20px;
}
.search .btn-default{
	background: none;
	border: 1px solid #cccccc;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #000000;
	font-size: 14px;
	height: 45px;
	line-height: 43px;
	padding-bottom: 0!important;
	padding-top: 0!important;
}

h2.article-title{
	margin: 0;
}
.article-image-full{
	float: none !important;
}
.article-image-full img{
	height: auto;
	width: 100%;
}


.items-row .item{
	background: none;
	border-bottom: 1px solid #b2b2b2;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
}

.items-row .item .intro_text{
	clear: both;
	margin: 0;
	padding: 15px 0 30px;
}

.items-row .item .readmore{
	text-align: left;
}

.items-row .item .readmore .btn{
	border: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 1rem;
	padding: 10px 20px;
}


.items-row .item .readmore .btn:hover,
.items-row .item .readmore .btn:focus{
	background: #333333 !important;
	color: #ffffff;
}

.article-content{
	padding: 0;
}

.t3-sidebar .t3-module.greenbg{
	background: #00512f;
	color: #ffffff;
	padding: 30px 20px 20px;
	text-align: center;
}

.t3-sidebar .t3-module.greenbg h3.module-title{
	color: #ffffff;
	text-align: center;
}

.t3-sidebar .t3-module.greenbg .btn{
	background: #00512f;
	position: relative;
}

.t3-sidebar .t3-module.greenbg .btn::after{
	background: #ffffff;
	bottom: -14px;
	content: '';
	height: 14px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 114px;
}

.t3-sidebar .t3-module.greenbg .btn:hover,
.t3-sidebar .t3-module.greenbg .btn:focus{
	background: none !important;
	color: #006354;
}

.pop-search .aikonsearch-trigger{
	display: none;
}

/* Submenu */

.submenu{
	background: #006354;
	border-top: 1px solid #ffffff;
}

.submenu .navbar-nav{
	float: none;
	text-align: center;
}

.submenu .navbar-nav > li{
	display: inline-block;
	float: none;
	padding: 0;
}

.submenu .navbar-nav > li > a{
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 40px;
	padding-top: 40px;
	text-transform: uppercase;
}

.submenu .navbar-nav > li > a:hover,
.submenu .navbar-nav > li > a:focus,
.submenu .navbar-nav > li.open > a,
.submenu .navbar-nav > li.active > a{
	color: #000000;
}

.submenu .nav > li > a:hover,
.submenu  .nav > li > a:focus{
	background: none;
}

.submenu .t3-megamenu .mega-nav > li a,
.submenu .t3-megamenu .dropdown-menu .mega-nav > li a{
	font-size: 15px;
}


input.rsform-calendar-box{
	display: inline-block!important;
	width: auto!important;
}

.visitor-form .rsform-block-checkindate,
.visitor-form .rsform-block-dna,
.visitor-form .rsform-block-arrived{
	display: none!important;
}

.directoryRow.odd{
	background: #eeeeee;
}

.form-inline .input-group.display-flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-bottom: 40px;

	flex-wrap: nowrap;
}

.form-inline .input-group.display-flex .btn{
	font-size: 14px;
	padding-bottom: 9px;
	padding-top: 9px;
}

.edit.item-page .btn{
	margin-top: 10px;
	padding-bottom: 9px;
	padding-top: 9px;
}

.edit.item-page .field-calendar .btn{
	margin-top: 0;
}

.edit.item-page .js-calendar .btn{
	color: #ffffff;
	line-height: 1.5;
	padding: 5px 10px;
}

.edit .inputbox,
.edit input[type='text'],
.edit select.inputbox,
.edit select{
	font-size: 14px;
}


.edit.item-page .btn [class^='icon-']{
	display: none;
}

.edit-link > a{
	background: #006354;
  font-size: 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.edit-link > a:hover{
	background: #1d4ca1;
}

.edit-link > a div{
	display: none;
}

/* Responsive */

@media (max-width: 991px){
	.container-xs-fluid{
		padding: 0;
		width: 100%;
	}
}

@media (max-width: 767px){
	.row-eq-height{
		display: block;
	}
}



/* Small devices (tablets, 768px and up) */

@media (min-width: 570px){
	.t3-cta .module{
		padding-top: 14px;
	}
}

@media (min-width: 768px){
	html{
		font-size: 16px;
	}

	.logo-image{
		min-height: 94px;
		padding-top: 23px;
		top: -34px;
	}


	h3.module-title{
		font-size: 2rem;
	}

	.topmenu ul.nav li a{
		font-size: 13px;
		font-weight: bold;
		height: 34px;
		line-height: 34px;
		padding: 0 15px;
	}

	.navbar-header{
		float: none;
	}


	.banner .item{
	}

	.banner-intro .slide-link a,
	.banner-intro{
		font-size: 1rem;
	}

	.banner-intro h2{
		font-size: 2rem;
	}

	.t3-banner-inner .module-title-bg{
		font-size: 2rem;
		padding: 50px 15px 70px;
	}

	.t3-cta{
		font-size: 10px;
	}

	.youtube-link{
		display: block !important;
	}

	.youtube-link img{
		width: 100%;
	}

	.t3-explore .t3-module{
		padding-left: 30px;
		padding-right: 30px;
	}

	.owl-carousel .owl-stage{
		display: flex;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px){
	html,
	body{
		font-size: 16px;
	}

	.logo-image{
		max-width: none;
		min-height: 120px;
		padding-bottom: 14px;
		padding-left: 15px;
		padding-right: 60px;
		padding-top: 16px;
		top: -34px;
	}

	.logo-image img{
		max-width: 200px;
	}

	.t3-topmenu::before{
		display: none;
	}

	.t3-topmenu .container::before{
		background: #006354;
		content: '';
		height: 34px;
		left: -500vw;
		position: absolute;
		width: 500vw;
		z-index: 1;
	}

	.topmenu ul.nav{
		margin: 0;
		text-align: right;
	}

	.topmenu ul.nav li:last-child{
		position: static;
	}

	.topmenu ul.nav li a{
		padding-left: 15px;
		padding-right: 15px;
	}


	.off-canvas-toggle{
		background: none;
		border: none;
		        border-radius: 0;
		   -moz-border-radius: 0;
		-webkit-border-radius: 0;
		color: #ffffff;
		display: block;
		font-size: 50px;
		font-weight: 700;
		height: 90px;
		line-height: 90px;
		margin-right: 0;
		margin-right: 0;
		margin-top: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
		text-transform: uppercase;
		width: 90px !important;
	}

	.banner-intro{
		bottom: 0;
		color: #ffffff;
		display: flex;
		font-size: 30px;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;

		align-items: center;
		justify-content: center;
	}

	.banner-intro-inner{
		color: #ffffff;
		font-size: 24px;
		padding: 30px 30px 80px 30px;
		text-align: left;
		text-shadow: 2px 2px 2px #666666;
	}

	.banner-intro h2{
		color: #ffffff;
		font-size: 44px;
		text-shadow: 2px 2px 2px #666666;
	}

	.banner .item{
		height: 780px;
		padding-bottom: 0;
		position: relative;
	}

	.banner-intro .slide-link a.btn{
		background: #006354;
		color: #ffffff;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		padding: 0 40px;
	}

	.owl-carousel .owl-item img.slideImg{
		display: none;
	}

	.banner .owl-theme .owl-nav{
		top: 50%;
	}

	.banner .owl-carousel .owl-nav button.owl-next,
	.banner .owl-carousel .owl-nav button.owl-prev{
		margin-top: 0;
	}

	.t3-banner-inner .module-title-bg{
		font-size: 3rem;
		padding: 50px 15px 50px;
	}

	.t3-mission{
		padding-bottom: 0;
		padding-top: 50px;
	}

	.t3-get-started .leftDiv{
		padding-bottom: 50px;
		padding-top: 50px;
		text-align: right;
	}

	.t3-get-started .rightDiv{
		padding-bottom: 0;
		padding-top: 50px;
		text-align: left;
	}

	.t3-get-started .rightDiv .module{
		padding: 0 40px;
	}

	.t3-steps{
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.t3-steps .module-title{
		margin-bottom: 50px;
	}

	.t3-steps ul.nav{
		display: flex;
		font-size: 0;
		margin-right: -43px;
		vertical-align: top;
	}

	.t3-steps ul.nav li{
		font-size: 1rem;
		min-width: auto;
		padding: 0 43px 0 0;
		vertical-align: top;
		width: 20%;
	}

	.t3-steps ul.nav li:before{
		font-size: 3rem;
	}

	.t3-process{
		padding-bottom: 50px;
		padding-top: 50px;
		text-align: left;
	}

	.t3-process .module{
		margin-bottom: 0;
	}

	.t3-date-fee{
		background-position: center 50px;
		padding-bottom: 10px;
		padding-top: 160px;
	}

	.t3-about .leftDiv{
		padding: 60px 0;
		text-align: right;
	}

	.t3-about .rightDiv{
		padding-top: 60px;
		text-align: left;
	}

	.t3-about .rightDiv .module{
		padding: 0 40px;
	}

	.t3-news-events{
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.t3-news-events .module-title{
		margin-bottom: 50px;
	}

	.t3-contact{
		padding-top: 50px;
	}

	.t3-footer{
		padding-top: 70px;
		text-align: left;
	}

	.t3-footer .module-title{
		font-size: 18px;
		font-weight: 500;
		margin-top: 15px;
	}

	.quick-tour{
		padding-bottom: 30px;
		padding-top: 70px;
	}

	.t3-copyright{
		font-size: 14px;
		margin-top: 30px;
	}

	.quick-tour-content .module{
		text-align: left;
	}

	.quick-tour-content h3.module-title{
		font-size: 40px;
		margin-top: 20px;
	}

	.quick-tour-content h4{
		font-size: 18px;
		margin-bottom: 20px;
	}

	.t3-explore{
		padding-bottom: 50px;
		padding-top: 50px;;
	}

	.explore-container{
		position: relative;
	}

	.explore-next,
	.explore-prev{
		cursor: pointer;
		display: block;
		height: 46px;
		left: -100px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 70px;
		z-index: 2;
	}

	.explore-next{
		background: url(../images/next2.png) no-repeat;
		left: auto;
		right: -100px;
	}

	.explore-prev{
		background: url(../images/prev2.png) no-repeat;
	}

	.explore-container .owl-dots{
		display: none;
	}

	.t3-advantages,
	.t3-vision,
	.t3-testimonials{
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.t3-explore h3.module-title,
	.t3-advantages h3.module-title,
	.t3-vision h3.module-title,
	.t3-testimonials h3.module-title,
	.t3-news-events h3.module-title{
		font-size: 52px;
		margin-bottom: 40px;
	}

	.t3-testimonials p{
		font-size: 30px;
	}

	.t3-bottom{
		padding: 20px 0;
	}

	.t3-bottom .col-md-4{
		position: relative;
	}

	.bottom1::after,
	.bottom3::after{
		border-left: 1px solid #ececec;
		bottom: 30px;
		content: '';
		left: 0;
		position: absolute;
		top: 30px;
	}

	.bottom1::after{
		left: auto;
		right: 0;
	}

	.bottom1,
	.bottom3{
		padding-top: 50px;
	}

	.bottom h3.module-title{
		font-size: 24px;
	}

	.article-title,
	.article-header h1,
	h1.page-title{
		font-size: 30px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){
	html,
	body{
		font-size: 20px;
	}

	.logo-image{
	}


	.navbar-default .navbar-nav > li > a{
		font-size: 18px;
	}

	.t3-header.affix + div{
		margin-top: 124px;
	}

	.t3-banner{
		margin-bottom: -135px;
	}


	.t3-banner-inner .module-title-bg{
		font-size: 65px;
		padding: 100px 15px 100px;
	}

	.banner-intro-inner{
		padding: 30px 30px 150px 30px;
	}

	.banner .owl-carousel .owl-nav button.owl-next,
	.banner .owl-carousel .owl-nav button.owl-prev{
		top: -90px;
	}

	.t3-cta{
		border-bottom: 1px solid #1d4ca1;
		font-size: 14px;
		margin-top: 135px;
		text-align: left;
	}

	.t3-cta p{
		font-size: 14px !important;
	}

	.t3-cta h3.module-title{
		font-size: 24px;
	}

	.t3-cta::before{
		display: none;
	}

	.t3-cta .module{
		background-color: transparent;
		background-image: url(../images/discovery-bg.png);
		background-position: -250px 0;
		background-repeat: no-repeat;
		-webkit-background-size: auto 100%;
		   -moz-background-size: auto 100%;
		     -o-background-size: auto 100%;
		        background-size: auto 100%;
		margin-bottom: 0;
		padding: 42px 178px;
		position: relative;
	}

	.t3-cta .module::before{
		background: #1d4ca1; /* url(../images/bg.jpg) repeat; */
		bottom: 0;
		content: '';
		left: -1000px;
		position: absolute;
		top: 0;
		width: 1000px;
	}

	.t3-cta a{
		font-size: 14px;
		padding: 15px 30px;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		white-space: nowrap;
		width: auto;
	}

	.quick-tour-content h3.module-title{
		font-size: 52px;
	}

	.explore-item-content{
		padding: 15px 40px;
		text-align: left;
	}
	.explore-item-content h2,
	.explore-item-content h2 a{
		font-size: 30px;
	}

	.t3-explore .t3-module{
		padding-left: 0;
		padding-right: 0;
	}

	.advantage-item{
		padding-left: 65px;
	}

	.t3-vision .module-inner{
		font-size: 14px;
		position: relative;
		text-align: left;
	}

	.t3-vision .module-inner > h6{
		left: 0;
		margin-top: 0;
		max-width: 62%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		z-index: 2;
	}

	.t3-vision .module-inner::after{
		background: #ffffff;
		bottom: 0;
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 80%;
	}

	.t3-vision .module .module-ct{
		padding-bottom: 40px;
		padding-left: 750px;
		padding-right: 40px;
		padding-top: 60px;
		position: relative;
		z-index: 2;
	}

	.t3-vision .module-inner h4{
		font-size: 26px;
	}

	.blog-carousel .item-content{
		padding: 30px 40px 35px;
	}

	.blog-carousel .item h3.title a{
		font-size: 26px;
	}

	.article-title,
	.article-header h1,
	h1.page-title{
		font-size: 36px;
	}
}

@media (min-width: 1600px){
	.container{
		width: 1300px;
	}

	.navbar-default .navbar-nav > li > a{
		font-size: 18px;
	}

	.t3-megamenu .mega-nav > li a,
	.t3-megamenu .dropdown-menu .mega-nav > li a{
		font-size: 16px;
	}

	.quick-tour{
		margin: 0 auto;
		width: 1600px;
	}

	.t3-vision .module .module-ct{
		padding-left: 840px;
		padding-right: 50px;
	}

	.t3-vision .module-inner h4{
		font-size: 36px;
	}
}




@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1200px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (-webkit-min-device-pixel-ratio: 1.5)      and (min-width: 1200px),
only screen and (   min--moz-device-pixel-ratio: 1.5)      and (min-width: 1200px),
only screen and (     -o-min-device-pixel-ratio: 1.5/1)    and (min-width: 1200px),
only screen and (        min-device-pixel-ratio: 1.5)      and (min-width: 1200px){
	.logo-img-normal{
	}

	.banner .item{
		height: 800px;
		padding-bottom: 0;
	}

	.banner-intro{
		font-size: 18px;
	}

	.banner-intro h2{
		font-size: 44px;
	}

	.banner-intro .slide-link a.btn{
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
	}

	.t3-header.affix + div{
		margin-top: 0;
	}

	.t3-banner-inner .module-title-bg{
		font-size: 3rem;
		padding: 100px 15px 100px;
	}
}
