/* global styles */

form {
	display:inline
}

html {
  background:-moz-linear-gradient(center top , #57BBF6 0px, #FFFFFF 195px) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 10%, from(#57BBF6), to(#FFFFFF));
	font-size:100%;
}

body {

}

.second-body {
	background:url("../images/back-2.jpg") repeat-x scroll center top 0 #fff;
}

h3 {
	color: #fff;
}

a {
	color: #00910A;
}

table {
	border-collapse: collapse;
}

th {
	background-color: #CCCCCC;
}

td {
	height: 15px;
}

ul, ol {
	margin: 0;
	padding-left: 20px;
}

.right {
	text-align:right;
}

.grey {
	color:#808080;
}

.green {
	color:#055DD8;
}

.red {
	color:#FF0000;
}

.absolute {
	position:absolute;
}

.float-left {
	position:relative;
	float:left;
}

.float-right {
	position:relative;
	float:right;
}

.clear-both {
	clear:both;
}

input.long {
	width:300px;
}

input.medium {
	width:200px;
}

input.short {
	width:100px;
}

input.tiny {
	width:50px;
}

input.supertiny {
	width:25px;
	font-size:90%;
	padding:0;
	text-align:right;
}

div.message {
	background-color:#5CADF9;
	border-color:#7FBAF4;
	text-align:center;
	width:670px;
	font-weight:bold;
	color:#FFFFFF;
}

div.warning {
	width:550px;
	background-color:#FFEFEF;
	border-color:#FF9F9F;
	text-align:center;
}

div.message, div.warning {
	-moz-border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:1px;
	padding:20px;/*0 0.6em;*/
	margin-bottom:20px;
	border-radius:5px;
}

.message p, .warning p {
	margin:5px;
}

.site-wrapper {
	width:996px;
	margin:auto;
	color:#65696C;
	font-family:Calibri;
}

#header {
	height:110px;
	position:relative;
	width:996px;
	margin:auto;
}

.wrapper996 {
	width:996px;
	margin:auto;
}

/* START MENU CSS */

#menu li {
	font-family:Calibri;
}

#menu {
	width:650px;
	height:41px;
	font-size:105%;
	font-weight:bold;
	position:absolute;
	float:right;
	margin-top:-45px;
	right:0;
}

	#menu ul {
		list-style-type:none;
		right:0;
	}

	ul.sub-menu {
		box-shadow:0px 0px 1px #BCBCBC;
		margin-top:5px;
		background: url("../images/sub-menu-back.png") repeat-y top center;
	}

		ul.sub-2 {
			margin:-10px 0 0 40px;
			z-index:-5px;
			padding:12px 15px;
		}

		.sub-menu a:hover {
				color:#fff;
				background:#2D82DC;
			}

			.submm {
				margin-left:-20px;
			}

		.white-rectangle {
			width:23px;
			height:11px;
			background:url("../images/white-rectangle.png") no-repeat scroll 0 0 transparent;
			margin:-9px 0 0 30px;
		}

		.white-rectangle2 {
			height:15px;
			width:13px;
			background:url("../images/white-rectangle2.png") no-repeat scroll 0 0 transparent;
			position:absolute;
			margin:10px 0 0 -27px;
		}

		#menu > ul > li {
			height:41px;
			float:left;
			font-weight:bold;
			margin:0 0px;

		}

		.menu-item {
			padding:0 15px;
			/*background:url("../images/menu.png") repeat-x scroll 0 0 transparent;*/
		}

		#menuSelected {
			padding:0 15px;
		}

			#menu > ul > li > a {
				text-transform:uppercase;
				display:block;
				text-decoration:none;
				text-align:center;
				padding:10px 0;
				color:#0767CE;
				margin-top:3px;
				font-weight:bold;
				text-shadow:0px 0px 1px #49A6D1;
			}

			#menu > ul > li > a:hover {
				color:#fff;
				text-shadow:0px 0px 1px #0FA11A;
			}

			#menuSelected > a {
				color:#fff;
			}

/* END MENU CSS */

/* START SECONDARY MENU CSS */

#secondary-menu li {
	font-family:Arial;
}

#secondary-menu {
	top:4px;
	height:115px;
	font-size:80%;
	overflow:hidden;
	position:relative;
	margin-top:-70px;
	float:right;
	width:750px;
}

	#secondary-menu ul {
		height:51px;
		list-style-type:none;
		padding:0;
		position:relative;
		float:right;
	}

		#secondary-menu ul li {
			height:51px;
			float:left;
			margin:0 0px;
		}

		.secondary-menu-item {
			padding:0 12px;
			/*background:url("../images/menu.png") repeat-x scroll 0 0 transparent;*/
		}

		#secondary-menuSelected {
			padding:0 12px;
			background:url("../images/menu-selected.png") repeat-x scroll 0 0 transparent;
		}

			#secondary-menu ul li a {
				display:block;
				text-decoration:none;
				text-align:center;
				padding:17px 0;
				color:#22993D;
				margin-top:55px;
			}

			#secondary-menu ul li a:hover {
				color:#007AC0;
			}

			#secondary-menuSelected a {
				color:#007AC0 !important;
			}

/* END MENU CSS */

#slideshow {
	margin-top:-15px;
	position:relative;
	height:380px;
}

.slideshowShadow {
	position:absolute;
	top:100%;
}

#main {
	position:relative;
	float:left;
	width:736px;
	margin:20px 0 10px 0;
	font-family:Calibri;
}

.text-preview {
	color:#373737;
	font-family:Calibri;
	text-align:justify;
}

.text-preview a {
	text-decoration:none;
}

#rightBar {
	position:relative;
	float:right;
	width:250px;
	margin-left:10px;
	margin-top:20px;
}

#homeArticle {
	min-height:550px;
}

#homeArticle p {
	color:#5C5C5C;
}

#homeArticle a {
	color:#5C5C5C;
	text-decoration:none;
	font-weight:bold;
	font-family:Tahoma;
	font-size:105%;
}

#homeArticle a:hover {
	color:#5C5C5C;
	text-decoration:none;
}

#homeArticle #newsslider a {
	color:#FFF;
}

#homeArticle #articleslider li.selected a {
	color:#fff;
}

div.jqans-wrapper.default {
	z-index:1;
}

div.jqans-wrapper.default .jqans-pagination {
	background: #FCF9F9;
	border-radius:2px;
	padding:2px;
	color:#FCF9F9;
}

div.jqans-wrapper.default .jqans-pagination-controls {
	margin-top:1px;
	margin-right:5px;
}

#articleBottom {
	width:365px;
	position:absolute;
	bottom:10px;
	background: none repeat scroll 0 0 #290D0D;
  border-top: 1px solid #A30000;
  height: 18px;
}

div.jqans-wrapper.default li {
	width:173px;
	margin-left:5px;
}

.xxx {
	border:1px solid #000;
}

.news-home-wrapper {
	width:365px;
	min-height:392px;
	margin-bottom:10px;
	background: none repeat scroll 0 0 #FF730F;
  border-left: 1px solid #B9C7D3;
  border-right: 1px solid #B9C7D3;
  padding: 10px 0 0;
}


/* News Slider */

div.jqans-content img {
  margin: 10px 10px 10px 0;
  width:240px;
  height:160px;
  float:left;
  border:10px solid #EFEEEA;
  border-radius:10px;
}

div.jqans-wrapper.default {
	border:0;
}

div.jqans-wrapper.default .jqans-stories img {
	height:106px;
}

div.jqans-wrapper.default .jqans-stories ul, div.jqans-wrapper.default .jqans-stories li {
	height: 165px;
	z-index:100000;
	margin-bottom:20px;
	border-radius:5px;
}

div.jqans-wrapper.default .jqans-stories li.selected a {
	color:white;
}

div.jqans-wrapper.default .jqans-stories li h3 {
	width:120px;
	margin:auto !important;
	font-size:10px;
	overflow:hidden;
	height:39px;
	padding-top:2px;
}

div.jqans-wrapper.default .jqans-stories li.selected {
	background: none repeat scroll 0 0  #84CC06;
}

div.jqans-wrapper.default .jqans-stories-selector li.selected div {
	border-bottom:10px solid #F0EEEF;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
}

div.jqans-wrapper.default, div.jqans-wrapper.default .jqans-container {
	width:710px;
}

div.jqans-wrapper.default .jqans-container .jqans-content {
	height:260px;
}

div.jqans-wrapper.default .jqans-container .jqans-content div {
	overflow:hidden;
}

div.jqans-wrapper.default .jqans-container a:hover {
	text-decoration:underline;
	color:#0045FF;
}

div.jqans-wrapper.default .jqans-container {
	height:300px;
}

div.jqans-wrapper.default {
	margin-bottom:0;
}

div.jqans-stories-selector li {
	background:#fff;
}

div.jqans-wrapper {
	color:#222;
	line-height:1.2;
}

div.jqans-wrapper.default .jqans-content p {
	line-height:1.5;
}

div.jqans-wrapper.default .jqans-stories li img {
	margin-top:5px;
}

div.jqans-wrapper.default .jqans-stories {
	background:#fff;
}

.read-more {
	background-color:#0060C9;
	padding:4px 8px;
	width:90px;
	border-radius:5px;
	text-align:center;
}

.read-more a {
	font-size:95%;
	color:#fff;
	font-family:Calibri;
	text-decoration:none;
}

.read-more:hover {
	background-color:#283990;
}

#customerService {
	color:#868686;
	font-weight:bold;
	font-family:Calibri;
	font-size:90%;
	margin-top:20px;
	line-height:40px;
}

.ym-icon img {
	width:105px;
}

.ym-icon {
	width:119px;
	height:34px;
	padding:3px 0 0 15px;
	position:absolute;
	background:url("../images/base-ym.png") no-repeat scroll center top transparent;
	margin-top:-17px;
}

.memberLogin {
	position:absolute;
	width:166px;
	height:38px;
	background:url("../images/login.png") no-repeat scroll center center transparent;
	margin:-13px 0 0 67px;
	padding:18px 0 0 35px;
	text-transform:uppercase;
	font-family:Calibri;
	font-size:95%;
	color:#fff;
}

.memberLogin:hover {
	background:url("../images/login-hover.png") no-repeat scroll center center transparent;
}

.memberLogin2 {
	position:absolute;
	width:166px;
	height:38px;
	background:url("../images/member-area.png") no-repeat scroll center center transparent;
	margin:-15px 0 0 75px;
	padding:20px 0 0 22px;
	text-transform:uppercase;
	font-family:Calibri;
	font-size:85%;
	color:#fff;
}

.memberLogin2 a {
	text-decoration:none;
	color:#fff;
}

#consultation {
	margin-top:-15px;
	text-decoration:none;
}

#consultation a {
	text-decoration:none;
	font-size:130%;
	font-family:Calibri;
	text-transform:uppercase;
	color:#fff;
	padding: 5px 55px;
}

.consulBox {
	position:realtive;
	width:250px;
	height:80px;
	background:url("../images/consul.png") no-repeat scroll center center transparent;
	padding-top:60px;
	text-align:center;
}

.consulBox:hover {
	background:url("../images/consul-hover.png") no-repeat scroll center center transparent;
}

#lastNews {
	margin-bottom:30px;
}

.lastnewstitle {
	color:#AD0C40;
	text-transform:uppercase;
	font-size:160%;
	font-family:Tahoma;
	margin-bottom:20px;
}

.newsList li {
	list-style-type:none;
	padding:0 0 5px 25px;
	margin-bottom:5px;
	border-bottom:2px solid #D7D7D7;
	background:url("../images/news-icon.png") no-repeat scroll left center transparent;
}

.newsList li a {
	text-decoration:none;
	color:#5A5A5A;
	font-family:Calibri;
	font-size:95%;
	font-weight:bold;
}

.newsList li a:hover {
	color:#007AC0;
}

.testi-title {
	text-transform:uppercase;
	font-size:160%;
	font-family:Tahoma;
	color:#636363;
	margin:-2px 0 10px 20px;
}

#listticker {
  border: 0;
  height: 370px;
  overflow: hidden;
  padding-bottom: 13px;
  padding-left: 0;
  width: 700px;
}

#listticker2 {
  border: 0;
  overflow: hidden;
  padding-bottom: 13px;
  padding-left: 0;
  width: 700px;
}

#listticker2 .news-text {
	margin-top:0;
  color: #595A52;
  display: block;
  font-family: Verdana;
  font-size: 80%;
  line-height: 21px;
  font-weight:bold;
}

#listticker li, #listticker2 li {
	padding:15px 25px 15px 25px;
	margin-bottom:20px;
	background:url("../images/testimonial-back.png") repeat-y scroll center center transparent;
}

#listticker2 li {
	list-style: none outside none;
	min-height: 83px;
}

#listticker2 img {
  float: left;
  margin-right: 10px;
  padding: 2px;
}

#listticker .news-text {
	margin-top:0;
}

.news-text {
	height:63px;
	overflow:hidden;
}

#listticker img, #listticker2 img {
	margin-top:2px;
}

.testi-write {
	float:right;
	margin-right:15px;
	color:#549320;
	font-size:110%;
	font-weight:bold;
	font-family:Calibri;
	bottom:0;
}

#topFooter {
	background:url("../images/top-footer-back.jpg") repeat-x scroll top center transparent;
	margin:auto;
	font-family:Calibri;
	color:#fff;
	min-width:996px;
}

.midFooter {
	font-size:100%;
	width:996px;
	margin:auto;
	color:#fff;
}

#footer {
	background:#0168D1;
	font-size:80%;
	margin:auto;
	font-family:Calibri;
	color:#fff;
	min-width:996px;
}

.footerMenu {
	font-size:100%;
	width:996px;
	margin:auto;
	color:#fff;
	position:relative;
}

#powered {
	color:#6F6F6F;
	font-weight:bold;
	font-family:Tahoma;
  background: black;
  padding: 5px 0;
}

.footer_info300{
	padding-left: 30px;
	width: 200px;
	float: left;
	margin: 26px 0 30px;
	font-size:120%;
}
.footer_info300 a{
	text-decoration:none;
	color:#fff;
}
.footer_info300 a:hover{
	color:#000;
}

.footer_info300 li {
	list-style: none outside none;
	padding:7px 0 7px 0;
	color:#575757;
	font-weight:bold;
	text-align:left;
}

.house-icon {
	float:left;
	width:30px;
	padding:10px;
}

.contactAdreess {
	float:left;
	padding:15px 5px;
	color:#6F6F6F;
	font-family:Calibri;
	font-size:130%;
	font-weight:bold;
}

#pageTitle {
  margin: 15px 0px 5px 0;
  padding:0 10px 0 0;
  color:#BBBBBB;
	font-family:Calibri;
}

#pageTitle h2 {
	margin:0;
	font-size:200%;
}

/* PRODUCT CSS START */

.product-wrapper {
  margin: 10px 13px 5px 10px;
  float: left;
  width:220px;
}

.product-box {
  padding: 5px 15px 15px 2px;
  text-align: center;
  width: 210px;
  border-radius:7px;
  min-height:310px;
}

.product-box img {
	width:210px;
	padding-bottom:12px;
	margin-top:30px;
}

.product-box-title {
	margin-top: 5px;
	font-weight:bold;
	overflow:hidden;
	line-height:2;
	width:205px;
	text-align:left;
	padding-left:0px;
}

.product-box-title a {
	font-size:12px;
	color:#1FA62E;
	text-decoration:none;
	font-family:Arial;
	text-shadow:0px 0px 0px #75C880;
	text-transform:uppercase;
}

.product-box-title a:hover {
	color:#007AC0;
}

.product-image-wrapper {
	width:210px;
	overflow:hidden;
  height:210px;
  border:5px solid #EFEFEF;
  border-radius:7px;
  background-color:#fff;
}

.product-box-price {
	color:#fff;
  font-size: 90%;
  font-weight: bold;
  margin: 3px 0px;
  width:110px;
	text-align:left;
	padding:4px 10px;
  font-family:Arial;
  background:-moz-linear-gradient(center top , #9ED351 0px, #66BD0C 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9ED351), to(#66BD0C));
	border-radius:5px;
	text-align:center;
	box-shadow:1px 1px 0px #3E8D0D;
	text-shadow:0px 0px 1px #A0D346;
}

.product-left {
	position:relative;
	float:left;
	margin-left:5px;
}

.product-right {
	position:relative;
	float:left;
	margin-top:15px;
	margin-left:20px;
	width:345px;
	font-family:Calibri;
	color:#6F6F6F;
}

.product-image {
	margin-top:15px;
	position:relative;
	float:left;
	width:340px;
	height:340px;
	background:#FFFFFF;
	border:8px solid #EFEFEF;
	border-radius:8px;
	overflow:hidden;
}

.product-image img {
	margin-top:50px;
	position:relative;
	padding:5px;
	border-radius:5px;
}

.product-detail-wrapper {
	position:relative;
	margin-top:20px;
}

/* DETAIL */

.product-title {
	color:#1FA62E;
	margin-top:-20px;
}

.product-description {
	color:#000;
	text-align:left;
	margin-bottom:10px;
	border-bottom:3px solid #D7D7D7;
}

table.detailOther td {
	color:#363636;
	font-weight:bold;
	padding: 0 5px;
	line-height:1.6;
}

table#schedule td {
	padding: 3px 5px;
}

/* PRODUCT END */

.faq-box {
	position:relative;
	margin-left:18px;
}

.question {
	color:#1FA62E;
	text-shadow:0px 0px 0px #75C880;
	float:left;
	width:675px;
	font-family:Calibri;
	font-size:130%;
}

.answer {
	color:#373737;
	float:left;
	margin:-15px 0 0 35px;
	font-family:Arial;
	font-size:110%;
}

.faq-icon {
	float:left;
	width:25px;
	margin-top:12px;
}

#contactUs, #sendComment, #testimonialForm, #suggestionForm {
	border-radius:10px;
	border:1px solid #EFEFEF;
	margin-top:20px;
	padding:10px;
	width:680px;
}

table.loose tr {
	line-height:2em;
}

table.loose tr > td {
	padding:5px 3px;
	vertical-align:top;
}

/* NEWS START */

.news, .article {
	margin-left:0;
}

.float-left {
	position:relative;
	float:left;
}

.left-image {
	 margin:0 20px 5px 0;
	 border:10px solid #F1EFF0;
	 border-radius:7px;
}

.news-date, .article-date {
	font-size:80%;
	color:#777777;
}

.news-footer a:hover, .article-footer a:hover {
	text-decoration:none;
	color:#31AEE1;
}

.news-title a, .article-title a {
	text-decoration:none;
	color:#7E808D;
	font-family:Calibri;
	font-size:170%;
	text-shadow:0px 0px 0px #75C880;
	font-weight:bold;
	margin:10px 0 0 0;
}

.news-title a:hover, .article-title a:hover {
	color:#0164C1;
}

.news-footer, .article-footer {
	border-bottom:1px solid #EBEBE9;
	margin-bottom:20px;
	padding-bottom:5px;
	margin-top:-20px;
}

.read_more {
	position:relative;
	float:left;
	text-decoration:none;
	color:#055DD8;
}

.share {
	position:relative;
	float:right;
}

/* END NEWS */

.paging {
	position:right;
	float:right;
}


.paging b, .paging a {
	background:url("../images/page.png") no-repeat scroll left bottom transparent;
	width:24px;
	height:18px;
	display:block;
	text-align:center;
	padding-top:3px;
	float:left;
	text-decoration:none;
	font-size:67%;
	line-height:1.5em;
	color:#055DD8;
}

.paging a {
	font-family:Tahoma;
	color:#868686;
}

.paging-wrap {
	margin:auto;
	float:right;
}

#leftbar {
	position:relative;
	float:left;
	width:200px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:15px;
}

#adminMenu {
	position:relative;
	width:200px;
	padding:10px 0;
}

#adminMenu ul {
	padding-left:0;
}

.ui-accordion-content {
	width:228px !important;
}

#adminMenu a {
	text-decoration:none;
	font-size: 12px;
  line-height: 1.8;
}

#adminMenu .ui-accordion-content a:hover {
	color:#000000;
}

#adminMenu div {
	padding:10px;
	background:#FFFFFF;
}

#adminMenu li {
	padding-left:15px;
}

#leftbar ol, #leftbar ul {
	padding-left:0;
	list-style:none outside none;
}

#services {
	color:#363636;
}

.service-box {
	padding:20px;
}

.service-title {
	text-decoration:none;
	color:#1FA62E;
	font-family:Calibri;
	font-size:170%;
	text-shadow:0px 0px 0px #75C880;
	text-transform:uppercase;
}

.service-footer {
	position:relative;
	border-bottom:2px solid #F3F3F3;
}

.detail-item .date {
	font-size: 90%;
}

#adminContent {
	font-family: arial;
	font-size: 85%;
	width: 765px;
	float:left;
	min-height:350px;
	padding-left:10px;
}

#membersContent {
	font-family: arial;
	font-size: 85%;
	width: 715px;
	float:left;
	min-height:350px;
	padding-left:10px;
}

#modal2 {
	background: none repeat scroll 0 0 #FFFFFF;
	/*background: url("../images/background-box.png") repeat-x scroll left 0 transparent;*/
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  width: 400px;
  background-color: #F4F4F4;
  border-radius:13px;
  margin: -200px 0 0 -200px;
}

#modal3 {
	/*background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	margin-top: 12px;
	min-height: 338px;*/
}

#modal3 .message {
	margin: 0 15px;
}

#modal2 .header, #modal3 .header {
  /*background: none repeat scroll 0 0 #DDDDDD;
  border-bottom: 1px solid #CCCCCC;*/
  padding: 18px 18px 14px;
}

#modal2 .header h1, #modal3 .header h1 {
    margin: 0 0 0 3px;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #1368CE;
}
#modal2 form, #modal3 form {
    padding: 10px 0;
}
#modal2 .txt, #modal3 .txt {
    padding: 6px 20px;
}
#modal2 .txt input {
    border: 1px solid transparent;
    height: 16px;
    padding: 10px 5px 10px 122px;
    width: 235px;
    border-radius: 4px;
    box-shadow: 0 1px 1px #CCCCCC;
}
#modal2 .txt label {
    float: left;
    /*font-size: 13px;*/
    line-height: 28px;
    /*width: 120px;
    color: #1368CE;*/
    padding: 5px 0 5px 10px;
    position: absolute;
}
#modal2 .txt textarea {
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px #CCCCCC;
	padding: 10px 5px 10px 122px;
	width: 235px;
}
#modal2 .btn {
    padding: 3px 0px 10px 0px;
    height: 44px;
    margin-top: 32px;
    width: 153px;
    margin: 32px auto 0;
}

#modal2 .btn a {
    background: none repeat scroll 0 0 #049CDB;
    border: medium none;
    color: #FFFFFF;
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 28px;
    margin: 0 10px 0 0;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#modal2 .btn input {
    /*background: none repeat scroll 0 0 #049CDB;
    border: medium none;
    float: left;
    font-family: sans-serif;
    margin: 0 10px 10px 0;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    height: 28px;
    */
    color: #FFFFFF;
    font-weight: bold;
    line-height: 28px;
    font-size: 15px;
    background: url("../images/save-button.png") no-repeat scroll center 0 transparent;
    cursor: pointer;
    border: none;
    width: 153px;
    height: 40px;
    padding-bottom: 6px;
}
#modal2 .btn input:hover {
	background: url("../images/save-button-hvr.png") no-repeat scroll center 0 transparent;
}
#modal2 .btn a.cancel {
    background: none repeat scroll 0 0 #DDDDDD;
    box-shadow: none;
    color: #333333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* BREADCRUMB */

.breadcrumb {
	padding:10px 0;
	margin:10px 0 0 0;
}

.breadcrumb-item {
	padding:2px 0px;
	position:relative;
	float:left;
	font-size:100%;
	color:#5C615B;
}

.breadcrumb-item a {
	color:#7A7A82;
	font-weight:bold;
	text-decoration:none;
}

.breadcrumb-item a:hover {
	color:#007AC0;
}

.breadcrumb-item-active {
	padding:2px 0px;
	position:relative;
	float:left;
	font-size:100%;
}

.breadcrumb-item-active a {
	color: #0788DC;
	font-weight:bold;
	text-shadow:0px 0px 0px #3E8D0D;
	text-decoration:none;
}

.breadcrumb-separator {
	padding:0 5px;
	position:relative;
	float:left;
	font-size:110%;
}

/* ----- END breadcrumb -----*/

.single-sub-category {
	padding:5px 15px;
	background-color:#fff;
	margin-bottom:10px;
	border-radius:10px;
	box-shadow:0px 0px 3px #94EB31;
	font-size:120%;
	font-weight:bold;
	color:#000;
	margin-top:20px;
}

.single-sub-category a {
	text-decoration:none;
}

.partner-choice {
	padding:5px 15px;
	background-color:#fff;
	margin-bottom:10px;
	border-radius:10px;
	box-shadow:0px 0px 3px #94EB31;
	font-size:130%;
	font-weight:bold;
	color:#000;
	margin-top:20px;
}

.partner-choice a {
	font-family:Calibri;
	text-decoration:none;
}

.green-circle {
	width:16px;
	height:16px;
	background-color:#87DE2D;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	float:left;
}

.more-product {
	float:right;
	color:#76CA10;
	margin-top:60px;
	margin-bottom:15px;
	margin-right:20px;
	position:relative;
}

.box-sidebar {
	width:240px;
	height:150px;
	margin-bottom:30px;
	background-color:#F6F4F5;
	font-size:100%;
	font-family:Calibri;
	box-shadow:0px 0px 4px #B6B6B6;
	border-radius: 6px;
	padding-top:15px;
}

.box-sidebar-title {
	background: url("images/statistic.png") no-repeat scroll center top transparent;
  padding: 8px 10px 2px;
  text-transform: uppercase;
  text-align:center;
  height:41px;
  width:225px;
}

.box-sidebar-content {
	padding:0 5px 10px 10px;
	line-height:25px;
}

.block-title span, .box-sidebar-title span {
	position:relative;
	top:3px;
}

.vertical-line {
	width:1px;
	height:170px;
	background-color:#D6D7D6;
	float:left;
	margin:0 20px;
}

.cat-parent {
	border-bottom:2px solid #D6D7D6;
	width:150px;
	font-size:120%;
	font-weight:bold;
	color:#43B249;
	margin-top:15px;
	margin-bottom:10px;
	padding-bottom:5px;
}

.top-sub-menu {
	width:439px;
	height:42px;
	background: url("../images/drop-down-menu-1.png") no-repeat top;
	position:relative;
	margin-top:-57px;
	margin-left:-42px;
}

.bottom-sub-menu {
	width:439px;
	height:42px;
	background: url("../images/drop-down-menu-3.png") no-repeat bottom;
	position:absolute;
	margin-top:180px;
	margin-left:-2px;
}

img.framed2 {
    float: left;
    height: 919px;
    margin-bottom: 2px;
    margin-right: 15px;
    overflow: hidden;
    padding: 15px 15px 21px;
    position: relative;
    width: 650px;
}

.about-small {
	width:310px;
	margin:15px;
	border:10px solid #F0EEF1;
}

.discount {
	font-size:200%;
	font-weight:bold;
	color:#D01616;
}

.content-text {
	font-family:Calibri;
}

.notes {
	font-size:12px;
	color:#D06C00;
}

.tableOutside {
	padding:8px;
	box-shadow:0px 0px 3px #C8CBC1;
}

.partner {
	background:-moz-linear-gradient(center top , #75C911 0px, #93CB32 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#75C911), to(#93CB32));
	color:#fff;
	border-bottom:1px solid #97AA72;
}

.slideItem img {
	width:996px;
	height:350px;
}

#slideBox {
	width:996px;
	height:350px;
	background-color:#FBF9FA;
	margin:10px 0;
	margin-bottom:40px;
	border:1px solid #A7D9F4;
}

#welcomeNotes {
	width:956px;
	min-height:150px;
	padding:5px 20px;
	text-align:justify;
	margin-top:-25px;
	font-family:Calibri;
}

#welcomeNotes img {
	width:200px;
}

#bannerHome {
	background: url("../images/banner-back.jpg") repeat-x scroll right top ;
	font-size:12px;
	text-align:center;
	margin-top:5px;
	height:160px;
	width:100%;
	margin:auto;
	padding:20px 0;
	min-width:996px;
}

.singleBanner {
	float:left;
	border:6px solid #fff;
	border-radius:7px;
	box-shadow:0px 0px 2px #B6B6B6;
	margin-bottom:20px;
	margin-left:15px;
	margin-right:15px;
}

.singleBanner img {
	width:290px;
	height:143px;
}

.welcome {
	color:#34A4F0;
	text-shadow:0px 0px 0px #2CAAFF;
	font-size:110%;
}

.chruchName {
	color:#106AC2;
	text-shadow:0px 0px 0px #B5E4FE;
	font-size:180%;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
}

.middleColumn {
	width:300px;
	float:left;
	margin-bottom:10px;
	font-family:Calibri;
}

.red-title {
	border-bottom:4px solid #CFCFCF;
	color:#5C5E6B;
	width:290px;
	font-size:160%;
	font-weight:bold;
	padding:7px 0;
	margin:0 5px 5px 5px;
}

.red-title a {
	color:#5C5E6B;
	text-decoration:none;
}

.newsImage {
	width:280px;
	border:5px solid #E2E4D9;
	overflow:hidden;
	border-radius:5px;
	margin:10px 5px 0 5px;
}

.newsImage img{
	width:280px;
}

#eventSingle {
	padding-top:15px;
	padding-bottom:10px;
	border-top:1px solid #F2F2F1;
	border-bottom:1px solid #E9E9E9;
	width:295px;
}

.leftEvent {
	width:85px;
	float:left;
	padding-top:3px;
}

.rightEvent {
	width:205px;
	float:left;
	line-height:1.2;
}

#eventBox {
/*
	border:2px solid #EAEAEA;
*/
	padding:5px 0;
	margin-bottom:30px;
}

.eventDate {
	background:-moz-linear-gradient(center top , #EDEDED 0px, #DDDCD8 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDEDED), to(#DDDCD8));
	border-radius:0 0 10px 10px;
	padding:0 10px;
	font-size:240%;
	width:46px;
	text-align:center;
	color:#0465DA;
	text-shadow:1px 1px 1px #fff;
	font-weight:bold;
	margin:0 10px 5px 5px;
	box-shadow:0px 0px 2px #DCDCDA;
}

.eventMonth {
	border-radius:0 0 10px 10px;
	padding:0 5px;
	font-size:85%;
	width:56px;
	text-align:center;
	color:#0055B4;
	font-weight:bold;
	margin:0px 10px 0 5px;
}

.eventTop {
	background:#1B83E2;
	border-radius:5px 5px 0 0;
	padding:0 5px;
	font-size:95%;
	width:56px;
	height:16px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	margin:0px 10px 0 5px;
	box-shadow:0px 0px 2px #DCDCDA;
	-webkit-box-shadow: inset 0px 0px 9px #246490;
	-moz-box-shadow: inset 0px 0px 9px #246490;
	box-shadow: inset 0px 0px 9px #246490;
}

.eventTitle {
	padding:2px 10px;
	width:200px;
}

.eventTitle a {
	text-decoration:none;
	color:#0669CF;
	font-family:Calibri;
	font-size:130%;
	text-shadow:0px 0px 0px #1F6EA7;
	font-weight:bold;
}

.eventTitle a:hover {
	color:#5EBDF5;
}

.eventContent {
	font-family:Calibri;
	padding:0 10px;
	font-size:100%;
	margin-top:5px;
	color:#82858A;
	text-shadow:0px 0px 0px #BDBCC2;
}

.eventContent2 {
	color:#5C5E6B;
	font-family:Calibri;
	padding:0 10px;
	font-size:100%;
	margin-top:5px;
	text-shadow:0px 0px 1px #B3B3B3;
}

.programName {
	background-color:#428FDF;
	color:#fff;
	margin:12px 5px 8px 5px;
	padding:5px 15px;
	font-weight:bold;
	font-size:120%;
}

.speakerSchedule {
	color:#82858A;
	margin:6px 0 0 20px;
	text-shadow:0px 0px 0px #BDBCC2;
}

.videoContent {
	color:#858A90;
	font-size:100%;
}

.summarySingle {
	position:relative;	
	font-size:120%;
	color:#5B5F6B;
	text-shadow:0px 0px 1px #B8BCC7;
	font-weight:bold;
	margin:10px 5px 10px 0;
	padding:0 0 10px 0;
	border-bottom:2px solid #DEE2EB;
	min-height:55px;
}

.summary-title a {
	text-decoration:none;
	text-transform:uppercase;
	color:#5B5F6B;
	font-size:120%;
}

.summary-speaker {
	font-size: 95%;
  font-weight: normal;
}

.summary-title a:hover {
	color:#135EBB;
	text-shadow:0px 0px 1px #3886C8;
}

#socialMenu {
  float: right;
  margin-top:-70px;
  width:290px;
  position:absolute;
  left:30px;
}

.icon {
  width:40px;
  height:40px;
  display:block;
  float:left;
  margin-right:10px;
}

.fb {
  background:url("images/soc-med-icon.png") no-repeat;
}

.fb:hover {
  background:url("images/sosmed-color.png") no-repeat -5px -5px;
}

.tw {
  background:url("images/soc-med-icon.png") no-repeat -45px 0;
}

.tw:hover {
  background:url("images/sosmed-color.png") no-repeat -51px -5px;
}

.yt {
  background:url("images/soc-med-icon.png") no-repeat -80px 0;
}

.yt:hover {
  background:url("images/sosmed-color.png") no-repeat -130px -5px;
}

.ig {
  background:url("images/icon/ig-2.jpg") no-repeat 5px 4px;
  background-color:#fff;
	width:32px;
	height:32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius:32px;
}

.ig:hover {
  background:url("images/icon/ig-2.png") no-repeat 0 0px;
}
#galleryCategories {
	margin-top:70px;
	margin-bottom:20px;
}

#galleryCategories li {
	color:#448AE9;
	font-weight:bold;
	padding:10px 0 5px 5px;
	margin:0 0 0 15px;
	border-bottom:2px solid #F1F1F1;
	font-family:calibri;
}

#galleryCategories a {
	color:#448AE9;
	font-weight:bold;
	text-decoration:none;
}

#galleryCategories a:hover {
	color:#000;
	text-shadow:0px 0px 0px #055DD8;
}

.silver-line {
	border-bottom:#D2D2D2 solid 5px;
	position:relative;
	display:block;
	width:700px;
}

.blue-line {
	border-bottom:#3D88DB solid 5px;
	position:relative;
	display:block;
	width:100px;
}

.galleryTitle {
	margin:20px 0 10px 0;
	color:#7E808D;
	font-size:160%;
	font-weight:bold;
}

.download {
	width:27px;
	height:27px;
	left:500px;
	margin-top:-23px;
	position:absolute;
	background: url("../images/download.png") no-repeat scroll 0 center transparent;
}

.download:hover {
	background: url("../images/download.png") no-repeat scroll -27px center transparent;
}

.audio-download {
	width:27px;
	height:27px;
	left:540px;
	margin-top:-23px;
	position:absolute;
	background: url("../images/audio-icon.png") no-repeat scroll -120px center transparent;	
}

.audio-download:hover {
	background: url("../images/audio-icon.png") no-repeat scroll -147px center transparent;
}

.video-title {
	margin:0 0;
}

.video-title a {
	text-decoration:none;
	color:#7E808D;
	font-family:Calibri;
	font-size:100%;
	text-shadow:0px 0px 0px #75C880;
	font-weight:bold;
}

.video-title a:hover {
	color:#055DD8;
}

.content-item-video-embed {
	padding:0 15px 10px 0;
}

.gallery-wrapper {
	float:left;
	margin:5px;
	width:174px;
	height:115px;
	overflow:hidden;
}

.gallery-wrapper img {
	width:174px;
}

a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 55px;
}
a.prev {
	left: 5px;
	background-position: 0 0;
}

a.prev:hover {
	background-position: 0 -50px;
}
a.next {
	right:-15px;
	background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}

.branchSingle {
	margin:10px;
}

.branchSingle a {
	text-decoration:none;
	color:#377FC9;
	font-size:130%;
	text-transform:uppercase;
	font-weight:bold;
}

.branchSingle img {
	position:absolute;
}

.branch-city {
	margin:25px 35px;
}

.branch-desc {
	font-weight:bold;
	color:#76767E;
	font-size:110%;
	margin:-20px 0 0 35px;
}

.page-illustration {
	width:996px;
	height:131px;
	margin-top:40px;
}

#branchIll {
	background: url("../images/page/gb-1.jpg") no-repeat scroll center center transparent;
}

#aboutUsIll {
	background: url("../images/page/gb-4.jpg") no-repeat scroll center center transparent;
}

#contactUsIll {
	background: url("../images/page/gb-3.jpg") no-repeat scroll center center transparent;
}

#eventIll {
	background: url("../images/page/gb-2.jpg") no-repeat scroll center center transparent;
}

.menuUser {
	position:absolute;
	background-color:#106AC2;
	color:#fff;
	top:0;
	right:0;
	padding:3px 15px;
	border-radius:0 0 7px 7px;
	font-size:90%;
}

.menuUser a {
	text-decoration:none;
	color:#fff;
}

.bubbleInfo {
    position: relative;
}

.popup {
  position: absolute;
  display: none; /* keeps the popup hidden if no JS available */
  background-color:#FFF;
	-moz-box-shadow:    0 0 3px 3px #EEE;
  -webkit-box-shadow: 0 0 3px 3px #EEE;
  box-shadow:         0 0 3px 3px #EEE;
  border:#aaa solid 1px;
  width:258px;
  line-height: 1;
  z-index:100;
  border-radius:5px;
  padding:15px;
  margin:25px 0 0 -344px;
}

.popup img{
  float:left;
  width:150px;
  margin:15px 15px 10px 0;
}

.trigger {
	cursor:pointer;
}

.highslide-gallery {
	border:3px solid #D2D2D2;	
}

.program-date {
	width: 90px;
  display: block;
  float: left;
}

.midFooter p {
	padding-bottom:5px;
}

.singleActivities {
	margin:20px 0;	
}

.dayAct {
	color:#000;
	font-size:130%;
	font-weight:bold;
	margin-bottom:5px;	
}

ol{
	font-weight:bold;
	}
ol li p{
	font-weight:normal;
	}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.videoSingle{
	margin:15px 0;
	width:220px;
	float:left;
	margin-right:15px;
}
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='videoSingle'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}