html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: 'Comfortaa', cursive;
	font-size: 14px;
	line-height: normal;
}
body.overlay-open {
	overflow: hidden;
}
body.blur {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.inline-block {
	display: inline-block;
}
.block {
	display: block;
}
.main-container {
	background-color: #f1f7f7;
}
.preview-page .main-container {
	background: url("../img/preview.png") #f1f7f7;
}
.inner-container {
	padding: 30px 0 75px;
}
textarea {
	resize: vertical;
}
a, button, input {
	outline: none;
}
/*custom radio button*/
.custom-radio {
	padding-left: 20px;
	position: relative;
}
.custom-radio:before {
	position: absolute;
}
.custom-radio input {
	display: none;
}
/*end custom radio button*/

/*bootstrap resets*/
.form-control {
	height: 37px;
	padding: 6px 22px;
	font-size: 16px;
	color: #222247;
	border: 1px solid #d8dbdb;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #d8dbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.control-label {
	margin-left: 10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #4bb2be;
	text-align: left;
	display: block;
}
/*end bootstrap resets*/

/*site button*/
.site-button {
	display: inline-block;
	padding: 10px 35px;
	color: #fff;
	border: none;
	outline: none;
	font-size: 14px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
}
.site-button:hover,
.site-button:focus {
	text-decoration: none;
	color: #fff;
}
.site-button.bg-green:hover,
.site-button.bg-green:focus {
	background: #25d58f;
	background: -moz-linear-gradient(left, #25d58f 20%, #25d5ca 100%);
	background: -webkit-linear-gradient(left, #25d58f 20%,#25d5ca 100%);
	background: linear-gradient(to right, #25d58f 20%,#25d5ca 100%);
}
.site-button.bg-red:hover,
.site-button.bg-red:focus {
	background: #ff4c40;
	background: -moz-linear-gradient(left, #ff4c40 20%, #ff4385 100%);
	background: -webkit-linear-gradient(left, #ff4c40 20%,#ff4385 100%);
	background: linear-gradient(to right, #ff4c40 20%,#ff4385 100%);
}
/*end site button*/

/*background colors*/
.bg-green {
	background-color: #25d58c;
}
.bg-red {
	background-color: #ff4c40;
}
.bg-blue {
	background-color: #58c9d4;
}
.bg-purple {
	background-color: #b6b3dc;
}
.bg-pink {
	background-color: #fd9e9b;
}
/*end background colors*/

/*font colors*/
.font-red {
	color: #ff5852 !important;
}
/*end font colors*/

/*begin header*/
.header-right {
	background-color: #d3eff3;
	text-align: center;
}
.logo {
	width: 170px;
	display: inline-block;
}
.logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
header .title {
	display: none;
	padding-top: 150px;
}
header.homepage .title {
	display: block;
}
header .title h1 {
	font-size: 26px;
	color: #282659;
	margin: 0;
	font-weight: bold;
}
header .title .sub-title{
	font-size: 18px;
	color: #18b7c9;
}
.header-search {
	position: relative;
	display: inline-block;
}
.header-search,
.homepage .header-search.fixed {
	background: url('../img/icons-sprite.png') no-repeat 0 -5000px;
}
.header-search input,
.popup-overlay input[type="text"],
.popup-overlay input[type="password"] {
	padding: 5px 35px 5px 15px;
	width: 100%;
	height: 37px;
	border: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	outline: none;
	background-color: #fff;
	font-size: 16px;
}
.header-search .search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 37px;
	display: inline-block;
	cursor: pointer;
	border: none;
	outline: none;
	background: url('../img/icons-sprite.png') no-repeat 7px -651px;
}
/*end header*/

/*begin main nav*/
.back-arrow {
	display: none;
}
.menu-hamburger {
	display: inline-block;
	cursor: pointer;
	margin-right: 5px;
	padding: 16px;
	vertical-align: middle;
}
.menu-hamburger span {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #ff4c3e;
	margin-bottom: 6px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.menu-hamburger span:first-child + span {
	width: 18px;
}
.menu-hamburger span:last-child {
	width: 13px;
	margin-bottom: 0;
}
.menu-hamburger.active span:first-child {
	-webkit-transform: rotate(45deg) translate(4px, 7px);
	-moz-transform: rotate(45deg) translate(4px, 7px);
	-ms-transform: rotate(45deg) translate(4px, 7px);
	-o-transform: rotate(45deg) translate(4px, 7px);
	transform: rotate(45deg) translate(4px, 7px);
}
.menu-hamburger.active span:first-child + span{
	opacity: 0;
}
.menu-hamburger.active span:last-child {
	width: 24px;
	-webkit-transform: rotate(-45deg) translate(4px, -8px);
	-moz-transform: rotate(-45deg) translate(4px, -8px);
	-ms-transform: rotate(-45deg) translate(4px, -8px);
	-o-transform: rotate(-45deg) translate(4px, -8px);
	transform: rotate(-45deg) translate(4px, -8px);
}
.login-nav a {
	font-size: 13px;
	color: #ff6b5f;
}
.login-nav .add-link, .login-nav .fav-link, .login-nav .profile-link {
	padding-left: 20px;
	background: url('../img/icons-sprite.png') no-repeat;
}
.login-nav .add-link {
	background-position: 0 -617px;
}
.login-nav .fav-link {
	background-position: 0 2px;
}
.login-nav .profile-link {
	background-position: 0 -40px;
}
.login-nav .enter-link,
.login-nav .reg-link {
	padding: 6px 10px;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	min-width: 58px;
	display: inline-block;
}
.category-nav li + li,
.extended-nav li + li {
	margin-top: 27px;
}
.category-nav li a,
.extended-nav li a {
	color: #524f5e;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
.extended-nav li a {
	font-weight: normal;
}
.extended-nav li a {
	font-size: 12px;
	color: #fff;
}
.category-nav li a:hover,
.category-nav li.active > a {
	color: #18b9cb;
}
.category-nav li.active > a {
	position: relative;
}
.category-nav li.active > a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: -40px;
	margin-top: -2px;
	background-color: #e1eff1;
}
.category-nav .has-sub > a:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #18acbe;
	margin-left: 13px;
	position: relative;
	top: -1px;
}
.category-nav .submenu {
	display: none;
	background-color: #fff;
}
.category-nav .submenu li {
	margin-top: 20px;
}
.category-nav .submenu h3 {
	margin: -10px 0 20px 0;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.category-nav .submenu a {
	text-transform: capitalize;
	font-weight: normal;
}
.extended-nav {
	background-color: #f76258;
	padding: 30px 15px;
}
.social li + li {
	margin: 0 0 0 11px;
	padding: 0 0 0 15px;
	border-left: 1px solid #d6ebec;
}
.social li,
.social li a {
	display: inline-block;
	vertical-align: middle;
}
.social li a {
	background: url('../img/icons-sprite.png') no-repeat;
}
.social .facebook {
	width: 9px;
	height: 16px;
	background-position: 0 -127px;
}
.social .twitter {
	width: 18px;
	height: 15px;
	background-position: 0 -173px;
}
/*end main nav*/

/*begin overlay*/
.login-overlay,
.register-overlay {
	display: none;
}
.popup-overlay {
	padding: 100px;
	position: relative;
	text-align: center;
	background: #ff534f;
	background: -moz-linear-gradient(top,  #ff534f 30%, #ff4461 70%);
	background: -webkit-linear-gradient(top,  #ff534f 30%,#ff4461 70%);
	background: linear-gradient(to bottom,  #ff534f 30%,#ff4461 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff534f', endColorstr='#ff4461',GradientType=0 );
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.popup-overlay .title {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.popup-overlay .sub-title {
	margin: 5px auto;
	font-size: 17px;
	color: #ffc7c5;
	max-width: 645px;
}
.popup-overlay .login-overlay input[type="password"] {
	margin-top: 30px;
}
.popup-overlay .buttons {
	background-color: #272457;
	border: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	padding: 0 35px;
	line-height: 37px;
	min-width: 100px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
}
.popup-overlay .login-overlay .login-button {
	margin-top: 30px;
}
.popup-overlay .login-button:hover {
	background-color: #53599a;
}
.popup-overlay .facebook-button {
	background-color: #53599a;
	margin-top: 35px;
}
.popup-overlay .facebook-button span {
	padding-left: 25px;
	background: url('../img/icons-sprite.png') no-repeat 0 -215px;
}
.popup-overlay .facebook-button:hover {
	background-color: #3c4179;
}
.popup-overlay .col {
	display: inline-block;
}
.popup-overlay .or-text {
	margin: 0 40px;
	font-size: 13px;
	color: #fff;
}
.popup-overlay .col:first-of-type {
	vertical-align: top;
}
.login-overlay .user-details {
	width: 300px;
}
.login-overlay .user-details input{
	width: 100%;
	padding-left: 35px;
	background: url('../img/icons-sprite.png') no-repeat #fff;
}
.login-overlay .user-details .username {
	background-position: 15px -29px;
}
.login-overlay .user-details .password {
	background-position: 15px -72px;
}
.login-overlay .link {
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
	display: inline-block;
}
.popup-overlay .login-form {
	margin-top: 85px;
}
.popup-overlay .register-form {
	margin-top: 70px;
}
.popup-overlay .register-form .or-text {
	display: block;
}
.popup-overlay .register-form .control-label {
	color: #fff;
}
.registration-overlay .input-fields {
	max-width: 661px;
}
.registration-overlay .form-group {
	margin-bottom: 30px;
}
.popup-overlay .register-form .custom-radio {
	margin: 10px 40px 0 0;
	color: #fff;
}
.registration-overlay .conditions-text,
.registration-overlay .conditions-text a {
	font-size: 12px;
	color: #fff;
}
.registration-overlay .conditions-text {
	margin-top: 25px;
}
.registration-overlay .conditions-text a {
	text-decoration: underline;
}
.facebook-overlay {
	margin-top: 50px;
}
/*end overlay*/
.discount-slider-container {
	margin-top: -30px;
}
.discount-slider {
	margin: 0 0 60px 0;
	border-top: none;
	border-right: 1px solid #e0eff0;
	border-left: 1px solid #e0eff0;
	border-bottom: 1px solid #bddfe2;
}
.discount-slider img {
	border: 15px solid #fff;
}
.main-heading {
	overflow: hidden;
	margin: 90px 0 40px 0;
	padding-bottom: 10px;
	position: relative;
}
.main-heading:after {
	content: '';
	position: absolute;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../img/border-blue.png") repeat-x;
	background-size: 5px;
}
.main-heading.no-top {
	margin-top: 0;
}
.main-heading h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	color: #636268;
	float: left;
}
.main-heading.extend h2 {
	float: none;
	margin-bottom: 5px;
}
.main-heading.extend .left-side {
	float: left;
}
.main-heading.extend span {
	color: #524f5e;
}
.main-heading .view-all {
	padding: 7px 15px;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	min-width: 58px;
	display: inline-block;
	font-size: 13px;
	float: right;
	background: #f13e33;
}
.main-heading .view-all:hover {
	text-decoration: none;
	background: #f13e33;
	background: -moz-linear-gradient(left,  #f13e33 0%, #ff4385 99%);
	background: -webkit-linear-gradient(left,  #f13e33 0%,#ff4385 99%);
	background: linear-gradient(to right,  #f13e33 0%,#ff4385 99%);
}

/*begin product box*/
.product-list {
	margin-top: 40px;
}
.product-box {
	padding: 5px;
	display: block;
	background-color: #fff;
	margin-bottom: 15px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product-box a:hover {
	text-decoration: none;
}
.product-box .slick-slide {
	z-index: 10 !important;
}
.product-header {
	position: relative;
	overflow: hidden;
}
.product-header .overlay {
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(255,255,255,0.8);
}
.product-header .partner-logo {
	width: 20%;
	float: left;
	border: 1px solid #e3f3f4;
}
.product-header .partner-info-box {
	padding-left: 10px;
	width: 80%;
	float: left;
	color: #fff;
}
.product-header .partner-title {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
	color: #222247;
/* 	text-overflow: ellipsis;
white-space: nowrap; */
	overflow: hidden;
}
.product-header .partner-title2x {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
	color: #222247;
/* 	text-overflow: ellipsis; */
	overflow: hidden;
}
.product-header .partner-description {
	margin-top: 5px;
	font-size: 12px;
	color: #222247;
	height: 30px;
	overflow: hidden;
}
.product-header .discount,
.offer-body .discount {
    background: #d3eff3;
    color: #000;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
	padding: 5px 0;
	min-width: 54px;
	text-align: center;
	font-size: 12px;
	z-index: 1000;
}
.product-header .partner-price,
.offer-body .partner-price {
	color: #333;
	font-size: 19px;
}
.product-header .partner-price {
	font-size: 16px;
	padding-top: 5px;
}
.offer-body .partner-price {
	margin-top: 20px;
}
.offer-body .prices-container {
	display: inline-block;
	vertical-align: top;
}
.product-header .price,
.offer-body .price {
	font-weight: bold;
	color: green;
}
.product-header .old-price,
.offer-body .old-price {
	font-size: 16px;
	text-decoration: line-through;
	color: red;
}
.product-header .old-price {
	font-size: 14px;
}
.offer-body .price,
.offer-body .old-price {
	display: inline;
}
.product-logo {
	float: left;
	width: 35%;
}
.product-info {
	padding: 10px;
}
.product-box img {
	width: 100%;
}
.product-title {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #524f5e;
	padding-bottom: 10px;
	border-bottom: 1px solid #dae3e3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-text {
	font-size: 12px;
	margin-top: 10px;
	color: #939296;
	max-height: 34px;
	overflow: hidden;
}
.product-box:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -1px;
	right: -1px;
	border-width: 0 ;
	border-style: solid;
	border-color: #7dcfd8  #f1f7f7 transparent transparent;
	-webkit-transition: border-width 0.2s ease-out;
	-moz-transition: border-width 0.2s ease-out;
	-o-transition: border-width 0.2s ease-out;
	transition: border-width 0.2s ease-out;
	z-index: 100;
}
.product-box:hover:after {
	border-width: 55px 74px 0 0
}
.product-box .hover-text {
	position: absolute;
	right: 10px;
	bottom: 0;
	color: #1aa8c1;
	text-transform: capitalize;
	font-size: 9px;
	width: 48px;
	text-align: right;
	visibility: hidden;
}
.product-box .hover-text:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #0bb5c8;
	margin: -4px 0 0 5px;
	position: absolute;
	top: 50%;
}
.product-box:hover .hover-text {
	visibility: visible;
	-webkit-transition: visibility 0.1s;
	-moz-transition: visibility 0.1s;
	-o-transition: visibility 0.1s;
	transition: visibility 0.1s;
	-webkit-transition-delay: 0.07s;
	-moz-transition-delay: 0.07s;
	-o-transition-delay: 0.07s;
	transition-delay: 0.07s;
	z-index: 101;
}
.product-box .slick-dots {
	position: absolute;
	top: 7px;
	right: 7px;
	overflow: hidden;
	z-index: 1;
	height: 14px;
	line-height: 7px;
	background: rgba(255, 255, 255, .45);
	padding: 2px 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.product-box .slick-dots li {
	display: inline-block;
	margin-right: 5px;
}
.product-box .slick-dots li:after {
	content: '';
	display: inline-block;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	opacity: 0.27;
	background: #292e16;
}
.product-box .slick-dots li.slick-active:after {
	opacity: 1;
	background-color: #fff;
}
.product-box .slick-dots li:last-child {
	margin: 0;
}
.product-box .slick-dots li button {
	display: none;
}
/*end product box*/

/*begin partners-slider*/
.partner-slider-container {
	padding: 0 40px;
}
.partners-slider-wrapper .heading {
	background-color: #f1f7f7;
}
.partners-slider-wrapper .main-heading {
	border-bottom: none;
	margin-bottom: 15px;
}
.partners-slider-wrapper .main-heading:after {
	background: none;
}
.partners-slider-wrapper .slider {
	padding-top: 60px;
	background-color: #fff;
}
.partners-slider .slides {
	font-size: 0;
}
.partners-slider .slides li {
	font-size: 14px;
	display: inline-block !important;
	float: none !important;
	vertical-align: middle;
	text-align: center;
}
.partners-slider a {
	display: inline-block;
}
.partners-slider .flex-direction-nav a {
	margin-top: -20px;
	width: 40px;
	height: 40px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.partners-slider .flex-direction-nav .flex-prev {
	left: -40px;
	border-right: 1px solid #ccedf1;
}
.partners-slider .flex-direction-nav .flex-next {
	right: -40px;
	border-left: 1px solid #ccedf1;
}
.partners-slider .flex-direction-nav .flex-next:before,
.partners-slider .flex-direction-nav .flex-next:after,
.partners-slider .flex-direction-nav .flex-prev:before,
.partners-slider .flex-direction-nav .flex-prev:after {
	left: 10px;
}
.partners-slider .flex-direction-nav .flex-next:before,
.partners-slider .flex-direction-nav .flex-prev:before {
	top: 27px;
}
.partners-slider .flex-direction-nav .flex-next:after,
.partners-slider .flex-direction-nav .flex-prev:after {
	top: 13px;
}
/*end partners-slider*/

/*partner profile*/
.offer-details .details-container {
	padding: 10px 30px 0;
}
.offer-details .nav-tabs {
	margin-top: 75px;
}
.offer-details .offer-parent {
	background-color: #fff;
}
.details-container .offer-tabs {
	margin-right: 0;
	text-transform: uppercase;
}
.details-container .offer-tabs li + li {
	margin: 0;
}
.details-container .offer-tabs .tab-button {
	padding: 15px 15px 15px 35px;
}
.offer-parent .details-container .offer-info li {
	padding-top: 17px;
}
.offer-parent .details-container .offer-footer {
	margin-top: 20px;
}
.info-container {
	position: relative;
	padding: 20px 0 30px 165px;
}
.offer-container {
	padding-top: 45px;
	position: relative;
}
.offer-info-container {
	padding: 0 30px;
}
.offer-info-container .wrapper {
	padding-top: 30px;
	position: relative;
}
.offer-container:before,
.offer-info-container .wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: url(../img/icons-sprite.png) repeat-x 0 -395px;
}
.offer-container .offer-type-label {
	top: 0;
	left: -30px;
	bottom: auto;
}
.offer-container .offer-header {
	margin-bottom: 30px;
}
.offer-container .offer-header h1 {
	margin: 0;
	font-size: 24px;
	color: #636268;
}
.offer-container .offer-header .label {
	padding-left: 0;
	font-size: 12px;
	color: #ff5852;
	text-transform: uppercase;
}
.product-details-slider {
	margin: 0;
}
.product-details-slider .flex-control-nav {
	bottom: 3px;
}
.product-details-slider .flex-direction-nav .flex-next {
	right: -13px;
}
.product-details-slider .flex-direction-nav .flex-prev {
	left: -13px;
}
.product-details-slider .flex-control-paging li a {
	background-color: #b1b1b1;
}
.product-details-slider .flex-control-paging li a {
	background-color: #b1b1b1;
}
.product-details-slider .flex-control-paging li a.flex-active {
	background: #fff;
}
.offer-container .button-container {
	padding-top: 7px;
	text-align: right;
}
.offer-container .product-info-text {
	margin-bottom: 13px;
	font-size: 13px;
	color: #524f5e;
	line-height: 24px;
}
.offer-container .product-info-text:before {
	content: '';
	margin: 0 3px -2px -8px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url('../img/icons-sprite.png') no-repeat 0 -307px;
}
.offer-container .product-info-box {
	font-size: 12px;
	color: #636268;
	padding: 15px 0;
	background-color: #f1fafa;
}
.offer-container .product-info-box a {
	color: #636268;
}
.offer-container .product-info-box li {
	margin-top: 15px;
	padding: 0 15px;
	position: relative;
}
.offer-container .product-info-box li:first-child {
	margin-top: 0;
}
.offer-container .product-info-box li:before {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -8px;
	background: url('../img/icons-sprite.png') no-repeat;
}
.offer-container .product-info-box li.address a {
	color: #10b3c8;
	text-decoration: underline;
}
.offer-container .product-info-box li.address a:hover {
	text-decoration: none;
}
.offer-container .product-info-box li.address:before {
	background-position: 0 -572px;
}
.offer-container .product-info-box li.tel:before {
	background-position: 0 -526px;
}
.offer-container .product-info-box li.email:before {
	background-position: 0 -480px;
}
.offer-container .product-info-box li.work-time:before {
	background-position: 0 -925px;
}
.partner-name {
	font-size: 33px;
	color: #282659;
	margin: 0;
	text-transform: uppercase;
}
.partner-title {
	font-size: 18px;
	color: #939296;
	font-weight: bold;
}
.partner-links {
	margin: 12px 0 0;
}
.partner-links li{
	display: inline-block;
}
.partner-links li + li{
	margin-left: 11px;
}
.partner-links li a{
	font-size: 11px;
	color: #ff897f;
	padding: 0 0 2px 20px;
	background: url('../img/icons-sprite.png') no-repeat;
}
.partner-links li a.read-more {
	background-position: 0 -307px;
}
.partner-links li a.favourite {
	background-position: 0 0;
}
.partner-links li a.website {
	background-position: 0 -351px;
}
.partner-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 120px;
	background-color: #fff;
	border: 1px solid #d3eff3;
}
.partner-image img {
	width: 100%;
}
.partner-aside .adds-container {
	margin-bottom: 20px;
}
.partner-aside .similar-offers-list {
	margin-top: 30px;
	border-top: 1px solid #ebebeb;
}
.partner-aside .similar-offers-list a {
	position: relative;
	display: block;
	padding: 15px 8px;
	border-bottom: 1px solid #c8e6e9;
}
.partner-aside .similar-offers-list .offer-image {
	padding-right: 0;
}
.partner-aside .similar-offers-list .offer-title {
	margin-bottom: 8px;
	font-size: 15px;
	color: #524f5e;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.partner-aside .similar-offers-list .offer-info {
	font-size: 12px;
	color: #939296;
	max-height: 28px;
	overflow: hidden;
}
.partner-aside .similar-offers-list .expire-text {
	position: absolute;
	font-size: 10px;
	color: #9c9b9e;
	right: 10px;
	bottom: 5px;
}
/*end partner profile*/

/*tabs*/
.nav-tabs {
	border-bottom: 1px solid #d1dfe1;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover{
	background: none;
	border: none;
	border-bottom: 3px solid #ff5350;
}
.nav-tabs > li > a {
	border: none;
	font-size: 16px;
	color: #636268;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 3px solid transparent;
}
.nav-tabs > li {
	margin-right: 90px;
}
.nav-tabs > li:last-child {
	margin-right: 0;
}
.nav-tabs > li.disabled > a,
.nav-tabs > li.disabled > a:hover {
	color: #b9b7c1;
	font-weight: normal;
	border-bottom: none;
	cursor: default;
}
/*end tabs*/

/*partner profile offers*/
.partner-offer {
	padding: 18px 0 0 18px;
	border-bottom: 1px solid #e4e4e4;
	background-color: #fff;
	position: relative;
}
.offer-type-label {
	position: absolute;
	left: -2px;
	bottom: 0;
	min-width: 70px;
	display: inline-block;
	text-align: center;
	padding: 4px 10px;
	color: #fff;
	font-size: 10px;
}
.partner-offers > li {
	margin: 35px 0;
	background-color: #f3f3f3;
}
.partner-offer .offer-body {
	padding-left: 150px;
}
.partner-offer .offer-body .wrapper {
	padding-right: 18px;
	position: relative;
}
.partner-offer .offer-image {
	float: left;
	width: 120px;
}
.partner-offer .offer-image img {
	width: 100%;
}
.partner-offer .offer-name {
	font-size: 21px;
	font-weight: bold;
	color: #524f5e;
	margin: 0;
	text-transform: uppercase;
}
.partner-offer .label {
	padding: 0;
	font-size: 10px;
	color: #ff5852;
	text-transform: uppercase;
	position: relative;
	top: -4px;
}
.partner-offer .offer-title {
	font-size: 14px;
	color: #524f5e;
	margin-top: 20px;
	min-height: 55px;
}
.partner-offer .offer-title ul {
	list-style: disc;
	padding-left: 25px;
}
.offer-parent .offer-footer {
	margin-top: 10px;
	/*border-top: 2px dotted #ccc;*/
	font-size: 12px;
	position: relative;
}
.offer-parent .offer-footer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: url("../img/icons-sprite.png") repeat-x 0 -395px;
}
.offer-parent .offer-info {
	display: inline-block;
}
.offer-parent  .offer-info li {
	display: inline-block;
	color: #9c9b9e;
	padding-top: 12px;
}
.offer-parent .offer-info li + li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ccc;
	margin: 0 18px 0 14px;
	vertical-align: middle;
}
.offer-footer .nav-tabs > li.active > a,
.offer-footer .nav-tabs > li.active > a:hover,
.offer-footer .nav-tabs > li.active > a:focus {
	cursor: pointer;
}
.offers-tabs-content {
	background-color: #f3f3f3;
}
.offer-tabs {
	float: right;
	margin-right: 15px;
}
.offer-tabs,
.offer-tabs li {
	display: inline-block;
	position: relative;
}
.offer-tabs li + li {
	margin-left: 30px;
}
.offer-tabs li.active .tab-button {
	background-color: #f3f3f3;
	border-top: 2px solid #ff5350;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}
.offer-tabs li.active:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background-color: #f3f3f3;
}
.offer-tabs .tab-button {
	display: inline-block;
	position: relative;
	padding: 10px 10px 10px 30px;
	cursor: pointer;
	text-align: left;
	border-top: 2px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
.offer-tabs .close-text {
	display: none;
	text-transform: capitalize;
}
.offer-tabs .conditions-button:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -7px;
	width: 13px;
	height: 13px;
	background: url(../img/icons-sprite.png) no-repeat 0 -970px;
}
.offer-tabs .comments-button:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -7px;
	width: 13px;
	height: 12px;
	background: url(../img/icons-sprite.png) no-repeat 0 -1013px;
}
.offer-tabs li.active .tab-button:before {
	width: 14px;
	height: 14px;
	background-position: 0 -1055px;
}
.offer-tabs li.active .tab-button:after {
	display: none;
}
.offers-tabs-content .tab-content {
	display: none;
	border-right: 1px solid #e7eded;
	border-bottom: 1px solid #d3d8d8;
	border-left: 1px solid #e7eded;
}
/*end partner profile offers*/

/*offer conditions*/
.offer-conditions {
    color: #524f5e;
    padding: 15px 25px 25px;
}
.offer-conditions .title {
	font-size: 16px;
	text-transform: uppercase;
}
.offer-conditions .conditions-list {
    font-size: 14px;
    margin-top: 15px;
}

.offer-conditions .conditions-list ul {
	list-style: disc;
}

/*end offer conditions*/

/*offer comments*/
.offer-comments .title {
	font-size: 16px;
	font-weight: bold;
	color: #636268;
	text-transform: uppercase;
}
.offer-comments .symbols {
	font-size: 12px;
	color: #c0c0c0;
	text-transform: capitalize;
}
.comments-form {
	padding: 55px 25px 25px;
}
.offer-comments textarea {
	font-size: 15px;
	color: #636268;
	border: 1px solid #d8dcdc;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 28px 0 15px;
	padding: 20px;
	display: block;
	width: 100%;
	resize: vertical;
	outline: none;
}
.comments-list-container {
	background-color: #fff;
	padding: 45px 25px 70px 25px;
	position: relative;
}
.comments-list-title {
	font-size: 16px;
	font-weight: bold;
	color: #636268;
	text-transform: uppercase;
}
.comments-list li{
	padding: 35px 0;
	border-bottom: 1px solid #ded6fe;
}
.comments-list li:last-child {
	border-bottom: none;
}
.comments-list .comment-text {
	font-size: 14px;
	color: #7c7b80;
	margin-bottom: 2px;
	quotes: "“" "“" ;
}
.comments-list .comment-text:before,
.comments-list .comment-text:after {
	content: open-quote;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #9f91d5;
}
.comments-list .comment-text:before {
	padding-right: 10px;
}
.comments-list .comment-text:after {
	padding-left: 10px;
}
.comments-list .comment-info {
	font-size: 11px;
	color: #7c7b80;
	padding-left: 20px;
}
.comments-list .answer {
	margin-top: 40px;
	padding-left: 20px;
}
.comments-list .answer .comment-text:before,
.comments-list .answer .comment-text:after {
	color: #ff5250;
}
.comments-list .answer-logo {
	width: 65px;
	margin-right: 25px;
}
.comments-list-container .show-more {
	width: 55px;
	height: 55px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #4ccbd7;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border: none;
	outline: none;
	position: absolute;
	margin-left: -27px;
	left: 50%;
	bottom: -27px;
	z-index: 2;
}
/*end offer comments*/

/*partner info section*/
.partner-info {
	padding: 28px;
	background-color: #fff;
}
.partner-info-text {
	font-size: 14px;
	color: #636268;
	line-height: 18px;
}
.partner-info-text ul {
	list-style: disc;
	margin-left: 30px;
}
/*end partner info section*/

/*old offers*/
.old-offers li {
	font-size: 14px;
	color: #524f5e;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dae3e3;
}
.old-offers li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.old-offers li .old-code {
	color: #a9a8ad;
}
.old-offers li .old-code span {
	text-decoration: line-through;
}
/*end old offers*/

/*tags*/
.tags li {
	display: inline-block;
	margin: 0 6px 10px 0;
}
.tags li a {
	display: inline-block;
	padding: 12px 20px;
	font-size: 12px;
	color: #636268;
	background-color: #f4f4f4;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.tags li a:hover {
	color: #fff;
	background-color: #47cbd8;
}
/*end tags*/

/*box*/
.box {
	margin-bottom: 20px;
	border-top: 2px solid #7bd7e0;
	background-color: #fff;
}
.box .title {
	font-size: 16px;
	font-weight: bold;
	color: #636268;
}
.box .sub-title {
	margin-top: 30px;
	font-size: 14px;
	color: #939296;
}
.box .box-header {
	padding: 40px 27px 0;
}
.box .box-body {
	margin-top: 35px;
	padding: 0 27px 40px;
}
.box.add-code {
	background-color: #d3eff3;
}
.box.add-code .form-group {
	margin-bottom: 30px;
}
/*end box*/

/*begin footer*/
footer {
	-webkit-transition: opacity 0.50s ease-in-out;
	-moz-transition: opacity 0.50s ease-in-out;
	-o-transition: opacity 0.50s ease-in-out;
	transition: opacity 0.50s ease-in-out;
}
footer.show {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-left {
	text-align: center;
	color: #b2afbc;
	font-size: 11px;
	background-color: #2d2749;
}
.footer-left .info-text {
	display: inline-block;
	width: 100%;
	max-width: 130px;
	text-align: left;
}
.footer-right {
	padding-left: 100px;
	background-color: #f76258;
	position: relative;
}
.footer-right .footer-links {
	position: relative;
}
footer .logo-bw {
	width: 160px;
	display: inline-block;
}
footer .logo-bw img {
	width: 100%;
}
.footer-nav > li + li {
	margin-top: 10px;
}
.footer-nav a {
	color: #fff;
}
.footer-nav .social .facebook {
	background-position: 0 -217px;
}
.footer-nav .social .twitter {
	background-position: 0 -263px;
}
.owners-info {
	display: inline-block;
}
.owners-info a {
	margin-left: 8px;
	text-align: right;
	color: #b2afbc;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
.owners-info a span {
	display: block;
}
/*end footer*/

/*promocode popup*/
#promo-code {
	width: 100%;
	max-width: 600px;
}
.promo-code-body {
	padding: 50px 15px 0 15px;
	text-align: center;
}
.promo-code-body .title {
	font-size: 21px;
	color: #524f5e;
	text-transform: uppercase;
}
.promo-code-body .label {
	font-size: 10px;
	color: #524f5e;
	text-transform: uppercase;
}
.promo-code-body .code-container {
	margin-top: 40px;
	font-size: 0;
	color: #1c194f;
}
.promo-code-body .code-container .icon {
	display: inline-block;
	background: url('../img/logo-icon.png') no-repeat;
	width: 50px;
	height: 54px;
	vertical-align: middle;
	background-size: 50px;
}
.promo-code-body .code-container .code {
	padding: 15px;
	vertical-align: middle;
	font-size: 28px;
	display: inline-block;
	position: relative;
	background: url('../img/border-blue.png') repeat-y right;
	background-size: 4px;
}
.promo-code-body .code-container .code:before,
.promo-code-body .code-container .code:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: url('../img/border-blue.png') repeat-x;
	background-size: 5px;
}
.promo-code-body .code-container .code:before {
	top: 0;
}
.promo-code-body .code-container .code:after {
	bottom: 0;
}
.promo-code-body .slots-text-container {
	text-align: right;
}
.promo-code-body .empty-slots-count {
	margin-top: 10px;
	display: inline-block;
	font-size: 12px;
	color: #31c2c2;
	position: relative;
}
.promo-code-body .empty-slots-count .info-icon {
	margin-right: 8px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #31c2c2;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 11px;
	text-align: center;
	cursor: default;
}
.promo-code-body .empty-slots-count .info-icon:before {
	content: '?';
}
.promo-code-body .empty-slots-count .info-icon .text {
	display: none;
	padding: 10px;
	font-size: 11px;
	position: absolute;
	top: 25px;
	background-color: #31c2c2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}
.promo-code-body .empty-slots-count .info-icon:hover .text {
	display: block;
}
.promo-code-body .buttons {
	margin-top: 15px;
	text-align: left;
}
.promo-code-body .buttons .website {
	display: inline-block;
	font-size: 14px;
	color: #ff897f;
	margin-top: 10px;
	padding-left: 20px;
	background: url('../img/icons-sprite.png') no-repeat 0 -350px;
}
.promo-code-body .buttons .site-button {
	float: right;
}
.promo-code-footer {
	margin-top: 50px;
	padding: 18px 0 10px;
	background-color: #f1f7f7;
	text-align: center;
}
.promo-code-footer a {
	font-size: 12px;
	color: #524f5e;
	display: inline-block;
	position: relative;
	border-bottom: 1px dotted #524f5e;
	text-decoration: none;
}
.promo-code-footer a:hover {
	border-bottom: none;
}
.promocode-conditions,
.promo-code-footer a.to-promocode-link,
.promo-code-footer a.to-promocode-link:before {
	display: none;
}
.promo-code-footer a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -7px;
	width: 13px;
	height: 13px;
	background: url(../img/icons-sprite.png) no-repeat 0 -970px;
}
.promo-code .promocode-alert {
	margin: 15px -15px 0;
	padding: 15px;
	font-size: 12px;
	color: #fff;
	background: url(../img/alert-icon.png) no-repeat #ff706b 7% 10px;
	background-size: 60px;
	text-align: center;
	min-height: 60px;
}
.promo-code .promocode-alert a {
	color: #fff;
	text-decoration: underline;
}
.promo-code .conditions-text {
	margin-top: 40px;
	font-size: 14px;
	color: #524f5e;
}
/*end promocode popup*/

/*newsletter form*/
.newsletter {
	margin-bottom: 50px;
	padding: 25px 15px;
	text-align: center;
	background: url('../img/newsletter.png') no-repeat #e1f4f7;
}
.newsletter input {
	margin-top: 10px;
}
.newsletter input[type="text"] {
	max-width: 300px;
	margin-right: 15px;
}
.newsletter .title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #636268;
}
.newsletter .text {
	margin-bottom: 20px;
	font-size: 14px;
	color: #18b7c9;
}
/*end newsletter form*/

/*profile container*/
.profile-header {
	padding: 25px 30px 0;
	background-color: #fff;
	border-bottom: 1px solid #d1dfe1;
}
.profile-header .user-image {
	margin-right: 50px;
	display: inline-block;
	width: 117px;
}
.profile-header .user-image img {
	width: 100%;
}
.profile-header .profile-text {
	display: inline-block;
	vertical-align: middle;
}
.profile-header .profile-text span {
	display: block;
}
.profile-header .profile-text .username {
	font-size: 32px;
	color: #282659;
}
.profile-header .profile-text .user-info {
	font-size: 18px;
	color: #939296;
}
.profile-header .nav-tabs {
	margin-top: 65px;
	border-bottom: none;
}
.profile-header .nav-tabs > li {
	margin-right: 4%;
}
.profile-header .nav-tabs > li:last-child {
	margin-right: 0;
}
/*end profile container*/

/*brand box*/
.brand-listing li {
	margin-bottom: 30px;
}
.brand-box .text {
	margin: 10px 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	color: #9c9b9e;
	display: block;
}
.brand-box .site-button {
	padding: 5px 20px;
	font-size: 11px;
}
/*end brand box*/

/*profile options section*/
.profile-tabs .options-container {
	padding: 75px 0;
	background-color: #daeef1;
}
.profile-tabs .options-container .sections > li {
	margin-bottom: 50px;
	padding: 0 30px 50px;
	position: relative;
}
.profile-tabs .options-container .sections > li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: url('../img/border-blue.png') repeat-x;
	background-size: 5px;
}
.profile-tabs .options-container .sections > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.profile-tabs .options-container .sections > li:last-child:after {
	display: none;
}
.profile-tabs .options-container .button-container {
	margin-top: 40px;
}
.profile-tabs .options-container .button-container .approve-text {
	margin-top: 30px;
	font-size: 12px;
	color: #9c9b9e;
}
.profile-tabs .options-container .heading {
	margin-bottom: 40px;
	text-align: center;
}
.profile-tabs .options-container .title {
	margin-bottom: 0;
	font-size: 21px;
	font-weight: bold;
	color: #636268;
	text-transform: uppercase;
}
.profile-tabs .options-container .sub-title {
	margin-bottom: 0;
	color: #939296;
}
.profile-tabs .custom-radio {
	margin: 10px 40px 0 0;
}
.profile-tabs .nav-links {
	margin-top: 40px;
	display: inline-block;
	font-size: 0;
}
.profile-tabs .nav-links a {
	font-size: 16px;
	color: #636268;
	display: inline-block;
	text-align: center;
	border-right: 1px solid #d6ebec;
	background-color: #fff;
	padding: 10px 10px 7px;
	min-width: 200px;
	text-decoration: none;
	border-bottom: 3px solid transparent;
}
.profile-tabs .nav-links a:hover,
.profile-tabs .nav-links a.active {
	border-bottom: 3px solid #68dbe5;
}
.profile-tabs .nav-links a:first-child {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.profile-tabs .nav-links a .count {
	margin-right: 10px;
	font-size: 24px;
	color: #3ecbd7;
}
.profile-tabs .nav-links a:last-child {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-right: none;
}
.profile-tabs .newsletter-options > li {
	margin-bottom: 15px;
}
.profile-tabs .newsletter-options > li:last-child {
	margin-bottom: 0;
}
.profile-tabs .newsletter-options label {
	position: relative;
	padding: 20px 20px 20px 70px;
	background-color: #fff;
}
.profile-tabs .newsletter-options label .title {
	font-size: 16px;
	color: #524f5e;
	display: block;
}
.profile-tabs .newsletter-options label .text {
	color: #939296;
	display: block;
}
.profile-tabs .newsletter-options label input[type="checkbox"] {
	display: none;
}
.profile-tabs .newsletter-options label .custom-checkbox {
	position: absolute;
	margin-top: -10px;
	top: 50%;
	left: 30px;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.profile-tabs .newsletter-options label .custom-checkbox:before {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #d8dbdb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.profile-tabs .newsletter-options label .custom-checkbox:after {
	content: '✔';
	display: none;
	position: absolute;
	top: -1px;
	left: 3px;
	font-size: 17px;
	color: #414068;
}
.profile-tabs .newsletter-options input[type="checkbox"]:checked + .custom-checkbox:after {
	display: inline-block;
}
.profile-tabs .nav-tabs {
	margin: 40px 0;
	display: inline-block;
	border: none;
	background-color: #fff;
	border-radius: 30px;
}
.profile-tabs .nav-tabs li {
	margin: 0;
}
.profile-tabs .nav-tabs li a {
	margin: 0;
	font-size: 16px;
	padding: 10px 10px 7px;
	min-width: 200px;
	text-align: center;
	height: 50px;
	line-height: 31px;
	border-right: 1px solid #d6ebec;
	font-weight: normal;
}
.profile-tabs .nav-tabs li a .count {
	margin-right: 10px;
	font-size: 24px;
	color: #3ecbd7;
}
.profile-tabs .nav-tabs li a:hover,
.profile-tabs .nav-tabs > li.active > a,
.profile-tabs .nav-tabs > li.active {
	border-bottom-color: #68dbe5;
}
.profile-tabs .nav-tabs li:first-child a {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.profile-tabs .nav-tabs li:last-child a {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-right: none;
}
/*end add promocode section*/

/*custom-radio*/
.custom-radio {
	padding-left: 35px;
	font-size: 16px;
	color: #524f5e;
	position: relative;
}
.custom-radio input[type="radio"] {
	display: none;
}
.custom-radio .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.custom-radio .icon:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #d8dbdb;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.custom-radio .icon:after {
	content: '';
	display: none;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	background-color: #414068;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.custom-radio input[type="radio"]:checked + .icon:after {
	display: inline-block;
}
/*end custom-radio*/

/*custom select*/
.custom-select {
	display: block;
	position: relative;
}
.custom-select.inline {
	display: inline-block;
}
.custom-select:after {
	content: '';
	position: absolute;
	margin-top: -3px;
	top: 50%;
	right: 18px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #0bb5c8 transparent transparent transparent;
}
.custom-select select {
	padding-right: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.custom-select select::-ms-expand {
	display: none;
}
/*end custom select*/

/*alphabetic list*/
.alphabetic-list li {
	display: inline-block;
	text-align: center;
}
.alphabetic-list li a {
	display: inline-block;
	padding-top: 7px;
	font-size: 15px;
	width: 33px;
	height: 33px;
	color: #636268;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.alphabetic-list li a:hover {
	color: #fff;
	background-color: #47cbd8;
}
/*end alphabetic list*/


/*heading search*/
.search-heading {
	margin-top: 0;
	padding-left: 50px;
	position: relative;
	background: url('../img/icons-sprite.png') no-repeat 0 -425px;
}
/*end heading search*/

/*simple-page*/
.simple-page {
	padding: 15px 0;
	background-color: #fff;
}
/*end simple-page*/

.a-z-header {
	border-bottom: 1px solid #d1dfe1;
}
.a-z-header .main-heading,
.a-z-header .alphabetic-list {
	padding-left: 30px;
	padding-right: 30px;
}
.a-z-header .alphabetic-list {
	padding-bottom: 40px;
}
.popular-brands {
	padding: 40px 30px;
	border-bottom: 1px solid #d1dfe1;
	text-align: center;
}
.popular-brands li {
	margin-right: 26px;
	display: inline-block;
	max-width: 60px;
}
.popular-brands li:last-child {
	margin-right: 0;
}
.popular-brands li img{
	width: 100%;
}

/*error page*/
.error-page {
	position: relative;
	min-height: 469px;
}
.error-text-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.error-code {
	font-size: 160px;
	color: #ff4569;
}
.error-text {
	font-size: 30px;
	color: #ff4569;
}
.error-sub-text {
	font-size: 15px;
	color: #7b7b86;
}
/*end error page*/

/*contacts*/
.contacts {
	background-color: #fff;
	border-bottom: 1px solid #c7eaec;
	margin-bottom: 75px;
	position: relative;
}
.contacts:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	display: block;
	background-color: #dceef1;
}
.contact-section {
	padding: 40px;
}
.contact-section.form-section {
	background-color: #dceef1;
}
.contact-section.form-section .form-group {
	margin-bottom: 35px;
}
.contact-section .title {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #636268;
	text-transform: uppercase;
}
.contact-section .text {
	margin-bottom: 40px;
	font-size: 14px;
	color: #939296;
}
.contact-section .text a {
	color: #fc625d;
}
.contact-section-info-text {
	margin-top: 10px;
	font-size: 12px;
	color: #8f8f91;
}
.contact-details-list > li {
	margin-bottom: 15px;
	padding-left: 25px;
	background: url('../img/icons-sprite.png') no-repeat;
}
.contact-details-list > li:last-child {
	margin-bottom: 0;
}
.contact-details-list > li.email {
	background-position: 0 -479px;
}
.contact-details-list > li.tel {
	background-position: 0 -525px;
}
.contact-details-list > li.address {
	background-position: 0 -570px;
}
.contact-details-list > li.social-links {
	background: none;
}
.contact-details-list > li,
.contact-details-list > li a {
	font-size: 14px;
	color: #939296;
	text-decoration: none;
}
.contact-section.info-section .map {
	margin-top: 50px;
}
/*end contacts*/

/*promocodes slots*/
.slots-text-description {
	color: #636268;
	margin-bottom: 30px;
}
.promocodes-slots.row {
	margin: 0 -7px;
}
.promocodes-slots.row li {
	padding: 0 7px;
}
.promocodes-slots li {
	margin-bottom: 20px;
}
.promocode-slot {
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px -1px rgba(182,222,226,1);
	-moz-box-shadow: 0 2px 5px -1px rgba(182,222,226,1);
	box-shadow: 0 2px 5px -1px rgba(182,222,226,1);
}
.promocode-slot.empty {
	background-color: #5ecfdf;
}
.promocode-slot .slot-header {
	padding-bottom: 25px;
	color: #fff;
	background-color: #5ecfdf;
	height: 96px;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.promocode-slot .slot-header .number {
	padding: 38px 15px 0 0;
	font-size: 33px;
	width: 30%;
	float: left;
	text-align: right;
	line-height: 27px;
	border-right: 1px solid #fff;
}
.promocode-slot .slot-header .code {
	font-size: 28px;
	padding: 20px 10px 0;
	width: 70%;
	float: left;
	text-align: center;
}
.promocode-slot .slot-header .code span {
	font-size: 11px;
	color: #d2f6fa;
	display: block;
}
.promocode-slot .slot-body {
	padding: 15px;
	position: relative;
	height: 89px;
}
.promocode-slot .slot-body .title {
	margin-bottom: 10px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.promocode-slot .slot-body .description {
	padding-right: 40px;
	font-size: 12px;
	color: #939296;
	height: 30px;
	overflow: hidden;
}
.promocode-slot .slot-body .remove-button {
	position: absolute;
	right: 10px;
	bottom: 15px;
	width: 42px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	line-height: 2px;
	text-align: center;
}
.promocode-slot .slot-body .remove-button .icon {
	display: inline-block;
	width: 33px;
	height: 30px;
	border-left: 1px solid #d1dfe1;
	background: url(../img/icons-sprite.png) no-repeat 13px -749px;
}
.promocode-slot .slot-body .remove-button .text {
	display: none;
	font-size: 10px;
	margin-right: -2px;
	margin-top: 1px;
	color: #ff5350;
	text-align: right;
}
.promocode-slot .slot-body .remove-button:hover .text {
	display: block;
}
.promocode-slot .slot-body .add-button {
	padding: 0 10px;
	font-size: 11px;
	color: #21b5ca;
	background-color: #fff;
	border-radius: 15px;
	min-width: 105px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 15px;
	text-align: center;
	cursor: pointer;
}
.promocode-slot .slot-body .add-button:hover {
	background-color: #dff5f9;
}
/*end promocodes slots*/

/*badges section*/
.badge-level {
	margin-top: 50px;
	padding: 30px;
	background-color: #fff;
}
.badge-level .statistics .user-level {
	font-size: 35px;
	color: #282659;
	line-height: 18px;
}
.badge-level .statistics .info-text {
	color: #524f5e;
}
.badge-level .statistics .nav-links {
	margin-top: 15px;
	display: block;
	max-width: 510px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(211,225,226,1);
	-moz-box-shadow: 0 1px 5px 0 rgba(211,225,226,1);
	box-shadow: 0 1px 5px 0 rgba(211,225,226,1);
}
.badge-level .profile-tabs .nav-links a {
	background-color: #f5fbfc;
	cursor: default;
	border-bottom: none;
	min-width: 33.33%;
}
.badge-level .article-title {
	font-size: 20px;
	color: #636268;
	margin-bottom: 50px;
}
.badges-list li {
	margin-bottom: 45px;
}
.badges-list img {
	width: 100%;
	max-width: 140px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.badge-level #user-level {
	margin: -55px 0 0 -50px;
	min-width: 230px;
}
/*end badges section*/

/*rating box*/
.rating-box {
	padding: 35px 0;
}
.rating-box .title {
	margin-bottom: 25px;
}
.rating-box .title:last-of-type {
	margin-top: 20px;
}
.rating-box .rating-dates {
	margin: 20px 0;
	text-align: center;
}
.rating-box .rating-dates li {
	margin-right: 1%;
	display: inline-block;
}
.rating-box .rating-dates li:last-child {
	margin-right: 0;
}
.rating-box .rating-dates li a {
	padding: 0 10px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #636268;
	line-height: 27px;
}
.rating-box .rating-dates li a.active,
.rating-box .rating-dates li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #47cbd8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.rating-box .rating-list:first-child {
	margin-bottom: 20px;
}
.rating-list li {
	padding: 15px 65px 15px 15px;
	color: #636268;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rating-list li.my-place {
	color: #47cbd8;
}
.rating-list li:nth-of-type(odd) {
	background-color: #f5fbfc;
}
.rating-list .number {
	margin-right: 5px;
	display: inline-block;
	min-width: 37px;
}
.rating-list .username {
	position: absolute;
	top: 15px;
	right: 15px;
}
/*end rating box*/

/*infinity scroll page*/
.infinity-scroll .main-container {
	min-height: 750px;
	padding-bottom: 89px;
}
.infinity-scroll .footer-right .row {
	padding-bottom: 0;
}
/*end infinity scroll page*/

/*fancybox confirm*/
.confirm-fancybox {
	padding: 15px;
	text-align: center;
}
.confirm-fancybox .title {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.confirm-fancybox a {
	margin-bottom: 15px;
}
.confirm-fancybox a:first-child {
	margin-right: 20px;
}
/*end fancybox confirm*/

/*fancybox resets*/
.fancybox-clear .fancybox-skin {
	border: none;
	padding: 0 !important;
}
/*end fancybox resets*/

.offer-header {
	padding-right: 18px;
}
/*.offer-header .flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-prev {
	display:none;
}*/
.partner-manager-header {
	background-color: #fff;
	border-bottom: 1px solid #d1dfe1;
	padding: 25px 30px 0;
}
.partner-manager-header .partner-logo {
	margin-right: 50px;
	display: inline-block;
	width: 117px;
}
.partner-manager-header .partner-manager-logo img {
	width: 100%;
}
.partner-manager-header .nav-tabs {
	border-bottom: medium none;
	margin-top: 65px;
}
.partner-manager-header .partner-manager-text {
	display: inline-block;
	vertical-align: middle;
}
.partner-manager-tabs .promocodes-container {
	background-color: #daeef1;
	padding: 25px 15px;
}
.partner-manager-tabs .promocodes-container .sections > li {
	border-bottom: 2px dotted #54cdcd;
	margin-bottom: 50px;
	padding: 0 30px 50px;
}

.product-list-container, .offer-details, .partner-info, .profile-container {
	margin-bottom: 30px;
}

.addresses-list {
    list-style: outside none none;
    padding: 0;
}

.addresses-list .info-section {
    padding: 10px 20px 10px 0;
}

.addresses-list .col-xs-4 {
    max-width: 110px;
}

li.address-row {
   margin:0 0 10px 0;   
}

ul.addresses-list li.info-text {
    font-size: 19px;
    margin: 0;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.object-map {
    color: #636268 !important;
}

.object-map .object-title {
    font-size: 19px;
    margin: 0;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.object-map .object-address {
    font-size: 13px;
    height: 36px;
    margin-top: 8px;
    overflow: hidden;
    padding-right: 10px;
}

.product-list-container .pagination {
	display: none;
}

.product-info-text ul {
	list-style: disc;
	margin-left: 25px;
}