/* Minification failed. Returning unminified contents.
(849,2): run-time error CSS1030: Expected identifier, found ' '
(849,2): run-time error CSS1019: Unexpected token, found ' '
 */
.ks-banner-container {
	position: relative;
}
.ks-banner-container video {
	position: relative;
	z-index: 0;
}
.ks-banner-container img {
	width: 100%;
}
.ks-banner-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	max-width: 1200px;
	width: 100%;
}
.ks-banner-text1 {
	color: #ffffff;
	opacity: 0.7;
	font-size: 100px !important;
	line-height: 100px !important;
}
.ks-banner-text2 {
	color: #ffffff;
	opacity: 0.7;
	font-size: 35px !important;
	line-height: 37px;
}
@media (max-width: 768px) {
	.ks-banner-text1 {
	
	font-size: 50px !important;
	line-height: 50px !important;
}
.ks-banner-text2 {
	
	font-size: 24px !important;
	line-height: 24px;
}
	
	 }






.ks-sale-banner {
	display: block;
}
.ks-sale-banner img {
	width: 100%;
}
/***** rings banner  *****/	
.ks-rings-banner {
	position: relative;
}
.ks-rings-banner img {
	display: flex;
	margin-left: auto;
}
.ks-rings-banner-btn-section {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	width: 40%;
	color: #D0D0D0;
	border-bottom: 450px solid #000;
	border-right: 450px solid transparent;
}
.ks-rings-banner-btn-container {
	position: absolute;
	top: 65px;
}
.ks-rings-banner-btn-container .mdl-card__title-text, .ks-rings-banner-btn-container .mdl-card__subtitle-text {
	color: #fff;
}
/*** engagement ***/

.ks-engagement-education {
	background: url(../../Resources/Images.User/engagement-ring-educ.jpg) no-repeat;
	padding: 20px 25px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #ddd;
}
.ks-engagement-education button {
	margin: 40px auto;
}
.ks-engagement-education p {
	max-width: 1200px;
	margin: 0 auto;
}
/*** wedding ***/

.ks-wedding-education {
	background: url(../../Resources/Images.User/wedding-ring-education.jpg) no-repeat;
	padding: 20px 25px;
	color: #000;
	text-align: center;
	border-top: 1px solid #ddd;
}
.ks-wedding-education button {
	margin: 40px auto;
}
.ks-wedding-education p {
	max-width: 1200px;
	margin: 0 auto;
}
/***** jewelry banner  *****/

.ks-jewelry-banner {
	position: relative;
}
.ks-jewelry-banner-btn-section {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.8;
	width: 40%;
	color: #D0D0D0;
	border-bottom: 450px solid #000;
	border-left: 450px solid transparent;
}
.ks-jewelry-banner-btn-container {
	position: absolute;
	top: 65px;
	right: 0;
	text-align: right;
}
.ks-jewelry-banner-btn-container .mdl-card__title-text, .ks-jewelry-banner-btn-container .mdl-card__subtitle-text {
	color: #fff;
	display: flex;
	margin-left: auto;
}
.ks-jewelry-education {
	background: url(../../Resources/Images.User/jewelry-guide.jpg) no-repeat;
	padding: 20px 25px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #ddd;
}
.ks-jewelry-education button {
	margin: 40px auto;
}
.ks-jewelry-education p {
	max-width: 1200px;
	margin: 0 auto;
}
/***** loose diamond search  *****/

.ks-diamond-shapes-container {
	padding: 70px 25px;
	text-align: center;
}
.ks-diamond-shapes-container img {
	width: 100%;
	max-width: 128px;
	margin: 0 auto;
	display: block;
}
.ks-diamond-shapes-container a:hover img {
	opacity: 0.5;
}

@media (max-width: 478px) {
.ks-diamond-shapes-container {
	padding: 20px 10px;
}
}
/***** product container  *****/

.ks-product-container {
	padding: 20px 0;
	text-align: center;
}
.ks-product-container .mdl-grid {
	max-width: 1024px;
	justify-content: center;
}
.ks-product-container .mdl-card {
	width: auto;
	height: 300px;
}
.ks-product-container .mdl-card:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-webkit-transition: box-shadow ease-out 0.7s;
	-moz-transition: box-shadow ease-out 0.7s;
	-o-transition: box-shadow ease-out 0.7s;
	transition: box-shadow ease-out 0.7s;
}
.ks-product-container img {
	margin: 0 auto;
}
.ks-product-container .ks-pagination-container {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

@media (max-width: 478px) {
.ks-product-container {
	padding: 7px 0px;
}
}
/***** product container items  *****/	
.ks-card-item-price {
	font-weight: bold;
	font-size: 17px;
	color: #000;
}
.ks-card-item-newprice {
	font-weight: bold;
	color: #a21006;
	font-size: 19px;
	margin-left: 7px;
}
.ks-card-item-sale {
	position: absolute;
	background-color: #b3b3b3;
	width: 100%;
	bottom: 37px;
	color: #fff;
	font-size: 12px;
}
.ks-card-item-favorite {
	position: absolute;
	right: 7px;
	top: 7px;
}
.ks-card-item-favorite:hover i {
	color: #524150;
}
.ks-card-item-thumb {
	height: 220px;
	margin: 30px 10px 0px 10px;
}
.ks-card-item-thumb img {
	width: 100%;
}
.ks-card-item-thumb .mdl-card__supporting-text {
	position: absolute;
	bottom: 45px;
	left: 0;
}
.mdl-card__supporting-text {
	padding: 20px 10px;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 478px) {
.ks-card-item-thumb {
	height: 173px;
}
.ks-product-container .mdl-card {
	height: 250px;
}
}
/***** home custom ring  *****/		
.ks-custom-ring {
	position: relative;
}
.ks-custom-ring h1 {
	margin-bottom: 50px;
}
.ks-custom-ring-decor1 {
	width: 0;
	height: 0;
	border-bottom: 200px solid #524150;
	border-right: 1200px solid transparent;
}
.ks-custom-ring-decor2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 200px solid #e8e8e8;
	border-left: 1920px solid transparent;
}
.ks-custom-ring .mdl-grid {
	background-color: #e8e8e8;
	text-align: center;
}
.ks-custom-ring figure {
	min-height: 90px;
}

@media (max-width: 478px) {
.ks-custom-ring-decor1 {
	width: 0;
	height: 0;
	border-bottom: 50px solid #524150;
	border-right: 500px solid transparent;
}
.ks-custom-ring-decor2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 50px solid #e8e8e8;
	border-left: 500px solid transparent;
}
}
/***** design custom ring  page *****/	
.ks-custom-ring-exposition {
	padding: 40px 0;
	background-color: #e8e8e8;
}
.ks-custom-ring-exposition h1 {
	text-align: center;
}
.ks-custom-ring-exposition .mdl-grid {
	max-width: 1024px;
}
.ks-form-section {
	max-width: 1024px;
	margin: 0 auto;
}
.ks-form-section h2 {
	text-align: center;
}
.ks-form-section .mdl-textfield {
	width: 100%;
}
.ks-form-section .mdl-grid {
	max-width: 1024px;
}

@media (max-width: 768px) {
.ks-custom-ring-exposition .ks-flex-block {
	display: block;
}
.ks-custom-ring-exposition {
	text-align: center;
}
}
/***** home education  *****/		
.ks-home-education {
	background: url(../../Resources/Images.User/home-education.jpg) no-repeat;
	padding: 20px 25px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #ddd;
}
.ks-home-education button {
	margin: 40px auto;
}
.ks-home-education p {
	max-width: 1200px;
	margin: 0 auto;
}
/***** Testimonials  *****/		
.ks-testimonials {
	padding: 50px 0;
	background: #524150;
	color: #fff;
}
.ks-testimonials .owl-item {
	padding: 24px 12px;
	box-sizing: border-box;
}
.ks-testimonials-msg-container {
	max-width: 1024px !important;
	width: 100%;
	margin: 0px auto;
	min-height: auto;
	font-style: italic;
	font-size: 18px;
	line-height: 25px;
}
.ks-testimonials h1 {
	text-align: center;
}
/***** Newsletter  *****/			
.ks-newsletter-follow .mdl-grid {
	max-width: 1024px;
	margin: 20px auto;
}
.mdl-textfield__label:after {
	background-color: #524150 !important;
}
.ks-newsletter-follow a {
	margin-right: 15px;
}
.ks-newsletter-follow a i.fa {
	font-size: 40px;
	color: #000;
}
.ks-newsletter-follow a:hover i.fa {
	color: #524150;
	-webkit-transition: color ease-out 0.2s;
	-moz-transition: color ease-out 0.2s;
	-o-transition: color ease-out 0.2s;
	transition: color ease-out 0.2s;
}
/***** footer  *****/
.mdl-mega-footer {
	background-color: #000;
}
.mdl-mega-footer__heading {
	font-size: 22px;
}
.mdl-mega-footer__link-list li {
	position: relative;
	margin-bottom: 10px;
}
.ks-footer-contacts li i {
	position: absolute;
	top: -2px;
}
.ks-footer-contacts span {
	margin-left: 35px;
}
.ks-footer-payments li {
	display: inline-block;
	margin-right: 7px;
	font-size: 35px;
}
/***** diamond education  *****/		
.ks-diamond-education {
	background: url(../../Resources/Images.User/diamond-education.jpg) no-repeat;
	padding: 20px 25px;
	color: #fff;
	text-align: right;
}
.ks-diamond-education p {
	max-width: 1024px;
	display: flex;
	margin-left: auto;
}

@media (max-width: 478px) {
.ks-diamond-education {
	padding: 7px 15px;
	text-align: center;
}
}
/***** custom diamond gem search  *****/	

.ks-custom-diamond-gem-search {
	background: url(../../Resources/Images.User/custom-diamond-bg.jpg) no-repeat;
	padding: 40px 25px;
	color: #fff;
	text-align: center;
}
.ks-custom-diamond-gem-search p {
	max-width: 1024px;
	margin: 0 auto;
}
.ks-custom-diamond-gem-search .ks-more-button-light {
	margin-top: 40px;
	margin-bottom: 60px;
}

@media (max-width: 478px) {
.ks-custom-diamond-gem-search {
	padding: 7px 15px;
}
.ks-custom-diamond-gem-search .ks-more-button-light {
	margin-top: 24px;
	margin-bottom: 24px;
}
}
/***** rings classifications  *****/		

.ks-rings-classification {
	text-align: center;
}
.ks-rings-classification img {
	max-width: 500px;
	width: 100%;
}
/***** rings styles  *****/	

.ks-rings-styles {
	position: relative;
	text-align: center;
}
.ks-rings-styles .mdl-card {
	width: auto !important;
}
.ks-rings-styles .mdl-card__title {
	justify-content: center;
}
.ks-rings-styles-decor1 {
	width: 0;
	height: 0;
	border-bottom: 200px solid #e8e8e8;
	border-right: 1200px solid transparent;
}
.ks-rings-styles-decor2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 200px solid #e8e8e8;
	border-left: 1920px solid transparent;
}
.ks-rings-styles-decor3 {
	width: 0;
	height: 0;
	border-top: 200px solid #e8e8e8;
	border-right: 1920px solid transparent;
}
.ks-rings-styles-decor4 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 200px solid #e8e8e8;
	border-left: 1200px solid transparent;
}
.ks-styles-container {
	background-color: #e8e8e8;
	margin-top: -24px;
}

.ks-styles-container .mdl-grid {
	justify-content:center;}

.ks-styles-container p {
	max-width: 1024px;
	margin: 0 auto;
}
.ks-rings-styles img {
	margin: 0 auto;
}
/***** jewelry filter  *****/	

.ks-sorting-container .mdl-button {
	border: 1px solid #e8e8e8;
	width: calc(100% - 32px);
	text-align: left;
	color: #524150;
}
.ks-sorting-selected {
	background: rgba(158,158,158,0.2) !important;
	display: flex;
}
.ks-sorting-selected:after {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'done';
	margin-left: auto;
	margin-top: 5px;
	padding-left: 24px;
}
.ks-sorting-container .mdl-grid div {
	margin: 7px;
}
/***** item details  *****/	
		
.ks-item-details {
	max-width: 1024px;
	margin: 0 auto 24px;
}
.ks-item-details .ks-image-section {
	margin: 24px auto;
	min-height: 370px;
}
.ks-image-section {
	position: relative;
}
.ks-details-info {
	width: calc(100% - 350px);
}
.ks-details-info h2 {
	margin-top: 0;
}
.ks-details-img {
	min-height: 370px;
	width: 320px;
}
.ks-details-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ks-details-price span {
	font-size: 22px;
}
.ks-details-price .text-bold {
	margin-left: 7px;
}
.ks-spec--space {
	padding-right: 14px !important;
}
.ks-details-info button {
	margin: 24px auto;
}
.ks-item-detaild-info table {
	font-size: 15px;
	width: 100%
}
.ks-item-detaild-info .mdl-data-table__cell--non-numeric {
	font-weight: bold;
}
.ks-item-center-stone .mdl-grid {
	justify-content: center;
}

@media (max-width: 768px) {
.ks-details-info {
	position: relative;
	left: 0px;
	width: 100% !important;
}
.ks-details-img {
	margin: 0 auto;
}
.ks-details-info h2 {
	margin-top: 25px;
	text-align: center;
}
.ks-details-info .mdl-cell {
	text-align: center;
}
.ks-spec--space {
	padding-right: 0px !important;
}
a.ks-spec--space {
	padding-right: 14px !important;
}
}
/*** About *****/
	
.ks-about .mdl-grid {
	max-width: 1024px;
}
.ks-about-top-section h1, .ks-about-top-section h2 {
	margin: 24px auto;
}
.ks-about-top-section span {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 24px;
}
.ks-about-services h2 {
	text-align: center;
}
.ks-about-services p {
	text-align: left;
}
.ks-about-thankyou {
	text-align: center;
	border: 1px solid #524150;
	padding: 24px;
	max-width: 1024px;
	margin: 50px auto;
}

@media (max-width: 768px) {
.ks-about-thankyou {
	padding: 7px;
}
}
/**** diamond filters ***/	
.ks-diamond-list.mdl-grid {
	max-width: 1024px;
}
.ks-diamond-list .mdl-tabs__tab-bar {
	justify-content: flex-start;
}
.ks-diamond-list h1 {
	margin: 0 auto;
}
.ks-diamond-filter-result .mdl-data-table, .ks-diamond-filter-result {
	width: 100%;
}
.ks-diamond-filter-result .mdl-data-table {
	width: 100%;
	font-size: 17px;
	border: 0;
}
.ks-diamond-filter-result {
	margin: 50px auto;
}
.ks-diamond-filter-result .mdl-data-table th {
	font-size: 16px;
	background: #524150;
	color: #fff;
}
.ks-diamond-filter-result .mdl-data-table th .mdl-data-table__select {
	display: none;
}
.ks-pagination-container {
	margin-top: 24px;
	display: flex;
	justify-content: flex-end;
}
.ks-responsive-table {
	overflow-y: auto;
	padding-bottom: 10px;
}
.ks-filters-section {
	width: 100%;
	position: relative;
}
.ks-filters-section .mdl-accordion .mdl-navigation__link {
	display: block;
	border-bottom: 2px solid #d09519;
	margin-right: 0 !important;
	padding: 4px 35px 4px 35px !important;
	font-size: 17px;
}
.ks-filters-section .mdl-accordion .mdl-accordion__icon {
	left: 0px !important;
	right: inherit !important;
	padding: 2px !important;
	margin-top: 0px !important;
	color: #000;
}
.ks-filters-section .mdl-accordion.mdl-accordion--opened {
	border: none !important;
}
.ks-filters-section label {
	display: block;
	margin-bottom: 10px;
}
.ks-filters-section input[type=checkbox] {
	display: none;
}
.ks-filters-section input[type=checkbox] + label {
	height: 32px;
	width: 32px;
	display: inline-block;
	padding: 1px;
	margin: 1px;
}
.ks-filters-section input[type=checkbox]:checked + label {
	border: 1px solid #000;
	border-radius: 3px;
	height: 32px;
	width: 32px;
	display: inline-block;
	padding: 0 0 0 0px;
}
.ks-filters-section input[type=checkbox].ks-round-checkbox + label {
	background: url(../../Resources/Shapes/ROUND.png) no-repeat;
	background-size: contain;
}
.ks-filters-section input[type=checkbox].ks-asscher-checkbox + label {
	background: url(../../Resources/Shapes/ASSCHER.png) no-repeat;
	background-size: contain;
}
.ks-filters-section input[type=checkbox].ks-baguette-checkbox + label {
	background: url(../../Resources/Shapes/BAGUETTE.png) no-repeat;
	background-size: contain;
}
.ks-filters-section input[type=checkbox].ks-cushion-checkbox + label {
	background: url(../../Resources/Shapes/CUSHION.png) no-repeat;
	background-size: contain;
}
.ks-filters-section input[type=checkbox].ks-emerald-checkbox + label {
	background: url(../../Resources/Shapes/EMERALD.png) no-repeat;
	background-size: contain;
}
.ks-filters-section input[type=checkbox].ks-heart-checkbox + label {
	background: url(../../Resources/Shapes/heart.png) no-repeat;
	background-size: contain;
}
.ks-filters-section input[type=checkbox].ks-marquise-checkbox + label {
	background: url(../../Resources/Shapes/marquise.png) no-repeat;
	background-size: contain;
}
.ks-filters-section input[type=checkbox].ks-oval-checkbox + label {
	background: url(../../Resources/Shapes/oval.png) no-repeat;
	background-size: contain;
}
.ks-filters-section input[type=checkbox].ks-princess-checkbox + label {
	background: url(../../Resources/Shapes/princess.png) no-repeat;
	background-size: contain;
}
.ks-filters-section input[type=checkbox].ks-radiant-checkbox + label {
	background: url(../../Resources/Shapes/radiant.png) no-repeat;
	background-size: contain;
}
.ks-filters-section input[type=checkbox].ks-pear-checkbox + label {
	background: url(../../Resources/Shapes/pear.png) no-repeat;
	background-size: contain;
}
.ks-filters-section input[type=checkbox].ks-trillion-checkbox + label {
	background: url(../../Resources/Shapes/trillion.png) no-repeat;
	background-size: contain;
}
/*** jewelry list ***/
	
.ks-jewelry-list.mdl-grid {
	max-width: 1024px;
}
.ks-jewelry-list .ks-product-container {
	padding-top: 10px;
}
.ks-filters-section .ks-drawer-separator {
	margin: 20px 0;
}
.ks-filter-done-btn {
	visibility: hidden;
	height: 0;
}
.ks-filters-section .mdl-accordion.mdl-accordion--opened .ks-filter-done-btn {
	visibility: visible;
	margin-bottom: 20px;
	height: auto;
}
.ks-filters-section .mdl-accordion__content.mdl-animation--default {
	padding-bottom: 15px;
}
.ks-jewelry-list .ks-reset-button {
	width: 100%;
}
/**** services ***/
.ks-services-blocks .mdl-cell {
	text-align: center;
}
.ks-services-blocks .material-icons {
	font-size: 62px;
	color: #524150;
	display: block;
}
.ks-services-blocks h2 {
	text-align: center;
}
. h3 {
	text-align: center;
	margin-top: 50px;
}

.ks-customer-services {text-align:center;}
.ks-customer-services .mdl-grid {
	max-width: 900px;
	justify-content: space-between;
	text-align: center;
}
.ks-customer-services .material-icons {
	display: block;
	color: #524150;
	font-size: 50px;
}
.ks-customer-services a {
	font-size: 22px;
}
.ks-about-products {
	text-align: center;
}

.ks-about-products img{
	width:100%;
	max-width:500px;
}
.ks-about-products a {
	text-decoration: underline;
}

@media (max-width: 478px) {
.ks-customer-services .material-icons {
	display: block;
	color: #524150;
	font-size: 30px;
}
.ks-customer-services a {
	font-size: 18px;
}
}
/**** account ***/	
		
.ks-account-layout h2 {
	text-align: center;
}
.ks-account-layout .mdl-grid {
	max-width: 1024px;
}



.ks-account-layout .ks-more-button-light {
	margin-top: 14px;
}
.ks-account-layout label {
	font-weight: bold;
}
.ks-account-address-block {
	background: #d0d0d0;
	padding: 24px;
}
.ks-edit-account-layout h2 {
	text-align: center;
}
.ks-edit-account-layout .mdl-grid {
	max-width: 920px;
	justify-content: center;
}
.ks-edit-account-layout .mdl-textfield, .ks-edit-account-layout .mdl-select {
	width: 100%;
	max-width: 100%;
}
.ks-edit-account-layout .mdl-radio__label {
	margin-right: 14px;
}
/*** login ***/

.ks-login-form .mdl-grid {
	max-width: 700px;
	justify-content: center;
	text-align: center;
}
.ks-login-form .mdl-textfield, .ks-login-form .mdl-select {
	width: 100%;
	max-width: 100%;
}
/**** education ***/
		
.ks-education-blocks .mdl-grid {
	text-align: center;
	justify-content: center;
}
.ks-education-blocks img {
	max-width: 500px;
}
.ks-education-blocks .ks-big-img {
	max-width: 900px;
	width: 100%;
}
.ks-education-layout .mdl-grid {
	max-width: 1024px;
}
.ks-education-layout img {
	margin: 24px;
}

.ks-education-layout ul li {
	font-size:18px;
	margin-bottom:15px;}
	.ks-chain-type {
		justify-content:center;}
	.ks-chain-type img {
	    display: block;
	margin:5px 0px !important}
/*** shopping cart ****/
	
.ks-items-list {
	padding: 8px;
	margin: 0 auto;
	max-width: 1024px;
}
.ks-items-list h2 {
	text-align: center;
}
.ks-items-list .ks-more-button-light {
	margin-left: auto !important;
}
.ks-items-list .mdl-button {
	margin: 24px 0px;
}
.ks-items-list .mdl-data-table th {
	font-size: 16px;
	background: #524150;
	color: #fff;
}
.ks-items-list .mdl-data-table {
	width: 100%;
	font-size: 17px;
	border: 0;
}
.ks-cart-item-img {
	display: block;
}
.ks-cart-item-img img {
	width: 100%;
	min-width: 150px;
}
.ks-items-list .mdl-select {
	width: auto;
	padding-top: 0px;
}
.ks-cart-item-action {
	display: block;
	font-size: 14px;
	position: relative;
}
.ks-cart-item-action .material-icons {
	position: absolute;
	top: 3px;
	font-size: 20px;
}
.ks-cart-item-action span {
	margin-left: 23px
}
.ks-items-list .mdl-data-table td {
	padding: 12px 18px !important;
}
.ks-cart-action {
	display: flex;
	justify-content: space-between;
}
.ks-cart-action .ks-cart-checkout {
	text-align: right;
	order: 2;
	font-weight: bold;
}

@media (max-width: 768px) {
.ks-cart-action {
	display: block;
	text-align: center;
}
.ks-cart-action .ks-cart-checkout {
	text-align: center;
	order: 1;
}
}
/*** contact us ***/

.ks-contact-info-blocks {
	text-align: center;
}
.ks-contact-info-blocks .mdl-grid {
	max-width: 900px;
}
.ks-contact-info-blocks address {
	font-size: 17px;
	line-height: 26px;
}
.ks-contact-info-blocks .material-icons {
	font-size: 50px;
	display: block;
}
/*** wish list ***/

.ks-wish-list-container .mdl-grid {
	max-width: 1024px;
	text-align: center;
	justify-content: center;
}
.ks-wish-list-container .ks-more-button {
	margin: 0;
}
.ks-wish-list-container .mdl-card__actions {
	padding: 0px;
}
.ks-wish-list-container .mdl-card__supporting-text {
	padding: 12px 10px;
}
.ks-wish-list-container .mdl-card__title-text {
	font-size: 13px;
}
.ks-wish-list-container .mdl-card__title.mdl-card--expand {
	padding: 5px 0px
}
.ks-wish-list-container .mdl-card {
	width: auto;
}
.ks-wish-list-container .ks-card-item-thumb {
	height: auto;
}
.ks-wish-list-container .ks-remove-link {
	display: block;
	font-size: 14px;
	position: relative;
	margin-top: 10px;
}
.ks-wish-list-container .ks-remove-link .material-icons {
	position: absolute;
	top: -3px;
	font-size: 20px;
}
.ks-wish-list-container .ks-remove-link span {
	margin-left: 23px;
}
.ks-wish-list-container .ks-card-item-thumb {
	position: relative;
}
.ks-wish-list-container .mdl-card__title.mdl-card--expand {
	position: absolute;
	bottom: -10px;
	justify-content: center;
	text-align: center;
}

@media (max-width: 478px) {
.ks-wish-list-container .mdl-card__supporting-text {
	padding: 5px;
}
}
/*** search list ***/

.ks-search-list {
	margin: 0 auto;
	max-width: 1024px;
}
.ks-search-list-title {
	font-size: 25px;
	line-height: 55px;
}
/*** order history ***/
 
.ks-order-details .mdl-grid {
	max-width: 1024px;
}
.ks-order-details .mdl-grid h4 {
	padding: 5px 10px;
	background: #e8e8e8;
}
/*** checkout ***/

.ks-checkout-section {
	margin: 0 auto;
	max-width: 1024px;
	text-align: center;
}
.ks-checkout-section .mdl-textfield, .ks-checkout-section .mdl-select {
	width: 100%;
	max-width: 100%;
}
.ks-checkout-section .mdl-checkbox {
	width: auto;
}
/*** faq ***/

.ks-faq-layout {
	margin: 50px auto;
	max-width: 1024px;
}
.ks-faq-layout h1 {
	text-align: center;
	margin: 25px 0;
}
.ks-faq-layout h3 {
	margin-top: 50px;
	text-align: center;
}
.ks-question {
	font-size: 20px;
	margin: 30px 0 10px;
	text-decoration: underline;
	color: #524150;
	font-weight: bold;
}
/*** polices ***/

.ks-polices-layout {
	margin: 0 auto;
	max-width: 1024px
}
.ks-polices-layout h1 {
	text-align: center;
	margin: 25px 0;
}

.ks-list-item {
	font-size:18px;}

/*** shipping ***/
.ks-shipping-layout {
	margin: 0 auto;
	max-width: 1024px
}
.ks-shipping-layout h1 {
	text-align: center;
	margin: 25px 0;
}
.ks-shipping-layout .ks-items-list .ks-responsive-table {
	margin: 30px auto;
}


.ks-note {    font-size: 18px;
    margin: 30px auto;
    text-align: center;}


.ks-made-by-block {
 background-color:#000;
 text-align:center;
 padding: 24px 10px;
 }
 
.ks-made-by-block h5 {
 margin:0 !important;
 color:#fff;
        line-height:25px;
 }
.mdl-layout__header.is-compact {
	height: 64px;
}
.ks-search-box .mdl-textfield__input {
	color: #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}
.ks-search-box .material-icons {
	color: #D0D0D0;
}
.ks-header .mdl-menu__container {
	z-index: 50;
	margin: 0 !important;
}
.mdl-textfield--expandable {
	width: auto;
}
.ks-mobile-title {
	display: none !important;
}
.ks-logo-image {
	width: 320px;
}
.ks-amount-info {
	padding-right: 12px;
	padding-left: 30px;
	background: url(../../Resources/Images.User/US_flag.png) no-repeat;
}
.mdl-layout__drawer .mdl-navigation {
	padding-top: 0px;
}
.ks-header .material-icons {
	color: #767777 !important;
}
.ks-header .mdl-navigation__link {
	color: #757575;
	font-weight: 700;
	font-size: 14px;
}
.mdl-layout__header-row .mdl-navigation__link .material-icons {
	position: relative;
	top: 6px;
}
.ks-navigation-container {
	/* Simple hack to make the overflow happen to the left instead... */
	direction: rtl;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),  width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),  width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.ks-navigation {
	/* ... and now make sure the content is actually LTR */
	direction: ltr;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.ks-search-box.is-focused + .ks-navigation-container {
	opacity: 0;
	width: 100px;
}
.ks-navigation .mdl-navigation__link {
	display: inline-block;
	height: 60px;
	line-height: 68px;
	background-color: transparent !important;
	border-bottom: 4px solid transparent;
}
.ks-navigation .mdl-navigation__link:hover {
	border-bottom: 4px solid #D0D0D0;
}
.ks-search-box {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 16px;
	margin-right: 16px;
}
.ks-drawer {
	border-right: none;
}
.ks-drawer .mdl-navigation__link {
	padding: 7px 12px !important;
}
.ks-drawer-separator {
	height: 1px;
	background-color: #dcdcdc;
	margin: 8px 0;
}
.ks-drawer .mdl-navigation__link.mdl-navigation__link {
	font-size: 14px;
	color: #201e24;
}
.ks-drawer span.mdl-navigation__link.mdl-navigation__link {
	color: #8bc34a;
}
.ks-drawer .mdl-layout-title {
	padding: 0;
	margin-bottom: 5px;
	border-bottom: 3px solid #000;
}
.ks-drawer .ks-logo-image {
	width: 160px;
}
.mdl-layout__header {
	color: #000;
	background-color: #fff;
}
.mdl-layout__header .mdl-layout__drawer-button {
	color: #000;
}
.mdl-layout__header-row {
	padding-left: 70px;
}
.mdl-layout__header-row .mdl-navigation__link {
	color: #000;
}
.ks-main-manu-container.mdl-layout__header-row .mdl-navigation__link {
	color: #D0D0D0;
}
a, li {
	color: darken(#9e9e9e, 20%);
	text-decoration: none;
}
.nav > li {
	display: inline-block;
	cursor: pointer;
}
.nav > li:hover {
	background: lighten(#9e9e9e, 30%);
}
.drop {
	position: relative;
}
.drop div {
	position: absolute;
	left: 0;
	padding: 15px 40px 15px 0;
	background-color: #fff;
	display: flex;
	transition: all 0.3s ease;
	transform: scale(0);
	transform-origin: 0 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
.drop ul li {
	display: block;
	width: 100%;
}
.drop ul li a {
	width: 100%;
	padding: 5px 0px;
	display: inline-block;
	white-space: pre;
	box-sizing: border-box;
}
.drop ul li a:hover {
	text-decoration: underline;
}
.drop:hover div {
	transform: scale(1);
}
.ks-drop-from-right div {
	left: auto;
	right: 0;
	transform-origin: 100% 0;
}
.mdl-layout__header--waterfall {
	overflow: visible;
}
.ks-main-manu-container {
	background-color: #524150;
}
.is-casting-shadow.is-compact .ks-main-manu-container {
	display: none;
}
.mdl-navigation__link {
	padding: 0px 12px !important;
	font-size: 15px;
}
/**** left navigation accordion ****/	
	
.ks-drawer .mdl-accordion {
	position: relative;
	margin: 2px 0;
}
.ks-drawer .mdl-accordion__content .mdl-navigation__link {
	margin-left: 18px !important;
}
.ks-drawer .mdl-accordion__button {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	margin-right: 7px;
}
.mdl-accordion.mdl-accordion--opened {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-top: -1px;
}
.mdl-accordion.mdl-accordion--opened + .mdl-accordion.mdl-accordion--opened {
	border-top: none;
	margin-top: 0;
}
.mdl-accordion .mdl-accordion__content-wrapper {
	overflow: hidden;
}
.mdl-accordion .mdl-accordion__content {
	transition-property: margin-top;
	transition-duration: 0.2s;
}
.mdl-accordion .mdl-accordion__icon {
	transition-property: transform;
	transition-duration: 0.2s;
	color: rgba(0,0,0,0.3);
	position: absolute;
	right: 6px;
	padding: 5px;
}
.mdl-accordion .mdl-navigation__link {
	margin-right: 57px !important;
}
.mdl-accordion.mdl-accordion--opened .mdl-accordion__icon {
	transform: rotate(-180deg);
}
.mdl-accordion.mdl-accordion--opened .mdl-accordion__button {
	color: #000;
}
.mdl-accordion.mdl-accordion--opened .mdl-accordion__content {
	margin-top: 0 !important;
}
.mdl-badge[data-badge]:after {
	background-color: #a21006;
	top: -9px;
	right: -16px;
}

/*** Media ***/	
	
@media (max-width: 1024px) {
.ks-title .ks-logo-image {
	width: 200px;
}
.mdl-layout__header-row {
	padding-left: 55px;
}
}

@media (max-width: 930px) {
.ks-main-manu-container {
	display: none;
}
}

@media (max-width: 480px) {
.ks-title .ks-logo-image {
	width: 130px;
}
}

/**** Mobile layout ****/
@media (max-width: 840px) {
.ks-navigation-container {
	display: none;
}
/* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
.android.ks-search-box.is-focused ~ .ks-mobile-title,  .ks-search-box.is-focused + .ks-navigation-container + .ks-mobile-title {
	opacity: 0;
}
.ks-search-box.is-focused {
	width: calc(100% - 48px);
}
.ks-search-box .mdl-textfield__expandable-holder {
	width: 100%;
}
}
.ks-account-nav {
	width: 46px;
	height: 46px;
}
.ks-dropmenu-item {
	background: #d09519;
	color: #fff;
}
.ks-dropmenu-item:hover {
	background: #d09519;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	line-height: 26px;
}
/* Disable ugly boxes around images in IE10 */
a img {
	border: 0px;
}
a {
	color: #2F2C35;
}

::-moz-selection {
 background-color: #777777;
 color: #fff;
}
::selection {
	background-color: #777777;
	color: #fff;
}
p {
	font-size: 18px;
}
.text-bold {
	font-weight: bold;
}
.ks-font-1 {
	font-size: 18px !important;
	line-height: 23px !important;
}
.ks-font-2 {
	font-size: 15px !important;
	line-height: 17px !important;
}
h1 {
	font-size: 60px !important;
	line-height: 75px !important;
}
h2 {
	font-size: 40px !important;
	line-height: 55px !important;
}
h3 {
	font-size: 28px !important;
	line-height: 42px !important;
}
h4 {
	font-size: 20px !important;
	line-height: 27px !important;
}
.mdl-card__actions, .mdl-card__subtitle-text {
	padding: 16px;
}
.mdl-card__subtitle-text {
	font-size: 17px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Cinzel !important;
}
.ks-active-menu {
	border-bottom: 4px solid #D0D0D0 !important;
}
.ks-left-active-menu {
	font-weight: bold;
}
.ks-gray-bg {
	background-color: #f8f8f8;
}
.ks-flex-block {
	display: flex;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.mdl-textfield__input {
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}
.ks-required-field:before {
	content: '*';
	color: #a21006;
	font-size: 20px;
}
.mdl-button--primary.mdl-button--primary {
	color: #524150;
}
.ks-more-link {
	font-weight: bold;
	color: #524150;
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}


.ks-copyright-msg {
	font-size: 12px;
	margin: 2px 8px;
}

.ks-img-width1 {
	width:35%;}
	
.ks-img-width2 {
	width:50%;}	
	
.ks-img-width3 {
	width:100%;}	
	
.ks-img-width4 {
	width:auto;}	

@media (max-width: 768px) {
.mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
	padding-left: 7px;
}

h1 {
	    font-size: 45px !important;
    line-height: 60px !important;
}
h2 {
	font-size: 33px !important;
    line-height: 48px !important;

}
h3 {
	font-size: 24px !important;
    line-height: 30px !important;
}
h4 {
	font-size: 20px !important;
	line-height: 27px !important;
}

.ks-rings-styles-decor1 {
    border-bottom: 80px solid #e8e8e8;
    border-right: 800px solid transparent;
}
.ks-rings-styles-decor2 {
    border-bottom: 80px solid #e8e8e8;
    border-left: 800px solid transparent;
}

.ks-custom-ring-decor1 {
    border-bottom: 80px solid #524150;
    border-right: 800px solid transparent;
}
.ks-custom-ring-decor2 {
    border-bottom: 80px solid #e8e8e8;
    border-left: 800px solid transparent;
}

.ks-rings-styles-decor3 {
    border-top: 80px solid #e8e8e8;
    border-right: 800px solid transparent;
}
.ks-rings-styles-decor4 {
    border-top: 80px solid #e8e8e8;
    border-left: 800px solid transparent;
}


}


@media (max-width: 478px) {
	h1 {
	      font-size: 35px !important;
    line-height: 40px !important;
	margin: 10px 0;
}
h2 {
	font-size: 28px !important;
    line-height: 38px !important;

}
h3 {
	font-size: 24px !important;
    line-height: 30px !important;
}
h4 {
    font-size: 16px !important;
    line-height: 22px !important;
}

p {
    font-size: 16px;
}

.mdl-mega-footer {
    padding: 16px 22px; }
	
	.ks-copyright-msg {
    font-size: 10px; }
	
	
	
.ks-rings-styles-decor1 {
    border-bottom: 72px solid #e8e8e8;
    border-right: 478px solid transparent;
}
.ks-rings-styles-decor2 {
    border-bottom: 72px solid #e8e8e8;
    border-left: 478px solid transparent;
}

.ks-rings-styles-decor3 {
    border-top: 72px solid #e8e8e8;
    border-right: 478px solid transparent;
}
.ks-rings-styles-decor4 {
    border-top: 72px solid #e8e8e8;
    border-left: 478px solid transparent;
}
	.ks-custom-ring-decor1 {
    border-bottom: 70px solid #524150;
    border-right: 478px solid transparent;
}
.ks-custom-ring-decor2 {
    border-bottom: 70px solid #e8e8e8;
    border-left: 478px solid transparent;
}

.ks-img-width2 {
	width:100%;
	margin: 24px 7px !important;}	
	
.ks-img-width1 {
	width:100%;
	margin: 24px 7px !important;}	
	
	.ks-img-width3 {
	width:100%;
	margin: 24px 7px !important;}
	
	.ks-img-width4 {
		float:none;
		margin:24px auto;}
	
	}

.ks-more-button-light {
	color:#fff !important;
	background-color:#d09519 !important;
	padding: 0 30px;
	font-size:20px;
	height:55px;
	line-height:55px;
	}
	
	
.ks-more-button {
	margin:50px auto;
	height: 55px;
	 line-height: 55px;
    padding: 0 30px;
	font-size: 20px;
    font-weight: normal;
	background-color: #524150 !important;
	}	
	
	.ks-more-button-secondary {
	margin:50px 24px;
	height: 55px;
    min-width: 160px;
    padding: 0 30px;
	font-size: 20px;
    font-weight: normal;
	color:#524150 !important;
	background-color: #f8f8f8 !important;
	}
	
.ks-right-button {
	margin-left: auto;
    margin-top: 20px;
    height: 50px;
    min-width: 100px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: normal;
    background-color: #d09519 !important;}	
	
.ks-reset-button {
	margin-left: auto;
    padding: 0 10px;
    font-size: 15px;
    font-weight: normal;
    color: #524150 !important;
    background-color: #f8f8f8 !important;
    line-height: 44px;
	height:44px;}	
	
.ks-reset-button i {
	line-height:44px;}	
	
.ks-filter-done-btn {
	    display: inline-block;
    border-bottom: 0px !important;
    line-height: 40px;
    padding: 0px 7px !important;
    margin-left: auto;
	color:#fff !important;
	background-color: #d09519 !important;}		
	
.ks-subscribe-button {
	margin-left: auto;
    height: 35px;
    min-width: 100px;
    padding: 0 30px;
	margin-bottom: 5px;
    font-size: 18px;
    font-weight: normal;
    background-color: #d09519 !important;}	
	
.ks-add-button {
	margin:24px 12px;
	height: 35px;
    min-width: 120px;
    padding: 0 30px;
	font-size: 18px;
    font-weight: normal;
	color:#524150 !important;
	background-color: #f8f8f8 !important;
	}
	
.ks-link-btn {
	display: inline-block;
	height: 50px;
	padding:0 30px;
	font-size: 18px;
	line-height:50px;
    font-weight: normal;
	color:#fff !important;
	background-color: #524150 !important;
	}			
	
	
@media (max-width: 478px) { 
.ks-more-button-light {
	padding: 0 20px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
	width:100%;
	justify-content: center;
	}
	
	.ks-more-button {
	    margin: 20px auto;
    height: 45px;
	 line-height: 45px;
    padding: 0 20px;
    font-size: 16px;
	width:100%;
	    justify-content: center;
	}	
}	

	              .mdl-select {
          position: relative;
          font-size: 16px;
          display: inline-block;
          box-sizing: border-box;
          width: 100%;
          max-width: 400px;
          margin: 0;
          padding: 20px 0;
        }

        .mdl-select__input {
          border: none;
          border-bottom: 1px solid #ccc;
          display: inline-block;
          font-size: 16px;
          margin: 0;
          padding: 7px 0;
          width: 100%;
          background: 16px;
          text-align: left;
          color: inherit;
        }

        .mdl-select.is-focused .mdl-select__input {	outline: none; }
        .mdl-select.is-invalid .mdl-select__input { 
          border-color: rgb(222, 50, 38);
            box-shadow: none;
          }

        .mdl-select.is-disabled .mdl-select__input {
          background-color: transparent;
          border-bottom: 1px dotted rgba(0,0,0, 0.12);
        }

        .mdl-select__label {
          bottom: 0;
          color: rgba(0,0,0, 0.26);
          font-size: 16px;
          left: 0;
          right: 0;
          pointer-events: none;
          position: absolute;
          top: 24px;
          width: 100%;
          overflow: hidden;
          white-space: nowrap;
          text-align: left; 
        }

        .mdl-select.is-dirty .mdl-select__label { visibility: hidden; }

        .mdl-select--floating-label .mdl-textfield__label {
          -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        }

        .mdl-select--floating-label.is-focused .mdl-select__label,
        .mdl-select--floating-label.is-dirty .mdl-select__label {
          color: rgb(63,81,181);
          font-size: 12px;
          top: 4px;
          visibility: visible;
        }

        .mdl-select--floating-label.is-focused .mdl-select__expandable-holder .mdl-select__label,
        .mdl-select--floating-label.is-dirty .mdl-select__expandable-holder .mdl-select__label {
          top: -16px;
        }

        .mdl-select--floating-label.is-invalid .mdl-select__label {
          color: rgb(222, 50, 38);
          font-size: 12px;
        }

        .mdl-select__label:after {
          background-color: #524150;
          bottom: 20px;
          content: '';
          height: 2px;
          left: 45%;
          position: absolute;
          -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          visibility: hidden;
          width: 10px;
        }

        .mdl-select.is-focused .mdl-select__label:after {
          left: 0;
          visibility: visible;
          width: 100%; 
        }

        .mdl-select.is-invalid .mdl-select__label:after {
          background-color: rgb(222, 50, 38); 
        }

        .mdl-select__error {
          color: rgb(222, 50, 38);
          position: absolute;
          font-size: 12px;
          margin-top: 3px;
          visibility: hidden;
        }

        .mdl-select.is-invalid .mdl-select__error {
          visibility: visible;
        }

        .mdl-select__expandable-holder {
          display: inline-block;
          position: relative;
          margin-left: 32px;
          -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          display: inline-block;
          max-width: 0.1px; 
        }

        .mdl-select.is-focused .mdl-select__expandable-holder, .mdl-select.is-dirty .mdl-select__expandable-holder {
          max-width: 600px; 
        }

        .mdl-select__expandable-holder .mdl-select__label:after {
          bottom: 0;
        }
		
		
		.mdl-button--file input{
    cursor: pointer;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 4;
}

.mdl-textfield--file .mdl-textfield__input {
    box-sizing: border-box;
    width: calc(100% - 32px);
 
 
}

.mdl-textfield--file .mdl-button--file {
    right: 0;
  }
  
  
  
  /*** pagination ***/

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
	display:flex;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    padding: 7px 11px;
    text-decoration: none;
	border-radius: 50%;
    transition: background-color .3s;
}

ul.pagination li a.active {
	    border-radius: 50%;
    background-color: #e0e0e0;
    color: #524150;
    font-weight: bold;
}

ul.pagination li a:hover:not(.active) { border-radius: 50%;
    background-color: #e0e0e0;}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

.owl-buttons {display:none;}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* Styling carousel */
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}


