@font-face{
	font-family:'ari';
	src:url('../fonts/arial.ttf');
}
@font-face {
    font-family: "O_Regular";
	src:url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: "O_Regular";
	src:url('../fonts/OpenSans-Semibold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: "gothic";
	src:url('../fonts/GOTHIC.TTF');
}
@font-face {
    font-family: "gothic";
	src:url('../fonts/GOTHICB.TTF');
    font-weight: bold;
}
@font-face {
    font-family: "gab";
	src:url('../fonts/Gabriola.ttf');
    font-weight: bold;
}
#wpadminbar{
	display: none;
}
html{
	margin: 0 !important;
}
body{
	margin: 0;
	padding: 0;
	color: #222222;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	min-width: 1020px;
	background-color: #fff;
	line-height: 17px;
}
img{
	border: none;
	vertical-align: middle;
}
.clr{
	clear: both;
}
p {
	padding: 0;
	margin: 0;
}
ul, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a{
	text-decoration: none;
	color: #222222;
}
.blue{
	color: #005e9e;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
}
h1, h4{
	text-transform: uppercase;
}
h1 {
	margin: 0;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 17px;
	line-height: normal;
	margin-bottom: 10px;
}
h3, h4, h6{
	margin: 10px 0 5px;
}
h3{
	font-weight: 600;
	font-size: 15px;
	font-style: italic;
}
hr{
	margin: 15px 0;
	border: none;
	border-bottom: #dddddd solid 1px;
	
}
h2, h4{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
h2{
	font-size: 15px;
	margin: 0 0 10px;
}
h4{
	text-transform: capitalize;
	margin: 0;
	color: #005e9e;
	font-style: italic;
}
h6{
	
}
table{
	border: none;
	border-collapse: 0px;
	border-spacing: 0px;
}
td{
	padding: 0 5px 5px 0;
	vertical-align: top;
}
span, span a{
}
/*--- Site ---*/
.main{
	margin: 0 auto;
	width: 1000px;
	position: relative;
	padding: 0 10px;
}
.top{
	width: 100%;
	z-index: 99;
	position: relative;
	background-image: url("../images/top.png");
	height: 106px;
}
.logo1{
	float: left;
	padding-top: 20px;
}
.logo2{
	float: right;
	padding: 5px 0 0;
	line-height: normal;
}
.logo2 li{
	vertical-align: middle;
	display: inline-table;
	padding: 10px 0;
}
.logo2 img{
	margin: 0 5px 0 20px;
}
._menu, ._menu ul, ._menu ul li{
	height: 39px;
}
._menu{
	background-image: url("../images/_menu.png");
	padding-bottom: 10px;
	clear: right;
	float: right;
	background-position: left bottom;
}
._menu ul{
}
._menu ul li{
	display: inline-table;
	position: relative;
}
._menu ul li:first-child{
	border-left: none;
}
._menu ul li:last-child{
	border-right: none;
}
._menu ul li a{
	display: block;
	text-transform: none;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 39px;
}
._menu ul li:last-child a{
	border-right: none;
}
._menu ul li:first-child a{
	border-left: none;
}
._menu ul li.active, ._menu ul li:hover{
	background-image: url("../images/_hov.png");
	background-position: center top;
}
._menu ul li.active a, ._menu ul li:hover a{
	color: #fff;
}
._menu ul li.parent a{
}
._menu ul li.parent li a{
	color: #fff;
	text-align: left;
}
._menu ul li.parent.active a{
}
.subNav {
  	display: none;
	position: absolute;
	min-width: 100%;
}
li:hover .subNav {
	display: block;/**/
}
._menu ul ul {
  	padding: 0;
  	position: relative;
  	z-index: 9;
  	height: auto;
	border-top: none;
}
._menu ul ul li, ._menu ul ul li:first-child{
	margin: 0;
	min-width: 100%;
	border-bottom: 1px solid #d0a608;
	height: auto;
}
._menu ul ul li a, ._menu ul li.active ul a, ._menu ul li:hover ul a{
	line-height: 30px !important;
	height: 35px !important;
	color: #fff;
	border-right: none;
	margin: 0;
	padding: 0 15px;
	text-align: left;
	font-size: 13px;
	white-space: nowrap;
	text-transform: uppercase;
	background: none;
	border: none;
	border-radius: 0 !important;
	background-color: #f9c80e;
}
._menu ul ul li:last-child{
	border-bottom: none;
}
._menu ul ul li.active, ._menu ul ul li:hover{
	border-top: none;
}
._menu ul ul li.active a, ._menu ul ul li:hover a{
	color: #222222
}
.more{
	display: inline-table;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	background-image: url("../images/more.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.bx-wrapper .bx-pager{
	display: none;
}
.home{
	padding-top: 25px;
}
.home li{
	display: inline-table;
	width: 490px;
	height: 220px;
	position: relative;
	background-position: center;
	background-size: cover;
	vertical-align: top;
	color: #fff;
	font-style: italic;
}
.home li.about{	
	background-image: url("../images/about.png");
}
.home li.about div{	
	background-image: url("../images/about_div.png");
	width: 170px;
	height: 205px;
	padding: 15px 15px 0;
	position: relative;
}
.home li h1{
	font-style: normal;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-weight: normal;
}
.home li.about div h1{
	border-bottom: 1px solid #fff;
}
.home li.member{	
	background-image: url("../images/member.png");
	text-align: center;
	margin-left: 15px;
}
.home li.member h1{
	padding-top: 40px;
	margin-bottom: 0;
	font-weight: 700;
}
.home li.member .more{
	position: static;
	margin-top: 25px;
	background: none;
	padding: 0;
}
.home1{
	background-image: url("../images/home1.png");
	background-position: center;
	margin-top: 20px;
	padding: 30px 0 20px;
}
.home1 h1, .home1 h1 a{
	color: #005e9e;
}
.home1 h1{
	font-size: 18px;
	font-weight: 700;
	padding-left: 18px;
	background-image: url("../images/home1_h1.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.home1 ul{
	text-align: left;
}
.home1 li{
	display: inline-table;
	vertical-align: top;
	width: 230px;
	text-align: left;
	margin-bottom: 20px;
	padding-left: 15px;
	background-image: url("../images/home1_li.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.down_pdf{
	position: absolute;
	right: 0;
	top: 0;
}
.membership li, .council .m_right li{
	padding-left: 25px;
	display: inline-table;
	width: 320px;
	background-image: url("../images/membership_li.png");
	background-repeat: no-repeat;
	background-position: left top 10px;
	padding-bottom: 20px;
	vertical-align: top;
}
.membership li h3, .council .m_right li h3{
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #cb9029;
	font-style: normal;
}
.council .m_right li{
	padding-left: 0;
	background: none;
	width: 345px;
}
.council .m_right li .first{
	width: 105px;
	text-align: center;
	font-size: 11px;
}
.council .m_right li img{
	max-height: 135px;
}
.img_border{
	width: 105px;
	line-height: 135px;
	border: 1px solid #000;
}
.member td{
	padding: 0 5px 5px 0;
}
.member td.first{
	width: 6px;
	padding-right: 2px;
}
.member td.item2{
	width: 200px;
}
.member td input{
	width: 100% !important;
}
.member .col_2{
	padding-top: 20px;
}
.member .col_2 li{
	width: 315px;
	display: inline-table;
	background-image: url("../images/col_2_li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0 0 30px;
}
.member .col_2 li.last{
	float: right;
}
.member .col_2 td.item2{
	width: auto;
}
.cont1 li{
	display: inline-table;
	vertical-align: top;
	width: 450px;
}
.cont1 li.last{
	float: right;
}
.cont1 img{
	margin-right: 5px;
}
.cont1 h2{
	font-style: normal;
	font-weight: bold;
	color: #222222;
	font-size: 15px;
	text-transform: capitalize;
	padding-left: 15px;
	background-image: url("../images/m_left_li.png");
	background-repeat: no-repeat;
	background-position: left;
}
.footer{
	clear: both;
	width: 100%;
	position: relative;
	color: #fff;
	text-align: center;
	background-color: #005e9e;
	background-image: url("../images/footer.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 100px;
	font-size: 12px;
}
.footer .main{
	padding: 25px 10px;
}
.footer a{
	color: #fff;
	font-weight: 600;
	font-size: 11px;
}
.foot1, .foot2{
}
.foot1{
	float: left;
	text-align: left;
}
.foot2{
	float: right;
	text-align: right;
}
.foot2 em{
	font-weight: 600;
	font-size: 11px;
}
.entry-title h1{
	margin-bottom: 25px;
}
.breadcrumb{
	clear: both;
	text-transform: capitalize;
	z-index: 9;
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 15px;
	line-height: 35px;
	padding-left: 10px;
	color: #005e9e;
}
.breadcrumb a{
}
h2.title, h2.subheading-category{
	line-height: 35px;
	background-image: url("../images/h2.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 14px;
	margin: 30px 0 15px;
	color: #fff;
	font-weight: 600;
}
.m_left h2, .m_right h2.title{
	line-height: 30px;
	background: none;
	padding: 0;
	color: #222222;
	margin: 0 0 10px;
	text-transform: capitalize;
}
.m_right h2.title{
	color: #005e9e;
}
.m_right table{
	width: 100%;
}
.item-page, .blog{
	padding-bottom: 25px;
}
.gal_popup a{
	margin: 0 10px 10px 0;
	display: inline-table;
	/*background-image: url("../images/gal_popup_a.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 17px;/**/
	vertical-align: bottom;
}
.gal_popup img{
	width: 188px;
}
.m_right .gal_popup{
}
.m_right .gal_popup a{
}
.m_right .gal_popup img{
	width: 225px;
}
.gal_general a{
}
.gal_certificate img{
	width: 165px !important;
}
.m_left, .m_right{
	margin-top: 10px;
}
.m_left h2, .m_right h2{
}
.m_right{
	float: right;
	width: 725px;
	position: relative;
}
.m_right img{
	max-width: 100%;
}
.m_left{
	float: left;
	width: 230px;
}
.m_left ul{
}
.m_left ul li{
	cursor: pointer;
}
.m_left ul li:last-child{
	border-bottom: none;
}
.m_left ul li a{
	text-transform: capitalize;
	line-height: 22px;
	display: block;
	font-style: italic;
}
.m_left ul li.active, .m_left ul li:hover{
	padding-left: 15px;
	background-image: url("../images/m_left_li.png");
	background-repeat: no-repeat;
	background-position: left;
}
.m_left ul li.active a, .m_left ul li:hover a{
	font-weight: bold;
}
.m_left ul li ul{
	display: none;
}
.m_left ul li.active ul, .m_left ul li.current-menu-parent ul{
	display: block;
}
.m_left ul li li{
	background: none;
	padding: 0;
}
.m_left ul li li a{
	text-transform: capitalize;
	height: auto;
	line-height: normal;
	color: #222222;
	font-weight: normal;
	font-size: 12px;
}
.m_left ul li li.active a, .m_left ul li li:hover a{
	font-weight: bold;
}
.m_right table td{
	padding-right: 10px;
	padding-bottom: 15px;
}
.m_right .noleft{
	margin-left: 0;
}
.items-row .item{
	display: inline-table;
	margin-right: 15px;
	width: 300px;
	background-image: url("../images/gal_services_a.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 10px;
}
.items-row .item img{
	width: 300px;
	height: 200px;
}
.items-row .item strong{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 270px;
	padding: 15px;
	color: #fff;
	background-color: #000;
	background: rgba(0,0,0,0.4);
	font-weight: normal;
}
.items-row .item strong a{
	color: #fff;
}
.items-row .column-3{
	margin-right: 0;
}
.pull-right, .pagenavcounter{
	display: none;
}
.pagination-list{
	width: 100%;
	text-align: right;
	clear: right;
	padding-top: 20px;
}
.pagination-list li{
	display: none !important;
}
.pagination-list .hidden-phone{
	display: inline-table !important;
	width: 20px !important;
	height: 20px;
	color: #222222;
	text-align: center;
	margin: 0 3px;
	padding: 0 !important;
	border: 1px solid #ddd;
	background: none;
}
.pagination-list .hidden-phone a{
	display: inline-table;
	margin: 0;
	padding: 0;
}
.pagination-list .hidden-phone.active a{
	color: #2e9d29;
}
#ot_contactform{
	padding: 0 !important;
	background-color: transparent !important;
	border: none !important;
}
#ot_contactform h1{
	display: none !important;
}
#ot_contactform label{
	display: inline-table !important;
}
#ot_contactform input, #ot_contactform textarea{
	padding: 0 10px !important;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
#ot_contactform input{
	width: 180px !important;
	margin-right: 10px !important;
}
#ot_contactform textarea{
	width: 400px !important;
	height: 80px;
	padding: 10px !important;
}
#ot_contactform .button, .member  .button{
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	display: block;
	margin: 0 0 15px;
	background-color: transparent;
	border: none;
	width: 80px !important;
	font-style: normal;
	height: 30px !important;
	line-height: 30px;
	background-image: url("../images/button.png");
}
.slide, .slide img{
	width: 100%;
}
.slide .bx-wrapper .bx-prev {
	left: 10px;
}
.slide .bx-wrapper .bx-next {
	right: 10px;
}
#boxplus .boxplus-viewer{
	width: 0;
	height: 0;
}
.icon_mobile, .icon_2, ._menu2{
	display: none;
}