/**
 * Scicom
 * @category    design
 * @package     emgs_visa
 * @copyright   Copyright (c) 2025 Scicom (Malaysia) Berhad
 * @author      Ng Kiat Siong, Celera eShop, kiatsiong.ng@gmail.com
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* @import"../css/bootstrap.css"; */

/* Reset ================================================================================= */

@font-face {
	font-family: 'Lato', sans-serif;
		src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'Lato', sans-serif;
		src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#MyriadSetPro-Text') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	/*@font-face {
		font-family: 'FontAwesome';
		src: url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),  url('../fonts/FontAwesome.woff') format('woff'), url('../fonts/FontAwesome.ttf')  format('truetype'), url('../fonts/FontAwesome.svg#MyriadSetPro-Text') format('svg');
		font-weight: normal;
		font-style: normal;
	  } */

	@font-face {
		font-family: 'Lato', sans-serif;
		src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lobster14') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	* {
		margin: 0;
		padding: 0;
	}
	html {
		height: 100%;
		width: 100%;
	}
	.catalog-product-compare-index > div {
		min-width: 600px;
	}
	body {
	font-family: 'Lato', sans-serif;
		font-size: 14px;
		line-height: 25px;
		color: #333333;
		text-align: center;
		min-width: 320px;
		position: relative;
		-webkit-text-size-adjust: none;
	}
	body > .wrapper {
		position: relative;
	}
	.wrapper-tail {
	}
	img {
		border: 0;
		vertical-align: top;
	}
	a {
		color: #c30e2e;
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
		color: #900;
	}
	:focus {
		outline: 0;
		color: #000;
		text-decoration: none;
	}
	a:focus {
		outline: 0;
		text-decoration: none;
		color: #fd6a56;
	}
	.form-control:focus {
	}
	#loading-process {
		color: #d85909;
		font-size: 1.1em;
		font-weight: bold;
		opacity: 0.8;
		position: absolute;
		text-align: center;
		z-index: 500;
	}
	#loading-process .loader {
		background: #fff4e9 none repeat scroll 0 0;
		border: 2px solid #f1af73;
		color: #d85909;
		font-weight: bold;
		left: 50%;
		margin-left: -105px;
		padding: 15px 30px;
		position: fixed;
		text-align: center;
		top: 45%;
		width: 150px;
		z-index: 1000;
	}
	/* Headings */

	h1 {
	 font-family: 'Lato', sans-serif;
		font-size: 20px;
		font-weight: normal;
		line-height: 1.15;
		margin-bottom: 0px;
	}
	h2 {
		font-size: 18px;
		font-weight: normal;
		line-height: 1.25;
		margin-bottom: 7px;
	}
	h3 {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.25;
		margin-bottom: 7px;
	}
	h4 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 7px;
	}
	h5 {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 7px;
	}
	h6 {
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 7px;
	}
	/* Forms */

	form {
		display: inline;
	}
	fieldset {
		border: 0;
	}
	legend {
		display: none;
	}
	/* Table */

	table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		empty-cells: show;
		font-size: 100%;
	}
	table.footer-mini-menu {
		max-width: 100%;
		background-color: transparent;
		margin-right: 0;
		margin-left: 0;
	}
	caption, th, td {
		vertical-align: top;
		text-align: left;
		font-weight: normal;
	  padding: 5px;
	}
	/* Content */

	strong {
		font-weight: bold;
	}
	address {
		font-style: normal;
		margin-bottom: 5px;
	}
	cite {
		font-style: normal;
	}
	q, blockquote {
		quotes: none;
	}
	q:before, q:after {
		content: '';
	}
	small, big {
		font-size: 1em;
	}
	sup {
		font-size: 1em;
		vertical-align: top;
	}
	/* Lists */

	ul, ol {
		list-style: none;
	}
	/* Tools */

	.hidden {
		display: block !important;
		border: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 0 !important;
		line-height: 0 !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
	}
	.nobr {
		white-space: nowrap;
	}
	.wrap {
		white-space: normal !important;
	}
	.a-left {
		text-align: left !important;
	}
	.a-center {
		text-align: center !important;
	}
	.a-right {
		text-align: right !important;
	}
	.v-top {
		vertical-align: top;
	}
	.v-middle {
		vertical-align: middle;
	}
	.f-left, .left {
		float: left !important;
	}
	.f-right, .right {
		float: right !important;
	}
	.f-none {
		float: none !important;
	}
	.f-fix {
		float: left;
		width: 100%;
	}
	.no-display {
		display: none !important;
	}
	.no-margin {
		margin: 0 !important;
	}
	.no-padding {
		padding: 0 !important;
	}
	.no-bg {
		background: none !important;
	}
	/* ======================================================================================= */

	/* =========================== font awesome ============================================== */

	.block-cart-header:after, .block-cart-header:before, .header-button.currency-list > a:after, .header-button.lang-list > a:after, .sf-menu li a:before, .add-to-links li a:before, .row-product .email-friend:before, .btn-remove:before, .btn-remove2:before, .btn-edit:before, .sorter .view-mode .grid:before, .sorter .list:before, .block-layered-nav dd li:before, .product-view .box-tags .form-add .input-box:before, .row-product .no-rating:before, #menu-icon:before, .sf-menu-phone li strong:before, span.toggle:before, .checkout-progress li:before, .about-padd-2 ul li:before, .currency-switch .currency-title:before, .language-list .language-title:before, .swipe ul a:before, .switch-show > div:after, #back-top span:before, .map-popup-close:before, .block-slider-sidebar .slider-sidebar-pager a:before, .home-link:before, .custom-servis-ul li h3:before, button.button span:before, .header .form-search button.button span:before, .camera_wrap .camera_pag .camera_pag_ul li:before, .list-icon li a:before, .product-view .bx-controls-direction > a:before {
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-indent: 0 !important;
	}
	/* =========================== font fontello ============================================== */

	/* Layout ================================================================================ */

	.wrapper {
		width: 100%;
		overflow: hidden;
	}
	.tail-top {
	}
	.page {
		text-align: left;
	}
	.page-print {
		background: #fff;
		padding: 20px;
		text-align: left;
	}
	.page-empty {
		background: #fff;
		padding: 20px;
		text-align: left;
	}
	.page-popup {
		padding: 20px;
		text-align: left;
		margin: 0 auto;
		background: #fff;
	}
	.page-popup .ratings .rating-box {
		float: none;
		margin: 0 auto 10px;
	}
	.main-container {
		padding: 0px 0;
		position: relative;
		z-index: 1;
	margin-top: -10px;
	}
	.cms-index-index .main-container {
		padding: 0px 0 20px;
	}
	.main {
	  margin-top: -30px;
	}
	/* Base Columns */

	.col-left {
		float: left;
	}
	.col-main {
		float: left;
	}
	.col-right {
		float: right;
	}
	/* 1 Column Layout */

	.col1-layout .col-main {
		float: none;
		height: auto;
		padding-bottom: 0px;
	}
	/* 2 Columns Layout */

	.col2-left-layout .col-main {
		float: right;
	}
	.col2-right-layout .col-main {
	}
	/* 3 Columns Layout */

	.col3-layout .col-main {
	}
	.col3-layout .col-wrapper {
		float: left;
	}
	.col3-layout .col-wrapper .col-main {
		float: right;
	}
	/* Content Columns */

	.col2-set .col-1 {
	}
	.col2-set .col-2 {
	}
	.col2-set .col-narrow {
		width: 33%;
	}
	.col2-set .col-wide {
		width: 65%;
	}
	.cart-collaterals .col2-set .col-1, .cart-collaterals .col2-set .col-2 {
		width: 48%;
		float: left;
	}
	.cart-collaterals .col2-set .col-1 {
		margin-right: 20px;
	}
	.col3-set .col-1 {
		float: left;
		width: 32%;
	}
	.col3-set .col-2 {
		float: left;
		width: 32%;
		margin-left: 2%;
	}
	.col3-set .col-3 {
		float: right;
		width: 32%;
	}
	.col4-set .col-1 {
		float: left;
		width: 23.5%;
	}
	.col4-set .col-2 {
		float: left;
		width: 23.5%;
		margin: 0 2%;
	}
	.col4-set .col-3 {
		float: left;
		width: 23.5%;
	}
	.col4-set .col-4 {
		float: right;
		width: 23.5%;
	}
	.trackapp {
		width: 100%;
	}
	/* ======================================================================================= */

	/* Global Styles ========================================================================= */

	/* Form Elements */

	input, select, textarea, button {
		vertical-align: middle;
		color: #000;
	}
	input.input-text, select, textarea, .form-control {
		border: 1px solid #bbbbbb;
		border-radius: 0;
	}
	input.input-text, textarea {
		padding: 6px 12px;
		resize: none;
		-webkit-appearance: none;
		border-radius: 0;
	}
	select {
		padding: 2px;
		moz-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-width: 100%;
		max-width: 100%;
	}
	select option {
		padding-right: 10px;
	}
	select.multiselect option {
		border-bottom: 1px solid #bbbbbb;
		padding: 2px 5px;
	}
	select.multiselect option:last-child {
		border-bottom: 0;
	}
	textarea {
		overflow: auto;
	}
	input.radio {
		margin-right: 3px;
	}
	input.checkbox {
		margin-right: 3px;
	}
	input.qty {
		width: 40px !important;
		text-align: center !important;
		background: none;
		display: inline-block;
	}
	button.button::-moz-focus-inner {
	 padding: 0;
	 border: 0;
	}
	/* FF Fix */

	button.button {
		-webkit-border-fit: lines;
	}
	/* <- Safari & Google Chrome Fix */

	button.button {
		background: transparent;
		border: 0;
		overflow: visible;
		cursor: pointer;
		padding: 0;
		margin: 0;
		width: auto;
	}
	button.button > span {
		float: left;
		text-align: center;
		white-space: nowrap;
		padding: 0;
	}
	button.button span span {
		padding: 0 10px;
		display: block;
		float: left;
	}
	button.button > span, .page-sitemap .links a {
		background: #434343;
		/* Old browsers */
		background: -moz-linear-gradient(top, #434343 0%, #3c3c3c 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434343), color-stop(100%, #3c3c3c));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #434343 0%, #3c3c3c 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #434343 0%, #3c3c3c 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #434343 0%, #3c3c3c 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #434343 0%, #3c3c3c 100%);
		/* W3C */
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#434343', endColorstr='#3c3c3c', GradientType=0);
		/* IE6-9 */
		border: solid 1px #121212;
		color: #fff;
		font-size: 14px;
		line-height: 33px;
		height: 35px;
	}
	button.button:hover > span, .page-sitemap .links a:hover {
		background: #e7e7e7;
		/* Old browsers */
		background: -moz-linear-gradient(top, #e7e7e7 0%, #d6d6d6 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #d6d6d6));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #e7e7e7 0%, #d6d6d6 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #e7e7e7 0%, #d6d6d6 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #e7e7e7 0%, #d6d6d6 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #e7e7e7 0%, #d6d6d6 100%);
		/* W3C */
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#d6d6d6', GradientType=0);
		/* IE6-9 */
		border: solid 1px #bebdbd;
		color: #333;
	}
	.page-sitemap .links a {
		display: inline-block;
		text-decoration: none;
		position: relative;
		text-transform: uppercase;
		padding: 0px 11px;
		height: 36px;
		line-height: 36px;
	}
	/********** Button right Contact Form and Account login home *****************/

	/*******************************************************/

	button.disabled {
	}
	button.disabled span {
	}
	button.btn-checkout span {
	}
	button.btn-checkout span span {
	}
	button.btn-checkout.no-checkout {
	}
	p.control input.checkbox, p.control input.radio {
		margin-right: 6px;
	}
	/* Form Highlight */

	/* Form lists */

	/* Grouped fields */

	.form-list li {
	}
	.form-list label {
		/*float:left;*/
		color: #000;
		font-weight: bold;
		position: relative;
		z-index: 0;
		display: inline-block;
		padding-bottom: 5px;
		margin-bottom: 0;
	}
	.form-list label.required {
	}
	.form-list label.required em {
		float: right;
		font-style: normal;
		color: #fd6a56;
		position: absolute;
		top: 0;
		right: -8px;
	}
	.form-list li.control label {
		float: none;
	}
	.form-list li.control input.radio, .form-list li.control input.checkbox {
		margin-right: 6px;
	}
	.form-list li.control .input-box {
		clear: none;
		display: inline;
		width: auto;
	}
	.form-list .input-box p.note {
		font-size: small;
		color: #777;
	}
	.form-list .input-box {
		display: block;
		clear: both;
		margin-bottom: 13px;
		/*width:260px;*/
		width: 435px;
	}
	.form-list .field {
		float: left;
		width: 470px;
	}
	.form-list input.input-text {
		/*width:333px;*/
		width: 435px;
	}
	.form-list textarea {
		resize: none;
		width: 254px;
		height: 10em;
	}
	.form-list select {
		width: 100%;
	}
	.form-list li.wide .input-box {
		width: 535px;
	}
	.form-list li.wide input.input-text {
		width: 529px;
	}
	.form-list li.wide textarea {
		width: 529px;
	}
	.form-list li.wide select {
	}
	.form-list li.additional-row {
		border-top: 1px solid #ccc;
		margin-top: 10px;
		padding-top: 7px;
	}
	.form-list li.additional-row .btn-remove {
		float: right;
		margin: 5px 0 0;
	}
	.form-list .input-range input.input-text {
		width: 74px;
	}
	/* Customer */

	.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
		width: auto;
	}
	.form-list .name-prefix {
		width: 65px;
	}
	.form-list .name-prefix select {
		width: 55px;
	}
	.form-list .name-prefix input.input-text {
		width: 49px;
	}
	.form-list .name-suffix {
		width: 65px;
	}
	.form-list .name-suffix select {
		width: 55px;
	}
	.form-list .name-suffix input.input-text {
		width: 49px;
	}
	.form-list .name-middlename {
		width: 132px;
	}
	.form-list .name-middlename input.input-text {
		width: 104px;
	}
	.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
		width: 140px;
	}
	.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
		width: 124px;
	}
	.form-list .customer-name-prefix-middlename-suffix .name-lastname {
		width: 318px;
	}
	.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
		width: 189px;
	}
	.field.name-suffix {
		margin-top: 8px;
	}
	.field.name-prefix {
		margin-bottom: 10px
	}
	.form-list .customer-name-prefix-suffix .name-firstname {
		width: 210px;
	}
	.form-list .customer-name-prefix-suffix .name-lastname {
		width: 205px;
	}
	.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
		width: 189px;
	}
	.form-list .customer-name-prefix-suffix .name-firstname {
		width: 210px;
	}
	.form-list .customer-name-prefix-suffix .name-lastname {
		width: 205px;
	}
	.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
		width: 189px;
	}
	.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
		width: 210px;
	}
	.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
		width: 230px;
	}
	.opc .form-list .customer-name-suffix .name-lastname, .opc .form-list .customer-name-middlename .name-firstname, .opc .form-list .customer-name-middlename-suffix .name-firstname, .opc .form-list .customer-name-middlename-suffix .name-lastname {
		width: 191px;
	}
	.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
		width: 202px;
	}
	.opc .form-list .customer-name-prefix .name-firstname input.input-text, .opc .form-list .customer-name-suffix .name-lastname input.input-text, .opc .form-list .customer-name-middlename .name-firstname input.input-text, .opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
		width: 171px;
	}
	.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
		float: left;
		width: 85px;
	}
	.form-list .customer-dob input.input-text {
		display: block;
		width: 74px;
	}
	.form-list .customer-dob label {
		font-size: 10px;
		font-weight: normal;
		color: #888;
	}
	.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
		width: 60px;
	}
	.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
		width: 35px;
	}
	.form-list .customer-dob .dob-year {
		width: 140px;
	}
	.form-list .customer-dob .dob-year input.input-text {
		width: 213px;
	}

	button.small { margin: 5px 0 0; }
	button.small span { padding: 0 10px; }

	.buttons-set {
		clear: both;
		margin: 5px 0 0;
		padding: 5px 0 5px 0;
	}
	.buttons-set .back-link {
		float: left;
		margin-top: 5px;
	}
	.buttons-set .back-link a {
		font-family: 'Lato', sans-serif !important;
	}
	.buttons-set button.button {
		float: right;
	}
	.buttons-set p.required {
		margin: 0 0 10px;
		font-size: 12px;
		color: #c30e2e;
	}
	.buttons-set-order {
	}
	.fieldset > p {
		margin-bottom: 10px;
	}
	.fieldset .legend {
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		position: relative;
		padding-bottom: 8px;
		color: #c30e2e;
	}
	.legend {
		padding-top: 10px;
	}
	/* Form Validation */

	.validation-advice {
		clear: both;
		min-height: 13px;
		margin: 3px 0 0;
		font-size: 10px;
		line-height: 13px;
		color: #f00;
	}
	.validation-failed {
		border: 1px dashed #f00 !important;
		background: #faebe7 !important;
	}
	.validation-passed {
	}
	p.required {
		font-size: 10px;
		text-align: right;
		color: #f00;
	}
	/* Expiration date and CVV number validation fix */

	.v-fix {
		float: left;
	}
	.v-fix .validation-advice {
		display: block;
		width: 12em;
		margin-right: -12em;
		position: relative;
	}
	/* Global Messages  */

	.success {
		color: #3d6611;
		font-weight: bold;
	}
	.error {
		color: #f00;
		font-weight: bold;
	}
	.notice {
		color: #ccc;
	}
	.messages, .messages ul {
		list-style: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.messages {
		width: 100%;
		overflow: hidden;
	}
	.messages li {
		margin: 0 0 20px;
	}
	.messages li li {
		margin: 4px 0 3px;
	}
	div.alert a {
		font-size: 12px;
		padding-left: 5px;
	}
	div.alert a:hover {
		color: #fff;
	}
	div.alert {
		position: fixed;
		background: #353535;
		top: 0;
		left: 50%;
		width: 333px;
		margin-left: -220px;
		padding: 20px 60px;
		color: #FFF;
		z-index: 999;
		font-size: 12px;
		font-weight: bold;
		color: #bbbbbb;
		border-radius: 0 0 3px 3px;
		text-align: center;
	}
	/* div.alert button{background:url(../images/bkg/remove-popup.png) 0 0 no-repeat; width:9px; height:9px; position:absolute; right:20px; top:45%; border:none; z-index:9999;} */

	div.alert button:hover {
		cursor: pointer;
		background-position: 0 -9px;
	}
	.error-msg, .success-msg, .note-msg, .notice-msg {
		border-style: solid !important;
		border-width: 1px !important;
		background-position: 17px center !important;
		background-repeat: no-repeat !important;
		min-height: 24px !important;
		padding: 7px 8px 10px 56px !important;
		font-size: 12px !important;
		font-weight: bold !important;
	}
	.success-msg {
		border-color: #dfebb5;
	}
	.error-msg {
		background: url(../images/bkg/i_msg-note.png) left -3px no-repeat #fde4e1;
		color: #df0505;
		font-weight: bold;
	}
	.success-msg {
		background-color: #f7fde1;
		background-image: url(../images/bkg/i_msg-success.gif);
		color: #95bc01;
		font-weight: bold;
	}
	.note-msg, .notice-msg {
		background: url(../images/bkg/i_msg-note.png) 7px 6px no-repeat #fde4e1!important;
		border-color: #ebbcb5;
		color: #df0505;
		font-weight: bold;
	}
	.note-msg-empty-catalog {
		padding: 30px 30px 30px 0px;
	}
	.availability-only {
		overflow: hidden;
		border-top: 1px solid #bbbbbb;
		padding-top: 5px;
		margin-bottom: 5px;
	}
	/* BreadCrumbs */

	.breadcrumbs {
		background: #fff;
		border: 1px solid #bbbbbb;
		padding: 8px 19px;
		margin: 0 0 30px;
		overflow: hidden;
	}
	.breadcrumbs li {
		float: left;
	}
	.breadcrumbs li a {
		text-decoration: none;
	}
	.breadcrumbs li a:hover {
	}
	.breadcrumbs li span {
		display: inline-block;
		margin: 0 8px 0 6px;
	}
	.breadcrumbs li strong {
		font-weight: normal;
	}
	/* Page Heading */

	.page-title, .category-title {
		margin: 0 0 0px;
		padding: 1px 20px 15px 1px;
		margin-top: 54px;
		padding-top: 11px;/*background:#f4f4f4 url(../images/bkg/bg_title.png) repeat-x 0 100%;*/
	}
	.category-title {
		display: block;
		/*border-bottom:1px dotted #ccc;*/
		font-size: 20px;
		font-weight: 300;
		color: black;
		margin-top: 54px;
		padding-top: 11px;
	}
	.page-title h1, .page-title h2 {
		font-size: 51px;
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
		margin: 0;
	}
	.page-title h1 {

	}
	.page-title .separator {
		margin: 0 3px;
	}
	.page-title .link-rss {
		float: right;
	}
	.title-buttons {
		text-align: right;
	}
	.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
		float: left;
	}
	.subtitle, .sub-title {
		clear: both;
	}
	/********************************************************************************* End ********************************************************************************/

	/* Pager */

	.pager {
		text-align: center;
	}
	.pager .amount {
		float: left;
		padding-top: 2px;
	}
	.pager .amount span {
		font-weight: bold;
	}
	.pager .amount.spinner {
		padding-top: 13px;
	}
	.pager .amount strong {
		font-weight: normal;
		display: inline-block;
		padding-top: 0px;
	}
	.pager .amount strong span {
		font-weight: bold;
	}
	.pager p, .pager .limiter label {
	}
	.pager .limiter {
		float: right;
		min-width: 89px;
	}
	.pager .limiter label {
		display: inline-block;
		padding-top: 2px;
		padding-right: 6px;
		float: left;
	}
	.pager .pages {
		margin: 0 135px;
	}
	.pager .pages strong {
		padding-right: 3px;
	}
	.pager .pages ol {
		display: inline;
	}
	.pager .pages li {
		display: inline;
		padding: 0;
		color: #737373;
		font-size: 12px;
		line-height: 15px;
		font-weight: bold;
		margin-right: 3px;
	}
	.pager .pages li a {
		text-decoration: none;
	}
	.pager .pages .current {
		color: #fd6a56;
	}
	.pager ol > li:first-child > a {
		text-decoration: none;
	}
	.pager ol > li > a {
		border: 0;
		padding: 3px;
		background: none;
	}
	.pager ol > li > a:focus, .pager ol > li > a:hover {
		background: none;
	}
	/* Sorter */

	.sorter {
	}
	.sorter .view-mode {
		float: left;
		font-size: 0;
		overflow: hidden;
		height: 30px;
		width: 150px;
		padding: 0;
	}
	.sorter .grid, .sorter .list {
		display: block;
		float: left;
		background: url(../images/bkg/grid-list.gif) no-repeat left bottom;
		width: 17px;
		height: 16px;
	}
	.sorter .list {
		background-position: right top;
	}
	.sorter .view-mode a.grid {
	}
	.sorter .view-mode strong, .sorter .view-mode a {
		margin-right: 10px;
	}
	.sorter a.list {
	}
	.sorter strong.list {
	}
	.sorter a.list:hover {
		background-position: right bottom;
	}
	.sorter a.grid:hover {
		background-position: left top;
	}
	.sorter .sort-by {
		float: right;
		min-width: 152px;
	}
	.sorter .sort-by select {
		margin-right: 15px;
	}
	.sorter .sort-by label {
		display: inline-block;
		padding-top: 2px;
		padding-right: 6px;
		float: left;
	}
	.sorter .link-feed {
	}
	/* Toolbar */

	.toolbar {
		margin-bottom: 30px;
	}
	.toolbar select {
		min-width: 63px;
	}
	.toolbar .pager {
		border-bottom: 1px dashed #bbbbbb;
		margin-bottom: 10px;
		padding: 0 0 10px;
	}
	.toolbar .sorter {
		padding: 0;
	}
	.toolbar-bottom {
		margin-top: 30px;
	}
	/* Data Table */

	.data-table {
		width: 100%;
		float: left;
	}
	.data-table th {
		padding: 7px 8px 7px 20px;
		border: 1px solid #c30e2e;
		font-weight: bold;
		white-space: nowrap;
		color: white;
		background-color: #c30e2e;
		font-size: 15px;
	}
	.data-table td {
		padding: 5px 10px 5px 27px;
		border: 1px solid white;
		font-size: 15px;
	}
	.data-table thead {
	}
	.data-table tbody {
	}
	.data-table tfoot {
	}
	.data-table tr.first {
	}
	.data-table tr.first th.label {
	}
	.data-table tr.last {
	}
	.data-table tr.odd th.label {
		color: white;
		font-size: 15px;
		font-weight: 300;
	}
	.data-table tr.even th.label {
		/*color:black;*/
		color: white;
		font-size: 15px;
		font-weight: 300;
	}
	.data-table tr.odd td.data {
	}
	.data-table tr.even td.data {
	}
	.data-table tr.odd td.none_td {
		background-color: transparent !important;
		border: none;
	}
	.data-table tr.even td.none_td {
		background-color: transparent !important;
		border: none;
	}
	.data-table tr.even {
	}
	.data-table tr.odd {
		background-color: white;
	}
	.data-table tbody.odd {
	}
	.data-table tbody.odd td {
		border-width: 0 1px;
	}
	.data-table tbody.even {
	}
	.data-table tbody.even td {
		border-width: 0 1px;
	}
	.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
		border-bottom-width: 1px;
	}
	.data-table th .tax-flag {
		white-space: nowrap;
		font-weight: normal;
	}
	.data-table td.label, .data-table th.label {
		font-weight: bold;
		color: #7e7e7e;
	}
	.data-table td.value {
	}
	.data-table-indent {
		margin-bottom: 20px;
	}
	/* Shopping cart total summary row expandable to details */

	tr.summary-total {
		cursor: pointer;
	}
	tr.summary-total td {
	}
	tr.summary-total .summary-collapse {
		float: right;
		text-align: right;
		padding-left: 20px;
		background: url(../images/bkg/bkg_collapse.gif) 0 4px no-repeat;
		cursor: pointer;
	}
	tr.show-details .summary-collapse {
		background-position: 0 -53px;
	}
	tr.show-details td {
	}
	tr.summary-details td {
		font-size: 11px;
		background-color: #dae1e4;
		color: #626465;
	}
	tr.summary-details-first td {
		border-top: 1px solid #d2d8db;
	}
	tr.summary-details-excluded {
		font-style: italic;
	}
	/* Shopping cart tax info */

	.cart-tax-info {
		display: block;
	}
	.cart-tax-info, .cart-tax-info .cart-price {
		padding-right: 20px;
	}
	.cart-tax-total {
		display: block;
		padding-right: 20px;
		background: url(../images/bkg/bkg_collapse.gif) 100% 4px no-repeat;
		cursor: pointer;
	}
	.cart-tax-info .price, .cart-tax-total .price {
		display: inline !important;
		font-weight: normal !important;
	}
	.cart-tax-total-expanded {
		background-position: 100% -53px;
	}
	/* Class: std - styles for admin-controlled content */

	.std .subtitle {
		padding: 0;
	}
	.std ol.ol {
		list-style: decimal outside;
		padding-left: 1.5em;
	}
	.std ul.disc {
		list-style: disc outside;
		padding-left: 18px;
		margin: 0 0 10px;
	}
	.std dl dt {
		font-weight: bold;
	}
	.std dl dd {
		margin: 0 0 10px;
	}
	.std ol, .std dl, .std p, .std address, .std blockquote {
		margin: 0 0 1em;
		padding: 0;
	}
	.std ol {
		list-style: decimal outside;
		padding-left: 1.5em;
	}
	.std ul ul {
		list-style-type: circle;
	}
	.std ul ul, .std ol ol, .std ul ol, .std ol ul {
		margin: .5em 0;
	}
	.std dt {
		font-weight: bold;
	}
	.std dd {
		padding: 0 0 0 1.5em;
	}
	.std blockquote {
		font-style: italic;
		padding: 0 0 0 1.5em;
	}
	.std address {
		font-style: normal;
	}
	.std b, .std strong {
		font-weight: bold;
	}
	.std i, .std em {
		font-style: italic;
	}
	/* Misc */

	.links li {
		display: inline;
		padding-left: 12px;
	}
	.links li.first {
	}
	.links.LoginLink li.first {
		padding-left: 0;
	}
	.links li.last {
		padding-bottom: 0;
	}
	.links li a {
		text-decoration: none;
	}
	.links li a:hover {
	}
	.link-cart {
		font-weight: bold;
	}
	.link-cart:hover {
		text-decoration: underline;
	}
	.link-wishlist {
		font-weight: bold;
	}
	.link-reorder {
		font-weight: bold;
	}
	.link-compare {
		font-weight: bold;
	}
	.link-print {
		background: url(../images/bkg/i_print.gif) 0 2px no-repeat;
		padding: 2px 0 2px 25px;
	}
	.link-rss {
		background: url(../images/bkg/i_rss.gif) 0 1px no-repeat;
		padding-left: 18px;
		white-space: nowrap;
	}
	.btn-remove {
		display: inline-block;
		overflow: hidden;
		margin-left: 13px;
		font-size: 0;
		text-indent: -999px;
		text-decoration: none !important;
	}
	.btn-remove:before {
		content: "\f00d";
		font-size: 16px;
		display: block;
	}
	.btn-remove2 {
		display: inline-block;
		font-size: 0;
		margin: 0;
	}
	.btn-remove2:before {
		content: "\f014";
		font-size: 24px;
		line-height: 24px;
		display: block;
	}
	.btn-remove2:hover {
	}
	.btn-edit {
		display: block;
		font-size: 0;
		text-indent: -999px;
		overflow: hidden;
		margin-left: 2px;
	}
	.btn-edit:before {
		content: "\f040";
		font-size: 14px;
		display: block;
	}
	.btn-remove:hover {
	}
	.cards-list dt {
		margin: 5px 0 0;
	}
	.cards-list .offset {
		padding: 2px 0 2px 20px;
	}
	.prod-cart img {
		border: 1px solid #ededed;
	}
	.separator {
		margin: 0 3px;
	}
	.divider {
		clear: both;
		display: block;
		font-size: 0;
		line-height: 0;
		height: 1px;
		margin: 10px 0;
		background: #bbbbbb;
		font-size: 0;
		overflow: hidden;
	}
	/* Noscript Notice */

	.noscript {
		border: 1px solid #bbbbbb;
		border-width: 0 0 1px;
		background: #ffff90;
		font-size: 12px;
		line-height: 1.25;
		text-align: center;
		color: #2f2f2f;
	}
	.noscript .noscript-inner {
		width: 1000px;
		margin: 0 auto;
		padding: 12px 0 12px;
		background: url(../images/bkg/i_notice.gif) 20px 50% no-repeat;
	}
	.noscript p {
		margin: 0;
	}
	/* Demo Notice */

	.demo-notice {
		margin: 0;
		padding: 6px 10px;
		background: #d75f07;
		font-size: 12px;
		line-height: 1.15;
		text-align: center;
		color: #fff;
	}
	/* Cookie Notice */

	.notice-cookie {
		border-bottom: 1px solid #cfcfcf;
		background: #ffff90;
		font-size: 12px;
		line-height: 1.25;
		text-align: center;
		color: #2f2f2f;
	}
	.notice-cookie .notice-inner {
		width: 870px;
		margin: 0 auto;
		padding: 12px 0 12px 80px;
		background: url(../images/bkg/i_notice.gif) 20px 25px no-repeat;
		text-align: left;
	}
	.notice-cookie .notice-inner p {
		margin: 0 0 10px;
		border: 1px dotted #cccc73;
		padding: 10px;
	}
	.notice-cookie .notice-inner .actions {
	}
	/* ======================================================================================= */

	/* Logo ================================================================================ */

	.header .logo {
		display: block;
		background: url(../images/bkg/emgs-logo.svg) no-repeat;
		HEIGHT: 91PX;
		TOP: -47px;
		POSITION: RELATIVE;
		overflow: hidden;
		margin-left: 10px;
	}
	.header .logo strong {
		position: absolute;
		top: -999em;
		left: -999em;
		width: 0;
		height: 0;
		font-size: 0;
		line-height: 0;
		font-size: 0;
		overflow: hidden;
	}
	.header .logo img {
		max-width: 100%;
		height: auto;
		margin-top: 3px;
		margin-left: 1px;
		z-index: 5;
		position: relative;
	}
	.map {
		display: block;
		position: relative;
		background-color: white;
	}
	/* Header ================================================================================ */

	/*.top-container { background:#f7f7f7; }    */

	.top_block {
		padding: 21px 0 5px 0;
	}
	/*.header-container { background:url(../images/bkg/bg-grey.gif); } */

	.header {
		padding: 0;
		position: relative;
	}
	.header .quick-access {
		float: right;
		padding: 6px 0 0 0;
	}
	.header .welcome-msg {
		text-align: right;
		font-size: 12px;
		font-weight: normal;
		margin: 4px 0 11px 0;
	}
	.header .welcome-msg a {
	}
	.header .right_head {
		float: right;
	}
	.header .head_block {
		float: right;
		/*border-left:solid 1px #c7c6c6;*/
		padding: 0 12px 0 30px;
		min-height: 78px;
	}
	.header .header_info {
		float: right;
		text-align: center;
		padding: 30px 30px 0 30px;
	}
	.header .header_info h2 {
		font-size: 23px;
		font-weight: 500;
		color: #fd6a56;
		text-transform: uppercase;
		margin: 0 0 0 0;
	}
	.header .header_info h3 {
		font-size: 15px;
		font-weight: normal;
		color: #333;
		text-transform: uppercase;
		margin: 0 0 1px 0;
	}
	.header .header_info p {
		font-size: 11px;
		color: #777;
	}
	.top_block .links {
		float: left;
		font-size: 13px;
		text-transform: uppercase;
	}
	.top_block .links li {
		float: left;
		padding: 0;
	}
	.top_block .links li a {
		display: inline-block;
		color: #fff;
		margin-right: 15px;
	}
	.top_block .links li a:hover {
		color: #fd6a56;
	}
	.top_block .links .top-link-cart, .top_block .links .top-car {
		display: none
	}
	.header .form-search {
		text-align: right;
	}
	#search_mini_form {
		float: right;
		position: relative;
		clear: right;
		moz-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 5;
	}
	.header .form-search {
		position: relative;
	}
	.header .form-search .input-text {
		float: left;
		padding: 8px 65px 8px 8px;
		line-height: 18px;
		width: 250px;
		height: 36px;
		border: solid 1px #dfdfdf;
	}
	.header .form-search button.button {
		position: absolute;
		right: 0;
		top: 1px;
	}
	.header .form-search button.button strong {
		display: block;
		width: 40px;
		height: 35px;
		background: #3c3c3c url(../images/bkg/btn_search.gif) repeat-x;
		border: solid 1px #121212;
		text-align: center;
		line-height: 33px;
		font-size: 16px;
		color: #fff;
	}
	.header .form-search button.button:hover strong {
		color: #fd6a56;
	}
	.header .form-search label {
		float: left;
		margin-left: 17px;
		display: none;
	}
	#select-form {
		margin-left: 1px;
	}
	.header .form-search .search-autocomplete {
		z-index: 999;
		font-size: 13px;
		width: 100%;
	}
	.header .form-search .search-autocomplete ul {
		border: 1px solid #bbbbbb;
		background-color: #fff;
	}
	.header .form-search .search-autocomplete li {
		padding: 3px;
		border-bottom: 1px solid #bbbbbb;
		cursor: pointer;
		text-align: left;
	}
	.header .form-search .search-autocomplete li:hover {
		background-color: #fafafa;
	}
	.header .form-search .search-autocomplete li .amount {
		float: right;
		font-weight: bold;
	}
	.header .form-search .search-autocomplete li.selected {
	}
	.header .search-autocomplete li p {
		overflow: hidden;
	}
	.header .form-search .search-autocomplete ul {
		border-top-width: 0;
		border-bottom-width: 0;
	}
	.header .form-search .search-autocomplete li {
		padding: 5px;
	}
	.header .form-search .search-autocomplete li img {
		margin-right: 10px;
	}
	.ps-phone .header .form-search .search-autocomplete {
		display: none !important;
	}
	.header-buttons {
		float: right;
	}
	.header-button {
		float: right;
		position: relative;
		margin-left: 16px;
	}
	.header-button > a {
		display: block;
	}
	.header-button.currency-list > a, .header-button.lang-list > a {
		font-size: 13px;
		text-transform: capitalize;
		color: #fd6a56;
	}
	.header-button > a:after {
		float: right;
		margin: 0 0 0 10px;
		font-size: 12px;
		color: #a0a0a0;
		content: "\f107"
	}
	.header-button ul {
		display: none;
		text-align: left;
		position: absolute;
		right: 0px;
		top: 24px;
		padding: 0;
		z-index: 999;
		border: 1px solid #434343;
		width: 220px;
	}
	.header-button.lang-list ul {
		width: 120px;
	}
	.header-button ul li {
		float: none;
		display: block;
		padding-left: 0px;
		border-bottom: 1px solid #434343;
	}
	.header-button ul li:last-child {
		border: 0;
	}
	.header-button ul li a {
		display: block;
		background: #2c2c2c;
		font-size: 12px;
		line-height: 17px;
		color: #fff;
		padding: 5px 10px;
		min-height: 18px;
	}
	.header-button ul li a:hover {
		color: #fd6a56;
	}
	.header-button > a:hover, .header-button.active > a {
		color: #fff;
	}
	.header-button-download a {
		display: none;
	}
	/*************Header Cart **********************/

	.header-container .top-container {
		clear: both;
		text-align: right;
	}
	.block-cart-header {
		float: right;
		background: url(../images/bkg/bg_cart.png) no-repeat 0 0;
		border-left: 1px solid #c7c6c6;
		padding: 6px 15px 17px 90px;
		min-width: 235px;
		position: relative;
		margin: 10px 0 0 0;
		display: none;
	}
	.block-cart-header:before {
		display: none;
		content: "\f07a";
		float: left;
		margin-right: 5px;
	}
	.block-cart-header:after {
		position: absolute;
		right: 0;
		top: 41px;
		font-size: 15px;
		color: #777777;
		content: "\f105";
	}
	.block-cart-header .block-content {
		background-color: #c30e2e;
		border-radius: 10px 1px 10px 1px;
		padding: 7px;
		color: black;
		font-size: 11px
	}
	.block-content .current {

	  color: #fff;
	  box-shadow: inset 0 0 3px 3px #68af0f;
	  background: #78b927 url(../images/bkg/heading-icon.png) no-repeat 248px 15px;
	}
	.block-cart-header .block-content a:hover {
		color: white
	}
	.block-cart-header h3 {
		font-size: 19px;
		font-weight: bold;
		line-height: normal;
		text-transform: uppercase;
		/* color:#fd6a56;*/
		margin: 0 0 -1px 0;
	}
	.block-cart-header .summary, .block-cart-header .empty, .block-cart-header .summary strong {
		font-size: 12px;
		font-weight: normal;
		color: #777;
	}
	.block-cart-header p, .block-cart-header .empty {
	}
	.block-cart-header .summary:hover, .block-cart-header .empty:hover {
		cursor: pointer;
	}
	.block-cart-header .btn-remove, .block-cart-header .btn-edit {
		float: right;
		margin: 0 5px 0 0;
	}
	.block-cart-header .truncated {
		display: none;
	}
	.block-cart-header .cart-content {
		position: absolute;
		right: 0;
		top: 75px;
		z-index: 9;
		min-width: 280px;
		width: 100%;
		display: none;
		cursor: default;
	}
	.block-cart-header .empty .cart-content {
		background: #f9f9f9;
		padding: 10px;
		color: #000;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
		-moz-box-shadow: 0px 0px 5px rgba (0, 0, 0, 0.18);
		-webkit-box-shadow: 0px 0px 5px rgba (0, 0, 0, 0.18);
		border: 1px solid #bbbbbb;
		moz-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
	.block-cart-header .actions {
		padding: 20px 20px 10px;
		overflow: hidden;
	}
	.block-cart-header .actions button.button {
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.block-cart-header .actions button.button+button.button {
		margin-right: 0;
	}
	.block-cart-header .mini-products-list li.item {
		background: #f9f9f9;
		border-top: 1px solid #bbbbbb;
		width: 100%;
		float: left;
		clear: both;
		min-height: 85px;
		padding: 20px;
		position: relative;
	}
	.block-cart-header .mini-products-list .product-image {
		width: 70px;
		border: 1px solid #ededed;
	}
	.block-cart-header .mini-products-list .product-details {
		margin: 0 0 0 80px;
		overflow: inherit;
	}
	.block-cart-header .product-name {
		padding-bottom: 0px;
		width: 54% !important;
	}
	.block-cart-header .cart-content .price {
		font-weight: bold;
	}
	.block-cart-header .cart-content-header {
		padding: 11px 20px;
	}
	.block-cart-header .cart-content-header, .block-cart-header .actions {
		background: #222;
	}
	.block-cart-header .subtotal .label {
		font-weight: bold;
		padding: 0;
	}
	.block-cart-header .subtotal .price {
		float: right;
	}
	.block-cart-header .mini-cart {
		display: none;
	}
	/********************Header Cart end ***********************/

	/************************************ < Navigation in  superfish.css ******************************************************************************************************************/

	/* Show menu */

	.col2-set {
		width: auto;
	}
	/*========================================================================================== Sidebar =============================================================================== */

	/* ================================================================================================================================================================================== */

	.block {
		margin: 0 0 30px;
	}
	.block.last_block {
		margin-bottom: 0;
	}
	.block .block-title {
		margin: 0 0 10px;
		padding: 13px 20px 20px 0;
		font-size: 25px;

		position: relative;
	}
	.block .block-title strong {
		font-size: 25px;
		line-height: none;
		color: #333;
		font-weight: normal;
		margin: 0;
		font-family: 'Lato', sans-serif;
	}
	.block .block-title a {
		text-decoration: none !important;
	}
	.block .block-subtitle {
		font-size: 18px;
		line-height: 16px;
		color: #2d2328;
		font-weight: 300;
		margin-bottom: 14px;
	}
	.block .block-content {
		width: 100%;
		margin-top: 3px;
		text-align: center;
	}
	.block li.item {
		padding: 12px 0;
		border-bottom: 1px solid #bbbbbb;
	}
	.block li.last {
		border: 0;
	}
	.block li.item:first-child {
		padding-top: 0;
	}
	.widget.widget-catalogsale-products .block ol li {
		padding: 20px 0 20px 0;
	}
	.widget.widget-catalogsale-products .price-box.map-info {
		padding: 10px 0 10px 0;
	}
	.widget.widget-catalogsale-products .price-box.map-info a {
		padding-left: 0;
	}
	.block .btn-remove, .block .btn-edit {
		float: right;
	}
	.block .actions {
		padding: 17px 0 0 0;
	}
	.block .actions a {
		display: inline-block;
		font-weight: bold;
		text-decoration: underline;
		margin-left: 10px;
	}
	.block .actions a:hover {
		text-decoration: none;
	}
	.block-compare .actions {
		padding: 20px 0 10px 0;
	}
	.block .empty {
	}
	.block .price-box.map-info .price {
		font-size: 13px;
		font-family: 'Lato', sans-serif;
	}
	.block li.odd {
	}
	.block li.even {
	}
	.sidebar-indent {
	}
	.block .price {
		font-weight: bold;
	}
	/******************************************************************************** Mini Products List ******************************************************************************/

	.mini-products-list li.item {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mini-products-list .product-control-buttons {
		overflow: hidden;
		position: relative;
		margin-bottom: 5px;
		height: 19px;
	}
	.mini-products-list .product-image {
		float: left;
		width: 90px;
		background: #fff;
		margin-right: 10px;
	}
	.mini-products-list .product-image img {
		max-width: 100%;
	}
	.mini-products-list .product-details {
		padding-top: 3px;
		overflow: hidden;
	}
	.mini-products-list .product-details h4 {
		font-size: 1em;
		font-weight: bold;
		margin: 0;
	}
	.mini-products-list .product-name {
		margin-left: 10px;
		display: block;
		overflow: hidden;
	}
	.mini-products-list .price-box {
		margin-bottom: 10px;
	}
	.block-cart .mini-products-list .product-name, .block-cart .mini-products-list .product-details .nobr small {
		word-wrap: break-word;
	}
	.block-cart .mini-products-list .product-details .nobr {
		white-space: normal !important;
	}
	/* Block: Account */

	.block-account ul li {
		padding-bottom: 5px;
		text-align: left;
	  background: #f6f6f6;
	  border-radius: 5px;
	  padding:10px;
		  margin-bottom: 7px;
		  box-shadow: inset 0 0 3px 3px #efefef;
	}
	.block-account li a{
	   color: #333;
	}

	.block-currency {
	}
	.block-currency select {
		width: 100%;
		border: 1px solid #888;
	}
	/******************************************************************************** Block: Layered Navigation ************************************************************************/

	.block-layered-nav {
	}
	.block-layered-nav dt {
		/*border-top:1px solid #bbbbbb;*/
		font-weight: 300;
		padding-top: 5px;
		font-size: 13px;
		color: black
	}
	.block-layered-nav dd {
		padding: 5px 0 5px 20px;
		margin-bottom: 0px;
	}
	.block-layered-nav dd.odd.last {
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.block-layered-nav dd li a {
		text-decoration: none;
	}
	.block-layered-nav dd li {
		color: #fd6a56;
		padding: 0 0 3px;
	}
	.block-layered-nav dd li:before {
		content: "\f105";
		margin-right: 10px;
		font-size: 14px;
	}
	.block-layered-nav dd li .price {
		font-weight: normal;
	}
	.block-layered-nav .currently {
	}
	.block-layered-nav .btn-remove {
		float: right;
		margin: 5px 3px 0 2px;
	}
	.block-layered-nav .block-subtitle {
	}
	.block-layered-nav .block-content .actions a {
		text-decoration: none;
		color: white;
		font-size: 16px;
		font-weight: 300;
	}
	.block-layered-nav .block-content .actions {
		padding: 6px;
		background-color: #c30e2e;
		width: 30%;
		border-radius: 10px 0px 10px 0px;
		margin: 0;
		text-align: center;
	}
	.block-layered-nav #narrow-by-list2 dt {
		border: none;
		padding-top: 0;
	}
	/*********************************************************************** Block: Spacials *********************************************************************************************/

	.widget-catalogsale-products {
	}
	.widget-catalogsale-products .price-box .price-label {
		display: none;
	}
	#product_tabs_review_tabbed_contents #review-form h3 span {
		color: #fd6a56;
	}
	/************************************************************************************ Block: Cart ***********************************************************************************/

	.block-cart {
	}
	.block-cart .block-content li.item.last {
		padding-bottom: 0;
	}
	.block-cart .summary {
		margin-bottom: 20px;
	}
	.block-cart .amount {
		border-bottom: 1px solid #bbbbbb;
		padding-bottom: 12px;
		margin-bottom: 16px;
	}
	.block-cart .amount a {
		font-weight: bold;
	}
	.block-cart .amount a:hover {
		text-decoration: underline;
	}
	.block-cart .subtotal {
	}
	.block-cart .subtotal .price {
		font-weight: bold;
		color: #000;
		padding-left: 6px;
	}
	.block-cart .subtotal .label {
		padding: 0;
	}
	.block-cart .amount-2 {
		border-top: 1px solid #bbbbbb;
		color: #000000;
		padding-top: 16px;
		padding-bottom: 17px;
	}
	.block-cart .amount-2 a {
		text-decoration: none;
		font-weight: bold;
	}
	.block-cart .actions .paypal-logo {
		float: left;
		width: 100%;
		margin: 3px 0 0;
		text-align: right;
		display: none;
	}
	.block-cart .actions .paypal-logo .paypal-or {
		clear: both;
		display: block;
		padding: 0 55px 5px 0;
	}
	.block-cart .actions {
		border-bottom: 1px solid #bbbbbb;
		padding-bottom: 20px;
		margin-bottom: 17px;
	}
	.block-cart .product-details {
		text-transform: uppercase;
	}
	.block-cart .product-details strong {
		font-weight: normal;
		padding: 0 0 0 3px;
	}
	/**************************************************************************** Block: Wishlist ******************************************************************************************/

	.block-wishlist {
	}
	.block-wishlist .btn-remove {
		margin-left: 7px;
	}
	.block-wishlist .product-name a {
		text-decoration: none;
	}
	.block-wishlist .block-title small {
	}
	.block-wishlist .price-box {
		float: left;
	}
	.block-wishlist .link-cart {
		float: right;
		text-decoration: underline;
		margin-top: 5px;
		margin-left: 5px;
	}
	.block-wishlist .link-cart:hover {
		text-decoration: none;
	}
	.block-wishlist .block-content li.item {
	}
	.block-wishlist .block-content li.item.last {
	}
	.block-wishlist .product-name {
	}
	.block-wishlist .actions a {
	}
	.block-wishlist .actions {
		padding-bottom: 5px;
	}
	/********************************************************************************** Block: Related **********************************************************************************/

	.product-image {
		display: inline-block;
	}
	.block-related {
	}
	.block-related li {
		padding: 5px 0;
	}
	.block-related input.checkbox {
		float: left;
		margin: 5px 5px 0 0;
	}
	.block-related .product {
		overflow: hidden;
	}
	.block-related .product .product-details .regular-price {
		float: none;
	}
	.rel-label {
		font-size: 12px;
		color: #333;
		padding-top: 6px;
		display: inline-block;
	}
	.block-related .link-wishlist {
		font-size: 12px;
		font-weight: bold;
	}
	.block-related .link-wishlist:hover {
		text-decoration: underline;
	}
	.block-related .block-content li.item {
		padding: 20px 0;
	}
	.block-related .block-content li.item:first-child {
		padding-top: 0;
	}
	.block-related .block-content li.item.last {
		padding-bottom: 10px;
	}
	.block-related .product-name {
		width: 152px;
	}
	/******************************************************************* Block: Compare Products ******************************************************************************************/

	.block-compare {
		display: none;
	}
	.block-compare li {
		padding: 12px 0;
	}
	.block-compare .block-content {
	}
	.block-compare .btn-remove {
		margin-left: 10px;
	}
	.block-compare #compare-items {
	}
	.block-compare .block-title small {
		display: none;
	}
	.block-compare .product-name {
		overflow: hidden;
	}
	.block-compare .product-name a {
		text-decoration: none;
	}
	.block-compare .product-image {
		float: left;
		margin-right: 10px;
	}
	.block-compare button.button {
		margin-right: 10px;
	}
	.block-compare .actions a {
		margin-left: 0;
	}
	.block-compare .actions button {
		margin-bottom: 7px;
	}
	/********************************************************************* Block: Recently Viewed *************************************************************************************/

	.block-viewed {
	}
	.block-viewed li a, .block-compared li a {
		text-decoration: none;
		display: inline-block;
	}
	.block-viewed .block-content li.item:first-child, .block-compared .block-content li.item:first-child {
		border-top: none;
	}
	/********************************************************************* Block: Recently Compared ***********************************************************************************/

	.block-compared {
	}
	#co-payment-form {
		width: 100px;
	}
	/********************************************************************* Block: Poll **************************************************************************************************/

	.block-poll {
	}
	.block-poll .block-title strong span {
	}
	.block-poll .block-subtitle {
		font-size: 13px;
		line-height: 15px;
		text-transform: none;
		font-weight: bold;
	}
	.block-poll label {
		line-height: 18px;
		margin-bottom: 0;
	}
	.block-poll input.radio {
		float: left;
		margin: 2px 0 0 0;
	}
	.block-poll .label {
		display: block;
		margin-left: 32px;
		padding: 3px 0 0;
	}
	.block-poll li {
		padding: 3px 0px 9px 0;
	}
	.block-poll .actions {
		margin: 0px 0 0;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.block-poll .answer {
		float: left;
		width: 200px;
	}
	.block-poll .answer span {
		display: block;
		width: 150px;
		color: #b2b2b2;
	}
	.block-poll .votes {
		font-weight: normal;
		float: right;
		width: 70px;
		text-align: right;
		color: #fd6a56;
	}
	/************************************************************************ Block: Tags **************************************************************************************************/

	.block-tags {
		border: none;
	}
	.block-tags ul, .block-tags li {
		display: inline;
	}
	.block-tags .actions a {
		margin-left: 0;
	}
	.block-tags .actions a:hover {
	}
	.block-tags .actions {
		padding-bottom: 5px;
	}
	.product-tags li {
		float: left;
		margin-right: 7px;
	}
	#addTagForm {
		overflow: hidden;
	}
	/* Block: Tags */

	/************************************************************************* Block: Subscribe ****************************************************************************************/

	.block-subscribe {
	}
	.newsletter_wrapper {
		position: relative;
		margin-bottom: 22px;
	}
	.form-subscribe-header {
		margin: 0 0 7px 0;
		font-size: 12px;
		color: #9b9b9b;
	}
	.newsletter_wrapper .input-box {
		width: 100%;
	}
	.newsletter_wrapper .input-box input {
		width: 100%;
		height: 32px;
		border: solid 1px #121212;
		background: #2c2c2c;
		color: #fff;
		padding: 7px 65px 7px 7px;
		border-radius: 2px 0 0 2px;
	}
	.newsletter_wrapper .input-box input.validation-failed {
		color: #333 !important;
	}
	.newsletter_wrapper .actions {
		position: absolute;
		right: 0;
		top: 0;
	}
	.newsletter_wrapper .actions button > span {
		background: url(../images/bkg/btn_go.gif) repeat-x;
		border: solid 1px #121212;
		height: 32px;
		line-height: 30px;
		width: 63px;
		text-align: center;
		font-size: 15px;
		text-transform: none;
		color: #fff;
	}
	.newsletter_wrapper .actions button:hover > span {
		color: #fd6a56;
	}
	.newsletter_wrapper .actions button span span {
		padding: 0;
		float: none;
	}
	/************************************************************************ Block: Reorder *******************************************************************************************/

	.block-reorder {
	}
	.block-reorder .block-subtitle {
	}
	.block-reorder li {
		padding: 5px 0;
	}
	.block-reorder input.checkbox {
		float: left;
		margin: 0;
	}
	.block-reorder .product-name {
		margin-left: 20px;
	}
	.block-reorder .actions {
	}
	.block-reorder .actions a {
		margin-left: 0;
	}
	.block-reorder .actions a:hover {
	}
	.block-reorder button.button {
		margin: 0 10px 8px 0;
	}
	/*********************************************************************** Block: Banner *********************************************************************************************/

	.block-banner {
	}
	.block-banner .block-content {
		text-align: center;
		padding: 0;
		border: 0;
	}
	/************************************************************************ Block: Login *********************************************************************************************/

	.block-login label {
		font-weight: bold;
		color: #666;
	}
	.block-login input.input-text {
		display: block;
		width: 167px;
		margin: 3px 0;
	}
	/************************************************************************* Paypal **************************************************************************************************/

	.paypal-logo {
		display: inline-block;
		margin: 0;
		text-align: center;
		overflow: hidden;
	}
	.paypal-logo a {
		float: none;
		display: inline-block;
		width: 100px;
	}
	.paypal-logo a img {
		max-width: 100%;
		height: auto;
	}
	/************************************************************************* Block Slider Sidebar **************************************************************************************************/

	.block-slider-sidebar {
		display: none;
		position: relative;
	}
	.block-slider-sidebar.block-slider-start {
		display: block;
	}
	.block-slider-sidebar .block-content {
	}
	.block-slider-sidebar li {
		width: 270px;
		min-height: 200px;
		float: left;
		position: relative;
	}
	.block-slider-sidebar li a {
		display: block;
		background: #ccc;
	}
	.block-slider-sidebar img {
		max-width: 100%;
	}
	.block-slider-sidebar .block-content > a {
		font-size: 20px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.block-slider-sidebar a.slider-sidebar-prev {
		right: 40px;
	}
	.block-slider-sidebar .slider-sidebar-pager {
		text-align: center;
	}
	.block-slider-sidebar .slider-sidebar-pager a {
		font-size: 20px;
		line-height: 20px;
		display: inline-block;
		margin: 0 4px;
	}
	.block-slider-sidebar .slider-sidebar-pager a:before {
		content: "\f111";
	}
	.block-slider-sidebar .slider-sidebar-pager a.selected, .block-slider-sidebar .slider-sidebar-pager a:hover {
		color: #000;
	}
	.block-slider-sidebar .slider-sidebar-pager span {
		font-size: 0;
		text-indent: -777px;
	}
	/*========================================================================================== End Sidebar ============================================================================ */

	/* ================================================================================================================================================================================== */

	/* Category Page ========================================================================= */

	.category-image {
		width: 100%;
		overflow: hidden;
		margin: 0 0 10px;
		text-align: center;
	}
	.category-image img {
		max-width: 100%;
	}
	.category-description {
		margin: 0 0 10px;
	}
	.category-products {
	}
	/****************************************************************************************** View Type: Grid ***************************************************************************/

	.col2-left-layout .products-grid, .col2-right-layout .products-grid {
	}
	.col1-layout .products-grid {
	}
	.products-grid {
		position: relative;
		margin-bottom: 30px;
	}
	.widget-catalogsale-products .products-grid {
		margin-bottom: 0;
	}
	.products-grid.last {
		margin-bottom: 0;
	}
	.price-box.map-info a {
		text-decoration: none;
		margin-top: 5px;
	}
	.products-grid.last {
		border-bottom: 0;
	}
	.products-grid li.item:hover {
	}
	.products-grid li.item {
		float: left;
		-moz-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	.products-grid li.last {
		margin-right: 0;
	}
	.products-grid li.first {
	}
	.products-grid .product-image {
		display: block;
		background: #fff;
		max-width: 270px;
		padding: 15px;
		height: auto;
		margin: 0 auto 11px;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.grid_wrap {
		border: solid 1px #fff;
		background: #fff url(../images/bkg/bg_grid.gif) repeat-x;
		padding: 29px;
		position: relative;
	}
	.products-grid .price-box {
		overflow: hidden;
		margin: 0 0 10px;
		width: 100%;
	}
	.products-grid .price-box .price {
		font-size: 18px;
		font-weight: normal;
		color: #2c282a;
	}
	.products-grid .price-box .old-price {
		display: inline;
	}
	.products-grid .price-box .special-price {
		display: inline;
	}
	.products-grid .price-box .special-price .price {
		color: #fd6a56;
	}
	.products-grid .availability {
		line-height: 21px;
	}
	.products-grid .actions {
		clear: both;
		margin: 0;
		position: relative;
	}
	.products-grid .actions > span {
		position: absolute;
		left: 0;
		bottom: -3px;
	}
	.products-grid .desc.std {
		overflow: hidden;
		color: #b2b2b2;
		padding: 5px 0;
	}
	/* .product-box-2{background:url(../images/bkg/tail-grid-bottom.gif) 0 0 repeat-x #fdfdfd; padding:16px 18px 0px 18px; margin:0 -18px; overflow:hidden; position:relative; } */

	.product-box-2 > span {
		position: absolute;
		left: 18px;
		bottom: -3px;
	}
	.products-grid .ratings {
		margin-bottom: 17px;
	}
	.products-grid .ratings .rating-box {
		float: none;
		margin: 0 auto 5px;
	}
	.products-grid .ratings .amount {
	}
	.products-grid .ratings .amount a {
		text-decoration: none;
	}
	.products-grid .minimal-price-link {
	}
	.products-grid .no-rating a {
		text-decoration: none;
		padding-top: 0px;
		display: inline-block;
	}
	.products-grid .no-rating {
		padding-top: 8px;
		margin-bottom: 7px
	}
	.products-grid .add-to-links {
		position: relative;
		float: none;
		padding-top: 10px;
	}
	.products-grid .add-to-links li {
	}
	.products-grid .add-to-links li:first-child {
	}
	.products-grid button.button span span {
		padding: 0 19px;
	}
	.products-grid button.btn-cart strong {
		display: block;
		background: #fe7d6b;
		/* Old browsers */
		background: -moz-linear-gradient(top, #fe7d6b 0%, #fd6b57 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe7d6b), color-stop(100%, #fd6b57));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fe7d6b 0%, #fd6b57 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fe7d6b 0%, #fd6b57 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fe7d6b 0%, #fd6b57 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #fe7d6b 0%, #fd6b57 100%);
		/* W3C */
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe7d6b', endColorstr='#fd6b57', GradientType=0);
		/* IE6-9 */
		border: solid 1px #cb4c3b;
		width: 37px;
		height: 35px;
		line-height: 33px;
		text-align: center;
		font-size: 20px;
		color: #fff;
		margin: 0 7px 0 0;
	}
	.products-grid button.btn-cart:hover strong {
		background: #434343;
		/* Old browsers */
		background: -moz-linear-gradient(top, #434343 0%, #3c3c3c 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434343), color-stop(100%, #3c3c3c));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #434343 0%, #3c3c3c 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #434343 0%, #3c3c3c 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #434343 0%, #3c3c3c 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #434343 0%, #3c3c3c 100%);
		/* W3C */
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#434343', endColorstr='#3c3c3c', GradientType=0);
		/* IE6-9 */
		border: solid 1px #121212;
	}
	.products-grid .desc_grid {
		font-size: 13px;
		line-height: 18px;
		color: #777;
		margin-bottom: 5px;
	}
	.add-to-links {
		float: left;
	}
	/******* Type: List and Grid ********/

	.products-grid .product-name, .products-list .product-name {
		font-size: 18px;
		font-weight: bold;
		line-height: 25px;
		margin: 0 0 4px;
		text-transform: uppercase;
	}
	.cms-index-index .products-grid .product-name {
		min-height: 54px;
	}
	.products-grid .product-name a, .products-list .product-name a {
		color: #fd6a56;
		text-decoration: none;
	}
	.products-grid .product-name a:hover, .products-list .product-name a:hover {
		color: #333;
	}
	.products-grid .product-image img, .products-list .product-image img {
		max-width: 100%;
	}
	/********************************************************************************************** View Type: List *******************************************************************************************/

	.products-list {
	}
	.products-list li.item {
		border: solid 1px #fff;
		background-color: #fff;
		padding: 20px;
		margin-bottom: 20px;
		position: relative;
		box-shadow: 1px 1px 6px 2px #ddd;
	}
	.products-list li.item.last {
		border-bottom: 0;
	}
	.products-list .product-image {
		float: left;
		width: 90px;
		height: auto;
		margin-right: 30px;
		background: #fff;
	}
	.products-list .list-inner {
		width: 210px;
		height: 210px;
		position: relative;
		float: left;
	}
	.products-list .product-shop {
		overflow: hidden;
	}
	.products-list .button {
	}
	.products-list .product-name {
	}
	.products-list .price-box {
		color: #3A3A3A;
		margin: 12px 0;
		overflow: hidden;
		width: 100%;
	}
	.products-list .price-box .regular-price {
		float: left;
		padding-right: 12px;
	}
	.products-list .availability {
		float: left;
		margin: 3px 0 0;
	}
	.products-list .desc {
		clear: both;
		margin: 0 0 15px;
		font-size: 14px;
		line-height: 20px;
	}
	.products-list .desc > p {
		float: left;
	}
	.products-list .desc > p strong {
		color: #fd6a56;
	}
	.products-list .desc .link-learn {
		font-weight: bold;
		text-decoration: underline;
	}
	.products-list .add-to-links {
		padding-top: 10px;
		float: none;
	}
	.products-list .add-to-links li:first-child {
		margin-right: 19px;
	}
	.products-list .f-fix {
		position: relative;
	}
	.products-list .f-fix > span {
		left: 0;
		position: absolute;
		bottom: 0px;
	}
	.products-list .list-btn {
		display: inline-block;
		float: left;
	}
	.products-list .add-to-links .separator {
		display: none;
	}
	.products-list .add-to-links li {
		float: left;
	}
	.list-reviews {
		float: right;
		width: 285px;
		text-align: right;
	}
	.row-list {
		width: 100%;
		position: relative;
	}
	.row-list > span {
		position: absolute;
		left: 0px;
		top: 40px;
	}
	.products-list .ratings {
		margin-bottom: 17px;
	}
	.products-list .ratings .rating-links {
		clear: left;
		padding-top: 5px;
	}
	.products-list .ratings .rating-links a:hover {
	}
	.products-list .no-rating {
		text-align: right;
		padding-top: 6px;
	}
	.products-list .no-rating a {
		text-decoration: none;
	}
	/* ======================================================================================= */

	/******************************************************************************** Product View ========================================================================== */
	/* Scriptaculous autocompleter */
	div.autocomplete {
		margin:0px;
		padding:0px;
		width:250px;
		background:#fff;
		border:1px solid #888;
		position:absolute;
	  }

	  div.autocomplete ul {
		margin:0px;
		padding:0px;
		list-style-type:none;
	  }

	  div.autocomplete ul li.selected {
		background-color:#ffb;
	  }

	  div.autocomplete ul li {
		margin:0;
		padding:2px;
		height:32px;
		display:block;
		list-style-type:none;
		cursor:pointer;
	  }
	/****************************************** Rating *****************************/

	.ratings {
		line-height: 15px;
		margin: 5px 0 7px 0;
	}
	.ratings strong {
		float: left;
		margin: 1px 3px 0 0;
	}
	.ratings .rating-links {
		margin: 0;
	}
	.ratings .rating-links a {
		text-decoration: none;
	}
	.ratings .rating-links .separator {
		margin: 0 2px;
	}
	.ratings dt {
	}
	.ratings dd {
	}
	.rating-box {
		width: 91px;
		height: 14px;
		font-size: 0;
		line-height: 0;
		background: url(../images/bkg/bkg_rating.png) 0 0 repeat-x;
		font-size: 0;
		overflow: hidden;
	}
	.rating-box .rating {
		float: left;
		height: 14px;
		background: url(../images/bkg/bkg_rating.png) 0 100% repeat-x;
	}
	.ratings .rating-box {
		float: left;
		margin-right: 7px;
	}
	.ratings .amount {
	}
	.email-friend.left {
		float: left;
	}
	.ratings-table th, .ratings-table td {
		font-size: 11px;
		line-height: 1.15;
		padding: 3px 0;
	}
	.ratings-table th {
		font-weight: bold;
		padding-right: 8px;
	}
	.review-product-list .col-main .ratings-table th, .review-product-list .col-main .ratings-table td {
		border: 1px solid #bbbbbb;
		padding: 7px;
	}
	.review-product-list .col-main .ratings-table {
		margin: 10px 0;
	}
	#block-related .price-box.map-info {
		display: none;
	}
	/*************************************** Availability *******************************/

	.availability {
		margin: 0;
	}
	.availability span {
		font-weight: bold;
	}
	.availability.in-stock span {
	}
	.availability.out-of-stock span {
		color: #d83820;
	}
	.availability-only {
		margin: 0 0 5px;
	}
	.availability-only a {
		background: url(../images/bkg/i_availability_only_arrow.gif) 100% 0 no-repeat;
		cursor: pointer;
		padding-right: 15px;
	}
	.availability-only .expanded {
		background-position: 100% -15px;
	}
	.availability-only strong {
	}
	.availability-only-details {
		margin: 0 0 7px;
	}
	.availability-only-details th {
		background: #f2f2f2;
		font-size: 10px;
		padding: 0 8px;
	}
	.availability-only-details td {
		border-bottom: 1px solid #bbbbbb;
		font-size: 11px;
		padding: 2px 8px 1px;
	}
	.availability-only-details tr.odd td.last {
	}
	/* Email to a Friend */

	.email-friend {
		margin-bottom: 5px;
	}
	/* Alerts */

	.alert-price {
	}
	.alert-stock {
	}
	/********** < Product Prices */

	.price {
		white-space: nowrap !important;
	}
	.price-box {
	}
	.price-box .price {
		font-weight: bold;
	}
	/* Regular price */

	.regular-price {
		display: block;
	}
	/*
	  .products-grid .old-price .price,
	  .products-list .old-price .price,
	  .block .old-price .price {}

	  .products-grid .special-price .price,
	  .products-list .special-price .price,
	  .block .special-price .price  {}

	  .products-grid .special-price,
	  .products-list .special-price,
	  .products-grid .old-price,
	  .products-list .old-price {}

	  .col-main .old-price .price-label,
	  .col-main .special-price .price-label,
	  .block .old-price .price-label,
	  .block .special-price .price-label {display: none;}
	  */

	/* Old price */

	.old-price {
	}
	.old-price .price-label {
		font-weight: bold;
		white-space: nowrap;
	}
	.old-price .price {
		font-weight: bold;
		text-decoration: line-through;
	}
	/* Special price */

	.special-price {
	}
	.special-price .price-label {
		font-weight: bold;
	}
	.special-price .price {
		font-weight: bold;
	}
	/* Minimal price (as low as) */

	.minimal-price {
	}
	.minimal-price .price-label {
		font-weight: bold;
		white-space: nowrap;
	}
	.minimal-price-link {
		display: inline-block;
		margin-top: 2px;
	}
	.minimal-price-link .label {
	}
	.minimal-price-link .price {
		font-weight: normal;
	}
	.minimal-price-link span {
		display: inline-block;
		text-decoration: none;
	}
	/* Excluding tax */

	.price-excluding-tax {
		display: block;
	}
	.price-excluding-tax .label {
		white-space: nowrap;
	}
	.price-excluding-tax .price {
		font-weight: normal;
	}
	/* Including tax */

	.price-including-tax {
		display: block;
	}
	.price-including-tax .label {
		white-space: nowrap;
	}
	.price-including-tax .price {
		font-weight: bold;
	}
	/* Configured price */

	.configured-price {
	}
	.configured-price .price-label {
		font-weight: bold;
		white-space: nowrap;
	}
	.configured-price .price {
		font-weight: bold;
	}
	/* FPT */

	.weee {
		display: block;
		font-size: 11px;
		color: #444;
	}
	.weee .price {
		font-size: 11px;
		font-weight: normal;
	}
	/* Excl tax (for order tables) */

	.price-excl-tax {
		display: block;
	}
	.price-excl-tax .label {
		display: block;
		white-space: nowrap;
	}
	.price-excl-tax .price {
		display: block;
	}
	/* Incl tax (for order tables) */

	.price-incl-tax {
		display: block;
	}
	.price-incl-tax .label {
		display: block;
		white-space: nowrap;
	}
	.price-incl-tax .price {
		display: block;
		font-weight: bold;
	}
	/* Price range */

	.price-from {
	}
	.price-from .price-label {
		font-weight: bold;
		white-space: nowrap;
	}
	.price-to {
	}
	.price-to .price-label {
		font-weight: bold;
		white-space: nowrap;
	}
	/* Price notice next to the options */

	.price-notice {
		padding-left: 10px;
	}
	.price-notice .price {
		font-weight: bold;
	}
	/* Price as configured */

	.price-as-configured {
		color: #3A3A3A;
	}
	.price-as-configured .price-label {
		white-space: nowrap;
	}
	.price-box-bundle {
	}
	/********** Product Prices > */

	/* Tier Prices */

	.tier-prices .price {
		font-weight: bold;
	}
	.tier-prices .benefit {
	}
	.tier-prices-grouped {
	}
	/* Add to Links */

	.add-to-links .separator {
		display: none;
	}
	/* Add to Cart */

	.add-to-cart .qty-block {
		float: left;
		padding-top: 0;
	}
	.add-to-cart label {
		margin-right: 7px;
		color: #3a3a3a;
	}
	.add-to-cart .qty {
		font-size: 12px;
		text-align: center;
		padding: 3px 6px 4px 7px;
		background: #fff;
	}
	.add-to-cart button.button {
		float: right;
		margin-left: 5px;
	}
	.add-to-cart .paypal-logo {
		clear: left;
		text-align: right;
	}
	.add-to-cart .paypal-logo .paypal-or {
		clear: both;
		display: block;
		margin: 5px 46px 5px 0;
	}
	.product-view .add-to-cart .paypal-logo {
		margin: 0;
		display: none;
	}
	/* Add to Links + Add to Cart */

	.add-to-box {
	}
	.add-to-box .add-to-cart {
		float: left;
		width: 100%;
		position: relative;
	}
	.add-to-box .add-to-cart #ajax_loader {
		position: absolute;
		bottom: -22px;
		right: 0;
	}
	.add-to-box .or {
		float: left;
		margin: 0 10px;
	}
	.add-to-box .add-to-links {
		float: left;
	}
	.product-view {
		margin-bottom: 20px;
	}
	.product-view .product-name h1 {
		line-height: 48px;
		margin-top: 8px;
		  font-size: 30px !important;
	}
	.catalog-product-view .col-right {
		padding-top: 0;
	}
	.product-view h2 {
		background: #FBFBFB;
		border: 1px solid #bbbbbb;
		font-size: 18px;
		line-height: 18px;
		color: #3A3A3A;
		padding: 12px 15px;
		margin-bottom: 15px;
		position: relative;
	}
	.tt {
		display: block;
	}
	.zoom-inner {
		width: 300px;
		margin-bottom: 10px;
		height: 300px;
		position: relative;
	}
	.more-views h2 {
		display: none;
	}
	.attribute-table {
		background-color: white
	}
	/*** Product Collateral **/

	.product-essential {
		margin-bottom: 0px;
		padding-bottom: 25px;
		padding-top: 33px;
	}
	.product-view .product-essential .product-shop .nobr {
		margin-bottom: 5px;
		display: inline-block;
	}
	.product-collateral #customer-reviews dl dt {
		margin-bottom: 5px;
	}
	.product-collateral #customer-reviews dl dd {
		border-bottom: 1px solid #bbbbbb;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.product-collateral #customer-reviews dl dd.last {
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.product-collateral #customer-reviews dl dd table {
		margin-bottom: 5px;
	}
	.product-collateral #customer-reviews .pager {
		margin-bottom: 10px;
	}
	.product-collateral #customer-reviews #product-review-table span.nobr {
		display: block;
		padding: 0 5px;
	}
	.product-collateral #customer-reviews #product-review-table .value {
		text-align: center;
	}
	.product-collateral #customer-reviews #product-review-table {
		margin-bottom: 20px;
	}
	#customer-reviews .form-list label.required {
		margin-bottom: 5px;
	}
	#customer-reviews .form-list textarea {
		min-width: 332px;
		max-width: 332px;
	}
	.product-collateral .box-collateral {
		margin-bottom: 30px;
	}
	/* Product Images */

	.product-view .product-img-box {
		float: left;
		text-align: left;
		margin-bottom: 30px;
		width: 300px;/*margin-right:20px*/
	}
	.col3-layout .product-view .product-img-box {
		float: none;
		margin: 0 auto;
	}
	.product-view .product-img-box .product-image {
		position: relative;
		height: auto;
		background: url(../images/bkg/opc-ajax-loader.gif) no-repeat center center;
		overflow: hidden;
		box-shadow: 0px 1px 10px 4px #ddd
	}
	.product-view .product-img-box .product-box-customs .product-image {
		overflow: inherit;
	}
	.product-view .product-img-box .product-image .cloud-zoom-big {
	}
	.product-view .product-img-box .product-image .big {
		background-color: #fff;
	}
	.product-view .product-img-box .product-box-customs .product-image span {
		display: block;
		position: absolute;
		background: none;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
	.product-view .product-img-box .product-box-customs .product-image-zoom {
		position: relative;
		width: 310px;
		height: 310px;
		overflow: hidden;
		z-index: 9;
	}
	.product-view .product-img-box .product-box-customs .product-image-zoom img {
		position: absolute;
		left: 0;
		top: 0;
		width: 310px!important;
		height: 310px!important;
	}
	.product-view .product-img-box .zoom-notice {
		text-align: center;
	}
	.product-view .product-img-box .zoom {
		position: relative;
		z-index: 9;
		height: 18px;
		margin: 0 auto 13px;
		padding: 0 28px;
		background: url(../images/bkg/slider_bg.gif) 50% 50% no-repeat;
		cursor: pointer;
	}
	.product-view .product-img-box .zoom.disabled {
		-moz-opacity: .3;
		-webkit-opacity: .3;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		/*IE8*/
		opacity: .3;
	}
	.product-view .product-img-box .zoom #track {
		position: relative;
		height: 18px;
	}
	.product-view .product-img-box .zoom #handle {
		position: absolute;
		left: 0;
		top: -1px;
		width: 9px;
		height: 22px;
		background: url(../images/bkg/magnifier_handle.gif) 0 0 no-repeat;
	}
	.product-view .product-img-box .zoom .btn-zoom-out {
		position: absolute;
		left: 2px;
		top: 0;
	}
	.product-view .product-img-box .zoom .btn-zoom-in {
		position: absolute;
		right: 2px;
		top: 0;
	}
	.product-view .product-img-box .product-box-customs .zoom, .product-view .product-img-box .product-box-customs .zoom-notice {
		display: none;
	}
	.product-view .product-img-box .more-views li a {
		display: block;
		border: 1px solid #bbbbbb;
		background: #fff;
	}
	.product-view .gallery-swipe-content {
		max-width: 270px;
		margin: 0 auto;
		position: relative;
		display: none;
	}
	.product-view .gallery-swipe li {
	}
	.product-view .bx-controls-direction > a {
		font-size: 0;
		position: absolute;
		left: 0px;
		top: 50%;
		width: 40px;
		height: 40px;
		display: block;
		text-align: center;
		line-height: 40px;
		z-index: 4;
	}
	.product-view .bx-controls-direction > a.bx-next {
		right: 0px;
		left: auto;
	}
	.product-image-popup {
		margin: 0 auto;
	}
	.product-image-popup .buttons-set {
		float: right;
		clear: none;
		border: 0;
		margin: 0;
		padding: 0;
	}
	.product-image-popup .nav {
		margin: 0 100px;
		text-align: center;
	}
	.product-image-popup .image {
		display: block;
	}
	.product-image-popup .image-label {
	}
	.addthis_32x32_style .addthis_counter.addthis_bubble_style {
		width: 62px !important;
	}
	/* Product Tabs */

	.product-tabs {
	}
	.product-tabs li {
		float: left;
		border-right: 1px solid #a4a4a4;
		border-left: 1px solid #fff;
		font-size: 1.1em;
		line-height: 1.5em;
		font-size: 15px;
		min-width: 9em;
		background-color: grey;
		border-radius: 10px 10px 0 0;
	}
	.product-tabs li.first {
		border-left: 0;
	}
	.product-tabs li.last {
		border-right: 0;
	}
	.product-tabs li.last a {
		border-right: 0;
	}
	.product-tabs a {
		display: block;
		padding: 6px 8px 6px 18px;
		color: white;
	}
	.product-tabs a:hover {
		background-color: #ddd;
		text-decoration: none;
		color: #444;
		border-radius: 10px 10px 0 0;
	}
	.product-tabs li.active {
		background-color: #525252
	}
	.product-tabs li.active a, .product-tabs li.active a:hover {
		border-radius: 10px 10px 0 0;
	}
	.product-tabs-content {
	}
	.product-tabs-content h2 {
		display: none;
		font-size: 12px;
		font-weight: bold;
	}
	/* Product Shop */

	.product-shop2 {
		float: right;
		width: 100%;
	}
	.product-view .product-shop {
	/*	float: right;
		width: 61%;*/
	}
	.product-view .product-shop .ratings {
		float: left;
		margin: 0;
	}
	.product-view .product-shop .ratings .rating-box {
		float: none;
		margin: 0 0 5px;
	}
	.col1-layout .product-view .product-shop {
		float: left;
		/*width:700px;*/
		width: 870px;
	}
	.col3-layout .product-view .product-shop {
		float: none;
		width: auto;
	}
	.product-view .product-name {
		margin-bottom: 12px;
	}
	.product-view .short-description {
		margin-bottom: 13px;
		font-size: 15px;
		line-height: 20px;
		padding-top: 15px;
		font-weight: 300;
	}
	.product-view .short-description h2 {
		display: none;
	}
	.product-view .short-description .std {
		padding-top: 10px;
		font-size: 14px;
		font-weight: 300;
		line-height: 23px;
	}
	.product-view .product-shop .product-pricing {
		margin-bottom: 15px;
		overflow: hidden;
	}
	.product-view .product-shop .product-pricing li {
		background: #f4f4f4;
		float: left;
		clear: left;
		line-height: 22px;
		padding: 0 13px;
		font-size: 11px;
		margin-bottom: 3px;
	}
	.product-view .product-shop .product-pricing li .benefit {
	}
	.product-view .product-shop .price-box {
		margin: 15px 0 20px;
	}
	.product-view .product-shop .price-box .regular-price {
	}
	.product-view .product-shop .price-box .price {
		color: #c30e2e;
		font-size: 14px;
	}
	.product-view .product-shop .price-box .old-price .price {
	}
	.product-view .product-shop .availability {
		display: block;
		font-size: 12px;
		font-weight: bold;
		color: #3a3a3a;
		margin: 5px 0;
	}
	.product-view .product-shop .availability span {
		display: inline-block;
		font-size: 12px;
		font-weight: bold;
		color: #74b436;
		margin-left: 6px;
	}
	.product-view .add-to-links li {
		margin-bottom: 8px;
		float: left;
		margin-right: 30px;
	}
	.product-view .add-to-links li a:before {
		font-size: 15px;
		margin-right: 15px;
		color: #fd6a56;
	}
	.product-view .add-to-links li .link-wishlist:before {
		content: "\f08a";
	}
	.product-view .add-to-links li .link-compare:before {
		content: "\f080";
	}
	.add-to-box .or {
		display: none;
	}
	.product-view .add-to-cart .qty-block {
		margin-top: 4px;
	}
	.row-product {
		border-bottom: 1px dashed #bbbbbb;
		padding: 15px 0;
		margin-bottom: 20px;
		overflow: hidden;
		width: 100%;
	}
	.row-product .no-rating {
		float: left;
	}
	.row-product .no-rating:before {
		content: "\f040";
		font-size: 14px;
		margin-right: 10px;
	}
	.row-product .no-rating a {
		text-decoration: underline;
	}
	.row-product .no-rating a:hover {
		text-decoration: none;
	}
	.row-product .email-friend {
		float: right;
	}
	.row-product .email-friend:before {
		content: "\f003";
		padding-right: 10px;
		font-size: 16px;
	}
	/* Product Options */

	.product-options {
		clear: both;
		margin: 5px 0 18px;
		border: 1px solid #bbbbbb;
		background: #fbfbfb;
		border-bottom: 0;
		padding: 25px;
		margin-bottom: 0;
	}
	.product-options .qty-holder {
		display: block;
		padding-top: 10px;
	}
	.product-options dl dt {
		display: block;
	}
	.product-options dt label {
		font-weight: bold;
		display: inline-block;
		padding-bottom: 3px;
	}
	.product-options dt label em {
		float: right;
		color: #e03b3b;
	}
	.product-options dt .qty-holder {
		float: right;
	}
	.product-options dt .qty-holder label {
		vertical-align: middle;
	}
	.product-options dt .qty-disabled {
		background: none;
		border: 0;
		padding: 3px;
	}
	.product-options dd {
		margin: 0 0 20px;
		display: block;
		width: 100%;
		float: left;
	}
	.product-options dl.last dd.last {
	}
	.product-options .input-box {
		max-width: 640px;
	}
	.product-options dd input.input-text {
		width: 100%;
	}
	.product-options dd input.datetime-picker {
		width: 150px;
	}
	.product-options dd .time-picker {
		display: -moz-inline-box;
		padding: 2px 0;
		vertical-align: middle;
	}
	.product-options dd .time-picker select {
		max-width: 60px;
		min-width: 50px;
		padding: 3px;
	}
	.product-options dd textarea {
		width: 100%;
		height: 8em;
	}
	.product-options dd select {
		width: 100%;
	}
	.product-options .options-list {
	}
	.product-options .options-list li {
		padding-top: 10px;
	}
	.product-options .options-list li:first-child {
		padding-top: 0;
	}
	.product-options .options-list li label {
		display: inline-block;
	}
	.product-options .options-list input.radio {
		float: left;
		margin: 2px 0 0 0;
		height: auto;
	}
	.product-options .options-list input {
		width: auto;
	}
	.product-options .options-list input.checkbox {
		float: left;
		margin: 3px -20px 0 0;
		height: auto;
	}
	.product-options .options-list .label {
		display: block;
		margin-left: 20px;
	}
	.product-options ul.validation-failed {
		padding: 0 7px;
	}
	.product-options p.required {
		padding: 5px 0 0;
		overflow: hidden;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #e03b3b;
	}
	.product-options img.coh {
		padding-left: 4px;
	}
	.product-shop {
		position: relative;
	}
	.product-options div.coh {
		background-color: #fffada;
		border: 2px solid #d9e5ee;
		padding: 4px 8px;
		margin-top: 4px;
	}
	.product-shop .price-box.map-info a {
		float: none;
		clear: left;
		padding: 0 !important;
		margin-bottom: 3px;
	}
	.add-to-cart {
		width: 100%;
	}
	.add-to-cart button.button > span {
		font-size: 14px;
		height: 44px;
		line-height: 44px;
	}
	.add-to-cart button.button > span span {
		padding: 0 15px;
	}
	.product-view .add-to-links {
		clear: left;
		margin: 0px !important;
		padding: 15px 0 5px;
		border-bottom: 1px dashed #bbbbbb;
		border-top: 1px dashed #bbbbbb;
		width: 100%;
	}
	.product-view .product-options-bottom {
		border: 1px solid #bbbbbb;
		padding: 25px;
		background: #fbfbfb;
	}
	.product-view .product-options-bottom .price-box {
		float: none;
		display: block;
		padding: 0;
		margin-top: 0;
		margin-right: 0 !important;
		overflow: hidden;
	}
	.product-view .product-options-bottom .price-box .price-as-configured {
		font-size: 22px;
		line-height: 27px;
	}
	.product-view .product-options-bottom .price-box .price-as-configured .price {
		font-weight: normal;
	}
	.product-view .product-options-bottom .add-to-cart {
		margin-top: 10px;
	}
	.product-view .product-options-bottom .add-to-links {
		border-bottom: 0;
	}
	.product-view .product-shop .product-options-bottom .price-box .price {
		font-size: 16px;
		line-height: 16px;
	}
	.product-view .product-shop .product-options-bottom .price-label {
		display: inline-block;
	}
	.row-product .addthis_toolbox {
		border-top: 1px solid #bbbbbb;
		border-bottom: 0;
		padding-bottom: 0;
		padding-top: 15px;
		width: 100%;
		overflow: hidden;
	}
	.review-product-list .row-product .addthis_toolbox {
		margin-top: 15px;
		float: left;
		width: 100%;
	}
	.addthis_toolbox {
		padding-bottom: 15px;
	}
	.addthis_mini_style .addthis_button_pinterest_pinit {
		margin-top: -1px;
	}
	.addthis_mini_style .addthis_button_pinterest_pinit span {
		height: 20px;
	}
	/* Grouped Product */

	.product-view .grouped-items-table {
	}
	.product-view {
		position: relative;
	}
	.messege-product {
		background: #FAFAEC;
		border: 1px solid #FCD344;
		border-radius: 0 0 3px 3px;
		font-size: 12px;
		font-weight: bold;
		left: 50%;
		margin-left: -220px;
		padding: 9px 60px 9px 60px;
		position: fixed;
		text-align: center;
		top: 0;
		width: 333px;
		z-index: 999;
		display: none;
	}
	.messege-product.none-messege {
		display: block;
	}
	.messege-product button:hover {
		background-position: 0 -9px;
		cursor: pointer;
	}
	/* .messege-product button {
		  background: url(../images/bkg/remove-popup-2.png) no-repeat  0 0;
		  border: medium none;
		  height: 9px;
		  position: absolute;
		  right: 20px;
		  top:12px;
		  width: 9px;
		  z-index: 9999;
	  } */

	#review-form .form-list .input-box {
		width: auto;
	}
	#review-form .form-list input.input-text, #review-form .form-list textarea {
		width: 100%;
	}
	#review-form td.value {
		text-align: center;
	}
	/* Block: Description */

	.product-view .box-description {
	}
	/* Block: Additional */

	.product-view .box-additional {
	}
	.product-view .box-additional .data-table td.label, .product-view .box-additional .data-table th.label {
		padding: 5px;
	}
	#product-review-table {
		margin-bottom: 10px;
	}
	/* Block: Upsell */

	.box-up-sell {
		border: 1px solid #ededed;
		padding: 20px;
		background: #fbfbfb;
		overflow: hidden;
		position: relative;
	}
	.box-up-sell h2 {
		font-size: 14px;
		text-transform: uppercase;
		color: #383737;
		margin-bottom: 20px;
		padding-right: 65px;
	}
	.box-up-sell ul li .product-image {
		margin-bottom: 15px;
		display: block;
	}
	.box-up-sell ul li .product-image img {
		max-width: 100%;
	}
	.box-up-sell .product-name {
		margin-bottom: 10px;
	}
	.box-up-sell .no-rating {
		width: 100%;
		overflow: hidden;
	}
	.box-up-sell .no-rating a {
		display: block;
	}
	.box-up-sell .product-name a {
		text-decoration: none;
	}
	.box-up-sell ul {
		margin-left: 0px;
	}
	.box-up-sell .up-sell-carousel li {
		min-height: 340px;
	}
	.box-up-sell ul li {
		float: left;
		margin: 0 12px;
		width: 260px;
		text-align: center;
	}
	.box-up-sell ul li .product-box {
		border: 1px solid #ededed;
		background: #fff;
		padding: 25px;
	}
	.box-up-sell ul li .noSwipe {
		overflow: hidden;
	}
	.box-up-sell .up-sell-carousel-none li.last {
		margin-right: 0;
	}
	.box-up-sell ul li .no-rating {
		margin-bottom: 0;
		margin-top: 0px;
	}
	.box-up-sell .price-box {
		margin: 0;
		display: block;
		overflow: hidden;
	}
	.box-up-sell .price-box .regular-price {
		float: none;
	}
	.box-up-sell .price-box .minimal-price span {
		font-size: 15px;
		font-weight: normal;
	}
	.box-up-sell ul li .no-rating a {
	}
	.box-up-sell ul li:first-child {
		margin-left: 0
	}
	.box-up-sell .products-grid td {
		margin-right: 11px;
		width: 204px;
	}
	.box-up-sell .rating-box {
		float: none;
		margin: 0 auto 5px;
	}
	.box-up-sell .box-tags .product-tags {
		overflow: hidden;
		margin-bottom: 25px;
	}
	/* .box-up-sell .box-tags .product-tags li {display:inline; text-transform:capitalize; background:url(../images/bkg/line-2.gif) no-repeat 100% 3px; padding:0 10px 0 0px; margin:0 10px 0 0;} */

	.box-up-sell .box-tags .product-tags li.first {
		padding-left: 0px;
	}
	.box-up-sell .box-tags .product-tags li.last {
		background: none;
	}
	.carousel-prev, .carousel-next {
		position: absolute;
		top: 16px;
		right: 30px;
		font-size: 30px;
	}
	.carousel-prev {
		right: 60px;
	}
	/* Block: Tags */

	.product-view .box-tags {
	}
	.product-view .box-tags h3 {
		font-size: 10px;
		line-height: normal;
		margin-bottom: 12px;
	}
	.product-view .box-tags .form-add label {
		display: block;
		font-size: 12px;
		font-weight: bold;
		color: #7d7d7d;
		margin-bottom: 15px;
		clear: both;
		padding-top: 10px;
	}
	.tags-list {
		padding-top: 10px;
	}
	.my-tag-edit .btn-remove {
		float: right;
	}
	.my-tag-edit {
		display: inline-block;
	}
	#my-tags-table .add-to-links {
		margin-top: 10px;
	}
	.product-view .box-tags .form-add .input-box {
		float: left;
		width: 100%;
		padding-left: 32px;
		moz-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	.product-view .box-tags .form-add .input-box:before {
		content: "\f02b";
		font-size: 28px;
		line-height: 28px;
		position: absolute;
		left: 0px;
		top: 0;
	}
	.product-view .box-tags .form-add input.input-text {
		width: 100%;
		border: 1px solid #d4d4d4;
		background: #fcfcfc;
	}
	.product-view .box-tags .form-add button.button {
		margin-left: 32px;
		margin-top: 10px;
	}
	.product-view .box-tags .form-add p {
		clear: both;
	}
	.box-collateral.box-tags .note {
		color: #fd6a56;
		padding-bottom: 15px;
		padding-top: 5px;
	}
	.video, .map-content {
		height: 100%;
		position: relative;
		padding-bottom: 56.25%;
		overflow: hidden;
	}
	.video iframe {
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.map-content {
		margin-bottom: 30px;
		padding-bottom: 50%;
	}
	.map-content figure iframe {
		border: none;
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	/* PopUp Calendar */
	.calendar { z-index:105; }

	/* Block: Reviews */

	.product-view .box-reviews {
	}
	.product-view .box-reviews .form-add {
	}
	/*** My Recent Reviews **/

	.dashboard #my_recent_reviews li {
		padding-bottom: 7px;
	}
	.dashboard #my_recent_reviews li .ratings {
		margin: 0px 0 5px 0;
	}
	.dashboard #my_recent_reviews li .ratings strong {
		margin: 0 5px 0 0;
	}
	.dashboard #my_recent_reviews li .ratings .rating-box {
		margin: 0;
	}
	.dashboard #my_recent_reviews li .details .product-name {
		margin-bottom: 3px;
	}
	/* Send a Friend */

	.send-friend {
	}
	.send-friend .buttons-set button.button {
		margin-left: 10px;
	}
	#product_sendtofriend_form #sender_message {
		margin-bottom: 20px;
		resize: none;
		min-width: 304px;
		max-width: 373px;
		width: 373px;
	}
	#product_sendtofriend_form .buttons-set {
		padding-top: 15px;
	}
	#product_sendtofriend_form .form-list .field {
		float: left;
		width: 361px;
	}
	#product_sendtofriend_form .form-list .additional-row > div {
		width: 408px;
	}
	#product_sendtofriend_form .form-list .fields .field:first-child {
		float: left;
		width: 402px;
	}
	#product_sendtofriend_form .form-list .fields .field input.input-text {
		width: 373px;
	}
	#product_sendtofriend_form .buttons-set {
		text-align: center;
	}
	/* ======================================================================================= */

	/* Content Styles ================================================================= */

	.product-name {
		font-weight: normal;
	}
	/* Product Tags */

	.tags-list li {
		display: inline;
		font-size: 15px;
		line-height: normal;
		margin-right: 10px;
	}
	/* Advanced Search */

	.advanced-search {
	}
	.advanced-search + .buttons-set {
		max-width: 340px;
	}
	.advanced-search-amount {
		margin-bottom: 5px;
	}
	.advanced-search-summary {
		padding: 15px 0;
	}
	.advanced-search .form-list select {
		width: 340px;
	}
	.advanced-search .form-list label {
		float: none;
	}
	.advanced-search .input-range {
		margin-bottom: 5px;
	}
	.advanced-search .input-range input {
		display: inline-block;
	}
	.catalogsearch-advanced-index #advanced-search-list li.even label {
		display: block;
		width: 100%;
	}
	.form-adv-search {
		border: 1px solid #bbbbbb;
		background: url(../images/bkg/media/bg-adv-search.gif) left bottom no-repeat #fff;
		padding: 11px 20px 20px 20px
	}
	.form-adv-search .fieldset {
		border: none;
		background: none;
		margin: 0;
		padding: 0 0 0 0;
	}
	.form-adv-search .fieldset h2 {
		font-size: 12px;
		text-transform: uppercase;
		color: #fd6a56;
		padding: 8px 0 5px 0;
	}
	.catalogsearch-advanced-index .col-main {
		padding-top: 17px;
	}
	.form-adv-search .page-title {
		border-bottom: 1px solid #bbbbbb;
		padding-bottom: 9px;
	}
	.form-adv-search .fieldset .form-list input.input-text {
		width: 495px;
	}
	.form-adv-search .fieldset .form-list .input-range input.input-text {
		width: 100px!important;
	}
	.input-range small {
		color: #b1b1b1;
	}
	.form-adv-search select.multiselect option {
		border-bottom: none;
		padding: 2px 5px;
		color: #7e7e7e;
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.form-adv-search .multiselect {
		padding: 5px;
		height: 94px;
	}
	.form-adv-search .buttons-set {
		padding: 12px 0 0 0;
		margin-top: 0
	}
	.form-adv-search .buttons-set button.button {
		float: left;
	}
	.form-adv-search .form-list select {
		width: 500px;
	}
	/* cms-about-magento-demo-store */

	.cms-page-view .page-head {
		margin: 0 0 10px;
		padding: 5px 0 8px;
	}
	.cms-page-view .page-head h2 {
		text-transform: uppercase;
		font-size: 18px;
		color: #383737;
	}
	.about-col-1, .about-col-2, .about-col-3 {
		float: left;
		padding: 214px 29px 27px 29px;
		moz-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 32%;
		margin-left: 2%;
	}
	.about-col-1 {
		margin-left: 0;
	}
	.about-col-1 {
		background: url(../images/bkg/media/about-11.png) center top no-repeat #f9f9f9;
		position: relative;
		z-index: 10
	}
	.about-col-2 {
		background: url(../images/bkg/media/about-22.png) center top no-repeat #f9f9f9;
		position: relative;
	}
	.about-col-3 {
		background: url(../images/bkg/media/about-33.png) center top no-repeat #f9f9f9;
	}
	.about-col-1 h3, .about-col-2 h3, .about-col-3 h3 {
		font-size: 12px;
		text-transform: uppercase;
		color: #fd6a56;
		margin-bottom: 12px;
	}
	.about-col-1 p, .about-col-2 p, .about-col-3 p {
		font-size: 12px;
		color: #fd6a56;
		line-height: 18px;
		color: #7c7c7c;
		margin-bottom: 0;
	}
	.about-col-4, .about-col-5, .about-col-6 {
		float: left;
		width: 32%;
		margin-left: 2%;
	}
	.about-col-4 {
		margin-left: 0;
	}
	.about-col-4 h4, .about-col-5 h4, .about-col-6 h4 {
		font-size: 12px;
		text-transform: uppercase;
		color: #383737;
		padding-bottom: 16px;
		margin-bottom: 14px;
		border-bottom: 1px solid #bbbbbb;
	}
	.about-col-4 p, .about-col-5 p, .about-col-6 p {
		font-size: 12px;
		color: #fd6a56;
		line-height: 18px;
		color: #7c7c7c;
		margin-bottom: 0;
	}
	.about-col-4 ul, .about-col-5 ul, .about-col-6 ul {
		list-style: none;
		padding: 25px 0 12px 10%;
		margin: 0 0 0 0;
	}
	.about-col-4 ul li, .about-col-5 ul li, .about-col-6 ul li {
		list-style: none;
		font-size: 12px;
		font-style: italic;
		color: #373737;
		padding: 0 0 9px 0;
	}
	.about-padd-2 ul li:before {
		content: "\f061";
		font-size: 16px;
		margin-right: 10px;
	}
	.about-col-7 h4 {
		font-size: 12px;
		text-transform: uppercase;
		color: #383737;
		padding-bottom: 16px;
		margin-bottom: 14px;
		border-bottom: 1px solid #bbbbbb;
	}
	.about-col-7 p {
		font-size: 12px;
		color: #fd6a56;
		line-height: 18px;
		color: #7c7c7c;
		margin-bottom: 0;
	}
	.about-padd {
		padding-bottom: 25px;
	}
	.about-padd-2 {
		padding-bottom: 30px;
	}
	/* customer-service */

	.custom-servis-ul, .custom-servis-ul ul {
		list-style: none;
		padding: 0!important;
		margin: 0!important;
	}
	.custom-servis-ul ul li {
		border-bottom: none;
		padding: 5px 5px 5px 5px;
		margin-bottom: 3px;
		padding-left: 23px;
		color: #7c7c7c;
		font-weight: bold;
	}
	.custom-servis-ul li {
		border-bottom: 1px solid #bbbbbb;
		list-style: none;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.custom-servis-ul li h3 {
		background: url(../images/bkg/icos-set.png) 0 0 no-repeat;
		font-size: 13px;
		line-height: 16px;
		color: #fd6a56;
		text-transform: uppercase;
		font-weight: normal;
		margin-bottom: 13px;
		padding: 2px 0 8px 46px;
	}
	.custom-servis-ul li.item-2 h3 {
		background-position: 0 -124px;
	}
	.custom-servis-ul li.item-3 h3 {
		background-position: 0 -253px;
	}
	.custom-servis-ul li.item-4 h3 {
		background-position: 0 -377px;
	}
	.custom-servis-ul li.item-5 h3 {
		background-position: 0 -501px;
	}
	.custom-servis-ul li.item-6 h3 {
		background-position: 0 -638px;
	}
	.custom-servis-ul li.item-7 h3 {
		background-position: 0 -764px;
	}
	.custom-servis-ul li p {
		font-size: 12px;
		color: #8a8989;
		line-height: 18px;
		margin-bottom: 10px;
	}
	/* Sitemap */

	.page-sitemap .links {
		text-align: right;
		margin: 0 8px -47px 0;
		overflow: hidden;
	}
	.page-sitemap .links a span {
		display: inline-block;
		padding-right: 29px;
	}
	.page-sitemap .sitemap {
		margin: 12px 0 30px;
		display: inline-block;
	}
	.page-sitemap .sitemap a {
	}
	.page-sitemap .page-title {
		margin-bottom: 25px;
	}
	.page-sitemap .sitemap li {
		margin: 8px 0;
	}
	.page-sitemap .sitemap li a {
		text-decoration: none;
		font-size: 12px;
		text-transform: capitalize;
		font-weight: normal;
		padding-left: 14px;
	}
	.page-sitemap .sitemap li.level-0 {
		margin: 10px 0 0;
		font-weight: bold;
	}
	.page-sitemap .sitemap li.level-0 a {
		text-decoration: none;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		padding-left: 14px;
	}
	.page-sitemap .sitemap li {
		font-size: 13px;
		line-height: 18px;
	}
	.page-sitemap .sitemap li.level-1 {
		padding-left: 45px!important;
		margin-bottom: 10px;
		margin-top: 10px;
		background: none;
	}
	.page-sitemap .sitemap li.level-1 a {
		background: none;
		font-weight: bold;
		padding-left: 0;
		text-transform: none;
	}
	.page-sitemap .sitemap li.level-2 a, .page-sitemap .sitemap li.level-3 a, .page-sitemap .sitemap li.level-4 a {
		background: none;
		padding-left: 0;
		text-transform: none;
	}
	.page-sitemap .sitemap li.level-2 {
		padding-left: 60px!important;
	}
	.page-sitemap .sitemap li.level-3 {
		padding-left: 75px!important;
	}
	.page-sitemap .sitemap li.level-4 {
		padding-left: 100px!important;
	}
	.page-sitemap .sitemap li a {
		display: inline-block;
		text-decoration: none;
	}
	.page-sitemap .pager {
		border: 1px solid #bbbbbb;
		margin: 5px 0;
		padding: 13px 9px 13px 19px;
	}
	/* RSS */

	.rss-title h1 {
		padding-left: 27px;
	}
	.rss-table .link-rss {
		display: block;
		line-height: 1.35;
		background-position: 0 2px;
	}
	/* ======================================================================================= */

	.form-alt li {
		overflow: hidden;
		margin-bottom: 10px;
	}
	.search-form .form-alt li {
		overflow: inherit;
		clear: both;
		display: table;
		width: 100%;
	}
	/* Shopping Cart ========================================================================= */

	.cart {
	}
	/* Checkout Types */

	.cart .checkout-types {
		float: right;
		text-align: right;
	}
	.cart .title-buttons .checkout-types li {
		float: left;
		margin: 0 0 5px 5px;
	}
	.cart .totals .checkout-types .paypal-or {
		clear: both;
		display: block;
		padding: 0;
		color: #fff;
	}
	.cart .title-buttons .checkout-types li button.button span {
		background: #d41224;
		border-radius: 0px;
		font-size: 12px;
		padding: 0 12px;
		height: 31px;
		line-height: 30px;
	}
	/* Shopping Cart Table */

	.cart-table .item-msg {
		font-size: 10px;
	}
	/* Shopping Cart Collateral boxes */

	.cart .cart-collaterals {
		padding: 25px 0 0px;
	}
	.cart .cart-collaterals .col2-set {
		width: 65%;
		float: left;
	}
	.cart .page-title.title-buttons .checkout-types {
		padding-top: 53px;
		display: none;
	}
	.cart .crosssell {
	}
	.cart .crosssell .product-name a {
		text-decoration: none;
		font-size: 12px;
		line-height: 18px;
	}
	.cart .col2-set h2 {
		border-bottom: 2px solid #3A3A3A;
		font-size: 17px;
		line-height: 24px;
		color: #3a3a3a;
		text-transform: uppercase;
		padding: 0 0 8px;
		margin: 0 0 15px;
	}
	.cart .crosssell .product-image {
		float: left;
		width: 112px;
		height: 112px;
		border: 1px solid #ededed;
		background: #fff;
		margin-right: 10px;
	}
	.cart .crosssell .product-details {
		overflow: hidden;
	}
	.cart .crosssell li.item {
		border-bottom: 1px solid #eaeaea;
		padding: 18px 0;
		margin: 0;
	}
	.cart .crosssell li.item.last {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.cart .crosssell li.item:first-child {
		padding-top: 0;
	}
	.cart .crosssell li.last {
		border: none;
	}
	.cart .crosssell .product-name {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	.cart .crosssell .product-name {
		margin-bottom: 7px;
		margin-top: -3px;
	}
	.cart .crosssell .price {
		font-weight: 600;
		font-size: 14px;
	}
	.cart .crosssell .price-box {
		display: block;
		overflow: hidden;
		padding-bottom: 10px;
	}
	.cart .crosssell .price-box .regular-price {
		float: none;
	}
	.cart .crosssell .price-box .price-label {
		display: none;
	}
	.cart .crosssell button.btn-cart {
		float: left;
	}
	.cart .crosssell button.btn-cart > span {
		font-size: 12px;
	}
	.cart .crosssell .add-to-links {
		padding-top: 10px;
		clear: left;
	}
	.cart .crosssell .add-to-links li {
	}
	#shopping-cart-table .product-image {
		display: inline-block;
		background: #fff;
	}
	/* Discount Codes & Estimate Shipping and Tax Boxes */

	#discount-coupon-form {
		display: block;
		margin-bottom: 20px;
	}
	.cart .discount, .cart .shipping {
		clear: both;
		display: table;
	}
	.cart .discount .discount-form button.button {
		margin-bottom: 5px;
		margin-right: 5px;
		clear: right;
	}
	.cart .discount .buttons-set {
		padding-left: 0;
		padding: 20px 0 0;
	}
	.cart .discount .buttons-set button.button {
		float: left;
	}
	.cart .shipping {
	}
	.cart .shipping .buttons-set {
		padding-left: 0px;
		padding-top: 0px;
	}
	.cart .shipping .buttons-set button.button {
		float: left;
	}
	.cart .discount-form label {
		margin-bottom: 16px;
		display: block;
		font-size: 13px;
		line-height: 19px;
		text-transform: uppercase;
	}
	.cart input, .cart select {
		text-align: left;
	}
	.cart select {
	}
	.cart .discount-form .input-box {
	}
	.cart .discount-form .input-box input {
		width: 100%;
	}
	.cart .discount-form .buttons-set {
		margin: 0px 0 0 0;
		clear: right;
		overflow: hidden;
	}
	.cart .shipping .form-list .input-box {
		width: auto;
	}
	.cart .shipping p {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 12px;
		text-transform: uppercase;
	}
	.cart .shipping label {
		display: block;
		font-size: 13px;
		margin-bottom: 0px;
		font-weight: 600;
	}
	.cart .shipping .form-list li {
		margin-bottom: 7px;
	}
	.cart .shipping .form-list li input {
		width: 100%;
	}
	.cart .shipping .form-list li select {
		width: 100%;
	}
	.cart .shipping .buttons-set {
		margin-top: 0;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	/* Shopping Cart Totals */

	.cart .totals {
		background: #3a3a3a;
		overflow: hidden;
		padding: 0px 0px 0px 0px;
		width: 34%;
		float: right;
	}
	.cart .totals table {
		width: 100%;
		font-size: 12px;
		color: #7f7f7f;
		margin-bottom: 0px;
	}
	.cart .totals table tr {
		border-bottom: 1px solid #606060;
	}
	.cart .totals table th, .cart .totals table td {
		padding: 7px 11px;
		font-size: 13px;
		line-height: 17px;
		color: #fff;
		text-transform: uppercase;
		vertical-align: middle;
		width: 50%;
	}
	.cart .totals table tr td:first-child {
	}
	.cart .totals table td:first-child.a-right {
		text-align: left !important;
	}
	.cart .totals table strong {
		font-weight: normal;
	}
	.cart .totals table th {
		font-weight: bold;
	}
	.cart .totals table tfoot th {
	}
	.cart .totals .price {
		font-size: 18px;
		line-height: normal;
		color: #fff;
		display: inline-block;
		padding: 0;
	}
	.cart .totals button.button > span {
		font-size: 15px;
		padding: 0 0;
		background: #fff;
		border: solid 1px #c30e2e;
	}
	.cart .totals button.button:hover > span {
	}
	.checkout-types li {
		padding-top: 15px;
	}
	.checkout-types li:first-child {
		padding-top: 0;
	}
	.checkout-types li a {
		color: #a6a6a6;
		text-decoration: underline;
	}
	.checkout-types li a:hover {
		text-decoration: none;
	}
	.cart .totals .checkout-types {
		text-align: center;
		float: none;
		padding: 15px 11px;
	}
	.cart .totals .checkout-types li a {
		width: auto;
	}
	/* Options Tool Tip */

	.item-options {
		margin-bottom: 16px;
		padding-left: 5px;
	}
	.item-options li {
	}
	.item-options li em {
		color: #fd6a56;
	}
	.item-options li em .price {
		text-decoration: underline;
	}
	.item-options dt {
		font-weight: bold;
	}
	.item-options dd {
		padding-left: 10px;
	}
	.truncated {
		padding: 5px 0;
		width: auto;
	}
	.truncated span {
		cursor: help;
	}
	.truncated .truncated_full_value {
		display: none;
		padding-top: 5px;
		top: auto;
	}
	.truncated .truncated_full_value .item-options {
		background: none;
		border: none;
		top: 0;
		left: auto;
		position: relative;
		width: auto;
	}
	.truncated .truncated_full_value.show {
		display: table-cell !important;
	}
	/* ======================================================================================= */

	/* Checkout ============================================================================== */

	.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {
		width: 692px;
	}
	.checkout-multishipping-address-newshipping .form-list select {
		width: 337px;
	}
	/********** < Common Checkout Styles */

	/* Shipping and Payment methods */

	#checkout-payment-method-load input.input-text {
		width: 224px;
	}
	.sp-methods dt {
		font-weight: bold;
	}
	.sp-methods .price {
		font-weight: bold;
	}
	.sp-methods .form-list {
		padding-left: 20px;
	}
	.sp-methods select.month {
		width: 100px;
		margin-right: 10px;
	}
	#payment_form_ccsave #ccsave_cc_type {
		width: 100%;
	}
	.sp-methods select.year {
		width: 96px;
	}
	.sp-methods input.cvv {
		width: 3em !important;
	}
	.sp-methods .checkmo-list li {
		margin: 0 0 5px;
	}
	.sp-methods .checkmo-list label {
		width: 135px;
		padding-right: 10px;
		text-align: right;
	}
	.sp-methods .checkmo-list address {
		float: left;
	}
	.sp-methods .centinel-logos a {
		margin-right: 3px;
	}
	.sp-methods .centinel-logos img {
		vertical-align: middle;
	}
	.sp-methods .release-amounts {
		margin: 0.5em 0 1em;
	}
	.sp-methods .release-amounts button {
		float: left;
		margin: 5px 10px 0 0;
	}
	.please-wait {
		float: right;
		margin-right: 5px;
	}
	.please-wait img {
		vertical-align: middle;
		margin-right: 5px;
		margin-top: -2px;
	}
	.cvv-what-is-this {
		cursor: help;
		margin-left: 5px;
	}
	/* Tooltip */

	.tool-tip {
		border: 1px solid #bbbbbb;
		background-color: #f6f6f6;
		padding: 5px;
		position: absolute;
		z-index: 9999;
	}
	.tool-tip .btn-close {
		text-align: right;
	}
	.tool-tip .btn-close a {
		display: block;
		margin: 0 0 0 auto;
		width: 9px;
		height: 9px;
		background: url(../images/bkg/btn_remove.gif) 100% 0 no-repeat;
		text-align: left;
		font-size: 0;
		overflow: hidden;
	}
	.tool-tip .tool-tip-content {
		padding: 5px;
	}
	/* Gift Messages */

	.gift-messages {
		margin-bottom: 10px;
	}
	.gift-messages h3 {
		font-size: 12px;
		text-transform: uppercase;
		color: #fd6a56;
		padding-top: 10px;
	}
	.gift-messages .control label {
		color: #000;
		font-weight: bold;
	}
	#shipping-method-buttons-container {
		padding: 10px 0 0 0;
	}
	#shipping-method-buttons-container .back-link a {
	}
	.gift-messages-form {
		border: 1px solid #bbbbbb;
		background-color: #fbfbfb;
		padding: 10px;
	}
	.gift-messages-form {
		position: relative;
	}
	.gift-messages-form label {
		float: none !important;
		position: static !important;
		color: #000;
		font-weight: bold;
	}
	.gift-messages-form h4 {
		font-size: 12px;
		text-transform: uppercase;
		color: #fd6a56;
		padding-top: 10px;
	}
	.gift-messages-form .whole-order {
	}
	.gift-messages-form .item {
		margin: 0 0 10px;
	}
	.gift-messages-form .item .product-img-box {
		float: left;
		width: 75px;
	}
	.gift-messages-form .item .product-image {
		margin: 0 0 7px;
		background: #fff;
	}
	.gift-messages-form .item .number {
		margin: 0;
		font-weight: bold;
		text-align: center;
	}
	.gift-messages-form .item .details {
		margin-left: 90px;
	}
	.gift-messages-form .item .details .field {
		margin-bottom: 10px;
	}
	.gift-messages-form .item .details .product-name {
		font-size: 12px;
		text-transform: uppercase;
		color: #2f2f2f;
	}
	.gift-messages-form .form-list li.wide textarea {
		max-width: 340px;
	}
	.gift-messages-form .inner-box .form-list li.wide textarea {
		max-width: 333px;
	}
	#allow-gift-messages-for-order-container .field {
		margin-bottom: 10px;
	}
	.gift-message-link {
		display: block;
		background: url(../images/bkg/bkg_collapse.gif) 0 4px no-repeat;
		padding-left: 20px;
	}
	.gift-message-link.expanded {
		background-position: 0 -53px;
	}
	.gift-message-row {
	}
	.gift-message-row .btn-close {
		float: right;
	}
	.gift-message dt strong {
		font-weight: bold;
	}
	/* Checkout Agreements */

	.checkout-agreements {
	}
	.checkout-agreements li {
		margin: 10px 0;
	}
	.checkout-agreements .agreement-content {
		border: 1px solid #bbbbbb;
		background-color: #fff;
		padding: 5px;
		height: 10em;
		overflow: auto;
		color: #777
	}
	.checkout-agreements .agree {
		padding: 6px;
	}
	/* Centinel */

	.centinel {
	}
	.centinel .authentication {
		border: 1px solid #bbbbbb;
		background: #fff;
	}
	.centinel .authentication iframe {
		width: 99%;
		height: 400px;
		background: transparent !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}
	/* Generic Info Set */

	.info-set {
	}
	/********** Common Checkout Styles > */

	.checkout-onepage-index .page-title {
	}
	.checkout-onepage-index .col-main {
	}
	.checkout-onepage-index .page-title {
		margin-bottom: 30px;
	}
	.checkout-onepage-index .page-title h1 {
	}
	.checkout-onepage-success a {
	}
	.checkout-onepage-success a:hover {
		text-decoration: underline;
	}
	/* One Page Checkout */

	.block-progress {
	}
	.block.block-progress .block-title {
	}
	.block.block-progress .block-title .toggle {
		display: none;
	}
	.block.block-progress .block-content {
		padding: 0 0 0 0;
	}
	.block-progress dt {
		display: block;
		background: #757575;
		font-size: 14px;
		line-height: 17px;
		color: #fff;
		text-transform: none;
		margin-bottom: 10px;
		padding: 9px 10px 11px;
	}
	.block-progress dt:first-child {
		border-top: none;
	}
	.block-progress dt.complete a {
		color: #fff;
		text-decoration: underline;
	}
	.block-progress dt.complete a:hover {
		text-decoration: none;
	}
	.block-progress dt.complete .separator {
		color: #908f8f;
		margin: 0 8px;
	}
	.block-progress dt.complete {
		position: relative;
		z-index: 999;
	}
	.block-progress dt.complete, .block-progress dd.complete {
		padding-bottom: 12px;
		margin-bottom: 10px;
	}
	.block-progress dd.complete {
		border: 1px solid #bbbbbb;
		color: #8a8989;
		font-style: italic;
		padding: 18px 19px 12px 19px;
		margin-bottom: 10px;
	}
	.block-progress dd.complete address {
		color: #8a8989;
		font-style: italic;
	}
	.opc {
		position: relative;
	}
	.opc li.section {
		margin-bottom: 10px;
	}
	.opc p {
		margin-bottom: 5px;
	}
	.opc .buttons-set.disabled button.button {
		display: none;
	}
	.opc .buttons-set .please-wait {
		height: 21px;
		line-height: 21px;
		font-size: 12px;
		color: #000;
	}
	.opc .step-title {
		padding: 4px 5px 6px;
		text-align: right;
		background: #3a3a3a;
	}
	.opc .step-title .number {
		float: left;
		background: #78b927;
		font-size: 17px;
		line-height: 21px;
		color: #fff;
		text-align: center;
		margin-right: 8px;
		padding: 3px 0 0;
		height: 27px;
		width: 27px;
		border-radius: 13px;
		-moz-border-radius: 13px;
		-webkit-border-radius: 13px;
		-webkit-background-clip: padding-box;
	}
	.opc .step-title h2 {
		float: left;
		font-size: 14px;
		line-height: 17px;
		color: #fff;
		margin-bottom: 0;
		padding-top: 5px;
	}
	.opc .step-title a {
		display: none;
		float: right;
	}
	.opc .allow .step-title {
		cursor: pointer;
	}
	.opc label {
		padding-bottom: 2px;
	}
	.opc .input-box {
		margin-bottom: 15px;
	}
	.opc .fields select, .opc .field select {
		width: 313px;
	}
	#checkout-review-table tr {
		background: none;
	}
	#checkout-review-table thead {
		background: none;
	}
	#checkout-review-table th {
		padding: 12px 20px 12px 20px;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
	}
	#checkout-review-table td {
		border: 1px solid #bbbbbb;
		background: none;
		padding: 15px 20px;
	}
	#checkout-review-table td h3 {
		margin-bottom: 0;
		font-size: 12px;
		color: #2f2f2f;
		text-transform: uppercase;
	}
	#checkout-review-table .price {
		font-weight: bold;
	}
	#checkout-review-table th {
		border: 1px solid #bbbbbb;
	}
	#checkout-review-table-wrapper {
		overflow: hidden;
	}
	#checkout-review-table {
	}
	#checkout-review-table .item-options {
		padding-top: 5px;
	}
	#checkout-review-table tfoot td {
		font-weight: bold;
		color: #000000;
		text-align: right !important;
	}
	#checkout-review-table tfoot td+td {
		text-align: left !important;
	}
	#checkout-review-table tbody .first {
	}
	#checkout-review-table tbody tr.last {
	}
	#review-buttons-container {
		padding: 20px 0 0 0;
		margin: 0 0 0 0;
	}
	#co-shipping-form {
		border: 1px solid #bbbbbb;
		padding: 10px;
		display: block;
	}
	.opc .active {
	}
	.opc .active .step-title {
		cursor: default;
		background: #838080;
	}
	.opc .active .step-title .number {
		background: #fff;
		color: #3a3a3a;
	}
	.opc .active .step-title h2 {
		font-size: 12px;
		line-height: 15px;
		padding-top: 7px;
	}
	#checkout-step-login {
	}
	#checkout-step-login h3 {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		color: #fd6a56;
	}
	#checkout-step-login .col2-set {
		border: 1px solid #bbbbbb;
		padding: 20px;
		position: relative;
		overflow: hidden;
	}
	#checkout-step-login .col2-set .col-1 {
		float: left;
		margin-right: 3%;
		width: 46%;
	}
	#checkout-step-login .col2-set .col-2 {
		float: left;
		width: 46%;
	}
	#checkout-step-login .col2-set .buttons-set {
		margin: 0;
		padding: 0;
	}
	#checkout-step-login .col2-set > .col-1 h4 {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		color: #fd6a56;
	}
	#checkout-step-login .col2-set .col-2 h4 {
		font-size: 12px;
		text-transform: none;
		font-weight: normal;
		color: #7b7b7b;
	}
	#checkout-step-login .col-1 .col-1 .buttons-set button.button {
		float: left;
	}
	#checkout-step-login .col-2 .form-list input.input-text {
		width: 327px;
	}
	#checkout-step-login .col-1 .col-1 .buttons-set {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	#checkout-step-login .col2-set .col-2 .buttons-set {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	#checkout-step-login .col2-set .col-2 .buttons-set .f-left {
		font-weight: bold;
	}
	#checkout-step-login .col2-set .col-2 .buttons-set .f-left:hover {
	}
	#checkout-step-login .form-list li.control input.radio, #checkout-step-login .form-list li.control input.checkbox {
		margin-right: 6px;
		margin-top: -3px;
	}
	#co-billing-form > fieldset {
		border: 1px solid #bbbbbb;
		padding: 10px;
		moz-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.opc .step {
		padding-top: 10px;
		position: relative;
	}
	.opc .step .tool-tip {
		right: 20px;
		top: 20px!important;
	}
	.opc .order-review {
	}
	.opc .buttons-set {
		border: 0;
	}
	.opc .field {
		width: 334px;
	}
	.opc .fields input, .opc .field input {
		width: 314px;
	}
	.opc .name-lastname, .opc .field-2 {
		width: 292px;
		float: left;
	}
	.opc .field-2 input {
		width: 310px;
	}
	.opc .field-2 select {
		width: 315px;
	}
	.opc .name-firstname {
		width: 334px;
	}
	.opc .name-firstname input {
		width: 314px;
	}
	.opc .name-middlename {
		width: 144px;
	}
	.opc .name-middlename input {
		width: 124px!important;
	}
	.opc .name-lastname input {
	}
	.opc .sp-methods dt {
		padding-bottom: 12px;
	}
	.opc .sp-methods dt label {
		color: #000;
	}
	#checkout-shipping-method-load .sp-methods dt {
		font-size: 12px;
		text-transform: uppercase;
		color: #fd6a56;
	}
	.opc .form-list {
		margin: 10px 0;
	}
	.opc .form-list li.wide input.input-text {
		width: 649px;
	}
	#shipping_method_form h2 {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		color: #fd6a56;
	}
	#shipping_method_form h3 {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		color: #333;
	}
	#multishipping-billing-form h2 {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		color: #333;
		margin-bottom: 0;
	}
	#multishipping-billing-form .sp-methods dt {
		font-weight: bold;
		padding-bottom: 10px;
	}
	#multishipping-billing-form .sp-methods .form-list input.input-text {
		width: 100%;
	}
	/* Multiple Addresses Checkout */

	.button.multi-btn {
		float: right;
	}
	#checkout-progress-state {
		overflow: hidden;
	}
	.checkout-progress {
		padding: 0;
		width: 98%;
		margin: 0 auto 40px;
	}
	.checkout-progress li {
		float: left;
		background: #9c9c9c;
		width: 20%;
		color: #fff;
		font-weight: bold;
		padding: 8px 10px 11px 15px;
		overflow: hidden;
		white-space: nowrap;
		moz-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	.checkout-progress li:before {
		content: "\f0da";
		font-size: 16px;
		position: absolute;
		left: 0;
		top: 8px;
	}
	.de-lang-class .checkout-progress li {
		font-size: 11px;
	}
	.checkout-progress li span {
		display: block;
		overflow: hidden;
	}
	.checkout-progress li.odd {
		background-color: #777;
	}
	.checkout-progress li.active {
		background: #fd6a56;
	}
	.checkout-progress li.active:before {
		display: none;
	}
	.multiple-checkout {
		position: relative;
	}
	.multiple-checkout .sp-methods .input-box .v-fix:first-child {
		padding-right: 25px;
		margin-bottom: 10px;
	}
	.multiple-checkout .col2-set {
		width: auto;
	}
	.multiple-checkout .page-title {
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.multiple-checkout h2 {
		font-size: 18px;
		text-transform: uppercase;
		color: #383737;
		padding: 10px 0 10px 0;
	}
	.multiple-checkout .tool-tip {
		top: 50%;
		margin-top: -120px;
		right: 10px;
	}
	.multiple-checkout .grand-total {
		font-size: 1.5em;
		text-align: right;
	}
	.multiple-checkout .grand-total big {
		margin-bottom: 0px;
		overflow: hidden;
		display: block;
		color: #fd6a56;
		padding-top: 10px;
	}
	.multiple-checkout .grand-total .price {
	}
	.multiple-checkout .box {
		margin-bottom: 20px;
	}
	.multiple-checkout table {
		margin-bottom: 10px;
	}
	.multiple-checkout table tfoot tr td {
		color: #000;
		font-weight: bold;
	}
	.multiple-checkout p {
		margin-bottom: 5px;
	}
	.multiple-checkout .col-1.col-narrow, .multiple-checkout .col-2.col-wide {
		float: left;
		width: 50%;
		overflow-x: auto;
		padding-bottom: 15px;
	}
	.multiple-checkout .box-title h3, .multiple-checkout .col-2.col-wide h3 {
		font-size: 12px;
		line-height: normal;
	}
	.multiple-checkout .col-2.col-wide .box {
		margin-left: 100px;
	}
	.multiple-checkout h2, .multiple-checkout h3, .multiple-checkout h4 {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		color: #333;
	}
	.multiple-checkout h2 {
		color: #fd6a56;
		font-size: 15px;
	}
	.multiple-checkout .col-2.col-wide table .price {
		font-weight: bold;
	}
	/* ======================================================================================= */

	/* Account Login/Create Pages ============================================================ */

	.account-login #login-form .col2-set {
	}
	.account-login .new-users .buttons-set {
		padding-left: 0;
	}
	.account-login .new-users .buttons-set button.button {
		float: left;
	}
	.account-login .new-users-wrapper {
		float: left;
		margin-bottom: 20px;
		width: 48%;
	}
	.account-login .new-users {
		background: url(../images/bkg/media/bg-login.gif) no-repeat right bottom #ffffff;
		border: 1px solid #bbbbbb;
		padding: 20px;
		min-height: 282px;
		-moz-box-shadow: inset 0 0 5px 5px #d4d2d2;
	-webkit-box-shadow: inset 0 0 5px 5px#d4d2d2;
	box-shadow: inset 0 0 5px 5px #d4d2d2;
	}

	.account-login .registered-users-wrapper {
		float: right;
		margin-bottom: 20px;
		width: 50%;
	}
	.account-login .registered-users {
		background: url(../images/bkg/media/bg-login-2.gif) no-repeat right bottom #ffffff;
		border: 1px solid #bbbbbb;
		padding: 20px;
		min-height: 260px;
	  -moz-box-shadow: inset 0 0 5px 5px #d4d2d2;
	-webkit-box-shadow: inset 0 0 5px 5px#d4d2d2;
	box-shadow: inset 0 0 5px 5px #d4d2d2;
	}

	.account-login .registered-users h2, .account-login .new-users h2 {
		padding: 0 0 15px 0;
		border-bottom: 1px solid #bbbbbb;
		font-size: 17px;
		text-transform: uppercase;
		color: #c30e2e;
	}
	.account-login .registered-users p, .account-login .new-users p {
		padding: 13px 0 12px 0;
	}
	.account-login .registered-users .form-list input.input-text {
		width: 100%;
	}
	.account-login .registered-users p.required {
		padding: 0px 0 5px 0;
	}
	.account-login .registered-users .buttons-set button.button {
		float: none;
	}
	.account-login .registered-users .f-left {
		float: none!important;
		display: table;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		padding-bottom: 12px;
	}
	.account-login .registered-users .f-left:hover {
	}
	.account-login .registered-users .buttons-set {
		clear: both;
		margin: -19px 0 0 0;
		padding: 5px 0px 0px 0px;
	}
	.account-create form .fieldset:first-child {
		margin-bottom: 32px;
	}
	/* Account Login/Create Pages ============================================================ */

	/* Captcha */

	.captcha-note {
	}
	.captcha-image {
		float: left;
		position: relative;
	}
	.captcha-img {
		border: 1px solid #ccc;
	}
	.registered-users .captcha-image {
	}
	#checkout-step-login .captcha-image {
	}
	.captcha-reload {
		position: absolute;
		top: 2px;
		right: 2px;
	}
	.captcha-reload.refreshing {
		animation: rotate 1.5s infinite linear;
		-webkit-animation: rotate 1.5s infinite linear;
		-moz-animation: rotate 1.5s infinite linear;
	}
	@-webkit-keyframes rotate {
	 0% {
	 -webkit-transform: rotate(0);
	}
	 0% {
	 -webkit-transform: rotate(-360deg);
	}
	}
	@-moz-keyframes rotate {
	 0% {
	 -moz-transform: rotate(0);
	}
	 0% {
	 -moz-transform: rotate(-360deg);
	}
	}
	@keyframes rotate {
	 0% {
	 transform: rotate(0);
	}
	 0% {
	 transform: rotate(-360deg);
	}
	}
	/* Remember Me Popup ===================================================================== */

	/* .window-overlay { background:url(../images/bkg/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; } */

	.remember-me label {
	}
	.remember-me-popup {
	}
	.remember-me-popup h3 {
	}
	.remember-me-popup .remember-me-popup-head {
	}
	.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
	}
	.remember-me-popup .remember-me-popup-body {
	}
	.remember-me-popup .remember-me-popup-body a {
	}
	/*==================== Remember Me Popup =============================================== */

	/*==================== Wishlist Form ========================================== */

	#wishlist-view-form #wishlist-table textarea {
		min-height: 70px;
		min-width: 99%;
		max-width: 99%;
		max-height: 70px;
		resize: none;
		margin-top: 10px;
	}
	#wishlist-view-form #wishlist-table a {
		display: inline-block;
		margin-bottom: 5px;
	}
	#wishlist-view-form #wishlist-table .cart-cell a {
		float: left;
		clear: left;
	}
	#wishlist-view-form #wishlist-table .cart-cell .old-price {
		float: left;
		clear: left;
	}
	#wishlist-view-form #wishlist-table .product-image img {
		height: 100px;
		width: 100px;
	}
	#wishlist-view-form #wishlist-table p, #wishlist-view-form #wishlist-table button.button {
		padding: 0;
		margin-bottom: 10px;
	}
	#wishlist-view-form .buttons-set.buttons-set2 {
		text-align: center;
	}
	#wishlist-view-form .buttons-set.buttons-set2 button.button {
		margin-right: 5px;
		margin-bottom: 5px;
		float: none;
		display: inline-block;
	}
	#wishlist-view-form .buttons-set.buttons-set2 button.button > span {
		font-size: 12px;
	}
	#wishlist-view-form .button.btn-share {
		margin-right: 0!important;
	}
	/*=====================  End  ================================================== */

	/* My Account ============================================================================= */

	.my-account {
		overflow-x: auto;
		padding-bottom: 10px;
		padding-left: 8px;
		margin-left: -8px;
	}
	.my-account .title-buttons .link-rss {
		float: none;
		margin: 0;
	}
	.my-account .page-title {
	}
	.my-account .page-title button.button {
	}
	.my-account #wishlist-table .cart-cell .price-box {
		display: block;
		overflow: hidden;
		width: 100%;
		padding-bottom: 15px;
		text-align: left;
	}
	.my-account .cart-cell .price-box {
		display: block;
		overflow: hidden;
		width: 100%;
		padding-bottom: 15px;
		text-align: center;
	}
	.my-account .cart-cell p {
		padding-top: 5px;
	}
	.my-account .add-to-cart-alt input {
		text-align: center;
		padding: 4px 2px;
		margin-bottom: 10px;
	}
	.my-account .page-title a {
		display: inline-block;
		margin: 5px 10px 0 0;
	}
	.my-account .title-buttons .link-rss {
		float: none;
		margin: 0;
	}
	.my-account .pager {
		margin-bottom: 10px;
	}
	.my-account .sub-title {
		font-size: 12px;
		padding: 10px 0;
	}
	.my-account #form-validate .fieldset {
		margin: 25px 0px;
	}
	.my-account table tr td {
		vertical-align: middle;
	}
	.my-account .addresses-list ol li {
		padding-bottom: 15px;
	}
	.my-account table .product-name a {
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	}
	.my-account table .product-name a:hover {
		text-decoration: underline;
	}
	.my-account .my-tag-edit .btn-remove {
		display: inline-block;
	}
	#my-tags-table .add-to-links {
		white-space: nowrap;
	}
	.my-account .box-head a {
		float: right;
	}
	.my-account .box-head h2 {
		float: left;
	}
	.my-account .box {
		border-bottom: 1px solid #bbbbbb;
	}
	.my-account .box .box-title {
		margin-bottom: 13px;
	}
	.my-account .box .box-title h3 {
		float: left;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		text-transform: capitalize;
		color: #232323;
		margin-bottom: 5px;
	}
	.my-account .box .box-title a {
		float: right;
	}
	.my-account .col2-set .col-1 {
		float: left;
		width: 47%;
	}
	.my-account .col2-set .col-2 {
		float: right;
		width: 47%;
	}
	.my-account .data-table {
		margin-bottom: 10px;
	}
	.my-account .data-table th, .my-account .data-table td, .application-issues .data-table th, .application-issues .data-table td {
		padding: 10px 12px;
	}
	.my-account .data-table .price-excl-tax, .my-account .data-table .price {
		display: inline;
	}
	.my-account #my-orders-table {
		margin-bottom: 10px;
	}
	.my-account #my-orders-table th, .my-account #my-orders-table td.last {
		text-align: center;
	}
	.my-account .order-info li a {
		text-decoration: underline;
	}
	.col-main .block-account {
		display: none;
	}
	.survey-content {
		background: #fff;
		padding: 20px;
	 box-shadow: inset 0 0 10px #e4e4e4;
	 -moz-box-shadow: inset 0 0 10px #e4e4e4;
		-webkit-box-shadow: inset 0 0 10px #e4e4e4;
		box-shadow: inset 0 0 10px #e4e4e4;
	}
	.intro-content {
		font-size: 16px;
		font-weight: 300;
		line-height: 26px;
		padding-bottom: 15px;
		padding-top: 25px;
		text-align: center;
		width: 50%;
		margin: 0 auto;
		background: #fff;
		opacity: 0.8;
		position: relative;
		top: 75px;
	}
	/********** < Dashboard */

	.dashboard {
	}
	.dashboard .welcome-msg {
		margin-bottom: 30px;
	}
	.dashboard .welcome-msg .hello {
		margin-bottom: 10px;
	}
	.dashboard .data-table {
	}
	.dashboard .col2-set {
		padding: 20px 0 15px;
	}
	.dashboard .box-title, .dashboard .box-head {
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0;
	}
	.dashboard .box-title {
		margin-bottom: 5px;
	}
	.dashboard .box-title h2, .dashboard .box-title h3, .dashboard .box-head h2, .dashboard .box-head h3 {
		float: left;
	}
	.dashboard .box-title h2, .dashboard .box-head h2 {
		font-size: 12px;
		line-height: 18px;
	}
	.dashboard .box-content h4 {
		font-size: 14px;
	}
	.dashboard .box-title a, .dashboard .box-head a {
		float: right;
	}
	/* Block: Recent Orders */

	.dashboard .box-recent {
		margin: 10px 0;
	}
	.dashboard .box-head a {
		margin-bottom: 10px;
		display: inline-block;
	}
	/* Block: Account Information */

	.dashboard .box-info {
	}
	.dashboard .box-info .col2-set {
		margin-bottom: 10px;
	}
	.dashboard .box-info a {
		display: inline-block;
		margin-bottom: 10px;
	}
	/* Block: Reviews */

	.dashboard .number {
		float: left;
		font-size: 11px;
		font-weight: bold;
		line-height: 1;
		margin: 3px 10px 0 0;
		display: block;
		width: 18px;
		height: 18px;
		text-align: center;
		border: 1px solid #6a6a6a;
		line-height: 17px
	}
	.dashboard .box-reviews #my_recent_reviews h3 {
		margin-bottom: 5px !important;
	}
	.dashboard .box-reviews .details {
		margin-left: 30px;
	}
	/* Block: Tags */

	#my_recent_tags > li {
		padding-bottom: 10px;
	}
	.tags li {
		display: inline;
		text-transform: capitalize;
		padding: 0 5px 0 0px;
	}
	.tags li a {
		color: #7f7f7f;
	}
	.dashboard .box-tags .details {
		margin-left: 30px;
	}
	/********** Dashboard > */

	.block-order-return {
		border: 1px solid #bbbbbb;
		padding: 13px 18px 20px 18px;
		margin-top: 26px;
		background: url(../images/bkg/media/bg-return.gif) no-repeat left bottom #fff;
		min-height: 345px;
	}
	.block-order-return .page-title {
		border-bottom: 1px solid #bbbbbb;
		padding-bottom: 8px;
		margin-bottom: 16px;
	}
	.block-order-return label {
		color: #000000;
		font-weight: bold;
		display: inline-block;
		padding-bottom: 5px;
	}
	.block-order-return label em {
		color: #fd6a56;
	}
	.block-order-return .input-box.txt {
		font-size: 12px;
		text-transform: uppercase;
		margin-bottom: 7px;
	}
	.block-order-return .form-alt li {
		margin-bottom: 0px;
		overflow: inherit;
	}
	.block-order-return .input-box.btn {
		padding-top: 18px;
	}
	/* Address Book */

	.addresses-list {
	}
	.addresses-list-additional li.item {
	}
	/* Order View */

	.order-info {
		padding: 5px 0 5px 0;
	}
	.order-info dt, .order-info dd, .order-info ul, .order-info li {
		display: inline;
	}
	.order-info dt {
		font-weight: bold;
	}
	.order-date {
		margin: 0;
	}
	.order-info-box {
	}
	.order-info-box {
		margin-top: 15px;
	}
	.order-info-box h2 {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		color: #fd6a56;
	}
	.order-items h2 {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		color: #fd6a56;
	}
	.order-items {
		margin-top: 15px;
		width: 100%;
		overflow-x: auto;
	}
	.col-1.addresses-primary h2 {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: normal;
		color: #333;
	}
	.col-1.addresses-primary h3 {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		color: #c30e2e;
	}
	.col-2.addresses-additional h2 {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: normal;
		color: #333;
	}
	.order-additional {
		margin: 15px 0;
	}
	/* Order Gift Message */

	.gift-message dt strong {
		color: #666;
	}
	.gift-message dd {
		font-size: 13px;
		margin: 5px 0 0;
	}
	/* Order Comments */

	.order-about dt {
		font-weight: bold;
	}
	.order-about dd {
		font-size: 13px;
		margin: 0 0 7px;
	}
	.tracking-table {
		margin: 0 0 15px;
	}
	.tracking-table th {
		font-weight: bold;
		white-space: nowrap;
	}
	.tracking-table-popup {
		width: 100%;
	}
	.tracking-table-popup th {
		font-weight: bold;
		white-space: nowrap;
	}
	.tracking-table-popup th, .tracking-table-popup td {
		padding: 1px 8px;
	}
	/* Order Print Pages */

	.page-print .print-head {
	}
	.page-print .print-head img {
		float: left;
	}
	.page-print .print-head address {
		float: left;
		margin-left: 15px;
	}
	/* Print Pages */

	.page-print .print-head {
		margin-bottom: 20px;
	}
	.page-print .col-1, .page-print .col-2 {
		margin-bottom: 10px;
		border-bottom: 1px solid #bbbbbb;
		padding-bottom: 10px;
		width: 46%;
	}
	.page-print h1 {
		font-size: 25px;
		line-height: 40px;
	}
	.page-print h2 {
		margin-bottom: 5px;
	}
	.page-print th.a-right {
		text-align: center !important;
	}
	/* Price Rewrites */

	.page-print .gift-message-link {
		display: none;
	}
	.page-print .price-excl-tax, .page-print .price-incl-tax {
		display: block;
		white-space: nowrap;
	}
	.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
		display: inline;
	}
	/* My Reviews */

	#review-form h3, #review-form h4 {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		color: #333;
	}
	.product-review .product-img-box {
		float: left;
		margin-right: 15px;
	}
	.product-review .product-img-box .product-image {
		display: block;
		margin-bottom: 10px;
		width: 125px;
	}
	.product-review .product-img-box .label {
		text-align: center;
		font-size: 11px;
		line-height: 14px;
		margin: 0;
	}
	.product-review .product-img-box .ratings .rating-box {
		float: none;
		display: block;
		margin: 0 auto 3px;
	}
	.product-review .product-details {
	}
	.product-review .product-name {
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 10px;
	}
	.product-review h3 {
	}
	.product-review .ratings-table {
		margin: 0 0 10px;
	}
	.product-review dt {
		font-weight: bold;
	}
	.product-review dd {
		font-size: 13px;
		margin: 5px 0 0;
	}
	/* ======================================================================================= */

	/* Product Comparison Table */

	#product_comparison .product-shop-row td {
		text-align: center;
		padding: 18px 30px 30px 30px;
	}
	.catalog-product-compare-index {
		position: absolute;
	}
	.catalog-product-compare-index .link-print span {
		padding-left: 32px;
		padding-right: 0;
		text-transform: uppercase;
	}
	.catalog-product-compare-index {
		background: #fff;
	}
	.catalog-product-compare-index .buttons-set {
		clear: both;
		margin: 0px 0 0;
		padding: 20px 0px 5px 0px;
	}
	.catalog-product-compare-index .buttons-set button.button span {
		float: left;
	}
	.catalog-product-compare-index .buttons-set button.button:hover span span {
		background-position: 0 0px;
	}
	.catalog-product-compare-index .ratings {
		text-align: center;
	}
	.catalog-product-compare-index td button.button {
		float: none;
	}
	.catalog-product-compare-index td .add-to-links {
		float: none;
		width: 100%;
		padding-top: 12px;
	}
	.catalog-product-compare-index td .add-to-links li a {
	}
	.catalog-product-compare-index .price-box.left {
		float: none;
		width: 100%;
		text-align: center;
	}
	.catalog-product-compare-index .ratings .rating-box {
		float: none;
		margin: 0 auto 10px;
	}
	.catalog-product-compare-index .page-title {
	}
	#product_comparison {
		-webkit-box-shadow: 0px 0px 12px rgba(48, 50, 50, 0.12);
		-moz-box-shadow: 0px 0px 12px rgba(48, 50, 50, 0.12);
		box-shadow: 0px 0px 12px rgba(48, 50, 50, 0.12);
	}
	.catalog-product-compare-index .data-table td {
		padding: 14px 20px 14px 20px;
		color: #7e7e7e;
	}
	.catalog-product-compare-index .data-table th {
		padding: 14px 20px;
		font-weight: bold;
		color: #000000;
	}
	.catalog-product-compare-index .btn-remove {
		display: block;
		font-size: 0;
		margin-left: 2px;
		overflow: hidden;
		font-size: 0;
		width: 18px;
	}
	.catalog-product-compare-index .data-table tr.even {
		background: #fefefe;
	}
	#product_comparison th {
		border: 1px solid #bbbbbb;
		background: none;
	}
	#product_comparison td {
		border: 1px solid #bbbbbb;
		background: none;
		color: #7e7e7e;
	}
	#product_comparison tr {
		background: none;
	}
	#product_comparison .price-box {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#product_comparison .price-box .regular-price {
		float: none;
	}
	#product_comparison .product-shop-row td, #product_comparison .add-to-row td {
		text-align: center;
	}
	#product_comparison .product-shop-row td .product-image {
		display: inline-block;
		margin-bottom: 15px;
		border: 1px solid #ededed;
	}
	#product_comparison .product-shop-row td .product-image:hover {
		border: 1px solid #fd6a56;
	}
	#product_comparison .product-name, #product_comparison .price-box, #product_comparison p {
		margin-bottom: 5px;
	}
	#product_comparison .product-shop-row td .add-to-links li, #product_comparison .add-to-row td .add-to-links li {
		float: none;
	}
	/* MAP Popup============================================================================== */

	.product-view .product-shop .price-box.map-info {
		margin: 0;
		padding: 0;
		display: block;
	}
	.product-view .product-shop .price-box.map-info .old-price {
		display: block;
		margin-bottom: 10px;
	}
	.tier-prices.product-pricing a {
	}
	.product-view .product-shop .price-box.map-info a {
		display: inline-block;
		margin-bottom: 10px;
	}
	.cart-msrp-totals {
		color: red;
		font-size: 12px !important;
		font-weight: bold;
		margin: 10px 10px 0;
		padding: 10px;
		text-align: right;
		text-transform: uppercase;
	}
	.map-cart-sidebar-total {
		color: red;
		display: block;
		font-size: 10px;
		font-weight: bold;
		text-align: left;
		padding: 2px 5px;
		text-shadow: 0 1px 0 #fff;
	}
	.catalog-product-compare-index .map-popup {
		min-width: 230px;
	}
	.map-popup.displayblock {
		display: block !important;
	}
	.map-popup {
		display: none;
	}
	.map-popup {
		text-align: left;
		position: absolute;
		margin: 12px 0 0;
		width: 270px;
		z-index: 100;
		box-shadow: 0px 0px 10px rgba(48, 50, 50, 0.2);
		-moz-box-shadow: 0px 0px 10px rgba(48, 50, 50, 0.2);
		-webkit-box-shadow: 0px 0px 10px rgba(48, 50, 50, 0.2);
		background: #FBFBFB;
	}
	.map-popup, .map-popup a {
		color: #000;
	}
	.map-popup #map-popup-msrp-box {
		font-weight: normal;
	}
	.map-popup #map-popup-msrp-box strong {
		font-weight: normal;
	}
	.map-popup #map-popup-msrp-box span {
		font-weight: normal;
	}
	.map-popup-heading {
		border-bottom: 1px solid #bbbbbb;
		padding: 20px 40px 20px 20px;
		width: 100%;
	}
	.map-popup-heading h2 {
		font-size: 12px;
		line-height: 15px;
		text-align: left;
		text-overflow: ellipsis;
		text-transform: uppercase;
		word-wrap: break-word;
		margin: 0;
	}
	.map-popup-arrow {
		background: 0;
		position: absolute;
		left: 50%;
		top: -10px;
		height: 10px;
		width: 19px;
	}
	.map-popup-close {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		height: 9px;
		width: 9px;
		font-size: 0;
	}
	.map-popup-close:before {
		content: "\f00d";
		font-size: 14px;
		line-height: 14px;
	}
	.map-popup-close:hover {
	}
	.map-popup-content {
		text-align: left;
		overflow: hidden;
		padding: 20px;
	}
	#map-popup-price-box strong {
		float: left;
		margin-right: 7px;
	}
	.map-popup .regular-price .price {
		float: left;
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
	}
	.map-popup-checkout {
	}
	.map-popup-checkout form {
		display: block;
		overflow: hidden;
		position: relative;
	}
	.map-popup-checkout form button.button:hover > span {
	}
	.map-popup-checkout span {
		display: block;
		padding-left: 30px;
	}
	.map-popup-checkout .paypal-logo {
		text-align: left;
		margin: 0 0 5px;
	}
	.map-popup-price .price-box, .map-popup-price .price-box .special-price {
		margin: 0;
		padding: 0px 0;
	}
	.map-popup-price .price-box .regular-price {
		margin-right: 7px;
	}
	.map-popup-price .minimal-price-link {
		color: #fff;
		display: inline-block;
		text-decoration: underline;
		margin: 0;
	}
	.map-popup-price .minimal-price-link:hover {
		text-decoration: none;
	}
	.map-popup-price .minimal-price-link span {
		display: inline;
	}
	.map-popup-price {
		overflow: hidden;
		margin: 8px 0;
	}
	.map-popup-text {
		clear: right;
		padding: 20px;
		text-align: left;
		word-wrap: break-word;
		line-height: 18px;
	}
	.map-popup-only-text {
		display: none;
		border-top: 1px solid #d8d8d8;
	}
	/*.contacts-index-index .page-title {margin-bottom:15px;}*/

	/* ======================================================================================= */

	.swipe-left {
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 20px;
		z-index: 999;
	}
	.top-icon-menu {
		width: 100%;
		max-width: 100%;
		line-height: 20px;
		font-size: 30px;
		color: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		display: none;
		height: 50px;
	}
	.top-icon-menu > div {
		float: left;
		border-right: 1px solid #232323;
		height: 50px;
		padding: 10px 30px;
		cursor: pointer;
		position: relative;
		z-index: 9999;
	}
	.ps-static .top-icon-menu > div:hover, .top-icon-menu > div.active {
		color: #fd6a56;
	}
	.top-icon-menu .top-search {
		float: right;
		border-left: 1px solid #232323;
		border-right-width: 0;
		overflow: hidden;
		display: none;
	}
	.top-icon-menu, .swipe {
		background-color: #323232;
	}
	.swipe {
		display: block;
		left: -237px;
		overflow: hidden;
		position: fixed;
		top: 50px;
		width: 237px;
		z-index: 2;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		line-height: 25px;
		height: 100%;
		moz-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 6;
		padding-bottom: 50px;
	}
	.swipe:before, .swipe:after {
		-moz-box-sizing: inherit;
	}
	body.ind .swipe {
		left: 0;
	}
	.swipe-menu {
		height: 100%;
		overflow: scroll;
		border-top: 1px solid #232323;
		-webkit-overflow-scrolling: touch;
	}
	body.ind div.shadow {
		width: 100%;
		z-index: 5;
	}
	body div.shadow {
		display: block;
		height: 100%;
		left: 0;
		opacity: 0.5;
		position: fixed;
		top: 0;
	}
	.swipe-menu .switch-show {
		cursor: pointer;
	}
	.swipe-menu .switch-show.active {
		border: 0;
	}
	.swipe-menu .switch-show > div:after {
		content: "\f107";
		font-size: 21px;
		vertical-align: middle;
		float: right;
	}
	.swipe-menu a {
		color: #fff;
	}
	.swipe-menu .links li, .footer-links-menu li {
		padding: 0;
		display: block;
	}
	.swipe-menu .links li a, .footer-links-menu li a, .home-link {
		color: #FFFFFF;
		display: block;
		font-size: 13px;
		font-weight: bold;
		line-height: 26px;
		padding: 10px 20px 11px;
		position: relative;
	}
	.swipe-menu .links li a, .footer-links-menu li a, .home-link, .swipe-menu .switch-show {
		border-bottom: 1px solid #232323;
	}
	.swipe-menu ul li a:before, .home-link:before {
		font-size: 26px;
		margin-right: 12px;
	}
	.home-link:before {
		content: "\f015";
	}
	.swipe-menu .links li:nth-child(1) a:before {
		content: "\f0f0";
	}
	.swipe-menu .links li:nth-child(2) a:before {
		content: "\f005";
	}
	.swipe-menu .links li:nth-child(3) a:before {
		content: "\f07a";
	}
	.swipe-menu .links li:nth-child(4) a:before {
		content: "\f046";
	}
	.swipe-menu .links li:nth-child(5) a:before {
		content: "\f023";
	}
	.footer-links-menu ul:first-child li:nth-child(1) a:before {
		content: "\f05a";
	}
	.footer-links-menu ul:first-child li:nth-child(2) a:before {
		content: "\f02d";
	}
	.footer-links-menu ul:first-child li:nth-child(3) a:before {
		content: "\f085";
	}
	.footer-links-menu ul:first-child li.privacy a:before {
		content: "\f044";
	}
	.swipe-menu .links-2 li:nth-child(1) a:before {
		content: "\f0e8";
	}
	.swipe-menu .links-2 li:nth-child(2) a:before {
		content: "\f0e8";
	}
	.swipe-menu .links-2 li:nth-child(3) a:before {
		content: "\f002";
	}
	.swipe-menu .links-2 li:nth-child(4) a:before {
		content: "\f0d1";
	}
	.currency-switch .currency-title, .language-list .language-title {
		padding: 10px 20px 11px;
	}
	.currency-switch .currency-title:before, .language-list .language-title:before {
		content: "\f0d6";
		font-size: 26px;
		vertical-align: middle;
		margin-right: 8px;
	}
	.language-list .language-title:before {
		content: "\f0ac";
	}
	.currency-switch .currency-title strong, .language-list .language-title strong {
		display: none;
	}
	.swipe-menu .language-list ul, .swipe-menu .currency-switch ul {
		background: 0 #222222;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		left: 0;
		padding: 0;
		position: relative;
		right: auto;
		top: 0;
		width: 100%;
		overflow: hidden;
		display: none;
	}
	.swipe-menu .currency-switch ul li span {
		display: none;
	}
	.swipe-menu .language-list ul li, .swipe-menu .currency-switch ul li {
		float: left;
	}
	.swipe-menu .language-list ul li:first-child, .swipe-menu .currency-switch ul li:first-child {
		padding-left: 20px;
	}
	.swipe-menu .language-list ul li a, .swipe-menu .currency-switch ul li a {
		padding: 14px;
		display: inline-block;
		text-transform: uppercase;
		font-weight: bold;
	}
	.swipe-menu ul a.selected {
		color: #ccc;
	}
	.swipe-menu ul li a:hover, .home-link:hover {
		background-color: #444444;
	}
	/* ==================================back-top ================================================== */

	#back-top {
		position: fixed;
		bottom: 70px;
		z-index: 99;
		left: 50%;
		margin-left: 635px;
		display: none;
		width: 41px;
		height: 41px;
	  display: none !important;

	}
	#back-top span {
		display: block;
		text-align: center;
	}
	#back-top span:before {
		content: "\f139";
		font-size: 45px;
		line-height: 45px;
	}
	/* ======================================================================================= */

	/* Footer ================================================================================ */

	.footer-container {
		background: #333333;
		padding: 28px 0 25px 0;
		overflow: hidden;
		margin-top: 65px;
	}
	.footer {
	}
	.footer-cols-wrapper {
		position: relative;
		padding-top: 50px;
	}
	.footer h4 {
		position: relative;
		font-size:18px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 15px;
		padding-bottom: 8px;
	}
	.footer ul li {
		display: block;
		padding: 0 0 3px;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.footer ul li a {
		display: inline-block;
		color: #fff;
		text-decoration: none;
	}
	.footer ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.footer .footer-col {
		margin-right: 0;
	  padding-top: 0;
	}
	.footer .footer-col.last {
		margin-right: 0;
	}
	.footer .footer-col span.tel {
		display: block;
		font-size: 18px;
		line-height: 22px;
		color: #fd6a56;
	}
	.footer .footer-col .fb-like-box, .footer .footer-col iframe {
		background: #EDEFF4;
	}
	.bottom-container {
		background: #333333;

	}
	.mini-menu {
		float: right;
		width: 48%;
		padding-bottom: 12px;
	}
	.bottom_block {
		padding: 30px 0 28px 92px;
		text-align: left;
		font-size: 14px;
	  color: #fff;
	  float: left;
		  background: url(../images/bkg/footer-logo.png) no-repeat  0;
	  border-top: #a9a9a9 solid 1px;
	width: 100%;

	}
	.bottom_block p{
		font-size: 15px;
	}
	.bottom_block a{
		 color: #fff;
	}
	.bottom_block a:hover{
		text-decoration: underline;
	}
	.bottom_block address {
		display: block;
		font-size: 15px;
		color: #fff;
		text-align: left;
	}
	.socials-container {
	background: #333333;
	color: #fff;
	}
	.socials-container a{
	   color:#fff;
	  text-decoration: underline;
	  font-size: 13px;
	  -webkit-user-select: none;  /* Chrome all / Safari all */
	  -moz-user-select: none;     /* Firefox all */
	  -ms-user-select: none;      /* IE 10+ */
	  user-select: none;          /* Likely future */
	}
	.socials-container a:hover{
		color:#fff !important;
	 text-decoration: underline;
	  -webkit-user-select: none;  /* Chrome all / Safari all */
	  -moz-user-select: none;     /* Firefox all */
	  -ms-user-select: none;      /* IE 10+ */
	  user-select: none;          /* Likely future */
	}
	.socials-container p{
		color: #fff;
	margin-top: -10px;
	float: right;
	margin-right: -40px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	  -moz-user-select: none;     /* Firefox all */
	  -ms-user-select: none;      /* IE 10+ */
	  user-select: none;          /* Likely future */
	}
	.socials{
	float: right;
	}
	.bottom-top{
	  position: relative;
		top: 60px;
	  right: -40px;
	}
	.col-xs-44 {
		width: 39%;
		float: right;
	}
	.socials_block {
		overflow: hidden;
		background-color: #e4e4e4;
		padding-right: 0px;
		padding-left: 23px;
		padding-top: 40px;
		margin-left: -36px;
		margin-right: 20px;
		margin-bottom: -33px;
		float: right;
		z-index: 90;
	}
	.socials a {
		padding:17px 0 0 37px;
		width: 36px;
		font-weight: 500;
		color: #fff;
		margin: 0 5px 0 0;
		height: auto;
		z-index: 4;
		position: relative;
	top: 8px;
	}
	.socials a:hover {
		color: #fff;
	}
	.social1 {
		background: url(../images/bkg/fb.png) no-repeat 0 0;
	}
	.social2 {
		background: url(../images/bkg/twitter.png) no-repeat 0 0;
	}
	.social3 {
		background: url(../images/bkg/youtube.png) no-repeat 0 0;
	}
	.free-container {
		background: #fff url(../images/bkg/bg_free.gif) repeat-x;
	}
	.free_block {
		padding: 20px 0 9px 0;
	}
	.free_wrap {
		font-size: 15px;
		color: #333;
	}
	.free_wrap strong {
		font-size: 18px;
		font-weight: 500;
		text-transform: uppercase;
		color: #fd6a56;
	}
	.free_wrap span {
		float: left;
		margin: -3px 14px 0 0;
		font-size: 27px;
		color: #7a7a7a;
	}
	.store-switcher {
		margin-top: 10px;
	}
	span.toggle {
		position:  relative;
		cursor: pointer;
		right: -7px;
		top: 0;
		width: 20px;
		text-align: center;
		font-size: 16px;
	}
	span.toggle:before {
		content: "\f067";
	}
	span.opened:before {
		content: "\f068";
	}
	/* ======================================================================================= */

	.search-form .form-list .input-box {
		width: 300px;
	}
	.search-form .buttons-set p.required {
		text-align: left;
	}
	.search-form .buttons-set button.button {
		float: left;
	}
	.contact-block {
		position: relative;
		width: 100%;
		background-color: #f2f2f2;
	}
	.contact-block h2 {
		float: none;
		background: none;
		border: none;
		border-bottom: 2px solid #c30e2e;
		font-size: 17px;
		line-height: 21px;
		color: #383737;
		font-weight: normal;
		text-transform: uppercase;
		position: relative;
		margin: 0 0 16px;
		padding: 0 0 7px;
	}
	.intro-text {
		font-size: 50px;
	}

	@media only screen and (max-width: 600px) {
	.intro-text {
		font-size: 20px;
	}
	.intro-content {
		font-size: 13px;
		padding: 10px;
	}
	.product-view .product-name h1 {
		font-size: 25px;
		line-height: 26px;
		margin-top: 8px;
	}
	}
	.contact-left {
		width: 100%;
		float: right;
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.contact-left h3 {
		font-size: 13px;
		line-height: 16px;
		color: #fd6a56;
		/*	text-transform:uppercase; */
		font-weight: normal;
		margin-bottom: 14px;
	}
	.contact-left p {
		font-size: 12px;
		color: #8a8989;
		line-height: 17px;
	}
	.contact-left ul li {
		border-bottom: 1px solid #bbbbbb;
		padding-bottom: 17px;
		margin-bottom: 17px;
	}
	.contact-left ul li.last {
		border: none;
		padding: 0;
		margin: 0;
	}
	#contactForm {
		float: left;
		width: 100%;
	}
	#contactForm .form-list .input-box {
		width: auto;
	}
	#contactForm .fieldset {
		background: none;
		border: none;
		padding: 0;
		margin: 0;
	}
	#contactForm .form-list input.input-text {
		border-box: border-box;
		width: 95%;
	}
	#contactForm .form-list .field {
		float: left;
		width: 50%;
	}
	#contactForm .form-list li {
		padding-bottom: 10px;
	}
	#contactForm .form-list li.wide textarea {
		border-box: border-box;
		width: 100%;
		resize: none;
	}
	#contactForm .form-list li.wide .input-box {
		width: 98%;
	}
	#contactForm .buttons-set button.button {
		float: left;
		clear: left;
	}
	#contactForm .buttons-set {
		margin: 0 0 0 0;
		padding: 0;
	}
	#contactForm .buttons-set p.required {
		font-size: 12px;
		margin: 0 0 15px;
		float: left;
		clear: left;
	}
	.contact-btn a {
		display: none;
	}
	.contact-btn li {
		padding: 0;
		margin: 0;
	}
	.container-slider {
		position: relative;
		width: 315px;
		overflow: hidden;
	}
	.tumbSlider-none:last-child {
		margin-right: 0;
	}
	.tumbSlider {
		max-height: 110px;
	}
	.container-slider .slider {
		margin-left: -4px;
	}
	.container-slider li {
		float: left;
		height: auto;
		width: 97px;
		moz-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 4px;
		min-height: 100px;
		position: relative;
	}
	.ps-phone .container-slider li:before {
		content: ".";
		font-size: 0;
		width: 100%;
		height: 35px;
		left: 0;
		bottom: 0px;
		position: absolute;
	}
	.container-slider li a {
		display: block;
	}
	.container-slider li img {
		max-width: 100%;
	}
	.container-slider > a {
		display: inline-block;
		position: absolute;
		left: -4px;
		top: 35px;
		font-size: 30px;
		width: 40px;
		height: 40px;
		z-index: 777;
		text-align: center;
		vertical-align: middle;
	}
	.container-slider > a.tumbSlider-next {
		right: 5px;
		left: auto;
	}
	/* ======================================= Home Page ============================================================== */

	.label-product {
		position: absolute;
		left: 70px;
		top: 18px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	.widget-catalogsale-products .label-product {
		left: inherit;
		right: 44px;
	}
	.label-product > span {
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/bkg/bg_label_new.png) no-repeat;
		font-size: 14px;
		color: #fff;
		padding: 2px 12px 5px 15px;
		text-transform: uppercase;
	}
	.label-product > span:before {
		content: ".";
		font-size: 0;
		text-indent: -77777px;
		position: absolute;
		top: 1px;
		left: -8px;
		height: 24px;
		background: #fd6a56;
		width: 2px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	.label-product > span.sale:before {
		background: #2e2b2c;
	}
	.label-product > span.sale {
		background: url(../images/bkg/bg_label_sale.png) no-repeat;
	}
	.label-product.label-indent > span.sale {
		left: 100px;
	}
	.products-list .label-product {
		left: 60px;
		right: auto;
	}
	.products-list .label-product.label-indent {
		left: 90px;
	}
	/* Clears ================================================================================ */

	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}
	.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after, .products-grid .actions:after, .header .row-2:after, .header-buttons:after, .input-box:after, .top_block:after, .free_block:after, .banners_row:after, .grid_wrap:after, .block-subscribe .block-content:after {
		display: block;
		content: ".";
		clear: both;
		font-size: 0;
		line-height: 0;
		height: 0;
		overflow: hidden;
	}
	/* ======================================================================================= */

	.banners_row {
		background: url(../images/bkg/bg_banners.gif) repeat-x 0 100%;
		padding: 0 0 9px;
		margin-bottom: 26px;
	}
	.banner {
		float: left;
		width: 388px;
		border: solid 1px #fff;
		position: relative;
	}
	.banner .banner_img img {
		max-width: 100%;
	}
	.banner .banner_holder {
		position: absolute;
		right: 0;
		top: 47px;
		width: 288px;
		text-align: center;
	}
	.banner .banner_holder h2 {
		font-size: 27px;
		font-weight: bold;
		color: #fd6a56;
		text-transform: uppercase;
		margin: 0 0 -1px 0;
	}
	.banner .banner_holder h3 {
		font-size: 18px;
		font-weight: normal;
		color: #2c282a;
		text-transform: uppercase;
		margin: 0 0 0 0;
	}
	.banner span.fa {
		position: absolute;
		right: 18px;
		bottom: 18px;
		font-size: 24px;
		color: #bebdbd;
	}
	.banner:hover span.fa {
		color: #403d3f;
	}
	.ban1 {
		margin: 0 3px 3px 0;
	}
	.ban2 {
		margin: 0 3px 3px 0;
	}
	.ban3 {
		margin: 0 0 3px 0;
	}
	.ban4 {
		margin: 0 3px 3px 0;
	}
	.ban5 {
		margin: 0 3px 3px 0;
	}
	.ban6 {
		margin: 0 0 3px 0;
	}
	.sf-menu li li a, .sf-menu li a, .header-button, .header-button > a:hover, .header-button.active > a, .header-button ul li a, .header .form-search button.button strong, .ps-static .top-icon-menu > div, .top-icon-menu > div.active, #back-top span, .product-name a, .header .links li a, .footer ul li a, .sf-menu-phone li a, .top-search-icon, .socials a, .banner span.fa, .sf-menu-phone2 li a {
		transition: all 0.3s ease 0s;
	}
	/* Homepage + Meena css */

	.cms {
		background: url(../images/bkg/bg-grain.jpg) repeat-x;
		min-height: 245px;
		border: 1px solid #ddd
	}
	.cmsleft {
		float: left;
		width: 60%;
		padding-top: 50px;
		padding-left: 35px;
	}
	.cmsright {
		float: right;
	}
	.bigtitle {
		font-size: 48px;
		font-weight: bold;
		line-height: 60px;
		color: black;
	}
	.bigtitle2 {
		font-size: 35px;
		font-weight: bold;
		line-height: 60px;
		color: black;
		padding-left: 20px
	}
	.btnoutline {
		background-color: white;
		border: 1px solid #e6690f;
		padding: 10px 10px 10px 10px;
		font-size: 22px;
		margin-top: 10px;
		margin-right: 10px;
		color: #e6690f;
		min-width: 240px;
	}
	.btncolour {
		background-color: #cd5904;
		border: 1px solid #e6690f;
		padding: 10px;
		font-size: 20px;
		margin-top: 10px;
		color: #e6690f;
		text-transform: uppercase;
		color: white;
	}
	.btncolourgrey {
		background-color: #8f8f8f;
		border: 1px solid #e6690f;
		padding: 10px;
		font-size: 20px;
		margin-top: 10px;
		color: #e6690f;
		text-transform: uppercase;
		color: white;
	}
	.cmslower {
		padding: 30px
	}
	.cmsimg {
		padding-top: 40px;
		float: left
	}
	.cmstxt {
		padding-top: 40px;
		float: right;
		width: 55%;
	}
	.calltoactionbt {
		background-color: #cd5904;
		border-top: 5px solid #e6690f;
		padding: 10px;
		font-size: 18px;
		margin-top: 10px;
		color: white;
		text-transform: uppercase;
		color: white;
		margin-left: 20px;
	}
	.border {
		border-bottom: 1px solid whitesmoke;
		width: 100%;
		padding: 10px
	}
	.btnorange {
		background-color: #c30e2e;
		border-top: none;
		padding: 15px;
		font-size: 20px;
		margin-top: 10px;
		text-transform: none;
		color: white;
		line-height: 145px;
		font-family: Lato-Regular;
		font-weight: normal;
	}
	.btnorange a {
		color: white
	}
	.btnorange a:hover {
		color: #ffd842;
	}
	.listext {
		font-weight: 400;
		color: black;
		font-size: 15px;
	}
	.listext2 {
		font-weight: 300;
		color: coral;
		font-size: 27px;
		float: left
	}
	.inst-add {
		font-weight: 400;
		color: coral;
		font-size: 15px;
		text-align: left
	}
	.add-to-box .back-button {
		padding: 180px 0 0;
	}
	.back-button {
	}
	.static-content {
		font-size: 16px;
		font-weight: 300;
		line-height: 26px;
		background-color: white;
		/*padding:28px; box-shadow:1px 1px 5px 1px #ddd;*/
		color: black
	}
	.padding-content-bottom {
		padding-bottom: 30px
	}
	.padding-content-top {
		padding-top: 30px
	}
	.static-content a {
		color: red
	}
	.static-content p {
		padding-bottom: 15px;
		padding-top: 10px
	}
	.static-content h1 {
		font-size: 25px;
		line-height: 26px;
		padding-top: 10px;
	}
	.greybox {
		background-color: #ddd;
		padding: 10px;
	}
	.static-content ul {
		margin: 0.75em 0;
		padding: 0 3em;
		list-style: none;
	}
	.static-content ul li:before {
		content: "";
		border-style: solid;
		border-width: 0.35em 0 0.35em 0.45em;
		display: block;
		height: 0;
		width: 0;
		left: -1em;
		top: 1.2em;
		position: relative;
		line-height: 0px
	}
	.intro {
		font-size: 16px;
		font-weight: 300;
		line-height: 26px;
		padding-bottom: 15px;
		padding-top: 25px
	}
	/* Application Status Tracker */

	#progress {
		background-color: transparent;
		padding: 5px 20px 30px;
		margin: 20px 10px 28px;
	}
	#progress h3 {
		color: #CC242A;
	}
	#progress .bar {
		background-color: #fff;
		font-size: 18px;
		font-weight: bold;
		width: 100%;
	}
	#progress .percentage {
		color: #3A70B1;
		text-align: right;
	}
	#progress .scale {
		color: #666;
		font-size: 12px;
		float: left;
		width: 10%;
	}
	#progress .scale-marker {
		color: #666;
		font-size: 12px;
		float: left;
		width: 10%;
	}
	.application-summary {
		padding-bottom: 20px;
	}
	.application-summary label {
		/*float:left;*/
		color: #666;
		padding-bottom: 0px;
	}
	.application-summary li {
		padding-bottom: 10px;
		font-size: 14px;
	}
	.application-history th {
		padding: 3px 8px 3px 20px;
	}
	.application-history td {
		padding: 5px 15px 5px 18px;
		border: 1px solid white;
		font-size: 14px;
	}
	.option-title {
		background: #e1e1e1 url("../images/bkg/bkg_collapse.gif") no-repeat scroll 6px 8px;
		cursor: pointer;
		font-weight: bold;
		padding: 3px 3px 3px 23px;
	}
	.option-title.show-details {
		background-position: 6px -49px;
	}
	.application-issues td {
		padding: 10px 15px 12px 18px;
		font-size: 14px;
		border: 1px solid lightgrey;
	}
	.application-issues th {
		padding: 3px 8px;
	}
	#my-issues-table {
		margin-bottom: 30px;
		margin-top: 10px;
		border: 1px solid lightgrey;
	}
	#my-issues-table td{
		border: 1px solid lightgrey;
	}
	/* Text Slider */

	/* jssor slider arrow navigator skin 13 css */

	/*
				  .jssora13l              (normal)
				  .jssora13r              (normal)
				  .jssora13l:hover        (normal mouseover)
				  .jssora13r:hover        (normal mouseover)
				  .jssora13ldn            (mousedown)
				  .jssora13rdn            (mousedown)
				  */

	.jssora13l, .jssora13r, .jssora13ldn, .jssora13rdn {
		position: absolute;
		cursor: pointer;
		display: block;
		background: url(../images/bkg/a12.png) no-repeat;
		overflow: hidden;
	}
	.jssora13l {
		background-position: -10px -35px;
	}
	.jssora13r {
		background-position: -70px -35px;
	}
	.jssora13l:hover {
		background-position: -130px -35px;
	}
	.jssora13r:hover {
		background-position: -190px -35px;
	}
	.jssora13ldn {
		background-position: -250px -35px;
	}
	.jssora13rdn {
		background-position: -310px -35px;
	}
	/* ============================================ *
	   * Slideshow
	   * ============================================ */

	.slideshow-container {
		position: relative;
		display: block;
		width: 100%;
		margin: 0px 0;
		border: 1px solid #ededed;
	}
	.slideshow-container .slideshow {
		width: 100%;
		padding: 0;
		position: relative;
		margin: 0;
	}
	.slideshow-container .slideshow > li {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
		display: block;
		margin: 0;
	}
	.slideshow-container .slideshow > li:first-child {
		position: static;
		z-index: 100;
	}
	.slideshow-container .slideshow > li img {
		max-width: 100%;
		width: 100%;
	}
	.slideshow-pager {
		text-align: center;
		width: 100%;
		z-index: 115;
		position: absolute;
		bottom: 0px;
		top: auto;
		overflow: hidden;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	.slideshow-pager span {
		font-family: arial;
		width: 44px;
		height: 44px;
		display: inline-block;
		color: #DDDDDD;
		cursor: pointer;
	}
	.slideshow-pager span:before {
		content: '';
		display: block;
		width: 16px;
		height: 16px;
		left: 50%;
		top: 50%;
		margin-left: -8px;
		margin-top: -8px;
		border-radius: 1px;
		background-color: #FFFFFF;
		position: relative;
	}
	.slideshow-pager span:hover:before {
		background-color: #2e8ab8;
	}
	.slideshow-pager span.cycle-pager-active:before {
		background-color: #297aa3;
	}
	.slideshow-pager > * {
		cursor: pointer;
	}
	.slideshow-prev, .slideshow-next {
		position: absolute;
		top: 0;
		width: 15%;
		max-width: 80px;
		height: 100%;
		opacity: 0.6;
		z-index: 110;
		cursor: pointer;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	.slideshow-prev:before, .slideshow-next:before {
		content: '';
		width: 0;
		height: 0;
		font-size: 0;
		position: absolute;
		border-style: solid;
		display: block;
		top: 50%;
		margin-top: -15px;
	}
	.slideshow-prev:hover, .slideshow-next:hover {
		opacity: 1;
	}
	.slideshow-prev.disabled, .slideshow-next.disabled {
	 filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		cursor: default;
	}
	.slideshow-prev {
		left: 8px;
	}
	.slideshow-prev:before {
		border-width: 15px 15px 15px 0;
		border-color: transparent #FFFFFF transparent transparent;
		top: 50%;
		left: 10px;
	}
	.slideshow-prev:hover:before {
		border-color: transparent #2e8ab8 transparent transparent;
	}
	.slideshow-next {
		right: 8px;
	}
	.slideshow-next:before {
		border-width: 15px 0 15px 15px;
		border-color: transparent transparent transparent #FFFFFF;
		top: 50%;
		right: 10px;
	}
	.slideshow-next:hover:before {
		border-color: transparent transparent transparent #2e8ab8;
	}
	.cycle-caption {
		position: absolute;
		color: white;
		bottom: 15px;
		right: 15px;
		z-index: 110;
	}
	.cycle-overlay {
		font-family: tahoma, arial;
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 120;
		background: black;
		color: white;
		padding: 15px;
		opacity: .5;
	}
	/* ============================================ *
	   * Slideshow
	   * ============================================ */

	.update-container {
		position: relative;
		display: block;
		width: 100%;
		margin: 10px 0;
		border: 0px solid #ededed;
		text-align: center;
		padding: 13px 10px;
	}
	.update-container .update {
		width: 40%;
		height: 140px;
		padding: 0;
		position: relative;
		margin: 0px;
	}
	.update-container .update > li {
		position: center;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
		display: block;
		margin: 0px;
	}
	.update-container .update > li:first-child {
		position: static;
		z-index: 100;
	}
	.update-container .update > li img {
		max-width: 100%;
		width: 100%;
	}
	.update-container .update > li .arms img {
		width: 30%;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
	}
	.update-pager {
		text-align: center;
		width: 100%;
		z-index: 115;
		position: absolute;
		bottom: 0px;
		top: auto;
		overflow: hidden;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	.update-pager span {
		font-family: arial;
		width: 44px;
		height: 44px;
		display: inline-block;
		color: #DDDDDD;
		cursor: pointer;
	}
	.update-pager span:before {
		content: '';
		display: block;
		width: 16px;
		height: 16px;
		left: 50%;
		top: 50%;
		margin-left: -8px;
		margin-top: -8px;
		border-radius: 1px;
		background-color: #FFFFFF;
		position: relative;
	}
	.update-pager span:hover:before {
		background-color: #2e8ab8;
	}
	.update-pager span.cycle-pager-active:before {
		background-color: #297aa3;
	}
	.update-pager > * {
		cursor: pointer;
	}
	.update-prev, .update-next {
		position: absolute;
		top: 0;
		width: 15%;
		max-width: 80px;
		height: 100%;
		opacity: 0.6;
		z-index: 110;
		cursor: pointer;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	.update-prev:before, .update-next:before {
		content: '';
		width: 0;
		height: 0;
		font-size: 0;
		position: absolute;
		border-style: solid;
		display: block;
		top: 50%;
		margin-top: -15px;
	}
	.update-prev:hover, .update-next:hover {
		opacity: 1;
	}
	.update-prev.disabled, .update-next.disabled {
	 filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		cursor: default;
	}
	.update-prev {
		left: 8px;
	}
	.update-prev:before {
		border-width: 15px 15px 15px 0;
		border-color: transparent #FFFFFF transparent transparent;
		top: 50%;
		left: 10px;
	}
	.update-prev:hover:before {
		border-color: transparent #2e8ab8 transparent transparent;
	}
	.update-next {
		right: 8px;
	}
	.update-next:before {
		border-width: 15px 0 15px 15px;
		border-color: transparent transparent transparent #FFFFFF;
		top: 50%;
		right: 10px;
	}
	.update-next:hover:before {
		border-color: transparent transparent transparent #2e8ab8;
	}
	.cycle-caption {
		position: absolute;
		color: white;
		bottom: 15px;
		right: 15px;
		z-index: 110;
	}
	.cycle-overlay {
		font-family: tahoma, arial;
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 120;
		background: black;
		color: white;
		padding: 15px;
		opacity: .5;
	}
	.toplink {
		font-size: 15px;
		margin-top: 9px;
		display: block;
	}
	.toplink a{
	   color: #000 !important;
	  border-left:0 solid #000 !important;
	}
	.toplink2 {
		font-size: 15px;
		margin-top: 9px;
		display: none;
	}
	.apply-visa {
		border: 1px;
		border-style: solid;
		border-color: #78b927;
		padding: 9px;
		width: 200px;
		border-radius: 28px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		color: #333;
	}
	.apply-visa:hover {
		border: 1px;
		border-style: solid;
		border-color: #fff;
		padding: 9px;
		width: 200px;
		border-radius: 28px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		background-color: #78b927;
		color: white;
	}
	.contact1 {
		background-color: #c30e2e;
		color: #fff;
		width: 33.333%;
		float: left;
		position: relative;
		padding: 12px;
		height: 250px;
	}
	.contact2 {
		width: 33.333%;
		float: left;
		position: relative;
		padding: 12px;
		border-right: #c30e2e solid 1px;
		border-bottom: none;
		height: 250px;
	}
	.contact3 {
		width: 33.333%;
		float: right;
		position: relative;
		padding: 12px;
		height: 250px;
	}
	.social-mobile {
		display: none;
	}
	.contact-faq {
		background-color: #c30e2e;
		margin: 10px;
		padding: 20px;
		border: none;
		color: white;
		font-size: 20px;
		width: 20%;
		margin-left: auto;
		margin-right: auto;
		float: right;
		text-align: right;
	}
	a .faq {
		display: block;
		padding-top: 30px;
		padding-left: 13%;
		padding-right: 13%;
		text-align: center;
		padding-bottom: 36px;
		width: 100%;
		font-size: 20px;
		float: left;
		position: relative;
		background-color: grey;
	}
	.map p {
		background-color: white;
		position: absolute;
		margin-top: 255px;
		padding: 10px;
		margin-left: 660px;
		opacity: 0.9;
		border: black solid 1px;
		text-align: right;
	}
	.mosaic-homepage-option {
		width: 96%;
		float: left;
		margin-bottom: 45px;
	}
	.new-student-option {
		width: 21%;
		float: left;
		margin-bottom: 45px;
	}
	.new-student-option2 {
		width: 21%;
		float: left;
	}
	.existing-student-option {
		width: 29%;
		float: left;
		margin-bottom: 45px;
	}
	.existing-student-option2 {
		width: 29%;
		float: left;
	}
	.dependant-pass-option {
		width: 29%;
		float: left;
	}
	.uni-col {
		width: 29%;
		float: left;
	}
	.skills {
		width: 29%;
		float: left;
	}
	.scholarship {
		width: 29%;
		float: left;
	}
	.lifestyle-option {
		width: 21%;
		float: left;
	}
	.why-malaysia-option {
		width: 21%;
		float: left;
	}

	@media only screen and (min-width: 568px) and (max-width: 770px) {
	.new-student-option {
		width: 46%;
		float: left;
		margin-bottom: 5%;
	}
	.new-student-option2 {
		width: 46%;
		float: left;
		margin-bottom: 5%;
	}
	.existing-student-option {
		width: 46%;
		float: left;
		margin-bottom: 45px;
	}
	.existing-student-option2 {
		width: 29%;
		float: left;
	}
	.dependant-pass-option {
		width: 29%;
		float: left;
	}
	.study-option {
		width: 46%;
		float: left;
		margin-bottom: 5%;
	}
	.study-option-mobile {
		width: 46%;
		float: left;
		margin-bottom: 5%;
	}
	.uni-col {
		width: 29%;
		float: left;
	}
	.skills {
		width: 29%;
		float: left;
	}
	.scholarship {
		width: 29%;
		float: left;
	}
	.lifestyle-option {
		width: 46%;
		float: left;
		margin-bottom: 5%;
	}
	.why-malaysia-option {
		width: 46%;
		float: left;
		margin-bottom: 5%;
	}
	}

	@media only screen and (max-width: 320px) {
	.toplink {
		font-size: 17px;
		margin-top: 7px;
		position: absolute;
		top: 89px;
		padding-left: 0px;
		margin-left: 53px;
		border-bottom: red solid 1px;
		padding-bottom: 4px;
		padding-top: 7px;
		width: 50%;
		z-index: 5;
		text-transform: uppercase;
		/* float: right; */
		text-align: center;
	}
	}

	@media only screen and (max-width: 360px) {
	.toplink {
		font-size: 17px;
		margin-top: 7px;
		position: absolute;
		top: 105px;
		padding-left: 0px;
		margin-left: 73px;
		border-bottom: red solid 1px;
		padding-bottom: 4px;
		padding-top: 7px;
		width: 50%;
		z-index: 5;
		text-transform: uppercase;
		/* float: right; */
		text-align: center;
	}
	}

	@media only screen and (max-width: 362px) {
	.contact1 {
		background-color: #c30e2e;
		color: #fff;
		width: 100%;
		float: left;
		position: relative;
		padding: 12px;
		height: auto;
	}
	.contact2 {
		width: 100%;
		float: left;
		position: relative;
		padding: 12px;
		border-bottom: #c30e2e solid 1px;
		height: auto;
		border-right: none;
	}
	.contact3 {
		width: 100%;
		float: right;
		position: relative;
		padding: 12px;
		height: auto;
	}
	.social-mobile {
		display: block;
		margin-bottom: 15px;
	}
	.update-container .update {
		width: 80%;
		height: 140px;
		padding: 0;
		position: relative;
		margin: 0px;
	}
	.toplink {
		font-size: 17px;
		margin-top: 9px;
		position: absolute;
		top: 105px;
		padding-left: 51px;
		margin-left: 73px;
		border-bottom: red solid 1px;
		padding-bottom: 6px;
		padding-top: 3px;
		width: 50%;
		z-index: 5;
		text-transform: uppercase;
	}
	.update-container .update {
		width: 80%;
		height: 140px;
		padding: 0;
		position: relative;
		margin: 0px;
	}
	.header-button-download a {
		display: block;
		padding: 0 0 16px;
		font-size: 16px;
		line-height: 24px;
	}
	.header-button-download a img {
		padding-right: 5px;
	}
	.bottom-container {
		background: #474747;
		border-top: #a9a9a9 solid 1px;
		margin-top: 2px;
	}
	.socials_block {
		overflow: hidden;
		background-color: #e4e4e4;
		padding-right: 0px;
		padding-left: 23px;
		padding-top: 40px;
		margin-left: -36px;
		margin-right: 20px;
		margin-bottom: -33px;
		width: 25%;
	}
	.mini-menu {
		float: right;
		width: 75%;
		padding-bottom: 12px;
	}
	}

	@media only screen and (max-width: 375px) {
	.toplink {
		font-size: 17px;
		margin-top: 25px;
		position: absolute;
		top: 94px;
		padding-left: 0px;
		margin-left: 81px;
		border-bottom: red solid 1px;
		padding-bottom: 4px;
		padding-top: 7px;
		width: 50%;
		z-index: 5;
		text-transform: uppercase;
		/* float: right; */
		text-align: center;
	}
	}

	@media only screen and (max-width: 414px) {
	.header .logo img {
		max-width: 85%;
		height: auto;
	}
	.map {
		display: none;
	}
	.update-container .update {
		width: 75%;
		height: 140px;
		padding: 0;
		position: relative;
		margin: 0px;
	}
	.contact-faq {
		background-color: #c30e2e;
		margin: 10px;
		padding: 20px;
		border: none;
		color: white;
		font-size: 20px;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.faq {
		display: block;
		margin-top: 30px;
		margin-left: 13%;
		margin-right: 13%;
		text-align: center;
		margin-bottom: 36px;
		width: 76%;
		font-size: 21px;
		float: left;
	}
	.toplink {
		font-size: 17px;
		margin-top: 46px;
		position: absolute;
		top: 91px;
		padding-left: 0px;
		margin-left: 100px;
		border-bottom: red solid 1px;
		padding-bottom: 4px;
		padding-top: 3px;
		width: 50%;
		z-index: 5;
		text-transform: uppercase;
		/* float: right; */
		text-align: center;
	}
	.update-container .update > li .arms img {
		width: 62%;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
	}
	.contact1 {
		background-color: #c30e2e;
		color: #fff;
		width: 100%;
		float: left;
		position: relative;
		padding: 12px;
		height: auto;
		margin-top: 10px;
	}
	.contact2 {
		width: 100%;
		float: left;
		position: relative;
		padding: 12px;
		border-bottom: #c30e2e solid 1px;
		height: auto;
		border-right: none;
		border: 1px solid #c30e2e !important;
		border-bottom: 1px solid #c30e2e !important;
		margin-top: 10px;
	}
	.contact3 {
		width: 100%;
		float: right;
		position: relative;
		padding: 12px;
		height: auto;
		border: 1px solid #c30e2e;
		border-bottom: 1px solid #c30e2e;
		margin-top: 10px;
	}
	}

	@media only screen and (max-width: 640px) {
	.toplink {
		font-size: 17px;
		margin-top: 46px;
		position: absolute;
		top: 105px;
		padding-left: 0px;
		margin-left: 208px;
		border-bottom: red solid 1px;
		padding-bottom: 4px;
		padding-top: 3px;
		width: 50%;
		z-index: 5;
		text-transform: uppercase;
		/* float: right; */
		text-align: center;
	}
	.update-container .update > li .arms img {
		width: 62%;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
	}
	}

	@media only screen and (max-width: 667px) {
	.map p {
		background-color: white;
		position: absolute;
		margin-top: 255px;
		padding: 10px;
		margin-left: 125px;
		opacity: 0.9;
		border: black solid 1px;
		text-align: right;
	}
	.contact1 {
		background-color: #c30e2e;
		color: #fff;
		width: 33.333%;
		float: left;
		position: relative;
		padding: 12px;
		height: 308px;
	}
	.contact2 {
		width: 33.333%;
		float: left;
		position: relative;
		padding: 12px;
		border-right: #c30e2e solid 1px;
		border-bottom: none;
		height: 308px;
	}
	.contact3 {
		width: 33.333%;
		float: right;
		position: relative;
		padding: 12px;
		height: 308px;
	}
	}

	@media only screen and (max-width: 770px) and (min-width: 668px) {
	.map p {
		background-color: white;
		position: absolute;
		margin-top: 255px;
		padding: 10px;
		margin-left: 226px;
		opacity: 0.9;
		border: black solid 1px;
		text-align: right;
	}
	.toplink {
		font-size: 17px;
		margin-top: 7px;
		position: absolute;
		top: 104px;
		padding-left: 0px;
		margin-left: 376px;
		border-bottom: red solid 1px;
		padding-bottom: 4px;
		padding-top: 3px;
		width: 50%;
		z-index: 5;
		text-transform: uppercase;
		/* float: right; */
		text-align: center;
	}
	.update-container .update > li .arms img {
		width: 62%;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
	}
	.contact1 {
		background-color: #c30e2e;
		color: #fff;
		width: 33.333%;
		float: left;
		position: relative;
		padding: 12px;
		height: 267px;
	}
	.contact2 {
		width: 33.333%;
		float: left;
		position: relative;
		padding: 12px;
		border-right: #c30e2e solid 1px;
		border-bottom: none;
		height: 267px;
	}
	.contact3 {
		width: 33.333%;
		float: right;
		position: relative;
		padding: 12px;
		height: 267px;
	}
	}

	@media (max-width: 991px) and (min-width: 768px) {
	table.footer-mini-menu {
		max-width: 48%;
		background-color: transparent;
		margin-right: 0;
		margin-left: 0;
	}
	}

	@media only screen and (max-width: 767px) {
	.ps-phone .product-view .gallery-swipe-content {
		display: block;
	}
	.ps-phone .product-view .product-box-customs .product-image,  .ps-phone .product-view .product-box-customs .more-views {
		display: none;
	}
	.product-view .product-img-box .product-image span {
		z-index: 9999;
	}
	.product-view .bx-controls-direction > a:before {
		content: "\f053";
		font-size: 20px;
	}
	.product-view .bx-controls-direction > a.bx-next:before {
		content: "\f054";
	}
	}

	@media only screen and (max-width: 768px) {
	.bottom-container {
		margin-top: 2px;
	}
	  .mob-socil {
		width: 100%;
		/* margin: 0 auto; */
		margin: 24px 80px 20px 0;
		text-align: center;
	}
	  .mob-socil2{
		width: 100%;
	  }
	  .bottom-top {
		position: relative;
		top: 0;
		right:0;
	}
	  .socials-container p{
			color: #fff;
		margin-top: 0;
		float: none;
		margin-right:0;
		text-align: center;
	}

	.socials_block {
		overflow: hidden;
		background-color: #e4e4e4;
		padding-right: 0px;
		padding-left: 23px;
		padding-top: 40px;
		margin-left: -36px;
		margin-right: 20px;
		margin-bottom: -33px;
		width: 25%;
	}
	.mini-menu {
		float: right;
		width: 67%;
		padding-bottom: 12px;
	}
	}

	@media only screen and (max-width: 732px) {
	.toplink {
		font-size: 17px;
		margin-top: 7px;
		position: absolute;
		top: 102px;
		padding-left: 0px;
		margin-left: 358px;
		border-bottom: red solid 1px;
		padding-bottom: 4px;
		padding-top: 3px;
		width: 50%;
		z-index: 5;
		text-transform: uppercase;
		/* float: right; */
		text-align: center;
	}
	.update-container .update > li .arms img {
		width: 62%;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
	}
	}

	/*my css*/
	@media only screen and (max-width: 980px) {
	.banner_apps img {
		display: none;
	}
	}

	@media only screen and (max-width: 1024px) and (min-device-width: 771px) {
	.map p {
		background-color: white;
		position: absolute;
		margin-top: 255px;
		padding: 10px;
		margin-left: 446px;
		opacity: 0.9;
		border: black solid 1px;
		text-align: right;
	}
	}
	.slider {
		width: 50%;
		margin: 100px auto;
	}
	.slick-slide {
		margin: 0px;
	}
	.slick-slide img {
		width: 200px;
		border: #e4e4e4 solid 1px;
		margin-left: auto;
		margin-right: auto;
	}
	.slick-prev:before, .slick-next:before {
		color: black;
	}
	.group-pict {
		display: block;
	}
	#modal {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: 99999;
		height: 100%;
		width: 100%;
		display: block;
	}
	#modal2 {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: 99999;
		height: 100%;
		width: 100%;
		display: block;
	}
	.modalconent {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		width: 40%;
		background-image: url(../images/bkg/pop-up-bg.jpg);
		min-width: 670px;
		max-height: 600px;
	}

	@media screen and (max-width: 800px) {
	.modalconent {
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		width: 40%;
		background-image: url(../images/bkg/pop-up-bg.jpg);
		min-width: 670px;
		max-height: 600px;
		background-size: 50% !important;
	}
	button#button {
		width: 52%;
		top: 28%;
	}
	}
	.modalconent2 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		width: 40%;
		min-width: 670px;
		max-height: 100%;
	}

	@media only screen and (max-width: 767px) {
	#modal {
		display: none;
	}
	#modal2 {
		display: none;
	}
	}

	@media only screen and (max-width: 414px) {
	.modalconent {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		width: 90%;
		background-image: url(../images/bkg/pop-up-bg.jpg);
		min-width: auto;
		max-height: 100%;
	}
	}
	/* flip images ========================================================================= */

	.flip {
		background-color: #bca;
		width: 100px;
		border: 1px solid green;
	}
	/* flip images ========================================================================= */

	#so1_container {
		position: relative;
		margin: 10px auto;
		width: 25%;
		height: 281px;
		z-index: 1;
		float: left;
	}
	#so1_container {
		perspective: 1000;
	}
	#so1_card {
		width: 80%;
		height: 100%;
		transform-style: preserve-3d;
		transition: all 0.3s linear;
		margin-right: auto;
		margin-left: auto;
	}
	#so1_container:hover #so1_card {
		transform: rotateY(180deg);
		box-shadow: -5px 5px 5px #aaa;
	}
	#so2_container {
		position: relative;
		margin: 10px auto;
		width: 25%;
		height: 281px;
		z-index: 1;
		float: left;
	}
	#so2_container {
		perspective: 1000;
	}
	#so2_card {
		width: 80%;
		height: 100%;
		transform-style: preserve-3d;
		transition: all 0.3s linear;
		margin-right: auto;
		margin-left: auto;
	}
	#so2_container:hover #so2_card {
		transform: rotateY(180deg);
		box-shadow: -5px 5px 5px #aaa;
	}
	#so3_container {
		position: relative;
		margin: 10px auto;
		width: 25%;
		height: 281px;
		z-index: 1;
		float: left;
	}
	#so3_container {
		perspective: 1000;
	}
	#so3_card {
		width: 80%;
		height: 100%;
		transform-style: preserve-3d;
		transition: all 0.3s linear;
		margin-right: auto;
		margin-left: auto;
	}
	#so3_container:hover #so3_card {
		transform: rotateY(180deg);
		box-shadow: -5px 5px 5px #aaa;
	}
	#so4_container {
		position: relative;
		margin: 10px auto;
		width: 25%;
		height: 281px;
		z-index: 1;
		float: left;
	}
	#so4_container {
		perspective: 1000;
	}
	#so4_card {
		width: 80%;
		height: 100%;
		transform-style: preserve-3d;
		transition: all 0.3s linear;
		margin-right: auto;
		margin-left: auto;
	}
	#so4_container:hover #so4_card {
		transform: rotateY(-180deg);
		box-shadow: -5px 5px 5px #aaa;
	}
	#ls1_container {
		position: relative;
		margin: 10px auto;
		width: 50%;
		height: 188px;
		z-index: 1;
		float: left;
	}
	#ls1_container {
		perspective: 1000;
	}
	#ls1_card {
		width: 80%;
		height: 100%;
		transform-style: preserve-3d;
		transition: all 0.3s linear;
		margin-right: auto;
		margin-left: auto;
	}
	#ls1_container:hover #ls1_card {
		transform: rotateY(180deg);
		box-shadow: -5px 5px 5px #aaa;
	}
	#ls2_container {
		position: relative;
		margin: 10px auto;
		width: 50%;
		height: 188px;
		z-index: 1;
		float: left;
	}
	#ls2_container {
		perspective: 1000;
	}
	#ls2_card {
		width: 80%;
		height: 100%;
		transform-style: preserve-3d;
		transition: all 0.3s linear;
		margin-right: auto;
		margin-left: auto;
	}
	#ls2_container:hover #ls2_card {
		transform: rotateY(180deg);
		box-shadow: -5px 5px 5px #aaa;
	}
	.face {
		position: absolute;
		width: 100%;
		height: 100%;
		backface-visibility: hidden;
	}
	.face.back {
		display: block;
		transform: rotateY(180deg);
		box-sizing: border-box;
		padding: 10px;
		color: black;
		text-align: center;
		background: rgba(255, 255, 255, 0.5);
	}
	.face.back a {
		background-color: #c30e2e;
		color: white;
		padding-top: 5px;
		padding-bottom: 5px;
		border: white solid 1px;
		width: 100%;
		display: block;
		margin-top: -10px;
	}
	.face.back a:hover {
		background-color: white;
		border: #c30e2e solid 1px;
		color: #c30e2e;
	}
	.face.back h2 {
		background-color: #c30e2e;
		color: white;
		width: 100%;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.search-bg {
		background-image: url(../images/bkg/search-bg.jpg);
		width: 100%;
		padding: 35px;
		box-shadow: 0px 4px 20px #888, 0px -4px 15px #333;
		margin-top: 0px;
		position: relative;
	}
	.search-bg-home {
		background-image: url(../images/bkg/search-bg-home.jpg);
		width: 100%;
		padding: 35px;
		box-shadow: inset 0px 4px 20px #888, 0px -4px 15px #333;
		margin-top: 0px;
		position: relative;
	}
	.mh1 {
		background-image: url(../images/bkg/mh1m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.mh1:hover {
		background-image: url(../images/bkg/mh1m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.mh2 {
		background-image: url(../images/bkg/mh2m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.mh2:hover {
		background-image: url(../images/bkg/mh2m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.mh3 {
		background-image: url(../images/bkg/mh3m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.mh3:hover {
		background-image: url(../images/bkg/mh3m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.mh4 {
		background-image: url(../images/bkg/mh4m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.mh4:hover {
		background-image: url(../images/bkg/mh4m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.mh5 {
		background-image: url(../images/bkg/mh5m.png);
		background-position: top center;
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.mh5:hover {
		background-image: url(../images/bkg/mh5m-2.png);
		background-position: top center;
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns1 {
		background-image: url(../images/bkg/ns1.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 17px;
	}
	.hns1:hover {
		background-image: url(../images/bkg/ns1-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns2 {
		background-image: url(../images/bkg/ns2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 17px;
	}
	.hns2:hover {
		background-image: url(../images/bkg/ns2-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
		margin: 10px 10px 0 0;
	}
	.hns3 {
		background-image: url(../images/bkg/ns3.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 17px;
	}
	.hns3:hover {
		background-image: url(../images/bkg/ns3-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns4 {
		background-image: url(../images/bkg/ns4.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 17px;
	}
	.hns4:hover {
		background-image: url(../images/bkg/ns4-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns5 {
		background-image: url(../images/bkg/ns5.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 17px;
	}
	.hns5:hover {
		background-image: url(../images/bkg/ns5-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns6 {
		background-image: url(../images/bkg/ns6.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 17px;
	}
	.hns6:hover {
		background-image: url(../images/bkg/ns6-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns7 {
		background-image: url(../images/bkg/ns7.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 17px;
	}
	.hns7:hover {
		background-image: url(../images/bkg/ns7-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns8 {
		background-image: url(../images/bkg/ns8.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 17px;
	}
	.hns8:hover {
		background-image: url(../images/bkg/ns8-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hes1 {
		background-image: url(../images/bkg/es1.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 35px;
	}
	.hes1:hover {
		background-image: url(../images/bkg/es1-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hes2 {
		background-image: url(../images/bkg/es2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 35px;
	}
	.hes2:hover {
		background-image: url(../images/bkg/es2-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hes3 {
		background-image: url(../images/bkg/es3.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 35px;
	}
	.hes3:hover {
		background-image: url(../images/bkg/es3-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hes4 {
		background-image: url(../images/bkg/es4.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 35px;
	}
	.hes4:hover {
		background-image: url(../images/bkg/es4-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hes5 {
		background-image: url(../images/bkg/es5.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 35px;
	}
	.hes5:hover {
		background-image: url(../images/bkg/es5-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hes6 {
		background-image: url(../images/bkg/es6.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 35px;
	}
	.hes6:hover {
		background-image: url(../images/bkg/es6-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lsc1 {
		background-image: url(../images/bkg/lsc1.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lsc1:hover {
		background-image: url(../images/bkg/lsc1.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lsc2 {
		background-image: url(../images/bkg/lsc2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lsc2:hover {
		background-image: url(../images/bkg/lsc2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lsc3 {
		background-image: url(../images/bkg/lsc3.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lsc3:hover {
		background-image: url(../images/bkg/lsc3.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lsc4 {
		background-image: url(../images/bkg/lsc4.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lsc4:hover {
		background-image: url(../images/bkg/lsc4.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lsc5 {
		background-image: url(../images/bkg/lsc5.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lsc5:hover {
		background-image: url(../images/bkg/lsc5.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lsc6 {
		background-image: url(../images/bkg/lsc6.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lsc6:hover {
		background-image: url(../images/bkg/lsc6.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hdp1 {
		background-image: url(../images/bkg/dp1.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 35px;
	}
	.hdp1:hover {
		background-image: url(../images/bkg/dp1-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hdp2 {
		background-image: url(../images/bkg/dp2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 35px;
	}
	.hdp2:hover {
		background-image: url(../images/bkg/dp2-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hdp3 {
		background-image: url(../images/bkg/dp3.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 0 35px;
	}
	.hdp3:hover {
		background-image: url(../images/bkg/dp3-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.sc1 {
		background-image: url(../images/bkg/sc1.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 0 0 20px 35px;
	}
	.sc1:hover {
		background-image: url(../images/bkg/sc1-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.sc2 {
		background-image: url(../images/bkg/sc2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 0 0 20px 35px;
	}
	.sc2:hover {
		background-image: url(../images/bkg/sc2-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.sc3 {
		background-image: url(../images/bkg/sc3.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 0 0 20px 35px;
	}
	.sc3:hover {
		background-image: url(../images/bkg/sc3-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.suc1 {
		background-image: url(../images/bkg/suc1.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.suc1:hover {
		background-image: url(../images/bkg/suc1-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.suc2 {
		background-image: url(../images/bkg/suc2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 0 0 20px 35px;
	}
	.suc2:hover {
		background-image: url(../images/bkg/suc2-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.suc3 {
		background-image: url(../images/bkg/suc3.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 0 0 20px 35px;
	}
	.suc3:hover {
		background-image: url(../images/bkg/suc3-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.suc4 {
		background-image: url(../images/bkg/suc4.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.suc4:hover {
		background-image: url(../images/bkg/suc4-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.skt1 {
		background-image: url(../images/bkg/skt1.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 10px 0 0 35px;
	}
	.skt1:hover {
		background-image: url(../images/bkg/skt1-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.skt2 {
		background-image: url(../images/bkg/skt2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 10px 0 0 35px;
	}
	.skt2:hover {
		background-image: url(../images/bkg/skt2-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.skt3 {
		background-image: url(../images/bkg/skt3.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 10px 0 0 35px;
	}
	.skt3:hover {
		background-image: url(../images/bkg/skt3-2.png);
		width: 29%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.wm1 {
		background-image: url(../images/bkg/wm1.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 10px;
	}
	.wm1:hover {
		background-image: url(../images/bkg/wm1-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.wm2 {
		background-image: url(../images/bkg/wm2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 10px;
	}
	.wm2:hover {
		background-image: url(../images/bkg/wm2-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.wm3 {
		background-image: url(../images/bkg/wm3.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 10px;
	}
	.wm3:hover {
		background-image: url(../images/bkg/wm3-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.wm4 {
		background-image: url(../images/bkg/wm4.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 10px;
	}
	.wm4:hover {
		background-image: url(../images/bkg/wm4-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lf1 {
		background-image: url(../images/bkg/lf1.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 10px;
	}
	.lf1:hover {
		background-image: url(../images/bkg/lf1-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lf2 {
		background-image: url(../images/bkg/lf2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 10px;
	}
	.lf2:hover {
		background-image: url(../images/bkg/lf2-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lf3 {
		background-image: url(../images/bkg/lf3.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 10px;
	}
	.lf3:hover {
		background-image: url(../images/bkg/lf3-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lf4 {
		background-image: url(../images/bkg/lf4.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 10px;
	}
	.lf4:hover {
		background-image: url(../images/bkg/lf4-2.png);
		width: 23%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	a.ov {
		background-image: url(../images/bkg/faq-banner.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 93px;
		transition: all 0.3s;
	}
	a.ov:hover {
		background-image: url(../images/bkg/faq-banner.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		/*transform: scale(1.1);*/
		z-index: 999;
		transition: all 0.3s;
	}
	.ov-text {
		display: block;
		margin-top: 10px;
	}
	a.ov:hover .ov-text {
		display: none;
	}
	.ov-text2 {
		display: none;
		margin-top: 13px;
	}
	a.ov:hover .ov-text2 {
		display: block;
	}
	a.courses-search {
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		color: white;
		background-color: #78b927;
		border: #78b927 solid 1px;
		padding: 11px;
		padding-left: 45px;
		padding-right: 45px;
	}
	a.courses-search:hover {
		font-family: 'Lato', sans-serif;
		color: #333;
		background-color: white;
		border: #78b927 solid 1px;
		padding: 11px;
		padding-left: 45px;
		padding-right: 45px;
		font-size: 20px
	}
	a.download-button {
		font-size: 16px;
		color: #fff;
		background: url(../images/bkg/download-bg-icon.png) no-repeat;
		padding: 5px 3px 6px 33px;
		margin-left: 5px;
	}
	a.homepage-menu {
		background-image: url(../images/bkg/mosaic1.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 695px;
	}
	a.homepage-menu:hover {
		background-image: url(../images/bkg/mosaic1-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.homepage-menu-text {
		display: block;
		margin-top: 304px;
	}
	a.homepage-menu:hover .homepage-menu-text {
		display: none;
	}
	.homepage-menu-text2 {
		display: none;
		margin-top: 284px;
	}
	a.homepage-menu:hover .homepage-menu-text2 {
		display: block;
	}
	a.homepage-menu2 {
		background-image: url(../images/bkg/mosaic2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 340px;
		margin-bottom: 10px;
	  margin-top: 12px;
	}
	a.homepage-menu2:hover {
		background-image: url(../images/bkg/mosaic2-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.homepage-menu2-text {
		display: block;
		margin-top: 112px;
	}
	a.homepage-menu2:hover .homepage-menu2-text {
		display: none;
	}
	.homepage-menu2-text2 {
		display: none;
		margin-top: 126px;
	}
	a.homepage-menu2:hover .homepage-menu2-text2 {
		display: block;
	}
	a.homepage-menu3 {
		background: url(../images/bkg/mosaic3.jpg);
		background-size: cover;
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 334px;
		margin-top: 10px;
	  margin-left: 38px;
	}
	a.homepage-menu3:hover {
		background-image: url(../images/bkg/mosaic3-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.homepage-menu3-text {
		display: block;
		margin-top: 98px;
	}
	a.homepage-menu3:hover .homepage-menu3-text {
		display: none;
	}
	.homepage-menu3-text2 {
		display: none;
		margin-top: 100px;
	}
	a.homepage-menu3:hover .homepage-menu3-text2 {
		display: block;
	}
	a.homepage-menu4 {
		background-image: url(../images/bkg/mosaic4.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 340px;
		margin-bottom: 10px;
	}
	a.homepage-menu4:hover {
		background-image: url(../images/bkg/mosaic4-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.homepage-menu4-text {
		display: block;
		margin-top: 134px;
	}
	a.homepage-menu4:hover .homepage-menu4-text {
		display: none;
	}
	.homepage-menu4-text2 {
		display: none;
		margin-top: 120px;
	}
	a.homepage-menu4:hover .homepage-menu4-text2 {
		display: block;
	}
	a.homepage-menu5 {
		background-image: url(../images/bkg/mosaic5.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 334px;
		margin-top: 10px;
	  margin-left: 20px;
	}
	a.homepage-menu5:hover {
		background-image: url(../images/bkg/mosaic5-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.homepage-menu5-text {
		display: block;
		margin-top: 120px;
	}
	a.homepage-menu5:hover .homepage-menu5-text {
		display: none;
	}
	.homepage-menu5-text2 {
		display: none;
		margin-top: 117px;
	}
	a.homepage-menu5:hover .homepage-menu5-text2 {
		display: block;
	}
	a.about-news {
		background-image: url(../images/bkg/an.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 256px;
		margin-top: 10px;
	}
	a.about-news:hover {
		background-image: url(../images/bkg/an-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.about-news-text {
		display: block;
		margin-top: 62px;
	}
	a.about-news:hover .about-news-text {
		display: none;
	}
	.about-news-text2 {
		display: none;
		margin-top: 59px;
	}
	a.about-news:hover .about-news-text2 {
		display: block;
	}
	a.percentage-info {
		background-image: url(../images/bkg/pi.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 302px;
	}
	a.percentage-info:hover {
		background-image: url(../images/bkg/pi-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.percentage-info-text {
		display: block;
		margin-top: 114px;
	}
	a.percentage-info:hover .percentage-info-text {
		display: none;
	}
	.percentage-info-text2 {
		display: none;
		margin-top: 105px;
	}
	a.percentage-info:hover .percentage-info-text2 {
		display: block;
	}
	a.quicklinks {
		color: black;
	}
	a.quicklinks:hover {
		color: #c3002f;
	}
	.clm {
		background-image: url(../images/bkg/clm1.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 472px;
		margin-bottom: 10px;
	}
	.clm:hover {
		background-image: url(../images/bkg/clm1-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.clm-text {
		display: block;
		margin-top: 202px;
	}
	.clm:hover .clm-text {
		display: none;
	}
	.clm-text2 {
		display: none;
		margin-top: 155px;
	}
	.clm:hover .clm-text2 {
		display: block;
	}
	.clm2 {
		background-image: url(../images/bkg/clm2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 300px;
		margin-bottom: 10px;
	}
	.clm2:hover {
		background-image: url(../images/bkg/clm2-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.clm2-text {
		display: block;
		margin-top: 104px;
	}
	.clm2:hover .clm2-text {
		display: none;
	}
	.clm2-text2 {
		display: none;
		margin-top: 88px;
	}
	.clm2:hover .clm2-text2 {
		display: block;
	}
	.clm3 {
		background-image: url(../images/bkg/clm3.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 386px;
		margin-bottom: 10px;
	}
	.clm3:hover {
		background-image: url(../images/bkg/clm3-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.clm3-text {
		display: block;
		margin-top: 159px;
	}
	.clm3:hover .clm3-text {
		display: none;
	}
	.clm3-text2 {
		display: none;
		margin-top: 105px;
	}
	.clm3:hover .clm3-text2 {
		display: block;
	}
	.clm4 {
		background-image: url(../images/bkg/clm4.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 386px;
		margin-bottom: 10px;
	}
	.clm4:hover {
		background-image: url(../images/bkg/clm4-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.clm4-text {
		display: block;
		margin-top: 159px;
	}
	.clm4:hover .clm4-text {
		display: none;
	}
	.clm4-text2 {
		display: none;
		margin-top: 151px;
	}
	.clm4:hover .clm4-text2 {
		display: block;
	}
	.clm5 {
		background-image: url(../images/bkg/clm5.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 300px;
		margin-bottom: 10px;
	}
	.clm5:hover {
		background-image: url(../images/bkg/clm5-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.clm5-text {
		display: block;
		margin-top: 104px;
	}
	.clm5:hover .clm5-text {
		display: none;
	}
	.clm5-text2 {
		display: none;
		margin-top: 91px;
	}
	.clm5:hover .clm5-text2 {
		display: block;
	}
	.clm6 {
		background-image: url(../images/bkg/clm6.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		transition: all .2s ease-in-out;
		height: 472px;
		margin-bottom: 10px;
	}
	.clm6:hover {
		background-image: url(../images/bkg/clm6-2.jpg);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		transform: scale(1.1);
		z-index: 999
	}
	.clm6-text {
		display: block;
		margin-top: 202px;
	}
	.clm6:hover .clm6-text {
		display: none;
	}
	.clm6-text2 {
		display: none;
		margin-top: 147px;
	}
	.clm6:hover .clm6-text2 {
		display: block;
	}
	td.tabs {
		background-image: url(../images/bkg/white-abstract.jpg);
	}
	td.arms-bg {
		background-image: url(../images/bkg/arms.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	td.edu-bg {
		background-image: url(../images/bkg/edu.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.update-bg {
		background-image: url(../images/bkg/update-bg.jpg);
		box-shadow: 0px -11px 18px 0px #727272;
	}
	td.doc_cal_tabs {
		border-bottom: 0px;
		height: 66px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	td.doc_cal_tabs:hover {
		border-bottom: #c30e2e solid 2px;
		height: 65px;
		padding-top: 20px;
		padding-bottom: 19px;
	}
	table.doc_cal {
		background-image: url(../images/bkg/new-student-bg.jpg);
		transition: all .2s ease-in-out;
	}
	table.doc_cal:hover {
		transform: scale(1.1);
	}
	.cta-button:hover .cta-button1 {
		display: none;
	}
	.cta-button2 {
		display: none;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.cta-button1 {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.cta-button:hover .cta-button2 {
		display: block;
	}
	span.cta-button:hover span.cta-button1 {
		display: none;
	}
	span.cta-button2 {
		display: none;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	span.cta-button1 {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	span.cta-button:hover span.cta-button2 {
		display: block;
	}
	/* Search bar ========================================================================= */

	#tfnewsearch {
		padding-right: 30px;
		position: relative;
		top: 0px;
	}
	.tftextinput {
		margin: 0;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		border: 0;
		border-right: 0px;
		border-bottom: 0;
		margin-right: 10px;
		background-color: #eaeaea;
		width: 180px;
		height: 26px;
	}
	.tfbutton {
		margin: 0;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: 0;
		border-right: 0px;
		background: #c30e2e;
		border: #c30e2e solid 1px;
	}
	.tfbutton:hover {
		text-decoration: none;
		background: white;
		color: #c30e2e;
		border: #c30e2e solid 1px;
	}
	/* Fixes submit button height problem in Firefox */

	.tfbutton::-moz-focus-inner {
	 border: 0;
	}
	.tfclear {
		clear: both;
	}
	.bm {
		border: #e4e4e4 solid 1px;
		margin: 20px;
		background-color: white;
		height: auto;
	}
	span.layer-search-action {
		width: 14%;
		float: left;
		text-align: center;
		margin-top: 12px;
	}
	span.layer-search {
		width: 25%;
		float: left;
		padding-right: 4%;
		margin-bottom: 0px;
	}

	/*maroof css*/
	@media only screen and (max-width: 600px) {
	  .col-right { float:right; margin-top:0 !important; }
	  .product-view .product-options-bottom{
		 width:100% !important;
		}
	.page-title h1, .page-title h2 {
		font-size: 34px !important;
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
		margin: 0;
	}
	#tfnewsearch {
		padding-right: 0;
		position: relative;
		top: 70px;
		float: right;
	}
	#tfheader {
		width: 100%;
	}
	.header .logo {
		text-align: center;
		width: 100%;
		left: 30%;
	}
	.header .logo img {
		width: 100%;
	}
	.product-tabs li {
		float: left;
		border-right: 1px solid #a4a4a4;
		border-left: 1px solid #fff;
		font-size: 1.1em;
		line-height: 1.5em;
		font-size: 15px;
		min-width: 7em;
		background-color: grey;
		border-radius: 0;
	}
	.product-tabs a {
		display: block;
		padding: 5px;
		color: white;
		text-align: center;
	}
	.product-tabs a:hover {
		border-radius: 0;
	}
	.product-tabs li.active a, .product-tabs li.active a:hover {
		border-radius: 0;
	}
	.product-name {
		font-size: 14px;
		font-weight: normal;
	}
	.product-view .product-shop {
		width: 100%;
	}
	.col1-layout .product-view .product-shop {
		width: 100%;
	}
	.product-view .product-name h1 {
		font-size: 30px;
		line-height: 44px;
		margin-top: 8px;
	}
	.product-view .product-img-box {
		width: auto;
		float: none;
		margin-bottom: 30px;
		text-align: center;
	}
	.product-view .product-img-box .product-image {
		text-align: center;
		overflow: initial;
		border-radius: 5px;
		border: 1px solid #c30e2e;
		box-shadow: none;
	}
	a.courses-search {
		font-family: 'Lobster14';
		font-size: 20px;
		color: white;
		background-color: #c30e2e;
		border: #c30e2e solid 1px;
		padding: 11px;
		padding-left: 45px;
		padding-right: 45px;
		margin-right: 20px;
	}
	.top_block {
		padding: 0;
		visibility: hidden;
	}
	.main-container {
		padding: 0px 0;
		position: relative;
		z-index: 1;
		margin-top: -12px !important;
	}
	.products-list .product-shop {
		overflow: inherit;
	}
	.products-list .product-shop img {
		text-align: center;
	}
	.pager .pages {
		margin: 0 !important;
		float: left;
	}
	.products-list li.item {
		text-align: center;
	}
	.products-list .product-image {
		text-align: center;
		width: 100%;
	}
	.btnorange {
		margin-left: 0;
	}
	.btnorange a:hover {
		color: #ffd842;
	}
	.account-login .new-users-wrapper {
		float: left;
		margin-bottom: 20px;
		width: 100%;
	}
	.account-login .registered-users-wrapper {
		float: right;
		margin-bottom: 20px;
		width: 100%;
	}
	.data-table th {
		padding: 7px 8px 7px 0px !important;
		border: 1px solid white;
		font-weight: bold;
		white-space: nowrap;
		color: white;
		background-color: #c30e2e;
		font-size: 15px;
	}
	.data-table tr.odd th.label {
		color: white;
		font-size: 15px;
		font-weight: 300;
		padding-left: 10px !important;
	}
	.data-table tr.even th.label {
		/* color: black; */
		color: white;
		font-size: 15px 5;
		font-weight: 300;
		padding-left: 10px !important;
	}
	.resgister-wrap {
		width: 100%;
		height: 350px;
		margin: 0 !important;
	}
	.points ul li {
		box-shadow: 0 0 10px #000;
		margin-bottom: 25px;
		display: inline-block;
		margin-bottom: 25px;
		width: 100% !important;
		margin-left: 3px !important;
	}
	.hovereffect {
		overflow: visible !important;
	}
	.hovereffect .overlay {
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(43, 112, 188, 0.38);
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		display: inherit;
	}
	.hovereffect p {
		text-decoration: none;
		color: #fff;
		font-weight: normal;
		text-align: center;
		top: 175px;
		position: relative;
		display: block;
		font-size: 29px;
		text-shadow: 2px 2px #222;
		left: 0 !important;
	}
	.form-list .input-box {
		width: 100% !important;
	}
	.form-list .field {
		width: 100%;
	}
	input#year {
		width: 110%;
	}
	/*my css*/
	.hns3 {
		background-image: url(../images/bkg/ns3.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hns3:hover {
		background-image: url(../images/bkg/ns3-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns4 {
		background-image: url(../images/bkg/ns4.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hns4:hover {
		background-image: url(../images/bkg/ns4-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns5 {
		background-image: url(../images/bkg/ns5.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hns5:hover {
		background-image: url(../images/bkg/ns5-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns6 {
		background-image: url(../images/bkg/ns6.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hns6:hover {
		background-image: url(../images/bkg/ns6-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns7 {
		background-image: url(../images/bkg/ns7.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hns7:hover {
		background-image: url(../images/bkg/ns7-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns8 {
		background-image: url(../images/bkg/ns8.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hns8:hover {
		background-image: url(../images/bkg/ns8-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns1 {
		background-image: url(../images/bkg/ns1.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hns1:hover {
		background-image: url(../images/bkg/ns1-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hns2 {
		background-image: url(../images/bkg/ns2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hns2:hover {
		background-image: url(../images/bkg/ns2-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hes1 {
		background-image: url(../images/bkg/es1.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hes1:hover {
		background-image: url(../images/bkg/es1-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hes2 {
		background-image: url(../images/bkg/es2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hes2:hover {
		background-image: url(../images/bkg/es2-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hes3 {
		background-image: url(../images/bkg/es3.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hes3:hover {
		background-image: url(../images/bkg/es3-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hes4 {
		background-image: url(../images/bkg/es4.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hes4:hover {
		background-image: url(../images/bkg/es4-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hes5 {
		background-image: url(../images/bkg/es5.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hes5:hover {
		background-image: url(../images/bkg/es5-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hes6 {
		background-image: url(../images/bkg/es6.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hes6:hover {
		background-image: url(../images/bkg/es6-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hdp1 {
		background-image: url(../images/bkg/dp1.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 0;
	}
	.hdp1:hover {
		background-image: url(../images/bkg/dp1-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hdp2 {
		background-image: url(../images/bkg/dp2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hdp2:hover {
		background-image: url(../images/bkg/dp2-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.hdp3 {
		background-image: url(../images/bkg/dp3.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.hdp3:hover {
		background-image: url(../images/bkg/dp3-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.skt1 {
		background-image: url(../images/bkg/skt1.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 0 0 30px 0;
	}
	.skt1:hover {
		background-image: url(../images/bkg/skt1-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.skt2 {
		background-image: url(../images/bkg/skt2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 0 0 30px 0;
	}
	.skt2:hover {
		background-image: url(../images/bkg/skt2-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.skt3 {
		background-image: url(../images/bkg/skt3.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin:0 0 30px 0;
	}
	.skt3:hover {
		background-image: url(../images/bkg/skt3-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.sc1 {
		background-image: url(../images/bkg/sc1.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.sc1:hover {
		background-image: url(../images/bkg/sc1-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.sc2 {
		background-image: url(../images/bkg/sc2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.sc2:hover {
		background-image: url(../images/bkg/sc2-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.sc3 {
		background-image: url(../images/bkg/sc3.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.sc3:hover {
		background-image: url(../images/bkg/sc3-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.fe-img img {
		width: 83%;
	}
	th.fe-text {
		padding-left: 0 !important;
		/* padding-right: 0px; */
		text-align: left;
	}
	.fe-text h1 {
		font-size: 20px !important;
	}
	.fe-img img {
		width: 83%;
	}
	.left-margin {
		margin-left: 6px !important;
	}
	.for-mobile {
		margin-left: 10px !important;
	}
	.bm {
		border: #e4e4e4 solid 1px;
		margin: 10px;
		background-color: white;
		height: 283px;
		-webkit-box-shadow: 3px 3px 3px 3px #ccc;
		-moz-box-shadow: 3px 3px 5px 6px #ccc;
		box-shadow: 3px 3px 3px 3px #ccc;
		font-size: 15px;
		width: 100% !important;
		float: left;
		display: block;
	}
	.phoneContent {
		display: none;
	}
	.displayphone {
		display: block !important;
	}
	.mobile-table h1 {
		font-family: 'BebasNeue';
		font-size: 20px;
		font-weight: normal;
		line-height: 1.15;
		margin-bottom: 0px;
		margin-top: 10px;
		color: #c50202;

	}
	.my-account .col2-set .col-2 {
		float: right;
		width: 100%;
	}
	.my-account .col2-set .col-1 {
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	.book-btn {
		float: right;
		top: 64px;
		position: relative;
		border: #e4e4e4 solid 1px;
		margin: 10px;
		background-color: white;
		height: 283px;
		-webkit-box-shadow: 3px 3px 3px 3px #ccc;
		-moz-box-shadow: 3px 3px 5px 6px #ccc;
		box-shadow: 3px 3px 3px 3px #ccc;
		font-size: 15px;
		width: 70% !important;
		float: left;
		display: block;
	}
	.about-box {
		border: #e4e4e4 solid 1px;
		margin: 10px;
		background-color: white;
		height: auto !important;
		-webkit-box-shadow: 3px 3px 3px 3px #ccc;
		-moz-box-shadow: 3px 3px 5px 6px #ccc;
		box-shadow: 3px 3px 3px 3px #ccc;
		font-size: 15px;
		width: 100% !important;
		float: left;
		display: block;
	}
	.about-box img {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
	.about-last {
		text-align: center;
		margin-top: 10px;
		display: block;
		text-align: center;
		FLOAT: LEFT;
		font-size: 11px;
	}
	.contact1 {
		background-color: #c30e2e;
		color: #fff;
		width: 100% !important;
		float: left;
		position: relative;
		padding: 12px;
		height: 275px;
	}
	.contact2 {
		width: 100% !important;
		float: left;
		position: relative;
		padding: 12px;
		border-right: #c30e2e solid 1px;
		border-bottom: none;
		height: 275px;
	}
	.contact3 {
		width: 100% !important;
		float: right;
		position: relative;
		padding: 12px;
		height: 275px;
	}
	.tabs-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 20px;
	}
	.sc1 {
		background-image: url(../images/bkg/sc1.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;

	}
	.sc1:hover {
		background-image: url(../images/bkg/sc1-2.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.sc2 {
		background-image: url(../images/bkg/sc2.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.sc2:hover {
		background-image: url(../images/bkg/sc2-2.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.sc3 {
		background-image: url(../images/bkg/sc3.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.sc3:hover {
		background-image: url(../images/bkg/sc3-2.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.suc1 {
		background-image: url(../images/bkg/suc1.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.suc1:hover {
		background-image: url(../images/bkg/suc1-2.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.suc2 {
		background-image: url(../images/bkg/suc2.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.suc2:hover {
		background-image: url(../images/bkg/suc2-2.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.suc3 {
		background-image: url(../images/bkg/suc3.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.suc3:hover {
		background-image: url(../images/bkg/suc3-2.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.suc4 {
		background-image: url(../images/bkg/suc4.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
		margin: 20px 0 30px 0;
	}
	.suc4:hover {
		background-image: url(../images/bkg/suc4-2.png);
		width: 100% !important;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.table-mob-uni td {
		width: 20% !important;
		border: 1px solid #000;
	}
	}
	/*maroof css*/

	.tabs-container {
		padding-left: 28px;
		padding-right: 28px;
		padding-bottom: 20px;
	}
	.about-last {
		padding-top: 19px;
		display: block;
		text-align: center;
	}
	.displayphone {
		display: none;
	}
	.left-margin {
		margin-left: 0;
	}

	@media only screen and (min-width: 568px) and (max-width: 770px) {
	.bm {
		border: #e4e4e4 solid 1px;
		margin: 10px;
		background-color: white;
		height: 230px;
	}
	}

	@media only screen and (max-width: 770px) {
	span.layer-search {
		width: 100%;
		float: left;
		padding-right: 4%;
		margin-bottom: 20px;
	}
	.search-bg {
		background-image: url(../images/bkg/search-bg2.jpg);
		width: 100%;
		padding: 35px;
		box-shadow: 0px 4px 20px #888, 0px -4px 15px #333;
		margin-top: 0px;
		position: relative;
	}
	.status-border td {
		width: 100%;
		float: left;
	}
	.col-xs-12 .content {
		width: 90%;
	}
	.mobile-list {
		width: 80%;
	}
	#progress {
		background-color: transparent;
		padding: 0;
		margin: 0;
		position: relative;
		left: -25px;
	}}

	.mosaic-desktop {
		display: block;
	}
	.mosaic-mobile1 {
		display: none;
	}
	.mosaic-mobile2 {
		display: none;
	}

	@media only screen and (min-width: 731px) and (max-width: 770px) {
	.mosaic-desktop {
		display: none;
	}
	.mosaic-mobile1 {
		display: block;
	}
	.mosaic-mobile2 {
		display: none;
	}
	}

	@media only screen and (max-width: 730px) {
	.mosaic-desktop {
		display: none;
	}
	.mosaic-mobile1 {
		display: none;
	}
	.mosaic-mobile2 {
		display: block;
	}
	}
	/* Cards ========================================================================= */

	.box-menu-cell {
		width: 29%;
		float: left;
		background-color: white;
		margin-left: 2%;
		margin-right: 2%;
	}
	.box-menu-cell .menu-content {
		width: 100%;
		padding: 18px;
		min-height: 350px;
	}
	.box-menu-cell .menu-content h1 {
		margin-top: -20px;
		padding-bottom: 23px;
		font-size: 30px;
		text-align: left;
	}
	.box-menu-cell .menu-content h2 {
		margin-top: 168.8px;
	}
	.box-menu-cell .menu-link {
		width: 100%;
		border-top: lightgray solid 1px;
		float: left;
		padding-top: 10px;
	}
	.box-menu-cell .box-menu {
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.box-menu-cell .box-menu:hover {
		padding-bottom: 13px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.search-bg2 {
		background-image: url(../images/bkg/search-bg2.jpg);
		width: 100%;
		padding: 34px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		margin-top: 0px;
		position: relative;
	}

	@media only screen and (max-width: 768px) {
	.box-menu-cell {
		width: 46%;
		margin-bottom: 45px;
	}
	.search-bg2 {
		background-image: url(../images/bkg/search-bg2.jpg);
		width: 100%;
		padding: 0px;
		box-shadow: 0px 2px 4px 1px rgba(145, 145, 145, 0.5);
		margin-top: 0px;
		position: relative;
		padding-top: 34px;
		padding-bottom: 34px;
		min-height: 394.8px;
	}
	}

	@media only screen and (max-width: 566px) {
	.box-menu-cell {
		width: 100%;
		margin-bottom: 45px;
	}
	}
	.study-option-container span.layer-search {
		width: 100%;
		margin-bottom: 15px;
	}
	.so1 {
		background-image: url(../images/bkg/so1.png);
	}
	.so1:hover {
		background-image: url(../images/bkg/so1-2.png);
	}
	.so2 {
		background-image: url(../images/bkg/so2.png);
	}
	.so2:hover {
		background-image: url(../images/bkg/so2-2.png);
	}
	.so3 {
		background-image: url(../images/bkg/so3.png);
	}
	.so3:hover {
		background-image: url(../images/bkg/so3-2.png);
	}
	.so4 {
		background-image: url(../images/bkg/so4.png);
	}
	.so4:hover {
		background-image: url(../images/bkg/so4-2.png);
	}
	.so5 {
		background-image: url(../images/bkg/so5.png);
	}
	.so5:hover {
		background-image: url(../images/bkg/so5-2.png);
	}
	.mh-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: auto;
	}
	.uni-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 130px;
	}
	.skt-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 146px;
	}
	.sc-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 205px;
	}
	.hns-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 180px;
	}
	.hes-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 10px;
		border-bottom: lightgray solid 1px;
		min-height: 197px;
	}
	.hdp-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 163px;
	}
	.dependant-card1 {
		display: block;
	}
	.dependant-card2 {
		display: none;
	}
	.wm-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 150px;
	}
	.lf-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		min-height: 195px;
		border-bottom: lightgray solid 1px;
	}
	.lsc-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		min-height: 316px;
	}

	@media only screen and (min-width: 770px) and (max-width: 1024px) {
	.hns-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 230px;
	}
	.hes-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 220px;
	}
	.hdp-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 145px;
	}
	.wm-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 190px;
	}
	.lf-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		min-height: 220px;
		border-bottom: lightgray solid 1px;
	}
	.sc-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 240px;
	}
	}
	.std {
		height: 0px;
	}
	.cms-no-route .std {
		height: auto;
	}
	.col-xs-12 .std {
		height: auto;
	}
	.hns-desktop {
		display: block;
	}
	.hns-mobile1 {
		display: none;
	}
	.hns-mobile2 {
		display: none;
	}
	.hes-desktop {
		display: block;
	}
	.hes-mobile1 {
		display: none;
	}
	.hes-mobile2 {
		display: none;
	}

	@media only screen and (min-width: 568px) and (max-width: 770px) {
	.hns-desktop {
		display: none;
	}
	.hns-mobile1 {
		display: block;
	}
	.hns-mobile2 {
		display: none;
	}
	.hes-desktop {
		display: none;
	}
	.hes-mobile1 {
		display: block;
	}
	.hes-mobile2 {
		display: none;
	}
	}

	@media only screen and (min-width: 732px) and (max-width: 770px) {
	.sc-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 335px;
	}
	.skt-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 220px;
	}
	.wm-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 120px;
	}
	.uni-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 195px;
	}
	.hns-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 145px;
	}
	.hes-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 215px;
	}
	.hdp-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 220px;
	}
	.lf-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		min-height: 165px;
		border-bottom: lightgray solid 1px;
	}
	.lf1 {
		background-image: url(../images/bkg/lf1m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lf1:hover {
		background-image: url(../images/bkg/lf1m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lf2 {
		background-image: url(../images/bkg/lf2m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lf2:hover {
		background-image: url(../images/bkg/lf2m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lf3 {
		background-image: url(../images/bkg/lf3m.png);
		width: 25%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lf3:hover {
		background-image: url(../images/bkg/lf3m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lf4 {
		background-image: url(../images/bkg/lf4m.png);
		width: 25%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lf4:hover {
		background-image: url(../images/bkg/lf4m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.wm1 {
		background-image: url(../images/bkg/wm1m.png);
		width: 25%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.wm1:hover {
		background-image: url(../images/bkg/wm1m-2.png);
		width: 25%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.wm2 {
		background-image: url(../images/bkg/wm2m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.wm2:hover {
		background-image: url(../images/bkg/wm2m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.wm3 {
		background-image: url(../images/bkg/wm3m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.wm3:hover {
		background-image: url(../images/bkg/wm3m-2.png);
		width: 25%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.wm4 {
		background-image: url(../images/bkg/wm4m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.wm4:hover {
		background-image: url(../images/bkg/wm4m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	}

	@media only screen and (min-width: 641px) and (max-width: 731px) {
	.uni-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 215px;
	}
	.sc-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 375px;
	}
	.skt-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 215px;
	}
	.wm-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 145px;
	}
	.hns-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 165px;
	}
	.hes-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 220px;
	}
	.hdp-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 265px;
	}
	.lf-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		min-height: 190px;
		border-bottom: lightgray solid 1px;
	}
	}

	@media only screen and (min-width: 567px) and (max-width: 640px) {
	.sc-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 470px;
	}
	.skt-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 290px;
	}
	.wm-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 170px;
	}
	.dependant-card1 {
		display: none;
	}
	.dependant-card2 {
		display: block;
	}
	.lf-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		min-height: 195px;
		border-bottom: lightgray solid 1px;
	}
	.uni-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 265px;
	}
	.hns-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 190px;
	}
	.hes-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 290px;
	}
	.hdp-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: 300px;
	}
	}

	@media only screen and (max-width: 566px) {
	.uni-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: auto;
	}
	.skt-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: auto;
	}
	.sc-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: auto;
	}
	.hns-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: auto;
	}
	.hes-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: auto;
	}
	.dependant-card1 {
		display: block;
	}
	.dependant-card2 {
		display: none;
	}
	.hdp-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: auto;
	}
	.wm-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		border-bottom: lightgray solid 1px;
		min-height: auto;
	}
	.lf-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		min-height: auto;
		border-bottom: lightgray solid 1px;
	}
	.lsc-box {
		width: 100%;
		float: left;
		margin-top: 168.8px;
		padding: 18px;
		min-height: auto;
	}
	.lf1 {
		background-image: url(../images/bkg/lf1m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lf1:hover {
		background-image: url(../images/bkg/lf1m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lf2 {
		background-image: url(../images/bkg/lf2m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lf2:hover {
		background-image: url(../images/bkg/lf2m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lf3 {
		background-image: url(../images/bkg/lf3m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lf3:hover {
		background-image: url(../images/bkg/lf3m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.lf4 {
		background-image: url(../images/bkg/lf4m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.lf4:hover {
		background-image: url(../images/bkg/lf4m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.wm1 {
		background-image: url(../images/bkg/wm1m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.wm1:hover {
		background-image: url(../images/bkg/wm1m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.wm2 {
		background-image: url(../images/bkg/wm2m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.wm2:hover {
		background-image: url(../images/bkg/wm2m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.wm3 {
		background-image: url(../images/bkg/wm3m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.wm3:hover {
		background-image: url(../images/bkg/wm3m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	.wm4 {
		background-image: url(../images/bkg/wm4m.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 14px;
		border: lightgray solid 1px;
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		background-color: white;
		transition: all .2s ease-in-out;
	}
	.wm4:hover {
		background-image: url(../images/bkg/wm4m-2.png);
		width: 100%;
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		padding-bottom: 13px;
		border: lightgray solid 1px;
		border-bottom: #c30e2e solid 2px;
		transform: scale(1.1);
	}
	}
	th.fe-text {
		padding-left: 30px;
		padding-right: 0px;
		text-align: left;
	}
	th.fe-text h1 {
		font-size: 40px;
	}
	h1.latest-update {
		display: block;
		font-size: 60px;
		margin-top: 74px;
		float: right;
		margin-right: 86px;
		background-color: rgba(255, 255, 255, 0.5);
		padding: 20px;
		vertical-align: middle;
	}
	.update-content {
		width: 100%;
		float: left;
	}
	.update-title {
		display: block;
		width: 40%;
		float: left;
	}
	.update-title2 {
		display: none;
	}

	@media only screen and (min-width: 769px) and (max-width: 1024px) {
	h1.latest-update {
		display: block;
		font-size: 60px;
		margin-top: 15px;
		float: right;
		margin-right: 86px;
		background-color: rgba(255, 255, 255, 0.5);
		padding: 20px;
		vertical-align: middle;
	}
	.update-content {
		width: 100%;
		float: left;
	}
	.update-container {
		position: relative;
		display: block;
		width: 100%;
	}
	.update-title2 {
		display: none;
	}
	}

	@media only screen and (max-width: 768px) {
	.update-title {
		display: none;
	}
	h1.latest-update {
		display: none;
		font-size: 60px;
		margin-top: 15px;
		float: right;
		margin-right: 86px;
		background-color: rgba(255, 255, 255, 0.5);
		padding: 20px;
		vertical-align: middle;
	}
	.update-content {
		width: 100%;
		float: left;
	}
	.update-container {
		position: relative;
		display: block;
		width: 100%;
	}
	.update-title2 {
		display: block;
	}
	}
	.first-div {
		margin-top: 60px;
	width:100%;
	}
	.mosaic-homepage-desktop {
		display: block;
	}
	.mosaic-homepage-mobile {
		display: none;
	}
	.mh-card {
		display: none;
	}

	@media only screen and (max-width: 320px) {
	.first-div {
		margin-top: -18px;
	}
	}

	@media only screen and (min-width: 321px) and (max-width: 360px) {
	.first-div {
		margin-top: -19px;
	}
	}

	@media only screen and (min-width: 361px) and (max-width: 375px) {
	.first-div {
		margin-top: -16px;
	}
	}

	@media only screen and (min-width: 376px) and (max-width: 412px) {
	.first-div {
		margin-top: -22px;
	}
	}

	@media only screen and (min-width: 413px) and (max-width: 414px) {
	.first-div {
		margin-top: -25px;
	}
	}

	@media only screen and (min-width: 415px) and (max-width: 568px) {
	.first-div {
		margin-top: -25px;
	}
	}

	@media only screen and (min-width: 569px) and (max-width: 640px) {
	.first-div {
		margin-top: -25px;
	}
	}

	@media only screen and (min-width: 641px) and (max-width: 667px) {
	.first-div {
		margin-top: -25px;
	}
	}

	@media only screen and (min-width: 668px) and (max-width: 732px) {
	.first-div {
		margin-top: -25px;
	}
	}

	@media only screen and (min-width: 733px) and (max-width: 736px) {
	.first-div {
		margin-top: -25px;
	}
	}

	@media only screen and (min-width: 737px) and (max-width: 768px) {
	.first-div {
		margin-top: -12px;
	}
	}

	@media only screen and (min-width: 415px) and (max-width: 768px) {
	.mosaic-homepage-desktop {
		display: none;
	}
	.mosaic-homepage-mobile {
		display: block;
	}
	.mh-card {
		display: none;
	}
	}

	@media only screen and (max-width: 414px) {
	.mosaic-homepage-desktop {
		display: none;
	}
	.mosaic-homepage-mobile {
		display: none;
	}
	.mh-card {
		display: block;
	}
	}
	table.pathway-bg {
		background-image: url(../images/bkg/pathway-bg.jpg);
	}
	h2.headerh2 {

	}
	.study-desktop {
		display: block;
	}
	.study-mobile {
		display: none;
	}
	.fieldset {
		width: 100%;
		float: left;
	}
	.fieldset2 {
		width: 50%;
		float: left;
	}
	.bannerset {
		width: 48%;
		float: left;
		margin-left: 2%;
	}

	@media only screen and (max-width: 770px) {
	.study-desktop {
		display: none;
	}
	.study-mobile {
		display: block;
	}
	}

	@media only screen and (max-width: 640px) {
	.fieldset {
		width: 100% !important;
		float: left;
	}
	.fieldset2 {
		width: 100%;
		float: left;
	}
	}
	.block-banner .block-content.callout {
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		margin: 10px 0 20px;
		transition: all .2s ease-in-out;
		height: auto;
		padding: 32px;
		color: black;
		border: #c30e2e solid 1px;
	}
	.callout:hover {
		box-shadow: 12px 20px 39px -19px rgba(145, 145, 145, 1);
		margin: 10px 0 20px;
		transform: scale(1.1);
	}
	.callout h2 {
		font-size: 20px;
		margin-bottom: 0;
		padding: 5px;
	}
	.callout h2 em {
		font-family: 'Lato', sans-serif;
		font-weight: normal;
	}
	table.table-update-desktop {
		display: block;
	}
	table.table-update-mobile {
		display: none;
	}

	@media only screen and (max-width: 736px) {
	table.table-update-desktop {
		display: none;
	}
	table.table-update-mobile {
		display: block;
	}
	}
	#layersearch .actions {
		width: 14%;
		float: left;
		text-align: center;
		margin-top: 12px;
	}
	td.cta1 {
		padding-top: 40px;
		padding-bottom: 40px;
		background-image: url(../images/bkg/cta1.png);
	}
	td.cta2 {
		padding-top: 40px;
		padding-bottom: 40px;
		background-image: url(../images/bkg/cta2.png);
	}
	td.cta3 {
		padding-top: 40px;
		padding-bottom: 40px;
		background-image: url(../images/bkg/cta3.png);
	}
	td.cta4 {
		padding-top: 40px;
		padding-bottom: 40px;
		background-image: url(../images/bkg/cta4.png);
	}
	td.cta5 {
		background-image: url(../images/bkg/cta5.png);
	}
	.track-stat-info {
		margin-top: 15px;
	}
	.col-1.col-xs-12.col-sm-5.track-stat-info {
		float: left;
		width: 48%;
	}
	.col-xs-12 .col-sm-7 .app-his {
		width: 50%;
	}

	@media only screen and (max-width: 768px) {
	.col-1.col-xs-12.col-sm-5.track-stat-info {
		float: left;
		width: 100%;
	}
	.col-xs-12 .col-sm-7 .app-his {
		width: 100%;
	}
	}

	@media only screen and (max-width: 414px) {
	.account-login .registered-users-wrapper {
		float: right;
		margin-bottom: 20px;
		width: 100%;
	}
	.account-login .new-users-wrapper {
		float: left;
		margin-bottom: 20px;
		width: 100%;
	}
	.product-options dl dt {
		display: block;
		float: left;
		width: 100%;
	}
	.product-options dd {
		margin: 0 0 20px;
		display: block;
		width: 100%;
		float: left;
	}
	}
	.percentage-info-desktop {
		display: block;
	}
	.percentage-info-mobile {
		display: none;
	}

	@media only screen and (max-width: 1024px) {
	.percentage-info-desktop {
		display: none;
	}
	.percentage-info-mobile {
		display: block;
	}
	}
	.page-sitemap .body-container .pager .pages {
		margin: 0px;
	}
	.contact-email, .contact-email:hover, .contact-email:focus, .contact-email:active {
		color: #fff;
	}
	.catalog-category-view .category-title {
		display: block;
	}
	.tooltip2 {
		position: relative;
		display: inline-block;
	}
	.tooltip2 .tooltiptext {
		visibility: hidden;
		width: 400px;
		background-color: black;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 5px 0;
		position: absolute;
		z-index: 1;
	}
	.tooltip2:hover .tooltiptext {
		visibility: visible;
	}
	.order-buttons {
		text-align: right;
	}
	.mobile-desktop {
		display: block;
	}
	.mobile-mobile {
		display: none;
	}
	.overlay {
		display: none;
	}

	@media only screen and (max-width: 414px) {
	.mobile-desktop {
		display: none;
	}
	.mobile-mobile {
		display: block;
	}
	.overlay {
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		z-index: 9999999;
	}
	}
	.block.block-banner a:nth-child(1) h2 {
		height: 62px;
	}
	.status-exp {
		width: 48%;
		float: left;
		margin-right: 1%;
		margin-left: 1%;
	}
	#paper {
		margin-top: 0;
	}
	.status-exp2 {
		width: 48%;
		float: left;
		margin-right: 1%;
		margin-left: 1%;
		margin-top: 27px;
	}
	.status-border {
		border: #f9a51c solid 1px;
		border-radius: 5px;
		padding: 5px;
		width: 100%;
		float: left;
		margin-top:10px;
	}

	@media only screen and (max-width: 414px) {
	.status-exp {
		width: 98%;
		float: left;
		margin-right: 1%;
		margin-left: 1%;
	}
	.status-exp2 {
		width: 98%;
		float: left;
		margin-right: 1%;
		margin-left: 1%;
		margin-top: 30px;
	}
	.status-border {
		border: none;
	}
	}
	img.pte {
		-webkit-box-shadow: 4px 3px 33px -4px rgba(128, 128, 128, 1);
		-moz-box-shadow: 4px 3px 33px -4px rgba(128, 128, 128, 1);
		box-shadow: 4px 3px 33px -4px rgba(128, 128, 128, 1);
	}
	/* Registration page css start ============================================================================== */

	.hovereffect {
		float: left;
		overflow: hidden;
		position: relative;
		text-align: center;
		cursor: default;
		border-radius: 10px;
	}
	.hovereffect .overlay {
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		background-color: rgba(43, 112, 188, 0.38);
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		display: inherit;
	}
	.hovereffect:hover .overlay {
		background-color: rgba(53, 52, 52, 0.4);
	}
	.hovereffect img {
		display: block;
		position: relative;
	}
	.hovereffect h2 {
		text-transform: normal;
		color: #fff;
		text-align: center;
		position: relative;
		font-size: 25px;
		padding: 10px;
		background: #c30e2e;
		-webkit-transform: translateY(45px);
		-ms-transform: translateY(45px);
		transform: translateY(45px);
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		top: 0;
		right: 130px;
		width: 319px;
		margin: 0 auto;
		font-family: 'Lobster14';
	}
	.hovereffect p {
		text-decoration: none;
		color: #fff;
		font-weight: normal;
		text-align: center;
		top: 175px;
		position: relative;
		display: block;
		font-size: 29px;
		text-shadow: 2px 2px #222;
		left: -136px;
	}
	.hovereffect a.info {
		display: inline-block;
		text-decoration: none;
		color: #fff;
		font-weight: normal;
		padding: 158px 211px;
	}
	.resgister-wrap {
		width: 100%;
		margin: 20px 60px;
		height: 350px;
	}
	.points {
		background: #000;
	}
	.points ul {
	}
	.points ul li {
		display: inline-block;
		margin-left: 30px;
		box-shadow: 0 0 10px #000;
		width: 40%;
	}

	@media only screen and (max-device-width: 580px) {
	.points ul {
		position: absolute;
		display: initial;
	}
	.points ul li {
		box-shadow: 0 0 10px #000;
		width: 80%;
		margin-top: 20px;
	}
	.hovereffect h2 {
		botttom: 0;
		top: 0;
		font-size: 20px;
	}
	hovereffect a.info {
		display: inline-block;
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		border: 1px solid #fff;
		background-color: transparent;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		font-weight: normal;
		margin: -83px 0 0 0;
		padding: 146px 100px;
	}
	.resgister-wrap {
		margin: 20px 0;
		margin: 20px 0;
		height: 500px;
	}
	}
	/* Registration page css end ============================================================================== */

	/* POPUP page css START ============================================================================== */

	.popup-wrap {
		padding: 10px;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0px 4px 20px #888, 0px -4px 15px #333;
		padding: 20px;
	}
	.popup {
		text-align: center;
	}
	.popup img {
		text-align: center;
		width: 20%;
		margin: 15px 0 0;
	}
	.popup h1 {
		font-size: 35px;
		padding-bottom: 10px;
	}
	.pop-button {
		margin-top: 20px;
		text-align: center;
		padding: 20px;
	}
	.pop-button a {
		padding: 5px;
		background: #d40101;
		;
		color: #ffff;
		padding: 15px 45px;
		margin-top: 20px;
		text-align: center;
		border-radius: 3px;
		font-weight: bold;
		font-size: 18px;
	}
	.pop-button a:hover {
		color: #fff;
	}

	@media only screen and (max-device-width: 768px) {
	#modal2 {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: 99999;
		height: 100%;
		width: 100%;
		display: block;
	}
	.popup-wrap {
		padding: 10px;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0px 4px 20px #888, 0px -4px 15px #333;
		padding: 20px;
	}
	.popup {
		text-align: center;
	}
	.popup img {
		text-align: center;
		width: 20%;
		margin: 15px 0 0;
	}
	.popup h1 {
		font-size: 35px;
		padding-bottom: 10px;
	}
	.pop-button {
		margin-top: 20px;
		text-align: center;
		padding: 20px;
	}
	.pop-button a {
		padding: 5px;
		background: #d40101;
		;
		color: #ffff;
		padding: 15px 10px;
		margin-top: 20px;
		text-align: center;
		border-radius: 3px;
		font-weight: bold;
		font-size: 18px;
	}
	.pop-button a:hover {
		color: #fff;
	}
	.modalconent {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		width: 40%;
		min-width: 70%;
		max-height: auto;
	}
	.header.logo img {
		margin: 15px 0 15px 22px;
		height: auto;
		z-index: 5;
		position: relative;
	}
	}
	/* POPUP page css END ============================================================================== */

	.nav-container {
		position: relative;
	}
	.bm {
		border: #e4e4e4 solid 1px;
		margin: 10px;
		background-color: white;

		-webkit-box-shadow: 3px 3px 3px 3px #ccc;
		-moz-box-shadow: 3px 3px 5px 6px #ccc;
		box-shadow: 3px 3px 3px 3px #ccc;
		font-size: 15px;
			width: 30%;
		float: left;
		display: block;
		display: block;
	}
	.about-box {
		border: #e4e4e4 solid 1px;
		margin: 10px;
		background-color: white;
		height: 283px;
		-webkit-box-shadow: 3px 3px 3px 3px #ccc;
		-moz-box-shadow: 3px 3px 5px 6px #ccc;
		box-shadow: 3px 3px 3px 3px #ccc;
		font-size: 15px;
		width: 18%;
		float: left;
		display: block;
		display: block;
	}
	.download-btn {
		font-size: 16px;
		padding-left: 34px !important;
		font-weight: bold;
	}
	/*ad banner*/
	.student-banner {
		background-image: url(../images/bkg/student-banner.jpg) !important;
		background-repeat: no-repeat !important;
		height: 100px;
	}
	.new-button {
		margin-left: 35px;
	}
	.new-button li {
		margin-bottom: 5px;
	}
	.new-button a {
		position: relative;
		top: 21px;
		left: 58%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		background-color: #c30e2e;
		color: white;
		font-size: 12px;
		border: none;
		cursor: pointer;
		border-radius: 5px;
		text-align: center;
		display: block;
		width: 13%;
	}
	.new-button a:hover {
		background-color: #fff;
		border: 1px solid #c30e2e;
		color: #c30e2e;
	}
	.new-button a:focus {
		outline: 0;
		text-decoration: none;
		color: #fff;
	}
	.ad-btn2 {
		position: relative;
		top: -69.4%;
		left: 52%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		background-color: #c30e2e;
		color: white;
		font-size: 12px;
		padding: 8px 10px;
		border: none;
		cursor: pointer;
		border-radius: 5px;
		text-align: center;
	}
	.ad-btn2:hover {
		background-color: #fff;
		border: 1px solid #c30e2e;
		color: #c30e2e;
	}
	.ad-btn2 a:focus {
		outline: 0;
		text-decoration: none;
		color: #fff;
	}
	/*ad banner*/
	/*madical popup*/
	.modalconent-madical {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		width: 40%;
		background-image: url(../images/bkg/pop-up-bg.jpg);
		min-width: 670px;
		max-height: 600px;
	}
	.col-sm-55 {
		width: 55%;
		margin-top: -38px;
		font-size: 18px;
		line-height: 27px;
	}
	.col-sm-55 p {
		font-size: 25px;
		line-height: 31px;
	}
	.madical-popup {
		border-radius: 10px;
		padding: 10px 20px 23px;
		background-image: url(../images/bkg/madical-bg.jpg) !important;
		background-repeat: no-repeat !important;
		box-shadow: inset 0px 0px 10px #3b3b3b6e;
	}
	.note-heading {
		background: #c30e2e;
		color: #fff;
		font-size: 35px;
		padding: 0;
		display: block;
		margin-bottom: 29px;
		width: 60%;
		text-align: center;
		margin: 12px auto;
	}
	.note-heading h1 {
		font-size: 32px;
	}
	.click-btn {
		font-size: 18px;
		color: white;
		background-color: #c30e2e;
		border: #c30e2e solid 1px;
		padding: 11px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 15px;
		border-radius: 3px;
	}
	.click-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
		position: relative;
		left: 98px;
	}
	.click-wrap a:hover {
		background-color: white;
		border: #c30e2e solid 1px;
		padding: 11px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 15px;
		border-radius: 3px;
	}

	@media only screen and (max-device-width: 768px) {
	.madical-popup {
		border-radius: 10px;
		padding: 10px 20px 23px;
		box-shadow: inset 0px 0px 10px #3b3b3b6e;
		width: 90%;
		background-image: none !important;
	}
	.modalconent-madical {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		width: 30%;
		min-width: 90%;
		max-height: auto;
		background-image: none;
	}
	.col-sm-55 {
		width: 100%;
		margin-top: -38px;
		font-size: 16px;
		line-height: 27px;
	}
	}
	.top-head {
		height: 50px;
	}
	/*madical popup*/


	/*Meena Code*/


	.topLevel {
		  counter-reset: item;
		  padding-left: 10px;

	}

	.topLevelChild {
		font-weight: bold;
		padding: 10px 0px;
		font-size: 15px;

	}

	.topLevelChild::before {
	  content: counter(item) ".0 ";
	  counter-increment: item;
	  padding-right: 10px;

	}

	.subLevel {
	  padding-left: 30px;
	  padding-bottom: 10px;
	  list-style-type: decimal;
	}

	#prearrival-edit-form td {
	  vertical-align:middle;
	}

	#prearrival-edit-form .legend {
	  font-size:14px;
	  border-bottom-width: 1px;
	  border-bottom-style: solid;
	}

	#prearrival-information-table th {
	  vertical-align:middle
	}

	#prearrival-responsive {
	  padding: 1px;
	  border-top: 0;
	  overflow: auto;
	  border-bottom: #C3002F solid 4px;
	  background-color: white;
	}

	#prearrival-information-table td {
	  vertical-align:middle;
	  font-size: 13px;
	}


	/* Ebraiz CSS Starts here */

	.top-head {
		margin-top: 10px;
	}

	p{
		margin-bottom: 10px;
	}

	.account-create .body-container {
		padding-right: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.account-create form{
		background: #f5f5f5;
		padding: 50px 40px;
		display: block;
	}

	.account-create ul.form-list .input-box,
	.account-create ul.form-list li#register-agreements{
		width: 100%!important;
	}

	.account-create form ul.form-list{
		margin-left: 0;
	}

	.account-create form .customer-name,
	.account-create form .contact_info,
	.account-create form .password_info,
	.account-create form .company_info,
	.account-create form .street_info,
	.account-create form .address_info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.account-create form .customer-name .field,
	.account-create form .password_info li,
	.account-create form .company_info li,
	.account-create form .street_info li,
	.account-create form .address_info li{
		flex: 0 0 49%;
		max-width: 49%;
	}

	.account-create form .input-box.customer-dob{
		display: grid;
		grid-template-columns: 1fr 1fr 2fr;
		grid-gap: 20px;
	}

	.account-create form .input-box.customer-dob > *{
		width: 100%;
	}

	.account-create form ul.contact_info li{
		flex: 0 0 32%;
		max-width: 32%;
	}

	.account-create ul.form-list .register-agreements>.field{
		margin-bottom: 15px;
	}

	.account-create ul.form-list .register-agreements>.field label{
		line-height: 20px;
	}

	input:not(input[type='checkbox']):not([type='radio']):not([type='submit']):not(.datetime-picker),
	select,
	textarea{
		color: #777777!important;
		background: #fff;
		border: solid 1px #e0e0e0!important;
		border-radius: 5px!important;
		padding: 11px;
		outline: none;
		width: 100%!important;
		height: auto!important;
	}

	select,
	textarea{
		padding: 11px!important;
	}

	.product-options dd input.datetime-picker{
		color: #777777!important;
		background: #fff;
		border: solid 1px #e0e0e0!important;
		border-radius: 5px!important;
		padding: 11px!important;
		outline: none;
		height: auto!important;
	}

	/* Agency Form Page Styling */

	ol.products-list li.item {
		box-shadow: none;
		border: solid 1px #D3D3D3;
	}

	ol.products-list li.item.last{
		border-bottom: solid 1px #D3D3D3;
	}

	/* Agent Page CSS Starts here */

	.category-agents .data-table th {
		background-color: #444;
	}

	.category-agents .data-table td{
		padding: 15px;
	}

	.category-agents .data-table td,
	.category-agents .data-table th{
		font-size: 14px;
	}

	.category-agents .data-table td table.details_listing td{
		padding: 0 5px;
	}

	.category-agents .data-table td table.details_listing td:first-child{
		padding-left: 0;
	}
	.category-agents .data-table td table.details_listing td:last-child{
		line-height: 20px;
		vertical-align: middle;
	}

	.category-agents .data-table h4{
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.5;
		color: #900;
	}

	.category-agents .data-table ul{
		margin-left: 0;
	}

	.category-agents .data-table ul li:last-child{
		margin-bottom: 20px;
	}

	.toolbar .pager,
	.toolbar .sorter{
		display: none;
	}

	/* Boon CSS */

	.account-login .new-users {
		border: none;
		-moz-box-shadow: inset 0 0 3px 3px #d4d2d2;
		-webkit-box-shadow: inset 0 0 3px 3px#d4d2d2;
		box-shadow: inset 0 0 3px 3px #d4d2d2;
		border-radius: 5px;
	}

	.account-login .registered-users {
		border: none;
		-moz-box-shadow: inset 0 0 3px 3px #d4d2d2;
		-webkit-box-shadow: inset 0 0 3px 3px #d4d2d2;
		box-shadow: inset 0 0 3px 3px #d4d2d2;
		border-radius: 5px;
	}

	.form-list li.control input.radio, .form-list li.control input.checkbox {
		margin-bottom: 3px;
	}

	.products-grid .product-name a,
	.products-list .product-name a {
		color: #900;
	}

	/* Boon CSS Ends here */

	.customer-account-create ul.form-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.customer-account-create ul.form-list li:not(.fields){
		flex: 0 0 49%;
		max-width: 49%;
	}

	.customer-account-create ul.form-list > li.fields,
	.customer-account-create ul.form-list li#register-agreements,
	.customer-account-create ul.form-list li.control{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.sf-menu {
		margin-top: -89px!important;
		width: 65%!important;
	}

	.sidebarclosebtn{
		display: none;
	}

	/* Guideline Page Changes from Mary Starts here */

	body .body-container{
		margin-top: 10px;
	}
	body .col-right.sidebar{
		margin-top: 105px;
	}
	.downloadable_heading{
		background: #78b927;
		color: #fff;
		padding: 10px;
		text-align: center;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.downloadable_sub_red_head{
		background: #c3002f;
		color:#fff;
		padding: 5px 10px;
		text-align:center;
		font-size:14px;
	}

	body.category-guidelines .page-title.category-title h1,
	body.category-legal .page-title.category-title h1{
		color: transparent;
		position: relative;
	}

	body.category-guidelines .page-title.category-title h1::before,
	body.category-legal .page-title.category-title h1::before{
		display: block;
		color: #333333;
		position: absolute;
	}

	body.category-guidelines .page-title.category-title h1::before {
		content: "Required Documents";
	}

	body.category-legal .page-title.category-title h1::before {
		content: "Refund Policy";
	}
	/* Guideline Page Changes from Mary ends here */

	/* Emgs Connect Banner Starts here */

	.emgs-connect-banner{
		display: grid;
		grid-template-columns: 110px auto 120px 130px;
		align-items: center;
		column-gap: 50px;
		flex-wrap: wrap;
		background-color: #e5e5e4;
		border-radius: 10px;
		padding: 20px;
		margin: 30px auto;
		border: 1px solid #d1d1d1;
	}
	.emgs-connect-banner .emgshub-applink img{
		display: block;
		margin-bottom: 0;
		width: 100%;
	}

	.emgs-connect-banner .emgshub-text p{
		font-size: 18px;
		text-align: left;
		font-weight: 600;
	}

	/* Emgs Connect Banner Ends here */

	/* Mobile Responsive */

	@media screen and (max-width: 767px) {
		.body-container {
			padding-right: 0!important;
			padding-bottom: 0!important;
			margin-bottom: 0!important;
		}

		.category-description table.data-table th{
			padding: 10px 15px !important;
		}

		/* .category-description table.data-table th,
		.category-description table.data-table td {
			display: block;
			width: 100%;
			box-sizing: border-box;
			text-align: left!important;
		} */

		.table-responsive{
			width: 100%;
			overflow-y: hidden;
			-ms-overflow-style: -ms-autohiding-scrollbar;
		}

		.account-create form .customer-name .field,
		.account-create form .password_info li,
		.account-create form .company_info li,
		.account-create form .street_info li,
		.account-create form .address_info li,
		.account-create form ul.contact_info li,
		.customer-account-create ul.form-list li:not(.fields){
			flex: 0 0 100%;
			max-width: 100%;
		}

		.account-create form .input-box.customer-dob{
			grid-template-columns: 1fr;
		}

		.account-create form {
			padding: 20px 20px;
		}

		.account-create .buttons-set{
			display: flex;
			justify-content: space-between;
		}

		.account-create .buttons-set p,
		.account-create .buttons-set a{
			flex: 0 0 49%;
		}

		.account-create button.button span span,
		.account-create .buttons-set .back-link a {
			font-family: 'Lato', sans-serif;
			padding-right: 25px;
			padding-left: 25px;
		}

		.account-create .buttons-set .back-link a,
		.account-create .buttons-set .back-link{
			margin-bottom: 0;
		}
	}

	/* Ebraiz CSS Ends here */

	/* Ebraiz - Visa Application Form CSS against UserAgent emgs_mobile_app - Starts */

	body.mobile-view.catalog-product-view,
	body.mobile-view.catalog-product-view .main-container,
	body.mobile-view.catalog-product-view .static-content,
	body.mobile-view.catalog-product-view .col-main,
	body.mobile-view.catalog-product-view .product-options,
	body.mobile-view.catalog-product-view .product-options-bottom,

	body.mobile-view.checkout-cart-index,
	body.mobile-view.checkout-cart-index .main-container,
	body.mobile-view.checkout-cart-index .col-main,
	body.mobile-view.checkout-cart-index .data-table tr.odd,
	body.mobile-view.checkout-cart-index .page-title.title-buttons,
	body.mobile-view.checkout-cart-index .cart .totals,
	body.mobile-view.checkout-cart-index .cart .cart-collaterals,

	body.mobile-view.checkout-onepage-index,
	body.mobile-view.checkout-onepage-index .main-container,
	body.mobile-view.checkout-onepage-index .col-main,

	body.mobile-view.checkout-onepage-success,
	body.mobile-view.checkout-onepage-success .col-main,

	body.mobile-view.customer-account-forgotpassword,
	body.mobile-view.customer-account-forgotpassword .main-container,
	body.mobile-view.customer-account-forgotpassword .col-main,

	body.mobile-view.customer-account-changeforgotten,
	body.mobile-view.customer-account-changeforgotten .main-container,
	body.mobile-view.customer-account-changeforgotten .col-main{
		background: #000000;
		color: #ffffff;
	}

	body.mobile-view.catalog-product-view .nav-container,
	body.mobile-view.catalog-product-view .header-container,
	body.mobile-view.catalog-product-view .footer-container,
	body.mobile-view.catalog-product-view .socials-container,
	body.mobile-view.catalog-product-view .bottom-container,
	body.mobile-view.catalog-product-view .top-container,
	body.mobile-view.catalog-product-view #sidebar,

	body.mobile-view.checkout-cart-index .nav-container,
	body.mobile-view.checkout-cart-index .header-container,
	body.mobile-view.checkout-cart-index .footer-container,
	body.mobile-view.checkout-cart-index .socials-container,
	body.mobile-view.checkout-cart-index .bottom-container,
	body.mobile-view.checkout-cart-index .top-container,

	body.mobile-view.checkout-onepage-index .nav-container,
	body.mobile-view.checkout-onepage-index .header-container,
	body.mobile-view.checkout-onepage-index .footer-container,
	body.mobile-view.checkout-onepage-index .socials-container,
	body.mobile-view.checkout-onepage-index .bottom-container,
	body.mobile-view.checkout-onepage-index .top-container,

	body.mobile-view.checkout-onepage-success .nav-container,
	body.mobile-view.checkout-onepage-success .header-container,
	body.mobile-view.checkout-onepage-success .footer-container,
	body.mobile-view.checkout-onepage-success .socials-container,
	body.mobile-view.checkout-onepage-success .bottom-container,
	body.mobile-view.checkout-onepage-success .top-container,
	body.mobile-view.checkout-onepage-success .sidebar,
	body.mobile-view.checkout-onepage-success .buttons-set,

	body.mobile-view.customer-account-login .nav-container,
	body.mobile-view.customer-account-login .header-container,
	body.mobile-view.customer-account-login .footer-container,
	body.mobile-view.customer-account-login .socials-container,
	body.mobile-view.customer-account-login .bottom-container,
	body.mobile-view.customer-account-login .top-container,
	body.mobile-view.customer-account-login .account-login .new-users,
	body.mobile-view.customer-account-login .registered-users .content h2,
	body.mobile-view.customer-account-login .registered-users .content p,
	body.mobile-view.customer-account-login .account-login .page-title h1,
	body.mobile-view.customer-account-login ul.form-list label.required,
	body.mobile-view.customer-account-login p,
	body.mobile-view.customer-account-login .notice-msg,

	body.mobile-view.customer-account-forgotpassword .nav-container,
	body.mobile-view.customer-account-forgotpassword .header-container,
	body.mobile-view.customer-account-forgotpassword .footer-container,
	body.mobile-view.customer-account-forgotpassword .socials-container,
	body.mobile-view.customer-account-forgotpassword .bottom-container,
	body.mobile-view.customer-account-forgotpassword .top-container,
	body.mobile-view.customer-account-forgotpassword .buttons-set p.back-link,

	body.mobile-view.customer-account-changeforgotten .nav-container,
	body.mobile-view.customer-account-changeforgotten .header-container,
	body.mobile-view.customer-account-changeforgotten .footer-container,
	body.mobile-view.customer-account-changeforgotten .socials-container,
	body.mobile-view.customer-account-changeforgotten .bottom-container,
	body.mobile-view.customer-account-changeforgotten .top-container,

	body.mobile-view.checkout-onepage-success p.order_number,
	body.mobile-view.checkout-cart-index p.continue_shopping,
	body.mobile-view.checkout-onepage-success .padding-s p:nth-of-type(3)
	{
		display: none;
	}

	body.mobile-view.catalog-product-view .main-container,
	body.mobile-view.catalog-product-view .main,

	body.mobile-view.checkout-cart-index .main-container,
	body.mobile-view.checkout-cart-index .main,

	body.mobile-view.checkout-onepage-index .main-container,
	body.mobile-view.checkout-onepage-index .main,

	body.mobile-view.checkout-onepage-success .main-container,
	body.mobile-view.checkout-onepage-success .main,

	body.mobile-view.customer-account-login .main-container,
	body.mobile-view.customer-account-login .main,

	body.mobile-view.customer-account-forgotpassword .main-container,
	body.mobile-view.customer-account-forgotpassword .main,

	body.mobile-view.customer-account-changeforgotten .main-container,
	body.mobile-view.customer-account-changeforgotten .main
	{
		margin-top: 0;
	}

	body.mobile-view.catalog-product-view h1,
	body.mobile-view.checkout-cart-index h1,
	body.mobile-view.checkout-onepage-index h1,
	body.mobile-view.checkout-onepage-success h1,
	body.mobile-view.customer-account-forgotpassword h1,
	body.mobile-view.customer-account-changeforgotten h1{
		font-size: 24px !important;
		text-align: left;
		color: #ffffff;
	}

	body.mobile-view.checkout-cart-index .continue_shopping a{
		color: #F9A01A;
	}

	body.mobile-view.customer-account-forgotpassword h1{
		text-transform: uppercase;
	}

	body.mobile-view.customer-account-forgotpassword h2{
		font-weight: bold;
		font-size: 18px;
		text-transform: uppercase;
	}

	body.mobile-view.catalog-product-view h3,
	body.mobile-view.catalog-product-view a,
	body.mobile-view.catalog-product-view span.price,

	body.mobile-view.checkout-onepage-index .form-list label,
	body.mobile-view.checkout-onepage-index .block .block-title strong,
	body.mobile-view.checkout-onepage-index #checkout-review-table td h3,
	body.mobile-view.checkout-onepage-index #checkout-review-table tfoot td,

	body.mobile-view.customer-account-forgotpassword .form-list label.required,
	body.mobile-view.customer-account-forgotpassword p,
	body.mobile-view.customer-account-forgotpassword .fieldset .legend,

	body.mobile-view.customer-account-changeforgotten .form-list label.required,
	body.mobile-view.customer-account-changeforgotten p,
	body.mobile-view.customer-account-changeforgotten .fieldset .legend,

	body.mobile-view.customer-account-login .account-login form#login-form .registered-users ul.form-list .input-box input::placeholder{
		color: #ffffff!important;
	}

	body.mobile-view.customer-account-changeforgotten .scaffold-form .fieldset{
		margin-top: 0 !important;
	}

	body.mobile-view.catalog-product-view .product-options,
	body.mobile-view.catalog-product-view .product-options-bottom,
	body.mobile-view.catalog-product-view .add-to-links,
	body.mobile-view.checkout-cart-index .cart .totals button.button > span{
		padding: 0;
		border: none;
	}

	body.mobile-view.catalog-product-view .autocomplete,
	body.mobile-view.catalog-product-view .product-options div.coh{
		color: #000000;
	}

	body.mobile-view.checkout-cart-index .cart .totals{
		width: 100%;
	}

	body.mobile-view.checkout-cart-index fieldset,
	body.mobile-view.checkout-onepage-index #checkout-review-table-wrapper{
		overflow-x: auto!important;
	}

	body.mobile-view.checkout-onepage-index #checkout-step-payment fieldset dt{
		display: flex;
		align-items: flex-start;
		gap: 5px;
	}

	body.mobile-view.checkout-onepage-index #checkout-review-table th{
		padding-left: 10px!important;
	}

	#menu-icon {
        top: -105px!important;
    }

	body.mobile-view.customer-account-login {
		background-image: url(../images/mobile_login_bg_2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		height: 100vh;
		display: flex;
		align-items: center;
	}

	body.mobile-view.customer-account-login .main-container,
	body.mobile-view.customer-account-login .col1-layout .col-main,
	body.mobile-view.customer-account-login .account-login .registered-users{
		background: transparent;
	}

	body.mobile-view.customer-account-login .account-login .registered-users{
		padding: 0;
		box-shadow: none;
	}

	body.mobile-view.customer-account-login .buttons-set button.button{
		margin-top: 40px;
	}

	body.mobile-view.customer-account-login .registered-users .content,
	body.mobile-view.customer-account-login .buttons-set button.button,
	body.mobile-view.customer-account-login button.button span span,
	body.mobile-view.customer-account-login button.button > span{
		width: 100%;
	}

	body.mobile-view.customer-account-login button.button > span,
	body.mobile-view.customer-account-forgotpassword button.button > span,
	body.mobile-view.customer-account-changeforgotten button.button > span,
	body.mobile-view.catalog-product-view button.button > span,
	body.mobile-view.checkout-cart-index button.button > span,
	body.mobile-view.checkout-onepage-index button.button > span{
		border-radius: 5px;
		border: none !important;
		background-color: transparent !important;
		background: none;
	}

	body.mobile-view.customer-account-login button.button span span,
	body.mobile-view.customer-account-forgotpassword button.button span span,
	body.mobile-view.customer-account-changeforgotten button.button span span,
	body.mobile-view.catalog-product-view button.button span span,
	body.mobile-view.checkout-cart-index button.button span span,
	body.mobile-view.checkout-onepage-index button.button span span,
	body.mobile-view.checkout-onepage-index p.back-link a{
		background: linear-gradient(179deg, #F9A01A 0%, #B20C32 250%) !important;
		font-size: 16px;
		border-radius: 10px;
		border: none;
		text-transform: capitalize;
		font-weight: 700;
		color: #fff;
	}

	body.mobile-view.checkout-onepage-index p.back-link a{
		padding-top: 9px;
		padding-bottom: 9px;
	}

	body.mobile-view.customer-account-login .account-login .page-title{
		position: relative;
		padding-right: 0;
	}

	body.mobile-view.customer-account-login .account-login .page-title::before{
		content: "";
		background: url(../images/student_login_logo.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100px;
		height: 100px;
		display: block;
		margin: 0 auto 30px;
	}

	body.mobile-view.customer-account-login .account-login .page-title::after{
		content: "Student Login";
		color: #fff;
		text-align: center;
		font-size: 21px !important;
		text-transform: uppercase;
		display: block;
		font-weight: 600;
		height: 21px;
		padding-top: 10px;
		margin-bottom: 20px;
	}

	body.mobile-view.customer-account-login .account-login .registered-users .f-left{
		display: block;
		text-align: right;
		color: #fff;
		margin-top: 15px;
		font-weight: 400;
		font-size: 14px;
		display: none;
	}

	body.mobile-view.customer-account-login .account-login form#login-form .registered-users ul.form-list .input-box input {
		border-radius: 10px !important;
		background-color: rgba(255, 255, 255, 0.5) !important;
		color: #000000 !important;
		border: none !important;
		font-size: 16px;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		padding-left: 50px !important;
	}

	body.mobile-view.customer-account-login input#email {
		background: url(../images/user.png) no-repeat 18px center / 20px !important;
	}

	body.mobile-view.customer-account-login input#pass {
		background: url(../images/lock.png) no-repeat 18px center / 20px !important;
	}

	body.mobile-view.catalog-product-view #loading-process .loader{
		left: 58%;
		padding: 15px 15px;
	}

	/* Ebraiz - Visa Application Form CSS against UserAgent emgs_mobile_app - Ends */