@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: "gothic", 'O_Regular', sans-serif;
	min-width: 1000px;
	background-image: url("../images/bg.png");
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #fff;
}
img{
	border: none;
	vertical-align: middle;
}
.clr{
	clear: both;
}
p {
	padding: 0;
	margin: 0;
}
ul, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 22px;
}
a{
	text-decoration: none;
	color: #222222;
}
.blue{
	color: #32a612;
	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: bold;
	font-size: 17px;
}
hr{
	margin: 15px 0;
	border: none;
	border-bottom: #dddddd solid 1px;
	
}
h2, h4{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
h2{
	font-size: 15px;
	margin: 0 0 10px;
}
h4{
	margin: 10px 0;
}
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: 980px;
	position: relative;
	padding: 0 10px;
}
.top{
	width: 100%;
	z-index: 99;
	position: relative;
	background-image: url("../images/top.png");
	background-repeat: repeat-x;
	min-height: 140px;
}
.home_page .top .top_sub{
	z-index: 9;
	position: absolute;
	top: 0;
	width: 100%;
}
.logo1{
	float: left;
	padding-top: 15px;
}
.logo2{
	float: right;
	padding: 35px 0 0;
	line-height: normal;
}
.logo2 td{
	text-align: right;
	vertical-align: middle;
	padding: 0 0 0 40px;
	font-size: 12px;
}
.logo2 td strong{
	color: #efb013;
	font-weight: bold;
	font-size: 13px;
}
.logo2 img{
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 3px;
}
._menu, ._menu ul, ._menu ul li{
	height: 40px;
}
._menu{
	float: right;
	margin-top: 15px;
	background-position: left bottom;
	clear: right;
}
._menu ul{
}
._menu ul li{
	display: inline-table;
	position: relative;
	margin: 0 0 0 5px;
}
._menu ul li:first-child{
	border-left: none;
	border-radius: 3px 0 0 3px;
}
._menu ul li:last-child{
	border-right: none;
	border-radius: 0 3px 3px 0;
}
._menu ul li a{
	display: block;
	line-height: 20px;
	color: #222222;
	text-transform: none;
	padding: 7px 7px 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
._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{
}
._menu ul li.active a, ._menu ul li:hover a{
	padding-top: 5px;
	border-top: 2px solid #32a612;
	color: #32a612;
}
._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;
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url("../images/more.png");
	line-height: 24px;
	padding-left: 5px;
	color: #fff;
	width: 230px;
}
.more img{
	margin: 0;
}
.bx-wrapper .bx-viewport{
	background-color: transparent;
}
.bx-wrapper .bx-pager{
	display: none;
}
.bx-wrapper .bx-viewport .bx-clone{
	display: none;
}
.testimonials{
	background-image: url("../images/testimonials.png");
	background-position: center;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
	padding: 40px 0 20px;
	font-size: 15px;
}
.testimonials li em{
	display: block;
	margin-top: 10px;
	font-style: normal;
	font-size: 12px;
}
.services{
	padding: 30px 0;
}
.services h1{
	background-image: url("../images/services_h1.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 35px;
	text-transform: uppercase;
	color: #32a612;
	text-align: center;
	font-size: 18px;
}
.services li{
	height: 350px;
}
.services li h2{
	font-size: 13px;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
	padding: 15px 0 5px;
	margin: 0 0 5px;
}
.services li em{
	font-style: normal;
	color: #efb013;
}
.services .bx-wrapper .bx-prev {
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.services .bx-wrapper .bx-next {
	background: url(../images/controls.png) no-repeat -43px -32px;
}
.promotion{
	background-image: url("../images/promotion.png");
	background-size: cover;
	background-attachment: fixed;
	padding: 40px 0;
	text-align: center;
}
.promotion h1{
	background-image: url("../images/promotion_h1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 35px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}
.promotion h2{
	color: #fff;
	padding: 5px 0 40px;
	margin: 0;
}
.promotion .more{
	background-color: #32a612;
	background-image: url("../images/more2.png");
	background-position: right 5px center;
	background-repeat: no-repeat;
	width: 80px;
}
.promotion li{
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}
.promotion li li{
	vertical-align: middle;
	display: table-cell;
	position: relative;
}
.promotion li li img{
	margin-right: 15px;
	max-width: 270px;
}
.promotion li h3{
	height: 50px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
	margin: 0 0 5px;
}
.footer{
	clear: both;
	width: 100%;
	position: relative;
	color: #fff;
	text-align: center;
	background-image: url("../images/footer.png");
}
.footer .main{
	padding: 20px 10px;
	line-height: 30px;
}
.footer a{
	color: #32a612;
}
.foot1, .foot2{
	padding: 0 20px;
}
.foot1{
	float: left;
}
.foot1 strong{
	text-transform: uppercase;
	font-weight: normal;
}
.foot1 img{
	vertical-align: bottom;
	margin-right: 10px;
}
.foot2{
	float: right;
	text-align: right;
}
.foot2 img{
	margin-left: 10px;
}
.content{
	position: relative;
}
.breadcrumb{
	clear: both;
	text-transform: capitalize;
	z-index: 9;
	position: absolute;
	left: 0;
	top: 15px;
	line-height: 15px;
	line-height: 35px;
	color: #32a612;
	width: 100%;
}
.breadcrumbsbreadcrumb{
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}
.breadcrumb a{
}
.item-page{
	padding-bottom: 40px;
}
h2.title{
	height: 60px;
	line-height: 60px;
	background-image: url("../images/h2.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0;
	padding-left: 15px;
	color: #32a612;
	text-transform: capitalize;
	font-size: 0 !important;
}
.item-page h3, h3.title{
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 35px;
}
h3.title{
	background-image: url("../images/h3_title.png");
	background-position: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 50px;
}
.m_left, .m_right{
}
.m_left h2, .m_right h2{
}
.m_right h2{
	display: none;
}
.m_right{
	float: right;
	width: 640px;
}
.m_right .main{
	width: auto;
	padding: 0;
}
.m_right img{
	max-width: 100%;
}
.m_right h3.title{
	background: none;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 0;
	margin: 0;
	text-transform: capitalize;
}
.m_right li{
	padding-left: 20px;
	background-image: url("../images/m_right_li.png");
	background-repeat: no-repeat;
	background-position: left top 14px;
	padding-bottom: 20px;
}
.m_right td{
	padding: 0;
	line-height: 10px;
	vertical-align: bottom;
	padding-top: 10px;
}
.m_right td:first-child{
	width: 75%;
	border-bottom: 1px dotted #ddd;
}
.m_left{
	float: left;
	width: 320px;
}
.m_left ul{
}
.m_left ul li{
	cursor: pointer;
	padding-left: 45px;
	background-image: url("../images/m_left_li.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.m_left ul li:last-child{
	border-bottom: none;
}
.m_left ul li a{
	text-transform: capitalize;
	line-height: 37px;
	display: block;
}
.m_left ul li.active, .m_left ul li:hover{
	background-image: url("../images/m_left_li_hov.png");
}
.m_left ul li.active a, .m_left ul li:hover a{
	color: #32a612;
}
.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;
}
.pro_page li{
	vertical-align: middle;
	line-height: 25px;
	display: table-cell;
}
.pro table{
	background-image: url("../images/pro.png");
	background-position: right 20px center;
	background-repeat: no-repeat;
	width: 400px;
	height: 165px;
	padding-right: 30px;
}
.pro td{
	vertical-align: middle;
	text-align: center;
	padding: 0;
	line-height: normal;
}
.pro img{
	padding-right: 15px;
}
.pro td em{
	font-size: 17px;
	font-style: normal;
	display: inline-table;
	margin-bottom: 10px;
}
.pro td strong{
	width: 110px;
	height: 40px;
	line-height: 40px;
	background-image: url("../images/addon.png");
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: inline-table;
	margin-bottom: 10px;
	font-size: 15px;
}
.pro td strong.addon{
	width: 117px;
	height: 47px;
	line-height: 57px;
	background-image: url("../images/addon2.png");
}
.tes_page h3{
	padding-bottom: 0;
}
.tes_page h3.title{
	padding-bottom: 35px;
}
.tes_page em{
	font-size: 15px;
	text-align: center;
	padding-bottom: 35px;
	display: block;
}
.tes_page li{
	position: relative;
	margin-bottom: 60px;
	background-image: url("../images/tes_page_li.png");
	background-position: left top;
	padding: 0 0 0 6px;
}
.tes_page li div{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 20px 15px;
}
.tes_page li em{
	font-size: 13px;
	text-align: right;
	padding-bottom: 0;
	position: absolute;
	bottom: -30px;
	right: 0;
}
.cont1 li{
	display: inline-table;
	vertical-align: top;
	width: 450px;
}
.cont1 li.last{
	float: right;
}
.cont1 img{
	margin-right: 5px;
}
.cont1 h3{
	padding-bottom: 0;
}
.cont1 h3.title{
	padding-bottom: 35px;
}
.cont1 em{
	display: block;
	text-align: center;
	padding-bottom: 20px;
	font-size: 15px;
}
.cont1 h2{
	font-style: normal;
	font-weight: normal;
	color: #222222;
	font-size: 22px;
	text-transform: capitalize;
	margin: 25px 0 20px;
}
.cont1 li h3{
	text-align: left;
}
.cont1 td td{
	width: 180px;
	white-space: nowrap;
}
.cont1 td td img{
	margin-right: 10px;
}
.policies h3{
	padding-bottom: 0;
}
.policies h3.title{
	padding-bottom: 35px;
}
.policies em{
	display: block;
	text-align: center;
	padding-bottom: 20px;
	font-size: 15px;
}
.policies img{
	margin: 0 20px 20px 0;
	max-width: 100%;
	float: left;
}
.page_navi{
	float: right;
}
.page_navi .page-numbers{
	display: inline-table;
	background-image: url("../images/page_li.png");
	width: 18px;
	height: 17px;
	color: #222222;
	text-align: center;
	margin: 0 3px;
}
.page_navi .page-numbers.current{
	color: #32a612;
}
.page_navi .next, .page_navi .prev{
	display: none;
}
#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: 15px !important;
}
#ot_contactform textarea{
	width: 400px !important;
	height: 80px;
}
#ot_contactform .button{
	padding: 5px 7px;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	display: block;
	margin: 0 0 15px;
	background: #32a612 !important;
	border: none;
	width: 70px !important;
	border-radius: 3px;
	font-style: normal;
	height: 25px !important;
}
.slide{
	width: 100%;
	overflow: hidden;
}
.customslide, .customslide img{
	width: 1800px;
	min-width: 100%;
}
.slide .bx-wrapper .bx-prev {
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.slide .bx-wrapper .bx-next {
	background: url(../images/controls.png) no-repeat -43px -32px;
}
#boxplus .boxplus-viewer{
	width: 0;
	height: 0;
}
.icon_mobile, .ul_2, ._menu2{
	display: none;
}