@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800);
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
/*------ Global ------*/
body {
	background: #000000;
}
.thumb-pad {
	padding: 0 !important;
}
.thumbnail {
	line-height: 0 !important;
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
/*--------------- Basic elements/styles ----------------*/
.section_1 {
	background: #FFF;
	padding: 40px 0 4px;
}
.section_2 {
	background: #FFF;
	padding: 17px 0 0;
}
.section_3 {
	background: #FFF;
	padding: 30px 0 0 0;
}
.section_3 .bgsection3 {
	background: url(../img/pattern3.jpg);
	box-sizing: border-box;
	padding: 33px 25px 20px 25px;
	overflow: hidden;
}
.section_4 {
	background: #FFF;
	padding: 32px 0 12px;
}
.section_4 h2 {
	font-size: 18px;
	padding-bottom: 17px;
}
.section_5 {
	background: #FFF;
	padding: 37px 0 36px;
}
.section_5 h2 {
	padding: 10px 0 31px;
}
.section_6 {
	background: #FFF;
	padding: 39px 0 33px;
}
.section_6 h2 {
	padding: 10px 0 31px;
}
.section_7 {
	background: #FFF;
	padding: 40px 0 43px;
}
.section_7 h2 {
	padding: 10px 0 38px;
}
.section_8 {
	background: #FFF;
	padding: 54px 0 39px;
}
.section_8 h2 {
	padding: 10px 0 38px;
}
.section_9 {
	background: #FFF;
	padding: 39px 0 9px;
}
.section_9 h2 {
	padding: 10px 0 38px;
}
.section_10 {
	background: #FFF;
	padding: 36px 0 55px;
}
.section_10 h2 {
	padding: 10px 0 38px;
}
.overflow {
	overflow: hidden;
}
.padbot1 {
	padding-bottom: 0!important;
}
.padtop1 {
	padding-top: 0!important;
}
.mbot4 {
	margin-bottom: 13px;
}
.mtop1 {
	margin-top: 30px;
}
.btn-link1 {
	text-decoration: underline;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	text-transform: none;
	color: #045653;
	text-align: left;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link1:hover {
	text-decoration: none;
	color: #000000;
	text-align: left;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn1 {
	position: relative;
	border: none;
	border-radius: 0;
	color: #FFF;
	box-sizing: border-box;
	z-index: 10;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 22px;
	font-weight: 600;
	padding: 14px 18px 18px;
	border-radius: 0px;
	background: #000000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn1 strong {
	font-weight: 700;
}
.btn1:hover {
	color: #ffffff;
	background: #045653;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.center {
	text-align: center;
}
.btn2 {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	border: none;
	border-radius: 0;
	color: #FFF;
	box-sizing: border-box;
	z-index: 10;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	padding: 14px 18px 16px;
	border-radius: 3px;
	background: url(../img/patternbutton.png) repeat;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn2:hover {
	color: #ffffff;
	background: #045653;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*------------ Back to top --------------*/
#toTop {
	display: none;
	width: 31px;
	height: 19px;
	overflow: hidden;
	background: url(../img/totop.png) 0 top no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 60px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 bottom;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*------------ Typography --------------*/
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #474747;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}
h2 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 10px 0 38px;
	display: inline-block;
}
.wrap {
	position: relative;
	text-align: left;
}
.wrap em {
	bottom: 15px;
	position: absolute;
	display: block;
	height: 6px;
	width: 100%;
	background: url(../img/patternh2.png) 0 bottom repeat-x;
}
.line-after {
	position: absolute;
	height: 6px;
	background: #000;
	top: 42%;
}
.line-after {
	right: 0;
	background-image: none;
	background-color: transparent;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #045653;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}
.title1 {
	text-align: center;
	position: relative;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 600;
	font-style: italic;
	color: #ffffff !important;
	padding: 0;
	margin-bottom: 33px;
}
.btn2 {
	margin-bottom: 78px;
}
/*------------header-----------*/
header {
	padding: 0;
	background: #FFF;
}
.bgheader {
	background: url(../img/bgheader.jpg) center top no-repeat;
	background-size: cover;
}
.pagesheader {
	padding-bottom: 0 !important;
}
/*-------- Logo -------- */
.navbar-brand_ {
	float: none;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	text-align: center;
	padding: 34px 0 47px;
}
.navbar-brand_a:hover {
	text-decoration: none;
}
.navbar-brand_pages {
	padding-bottom: 45px;
}
/*-----------------navbar---------------------*/
.menuheader {
	position: relative;
	padding-top: 13px;
	background: #000000 url(../img/patternmenu.jpg) center top repeat-x;
}
.tm_navbar {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	line-height: 0;
}
.tm_navbar .nav {
	float: none;
	position: relative;
	display: inline-block;
}
.tm_navbar ul {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.tm_navbar .nav li:first-child a {
	padding: 35px 25px 36px 0;
	position: relative;
	zoom: 1;
}
.tm_navbar .nav li.last {
	float: left;
	padding: 0 0 0 0;
	position: relative;
	zoom: 1;
	background: transparent;
}
.tm_navbar .nav li.last a {
	background-image: none;
}
.tm_navbar .nav li {
	float: left;
	padding: 0 0 0 0;
	position: relative;
	background: transparent;
	zoom: 1;
}
.tm_navbar .nav li a {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #FFF;
	background: transparent;
	padding: 35px 25px 36px;
	border-right: 1px solid #FFF;
	border-radius: 0;
	text-shadow: none;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.tm_navbar .nav > li > a .indicator1 {
	background: url(../img/indicator.png) no-repeat 0 bottom;
	width: 7px;
	height: 5px;
	display: inline-block;
	top: 56px;
	right: 49%;
	margin-right: -3px;
	position: absolute;
	z-index: 5;
}
.tm_navbar .nav li a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #9e9e9e;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.tm_navbar .nav > .active > a, .tm_navbar .nav > .active > a:hover, .tm_navbar .nav > .active > a:focus {
	color: #9e9e9e;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.tm_navbar .nav > li.sfHover.active > a .sf-sub-indicator, .tm_navbar .nav > li.active > a .sf-sub-indicator {
	color: #9e9e9e;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.tm_navbar .nav > li.sfHover > a, .tm_navbar .nav > li.sfHover > a:hover, .tm_navbar .nav > li > a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #9e9e9e;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*---------submenu1-------------*/
.tm_navbar .nav ul {
	position: absolute;
	display: none;
	top: 94px;
	left: 0px;
	width: 169px;
	padding: 22px 0 15px 18px;
	list-style: none;
	zoom: 1;
	z-index: 11;
	background: #000;
	margin: 0;
	text-align: left;
	border: none;
}
.tm_navbar .nav ul li:first-child {
	width: 100%;
	padding: 0 0 7px;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	border: none;
	background: none;
}
.tm_navbar .nav ul li:first-child a {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	padding: 0;
}
.tm_navbar .nav ul li:first-child img {
	position: absolute;
	top: -15px;
	left: -5px;
}
.tm_navbar .nav ul li {
	width: 100%;
	text-align: left;
	padding: 7px 0;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	border: none;
	background: none;
}
.tm_navbar .nav ul li a {
	position: relative;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
}
.tm_navbar .nav ul li a:hover {
	color: #9e9e9e;
}
/*--------------------------*/
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul li.sfHover > a {
	text-decoration: none;
	color: #9e9e9e;
	background: transparent;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul ul li.sfHover > a {
	text-decoration: none;
	color: #9e9e9e;
	background: transparent;
}
/*-----------submenu2-----------*/
.tm_navbar .nav ul ul {
	list-style: none;
	width: 169px;
	padding: 22px 0 8px 19px;
	background: #000;
	left: 152px;
	top: -51px;
	border: none;
}
.tm_navbar .nav ul ul li:first-child {
	width: 100%;
	text-align: left;
	padding: 0;
	margin-bottom: 14px;
	position: relative;
	zoom: 1;
	border-top: none;
	z-index: 11;
	background: transparent;
}
.tm_navbar .nav ul ul li {
	width: 100%;
	text-align: left;
	margin-bottom: 14px;
	padding: 0;
	position: relative;
	zoom: 1;
	z-index: 11;
	background: none;
}
.tm_navbar .nav ul ul li a {
	padding: 0;
	margin: 0;
	background: transparent;
	color: #ffffff;
}
.tm_navbar .nav ul ul li a:hover {
	color: #9e9e9e;
	background: transparent;
}
/*-----indicator2-------*/
.tm_navbar .nav ul .indicator2 {
	background: url(../img/indicator2.png) 0 0 no-repeat;
	width: 5px;
	height: 7px;
	position: relative;
	display: inline-block;
	margin-left: 5px;
	top: -1px;
	z-index: 5;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
/*-----search-----*/
.searchheader {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 20px;
}
#search {
	margin: 24px 0 0 0;
	position: relative;
	overflow: hidden;
	padding-right: 45px;
}
#search input {
	width: 165px;
	box-shadow: none;
	border-radius: 2px;
	padding: 10px 0 9px 15px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #ebebeb;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	font-style: italic;
	outline: none;
	margin: 0 0 0 0;
	float: right;
	color: #ffffff;
	background: #1b1b1b;
	border: 1px solid #363636;
	border-right: none;
	height: 41px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#search:after {
	border-radius: 2px;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 41px;
	border: 1px solid #363636;
	border-left: none;
	background: #1b1b1b;
	z-index: 1;
}
.btn.link_search {
	width: 20px;
	height: 21px;
	top: 8px;
	right: 18px;
	position: absolute;
	border: none;
	text-shadow: none;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding: 0;
	background: transparent;
	background-position: 0 0;
	box-shadow: none;
	overflow: hidden;
	z-index: 10;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn.link_search img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn.link_search:hover {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn.link_search:hover img {
	top: -21px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/************************ header end ***********************/
/************************** content **************************/
/*--------------list_welcome-------------*/
.thumbnail .caption_list_welcome {
	color: #aaadb1;
	padding: 22px 0 0;
	margin: 0;
	text-align: center;
	background: transparent;
}
.thumbnail .caption_list_welcome h3 {
	margin-bottom: 12px;
}
.thumbnail .caption_list_welcome .list1text {
	font-size: 12px;
	line-height: 24px;
	color: #757d81;
	margin-bottom: 0;
}
.thumbnail .caption_list_welcome .list1text a {
	color: #56add9;
	text-decoration: none;
}
.thumbnail .caption_list_welcome .list1text a:hover {
	color: #045653;
	text-decoration: none;
}
.thumbnail .caption_list_welcome p {
	margin-bottom: 0;
}
.list_welcome {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 100;
	margin-bottom: 8px;
}
.list_welcome li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 0;
}
/*---------acticle-1--------*/
.acticle-1 h2 {
	padding-bottom: 28px;
}
.acticle-1 figure {
	float: left;
	margin: 5px 22px 0 0;
}
.acticle-1 p {
	margin-bottom: 22px;
}
/*--------------list_acticle-1-------------*/
.mleft1 {
	margin-left: 0 !important;
}
.list_acticle-1 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	float: none;
	margin-top: 0;
	margin-bottom: 20px;
}
.list_acticle-1 li {
	position: relative;
	margin-bottom: 10px;
}
.list_acticle-1 li a {
	text-decoration: none;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #045653;
	left: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list_acticle-1 li a:hover {
	text-decoration: underline;
	color: #000000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*--------acticle-2----------*/
.acticle-2 h2 {
	padding-bottom: 35px;
}
.acticle-2 .mbot1 {
	margin-bottom: 17px !important;
}
.acticle-2 .mbot2 {
	margin: 0!important;
}
.acticle-2 .green {
	color: #045653;
	margin-bottom: 7px;
}
.acticle-2 figure {
	margin-bottom: 19px;
}
/*-------section_3--------*/
.section3part1 {
	float: left;
	width: 62%;
	margin-bottom: 3px;
}
.section3title1 {
	font-size: 18px;
	margin-bottom: 3px;
}
.section3title2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #474747;
}
.section3part2 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #045653;
	float: left;
	text-decoration: underline;
}
.section3part2 a:hover {
	color: #000;
	text-decoration: none;
}
/*--------acticle-3----------*/
.acticle-3 h2 {
	padding-bottom: 16px;
}
.acticle-3 .mbot1 {
	margin-bottom: 0 !important;
}
.acticle-3 .green {
	color: #045653;
	margin-bottom: 0px;
}
.acticle-3 figure {
	margin-bottom: 19px;
}
/*-------------product-listing__latest-------------*/
.product-listing__latest {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin: 0 0;
}
.product-listing__latest > li {
	width: inherit;
	overflow: hidden;
	position: relative;
	margin: 0;
	margin-bottom: 14px;
}
.product-listing__latest > li .infolist1 {
	overflow: hidden;
}
.product-listing__latest > li figure {
	float: left;
	margin-right: 30px;
}
.product-listing__latest > li p {
	margin-bottom: 15px;
}
.product-listing__latest > li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #256d6a;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-listing__latest > li a:hover {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*-------------- list-advant -------------- */
.list-advant {
	padding: 0;
	margin: 0;
	margin-bottom: 26px;
	padding-bottom: 0;
	list-style: none;
}
.list-advant h3 {
	margin-bottom: 2px;
}
.list-advant p {
	margin-bottom: 0;
}
.list-advant .overflow {
	overflow: hidden;
}
.list-advant a {
	color: #045653;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-advant a:hover {
	color: #474747;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-advant li {
	overflow: hidden;
	padding-top: 15px;
}
.list-advant li:first-child {
	padding: 0;
	border: none;
	margin: 0;
}
.badge_ {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #474747;
	width: 60px;
	text-align: center;
	background: url(../img/pattern3.jpg);
	float: left;
	text-shadow: none;
	padding: 14px 0 15px;
	margin-right: 18px;
	margin-top: 8px;
	white-space: normal;
	border-radius: 500px;
	border: none;
	text-transform: uppercase;
}
/*-----------testimonials--------------*/
.list-quote.extra {
	padding-bottom: 34px;
}
.list-quote {
	padding: 0;
	list-style: none;
	margin: 0 0 24px 0;
}
.list-quote li {
	margin-top: 0;
}
.list-quote li:first-child {
	padding: 0;
	border-top: none;
	margin: 0;
	margin-bottom: 21px;
}
.quote-1 {
	position: relative;
	border: none;
	border-radius: 10px;
	background: url("../img/blockquote.png") no-repeat 0 6px;
	display: block;
	margin: 0;
	padding: 0 0 0 39px;
}
.quote-1 p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #474747;
	margin: 0;
	padding: 0;
	margin-bottom: 28px;
}
.quote-1 span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #045653;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.quote-1 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #045653;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.quote-1 a:hover {
	text-decoration: underline;
	color: #474747;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mbot0 {
	margin-bottom: 0;
}
.mbot3 {
	display: inline-block;
	margin: 0 0 30px 0 !important;
}
/*----------- list-thumbnails--------------*/
.thumbnail-1 {
	border: none;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	overflow: hidden;
	background: transparent;
}
/*--------- list-members -----------*/
.members {
	padding: 76px 0 31px 0;
}
.list-members {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	margin-top: -27px;
}
.list-members li h3 {
	margin-bottom: 0;
}
.list-members li {
	float: left;
	overflow: hidden;
	margin-top: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-members li section {
	padding: 0;
}
.list-members li figure {
	width: 100%;
}
.list-members li figure .box-shadow(none) img {
 width: 100%;
}
.list-members li a {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #045653;
	display: inline-block;
	margin-bottom: 3px;
}
.list-members li a:hover {
	color: #000;
	text-decoration: underline;
}
.list-members li p {
	margin-bottom: 0;
}
.list-members li figure {
	width: 100%;
	margin: 0;
	overflow: hidden;
	margin-bottom: 25px;
}
.list-members li figure img {
	width: 100%;
}
.list-members li > div > div > figure > a {
	position: relative;
	display: block;
	margin: 0;
}
.list-members li > div > div > figure > a > .zoom {
	width: 30px;
	height: 30px;
	margin-top: -250px;
	margin-left: -15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.list-members li > div > div > figure > a:hover > .zoom {
	margin-top: -15px;
	margin-left: -15px;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.list-members li > div > div > figure > a span {
	position: absolute !important;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: url(../img/patternhover1.png) repeat;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.list-members li > div > div > figure > a:hover span {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/patternhover1.png) repeat;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*--------------programs-listing-------------*/
.programs-listing {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 20px;
}
.programs-listing li {
	position: relative;
	margin-bottom: 10px;
}
.programs-listing li a {
	text-decoration: none;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #045653;
	left: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.programs-listing li a:hover {
	text-decoration: underline;
	color: #000000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*--------acticle-3----------*/
.acticle-3 h2 {
	padding-bottom: 35px;
}
.acticle-3 .mbot1 {
	margin-bottom: 17px !important;
}
.acticle-3 .mbot2 {
	margin: 0!important;
}
.acticle-3 .green {
	color: #045653;
	margin-bottom: 7px;
}
.acticle-3 figure {
	margin-bottom: 24px;
}
.box_classes {
	position: relative;
	overflow: hidden;
}
.box_classes figure {
	float: left;
	margin-right: 32px;
	margin-bottom: 10px;
	margin-top: 7px;
}
.box_classes .mbot1 {
	margin-bottom: 0;
}
/*--------------programs-listing2-------------*/
.programs-listing-2 {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin-bottom: 20px;
}
.programs-listing-2 li {
	position: relative;
	margin-bottom: 10px;
}
.programs-listing-2 li a {
	text-decoration: none;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #045653;
	left: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.programs-listing-2 li a:hover {
	text-decoration: underline;
	color: #000000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*--------------gallery_listing-------------*/
.thumbnail .caption_list4 {
	padding: 22px 15px 25px 22px;
	margin: 0;
	text-align: left;
	background: transparent;
	border: 1px solid #cecece;
	border-top: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.thumbnail .caption_list4 p {
	margin-bottom: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gallery_listing {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 100;
	margin: 0;
	margin-top: -30px;
}
.gallery_listing li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-top: 30px;
}
.gallery_listing .btn-link1 {
	margin-top: 5px;
}
.gallery_listing h3 {
	margin-bottom: 0;
}
.gallery_listing h3 a {
	color: #045653;
}
.gallery_listing h3 a:hover {
	color: #000000;
	text-decoration: underline;
}
.gallery_listing li figure {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.gallery_listing li figure img {
	width: 100%;
}
.gallery_listing li figure > a {
	position: relative;
	display: block;
	margin: 0;
}
.gallery_listing li figure a span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border: 0px solid #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.gallery_listing li figure a:hover span {
	border: 8px solid #045653;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*-------- contacts page --------*/
.gmap {
	margin-top: 0;
}
.map {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin-bottom: 39px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
.map iframe {
	width: 100%;
	height: 382px;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.address h2 {
	padding-bottom: 33px;
}
address {
	margin: 0 0 0 0;
	margin-bottom: 9px;
}
address strong {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	color: #045653;
	display: block;
	margin-bottom: 3px;
}
address span {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #474747;
	margin: 0;
	padding: 0;
}
address p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #474747;
	margin: 0;
	padding: 0;
	margin: 24px 0 25px;
}
/*------------contact form------------*/
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-right: 5px;
	margin-bottom: 15px;
	width: 199px;
	display: inline-block;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.coll-message {
	position: relative;
}
#contact-form {
	margin-top: 5px;
	position: relative;
}
#contact-form label {
	position: relative;
	/*!*/
  display: block;
}
#contact-form span {
	display: block;
}
#contact-form ._placeholder {
	width: 100%!important;
	position: absolute;
	/*!*/
  left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #474747;
	padding: 10px 10px 11px 16px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #474747;
	font-weight: normal;
	opacity: .4;
	filter: alpha(opacity=40);
	box-shadow: none;
	padding: 10px 10px 11px 16px;
	width: 100%;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	outline: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #474747;
	width: 100%;
	height: 41px;
	border-radius: 0;
	padding: 10px 10px 11px 16px;
	border: 1px solid #cecece;
	background: transparent;
}
#contact-form textarea {
	height: 201px;
	resize: none;
	margin: 0 0 7px;
	overflow: hidden;
}
.req {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #474747;
	position: relative;
	display: inline-block;
	margin-left: 18px;
	top: 2px;
}
#contact-form > label {
	margin-bottom: 0;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px/20px Arial;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 3px;
	top: 0;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 22px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #FFF;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
	padding: 0;
}
#contact-form.success .success-message {
	height: 50px;
	color: #bab9b9;
	padding: 15px 0;
	border: 1px solid #cecece;
	-webkit-transition: all 0.7s cecece;
	transition: all 0.7s cecece;
}
/*-----------------privacy page-------------------*/
.privacy_page h3 {
	line-height: 30px;
	margin: 0 0 8px;
}
.mbot5 {
	margin-bottom: 25px !important;
}
.terms h3 {
	line-height: 30px;
	margin: 0 0 8px;
}
.terms p {
	margin: 0 0 30px !important;
}
.privacy_page p {
	margin-bottom: 30px;
}
.privacy_link {
	color: #045653;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.privacy_link:hover {
	text-decoration: none;
	color: #000000;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
/*404 page*/
/*404 page*/
.block-404 {
	margin-top: 0;
}
.block-404 figure {
	margin: 0;
}
.block-404 .forminfo h2 {
	padding-top: 0;
	padding-bottom: 0;
}
.title404_1 {
	margin-top: 13px !important;
}
.padbot7 {
	padding-bottom: 23px !important;
}
.block-404 p {
	width: 100%;
	margin-bottom: 24px;
	margin-top: 7px;
}
.block-404 h3 {
	margin-bottom: 1px;
}
.form-404 {
	width: 100%;
	display: block;
	margin-top: 31px;
	position: relative;
	padding-right: 0;
}
.form-404 input {
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #474747;
	width: 100%;
	height: 41px;
	border-radius: 0;
	padding: 10px 10px 11px 16px;
	border: 1px solid #cecece;
	background: transparent;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	float: left;
}
.form-404 input:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #d7d7d7;
}
.form-404 a {
	margin-top: 6px !important;
	display: inline-block;
}
/************************** content end **************************/
/************************* footer **************************/
footer {
	padding: 0;
	background: #000000;
}
p.footerpriv {
	position: relative;
	overflow: hidden;
	text-transform: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #FFF;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 17px;
	width: 100%;
}
p.footerpriv a {
	text-transform: normal !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #FFF;
}
p.footerpriv a:hover {
	text-decoration: none;
	color: #ceefed;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
p.footerpriv span {
	text-transform: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #FFF;
}
p.footerpriv img {
	margin: 0 8px;
}
.privacylink {
	text-transform: normal !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300 !important;
	color: #FFF !important;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.privacylink:hover {
	text-decoration: none;
	color: #ceefed !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*-----------social--------------*/
.social_icons {
	text-align: right;
	overflow: hidden;
	padding: 0;
	list-style: none;
	position: relative;
	margin: 0;
	margin-top: 2px;
	z-index: 10;
}
.social_icons > li {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	margin: 10px 9px;
}
.social_icons > li:first-child {
	margin-left: 5px;
}
.social_icons > li.last {
	margin-right: 0px;
}
.social_icons > li a i {
	font-size: 18px;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.social_icons > li a:hover i {
	color: #ceefed;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/************************** footer end **************************/
/*----- media queries ------*/
/******************************************************/
@media (min-width: 1220px) {
#search input {
	width: 215px;
}
.form-404 {
	width: 82%;
	display: block;
	margin-top: 31px;
	position: relative;
	padding-right: 0;
}
.block-404 p {
	width: 70%;
	margin-bottom: 24px;
	margin-top: 7px;
}
.privacy_page h3 {
	line-height: 16px;
	margin: 0 0 8px;
}
.terms h3 {
	line-height: 16px;
	margin: 0 0 8px;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 16px;
	width: 243px;
	display: inline-block;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.wrap em {
	bottom: 15px;
	position: absolute;
	height: 6px;
	width: 100%;
	display: none !important;
	background: url(../img/patternh2.png) 0 bottom repeat-x;
}
.line-after {
	position: absolute;
	height: 6px;
	background: #000;
	top: 42%;
	display: inherit;
}
.line-after {
	right: 0;
	display: inherit;
	background: url(../img/patternh2.png) 0 bottom repeat-x;
}
.section_3 {
	padding: 0;
}
.section3part1 {
	float: left;
	width: 72%;
}
.mleft1 {
	margin-left: 40px !important;
}
.list_acticle-1 {
	float: left;
	margin-bottom: 15px;
}
.tm_navbar .nav li a {
	padding: 35px 48px 36px;
}
.tm_navbar .nav li:first-child a {
	padding: 35px 57px 36px 0;
}
.container {
	padding: 0;
}
}
/******************************************************/
@media (min-width: 768px) and (max-width: 991px) {
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	width: 100%;
	display: inline-block;
}
.acticle-3 figure {
	float: left;
	margin-right: 20px;
}
.section3part1 {
	float: none;
	width: 100%;
}
.acticle-2 figure {
	margin-bottom: 5px;
	float: left;
	margin-right: 20px;
}
h2 {
	padding-top: 30px;
}
.mleft1 {
	margin-left: 40px !important;
}
.list_acticle-1 {
	float: left;
	margin-bottom: 20px;
}
.tm_navbar .nav li a {
	padding: 35px 15px 36px;
}
.tm_navbar .nav li:first-child a {
	padding: 35px 15px 36px 0;
}
}
/******************************************************/
@media (max-width: 767px) {
#search input {
	width: 100%;
}
.map iframe {
	width: 100%;
	height: 250px;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}
.acticle-3 figure {
	float: left;
	margin-right: 20px;
}
.social_icons {
	text-align: left;
}
.line-after2 {
	top: 35% !important;
}
.line-after {
	top: 59%;
}
.section3part1 {
	float: none;
	width: 100%;
}
.acticle-2 figure {
	margin-bottom: 5px;
	float: left;
	margin-right: 20px;
}
h2 {
	padding-top: 30px;
}
.list_welcome li {
	margin-bottom: 30px;
}
.title1 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 25px;
}
.title1 br {
	display: none;
}
.navbar-brand_ {
	display: block;
	position: relative;
	text-align: center;
	padding: 30px 0;
	margin: 0 auto;
	width: 100%;
}
.tm_navbar {
	padding: 20px 0;
	display: block;
}
.sf-menu {
	display: none !important;
}
.select-menu {
	display: block !important;
	color: #FFF;
	border: 1px solid #045653;
	background: #000000 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px;
}
.select-menu option {
	padding: 0;
}
}
/******************************************************/
@media (max-width: 570px) {
.acticle-3 figure {
	float: none;
	width: 100%;
	margin-right: 0;
}
.acticle-3 figure img {
	width: 100%;
}
}
/******************************************************/
@media (max-width: 550px) {
p.footerpriv strong {
	display: block;
}
.acticle-2 figure {
	margin-bottom: 20px;
	float: none;
	width: 100%;
	margin-right: 0;
}
.acticle-2 figure img {
	width: 100%;
}
.acticle-1 figure {
	text-align: center;
	float: none;
	margin: 5px 0 20px 0;
}
}
/******************************************************/
@media (max-width: 480px) {
.collist4 {
	width: 100%;
}
.box_classes {
	margin-bottom: 40px;
}
.box_classes figure {
	float: none;
	width: 100%;
	margin-right: 0;
}
.box_classes figure img {
	width: 100%;
}
.memberscol {
	width: 50%;
}
}
/******************************************************/
@media (max-width: 420px) {
.memberscol {
	width: 100%;
}
.collist_welcome {
	width: 100%;
}
}
/*Core variables and mixins*/
img {
	max-width: 100%;
}
