/*
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Poppins:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:wght@300;600;800&display=swap');

html{
	font-size: 16px;
}

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


.t3-wrapper{
	background: #ffffff;
}


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

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

ul li a{
	text-decoration: none;
}

.dropdown-menu > li > a{
	text-decoration: none;
}

p{
	line-height: 1.5;
	margin: 0 0 20px;
}
a:link,
a:visited{
	color: #7bbde9;
}
a:hover,
a:focus{
	color: #527c84;
	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: #2f4d57;
	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: 50px;
	line-height: 50px;
}
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: #5d859c;
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-weight: 600;
	padding: 12px 30px;
	text-transform: uppercase;
}

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

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

.search .btn .icon-search{
	display: none;
}

.btn-default,
a.btn-default{
	background: #5d859c;
	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: #2f4d57;
	color: #ffffff;
}

.btn-orange,
.btn-link,
.btn-primary,
a.btn-primary{
	background: #2f4d57;
	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: 16px;
	padding: 16px 66px;
}
a.readmore{
	background: #2f4d57;
	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: #2f4d57;
	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%;
}

.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: #2f4d57;
	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: #2f4d57;
	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;
	text-align: center;
}

.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: 0;
}

.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;
	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: #ffffff;
}

.modulesocials ul li.active a{
	color: #ffffff;
}



/* Topmenu */
.t3-topmenu{
	background: #648293; /* rgba(93, 133, 156, 0.75); */
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
}

.t3-topmenu p{
	margin: 0;
}

.topmenu{
	text-align: center;
}

.topmenu .module{
	margin: 0;
}

.topmenu h3.module-title{
	display: none;
}

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

.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: #000000;
	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 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;
	color: #ffffff;
	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;
}

.topmenu-1 a{
	color: #000000;
}
/**/

.logo-image{
	background: none;
	float: none;
	left: 20px;
	max-width: 100px;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 9px;
	z-index: 99;
}

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

.logo-image img{
}

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

.t3-header{
	background: #ffffff;
	padding: 0;
}

.scrollDown .t3-header{
	/* display: none; */
	visibility: hidden;
}

.scrollUp .t3-header{
	display: block;
	top: 0;
	width: 100%;
}

.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: 50px;
}

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


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



@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: #39404f;
	display: block;
	font-size: 24px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	margin-right: 0;
	margin-right: 0;
	margin-top: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	text-transform: uppercase;
	width: 50px !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;
}

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: #2b2b2b;
	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;
}

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

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

ul.accordionMenu 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,
ul.accordionMenu .dropdown-menu > li.open > a,
ul.accordionMenu .open .dropdown-menu > li > a,
ul.accordionMenu .open .dropdown-menu .dropdown-header{
	border-bottom: 1px solid #eeeeee;
	color: #2b2b2b;
	line-height: 1.2;
	padding: 10px 44px 10px 25px;
	text-transform: none;
}

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

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


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


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


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



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


/* nav */

.megamenu-left{
	margin-right: 105px;
	position: relative;
	right: 50%;
	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;
	position: relative;
	right: -15px;
	top: 0;
	z-index: 90;
}

.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: #39404f;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	padding: 45px 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 2px #ffffff;
	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: #607f90;
}


.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: rgba(255,255,255,0.75);
	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-size: 16px;
	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: #607f90;
	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: #607f90 !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;
	overflow: hidden;
	position: relative;
}

.t3-banner:after{
	border-bottom: 6.25vw solid #ffffff;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: none;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}


.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;
	padding-bottom: 70%;
	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: #fefefe;
	font-family: 'Raleway', sans-serif;
	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);
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 100%;
}

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

.banner-intro h2{
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
	text-transform: uppercase;
}



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

.banner-intro .slide-link a{
	background: #7bbde9;
	color: #39404f;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}


.slide-link a:hover,
.slide-link a:focus{
	background: #5c7b8d;
	color: #ffffff;
}

.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: 50%;
	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;
}

/* Banner inner */



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



.t3-banner-inner:after{
	border-bottom: 6.25vw solid #ffffff;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: none;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

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

.t3-banner-inner .module-title-bg{
	font-size: 1.3rem;
	left: 0;
	padding: 30px 15px 50px;
	right: 0;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
	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: 600;
	margin-bottom: 0;
}

/* Home */

.topbar{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

.topbar p{
	margin-bottom: 0;
}

.t3-home-1{
	padding-top: 50px;
	text-align: center;
}

.t3-home-1 img{
	max-width: 50%;
}

.t3-home-1 h3.module-title{
	background: url(../images/heading-dark.png) bottom center no-repeat;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	padding-bottom: 40px;
	text-transform: uppercase;
}

.t3-home-2{
	background: url(../images/home-3-bg.jpg) center center repeat;
	color: #ffffff;
	overflow: hidden;
	padding-bottom: 7vw;
	padding-top: 50px;
	position: relative;
	text-align: center;
}


.t3-home-2:after{
	border-bottom: 6.25vw solid #ffffff;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: none;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}


.t3-home-2 h3.module-title{
	background: url(../images/heading-home-2.png) bottom center no-repeat;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	margin-bottom: 40px;
	padding-bottom: 40px;
	text-transform: uppercase;
}

.t3-home-2 ul{
	list-style: none;
	margin: 0 !important;
	padding: 0;
	text-align: left;
}

.t3-home-2 ul li{
	background: url(../images/info-icon.png) left 6px no-repeat;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	padding-bottom: 15px;
	padding-left: 40px;
}

.t3-home-3{
	overflow: hidden;
	padding-top: 50px;
	text-align: center;
}

.t3-home-3 h3.module-title{
	background: url(../images/heading-home-3.png) bottom center no-repeat;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	margin-bottom: 40px;
	padding-bottom: 40px;
	text-transform: uppercase;
}

/* 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: #2f4d57;
	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: #5d859c;
	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: #2f4d57;
}

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

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


/**/
.t3-footer{
	background: #39404f;
	border: none;
	color: #ffffff;
	font-size: 14px;
	padding-top: calc(7vw + 50px);
	position: relative;
	text-align: center;
	z-index: 3;
}


.t3-footer:before{
	border-bottom: none;
	border-left: calc(99vw/2) solid transparent;
	border-right: calc(99vw/2) solid transparent;
	border-top: 6.25vw solid #ffffff;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: auto;
	right: 0;
	top: 0;
	z-index: 2;
}

.t3-footer .t3-module{
	margin-bottom: 20px;
	overflow: hidden;
}
.t3-footer .module-title{
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	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{
	padding-bottom: 0;
	padding-top: 0;
}

.footer .nav{
	font-size: 0;
	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: #aaaaaa;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 0 5px 20px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: none;

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

.footer1 .nav span:before,
.footer1 .nav > li > a:before{
	background: none;
	        border-radius: 3px;
	        border-radius: 0;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #858585;
	content: '\f0a9';
	display: block;
	font-family: FontAwesome !important;
	left: 0;
	position: absolute;
	text-align: center;
	top: 5px;
}


.footer3 .nav > li > a{
	color: #858585;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	line-height: 50px;
	margin: 0;
	max-width: 160px;
	padding-bottom: 0;
	padding-left: 0;
	padding-left: 70px;
	padding-top: 0;
	text-decoration: none;
	text-transform: uppercase;

	-webkit-font-smoothing: auto;
}
.footer3 .nav span:before,
.footer3 .nav > li > a:before{
	background: none;
	border: 1px solid #858585;
	        border-radius: 3px;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #858585;
	display: block;
	font-family: FontAwesome !important;
	font-size: 30px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}

.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,
.footer .nav > li > a:hover:before,
.footer .nav > li > a:focus:before{
	background: none;
	color: #ffffff;
	text-decoration: none;
}

.footer3 .nav,
.footer1 .nav{
	display: inline-block;
	margin: 0 auto;
}

.footer3 .nav > li{
	clear: both;
	display: block;
	float: left;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
}


.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: 0;
	position: relative;
	text-align: center;
}

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

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

a.backtohome{
	background: url(../images/home-bt.png) no-repeat;
	color: #ffffff;
	display: block;
	font-weight: bold;
	height: 55px;
	left: 50%;
	line-height: 50px;
	position: absolute;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
	top: -40px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 235px;
	z-index: 3;
}

/*form-search*/

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

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

.form-search .button{
	background: #5d859c;
	border: none;
	color: #ffffff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

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


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


/**/
.t3-copyright{
	background: none;
	border-top: none;
	color: #ffffff;
	font-size: 10px;
	padding: 0;
	text-align: center;
	text-transform: none;
}
.copyright{
	font-size: 14px;
	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: #5d859c;
	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: #ffffff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

.t3-sidebar .module-title strong{
	color: #7bbde9;
	font-weight: 600;
}

.t3-sidebar .t3-module{
	background: #5d859c;
	border: none;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 40px;
	padding: 25px 30px 10px;
	position: relative;
}

.t3-sidebar .t3-module a{
	color: #000000;
}

.t3-sidebar .t3-module a:hover,
.t3-sidebar .t3-module a:focus{
	text-decoration: none;
}

.t3-module.nobg{
	background: none;
	color: #000000;
	padding: 0;
}

.t3-module.nobg .module-inner h3.module-title{
	color: #000000;
}


.t3-module.nobg .module-title strong{
	color: #5d859c;
}


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

.t3-module.bordered .module-inner a.btn{
	background: #5d859c;
	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{
	background: none;
	border-bottom: none;
	border-radius: 0;
	color: #333333;
	display: block;
	font-weight: normal;
	font-weight: 500;
	padding: 10px 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: #7bbde9;
	text-decoration: none;
}

.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: #2f4d57;
	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: #2f4d57;
	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: none;
}

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: 10px;
	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: #2f4d57;
}

.pop-search .aikonsearch-trigger{
	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: 768px){
	html{
		font-size: 16px;
	}

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

	.topmenu ul.nav li a{
		font-size: 16px;
		font-weight: normal;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
	}

	.navbar-header{
		float: none;
	}


	.banner .item{
		padding-bottom: 50%;
	}

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

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

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

	.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;
	}

	a.backtohome{
		top: -16px;
	}
}

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

	.t3-topbar{
		background: rgba(255,255,255,0.75);
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}

	.topbar{
		padding: 0;
	}

	.topbar p{
		line-height: 48px;
	}

	.t3-header.affix{
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	.logo-image{
		left: 46px;
		max-width: none;
		top: 22px;
	}

	.t3-topmenu{
		left: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 48px;
		z-index: 2;
	}

	.topmenu-1{
		float: left;
		max-width: 780px;
	}
	.topmenu-1 p{
		line-height: 50px;
	}
	.topmenu-2{
		float: right;
		padding-top: 5px;
	}	.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;
	}

	.t3-header{
		background: none;
		left: 0;
		position: absolute;
		right: 0;
		top: 98px;
		z-index: 100;
	}

	.t3-header-inner{
		background: rgba(255,255,255,0.75);
	}

	#t3-mainnav{
		right: 45px;
	}

	.banner-intro{
		font-size: 24px;
		padding: 0;
	}

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

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

	.banner-intro-inner{
		padding-top: 200px;
	}

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

	.t3-home-1{
		padding-bottom: 40px;
		padding-top: 120px;
	}

	.home-1-img{
		padding-top: 50px;
	}

	.t3-home-1 img{
		max-width: 100%;
	}

	.t3-home-2{
		padding-bottom: calc(7vw + 40px);
		padding-top: 100px;
	}

	.t3-home-2 ul{
		padding-top: 50px ;
	}

	.t3-home-2 ul li{
		display: inline-block;
		padding-right: 20px;
		vertical-align: top;
		width: 49%;
	}

	.t3-home-3{
		padding-bottom: 40px;
		padding-top: 100px;
	}

	.t3-footer{
		padding-bottom: 20px;
		padding-top: calc(7vw + 100px);
	}

	.t3-footer img{
		max-width: none;
	}

	.t3-footer .module-title{
		margin-top: 15px;
	}

	.footer{
		padding-bottom: 40px;
	}


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

	a.backtohome{
		top: -5px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){
	html,
	body{
		font-size: 16px;
	}
	.btn-lg{
		font-size: 150%;
		margin-top: 50px;
	}

	.logo-image{
	}

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

	.banner .item{
		height: calc(7vw + 800px);
	}

	.banner-intro-inner{
		font-size: 32px;
		padding-top: 200px;
	}

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

	.t3-banner-inner .module-title-bg{
		font-size: 65px;
		padding-bottom: calc(100px + 7vw);
		padding-top: 310px;
	}


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

	.t3-footer{
		overflow: hidden;
	}

	a.backtohome{
		top: calc(6.25vw - 65px);
	}
}

@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){
}
