body {
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #636363;
}

.clear {
	clear: both;
}

.paddingrigh10 {
	padding-right: 20px;
}

.button {
	background: #00a4e2;
	padding: 8px 15px;
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 3px;
}

.button:hover {
	background: #0083c1;
	color: #FFF;
}

.gray_button {
	background: #666;
	padding: 8px 15px;
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 3px;
}

.gray_button:hover {
	background: #525252;
	color: #FFF;
}

.orange_button {
	background: #fa804a;
	padding: 8px 15px;
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 3px;
}

.orange_button:hover {
	background: #ea703a;
	color: #FFF;
}

.light-bg {
	background: #f2f2f2;
}

a {
	transition: all 0.5s ease 0s;
	color: #2e96d8;
}

.input-error {
	border: 1px solid #e52c01 !important;
}

.success-message {
	background-color: #578A57;
	border: 1px solid #2F622F;
	box-shadow: 0 0 1px #FFF inset;
	color: #FFF;
	padding: 5px 0;
	text-transform: uppercase;
}

.error-message {
	background-color: #fd1717;
	border: 1px solid #e00707;
	box-shadow: 0 0 1px #FFF inset;
	color: #FFF;
	padding: 5px 0;
	text-transform: uppercase;
}

.contact ul li input:-ms-input-placeholder {
	color: #888;
}

.contact ul li textarea:-ms-input-placeholder {
	color: #888;
}

.register_wrapper form ul li input:-ms-input-placeholder {
	color: #b2b2b2;
}


/* Internet Explorer 10+ */

.text-18 {
	font-size: 18px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.hidden {
	display: none !important;
}

body.new .main_banner h1 {
	color: #e36f08;
}

body.conferences .main_banner h1 {
	color: #e36f08;
}

body.media .main_banner h1 {
	color: #e36f08;
}

body.about .main_banner h1 {
	color: #e36f08;
}

body.contact .main_banner h1 {
	color: #e36f08;
}

body.directory .main_banner h1 {
	color: #e36f08;
}

.maroon {
	color: #7a0101;
}

.ui-datepicker {
	background: #00a4e2;
	color: #FFF;
	padding: 0px;
	z-index: 9999 !important;
}

.ui-datepicker a {
	color: #FFF;
}

.ui-datepicker a.ui-state-active {
	color: #222;
}

.ui-datepicker a:hover {
	color: #FFF;
}

.ui-datepicker table {
	background: none;
	border: none;
}

.ui-datepicker table thead {
	background: #1f7cb8;
}

.ui-datepicker table thead tr th {
	font-size: 16px;
	font-weight: 300;
	border: none;
	padding: 5px;
}

.ui-datepicker table tr td,
.ui-datepicker table tbody tr td {
	font-size: 16px;
	font-weight: 300;
	border: none;
	padding: 5px;
}

.ui-datepicker-title {
	margin: 0px;
	padding: 5px 0 0 0;
	text-align: center;
}

.ui-datepicker-title select {
	margin: 0px;
	padding: 5px;
	background: #1f7cb8;
	border: none;
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
}

.ui-datepicker-header {
	margin-bottom: 10px;
	position: relative;
}

.ui-datepicker-header a.ui-datepicker-prev {
	position: absolute;
	width: 16px;
	height: 26px;
	left: 10px;
	top: 12px;
	background: url(../images/calender_nav.png) no-repeat;
	text-indent: -9999px;
}

.ui-datepicker-header a.ui-datepicker-next {
	position: absolute;
	width: 16px;
	height: 26px;
	right: 10px;
	top: 12px;
	background: url(../images/calender_nav.png) no-repeat scroll -33px 0;
	text-indent: -9999px;
}

.ui-highlight .ui-state-default {
	background: rgba(255, 255, 255, 0.5) !important;
	border-color: White !important;
	color: black !important;
	padding: 5px;
}

.thumb-image {}

.thumb-image>img {
	width: 100%;
	vertical-align: top;
}

.select-style {
	padding: 0;
	margin: 0;
	width: auto;
	overflow: hidden;
	float: right;
}

.select-style select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #FFF url("../images/arrowdown.png") no-repeat 96% 50%;
	border: 1px dotted #ccc;
	padding: 5px 18px 5px 5px;
	color: #222;
	line-height: 20px;
	font-size: 14px;
}

.select-style select:focus {
	outline: none;
}


/* Header Wrapper HTML
----------------------------------------------------------------------------------------------------*/

.event_res {
	float: right;
	margin-top: 5px;
	margin-left: 20px;
}

.event_res a {
	background: #00a4e2;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	padding: 2px 10px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	font-family: "Raleway", sans-serif;
	display: block;
}

.event_res a:hover {
	background: #0083c1;
	color: #FFF;
}


/* saf3+, chrome1+ */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.event_res a {
		padding: 4px 10px 6px;
		display: initial;
	}
}


/* IE 9, 10 & 11 */

@media screen and (min-width:0\0) {
	.event_res a {
		padding: 5px 10px 6px;
		display: inline;
	}
}

.main-heading {
	color: #999;
	font-size: 1.5em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#btnPayment,
#btnCalculatePayment,
#choose_payment {
	background: #00a4e2;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	font-weight: 500;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	font-family: "Raleway", sans-serif;
	margin-bottom: 50px;
}

.table {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

.table .table-cell {
	display: table-cell;
}

.blue-text {
	color: #00a4e2;
}

.form-group {
	margin-bottom: 25px;
	position: relative;
}

.form-control {
	display: block;
	width: 100%;
	height: 46px;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

a.btnn {
	line-height: 40px;
}

.btnn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	white-space: nowrap;
	height: 40px;
	padding: 0px 30px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.4s ease;
}

a.dbtnn {
	line-height: 40px;
}

.dbtnn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	white-space: nowrap;
	height: 45px;
	padding: 0px 30px;
	font-size: 18px;
	line-height: 1.42857;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.4s ease;
}

.btn-primary {
	color: #fff;
	background-color: #00a4e2;
	border-color: #00a4e2;
}

.dbtn-primary {
	color: #fff;
	background-color: #FFA500;
	border-color: #FFA500;
}

.btn-primary:hover {
	color: #00a4e2;
	border: 1px solid #00a4e2;
	background-color: #fff;
}

.btn-primary-white {
	color: #fff;
	background-color: transparent;
	border-color: #FFF;
}

.btn-primary-white:hover {
	color: #fff;
	background-color: #00a4e2;
	border-color: #00a4e2;
}

.header {
	padding: 15px 0;
}

.header .table .table-cell {
	vertical-align: middle;
}

.header .table .table-cell:first-child {
	width: 340px;
}

.header .logo {
	max-width: 100%;
	max-height: 100%;
}

.header .logo-mobile {
	max-width: 100%;
	max-height: 100%;
	display: none;
}

.header .header-right {
	margin: 0;
	padding: 0;
	text-align: right;
}

.header .header-right ul {
	margin: 0;
	padding: 0;
}

.header .header-right ul li {
	list-style: none;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	vertical-align: middle;
	position: relative;
}

.header .header-right ul li:last-child {
	margin-right: 0;
}

.header .header-right ul li.callus {
	padding-left: 30px;
	text-align: left;
}

.header .header-right ul li.callus .icon-call {
	width: 19px;
	height: 19px;
	background: url(../images/icon-spritee.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: -330px -77px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.header .header-right ul li.callus em {
	font-style: normal;
	color: #264b94;
}

.header .header-right ul li.callus .icon-mail {
	width: 19px;
	height: 19px;
	background: url(../images/email_icon.ico) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.header .header-right ul li.btn-login a {
	color: #264b94;
}

.header .header-right ul li.btn-login a .icon-login {
	width: 32px;
	height: 22px;
	background: url(../images/icon-spritee.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: -10px -15px;
	display: inline-block;
	vertical-align: middle;
}

.header .header-right ul li.head-search form {
	margin-bottom: 0;
}

.header .header-right ul li.head-search input[type="text"] {
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	line-height: 36px;
	padding: 0 30px 0 10px;
}

.header .header-right ul li.head-search .search-icon {
	width: 19px;
	height: 19px;
	background: url(../images/icon-spritee.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: -55px -16px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
}

.header .header-right ul li.cart-icon a {
	width: 30px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon-spritee.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: -100px -15px;
}

.header .header-right ul li.cart-icon a span {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: -8px;
	right: 0;
	background: #00a4e2;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.header .header-right ul li .menu-open {
	width: 28px;
	height: 9px;
	background: url(../images/icon-spritee.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: -377px -82px;
	display: inline-block;
	vertical-align: middle;
}


/* Main Wrapper HTML
----------------------------------------------------------------------------------------------------*/

.main_wrapper {
	width: 100%;
	margin: 100px 0 0 0;
	padding: 20px 0;
	clear: both;
	background: #f4f2f2 url(../images/bg.png) no-repeat scroll 0 100% / cover;
	min-height: 550px;
}

.main_wrapper.null_background {
	background: #FFF;
}

.services {
	width: 100%;
	margin: 0px 0 30px;
	background: #fa804a;
	padding: 10px 0px;
	text-align: center;
}

.services li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 46px;
}

.services li a {
	color: #FFF;
}

.services li:hover img {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.services li img {
	float: left;
	margin-right: 15px;
}

.photos {
	margin-top: 30px;
}

.photos ul {
	margin: 0px;
	padding: 0px;
}

.photos ul li {
	margin: 0px 10px 20px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 150px;
}

.photos ul li:first-child {
	margin-left: 0px;
}

.photos ul li img {
	vertical-align: top;
}

.photos ul li:last-child {
	border: 1px solid #81b5d7;
	height: 150px;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin-right: 0px;
}

.photos ul li:last-child span {
	background: url(../images/view_more_icon.png) no-repeat right 4px;
	display: inline-block;
	padding-right: 30px;
	height: 43px;
	line-height: normal;
	margin-top: 30%;
}

.photos ul li:last-child span a {
	color: #484848;
}

.core_Areas {
	margin: 30px 0 0;
	padding: 0px;
}

.core_Areas li {
	margin: 5% 2%;
	list-style-type: none;
	display: inline-table;
	width: 47%;
	border: 1px solid #d7d7d7;
	text-align: center;
	padding: 10px;
	box-shadow: 0 3px 3px #e7e7e7;
	height: 280px;
}

.core_Areas li .image {
	margin: -65px 0 0 0;
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.core_Areas li.first {
	margin-left: 0px;
}

.core_Areas li.last {
	margin-right: 0px;
}

.core_Areas li h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.core_Areas li p {
	font-size: 15px;
}

.directory {}

.directory h4 {
	display: block;
}

.directory h4 span {
	display: block;
	font-size: 14px;
	color: #8d8a8a;
}

.directory table {
	border: none;
	font-family: 'Raleway', sans-serif;
}

.directory table tr th {
	color: #FFF;
	background: #00a4e2;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 500;
}

.directory table tr td {}

.directory table tr td table {
	margin: 0px;
	padding: 0px;
}

.directory table tr td tr td {
	border: none;
	padding: 0px 10px;
	width: 22%;
}

.directory table tr td tr td:first-child {
	padding-left: 0px;
}

.directory table tr td tr td:last-child {
	padding-right: 0px;
}


/* Banner Wrapper HTML
----------------------------------------------------------------------------------------------------*/

.banner-wrap {
	/* background: url(../images/slider-bg.jpg) no-repeat scroll 0 0 / cover; */
}

.banner-wrap .bx-wrapper {
	/* width: 80%; */
	margin: 0;
}

.banner-wrap .bx-wrapper .bx-viewport {
	/* height: auto !important; */
}

.banner-wrap .banner-slide {
	text-align: center;
	color: #FFF;
}

.banner-wrap .banner-slide .mainBanner {
	position: relative;
	z-index: 0;
	padding: 50px 0;
}

.banner-wrap .banner-slide .mainBanner .mainBanner__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-wrap .banner-slide .mainBanner .mainBanner__img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	z-index: 1;
}

.banner-wrap .banner-slide .mainBanner .mainBanner__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.banner-wrap .banner-slide .mainBanner .mainBanner__content {
	position: relative;
	z-index: 2;
}

.banner-wrap .banner-slide .mainBanner .mainBanner__content h1 {
	color: #FFF;
	font-weight: 700;
}

.banner-wrap .banner-slide .mainBanner .mainBanner__content .content {
	max-height: 80px;
	overflow-y: hidden;
	padding: 0;
	margin: 0 auto 30px;
}

.banner-wrap .bx-wrapper .bx-pager,
.banner-wrap .bx-wrapper .bx-controls-auto {
	display: none;
}

.banner-wrap .bx-wrapper .bx-controls-direction {}

.banner-wrap .bx-wrapper .bx-controls-direction a {
	background: url(../images/icon-spritee.png) no-repeat no-repeat;
}

.banner-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
	background-position: -441px -8px;
	left: 10%;
}

.banner-wrap .bx-wrapper .bx-controls-direction a.bx-next {
	background-position: -479px -8px;
	right: 10%;
}

.event-wrap {
	background: #FFF url(../images/event-bg.png) no-repeat scroll center top;
	background-size: 100%;
	padding: 0 0 3%;
}

.event-wrap .bx-wrapper {
	margin-bottom: 0;
}

.event-wrap .bx-wrapper .bx-pager {
	display: none;
}

.event-wrap .bx-wrapper .bx-controls-direction a {
	background: url(../images/icon-spritee.png) no-repeat no-repeat;
	top: -24px;
}

.event-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
	background-position: -450px -71px;
	left: 0;
}

.event-wrap .bx-wrapper .bx-controls-direction a.bx-next {
	background-position: -470px -71px;
	right: 0;
}

.event-wrap .upcoming-event {
	background: #FFF;
	box-shadow: 0 0 5px #999;
	padding: 20px;
	margin: 0;
	border-radius: 10px;
	transform: translateY(-50%);
}

.event-wrap .upcoming-event h3 {
	text-align: center;
	color: #264b94;
	margin: 0;
	padding: 0;
	font-size: 2rem;
}

.event-wrap .upcoming-event .table {
	background: #eef4ff;
	padding: 8px 10px;
}

.event-wrap .upcoming-event .table:hover .table-cell:first-child .date {
	background: #00a4e2;
	border-color: #00a4e2;
	color: #FFF;
}

.event-wrap .upcoming-event .table:hover .table-cell h5 {
	color: #00a4e2;
}

.event-wrap .upcoming-event .table .table-cell {
	vertical-align: middle;
	cursor: pointer;
}

.event-wrap .upcoming-event .table .table-cell:first-child {
	width: 75px;
	height: 75px;
}

.event-wrap .upcoming-event .table .table-cell:first-child .date {
	color: #333;
	font-size: 35px;
	line-height: 30px;
	padding: 15px 0;
	border: 2px solid #264b94;
	text-align: center;
	background: transparent;
	border-radius: 5px;
	transition: all 0.4s ease;
}

.event-wrap .upcoming-event .table .table-cell:first-child .date span {
	display: block;
	line-height: normal;
	font-size: 18px;
}

.event-wrap .upcoming-event .table .table-cell:last-child {
	padding: 0 20px;
}

.event-wrap .upcoming-event .table .table-cell h5 {
	color: #333;
	margin-bottom: 5px;
	transition: all 0.4s ease;
}

.event-wrap .upcoming-event .table .table-cell p {
	color: #666;
	margin-bottom: 5px;
}

.event-wrap .upcoming-event .table .table-cell .location {
	color: #666;
}

.support {
	padding: 0;
}

.support h3 {
	text-align: center;
	color: #333;
	line-height: 40px;
	margin-bottom: 5%;
	font-weight: normal;
}

.support h3 span {
	display: block;
	color: #264b94;
}

.support .table {
	margin-bottom: 20px;
}

.support .table .table-cell {
	vertical-align: top;
}

.support .table .table-cell:first-child .icon {
	background: #264b94 url(../images/icon-spritee.png) no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 3px;
}

.support .table .table-cell:first-child .icon.icon-education {
	background-position: -155px -1px;
}

.support .table .table-cell:first-child .icon.icon-help {
	background-position: -200px -1px;
}

.support .table .table-cell:first-child .icon.icon-volunteering {
	background-position: -248px -1px;
}

.support .table .table-cell:first-child .icon.icon-adoption {
	background-position: -292px -1px;
}

.support .table .table-cell:last-child {
	padding: 0 15px;
}

.support .table .table-cell:last-child h5 {
	font-weight: 500;
}

.support .table .table-cell:last-child p {
	color: #666;
}

.news-wrap {
	background: #264b94;
	padding: 5% 0 3%;
}

.news-wrap h3 {
	text-align: center;
	color: #FFF;
}

.news-wrap ul {
	margin: 5% 0 0 0;
	padding: 0;
}

.news-wrap ul li {
	list-style: none;
	margin: 0 2% 0 0;
	padding: 0;
	width: 31.3%;
	float: left;
}

.news-wrap ul li:last-child {
	margin-right: 0;
}

.news-wrap ul li figure {
	max-height: 267px;
	overflow: hidden;
}

.news-wrap ul li figure img {
	border-radius: 3px 3px 0 0;
	max-width: 100%;
	max-height: 100%;
}

.news-wrap ul li figcaption {
	padding: 20px;
	background: #FFF;
	border-radius: 0 0 3px 3px;
}

.news-wrap ul li figcaption h5,
.news-wrap ul li figcaption p {
	color: #333;
}

.news-wrap ul li figcaption h5 {
	font-weight: 500;
}

.news-wrap ul li .date {
	margin-bottom: 20px;
	font-size: 14px;
}

.news-wrap ul li .read-btn {
	font-size: 18px;
}

.news-wrap ul li .read-btn a {
	color: #333;
}

.news-wrap ul li .read-btn a i {
	padding-left: 5px;
}

.news-wrap .view-btn {
	padding-top: 3%;
	color: #FFF;
	text-decoration: underline;
	display: inline-block;
}

.gallery-wrap {
	background: #FFF;
	padding: 5% 0 3%;
}

.gallery-wrap h3 {
	text-align: center;
	color: #264b94;
}

.gallery-wrap ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 5% 0 0 0;
	padding: 0;
}

.gallery-wrap ul li {
	display: block;
	width: calc(25% - 15px);
	margin-top: 20px;
	margin-right: 20px;
	opacity: 0.8;
	float: left;
	cursor: pointer;
	background: url(../images/camera-image.png) no-repeat;
	border: 1px solid #ccc;
	padding: 0;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
}

.gallery-wrap ul li:nth-child(1),
.gallery-wrap ul li:nth-child(2),
.gallery-wrap ul li:nth-child(3),
.gallery-wrap ul li:nth-child(4) {
	margin-top: 0;
}

.gallery-wrap ul li:nth-child(4n+4) {
	margin-right: 0;
}

@media (max-width: 1279px) {
	.gallery-wrap ul li {
		width: calc((100% / 3) - 14px);
		margin-right: 21px;
	}
	.gallery-wrap ul li:nth-child(4) {
		margin-top: 20px;
	}
	.gallery-wrap ul li:nth-child(4n+4) {
		margin-right: 21px;
	}
	.gallery-wrap ul li:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media (max-width: 1023px) {
	.gallery-wrap ul li {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.gallery-wrap ul li:nth-child(3) {
		margin-top: 20px;
	}
	.gallery-wrap ul li:nth-child(3n+3) {
		margin-right: 20px;
	}
	.gallery-wrap ul li:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.gallery-wrap ul li {
		width: 100%;
		margin-right: 0;
	}
	.gallery-wrap ul li:nth-child(2) {
		margin-top: 20px;
	}
}

.gallery-wrap ul li img {
	width: 100%;
	height: 150px;
	vertical-align: top;
}

.gallery-wrap ul li .div:first-child {
	padding-bottom: 5px;
}

.gallery-wrap ul li .div:last-child {
	padding-top: 5px;
}

.gallery-wrap .view-btn {
	padding-top: 3%;
	color: #333;
	text-decoration: underline;
	display: inline-block;
}

.testimonial-wrap {
	background: url(../images/testimonial-bg.jpg) no-repeat scroll 0 0 / cover;
	padding: 8% 0 12%;
	margin: 0;
}

.testimonial-wrap h3 {
	text-align: center;
	color: #FFF;
}

.testimonial-wrap h3 .arrow-icon {
	background: url(../images/icon-spritee.png) no-repeat;
	background-position: -372px -13px;
	width: 38px;
	height: 28px;
	display: inline-block;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.testimonial-wrap .bx-wrapper {
	margin: 0;
	padding: 5% 0 0;
	text-align: center;
	color: #FFF;
}

.testimonial-wrap .bx-wrapper h6 {
	color: #FFF;
	font-weight: 700;
}

.testimonial-wrap .bx-wrapper h6 span {
	display: block;
	color: #999;
	font-size: 14px;
	font-style: italic;
	padding-top: 5px;
	font-weight: 400;
}

.testimonial-wrap .bx-wrapper .content {
	margin-bottom: 5%;
	font-size: 16px;
}

.testimonial-wrap .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 100%;
	text-align: center;
}

.testimonial-wrap .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager.bx-default-pager a {
	background: transparent;
	border: 1px solid #FFF;
}

.testimonial-wrap .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager.bx-default-pager a.active {
	background: #FFF;
	border: 1px solid #FFF;
}

.donate-wrap {
	background: #FFF;
	padding: 5% 0 3%;
	margin: 0;
}

.donate-wrap .donate-list {
	margin: -12% 0 0 0;
}

.donate-wrap .donate-list ul {
	margin: 0;
	padding: 0;
	]
}

.donate-wrap .donate-list ul li {
	width: 23.5%;
	margin: 0 2% 0 0;
	padding: 20px 10px;
	float: left;
	text-align: center;
	box-shadow: 0 0 8px #8a8a8a;
	background: #FFF;
	border-radius: 3px;
}

.donate-wrap .donate-list ul li:last-child {
	margin-right: 0;
}

.donate-wrap .donate-list ul li .icon {
	width: 60px;
	height: 60px;
	display: inline-block;
	background: url(../images/icon-spritee.png) no-repeat no-repeat;
}

.donate-wrap .donate-list ul li .icon.icon-money {
	background-position: -9px -58px;
}

.donate-wrap .donate-list ul li .icon.icon-volunteer {
	background-position: -74px -58px;
}

.donate-wrap .donate-list ul li .icon.icon-people {
	background-position: -153px -58px;
}

.donate-wrap .donate-list ul li .icon.icon-gift {
	background-position: -235px -58px;
}

.donate-wrap .donate-list ul li h3 {
	color: #264b94;
}

.donate-wrap .donate-list ul li h5 {
	color: #333;
	font-weight: normal;
	margin-bottom: 0;
}

.donate-wrap h3 {
	text-align: center;
	color: #264b94;
	margin: 8% 0;
}

.amount-list {
	margin: 0;
	padding: 0;
}

.amount-list ul {
	margin: 0;
	padding: 0;
}

.amount-list ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.amount-list ul li .select-wrapper,
.select-wrapper select {
	border: 1px solid #999;
	width: 100% !important;
}

.amount-list ul li .quantity {
	margin: 0 0 20px;
	padding: 0;
}

.amount-list ul li .quantity li {
	height: 46px;
	line-height: 46px;
	border: 1px solid #999;
	width: 15%;
	float: left;
	margin: 10px 2% 0 0;
	text-align: center;
	color: #333;
	font-size: 18px;
	border-radius: 3px;
}

.amount-list ul li .quantity li:last-child {
	margin-right: 0;
}

.amount-list ul li .quantity li a {
	color: #333;
}

.main_banner {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0px;
	clear: both;
	background: url(../images/main_banner_bg.png) repeat-x;
}

.main_banner .table-cell {
	vertical-align: middle;
	width: 60%;
}

.main_banner .table-cell:first-child {
	width: 40%;
}

.main_banner .table-cell:last-child {
	text-align: right;
}

.main_banner h1 {
	font-size: 2.5rem;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 0px;
	color: #e36f08;
}

.main_banner h1 span {
	font-weight: 500;
}

.main_banner img {
	max-width: 100%;
}

.main_wrapper.null_background {
	margin-top: 0px!important;
}

.map {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}

.post {
	margin: 0px;
	padding: 0px;
}

.post li {
	margin: 0px 2% 3%;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 48%;
	min-height: 650px;
	height: auto;
	max-height: 100%;
	position: relative;
}

.post li h2 {
	line-height: normal;
	font-size: 2.20rem;
}

.post li .newsImage {
	height: 250px;
	max-width: 100%;
	width: 100%;
}

.post li a.button {
	position: absolute;
	bottom: 0px;
}

.post li:first-child {
	margin-left: 0px;
}

.post li:last-child {
	margin-right: 0px;
}

#video_21 embed {
	height: 450px;
}


/* Login */

.login_wrapper form .social_lcons {
	margin: 10px 0;
	padding: 0px;
}

.login_wrapper form .social_lcons ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.login_wrapper form .social_lcons ul li {
	margin: 0px 10px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}

.login_wrapper {
	width: 45%;
	margin: 5% auto;
	padding: 0px;
}

.login_wrapper .image {
	margin: -70px 0 30px 0;
	padding: 0px;
	text-align: center;
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.login_wrapper p {
	text-align: center;
}

.login_wrapper h2 {
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	color: #00a4e2;
	padding: 0px;
}

.login_wrapper h2 span {
	font-weight: 500;
}

.login_wrapper form {
	width: 100%;
	padding: 5%;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 0px 10px #dedede inset;
	border-top: 6px solid #00a4e2;
	background: #f6f6f6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e5e5e5));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f6f6f6 0%, #e5e5e5 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5', GradientType=0);
	/* IE6-9 */
}

.login_wrapper form p {
	margin-bottom: 20px;
}

.login_wrapper form ul {
	margin: 20px 0 0 0;
	padding: 0px;
}

.login_wrapper form ul li {
	margin: 0px 0 15px;
	padding: 0px;
	list-style-type: none;
}

.login_wrapper form ul li input {
	background: #FFF;
	border: 1px solid #e0e0e0;
	padding: 10px 10px 10px 40px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #7f7f7f;
}

.login_wrapper form ul li .input-error {
	border: 1px solid #e52c01;
}

.login_wrapper form ul li.user input {
	background: #FFF url(../images/user_icon.png) no-repeat scroll 10px 8px;
}

.login_wrapper form ul li.password input {
	background: #FFF url(../images/password_icon.png) no-repeat scroll 10px 8px;
}

.login_wrapper form ul li.email input {
	background: #FFF url(../images/email_icon.png) no-repeat scroll 10px 8px;
}

.login_wrapper form ul li input[ type="submit"] {
	background: #00a4e2;
	cursor: pointer;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 2%;
	transition: all 0.5s ease 0s;
}

.login_wrapper form ul li input[ type="submit"]:hover {
	background: #0083c1;
	color: #FFF;
}

.login_wrapper form ul li button {
	background: #00a4e2;
	cursor: pointer;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 2%;
	border: none;
	width: 100%;
}

.login_wrapper form ul li button.disabled {
	background-color: #ccc;
}

.login_wrapper form ul li.forget {
	text-align: right;
	margin-bottom: 0px;
}

.login_wrapper form ul li.forget a {
	color: #00a4e2;
	font-size: 14px;
}

.login_wrapper .member {
	margin: 0px;
	padding: 0px;
}

.login_wrapper .member a {
	color: #7f7f7f;
}

.login_wrapper .member a.button {
	color: #FFF;
	background: #484848;
	text-transform: uppercase;
	padding: 8px 20px;
	border-radius: 3px;
	font-weight: 300;
}

.login_wrapper .member a:hover.button {
	background: #222;
	color: #FFF;
}

.login_wrapper form ul li input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	top: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.login_wrapper form ul li input[type=checkbox].css-checkbox+label.css-label {
	padding-left: 35px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 2px;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
}

.login_wrapper form ul li input[type=checkbox].css-checkbox:checked+label.css-label {
	background-position: 0 -29px;
}

.login_wrapper form ul li label.css-label {
	background-image: url(../images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Register */

.register_wrapper form .social_lcons {
	margin: 10px 0;
	padding: 0px;
}

.register_wrapper form .social_lcons ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.register_wrapper form .social_lcons ul li {
	margin: 0px 10px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}

.register_wrapper form .social_lcons ul li a {
	background: none;
}

.register_wrapper {
	width: 45%;
	margin: 5% auto;
	padding: 0px;
}

.register_wrapper .image {
	margin: -70px 0 30px;
	padding: 0px;
	text-align: center;
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.register_wrapper p {
	text-align: center;
}

.register_wrapper h2 {
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	color: #00a4e2;
	padding: 0px;
}

.register_wrapper h2 span {
	font-weight: 500;
}

.register_wrapper form {
	width: 100%;
	padding: 5%;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 0px 10px #dedede inset;
	display: inline-block;
	border-top: 6px solid #00a4e2;
	background: #f6f6f6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e5e5e5));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f6f6f6 0%, #e5e5e5 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5', GradientType=0);
	/* IE6-9 */
}

.register_wrapper form p {
	margin-bottom: 20px;
}

.register_wrapper form ul {
	margin: 0px;
	padding: 0px;
}

.register_wrapper form ul li {
	margin: 0px 0 15px;
	padding: 0px;
	list-style-type: none;
	position: relative;
}

.register_wrapper form ul .captcha {
	clear: both;
}

.register_wrapper form ul li input {
	background: #FFF;
	border: 1px solid #e0e0e0;
	padding: 3%;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

.register_wrapper form ul li input.calender-icon {
	background: #FFF url(../images/calender_icon.png) no-repeat scroll 98% center;
}

.profile_wrapper form ul li input.calender-icon {
	background: #FFF url(../images/calender_icon.png) no-repeat scroll 98% center;
}

.register_wrapper input[ type="submit"] {
	background: #00a4e2;
	cursor: pointer;
	color: #FFF;
	padding: 1.5%;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.register_wrapper ul li a {
	background: #00a4e2;
	cursor: pointer;
	color: #FFF;
	padding: 1.5%;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	transition: all 0.5s ease 0s;
}

.register_wrapper ul li a:hover {
	background: #0083c1;
	color: #FFF;
}

.register_wrapper form ul li.forget {
	text-align: right;
}

.register_wrapper form ul li.forget a {
	color: #007dc3;
}

.register_wrapper .member {
	margin: 0px;
	padding: 0px;
}

.register_wrapper .member a {
	color: #7f7f7f;
}

.register_wrapper .member a.button {
	color: #FFF;
	background: #484848;
	text-transform: uppercase;
	padding: 8px 20px;
	border-radius: 3px;
	font-weight: 300;
}

.register_wrapper .member a:hover.button {
	background: #222;
	color: #FFF;
}

.select-wrapper .holder {
	display: block;
	margin: 0 35px 0 12px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
	color: #989898;
}

.select-wrapper {
	float: left;
	display: inline-block;
	background: #FFF url(../images/dropdown.png) no-repeat right center;
	cursor: pointer;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 15px;
	font-size: 14px;
}

.select-wrapper,
.select-wrapper select {
	height: 48px;
	line-height: 48px;
	width: 100%;
}

.select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	font-family: 'Raleway', sans-serif;
}

.select-wrapper select option {
	padding: 5px;
}

.tabs_area {
	margin-bottom: 20px;
}

.tabs_area .tabs {
	margin: 0px;
	padding: 0px;
}

.tabs_area .tabs li {
	float: left;
	padding-bottom: 0px;
	width: 25%;
	background: #484848;
	cursor: pointer;
	text-align: center;
	box-shadow: 1px 0px 0px #fff inset;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.tabs_area .tabs li:hover span {
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.tabs_area .tabs li.active {
	background: #f0f0f0;
}

.tabs_area .tabs li:first-child {
	box-shadow: none;
}

.tabs_area .tabs li a {
	color: #FFF;
	display: inline-block;
	padding: 5px 10px;
	font-size: 11px;
	text-transform: uppercase;
}

.tabs_area .tabs li.active a {
	color: #636363;
}

.tabs_area .tabs li span {
	background: url(../images/tabs_icons.png) no-repeat scroll 0 0;
	margin: 8px auto 0px;
	display: block;
}

.tabs_area .tabs li.latest span {
	width: 19px;
	height: 13px;
	background-position: 0px -3px;
}

.tabs_area .tabs li.latest.active span {
	background-position: 0 -20px;
}

.tabs_area .tabs li.store span {
	width: 16px;
	height: 13px;
	background-position: -33px -3px;
}

.tabs_area .tabs li.store.active span {
	background-position: -33px -20px;
}

.tabs_area .tabs li.links span {
	width: 14px;
	height: 13px;
	background-position: -60px -4px;
}

.tabs_area .tabs li.links.active span {
	background-position: -60px -21px;
}

.tabs_area .tabs li.tags span {
	width: 13px;
	height: 13px;
	background-position: -84px -4px;
}

.tabs_area .tabs li.tags.active span {
	background-position: -84px -21px;
}

.tabs_area .tab_container {
	background: #efefef;
	clear: both;
	padding: 20px;
}

.tabs_area .tab_container .tab_content {}

.tabs_area .tab_container .tab_content ul {
	margin: 0px;
	padding: 0px;
}

.tabs_area .tab_container .tab_content ul li {
	margin: 0px 0 30px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}

.tabs_area .tab_container .tab_content ul li .image {
	width: 60px;
	float: left;
	margin: 0 10px 0 0;
	height: 60px;
}

.tabs_area .tab_container .tab_content ul li .image img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.tabs_area .tab_container .tab_content ul li .image_content {
	margin-left: 70px;
}

.tabs_area .tab_container .tab_content ul li .image_content p {
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: normal;
}

.tabs_area .tab_container .tab_content ul li a {
	color: #00a4e2;
	font-size: 14px;
}

.tabs_area .tab_container .tab_content ul li a.addToCart {
	background: #00a4e2;
	border-radius: 5px;
	color: #fff;
	padding: 3px 10px;
	font-size: 13px;
}

.tabs_area .tab_container #links ul li {
	margin: 0px 0 10px;
	padding: 0px 0 10px;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
}

.tabs_area .tab_container #links ul li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.vision_add {
	background: url(../images/vision_add_bg.png) no-repeat;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	color: #FFF;
}

.vision_add p {
	font-size: 14px;
	line-height: 20px;
	text-shadow: 1px 1px 1px #000;
}

.vision_add h2 {
	color: #FFF;
	font-weight: 500;
	text-shadow: 1px 1px 1px #000;
}

.vision_add h2 span {
	color: #FFF;
	font-weight: 500;
}

.vision_add h4 {
	color: #FFF;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	display: block;
	line-height: normal;
	text-shadow: 1px 1px 1px #000;
}

.vision_add h4 span {
	color: #FFF;
	font-size: 13px;
	display: block;
	text-transform: none;
	font-weight: 300;
}

.vision_add h3 {
	font-size: 30px;
	font-weight: 100;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}

.notfound {
	width: 40%;
	margin: 5% auto;
	padding: 3%;
	text-align: center;
	background: #FFF;
	border: 1px solid #f6f6f6;
	box-shadow: 0 0 5px #f4f4f4;
}

.notfound h2 {
	font-size: 150px;
	font-weight: 500;
	padding-bottom: 0px;
	line-height: normal;
}

.notfound a {
	color: #00a4e2;
}

.contact {}

.contact h2 {
	text-align: center;
	font-weight: 400;
}

.contact h2 span {
	font-weight: 500;
}


/*.contact p{ text-align:center;}*/

.contact ul {
	margin: 30px 0;
	padding: 0px;
}

.contact ul li {
	list-style-type: none;
	width: 49%;
	vertical-align: top;
	float: left;
	margin: 0px 0px 10px
}

.contact ul li.fullwidth {
	width: 100%;
}

.contact ul li.textarea {
	width: 49%;
	vertical-align: top;
	float: right;
}

.contact ul li input {
	border: 1px solid #d6d6d6;
	width: 98%;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #222;
	font-size: 13px;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
}

.contact ul li textarea {
	border: 1px solid #d6d6d6;
	width: 98%;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #222;
	font-size: 13px;
	height: 210px;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
}

.contact ul li input[type="submit"] {
	background: #00a4e2;
	color: #FFF;
	border: none;
	width: 20%;
	display: block;
	padding: 1% 2%;
	margin: 0px auto;
	font-weight: 700;
	font-family: "Raleway", sans-serif;
	cursor: pointer;
}

.contact ul li input[type="submit"]:hover {
	background: #0094d2;
}

.product_list {
	margin: 0;
	padding: 0;
}

.product_list li {
	padding: 10px;
	list-style: none;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 20px;
	min-height: 350px;
	position: relative;
}

.product_list li h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.product_list li h4 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	color: #00a4e2;
}

.product_list li h4.price {
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	color: #646464;
	font-weight: 600;
}

.product_list li img {
	max-width: 100%;
	max-height: 100%;
}

.product_list li a.addToCart {
	position: absolute;
	margin: 0px auto;
	padding: 5px 15px;
	text-align: center;
	left: 0;
	right: 0;
	display: inline-table;
	bottom: 10px;
}

.product_information {}

.product_information_image {
	border: 1px solid #ccc;
	padding: 5px;
}

.product_information h2 {
	text-transform: capitalize;
}

.product_information h4.price {
	color: #fa804a;
	font-weight: 600;
}

.product_information h4.instock {
	color: green;
}

.product_information h4.outstock {
	color: red;
}

.eventList {
	height: 250px;
	padding: 0 10px;
	overflow: hidden;
}


/*.eventList ul{ background: #FFF;  border: 1px solid #ccc; height:auto;  max-height: 200px; overflow-y:auto; padding:10px;  width: 100%;} */

.eventList ul li {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}

.eventList ul li p {
	margin: 0;
	font-size: 12px;
}

.eventList ul li a h4 {
	color: #00a4e2;
	font-size: 14px;
}

.eventList ul li:last-child {
	border: none;
}

.eventList ul {
	background: #FFF;
	border: 1px solid #ccc;
	overflow-y: hidden;
	padding: 10px;
	width: 100%;
}


}

/* Vision Wrapper HTML
----------------------------------------------------------------------------------------------------*/
.vision_wrapper {
	width: 100%;
	margin: 0;
	padding: 20px 0 30px;
	clear: both;
	background: #f4f2f2 url(../images/bg.png) no-repeat scroll 0 0 / cover;
	text-align: center;
}
.vision_wrapper h2 {
	font-size: 50px;
	font-weight: 400;
}
.vision_wrapper h2 span {
	font-weight: 500;
}
.vision_wrapper p {
	font-size: 18px;
}
.vision_wrapper ul {
	margin: 40px auto 20px;
	padding: 0px;
	text-align: center;
	display: inline-block;
}
.vision_wrapper ul li {
	margin: 0px 70px;
	padding: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
	height: 145px;
}
.vision_wrapper ul li h2 {
	color: #00a4e2;
	font-size: 47px;
	line-height: normal;
	font-weight: 500;
	text-transform: uppercase;
	padding: 40px 0 0 0;
}
.vision_wrapper ul li h2 span {
	display: block;
	font-size: 16px;
	color: #585454;
	text-transform: none;
}
.vision_wrapper ul li h3 {
	color: #00a4e2;
	font-size: 47px;
	line-height: normal;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 0px;
}
.vision_wrapper ul li:first-child {
	margin-left: 0px;
}
.vision_wrapper ul li:last-child {
	margin-right: 0px;
}
.vision_wrapper ul li .donate {
	width: 160px;
	height: 160px;
	background: #fa804a;
	border: 10px solid #ffccb6;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	padding: 50px 0 0 0;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}
.vision_wrapper ul li .donate a {
	color: #FFF;
}

/* Gallery Wrapper
----------------------------------------------------------------------------------------------------*/
.gallery_box {
	margin: 0px 0 20px;
	padding: 0px;
}
.gallery_box li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 19.5%;
	display: inline-block;
	height: 115px;
}
.gallery_box li img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.view {
	width: 100%;
	height: 100%;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.view .mask,
.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view a.info {
	background: url(../images/link.png) center no-repeat;
	display: inline-block;
	text-decoration: none;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
	height: 32px;
}

/* Payment Wrapper
----------------------------------------------------------------------------------------------------*/
.payment {
	background: url(../images/payment_image.jpg) right no-repeat;
}
.payment ul {
	margin: 10px 0;
	padding: 0px;
}
.payment ul li {
	margin: 0px;
	padding: 0px 0 0 24px;
	list-style-type: none;
	background: url(../images/arrow_icon.png) no-repeat scroll 0 5px;
	color: #808080;
	font-size: 14px;
}
.payment h2 {
	font-weight: 400;
}
.payment h2 span {
	font-weight: 500;
}
.payment_option {
	margin: 0px;
	padding: 0px;
}
.payment_option h2 {
	font-weight: 400;
}
.payment_option h2 span {
	font-weight: 500;
}
.payment_option ul {
	margin: 0px;
	padding: 0px;
}
.payment_option ul li {
	margin: 0px 1% 0 0;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	position: relative;
	width: 24%;
	vertical-align: top;
}
.payment_option ul li.day {
	width: 6%;
}
.payment_option ul li.month {
	width: 15%;
}
.payment_option ul li:last-child {
	margin-right: 0px;
}
.payment_option ul li.fullwidth {
	width: 100%;
}
.payment_option ul li input {
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 0px;
	font-size: 14px;
	border: 1px solid #d6d6d6;
	height: 40px;
	padding: 5px;
	color: #8d8a8a;
}
.payment_option ul li input[type="submit"] {
	background: #00a4e2;
	color: #FFF;
	border: none;
	width: 100%;
	display: block;
	padding: 0;
	margin: 0px;
	height: 40px;
	font-weight: 300;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.payment_option .select-wrapper .holder {
	display: block;
	margin: 0 35px 0 12px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
	color: #989898;
}
.payment_option .select-wrapper {
	float: left;
	display: inline-block;
	background: #FFF url(../images/dropdown.png) no-repeat right center;
	cursor: pointer;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 0px;
	font-size: 14px;
	border: 1px solid #d6d6d6;
}
.payment_option .select-wrapper,
.payment_option .select-wrapper select {
	height: 40px;
	line-height: 40px;
	width: 100%;
}
.payment_option .select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	font-family: 'Raleway', sans-serif;
}
.payment_option .select-wrapper select option {
	padding: 5px;
}
.payment_option ul li .quantity {
	margin: 30px 0;
	padding: 0px;
	display: flex;
}
.payment_option ul li .quantity li {
	margin: 0px 9px 0 0;
	padding: 0;
	list-style-type: none;
	width: 10%;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-table;
	height: 80px;
	float: left;
	transition: all 0.5s ease 0s;
}
.payment_option ul li .quantity li:hover {
	box-shadow: 0px 0px 5px #ddd;
}
.payment_option ul li .quantity li span {
	color: #636363;
	font-size: 20px;
	font-weight: 500;
}
.payment_option ul li .quantity li:last-child {
	margin-right: 0px;
	width: 14%;
}
.payment_option ul li .quantity li:last-child span {
	font-weight: 300;
}
.payment_option ul li .quantity li a {
	color: #8d8a8a;
	font-size: 20px;
	display: block;
	padding: 10px 0;
}
.payment_option ul li .quantity li.active {
	background: #00a4e2;
	color: #FFF;
}
.payment_option ul li .quantity li.active a {
	color: #FFF;
}
.payment_option ul li .quantity li.active span {
	color: #FFF;
}
.payment_option ul li .quantity li:last-child a {
	padding: 25px 0;
}
.payment_tab {
	margin: 0px 0 20px;
	padding: 0px;
}
.payment_links {
	margin: 0px 0 10px;
	padding: 0px;
}
.payment_links li {
	margin: 0px 15px 0 0;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}
.payment_container {
	border: 1px solid #dfdfdf;
	padding: 20px;
}
.payment_container input[type="submit"] {
	background: #00a4e2;
	color: #FFF;
	border: none;
	width: 100%;
	padding: 10px 2%;
	margin: 0px;
	font-weight: 300;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.payment_index ul li .quantity li.active {
	background: #00a4e2;
	color: #FFF;
}
.payment_index ul li .quantity li.active a {
	color: #FFF;
}
.payment_index ul li .quantity li.active span {
	color: #FFF;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.marginTop20 {
	margin-top: 20px!important;
}
#creditcard.payment_content {
	margin: 0px;
	padding: 0px;
}
#creditcard.payment_content ul {
	margin: 0px;
	padding: 0px;
}
#creditcard.payment_content ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#creditcard.payment_content ul li label span.required {
	color: #fe9900;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	height: 10px;
}
#creditcard.payment_content ul li.fullwidth {
	width: 100%;
}
#creditcard.payment_content ul li label {
	display: block;
	margin-bottom: 2px;
	line-height: normal;
}
#creditcard.payment_content ul li {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0px;
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
#creditcard.payment_content ul li input[type="text"] {
	border: 1px solid #d6d6d6;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #636363;
	font-size: 13px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
#creditcard.payment_content ul li input.year[type="text"] {
	border: 1px solid #d6d6d6;
	width: 49%;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #636363;
	font-size: 13px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
#creditcard.payment_content ul li input.paypal_icons {
	background: url(../images/paypal_icons.jpg) no-repeat 98% center;
}
#creditcard.payment_content ul li input[type="submit"] {
	background: #00a4e2;
	color: #FFF;
	border: none;
	width: 100%;
	padding: 10px 2%;
	margin: 0px;
	font-weight: 300;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
#creditcard.payment_content ul li .select-wrapper .holder {
	display: block;
	margin: 0 35px 0 12px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
	color: #989898;
}
#creditcard.payment_content ul li .select-wrapper {
	float: left;
	display: inline-block;
	background: #FFF url(../images/dropdown.png) no-repeat right center;
	cursor: pointer;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 0px;
	font-size: 14px;
	border: 1px solid #d6d6d6;
	margin-right: 5px;
}
#creditcard.payment_content ul li .select-wrapper,
#creditcard.payment_content ul li .select-wrapper select {
	height: 36px;
	line-height: 36px;
	width: 49%;
	position: relative;
}
#creditcard.payment_content ul li .select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	font-family: 'Raleway', sans-serif;
}
#creditcard.payment_content ul li .select-wrapper select option {
	padding: 5px;
}
.payment_tab input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.payment_tab input[type=radio].css-checkbox+label.css-label,
input[type=radio].css-checkbox+label.css-label.clr {
	padding-left: 36px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}
.payment_tab input[type=radio].css-checkbox:checked+label.css-label,
input[type=radio].css-checkbox+label.css-label.chk {
	background-position: 0 -26px;
}
.payment_tab label.css-label {
	background-image: url(../images/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.payment_tab .payment_links li.active input[type=radio].css-checkbox+label.css-label,
input[type=radio].css-checkbox+label.css-label.clr {
	padding-left: 36px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: 0 -26px;
	vertical-align: middle;
	cursor: pointer;
}
#echeck.payment_content {
	margin: 0px;
	padding: 0px;
}
.payment_content h4 {
	background: #efefef;
	padding: 4px 20px;
	border-radius: 2px;
	margin-bottom: 10px;
}
#echeck.payment_content ul {
	margin: 0px;
	padding: 0px;
}
#echeck.payment_content ul li {
	list-style-type: none;
	margin: 0 0 15px 0!important;
	padding: 0px;
	width: 49%;
	vertical-align: top;
	margin: 1%;
	display: inline-block;
}
#echeck.payment_content ul li label {
	display: block;
	margin-bottom: 2px;
	line-height: normal;
}
#echeck.payment_content ul li label span.required {
	color: #fe9900;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	height: 10px;
}
#echeck.payment_content ul li input[type="text"] {
	border: 1px solid #d6d6d6;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #636363;
	font-size: 13px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
#echeck.payment_content ul li input[type="submit"] {
	background: #00a4e2;
	color: #FFF;
	border: none;
	width: auto;
	padding: 10px 15px;
	margin: 0px;
	font-weight: 300;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
#echeck.payment_content ul li .select-wrapper .holder {
	display: block;
	margin: 0 35px 0 12px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
	color: #989898;
}
#echeck.payment_content ul li .select-wrapper {
	float: left;
	display: inline-block;
	background: #FFF url(../images/dropdown.png) no-repeat right center;
	cursor: pointer;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 0px;
	font-size: 14px;
	border: 1px solid #d6d6d6;
	margin-right: 5px;
}
#echeck.payment_content ul li .select-wrapper,
#echeck.payment_content ul li .select-wrapper select {
	height: 36px;
	line-height: 36px;
	width: 99%;
	position: relative;
}
#echeck.payment_content ul li .select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	font-family: 'Raleway', sans-serif;
}
#echeck.payment_content ul li .select-wrapper select option {
	padding: 5px;
}
.event_resgistration {}
.event_resgistration h2 {}
.event_resgistration h2 span {
	font-weight: 500;
}
.event_resgistration_form {}
.event_resgistration_form ul {
	margin: 0px;
	padding: 0px;
}
.event_resgistration_form ul li {
	margin: 0px 0 15px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	display: flex;
}
.event_resgistration_form ul li input {
	border: 1px solid #d6d6d6;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #636363;
	font-size: 13px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
.event_resgistration_form ul li input[type="submit"] {
	background: #00a4e2;
	color: #FFF;
	border: none;
	padding: 10px 15px;
	margin: 0px;
	font-weight: 300;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.event_resgistration_form ul li .select-wrapper:last-child {
	margin-right: 0px;
}
.event_resgistration_form ul li .select-wrapper .holder {
	display: block;
	margin: 0 35px 0 12px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
	color: #989898;
}
.event_resgistration_form ul li .select-wrapper {
	float: left;
	display: inline-block;
	background: #FFF url(../images/dropdown.png) no-repeat right center;
	cursor: pointer;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 0px;
	font-size: 14px;
	border: 1px solid #d6d6d6;
	margin-right: 1%;
}
.event_resgistration_form ul li .select-wrapper,
.event_resgistration_form ul li .select-wrapper select {
	height: 40px;
	line-height: 40px;
	width: 100%;
}
.event_resgistration_form ul li .select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	font-family: 'Raleway', sans-serif;
}
.event_resgistration_form ul li .select-wrapper select option {
	padding: 5px;
}
.event_resgistration .callon {
	margin: 30px 0px;
	background: url(../images/hand_cursor.png) no-repeat;
	padding: 0px 0 0 40px;
	line-height: 26px;
}
.event_resgistration .callon a {
	color: #036caf;
}
.registration_table {
	width: 100%;
	margin: 20px 0;
	padding: 0px;
	float: left;
}
.registration_table h3 {
	background: #00a4e2;
	color: #FFF;
	font-size: 16px;
	margin: 0px;
	padding: 5px 10px;
}
.registration_table table {
	box-shadow: 0 8px 6px -6px #CCC;
}
.registration_table table.highlighted {
	background: #f2f2f2;
}
.registration_table table.highlighted tr th {
	background: #f2f2f2;
}
.registration_table table tr td .select-style {
	float: left;
	margin: 0 5px 0 0;
}
.registration_table table tr.total {
	background: #e5f0f7;
}
.registration_table table tr th {
	background: #f8f8f8;
	padding: 10px;
	border-right: 1px solid #ebebeb;
}
.registration_table table tr th:last-child {
	border-right: none;
}
.registration_table table tr td {
	padding: 10px;
	border-right: 1px solid #ebebeb;
}
.registration_table table tr td input {
	border: 1px solid #d6d6d6;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #636363;
	font-size: 13px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
.registration_table table tr td .select-wrapper .holder {
	display: block;
	margin: 0 35px 0 12px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
	color: #989898;
}
.registration_table table tr td .select-wrapper {
	float: left;
	display: inline-block;
	background: #FFF url(../images/dropdown.png) no-repeat right center;
	cursor: pointer;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 0px;
	font-size: 14px;
	border: 1px solid #d6d6d6;
	margin-right: 1%;
}
.registration_table table tr td .select-wrapper,
.registration_table table tr td .select-wrapper select {
	height: 40px;
	line-height: 40px;
	width: 100%;
}
.registration_table table tr td .select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	font-family: 'Raleway', sans-serif;
}
.registration_table table tr td .select-wrapper select option {
	padding: 5px;
}
.registration_table table tr td:last-child {
	border-right: none;
}
.registration_cost_emi {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
}
.registration_cost_emi h2 {
	float: left;
}
.registration_cost_emi .select-wrapper,
.select-wrapper select {
	border: 1px solid #f2f2f2;
	float: right;
	height: 40px;
	line-height: 40px;
	margin: 0;
	width: auto;
}
#payment_option {
	clear: both;
	margin: 20px 0;
}
#payment_option input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
#payment_option input[type=checkbox].css-checkbox+label.css-label {
	padding-left: 24px;
	height: 17px;
	display: inline-block;
	line-height: 17px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 17px;
	vertical-align: middle;
	cursor: pointer;
}
#payment_option input[type=checkbox].css-checkbox:checked+label.css-label {
	background-position: 0 -17px;
}
#payment_option label.css-label {
	background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_6de93f3dd0a8cd78b0f2526c1bc6e0f7.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.registration_cost_emi .select-style {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.registration_cost_emi .select-style select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #FFF url("../images/arrowdown.png") no-repeat 96% 50%;
	border: 1px dotted #555;
	padding: 7px 18px 7px 5px;
	color: #555;
	line-height: 20px;
	font-size: 16px;
}
.registration_cost_emi .select-style select:focus {
	outline: none;
}
.office_work {
	width: 96%;
	margin: 0 0 30px;
	padding: 2%;
	float: left;
	background: #f4f4f4;
	box-shadow: 0 8px 6px -6px #CCC;
	border: 1px solid #d7d7d7;
}
.office_work ul {
	margin: 0px;
	padding: 0px;
}
.office_work ul li {
	width: 32.5%;
	margin: 0 1% 0 0;
	float: left;
	line-height: 40px;
}
.office_work ul li:last-child {
	margin-right: 0px;
}
.office_work ul li input {
	border: 1px solid #d6d6d6;
	width: 90%;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #636363;
	font-size: 13px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
.office_work ul li:last-child input {
	width: auto;
}
.office_work ul li input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.office_work ul li input[type=radio].css-checkbox+label.css-label,
input[type=radio].css-checkbox+label.css-label.clr {
	padding-left: 36px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}
.office_work ul li input[type=radio].css-checkbox:checked+label.css-label,
input[type=radio].css-checkbox+label.css-label.chk {
	background-position: 0 -26px;
}
.office_work ul li label.css-label {
	background-image: url(../images/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.registration_cost {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.registration_cost ul {
	margin: 0px;
	padding: 0px;
}
.registration_cost ul li {
	list-style-type: none;
	background: url(../images/star_icon.png) no-repeat scroll 0px 8px;
	padding: 0px 0px 0px 20px;
}
.search_box {
	width: 65%;
	margin: 5% auto 8%;
	padding: 0 5%;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 0px 10px #dedede inset;
	border-top: 6px solid #00a4e2;
	background: #f6f6f6;
	/* Old browsers */
	
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e5e5e5));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* IE10+ */
	
	background: linear-gradient(to bottom, #f6f6f6 0%, #e5e5e5 100%);
	/* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5', GradientType=0);
	/* IE6-9 */
}
.search_box .image {
	margin: -44px 0 30px;
	padding: 0px;
	text-align: center;
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.search_box ul {
	margin: 0px 0 40px;
	padding: 0px;
}
.search_box ul li {
	margin: 0px 0 10px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	clear: both;
}
.search_box ul li.search {
	padding-top: 10px;
}
.search_box form ul li input {
	background: #FFF;
	border: 1px solid #e0e0e0;
	padding: 10px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.search_box form ul li .select-wrapper .holder {
	display: block;
	margin: 0 35px 0 12px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
	color: #989898;
}
.search_box form ul li .select-wrapper {
	float: left;
	display: inline-block;
	background: #FFF url(../images/dropdown.png) no-repeat right center;
	cursor: pointer;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 0px;
	font-size: 13px;
	border: 1px solid #d6d6d6;
	margin-right: 1%;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.search_box form ul li .select-wrapper:last-child {
	margin-right: 0px;
}
.search_box form ul li .select-wrapper,
.search_box form ul li .select-wrapper select {
	height: 45px;
	line-height: 45px;
	width: 100%;
}
.search_box form ul li .select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	font-family: 'Raleway', sans-serif;
}
.search_box form ul li .select-wrapper select option {
	padding: 5px;
}
.search_box input[type="button"] {
	background: #00a4e2;
	cursor: pointer;
	color: #FFF;
	padding: 10px;
	width: 18%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.search_box input[type="submit"] {
	background: #00a4e2;
	cursor: pointer;
	color: #FFF;
	padding: 10px;
	width: 18%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.profile_wrapper_inner {
	width: 65%;
	margin: 5% auto;
	padding: 0px;
}
.profile_wrapper_inner.width75 {
	width: 75%;
}
.profile_wrapper_inner .fourth {
	width: 100%;
	padding: 0;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 0px 10px #dedede inset;
	display: inline-block;
	border-top: 6px solid #00a4e2;
	background: #f6f6f6;
	/* Old browsers */
	
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e5e5e5));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* IE10+ */
	
	background: linear-gradient(to bottom, #f6f6f6 0%, #e5e5e5 100%);
	/* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5', GradientType=0);
	/* IE6-9 */
}
.profile_wrapper_inner .image {
	margin: -44px 0 30px;
	padding: 0px;
	text-align: center;
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.profile_wrapper_inner p {
	text-align: center;
}
.profile_wrapper_inner h2 {
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	color: #00a4e2;
	padding: 0px;
	margin-bottom: 15px;
}
.profile_wrapper_inner h2 span {
	font-weight: 500;
}
.profile_wrapper_inner form {
	width: 100%;
}
.profile_wrapper_inner form p {
	margin-bottom: 20px;
}
.profile_wrapper_inner form ul {
	margin: 0px 0 10px;
	padding: 0 5%;
	overflow: hidden;
}
.profile_wrapper_inner form ul li {
	margin: 0px 0 10px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	float: left;
	width: 100%;
}
.profile_wrapper_inner form ul li:last-child {
	margin-bottom: 0px;
}
.profile_wrapper_inner form ul li input {
	background: #FFF;
	border: 1px solid #e0e0e0;
	padding: 10px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.profile_wrapper_inner input[type="button"] {
	background: #00a4e2;
	cursor: pointer;
	color: #FFF;
	padding: 10px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.profile_wrapper_inner input[type="submit"] {
	background: #00a4e2;
	cursor: pointer;
	color: #FFF;
	padding: 10px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.profile_wrapper_inner form ul li .custom-upload.input-error {
	border: none !important;
}
.profile_wrapper_inner form ul li .custom-upload.input-error input[disabled="disabled"] {
	border: 1px solid red;
}
.profile_wrapper_inner form ul li table tr th:last-child {
	width: 80px;
}
.profile_wrapper_inner form ul li a.button {
	background: #00a4e2;
	cursor: pointer;
	color: #FFF;
	padding: 1.5%;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
}
.profile_wrapper_inner ul li .select-wrapper .holder {
	display: block;
	margin: 0 35px 0 12px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
	color: #989898;
}
.profile_wrapper_inner ul li .select-wrapper {
	float: left;
	display: inline-block;
	position: relative;
	background: #FFF url(../images/dropdown.png) no-repeat right center;
	cursor: pointer;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 0px;
	font-size: 13px;
	border: 1px solid #d6d6d6;
	margin-right: 1%;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.profile_wrapper_inner ul li .select-wrapper:last-child {
	margin-right: 0px;
}
.profile_wrapper_inner ul li .select-wrapper,
.profile_wrapper ul li .select-wrapper select {
	height: 38px;
	line-height: 38px;
	width: 100%;
}
.profile_wrapper_inner ul li .select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	font-family: 'Raleway', sans-serif;
	width: 100%;
}
.profile_wrapper_inner ul li .select-wrapper select option {
	padding: 5px;
}
.profile_wrapper_inner form .first-step .links {
	margin: 0px 0 20px;
	padding: 5px 0;
	text-align: center;
	background: #00a4e2;
	clear: both;
}
.profile_wrapper_inner form .first-step .links li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: none;
	display: inline;
}
.profile_wrapper_inner form .first-step .links li:last-child {
	margin-right: 3px;
}
.profile_wrapper_inner form .first-step .links li a {
	color: #FFF;
	padding: 0px 10px;
}
.profile_wrapper_inner form .first-step .links li input {
	width: 150px;
	padding: 5px;
	background: #FFF;
	color: #000;
	font-size: 12px;
}
.profile_wrapper_inner form .first-step .links li input[type="submit"] {
	font-size: 12px;
	width: auto;
	padding: 5px 10px;
	background: #222;
	color: #FFF;
}
.profile_wrapper_inner .first-step .links {
	margin: 0px 0 20px;
	padding: 5px 0;
	text-align: center;
	background: #00a4e2;
	clear: both;
}
.profile_wrapper_inner .first-step .links li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: none;
	display: inline;
}
.profile_wrapper_inner .first-step .links li:last-child {
	margin-right: 3px;
}
.profile_wrapper_inner .first-step .links li a {
	color: #FFF;
	padding: 0px 10px;
}
.profile_wrapper_inner .first-step .links li input {
	width: 150px;
	padding: 5px;
	background: #FFF;
	color: #000;
	font-size: 12px;
}
.profile_wrapper_inner .first-step .links li input[type="submit"] {
	font-size: 12px;
	width: auto;
	padding: 5px 10px;
	background: #222;
	color: #FFF;
}
.profile_wrapper_inner .first-step .sideupload {
	margin-left: 0;
}
.profile_wrapper_inner .first-step .sideupload ul {
	padding: 0px;
	margin: 0px 0 10px;
	width: 95%;
}
.profile_wrapper_inner .first-step .sideupload ul li {
	position: relative;
	border: 1px solid #d8d8d8;
	background: #FFF;
	padding: 5px;
	height: 200px;
}
.profile_wrapper_inner .first-step .sideupload ul li img {
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	width: 100%;
}
.profile_wrapper_inner .first-step .sideupload .custom-upload {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5) url(../images/change_pic.png) no-repeat center center;
	cursor: pointer;
}
.profile_wrapper_inner .first-step .sideupload .custom-upload input[type=file] {
	outline: none;
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 3% 2%;
	cursor: pointer;
}
.profile_wrapper_inner .profile_payment_links {
	padding: 0px;
}
.profile_wrapper_inner .profile_payment_links li {
	float: none;
	display: inline;
	margin: 0px;
}
.profile_wrapper_inner .profile_payment_links span {
	float: left;
	margin-right: 20px;
}
.profile_wrapper_inner .profile_payment_container {
	border: none;
	padding: 0px;
}
.profile_wrapper_inner .profile_payment_container ul {
	padding: 0px;
}
.profile_wrapper_inner .profile_payment_container #business_No {
	overflow: hidden;
	height: 0px;
}
.profile_wrapper_inner form .first-step .sideupload {
	margin-left: 0;
}
.profile_wrapper_inner form .first-step .sideupload ul {
	padding: 0px;
	margin: 0px 0 10px;
	width: 95%;
}
.profile_wrapper_inner form .first-step .sideupload ul li {
	position: relative;
	border: 1px solid #d8d8d8;
	background: #FFF;
	padding: 5px;
	height: 200px;
}
.profile_wrapper_inner form .first-step .sideupload ul li img {
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	width: 100%;
}
.profile_wrapper_inner form .first-step .sideupload .custom-upload {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5) url(../images/change_pic.png) no-repeat center center;
	cursor: pointer;
}
.profile_wrapper_inner form .first-step .sideupload .custom-upload input[type=file] {
	outline: none;
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 3% 2%;
	cursor: pointer;
}
.profile_wrapper_inner form .profile_payment_links {
	padding: 0px;
}
.profile_wrapper_inner form .profile_payment_links li {
	float: none;
	display: inline;
	margin: 0px;
}
.profile_wrapper_inner form .profile_payment_links span {
	float: left;
	margin-right: 20px;
}
.profile_wrapper_inner form .profile_payment_container {
	border: none;
	padding: 0px;
}
.profile_wrapper_inner form .profile_payment_container ul {
	padding: 0px;
}
.profile_wrapper_inner form .profile_payment_container #business_No {
	overflow: hidden;
	height: 0px;
}
.profile_wrapper {
	width: 65%;
	margin: 5% auto;
	padding: 0px;
}
.profile_wrapper .image {
	margin: -44px 0 30px;
	padding: 0px;
	text-align: center;
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.profile_wrapper p {
	text-align: center;
}
.profile_wrapper h2 {
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	color: #00a4e2;
	padding: 0px;
	margin-bottom: 15px;
}
.profile_wrapper h2 span {
	font-weight: 500;
}
.profile_wrapper form .first-step {
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.profile_wrapper form .first-step h2 {
	margin-bottom: 20px;
}
.profile_wrapper form .first-step a {
	color: #00a4e2;
}
.profile_wrapper form .first-step a.edit_profile {
	background: #00a4e2;
	padding: 5px 10px;
	color: #FFF;
}
.profile_wrapper form .second-step {
	clear: both;
	border-top: 6px solid #00a4e2;
	width: 100%;
	float: left;
	padding: 0 0 30px;
}
.profile_wrapper form .third-step {
	padding: 0 0 30px;
	width: 100%;
	display: table;
}
.profile_wrapper form .first-step .sideupload {
	margin-left: 0;
}
.profile_wrapper form .first-step .sideupload ul {
	padding: 0px;
	margin: 0px 0 10px;
	width: 95%;
}
.profile_wrapper form .first-step .sideupload ul li {
	position: relative;
	border: 1px solid #d8d8d8;
	background: #FFF;
	padding: 5px;
	height: 200px;
}
.profile_wrapper form .first-step .sideupload ul li img {
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	width: 100%;
}
.profile_wrapper form .first-step .sideupload .custom-upload {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5) url(../images/change_pic.png) no-repeat center center;
	cursor: pointer;
}
.profile_wrapper form .first-step .sideupload .custom-upload input[type=file] {
	outline: none;
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 3% 2%;
	cursor: pointer;
}
.profile_wrapper form .first-step .links {
	margin: 0px 0 20px;
	padding: 5px 0;
	text-align: center;
	background: #00a4e2;
	clear: both;
}
.profile_wrapper form .first-step .links li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: none;
	display: inline;
}
.profile_wrapper form .first-step .links li:last-child {
	margin-right: 3px;
}
.profile_wrapper form .first-step .links li a {
	color: #FFF;
	padding: 0px 10px;
}
.profile_wrapper form .first-step .links li input {
	width: 150px;
	padding: 5px;
	background: #FFF;
	color: #000;
	font-size: 12px;
}
.profile_wrapper form .first-step .links li input[type="submit"] {
	font-size: 12px;
	width: auto;
	padding: 5px 10px;
	background: #222;
	color: #FFF;
}
.profile_wrapper form .first-step .custom-upload {
	position: relative;
	width: 70%;
	margin: 0px;
	float: left;
}
.profile_wrapper form .first-step .custom-upload input[type=file] {
	outline: none;
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.profile_wrapper form .first-step .custom-upload .fake-file {
	background: url(../images/browse-icon.png) center right no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 100%;
}
.profile_wrapper form .first-step .custom-upload .fake-file input {
	width: 80%;
	padding: 3% 2%;
}
.profile_wrapper form .first-step ul li .profile_pic {
	width: 150px;
	float: right;
	height: 150px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border: 1px solid #e0e0e0;
	background: #FFF;
}
.profile_wrapper form .first-step ul li .profile_pic img {
	width: 100%;
	max-height: 100%;
	height: auto;
}
.profile_wrapper form {
	width: 100%;
	padding: 0;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 0px 10px #dedede inset;
	display: inline-block;
	border-top: 6px solid #00a4e2;
	background: #f6f6f6;
	/* Old browsers */
	
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e5e5e5));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	/* IE10+ */
	
	background: linear-gradient(to bottom, #f6f6f6 0%, #e5e5e5 100%);
	/* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5', GradientType=0);
	/* IE6-9 */
}
.profile_wrapper form p {
	margin-bottom: 20px;
}
.profile_wrapper form ul {
	margin: 0px 0 10px;
	padding: 0 5%;
	overflow: hidden;
}
.profile_wrapper form ul li {
	margin: 0px 0 10px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	float: left;
	width: 100%;
}
.profile_wrapper form ul li:last-child {
	margin-bottom: 0px;
}
.profile_wrapper form ul li input {
	background: #FFF;
	border: 1px solid #e0e0e0;
	padding: 10px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.profile_wrapper input[type="button"] {
	background: #00a4e2;
	cursor: pointer;
	color: #FFF;
	padding: 10px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.profile_wrapper input[type="submit"] {
	background: #00a4e2;
	cursor: pointer;
	color: #FFF;
	padding: 10px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.profile_wrapper form ul li .custom-upload.input-error {
	border: none !important;
}
.profile_wrapper form ul li .custom-upload.input-error input[disabled="disabled"] {
	border: 1px solid red;
}
.profile_wrapper form ul li a.button {
	background: #00a4e2;
	cursor: pointer;
	color: #FFF;
	padding: 1.5%;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
}
.profile_wrapper ul li .select-wrapper .holder {
	display: block;
	margin: 0 35px 0 12px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
	color: #989898;
}
.profile_wrapper ul li .select-wrapper {
	float: left;
	display: inline-block;
	background: #FFF url(../images/dropdown.png) no-repeat right center;
	cursor: pointer;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 0px;
	font-size: 13px;
	border: 1px solid #d6d6d6;
	margin-right: 1%;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.profile_wrapper ul li .select-wrapper:last-child {
	margin-right: 0px;
}
.profile_wrapper ul li .select-wrapper,
.profile_wrapper ul li .select-wrapper select {
	height: 38px;
	line-height: 38px;
	width: 100%;
}
.profile_wrapper ul li .select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	font-family: 'Raleway', sans-serif;
}
.profile_wrapper ul li .select-wrapper select option {
	padding: 5px;
}
.profile_wrapper form .profile_payment_links {
	padding: 0px;
}
.profile_wrapper form .profile_payment_links li {
	float: none;
	display: inline;
	margin: 0px;
}
.profile_wrapper form .profile_payment_links span {
	float: left;
	margin-right: 20px;
}
.profile_payment_links li input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.profile_payment_links li input[type=radio].css-checkbox+label.css-label,
input[type=radio].css-checkbox+label.css-label.clr {
	padding-left: 36px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}
.profile_payment_links li input[type=radio].css-checkbox:checked+label.css-label,
input[type=radio].css-checkbox+label.css-label.chk {
	background-position: 0 -26px;
}
.profile_payment_links li label.css-label {
	background-image: url(../images/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.profile_payment_links li.active input[type=radio].css-checkbox+label.css-label,
input[type=radio].css-checkbox+label.css-label.clr {
	padding-left: 36px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: 0 -26px;
	vertical-align: middle;
	cursor: pointer;
}
.profile_wrapper form .profile_payment_container {
	border: none;
	padding: 0px;
}
.profile_wrapper form .profile_payment_container ul {
	padding: 0px;
}
.profile_wrapper form .profile_payment_container #business_No {
	overflow: hidden;
	height: 0px;
}
.profile_wrapper form ul.search_form {
	margin: 0 auto 30px;
	width: 60%;
	text-align: center;
}
.profile_wrapper form ul.search_form li {
	width: 70%;
	float: left;
}
.profile_wrapper form ul.search_form li input {
	padding: 9px;
	font-size: 15px;
}
.profile_wrapper form ul.search_form li:last-child {
	width: 30%;
}
.profile_wrapper form ul.search_form li input[type="submit"] {
	padding: 9px 0 8px;
	border-radius: 0px 3px 3px 0px;
}
.facebook_sharing {
	margin: 10% auto;
	padding: 0px;
	text-align: center;
}
.facebook_sharing a {
	font-size: 25px;
	padding: 0px;
	display: inline-block;
	color: #3c579e;
	text-transform: capitalize;
	line-height: 64px;
}
.facebook_sharing a span {
	background: url(../images/social_shariing.png) no-repeat;
	width: 64px;
	height: 64px;
	display: inline-block;
}
.google_sharing {
	margin: 10% auto;
	padding: 0px;
	text-align: center;
}
.google_sharing a {
	font-size: 25px;
	padding: 0px;
	display: inline-block;
	color: #d95333;
	text-transform: capitalize;
	line-height: 64px;
}
.google_sharing a span {
	background: url(../images/social_shariing.png) no-repeat scroll -70px 0;
	width: 64px;
	height: 64px;
	display: inline-block;
}
.sharing_content {
	width: 100%;
	text-align: center;
	margin: 0% 0 10%;
	background: #FFF;
	border: 1px solid #e2e2e2;
	padding: 20px;
}
.effect4 {
	position: relative;
}
.effect4:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #929292;
	-webkit-box-shadow: 0 15px 10px #929292;
	-moz-box-shadow: 0 15px 10px #929292;
	box-shadow: 0 15px 10px #929292;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
.shipping_choose {
	margin: 20px 0 0 0;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
}
.shipping_choose ul {
	clear: both;
}
.shipping_choose ul li input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.shipping_choose ul li input[type=checkbox].css-checkbox+label.css-label {
	padding-left: 35px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}
.shipping_choose ul li input[type=checkbox].css-checkbox:checked+label.css-label {
	background-position: 0 2px;
}
.shipping_choose ul li label.css-label {
	background-image: url(../images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.shipping_choose ul li input[type=checkbox].css-checkbox.clickYes+label.css-label {
	background-position: 0 -29px;
}

/*.shipping_choose ul li input[type=checkbox].css-checkbox {position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;}
.shipping_choose ul li input[type=checkbox].css-checkbox + label.css-label {padding-left:30px;height:25px; display:inline-block;line-height:25px;background-repeat:no-repeat;background-position: 0 0;font-size:15px;vertical-align:middle;cursor:pointer;}
.shipping_choose ul li input[type=checkbox].css-checkbox:checked + label.css-label {background-position: 0 -25px;}
.shipping_choose ul li label.css-label {background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_843386d3cb9a4d1c05313c7f23788d43.png); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;user-select: none;}*/
.event_detail {
	background: none;
	clear: both;
	margin: 0;
	padding: 20px 0 0;
	width: 100%;
}
.event_detail .left_area {
	min-height: 415px;
}
.blue_box {
	background: #0179bb;
	padding: 20px;
	width: 100%;
	color: #FFF;
	margin: 20px 0 10px;
	font-size: 16px;
}
.blue_box p {
	margin-bottom: 10px;
	color: #FFF;
	line-height: 30px;
	font-size: 13px;
}
.blue_box a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
.blue_box a:hover {
	color: #FFF;
}
.blue_box a.goodwill {
	line-height: 22px;
	padding: 5px 10px;
	font-size: 13px;
	display: inline-block;
	color: #FFF;
	border: none;
	border-radius: 3px;
	background: #fa804a;
}
.event_detail .event_links {
	margin: 0px 0 30px;
	padding: 8px 0;
	display: inline-block;
	clear: both;
	width: 100%;
}
.event_detail .event_links li {
	margin: 0px;
	padding: 0px 2px;
	list-style-type: none;
	border: none;
	display: inline-block;
	line-height: 20px;
	color: #00a4e2;
	font-size: 14px;
}
.event_detail .event_links li a {
	font-size: 14px;
	color: #222;
	background: #f1f1f1;
	border-bottom: 1px solid #e8e8e8;
	padding: 7px 15px;
}
.event_detail .event_links li:first-child {
	padding-left: 0px;
}
.event_detail .event_links li a:hover {
	background: #e9e7e7;
}
.event_detail .boys_pic {
	position: relative;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0px;
}
.event_detail .event_links1 {
	margin: 0px 0 30px;
	padding: 8px 0;
	display: inline-block;
	clear: both;
	width: 100%;
}
.event_detail .event_links1 li {
	margin: 0px;
	padding: 0px 2px;
	list-style-type: none;
	border: none;
	display: inline-block;
	line-height: 20px;
	color: #00a4e2;
	font-size: 14px;
}
.event_detail .event_links1 li a {
	font-size: 14px;
	color: #222;
	background: #f1f1f1;
	border-bottom: 1px solid #e8e8e8;
	padding: 7px 15px;
}
.event_detail .event_links1 li:first-child {
	padding-left: 0px;
}
.event_detail .event_links1 li a:hover {
	background: #e9e7e7;
}
.event_detail .event_links1 li.active a {
	color: #FFF;
	background: #fa804a;
}
.instructions_conference {
	background: #f1f1f1;
	padding: 0;
	margin-top: 30px;
}
.instructions_conference h4 {
	color: #00a4e2;
	font-size: 22px;
	font-weight: 500;
	border-top: 5px solid #00a4e2;
	padding: 10px 10px 0;
}
.instructions_conference ul {
	margin: 0px;
	padding: 10px;
}
.instructions_conference ul li {
	margin: 10px 0;
	line-height: 20px;
	border-bottom: 1px solid #DDD;
	padding: 0 0 10px;
	font-size: 13px;
}
.instructions_conference ul li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

/* News Wrapper
-----------------------------------------------------------------------------------------------------*/
.news {}
.news ul {
	margin: 0px;
	padding: 0px;
}
.news ul li {
	margin: 0px;
	padding: 10px 0;
	list-style-type: none;
	border-bottom: 10px solid #f4f4f4;
	width: 100%;
	float: left;
}
.news ul li:last-child {
	border: none;
}
.news table tr td,
.news table tr th,
.news table tbody tr td {
	font-size: 14px;
}
.news table tr th {
	font-weight: 500;
}
.news ul li ul {
	margin: 0px 0 0 15px;
	padding: 0px;
}
.news ul li ul li {
	margin: 0px;
	padding: 0;
	border-bottom: none;
}
.news ul li ol {
	margin: 0px 0 0 15px;
	padding: 0px;
}
.news ul li ol li {
	margin: 0px;
	padding: 0;
	border-bottom: none;
	list-style-type: decimal;
}
.news ul li.odd {
	background: #fbfbfb;
}
.news ul li h2 {
	padding-bottom: 0px;
	font-weight: 500;
	line-height: normal;
}
.news ul li h2 a {
	color: #2e96d8;
}
.news ul li h6 {
	margin-bottom: 10px;
	color: #636363;
}
.news ul li .info {
	margin-bottom: 10px;
}
.news ul li .image_caption {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 100px;
}
.news ul li .image_caption img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #edecec;
	max-width: 100%;
}
.news ul li .caption_text {
	margin-left: 120px;
}
.news ul li p {
	font-size: 13px;
	color: #8d8a8a;
	margin-bottom: 10px;
	line-height: 20px;
}
.news ul li a {
	color: #2e96d8;
}
ul.events {
	margin: 0px;
	padding: 0px;
}
ul.events li {
	list-style-type: none;
	min-height: 200px;
	height: auto;
	max-height: 100%;
	border-top: 5px solid #77b7ab;
	padding-top: 10px;
	position: relative;
	margin-bottom: 30px;
}
ul.events li a {
	color: #fa804a;
}
ul.events li .event_button {
	position: absolute;
	left: 0px;
	bottom: 10px;
}
ul.events li h2 {
	font-size: 18px;
	color: #fa804a;
	font-weight: 500;
}
ul.events li:nth-child(2n) {
	border-top: 5px solid #bccc80;
}
ul.events li:nth-child(3n) {
	border-top: 5px solid #d4ca98;
}
ul.events li:nth-child(4n) {
	border-top: 5px solid #eb6e44;
}
.news .event_links {
	margin: 0px;
	padding: 8px 0;
	display: inline-block;
	clear: both;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 100%;
}
.news .event_links li {
	margin: 0px;
	padding: 0px 15px;
	list-style-type: none;
	border: none;
	width: auto;
	line-height: 20px;
	border-right: 1px solid #ccc;
	color: #00a4e2;
	font-size: 14px;
}
.news .event_links li a {
	font-size: 15px;
	color: #222;
}
.news .event_links li:first-child {
	padding-left: 0px;
}
.news .event_links li a:hover {
	color: #00a4e2;
}
ul.store {
	margin: 0px;
	padding: 0px;
}
ul.store li {
	list-style-type: none;
	min-height: 480px;
	height: auto;
	max-height: 100%;
	border-top: 5px solid #8DCDC1;
	padding-top: 10px;
	position: relative;
	margin-bottom: 30px;
}
ul.store li .store_button {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-bottom: 0px;
}
ul.store li h2 {
	font-size: 17px;
	color: #5e5e5e;
}
ul.store li h4.price {
	color: #00a4e2;
	float: left;
}
ul.store li h4.instock {
	color: green;
	float: right;
}
ul.store li h4.outstock {
	color: red;
	float: right;
}
ul.store li:nth-child(2n) {
	border-top: 5px solid #D3E397;
}
ul.store li:nth-child(3n) {
	border-top: 5px solid #FFF5C3;
}
ul.store li:nth-child(4n) {
	border-top: 5px solid #EB6E44;
}
.pagging {
	margin: 20px 0;
	padding: 0px;
	width: 100%;
	clear: both;
	float: left;
}
ul.pagination {
	display: block;
	min-height: 1.5rem;
	margin: 0 auto;
	text-align: center;
}
ul.pagination li {
	color: #5e5e5e;
	font-size: 1.2rem;
	margin-left: 0.3125rem;
	float: none;
	width: auto;
}
ul.pagination li a,
ul.pagination li button {
	display: block;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: #5e5e5e;
	background: none;
	border-radius: 3px;
	font-weight: normal;
	font-size: 1em;
	line-height: inherit;
	transition: background-color 300ms ease-out;
}
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
	background: #e6e6e6;
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
	cursor: default;
	color: #5e5e5e;
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
	background: transparent;
}
ul.pagination li.current a,
ul.pagination li.current button {
	background: #00a4e2;
	color: #FFF;
	font-weight: 500;
	cursor: default;
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
	background: #00a4e2;
}
ul.pagination li {
	display: inline-block;
}
ul.pagination li.disabled a,
ul.pagination li.disabled button {
	cursor: default;
	color: #5e5e5e;
}
ul.pagination li.disabled:hover a,
ul.pagination li.disabled a:focus,
ul.pagination li.disabled:hover button,
ul.pagination li.disabled button:focus {
	background: transparent;
}

/* Pagination centred wrapper */
.pagination-centered {
	text-align: center;
}
.pagination-centered ul.pagination li {
	float: none;
	display: inline-block;
}
.custom-upload {
	position: relative;
	width: 100%;
	margin: 0px;
}
.custom-upload input[type=file] {
	outline: none;
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.custom-upload .fake-file {
	background: url(../images/browse-icon.png) center right no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 100%;
}
.custom-upload .fake-file input {
	width: 85%;
}

/* Comment Reply   */
.comment_reply {}
.comment_reply h4 {
	font-weight: 500;
}
.comment_reply .replybox {
	width: 100%;
	margin: 30px 0px;
	padding: 0px;
	font-size: 13px;
}
.comment_reply .replybox .reply {
	background: #f3f3f3;
	padding: 1%;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 20px;
}
.comment_reply .replybox .reply span.arrow {
	background: url(../images/gray_arrow.png) no-repeat;
	width: 26px;
	height: 21px;
	position: absolute;
	right: 30px;
	bottom: -20px;
}
.comment_reply .replybox .replyauthor {
	text-align: right;
	clear: both;
	color: #000;
}
.comment_reply h4.topic_select {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.comment_reply h4.topic_select select {
	float: right;
}
.comment_box {
	margin: 0;
	padding: 0;
}
.comment_box li {
	list-style: none;
}
.comment_box li textarea {
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	color: #222;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 500;
	padding: 1%;
	width: 100%;
}
.comment_box li input[type="submit"] {
	background: #00a4e2;
	color: #FFF;
	border: none;
	width: auto;
	display: block;
	padding: 1% 2%;
	margin: 0px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	cursor: pointer;
	font-size: 15px;
}
.comment_box li input[type="submit"]:hover {
	background: #0094d2;
}

/* Media Page */
.mediagallery {
	position: relative;
	margin-bottom: 20px;
}
.mediagallery ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}
.mediagallery ul li {
	position: relative;
    width: calc(25% - 15px);
    margin-top: 20px;
	margin-right: 20px;
	opacity: 0.8;
	float: left;
	cursor: pointer;
	background: url(../images/camera-image.png) no-repeat;
	border: 1px solid #ccc;
	padding: 0;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
}
	
.mediagallery ul li:nth-child(1),
.mediagallery ul li:nth-child(2),
.mediagallery ul li:nth-child(3),
.mediagallery ul li:nth-child(4) {
    margin-top: 0;
}
.mediagallery ul li:nth-child(4n+4) {
	margin-right: 0;
}
@media (max-width: 1279px) {
	.mediagallery ul li {
		width: calc((100% / 3) - 14px);
		margin-right: 21px;
	}
	
	.mediagallery ul li:nth-child(4) {
		margin-top: 20px;
    }
    
    .mediagallery ul li:nth-child(4n+4) {
		margin-right: 21px;
    }
	
	.mediagallery ul li:nth-child(3n+3) {
		margin-right: 0;
	}
}
@media (max-width: 1023px) {
	.mediagallery ul li {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	
	.mediagallery ul li:nth-child(3) {
		margin-top: 20px;
	}
	
	.mediagallery ul li:nth-child(3n+3) {
		margin-right: 20px;
	}
	
	.mediagallery ul li:nth-child(2n+2) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.mediagallery ul li {
		width: 100%;
		margin-right: 0;
	}
	
	.mediagallery ul li:nth-child(2) {
		margin-top: 20px;
	}
}
.mediagallery ul li img {
	width: 100%;
	height: 150px;
	vertical-align: top;
}
.mediagallery ul li a {
	color: #fa804a;
	position: absolute;
	top: 0;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
	line-height: normal;
	left: 0px;
	width: 100%;
}
.mediagallery ul li.active a {
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
}
.mediagallery ul li .summary {
	display: none;
}
.mediagallery ul li.active .summary {
	display: block;
}
.mediagallery ul li.noPicture {
	background: url(../images/camera-image.png) no-repeat;
	height: 150px;
}
.videogallery {
	position: relative;
}
.videogallery ul {
	margin: 0px;
	padding: 0px;
}
.videogallery ul li {
	position: relative;
    width: calc(25% - 15px);
    margin-top: 20px;
	margin-right: 20px;
	opacity: 0.8;
	float: left;
	cursor: pointer;
	background: url(../images/video-image.png) no-repeat;
	border: 1px solid #ccc;
	padding: 0;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
}
	
.videogallery ul li:nth-child(1),
.videogallery ul li:nth-child(2),
.videogallery ul li:nth-child(3),
.videogallery ul li:nth-child(4) {
    margin-top: 0;
}
.videogallery ul li:nth-child(4n+4) {
	margin-right: 0;
}
@media (max-width: 1279px) {
	.videogallery ul li {
		width: calc((100% / 3) - 14px);
		margin-right: 21px;
	}
	
	.videogallery ul li:nth-child(4) {
		margin-top: 20px;
	}
	
	.videogallery ul li:nth-child(4n+4) {
		margin-right: 21px;
	}
	
	.videogallery ul li:nth-child(3n+3) {
		margin-right: 0;
	}
}
@media (max-width: 1023px) {
	.videogallery ul li {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	
	.videogallery ul li:nth-child(3) {
		margin-top: 20px;
	}
	
	.videogallery ul li:nth-child(3n+3) {
		margin-right: 20px;
	}
	
	.videogallery ul li:nth-child(2n+2) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.videogallery ul li {
		width: 100%;
		margin-right: 0;
	}
	
	.videogallery ul li:nth-child(2) {
		margin-top: 20px;
	}
}
.videogallery ul li img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.videogallery ul li a {
	color: #fa804a;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
}
.videogallery ul li.active a {
	color: #fa804a;
}
.videogallery ul li .summary {
	display: none;
}
.videogallery ul li.active .summary {
	display: block;
}
.videogallery ul li.noVideo {
	background: url(../images/video-image.png) no-repeat;
	height: 150px;
}
.inline_demo .flexslider {
	width: 60%;
	padding: 4% 4% 3% 4%;
	float: left;
}
.inline_demo .flexslider ul li .caption_text_image img {
	display: inline;
	width: 100%;
	max-width: 100%;
}
.flexslider .slides .image_caption img {
	width: auto;
}
.inline_demo .flex-direction-nav .flex-next {
	left: 96%;
	right: auto;
}
.inline_demo .caption_text {
	width: 40%;
	background: #FFF;
	padding: 0% 2%;
	float: right;
	vertical-align: top;
	height: 100%;
	overflow: hidden;
}
.inline_demo .caption_text .commentsection {
	border-top: none;
	margin-top: 0px;
}
.inline_demo .caption_text .commentsection h3 {
	margin-bottom: 10px;
	color: #999;
}

/*.inline_demo .flexslider img{ height:650px; }*/
.inline_demo .flexslider .next {
	position: absolute;
	top: 45%;
	right: 0px;
	background: url(../images/next-icon.png) no-repeat;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.inline_demo .flexslider .previous {
	position: absolute;
	top: 45%;
	left: 0px;
	background: url(../images/previous-icon.png) no-repeat;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.commentsection {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	clear: both;
	border-top: 3px solid #ccc;
	float: left;
}
.commentsection h3 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 400;
}
.commentsection h4 {
	font-size: 15px;
	font-weight: 400;
}
.commentsection ul {
	margin: 0px 0 20px;
	padding: 0px;
	overflow-y: scroll;
	height: 250px;
}
.commentsection ul li {
	clear: both;
	height: 80px;
	margin-bottom: 10px;
}
.commentsection ul li .image_caption {
	width: 80px;
	height: 100%;
	float: left;
}
.commentsection ul li .caption_text_wrap {
	margin-left: 90px;
}
.commentsection ul li .caption_text_wrap p {
	font-size: 12px;
	line-height: 18px;
}
.commentsection form {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
}
.commentsection form textarea {
	width: 100%;
	padding: 1%;
	border: 1px solid #ccc;
}
.commentsection form input[type="button"] {
	background: #00a4e2;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	font-family: "Raleway", sans-serif;
	transition: all 0.5s ease 0s;
}
.commentsection form input[type="button"]:hover {
	background: #0083c1;
	color: #FFF;
}
#albumImages {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	height: 100%;
	z-index: 99999;
}
#albumImages .lightbox {
	width: 80%;
	margin: 5% auto;
	background: #FFF;
	padding: 20px;
}
#albumImages a#hideAlbumImages {
	color: #777;
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	right: 10px;
	text-decoration: underline;
	top: 10px;
	cursor: pointer;
}
#albumVideos {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	height: 100%;
	z-index: 99999;
}
#albumVideos .lightbox {
	width: 80%;
	margin: 5% auto;
	background: #FFF;
	padding: 20px;
}
#albumVideos a#hideVideoImages {
	color: #777;
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	right: 10px;
	text-decoration: underline;
	top: 10px;
	cursor: pointer;
}
.shopping_cart {
	clear: both;
	float: left;
	margin: 20px 0;
	padding: 0;
	width: 100%;
	min-height: 350px;
}
.shopping_cart table td,
.shopping_cart table th {
	width: 20%;
	word-break: break-all;
	font-size: 14px;
}
.shopping_cart table thead {
	background: #00a4e2;
}
.shopping_cart table thead th {
	font-size: 14px;
	font-weight: 400;
}
.shopping_cart table td img.cart_img {
	border: 1px solid #FFF;
	padding: 1px;
	margin: 0 10px 0 0;
	float: left;
	box-shadow: 0px 0px 3px #ccc
}
.shopping_cart table td input.CartQty {
	border: 1px solid #00a4e2;
	background: #FFF;
	padding: 10px;
	width: 50px;
}
.shopping_cart .cart_buttons {}
.shopping_cart .cart_buttons .firstbutton {
	float: left;
}
.shopping_cart .cart_buttons .lastbutton {
	float: right;
}

/* Footer Wrapper HTML
----------------------------------------------------------------------------------------------------*/
.footer {
	background: url(../images/footer-bg.jpg) no-repeat scroll 0 0/cover;
	padding: 3% 0 0 0;
	margin: 0;
	position: relative;
}
.footer::after {
	width: 100%;
	height: 1px;
	background: #264b94;
	content: "";
	position: absolute;
	bottom: 42px;
}
.footer h4 {
	color: #fff;
	margin-bottom: 20px;
}
.footer .social-links {
	margin: 0;
	padding: 50px 0 0 0;
}
.footer .social-links li {
	list-style: none;
	margin: 0 5% 0 0;
	display: inline-block;
	padding: 0;
}
.footer .social-links li a {
	color: #264b94;
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.footer .social-links li a:hover {
	background: #264b94;
	color: #fff;
}
.footer .address-list {
	margin: 0;
	padding: 0;
}
.footer .address-list li {
	margin: 0;
	padding: 0 0 20px 25px;
	position: relative;
	color: #fff;
	font-size: 16px;
}
.footer .address-list li a {
	color: #FFF;
}
.footer .address-list li a:hover {
	color: #264b94;
}
.footer .address-list li::before {
	position: absolute;
	left: 0;
	font-family: fontAwesome;
	color: #fff;
}
.footer .address-list li:nth-child(1)::before {
	content: "\f041";
}
.footer .address-list li:nth-child(2)::before {
	content: "\f003";
}
.footer .address-list li:nth-child(3)::before {
	content: "\f095";
}
.footer .footer-links {
	margin: 0;
	padding: 0;
}
.footer .footer-links li {
	margin: 0;
	padding: 0;
}
.footer .footer-links li a {
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
.footer .footer-links li a:hover {
	color: #264b94;
}
.footer .row:first-child {
	padding-bottom: 50px;
}
.footer .copyright-text {
	color: #264b94;
	text-align: center;
	padding: 10px 0;
}
.event_resgistration_btns {
	padding: 0;
	margin: 10px 0;
	display: inline-block;
}
.event_resgistration_btns li {
	display: inline-block;
	float: left;
	margin-right: 7px;
}
.event_resgistration_btns li a {
	padding: 10px 15px;
	background: #999;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #333;
}
.event_resgistration_btns li.active a {
	background: #00a4e2;
}
a#show {
	display: inline-block;
}
.inline_image {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999;
}
.inline_image .lightbox {
	width: 800px;
	height: 600px;
	margin: 5% auto;
	background: #FFF;
	padding: 20px;
	position: relative;
}
.inline_image .lightbox img {
	height: 560px;
	width: 100%;
}
.inline_image .lightbox iframe {
	height: 560px;
	width: 100%;
}
a#hide {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
}
.full_dv {
	width: 100%;
	float: left;
}
.speaker_image img {
	width: 280px;
	height: 250px;
}
.cd-cart {
	background: rgba(0, 0, 0, 0) url("../images/cd-icon-cart.svg") no-repeat scroll center center;
	height: 38px;
	width: 50px;
	z-index: 2;
}
.cd-cart.items-added span {
	transform: scale(1);
}
.cd-cart span {
	background-color: #46b29d;
	border-radius: 50%;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 2px;
	transform: scale(0);
	transition: transform 0.2s ease 0s;
	width: 22px;
}
#cart {
	display: none;
	left: 485px;
	position: absolute;
	top: 57px;
	width: 450px;
	background: #FFF;
	border: solid 1px rgba(100, 100, 100, .20);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
	z-index: 9999;
}
.headingTitle {
	position: relative;
	color: #444444;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.headingTitle .btn-primary {
	position: absolute;
	top: 0;
	right: 0;
	background: #00a4e2;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 15px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	font-family: "Raleway", sans-serif;
	transition: all 0.5s ease 0s;
}
.headingTitle .btn-primary:hover {
	background: #0083c1;
	color: #FFF;
}
.modalFld {
	margin-bottom: 10px;
}
.modalFld label {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
}
.modalFld input[type="text"] {
	border: 1px solid #d6d6d6;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #636363;
	font-size: 13px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
.btn-defalut {
	display: inline-block;
	background: #00a4e2;
	color: #FFF;
	border: none;
	padding: 10px 2%;
	margin: 0px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.btn-defalut:hover {
	background: #0083c1;
	color: #FFF;
}
.btn-cancel {
	display: inline-block;
	background: #efefef;
	color: #333;
	border: none;
	padding: 10px 2%;
	margin: 0 5px 0 0;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.btn-cancel:hover {
	opacity: 0.8;
}
.text-alignCenter {
	text-align: center;
}
.selected_col {
	background: #999;
	border: 1px solid #FFF;
	color: #fff;
	font-weight: bold;
}
.modal-box {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 98%;
	background: #FFF;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
}
.modal-box header,
.modal-box .modal-header {
	padding: 1.25em 1.5em;
	border-bottom: 1px solid #ddd;
}
.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
	margin: 0;
}
.modal-box .modal-body {
	padding: 2em 1.5em;
}
.modal-box footer,
.modal-box .modal-footer {
	padding: 1em;
	border-top: 1px solid #ddd;
	background: rgba(0, 0, 0, 0.02);
	text-align: right;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.text-18 {
		font-size: 16px;
	}
	
	.row {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.banner_wrapper {
		height: auto;
	}
	
	.banner_wrapper .flexslider .slides li .caption {
		display: none;
	}
	
	.main_banner {
		height: auto;
	}
	
	.main_banner h1 {
		position: relative;
		z-index: 999;
		color: #FFF;
		font-weight: 300;
		text-shadow: 1px 1px 1px #000;
		position: absolute;
		left: 10px;
		bottom: 0;
		padding-bottom: 0px;
		line-height: normal;
		top: 50%;
	}
	
	.main_banner img {
		position: relative;
		vertical-align: top;
	}
	
	.main_banner h1 span {
		line-height: normal;
	}
	
	.services li {
		width: 96%;
		padding: 2%;
	}
	
	.services li:first-child {
		width: 96%;
	}
	
	.services li:last-child {
		width: 96%;
		padding: 2%;
	}
	
	.post {
		clear: both;
		width: 100%;
		float: left;
	}
	
	.post li {
		width: 100%;
		height: auto;
	}
	
	.core_Areas li {
		width: 100%;
		margin: 12% 0%;
		height: auto;
	}
	
	.core_Areas li p {
		text-align: center;
	}
	
	.vision_add {
		padding: 10px;
		background: url(../images/vision_add_bg.png) no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
	}
	
	.vision_add p {
		text-align: center;
	}
	
	.register_wrapper {
		width: 100%;
		margin: 80px 0 20px 0;
	}
	
	.login_wrapper {
		width: 100%;
		margin: 80px 0 20px 0;
	}
	
	.login_wrapper form ul li input {
		padding: 4% 2% 4% 15%;
	}
	
	.login_wrapper .member a.button {
		padding: 8px 10px;
	}
	
	.vision_wrapper ul li {
		margin: 0px 0 20px;
		width: 100%;
		height: auto;
	}
	
	.vision_wrapper ul li .donate {
		margin: 0px auto;
	}
	
	.vision_wrapper p {
		text-align: center;
	}
	
	.directory table tr td {
		font-size: 12px;
		line-height: normal;
	}
	
	.directory table tr th.email {
		display: none;
	}
	
	.directory table tr th.person {
		display: none;
	}
	
	.directory table tr td.email {
		display: none;
	}
	
	.directory table tr td.person {
		display: none;
	}
	
	.payment_option ul li .quantity {
		display: inline;
	}
	
	.payment_option ul li .quantity li {
		width: 30%;
		margin: 5px;
	}
	
	.payment_option ul li .quantity li:last-child {
		width: 30%;
	}
	
	.payment_option ul li .quantity li span {
		font-size: 18px;
	}
	
	.payment_option ul li .quantity li:last-child a {
		padding: 20px 0;
	}
	
	.gallery_box li {
		width: 32%;
	}
	
	.contact ul li {
		width: 100%;
	}
	
	.contact ul li.textarea {
		width: 100%;
	}
	
	.contact ul li input {
		width: 100%;
		padding: 5%;
	}
	
	.contact ul li textarea {
		width: 100%;
		padding: 5%;
	}
	
	.contact ul li input[type="submit"] {
		width: auto;
		padding: 3% 5%;
		cursor: pointer;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
	.logo {
		width: 100%;
	}
	
	.row {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.main_banner h1 {
		top: 50%;
	}
	
	.services li {
		width: 96%;
		padding: 2%;
		font-size: 14px;
		line-height: normal;
	}
	
	.services li:first-child {
		width: 96%;
	}
	
	.services li:last-child {
		width: 96%;
		padding: 2%;
	}
	
	.photos ul li {
		margin: 8px 0;
		width: 100%;
		text-align: center;
	}
	
	.photos ul li:last-child {
		margin: 8px auto;
		display: table;
	}
	
	.gallery_box li {
		width: 48%;
	}
	
	.payment_option ul li {
		width: 48%;
		margin: 0 1% 5px 0;
	}
	
	.payment_option ul li .quantity li:last-child a {
		padding: 10px 0;
	}
	
	.payment_option ul li:last-child {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
	.donate-wrap .donate-list ul li {
		width: 100%;
		margin: 0 0 10px;
	}
}

/* Android (landscape) ----------- */
@media only screen and (min-width: 481px) and (max-width: 680px) {
	.row {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.main_banner h1 {
		top: 50%;
	}
	
	.services li {
		width: 96%;
		padding: 2%;
	}
	
	.services li:first-child {
		width: 96%;
	}
	
	.services li:last-child {
		width: 96%;
		padding: 2%;
	}
	
	.main_banner {
		height: auto;
	}
	
	.main_banner h1 {
		position: relative;
		z-index: 999;
		color: #FFF;
		font-weight: 300;
		text-shadow: 1px 1px 1px #000;
		position: absolute;
		left: 10px;
		bottom: 0;
		padding-bottom: 0;
		line-height: normal;
	}
	
	.main_banner img {
		position: relative;
	}
	
	.vision_wrapper ul li {
		margin: 0px 0 20px;
		width: 100%;
		height: auto;
	}
	
	.vision_wrapper ul li .donate {
		margin: 0px auto;
	}
	
	.vision_wrapper p {
		text-align: center;
	}
	
	.vision_add {
		padding: 10px;
		background: #1aade5 url(../images/vision_add_bg.png) no-repeat scroll 0 0 / cover;
	}
	
	.vision_add p {
		text-align: center;
	}
	
	.core_Areas li {
		height: auto;
	}
	
	.post li {
		height: 800px;
	}
	
	.gallery_box li {
		width: 32%;
	}
	
	.register_wrapper {
		width: 80%;
		margin: 80px auto 20px auto;
	}
	
	.login_wrapper {
		width: 80%;
		margin: 80px auto 20px auto;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.services li {
		line-height: normal;
	}
	
	.main_banner h1 {
		top: 50%;
	}
	
	.vision_add {
		padding: 10px;
	}
	
	.vision_add p {
		margin: 0;
	}
	
	.register_wrapper {
		width: 60%;
		margin: 80px auto 20px auto;
	}
	
	.login_wrapper {
		width: 60%;
		margin: 80px auto 20px auto;
	}
	
	.core_Areas li {
		height: auto;
	}
	
	.gallery_box li {
		width: 32%;
	}
	
	.vision_wrapper ul li {
		margin: 0px 0 20px;
		width: 100%;
		height: auto;
	}
	
	.vision_wrapper ul li .donate {
		margin: 0px auto;
	}
	
	.vision_wrapper p {
		text-align: center;
	}
	
	.vision_add p {
		font-size: 14px;
		text-align: center;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width: 681px) and (max-width: 768px) {
	.directory table tr td {
		font-size: 12px;
		line-height: normal;
	}
	
	.directory table tr th.email {
		display: none;
	}
	
	.directory table tr th.person {
		display: none;
	}
	
	.directory table tr td.email {
		display: none;
	}
	
	.directory table tr td.person {
		display: none;
	}
	
	.core_Areas li {
		height: auto;
	}
	
	.vision_add {
		padding: 10px;
		background: #1aade5 url(../images/vision_add_bg.png) no-repeat scroll 0 0 / cover;
	}
	
	.vision_add p {
		text-align: center;
	}
	
	.vision_add h2 {
		font-size: 1.58333rem;
	}
	
	.vision_add h3 {
		font-size: 20px;
	}
	
	.vision_add h4 {
		font-size: 22px;
	}
}
@media only screen and (max-width :767px) {
	p {
		font-size: 13px;
		font-weight: 400;
		line-height: 20px;
	}
	
	.header {
		padding: 5px 0;
	}
	
	.header .logo {
		display: none;
	}
	
	.header .logo-mobile {
		display: inline;
	}
	
	.header .table .table-cell:first-child {
		width: auto;
	}
	
	.banner-wrap {
		padding: 5% 0;
	}
	
	.event-wrap .support h3 {
		line-height: 30px;
	}
	
	.news-wrap ul li {
		width: 100%;
		margin: 0 0 10px;
	}
	
	.testimonial-wrap h3 .arrow-icon {
		display: none;
	}
	
	.donate-wrap .donate-list {
		margin: 0;
	}
	
	.donate-wrap .donate-list ul li {
		width: 48%;
		margin-bottom: 20px;
	}
	
	.donate-wrap h3 {
		margin: 3% 0;
	}
	
	.footer .social-links {
		padding: 20px 0;
	}
	
	.main_banner {
		margin: 0;
	}
	
	.map {
		margin: 0px 0 20px;
	}
	
	.main_banner {
		margin: 0;
	}
	
	.main_wrapper.null_background {
		margin: 0;
	}
	
	.main_wrapper {
		margin: 0;
	}
	
	.profile_wrapper {
		width: 100%;
	}
	
	.vision_wrapper ul li {
		margin: 0px 0 20px;
		width: 100%;
		height: auto;
	}
	
	.vision_wrapper ul li .donate {
		margin: 0px auto;
	}
	
	.vision_wrapper p {
		text-align: center;
	}
	
	.main_banner h1 {
		font-size: 1.8rem;
	}
}
@media only screen and (max-width :991px) {
	.header .header-right ul li.donate-btn {
		display: none;
	}
	
	.header .header-right ul li.head-search {
		display: none;
	}
	
	.header .navigation {
		display: none;
	}
	
	.footer .container:first-child {
		padding-bottom: 20px;
	}
	
	.footer .footer-links li a {
		font-size: 14px;
	}
	
	.footer .address-list li {
		padding-bottom: 10px;
		font-size: 14px;
	}
	
	.banner-wrap {
		padding: 10% 0;
	}
	
	.banner-wrap .bx-wrapper {
		width: 100%;
	}
	
	.banner-wrap .bx-controls-direction {
		display: none;
	}
	
	.event-wrap .upcoming-event {
		margin: 0;
		padding: 10px;
	}
}
@media only screen and (max-width :1199px) {
	.header .header-right ul li.callus {
		display: none;
	}
}
@media only screen and (max-width :480px) {
	.payment_option ul li.day {
		width: 48%;
	}
	
	.payment_option ul li.month {
		width: 48%;
	}
	
	.main_banner .event_register_heading h1 {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width :380px) {
	.button {
		text-transform: capitalize;
	}
	
	.shopping_cart .cart_buttons {
		text-align: center;
	}
	
	.shopping_cart .cart_buttons a {
		display: block;
		margin: 5px 0;
	}
	
	#creditcard.payment_content ul li .select-wrapper,
	#creditcard.payment_content ul li .select-wrapper select {
		width: 100%;
	}
	
	#creditcard.payment_content ul li input.year[type="text"] {
		width: 100%;
	}
	
	.event_resgistration_btns li:last-child {
		margin: 0;
	}
	
	.event_resgistration_btns li a {
		padding: 8px 5px;
		font-size: 12px;
	}
	
	.event_resgistration_form ul li {
		display: inherit;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1140px) {
	.vision_wrapper ul li {
		margin: 0 40px;
	}
}
@media only screen and (max-width :1280px) {
	img {
		max-width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}
	
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#no-more-tables tr {
		border: 1px solid #ccc;
	}
	
	#no-more-tables td {
		border: none;
		border-bottom: 1px solid #ccc;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
		min-height: 40px;
		width: auto !important;
	}
	
	#no-more-tables td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: normal;
		color: #0090cf;
	}
	
	#no-more-tables td:before {
		content: attr(data-title);
	}
	
	#no-more-tables tr.last td:before {
		color: #fff;
	}
	
	.shopping_cart table td img.cart_img {
		float: none;
	}
	
	.shopping_cart table td a.productname {
		display: block;
	}
}
@media (min-width: 32em) {
	.modal-box {
		width: 25%;
	}
}

/* gallery css start here */
#galleryModal .modal-dialog {
	max-width: 90%;
	width: 100%!important;
	transform: translate(0, 0);
}

#galleryModal .btn-close {
	position: absolute;
	top: -8px;
	right: -8px;
	border: none;
	z-index: 99;
}