@font-face {
	font-family: 'moon';
	src: url("../woff2/moon_light.woff2") format("woff2"), url("../moon_light.html") format("woff");
	font-weight: 300;
	font-style: normal
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #8d8d8d
}

:-moz-placeholder {
	opacity: 1;
	color: #8d8d8d
}

::-moz-placeholder {
	opacity: 1;
	color: #8d8d8d
}

:-ms-input-placeholder {
	opacity: 1;
	color: #8d8d8d
}

*,
*:after,
*:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

::-moz-selection {
	background: #ed1d24;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #ed1d24;
	color: #fff;
	text-shadow: none
}

:focus {
	outline: 0 none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html,
body {
	height: 100%;
	min-height: 100%
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
	font-family: "Roboto", sans-serif, sans-serif
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%
}

img {
	border: 0 none;
	max-width: 100%;
	vertical-align: top;
	height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
	line-height: 1.2
}

a {
	color: #747373;
	text-decoration: none;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	cursor: pointer
}

a:hover {
	color: #ed1d24
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

blockquote {
	margin: 1em 40px
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

pre {
	margin: 1em 0
}

p {
	margin: 0 0 25px
}

p:last-child,
p:last-of-type {
	margin-bottom: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:before,
q:after {
	content: '';
	content: none
}

small {
	font-size: 75%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

dl,
menu {
	margin: 0;
	padding: 0
}

dd {
	margin: 0 0 0 40px
}

nav ul,
nav ol {
	list-style: none
}

iframe {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

form {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0;
	white-space: normal
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

button,
input {
	line-height: normal
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	cursor: pointer
}

button[disabled],
input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="url"],
textarea,
select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	resize: none;
	width: 100%;
	border: 0 none;
	background-color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	color: #000;
	padding: 0;
	line-height: 1.2;
	text-align: left
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #6f6f6f;
	opacity: 1
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #6f6f6f;
	opacity: 1
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: #6f6f6f;
	opacity: 1
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #6f6f6f;
	opacity: 1
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"] {
	height: 30px
}

textarea {
	height: 130px
}

select {
	height: 30px
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

address {
	font-style: normal;
	font-size: 14px
}

hr {
	border: 0 none;
	border-top: 1px solid #000;
	margin: 30px 0;
	display: block;
	width: 100%
}

ul,
ol {
	margin: 20px 0;
	padding-left: 16px
}

ul ul,
ol ol {
	margin: 10px 0
}

ul ul li {
	list-style: circle outside
}

ol ol li {
	list-style: lower-roman outside
}

ul:first-of-type,
ul:first-child,
ol:first-of-type,
ol:first-child {
	margin-top: 0
}

*+ul:first-of-type,
*+ul:first-child,
*+ol:first-of-type,
*+ol:first-child {
	margin-top: 10px
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.25;
	color: #747373;
	font-weight: 400
}

.btn {
	display: inline-block;
	font-size: 14px;
	line-height: 0.8;
	font-weight: 700;
	color: #fff;
	border: 0 none;
	padding: 13px 10px 16px;
	text-align: center;
	text-transform: uppercase;
	background-color: #ed1d24;
	min-width: 165px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.btn:hover {
	color: #fff;
	background-color: #24344b
}

.btn+.btn {
	margin-left: 15px
}

.btn-outline {
	font-size: 16px;
	font-weight: 700;
	color: #b7b7b7;
	border: 1px solid #b7b7b7;
	padding: 17px 40px 20px;
	background-color: transparent
}

.btn-outline:hover {
	color: #fff;
	background-color: #ed1d24;
	border-color: #ed1d24
}

.btn-orange {
	background-color: #f7570a;
	min-width: auto;
	font-size: 16px;
	padding: 15px 30px;
	-webkit-box-shadow: 0 5px 10px rgba(247, 87, 10, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(247, 87, 10, 0.3);
	box-shadow: 0 5px 10px rgba(247, 87, 10, 0.3)
}

.btn-orange:hover {
	background-color: #ed1d24;
	-webkit-box-shadow: 0 5px 10px rgba(237, 29, 36, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(237, 29, 36, 0.3);
	box-shadow: 0 5px 10px rgba(237, 29, 36, 0.3)
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row::after {
	content: "";
	clear: both;
	display: table
}

[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	min-height: 1px
}

.col-1 {
	width: 8.3333333333%
}

.col-2 {
	width: 16.6666666667%
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.3333333333%
}

.col-5 {
	width: 41.6666666667%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.3333333333%
}

.col-8 {
	width: 66.6666666667%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.3333333333%
}

.col-11 {
	width: 91.6666666667%
}

.col-12 {
	width: 100%
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%
}

.wrapper::after {
	content: "";
	clear: both;
	display: table
}

.field {
	margin-bottom: 20px
}

.heading {
	font-size: 40px;
	font-weight: 300;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -1px
}

.heading span {
	color: #ed1d24;
	font-weight: 400
}

.required {
	color: #f00
}

.heading-block {
	text-align: center;
	margin-bottom: 30px
}

.heading-block h3 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.1;
	color: #000;
	text-transform: uppercase;
	position: relative
}

.heading-block h3 span {
	font-weight: 300;
	color: #ed1d24
}

.heading-block h3 span i {
	font-style: normal;
	text-transform: none
}

.heading-block p {
	margin: 20px auto 0;
	max-width: 85%
}

.heading-block.left {
	text-align: left
}

.text-center {
	text-align: center
}

.validation {
	position: absolute;
	top: 100%;
	left: 0;
	color: #721c24;
	font-size: 13px;
	display: block;
	line-height: 1.2;
	padding-top: 5px
}

.input-error {
	border: 1px solid #ed1d24 !important
}

body {
	background-color: #f5f5f5
}

img.img-left {
	float: left;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 0 15px 15px 0
}

img.img-right {
	float: right;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 0 0 15px 15px
}

.red {
	color: #ed1d24
}

.fixed-links {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 4;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.fixed-links ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.fixed-links ul li {
	margin-bottom: 5px
}

.fixed-links ul li:last-child {
	margin-bottom: 0
}

.fixed-links ul li a {
	display: block;
	background-color: #ed1d24;
	font-size: 0;
	height: 50px;
	width: 40px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	background-repeat: no-repeat;
	background-position: center center
}

.fixed-links ul li a.icon-sms {
	background-image: url(https://www.centuryply.com/assets/img/icon-sms-1.png)
}

.fixed-links ul li a.icon-phone {
	background-image: url(https://www.centuryply.com/assets/img/icon-phone-1.svg)
}

.fixed-links ul li a.icon-location {
	background-image: url(https://www.centuryply.com/assets/img/icon-location.svg)
}

.fixed-links ul li a.icon-calculator {
	background-image: url(https://www.centuryply.com/assets/img/icon-calculator.svg)
}

.fixed-links ul li a.icon-form {
	background-image: url(https://www.centuryply.com/assets/img/icon-form.svg)
}

.fixed-links ul li a:hover {
	background-color: #24344b
}

.fixed-links .enquiry-form {
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	width: 300px;
	text-align: center;
	margin-right: 20px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	opacity: 0;
	visibility: hidden
}

.fixed-links .enquiry-form .close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: url(https://www.centuryply.com/assets/img/icon-close-white.svg) no-repeat center #222;
	display: block;
	cursor: pointer;
	-webkit-background-size: 10px auto;
	background-size: 10px auto
}

.fixed-links .enquiry-form .close:hover {
	background-color: #ed1d24
}

.fixed-links .enquiry-form h3 {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	color: #24344b;
	margin-bottom: 10px
}

.fixed-links .enquiry-form .field {
	margin-bottom: 10px
}

.fixed-links .enquiry-form .form-control {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 0 10px
}

.fixed-links .enquiry-form input.form-control {
	height: 40px
}

.fixed-links .enquiry-form textarea.form-control {
	height: 100px;
	padding: 10px
}

.fixed-links .enquiry-form.open {
	opacity: 1;
	visibility: visible
}

.enquiry-form-mobile {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 9999999999
}

.enquiry-form-mobile .enquiry-form-link {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: url(https://www.centuryply.com/assets/img/icon-form.svg) no-repeat center #ed1d24;
	-webkit-background-size: auto 25px;
	background-size: auto 25px
}

.enquiry-form-mobile .enquiry-form-link:focus {
	background-color: #24344b
}

.enquiry-form-mobile .enquiry-form {
	position: absolute;
	bottom: 100%;
	left: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	width: 280px;
	text-align: center;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	opacity: 0;
	visibility: hidden
}

.enquiry-form-mobile .enquiry-form .close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: url(https://www.centuryply.com/assets/img/icon-close-white.svg) no-repeat center #222;
	display: block;
	cursor: pointer;
	-webkit-background-size: 10px auto;
	background-size: 10px auto
}

.enquiry-form-mobile .enquiry-form .close:hover {
	background-color: #ed1d24
}

.enquiry-form-mobile .enquiry-form h3 {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	color: #24344b;
	margin-bottom: 10px
}

.enquiry-form-mobile .enquiry-form .field {
	margin-bottom: 10px
}

.enquiry-form-mobile .enquiry-form .form-control {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 0 10px
}

.enquiry-form-mobile .enquiry-form input.form-control {
	height: 40px
}

.enquiry-form-mobile .enquiry-form textarea.form-control {
	height: 100px;
	padding: 10px
}

.enquiry-form-mobile .enquiry-form .btn {
	padding: 15px 25px
}

.enquiry-form-mobile .enquiry-form.open {
	opacity: 1;
	visibility: visible
}

.chat {
	position: fixed;
	right: 0;
	bottom: 50px;
	z-index: 4
}

.chat .chat-popup-link {
	display: block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px 20px 10px 50px;
	background: url(https://www.centuryply.com/assets/img/icon-chat.png) no-repeat 20px center #ed1d24;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-ms-border-radius: 20px 0 0 20px;
	-o-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px
}

.chat .chat-popup-link:hover {
	background-color: #24344b
}

.chat-popup-block {
	position: absolute;
	right: 0;
	bottom: 100%;
	opacity: 0;
	visibility: hidden;
	margin-bottom: 10px;
	width: 500px;
	height: 500px;
	background-color: #fff;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
	-ms-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
	transition: all 0.6s cubic-bezier(1, 0, 0, 1);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1)
}

.chat-popup-block.open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1)
}

.chat-popup-block iframe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.fixed-whatsapp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9;
	width: 50px;
	height: 50px;
	font-size: 0
}

.fixed-whatsapp a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(https://www.centuryply.com/assets/img/icon-whatsapp-mobile.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto
}

.site-header {
	position: relative;
	z-index: 3
}

.pre-header {
	background-color: #24344b
}


.pre-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: right
}

.pre-header ul li {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 15px;
	padding-right: 15px
}

.pre-header ul li::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 25px;
	background-color: rgba(255, 255, 255, 0.1);
	display: block;
	margin: auto
}

.pre-header ul li:last-child {
	padding-right: 0;
	margin-right: 0
}

.pre-header ul li:last-child::after {
	display: none
}

.pre-header ul li a {
	color: #fff;
	display: block;
	line-height: 1;
	font-size: 14px
}

.pre-header ul li.phone a {
	background: url(https://www.centuryply.com/assets/img/icon-phone-header.svg) no-repeat left center;
	padding: 12px 0 14px 25px
}

.pre-header ul li.sms a {
	background: url(https://www.centuryply.com/assets/img/icon-sms-header.svg) no-repeat left center;
	padding: 12px 0 14px 25px
}

.pre-header ul li.whatsapp {
	margin-right: 15px;
	padding-right: 0
}

.pre-header ul li.whatsapp::after {
	display: none
}

.pre-header ul li.whatsapp a {
	background: url(https://www.centuryply.com/assets/img/icon-whatsapp.png) no-repeat left center;
	font-size: 0;
	width: 21px;
	height: 21px;
	margin-top: 9px
}

.pre-header ul li.login {
	font-size: 0;
	background: url(https://www.centuryply.com/assets/img/icon-user.png) no-repeat 13px center #ed1d24;
	padding: 15px 15px 15px 35px
}

.pre-header ul li.login a {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	text-transform: uppercase;
	position: relative
}

.pre-header ul li.login a:first-child {
	padding-right: 10px;
	margin-right: 10px
}

.pre-header ul li.login a:first-child::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 10px;
	background-color: #fff;
	display: block;
	margin: auto
}

.pre-header ul li.login a:hover {
	color: #000
}

.main-header {
	background-color: #fff
}

.main-header .logo {
	float: left;
	padding: 13px 0;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.main-header .logo img {
	display: block;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.main-header .logo img.logo-mobile {
	display: none
}

.main-header .header-right {
	float: right;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.main-header .header-right .site-nav,
.main-header .header-right .searchings {
	float: left
}

.main-header .header-right .site-nav {
	margin-right: 25px
}

.main-header .header-right .searchings {
	font-size: 0;
	padding-top: 30px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.main-header .header-right .searchings a {
	width: 45px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	position: relative
}

.main-header .header-right .searchings a:hover {
	background-color: #f5f5f5
}

.main-header .header-right .searchings a.text-search {
	background-image: url(https://www.centuryply.com/assets/img/icon-search-header.svg)
}

.main-header .header-right .searchings button {
	width: 45px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border: 0 none;
	background-color: transparent;
	padding: 0
}

.main-header .header-right .searchings button::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background-color: rgba(60, 63, 70, 0.2)
}

.main-header .header-right .searchings button:hover {
	background-color: #f5f5f5
}

.main-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	z-index: 4
}

.main-header.fixed .logo {
	padding: 10px 0
}

.main-header.fixed .logo img {
	width: 125px
}

.main-header.fixed #cssmenu>ul>li>a {
	padding-top: 30px;
	padding-bottom: 31px
}

.main-header.fixed .header-right .searchings {
	padding-top: 20px
}

.speech-data-hide {
	display: none
}

#cssmenu,
#cssmenu #menu-button,
#cssmenu ul,
#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative
}

#cssmenu::after,
#cssmenu>ul::after {
	content: "";
	clear: both;
	display: table
}

#cssmenu #menu-button {
	display: none;
	width: 30px;
	height: 22px;
	font-size: 0;
	position: relative
}

#cssmenu #menu-button span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: auto
}

#cssmenu #menu-button::before,
#cssmenu #menu-button::after {
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	height: 3px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

#cssmenu #menu-button::before {
	top: 0
}

#cssmenu #menu-button::after {
	bottom: 0
}

#cssmenu>ul>li {
	float: left
}

#cssmenu>ul>li>a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	display: block;
	color: #41444b;
	padding: 40px 20px 41px;
	background-repeat: no-repeat;
	position: relative
}

#cssmenu>ul>li>a::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

#cssmenu>ul>li.active>a,
#cssmenu>ul>li:hover>a {
	background-color: #ed1d24;
	color: #fff
}

#cssmenu>ul>li.shop-now a {
	padding-left: 40px
}

#cssmenu>ul>li.shop-now a::after {
	width: 16px;
	height: 15px;
	left: 15px;
	background-image: url(https://www.centuryply.com/assets/img/icon-cart.svg)
}

#cssmenu>ul>li.shop-now:hover a::after {
	background-position: left bottom
}

#cssmenu>ul>li.more>a {
	padding-right: 40px
}

#cssmenu>ul>li.more>a::after {
	width: 16px;
	height: 11px;
	right: 15px;
	background-image: url(https://www.centuryply.com/assets/img/icon-menu.svg)
}

#cssmenu>ul>li.more:hover a::after {
	background-position: left bottom
}

#cssmenu>ul>li.more ul.sub-menu {
	width: calc(100% + 300px)
}

#cssmenu>ul>li.more ul.sub-menu li {
	width: calc(25% - 30px)
}

#cssmenu>ul>li ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 5px;
	width: calc(100% + 115px);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-height: 500px;
	overflow: auto
}

#cssmenu>ul>li ul.sub-menu li {
	list-style: none;
	width: calc(33.33% - 30px);
	margin: 0 15px;
	font-size: 14px;
	border-bottom: 1px solid #d5d5d5
}

#cssmenu>ul>li ul.sub-menu li>a {
	display: block;
	line-height: 1.2;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	padding: 20px 0 25px
}

#cssmenu>ul>li ul.sub-menu li .menu-heading {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 10px;
	color: #24344b;
	font-weight: 700;
	text-transform: uppercase
}

#cssmenu>ul>li ul.sub-menu li .description {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #747373
}

#cssmenu>ul>li ul.sub-menu li .read-more {
	border: 1px solid #c2c2c2;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	padding: 9px 20px;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #747373;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

#cssmenu>ul>li ul.sub-menu li .read-more:hover {
	background-color: #ed1d24;
	border-color: #ed1d24;
	color: #fff
}

#cssmenu>ul>li:last-child>ul {
	left: auto;
	right: 0
}

#cssmenu>ul>li:hover>ul {
	margin-top: 0;
	opacity: 1;
	visibility: visible
}

@media all and (max-width: 999px) {
	#cssmenu {
		width: 100%
	}
	#cssmenu ul {
		display: block;
		position: absolute;
		top: 100%;
		right: 0;
		width: 220px;
		background-color: #ed1d24;
		opacity: 0;
		visibility: hidden
	}
	#cssmenu ul.open {
		opacity: 1;
		visibility: visible
	}
	#cssmenu ul li,
	#cssmenu ul li:hover>ul>li,
	#cssmenu ul ul li {
		width: 100%;
		height: auto;
		border-bottom: 1px solid #fff
	}
	#cssmenu>ul>li {
		float: none;
		display: block;
		margin-left: 0
	}
	#cssmenu ul li a {
		color: #fff;
		border-bottom: 0 none;
		padding: 10px
	}
	#cssmenu ul li a:hover {
		background-color: #fff;
		color: #ed2028
	}
	#cssmenu ul ul li a {
		padding: 20px 20px 20px 30px;
		font-size: 12px;
		color: #000;
		background: 0 0
	}
	#cssmenu ul ul li a:hover,
	#cssmenu ul ul li:hover>a {
		color: #000
	}
	#cssmenu ul ul ul li a {
		padding-left: 40px
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}
	#cssmenu ul ul li.has-sub>a::after,
	#cssmenu>ul>li.has-sub>a::after,
	#menu-line {
		display: none
	}
	#cssmenu #menu-button {
		display: block
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		height: 52px;
		width: 52px;
		cursor: pointer
	}
	#cssmenu .submenu-button::after,
	#cssmenu .submenu-button::before {
		content: '';
		position: absolute;
		display: block;
		background: #000;
		z-index: 99
	}
	#cssmenu .submenu-button::after {
		top: 21px;
		left: 26px;
		width: 1px;
		height: 11px
	}
	#cssmenu .submenu-button::before {
		left: 21px;
		top: 26px;
		width: 11px;
		height: 1px
	}
	#cssmenu .submenu-button.submenu-opened:after {
		display: none
	}
}

.products-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	margin-top: 5px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	margin: 0 auto;
	max-width: 1200px
}

.products-menu.active {
	margin-top: 0;
	opacity: 1;
	visibility: visible
}

.products-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.products-menu ul::after {
	content: "";
	clear: both;
	display: table
}

.products-menu ul li {
	list-style: none
}

.products-menu>ul {
	background-color: #fff;
	padding: 30px 40px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.products-menu>ul>li {
	float: left;
	width: 16.5%;
	padding-right: 20px
}

.products-menu>ul>li:last-child {
	padding-right: 0
}

.products-menu>ul>li>a {
	display: block
}

.products-menu>ul>li>a.menu-heading {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1;
	padding-bottom: 15px;
	position: relative;
	font-weight: 500;
	display: inline-block
}

.products-menu>ul>li>a.menu-heading::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #c1c1c1
}

.products-menu>ul>li>a.menu-heading+.menu-heading {
	margin-top: 25px
}

.products-menu>ul>li>ul {
	margin-top: 10px
}

.products-menu>ul>li>ul>li {
	margin-bottom: 10px
}

.products-menu>ul>li>ul>li>a {
	font-size: 13px;
	line-height: 1.4;
	text-transform: uppercase
}

.products-menu>ul>li>ul+.menu-heading {
	margin-top: 25px
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track::after {
	content: "";
	clear: both;
	display: table
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	position: relative;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto
}

.slick-arrow.slick-hidden {
	display: none
}

.home-banner {
	position: relative;
	z-index: 2
}

.banner {
	opacity: 0;
	height: 600px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.banner.slick-initialized {
	height: auto;
	opacity: 1
}

.banner img {
	width: 100%
}

.banner .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0
}

.banner .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px
}

.banner .slick-dots li button {
	padding: 0;
	display: block;
	width: 10px;
	height: 10px;
	border: 0 none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(36, 52, 75, 0.7)
}

.banner .slick-dots li.slick-active button {
	background-color: #ed1d24
}

.banner .slick-arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	padding: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 0 none;
	background-color: transparent;
	font-size: 0;
	z-index: 2
}

.banner .slick-arrow::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 35px;
	display: block;
	margin: auto;
	border: 2px solid #b6b6b6;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center center;
	-moz-transform-origin: center center center;
	-ms-transform-origin: center center center;
	-o-transform-origin: center center center;
	transform-origin: center center center
}

.banner .slick-arrow.slick-prev {
	left: 5%
}

.banner .slick-arrow.slick-prev::after {
	border-top: 0 none;
	border-right: 0 none
}

.banner .slick-arrow.slick-next {
	right: 5%
}

.banner .slick-arrow.slick-next::after {
	border-bottom: 0 none;
	border-left: 0 none
}

.banner-mobile {
	opacity: 0;
	height: 250px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.banner-mobile.slick-initialized {
	height: auto;
	opacity: 1
}

.banner-mobile img {
	width: 100%
}

.banner-mobile .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0
}

.banner-mobile .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px
}

.banner-mobile .slick-dots li button {
	padding: 0;
	display: block;
	width: 10px;
	height: 10px;
	border: 0 none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(36, 52, 75, 0.7)
}

.banner-mobile .slick-dots li.slick-active button {
	background-color: #ed1d24
}

.section-inspiration {
	padding: 40px 0
}

.section-inspiration .row {
	margin-left: -7px;
	margin-right: -7px
}

.section-inspiration [class*="col-"] {
	padding-left: 7px;
	padding-right: 7px
}

.section-inspiration .col-3 {
	width: 335px
}

.section-inspiration .col-6 {
	width: 544px
}

.section-inspiration .content {
	padding: 40px 50px 0 0;
	margin-bottom: 15px;
	min-height: 287px
}

.section-inspiration .content p {
	margin: 20px 0 30px;
	font-size: 14px;
	line-height: 1.4
}

.section-inspiration .img {
	position: relative;
	margin-bottom: 15px
}

.section-inspiration .img:last-of-type {
	margin-bottom: 0
}

.section-inspiration .img a,
.section-inspiration .img img {
	display: block
}

.section-inspiration .img img {
	width: 100%
}

.products-menu>ul>li>ul>li>a {
    color: #747373;
    text-transform: capitalize;
}
.products-menu>ul>li>a.menu-heading {
    color: #24344b;
    font-weight: bold;
}

.section-inspiration .img .name {
	position: absolute;
	left: 0;
	bottom: 30px;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.9);
	min-width: 140px;
	text-align: right;
	font-size: 19px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -1px;
	color: #fff;
	padding: 10px 20px
}

.section-inspiration .img .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	opacity: 0;
	visibility: hidden
}

.section-inspiration .img .overlay .btn {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	-moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	-ms-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	-o-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	padding: 10px 20px 12px;
	min-width: 150px
}

.section-inspiration .img .overlay .btn:hover {
	color: #ed1d24;
	background-color: #fff
}

.section-inspiration .img a:hover .overlay {
	visibility: visible;
	opacity: 1
}

.section-inspiration .img a:hover .overlay .btn {
	top: 50%
}

.section-inspiration .img.idea-4 .name {
	bottom: auto;
	top: 70px
}

.inspiration-mobile {
	padding: 30px 0;
	text-align: center
}

.inspiration-mobile .inpspiration-slider {
	margin-bottom: 30px
}

.inspiration-mobile .inpspiration-slider img {
	width: 100%
}

.inspiration-mobile .inpspiration-slider .name {
	position: absolute;
	left: 0;
	bottom: 30px;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.9);
	min-width: 140px;
	text-align: right;
	font-size: 19px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -1px;
	color: #fff;
	padding: 10px 20px
}

.inspiration-mobile .inpspiration-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0
}

.inspiration-mobile .inpspiration-slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px
}

.inspiration-mobile .inpspiration-slider .slick-dots li button {
	padding: 0;
	display: block;
	width: 10px;
	height: 10px;
	border: 0 none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(36, 52, 75, 0.7)
}

.inspiration-mobile .inpspiration-slider .slick-dots li.slick-active button {
	background-color: #ed1d24
}

.section-header {
	margin-bottom: 50px;
	text-align: center
}

.section-header p {
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-top: 10px
}

.section-product-range {
	background-color: #e9edf0;
	padding: 45px 0
}

.section-product-range .section-header {
	margin-bottom: 30px
}

.pr-buttons {
	text-align: center;
	font-size: 0;
	margin-bottom: 30px
}

.pr-buttons a {
	display: inline-block;
	vertical-align: top;
	color: #000;
	background-color: #fff;
	padding: 15px 20px;
	font-size: 17px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	position: relative
}

.pr-buttons a::after {
	position: absolute;
	z-index: 1;
	content: "";
	top: 0;
	right: -1px;
	bottom: 0;
	width: 1px;
	height: 30px;
	display: block;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.5)
}

.pr-buttons a span {
	display: block;
	font-weight: 700;
	font-size: 16px
}

.pr-buttons a.active,
.pr-buttons a:hover {
	background-color: #ed1d24;
	color: #fff;
	z-index: 2
}

.pr-buttons a.active::after,
.pr-buttons a:hover::after {
	display: none
}

.pr-buttons a:last-child::after {
	display: none
}

.products-block {
	position: relative
}

.products-block .product-range-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	-webkit-transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	transform: translate(0, 40px)
}

.products-block .product-range-container.active {
	position: relative;
	z-index: 2;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.products-block .wrapper {
	position: relative
}

.products-block .tabs-block {
	float: left;
	width: 280px
}

.products-block .tabs-block ul {
	max-height: 475px
}

.products-block .content-block {
	float: right;
	width: 880px;
	position: relative
}

.products-block h2 {
	font-weight: 300;
	font-size: 23px;
	line-height: 1.1;
	color: #000;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px
}

.products-block h2 span {
	font-weight: 500;
	font-size: 25px;
	display: block
}

.products-block h2::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 5px;
	width: 35px;
	background-color: #ed1d24
}

.products-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative
}

.products-block ul::before {
	position: absolute;
	content: "";
	width: 2px;
	top: 2px;
	left: 12px;
	bottom: 6px;
	background-color: #3b4764
}

.products-block ul li {
	margin-bottom: 45px;
	position: relative;
	font-size: 14px;
	line-height: 1;
	padding: 5px 0 5px 35px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	z-index: 1;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	cursor: pointer
}

.products-block ul li::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 2px solid #3b4764;
	background-color: #e9edf0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.products-block ul li::before {
	position: absolute;
	content: "";
	top: 8px;
	left: 8px;
	z-index: 1;
	width: 8px;
	height: 8px;
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	opacity: 0
}

.products-block ul li:last-child {
	margin-bottom: 5px
}

.products-block ul li.current {
	color: #ed1d24
}

.products-block ul li.current::before {
	opacity: 1
}

.products-block .tabbed-content {
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all linear 0.6s;
	-moz-transition: all linear 0.6s;
	-ms-transition: all linear 0.6s;
	-o-transition: all linear 0.6s;
	transition: all linear 0.6s;
	transform: translateY(20px)
}

.products-block .tabbed-content::after {
	content: "";
	clear: both;
	display: table
}

.products-block .tabbed-content.current {
	position: relative;
	top: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.products-block .tabbed-content .img-block {
	float: left;
	width: 480px;
	margin-right: 40px;
	position: relative;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05)
}

.products-block .tabbed-content .img-block::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	right: 0;
	background: url(https://www.centuryply.com/assets/img/shadow.png) no-repeat center top;
	height: 10px
}

.products-block .tabbed-content .img-block a {
	display: block
}

.products-block .tabbed-content .img-block img {
	display: block;
	width: 100%;
	border: 10px solid #fff
}

.products-block .tabbed-content .img-block .details {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	color: #fff;
	text-align: center;
	padding: 30px 40px 20px;
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0)
}

.products-block .tabbed-content .img-block .details .name {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px
}

.products-block .tabbed-content .img-block .details p {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 15px
}

.products-block .tabbed-content .img-block .details .btn {
	padding: 10px 20px;
	font-size: 12px;
	min-width: 0
}

.products-block .tabbed-content .img-block .details .btn:hover {
	color: #ed1d24;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px .2;
	-moz-box-shadow: 0 5px 5px .2;
	box-shadow: 0 5px 5px .2
}

.products-block .tabbed-content .review-block {
	float: left;
	width: 360px;
	padding: 10px 20px 0 0
}

.products-block .tabbed-content .review-block img {
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	display: block;
	margin-bottom: 30px
}

.products-block .tabbed-content .review-block .rating {
	display: block;
	height: 11px;
	background: url(https://www.centuryply.com/assets/img/rating.png) no-repeat left top;
	margin-bottom: 25px
}

.products-block .tabbed-content .review-block .rating.rating-1 {
	background-position: left -44px
}

.products-block .tabbed-content .review-block .rating.rating-2 {
	background-position: left -33px
}

.products-block .tabbed-content .review-block .rating.rating-3 {
	background-position: left -22px
}

.products-block .tabbed-content .review-block .rating.rating-4 {
	background-position: left -11px
}

.products-block .tabbed-content .review-block .rating.rating-5 {
	background-position: left top
}

.products-block .tabbed-content .review-block .rating.rating-NA {
	background-position: left -55px
}

.products-block .tabbed-content .review-block p {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 30px
}

.products-block .tabbed-content .review-block .author span {
	display: block;
	line-height: 1
}

.products-block .tabbed-content .review-block .author .author-name {
	font-size: 21px;
	color: #000;
	margin-bottom: 5px
}

.products-block .tabbed-content .review-block .author .author-profession {
	font-size: 14px;
	color: rgba(38, 37, 37, 0.8)
}

.section-tools {
	padding: 50px 0;
	text-align: center
}

.section-tools .tool-box {
	background-color: #fff;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.section-tools .tool-box a {
	display: block;
	padding: 25px 10px 30px
}

.section-tools .tool-box img {
	display: block;
	margin: 0 auto 10px
}

.section-tools .tool-box h3 {
	font-size: 20px;
	font-weight: 300;
	color: #000;
	line-height: 1;
	min-height: 40px;
	margin-bottom: 10px
}

.section-tools .tool-box p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #747373
}

.section-tools .tool-box .btn-outline {
	font-size: 13px;
	padding: 12px 20px 13px;
	min-width: auto
}

.section-tools .tool-box:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1)
}

.section-shop {
	background-color: #e9edf0;
	padding: 40px 0
}

.shop-now-slider {
	margin: 0 -10px
}

.shop-now-slider .slick-slide {
	padding: 0 10px 10px
}

.shop-now-slider .shop-box {
	position: relative;
	padding-bottom: 45px
}

.shop-now-slider .shop-box a {
	display: block
}

.shop-now-slider .shop-box img {
	width: 100%
}

.shop-now-slider .shop-box .details-box {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 0;
	background-color: #fff;
	padding: 15px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
	text-align: center
}

.shop-now-slider .shop-box .details-box .details span {
	display: block
}

.shop-now-slider .shop-box .details-box .details span.name {
	color: #000;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400
}

.shop-now-slider .shop-box .details-box .details span.price {
	color: #747373;
	font-size: 14px;
	line-height: 1;
	margin: 5px 0 10px
}

.shop-now-slider .shop-box .details-box .details span.price i {
	display: inline-block;
	font-style: normal;
	background: url(https://www.centuryply.com/assets/img/icon-rupee-gray.svg) no-repeat left center;
	padding-left: 10px
}

.shop-now-slider .shop-box .details-box .buy-now span {
	display: inline-block;
	background-color: #e74c1c;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 9px 20px 8px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px
}

.shop-now-slider .shop-box .details-box .buy-now span:hover {
	background-color: #ed1d24
}

.shop-now-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	padding: 0;
	font-size: 0;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: 0 none;
	margin-top: -30px
}

.shop-now-slider .slick-arrow::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 30px;
	display: block;
	margin: auto;
	background: url(https://www.centuryply.com/assets/img/arrow.png) no-repeat left top
}

.shop-now-slider .slick-arrow.slick-prev {
	left: -60px
}

.shop-now-slider .slick-arrow.slick-prev:hover::after {
	background-position: left bottom
}

.shop-now-slider .slick-arrow.slick-next {
	right: -60px
}

.shop-now-slider .slick-arrow.slick-next::after {
	background-position: right top
}

.shop-now-slider .slick-arrow.slick-next:hover::after {
	background-position: right bottom
}

.shop-now-slider .slick-arrow:hover {
	background-color: #999
}

.professional-section {
	background-color: #232930;
	text-align: center;
	padding: 50px 0
}

.professional-section h2 {
	color: #fff;
	margin-bottom: 50px
}

.professional-section ul {
	margin: 0 -15px 50px;
	padding: 0;
	list-style: none;
	font-size: 0
}

.professional-section ul li {
	padding: 0 15px;
	width: 25%;
	display: inline-block;
	vertical-align: top
}

.professional-section .content img {
	display: block;
	margin: 0 auto 20px
}

.professional-section .content h3 {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px
}

.professional-section .content p {
	color: #fff;
	font-size: 14px;
	line-height: 1.4
}

.professional-section .btn-outline {
	font-size: 14px;
	min-width: auto;
	padding: 13px 40px 14px
}

.section-blogs {
	background-color: #e9edf0;
	padding: 50px 0
}

.blogs-slider {
	margin: 0 -15px
}

.blogs-slider .slick-slide {
	padding: 0 15px 20px
}

.blogs-slider .blog-box {
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05)
}

.blogs-slider .blog-box .img {
	position: relative
}

.blogs-slider .blog-box .img img {
	display: block;
	width: 100%
}

.blogs-slider .blog-box .img .date {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #232930;
	padding: 10px 15px;
	font-size: 15px;
	color: #fff;
	line-height: 1;
	display: block;
	font-weight: 300;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.blogs-slider .blog-box .content {
	padding: 20px
}

.blogs-slider .blog-box .content h3 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.55;
	margin-bottom: 15px
}

.blogs-slider .blog-box .content h3 a {
	color: #000;
	display: block
}

.blogs-slider .blog-box .content h3 a:hover {
	color: #ed1d24
}

.blogs-slider .blog-box .content p {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #000
}

.blogs-slider .blog-box:hover .img .date {
	background-color: #ed1d24
}

.blogs-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: center
}

.blogs-slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px
}

.blogs-slider .slick-dots li:last-child {
	margin-right: 0
}

.blogs-slider .slick-dots li button {
	padding: 0;
	display: block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 0 none;
	font-size: 0;
	background-color: #cbcfd2
}

.blogs-slider .slick-dots li button:hover {
	background-color: #999
}

.blogs-slider .slick-dots li.slick-active button {
	background-color: #ed1d24
}

.section-logos {
	background: #fff
}

.section-logos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: center
}

.section-logos ul::after {
	content: "";
	clear: both;
	display: table
}

.section-logos ul li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	position: relative
}

.section-logos ul li::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 65px;
	display: block;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.1)
}

.section-logos ul li:last-child::after {
	display: none
}

.section-logos .logo-box {
	height: 115px;
	position: relative
}

.section-logos .logo-box img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto
}

.section-logos .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	background-color: transparent;
	border: 0 none;
	width: 40px;
	height: 40px;
	font-size: 0;
	opacity: 0.2
}

.section-logos .slick-arrow:hover {
	opacity: 1
}

.section-logos .slick-arrow::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(https://www.centuryply.com/assets/img/arrow-left-product.svg) no-repeat center
}

.section-logos .slick-arrow.slick-prev {
	left: -20px
}

.section-logos .slick-arrow.slick-next {
	right: -20px
}

.section-logos .slick-arrow.slick-next::after {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.main-footer {
	background-color: #232930;
	padding: 45px 0 25px;
	position: relative
}

.main-footer .about-centuryply {
	float: left;
	width: 300px
}

.main-footer .about-centuryply img {
	display: block;
	margin-bottom: 30px
}

.main-footer .about-centuryply h3 {
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px
}

.main-footer .about-centuryply p {
	font-size: 13px;
	color: #aeadad;
	line-height: 1.4;
	margin-bottom: 20px;
	letter-spacing: 0.5px
}

.main-footer .about-centuryply .btn {
	font-size: 14px;
	padding: 10px 20px;
	min-width: 0
}

.main-footer .links-block {
	float: right;
	width: 850px;
	padding-left: 15px;
	padding-right: 15px
}

.main-footer .links-block .column {
	padding-left: 15px;
	padding-right: 15px;
	float: left
}

.main-footer .links-block .column.column-1 {
	width: 200px
}

.main-footer .links-block .column.column-2 {
	width: 250px
}

.main-footer .links-block .column.column-3 {
	width: 220px
}

.main-footer .links-block .column.column-4 {
	width: 180px
}

.main-footer .links-block .download-block {
	margin-top: 40px
}

.main-footer .links-block .download-block::after {
	content: "";
	clear: both;
	display: table
}

.main-footer .links-block .download-block p {
	float: left;
	margin-right: 25px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.2
}

.main-footer .links-block .download-block a {
	display: block;
	float: left;
	margin-right: 15px
}

.main-footer .links-block .download-block a img {
	display: block;
	opacity: 0.4;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.main-footer .links-block .download-block a:hover img {
	opacity: 1
}

.main-footer h4 {
	font-size: 17px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px
}

.main-footer ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.main-footer ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px
}

.main-footer ul li:last-child {
	margin-bottom: 0
}

.main-footer ul li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	width: 6px;
	height: 6px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.main-footer ul li a {
	display: block;
	line-height: 1;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px
}

.main-footer ul li:hover::after {
	background-color: #fff
}

.main-footer ul li:hover a {
	color: #fff
}

.main-footer ul.social-media::after {
	content: "";
	clear: both;
	display: table
}

.main-footer ul.social-media li {
	float: left;
	padding-left: 0;
	margin-right: 5px;
	margin-bottom: 0
}

.main-footer ul.social-media li:last-child {
	margin-right: 0
}

.main-footer ul.social-media li::after {
	display: none
}

.main-footer ul.social-media li a {
	font-size: 0;
	width: 30px;
	height: 30px;
	background: url(https://www.centuryply.com/assets/img/social-icons-sprite.png) no-repeat left top;
	-webkit-background-size: 120px auto;
	background-size: 180px auto
}

.main-footer ul.social-media li.facebook a:hover {
	background-position: left bottom
}

.main-footer ul.social-media li.twitter a {
	background-position: -30px top
}

.main-footer ul.social-media li.twitter a:hover {
	background-position: -30px bottom
}

.main-footer ul.social-media li.youtube a {
	background-position: -60px top
}

.main-footer ul.social-media li.youtube a:hover {
	background-position: -60px bottom
}

.main-footer ul.social-media li.pinterest a {
	background-position: -90px top
}

.main-footer ul.social-media li.pinterest a:hover {
	background-position: -90px bottom
}

.main-footer ul.social-media li.insta a {
	background-position: -120px top
}

.main-footer ul.social-media li.insta a:hover {
	background-position: -120px bottom
}

.main-footer ul.social-media li.linkd a {
	background-position: -150px top
}

.main-footer ul.social-media li.linkd a:hover {
	background-position: -150px bottom
}

.main-footer ul+h4 {
	margin-top: 20px
}

ul.social-media-mobile {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
	text-align: center;
	background-color: #171f28
}

ul.social-media-mobile::after {
	content: "";
	clear: both;
	display: table
}

ul.social-media-mobile li {
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
	margin-right: 5px;
	margin-bottom: 0
}

ul.social-media-mobile li:last-child {
	margin-right: 0
}

ul.social-media-mobile li::after {
	display: none
}

ul.social-media-mobile li a {
	display: block;
	font-size: 0;
	width: 30px;
	height: 30px;
	background: url(https://www.centuryply.com/assets/img/social-icons-sprite.png) no-repeat left top;
	-webkit-background-size: 120px auto;
	background-size: 180px auto
}

ul.social-media-mobile li.facebook a:hover {
	background-position: left bottom
}

ul.social-media-mobile li.twitter a {
	background-position: -30px top
}

ul.social-media-mobile li.twitter a:hover {
	background-position: -30px bottom
}

ul.social-media-mobile li.youtube a {
	background-position: -60px top
}

ul.social-media-mobile li.youtube a:hover {
	background-position: -60px bottom
}

ul.social-media-mobile li.pinterest a {
	background-position: -90px top
}

ul.social-media-mobile li.pinterest a:hover {
	background-position: -90px bottom
}

ul.social-media-mobile li.insta a {
	background-position: -120px top
}

ul.social-media-mobile li.insta a:hover {
	background-position: -120px bottom
}

ul.social-media-mobile li.linkd a {
	background-position: -150px top
}

ul.social-media-mobile li.linkd a:hover {
	background-position: -150px bottom
}

.copyright-footer {
	background-color: #171f28;
	padding: 10px 0;
	font-size: 12px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.5)
}

.copyright-footer a {
	color: inherit
}

.copyright-footer a:hover {
	color: #fff
}

.copyright-footer .copyrights {
	float: left
}

.copyright-footer .credits {
	float: right
}

.inner-banner {
	position: relative
}

.inner-banner .content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 650px;
	text-align: center;
	color: #fff
}

.inner-banner .content h2 {
	font-size: 60px;
	line-height: 0.8;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
	letter-spacing: -3px;
	padding-bottom: 20px;
	margin-bottom: 15px
}

.inner-banner .content h2::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	width: 45px;
	height: 3px;
	background-color: #ed1d24
}

.inner-banner .content p {
	margin-bottom: 30px
}

.inner-banner .content a {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	text-transform: uppercase;
	padding: 15px 30px;
	font-size: 14px;
	line-height: 1
}

.inner-banner .content a:hover {
	color: #24344b;
	background-color: #fff
}

.inner-banner .colourbar-slider {
	z-index: 1
}

.inner-banner .colourbar-slider img {
	width: 100%;
	display: block
}

.product-visualizer {
	padding: 40px 0;
	background-color: #f5f5f5
}

.color-filter-block::after {
	content: "";
	clear: both;
	display: table
}

.color-filter-block .color-filter {
	float: left;
	width: 430px;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1)
}

.color-filter-block .color-filter .normal-filters {
	background-color: #fff;
	padding: 10px 15px;
	border-top: 2px solid #ed1d24;
	text-align: center
}

.color-filter-block .color-filter .normal-filters::after {
	content: "";
	clear: both;
	display: table
}

.color-filter-block .color-filter .normal-filters label {
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	float: none;
	color: #000;
	background: url(https://www.centuryply.com/assets/img/icon-filter.png) no-repeat left center;
	margin-bottom: 5px;
	display: inline-block
}

.color-filter-block .color-filter .normal-filters .filters-right {
	float: none
}

.color-filter-block .color-filter .normal-filters .filters-right::after {
	content: "";
	clear: both;
	display: table
}

.color-filter-block .color-filter .normal-filters .filters-right .filter {
	float: left;
	text-align: left;
	margin-right: 5px
}

.color-filter-block .color-filter .normal-filters .filters-right .filter:last-child {
	margin-right: 0
}

.color-filter-block .color-filter .normal-filters .filters-right .filter.filter-1 {
	width: 130px
}

.color-filter-block .color-filter .normal-filters .filters-right .filter.filter-2 {
	width: 140px
}

.color-filter-block .color-filter .normal-filters .filters-right .filter.filter-3 {
	width: 120px
}

.color-filter-block .color-filter .normal-filters .filters-right .filter .chosen-container-single .chosen-single {
	height: 30px;
	padding: 6px 20px 0 10px
}

.color-filter-block .color-filter .normal-filters .filters-right .filter .chosen-container-single .chosen-single div {
	right: 10px
}

.color-filter-block .color-filter .normal-filters .filters-right .filter .chosen-container-single .chosen-search {
	display: none !important
}

.color-filter-block .color-filter .normal-filters .filters-right .filter .chosen-container .chosen-results li {
	padding: 10px 5px
}

.color-filter-block .color-filter .images-section {
	position: relative
}

.color-filter-block .color-filter .images-section::after {
	content: "";
	clear: both;
	display: table
}

.color-filter-block .color-filter .colors-scroller {
	float: left;
	width: 95px;
	max-height: 430px;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 10px 10px 10px 0
}

.color-filter-block .color-filter .colors-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.color-filter-block .color-filter .colors-list li {
	margin-bottom: 15px;
	width: 60px;
	height: 60px;
	border: 5px solid #e0e0e0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	position: relative;
	cursor: pointer
}

.color-filter-block .color-filter .colors-list li::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(https://www.centuryply.com/assets/img/icon-tick.png) no-repeat center center;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
	display: none
}

.color-filter-block .color-filter .colors-list li:last-child {
	margin-bottom: 0
}

.color-filter-block .color-filter .colors-list li.current {
	border-color: #24344b
}

.color-filter-block .color-filter .colors-list li.current::after {
	display: block
}

.color-filter-block .color-filter .color-shades {
	float: right;
	width: 330px;
	padding: 20px;
	background-color: #fff;
	position: relative
}

.color-filter-block .color-filter .color-shades .shades-box {
	position: absolute;
	top: 20px;
	left: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	max-height: 390px;
	overflow: hidden
}

.color-filter-block .color-filter .color-shades .shades-box.current {
	position: relative;
	top: auto;
	left: auto;
	opacity: 1;
	visibility: visible
}

.color-filter-block .color-filter .color-shades ul {
	margin: 0 -5px;
	padding: 0;
	list-style: none;
	font-size: 0
}

.color-filter-block .color-filter .color-shades ul li {
	padding: 0 5px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	width: 33.33%
}

.color-filter-block .color-filter .color-shades ul li div {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f0f0f0;
	width: 90px;
	height: 90px;
	position: relative;
	cursor: pointer
}

.color-filter-block .color-filter .color-shades ul li div::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(https://www.centuryply.com/assets/img/icon-tick.png) no-repeat center center;
	opacity: 0;
	visibility: hidden
}

.color-filter-block .color-filter .color-shades ul li div.checked::after {
	opacity: 1;
	visibility: visible
}

.color-filter-block .final-img-block {
	float: right;
	width: 735px;
	position: relative
}

.color-filter-block .final-img-block .overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px 15px;
	color: #fff
}

.color-filter-block .final-img-block .overlay .left {
	float: left;
	font-size: 17px;
	line-height: 1
}

.color-filter-block .final-img-block .overlay .left strong {
	font-weight: 700
}

.color-filter-block .final-img-block .overlay .right {
	float: right;
	padding-top: 2px
}

.color-filter-block .final-img-block .overlay .right .share-button {
	display: block;
	padding-left: 25px;
	color: #fff;
	background: url(https://www.centuryply.com/assets/img/icon-share.png) no-repeat left center;
	font-size: 12px;
	text-transform: uppercase
}

.color-filter-block .final-img-block .overlay .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

.color-filter-block .final-img-block .overlay .right ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px
}

.color-filter-block .final-img-block .overlay .right ul li a {
	display: block;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.color-filter-block .final-img-block .overlay .right ul li a img {
	display: block;
	width: 100%;
	height: 100%
}

.color-filter-block .final-img-block .overlay .right ul li a:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.color-filter-block .final-img-block .overlay .right ul li:last-child {
	margin-right: 0
}

.color-filter-block .final-img-block .overlay .right .social-box {
	position: absolute;
	right: 0;
	bottom: 80%;
	padding: 10px 20px;
	background-color: #f0f0f0;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.color-filter-block .final-img-block .overlay .right .social-box.open {
	bottom: 100%;
	opacity: 1;
	visibility: visible
}

.loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 9;
	display: none
}

.loader::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border: 4px solid #24344b;
	border-top-color: #ed1d24;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: block;
	margin: auto;
	-webkit-animation: round 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
	animation: round 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
}

@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.breadcrumb ul {
	padding: 20px 0;
	margin: 0;
	list-style: none;
	text-align: right
}

.breadcrumb ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #000
}

.breadcrumb ul li a {
	color: #999;
	background: url(https://www.centuryply.com/assets/img/brad-arrow.png) 96% no-repeat;
	padding-right: 15px
}

.breadcrumb ul li a:hover {
	color: #24344b
}

.ins-div {
	padding: 0 0 50px
}

.ins-div ul {
	padding: 0;
	margin: 0 -10px;
	list-style: none
}

.ins-div ul::after {
	content: "";
	clear: both;
	display: table
}

.ins-div ul li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative
}

.ins-div ul li a {
	position: relative;
	display: block;
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15)
}

.ins-div ul li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s
}

.ins-div ul li a img {
	display: block;
	width: 100%
}

.ins-div ul li .ins-name {
	position: absolute;
	width: 230px;
	height: 75px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	background-color: #fff;
	font-size: 20px;
	line-height: 1;
	padding-top: 25px;
	text-transform: uppercase;
	color: #24344b;
	font-weight: 500;
	z-index: 1;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s
}

.ins-div ul li .ins-name::after {
	position: absolute;
	content: "Explore Now";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ed1d24;
	color: #fff;
	padding-top: 25px;
	opacity: 0;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s
}

.ins-div ul li:hover .ins-name {
	background-color: #ed1d24;
	color: #fff
}

.ins-div ul li:hover .ins-name::after {
	opacity: 1
}

.ins-div ul li:hover a::after {
	opacity: 1
}

.insp-detail {
	padding: 0 0 50px
}

.insp-detail .center-text {
	text-align: center;
	padding-bottom: 30px
}

.insp-detail .center-text h1 {
	font-size: 50px;
	color: #24344b;
	text-transform: uppercase;
	margin-bottom: 14px;
	position: relative;
	padding-bottom: 10px
}

.insp-detail .center-text h1:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	width: 45px;
	height: 3px;
	background-color: #ed1d24
}

.insp-detail .center-text p {
	font-size: 15px;
	color: #232930;
	padding: 0 150px;
	line-height: 23px
}

.insp-detail .in-1::after {
	content: "";
	clear: both;
	display: table
}

.insp-detail .in-1 .in-1-left {
	width: 370px;
	float: left
}

.insp-detail .in-1 .in-1-left img {
	display: block;
	width: 100%
}

.insp-detail .in-1 .in-1-right {
	width: 810px;
	background-color: #fff;
	float: right;
	padding: 20px 20px 30px
}

.insp-detail .in-1 .in-1-right img {
	display: block;
	width: 100%
}

.insp-detail .in-1 .in-1-right h2 {
	font-size: 28px;
	color: #24344b;
	margin: 50px 0 15px
}

.insp-detail .in-1 .in-1-right p {
	font-size: 15px;
	color: #24344b;
	font-weight: 300;
	line-height: 1.6
}

.insp-detail .in-2 {
	background-color: #fff;
	padding: 20px;
	margin-top: 20px
}

.insp-detail .in-2::after {
	content: "";
	clear: both;
	display: table
}

.insp-detail .in-2 .in-2-left {
	width: 370px;
	float: left;
	padding: 30px;
	padding-top: 100px
}

.insp-detail .in-2 .in-2-left h2 {
	font-size: 28px;
	color: #24344b;
	margin: 50px 0 15px
}

.insp-detail .in-2 .in-2-left p {
	font-size: 15px;
	color: #24344b;
	font-weight: 300;
	line-height: 1.6
}

.insp-detail .in-2 .in-2-right {
	width: 765px;
	float: right
}

.insp-detail .in-2 .in-2-right .ins-combination {
	float: left;
	margin-right: 20px
}

.insp-detail .in-2 .in-2-right .ins-combination:last-child {
	margin-right: 0
}

.insp-detail .in-2 .in-2-right img {
	display: block
}

.insp-detail .video-div {
	margin-top: 20px;
	position: relative
}

.insp-detail .video-div img {
	display: block;
	width: 100%
}

.insp-detail .video-div a {
	display: block;
	position: relative;
	z-index: 2
}

.insp-detail .video-div a.hide {
	opacity: 0;
	visibility: hidden;
	position: absolute
}

.insp-detail .video-div a span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	background: url(https://www.centuryply.com/assets/img/icon-play-video.svg) no-repeat center top;
	padding-top: 120px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 5px;
	-webkit-background-size: 100px auto;
	background-size: 100px auto
}

.insp-detail .video-div iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 500px
}

.insp-detail .video-div.hide iframe {
	position: relative
}

.insp-detail .in-3 {
	margin-top: 20px;
	background-color: #fff;
	padding: 20px
}

.insp-detail .in-3::after {
	content: "";
	clear: both;
	display: table
}

.insp-detail .in-3 .in3-left {
	width: 765px;
	float: left
}

.insp-detail .in-3 .in3-left .ins-combination {
	float: left;
	margin-right: 20px
}

.insp-detail .in-3 .in3-left .ins-combination:last-child {
	margin-right: 0
}

.insp-detail .in-3 .in3-right {
	width: 370px;
	float: right;
	padding: 30px;
	padding-top: 80px
}

.insp-detail .in-3 .in3-right h2 {
	font-size: 28px;
	color: #24344b;
	margin-top: 50px;
	margin-bottom: 13px
}

.insp-detail .in-3 .in3-right p {
	font-size: 15px;
	color: #24344b;
	font-weight: 300;
	line-height: 1.6
}

.ins-combination {
	position: relative
}

.ins-combination .white-band {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 10px 15px
}

.ins-combination .white-band ul {
	position: relative;
	margin: -30px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 0
}

.ins-combination .white-band ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.ins-combination .white-band ul li:last-child {
	margin-right: 0
}

.ins-combination .white-band ul li.active {
	border-color: #ed1d24
}

.ins-combination .white-band p.combi-name {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #000
}

.inner-banner-small {
	position: relative
}

.inner-banner-small img {
	display: block;
	width: 100%
}

.inner-banner-small .banner-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.inner-banner-small .banner-content .content {
	color: #fff;
	font-family: 'moon';
	font-weight: 300;
	max-width: 50%
}

.inner-banner-small .banner-content .content .text {
	font-size: 38px;
	line-height: 1.1;
	position: relative;
	padding-bottom: 10px
}

.inner-banner-small .banner-content .content .text span {
	font-size: 56px;
	display: block;
	font-weight: 700
}

.inner-banner-small .banner-content .content .text::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 45px;
	height: 4px;
	background-color: #ed1d24
}

.calculator-section {
	padding: 40px 0;
	background: url(https://www.centuryply.com/assets/img/calculator-bg.png) repeat center top #fff
}

.calculator-section .form-block {
	max-width: 600px;
	margin: 0 auto
}

.calculator-section .form-block h2 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 5px
}

.calculator-section .form-block h3 {
	font-size: 30px;
	line-height: 1.2;
	color: #ed1d24;
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 25px
}

.calculator-section .form-block .label {
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	margin-bottom: 5px
}

.calculator-section .form-block .form-button button {
	display: block;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-size: 16px;
	padding: 17px 15px 20px
}

.result-section .img,
.result-section .content {
	float: left
}

.result-section .img {
	width: 45%
}

.result-section .content {
	width: 55%;
	padding: 30px 0 30px 30px
}

.result-section .content .head {
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	font-weight: 300;
	margin-bottom: 25px
}

.result-section .content .head strong {
	display: block;
	font-weight: 500;
	color: #4f4f4f;
	margin-top: 10px
}

.result-section .content .table-result {
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	text-align: center
}

.result-section .content .table-result th {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	padding: 10px;
	font-weight: 500;
	background-color: #24344b
}

.result-section .content .table-result th.master-heading {
	background-color: #ed1d24;
	font-size: 20px
}

.result-section .content .table-result th span {
	text-transform: lowercase
}

.result-section .content .table-result td {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.6);
	padding: 10px 30px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0
}

.result-section .content .table-result td:last-child {
	border-right: 0 none
}

.result-section .content .table-result tr:last-child td {
	border-bottom: 0 none
}

.result-section .content .total-cost {
	text-align: center;
	font-size: 22px;
	line-height: 1;
	color: #4f4f4f
}

.result-section .content .total-cost .red {
	color: #ed1d24;
	font-weight: 700
}

.result-section .content .total-cost .small {
	text-transform: none;
	font-size: 14px
}

.header-group {
	text-align: center
}

.header-group h2 {
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	color: #000
}

.header-group h2 span {
	color: #ed1d24
}

.header-group p {
	color: #ed1d24;
	font-size: 21px;
	margin-top: 5px
}

.products-list {
	background-color: #f5f5f5;
	position: relative;
	margin-top: 180px;
	padding-top: 10px
}

.products-list ul {
	margin: -140px -20px 0;
	padding: 0;
	list-style: none
}

.products-list ul::after {
	content: "";
	clear: both;
	display: table
}

.products-list ul li {
	padding: 0 20px;
	float: left;
	width: 50%
}

.products-list .product-box {
	background-color: #fff;
	margin-bottom: 40px;
	text-align: center;
	position: relative
}

.products-list .product-box a {
	display: block
}

.products-list .product-box img {
	display: block;
	width: 100%
}

.products-list .product-box .pr-details {
	padding: 50px 30px 20px
}

.products-list .product-box .pr-details .pr-title {
	background-color: #24344b;
	color: #fff;
	max-width: 350px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1;
	display: block;
	position: relative;
	padding: 20px;
	margin: -80px auto 20px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.products-list .product-box .pr-details p {
	font-size: 15px;
	margin: 0 auto 15px;
	color: #5f5f5f
}

.products-list .product-box .pr-details .btn {
	border: 1px solid #ccc;
	color: #a0a0a0;
	background-color: #fff
}

.products-list .product-box a:hover .pr-details .btn {
	background-color: #ed1d24;
	border-color: #ed1d24;
	color: #fff
}

body.product-detail-page {
	background-color: #f5f5f5
}

.details-header {
	text-align: center;
	margin-bottom: 30px
}

.details-header h2 {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	line-height: 1;
	position: relative
}

.details-header h2 span {
	color: #ed1d24
}

.details-header p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.4;
	max-width: 75%;
	margin: 15px auto 0;
	color: #24344b
}

.border-bottom {
	padding-bottom: 50px;
	border-bottom: 1px solid #dcdcdc
}

.details-page {
	position: relative;
	z-index: 2
}

.details-page>section {
	position: relative;
	padding-top: 50px
}

.details-page .block-overview {
	padding: 0
}

.details-page .fixed-navbar {
	background-color: #24344b;
	position: relative
}

.details-page .fixed-navbar ul {
	padding: 0;
	margin: 8px 0;
	list-style: none;
	float: left;
	font-size: 0
}

.details-page .fixed-navbar ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	background: url(https://www.centuryply.com/assets/img/usp-divider.png) repeat-y right top
}

.details-page .fixed-navbar ul li a {
	display: block;
	padding: 7px 25px 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	line-height: 1;
	font-weight: 500
}

.details-page .fixed-navbar ul li a.btn {
	padding: 9px 20px;
	font-size: 14px;
	margin-left: 20px
}

.details-page .fixed-navbar ul li:last-child {
	background: none
}

.details-page .fixed-navbar .pr-name {
	float: right;
	background-color: #ed1d24;
	padding: 16px 20px 17px;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1;
	font-weight: 500
}

.product-slider-section {
	position: relative;
	padding-bottom: 30px
}

.product-slider-section .product-thumbs {
	margin: 0 -10px 30px;
	height: 224px;
	opacity: 0;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.product-slider-section .product-thumbs.slick-initialized {
	height: auto;
	opacity: 1
}

.product-slider-section .product-thumbs .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	background-color: transparent;
	border: 0 none;
	width: 40px;
	height: 40px;
	font-size: 0;
	opacity: 0.2
}

.product-slider-section .product-thumbs .slick-arrow:hover {
	opacity: 1
}

.product-slider-section .product-thumbs .slick-arrow::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(https://www.centuryply.com/assets/img/arrow-left-product.svg) no-repeat center
}

.product-slider-section .product-thumbs .slick-arrow.slick-prev {
	left: -40px
}

.product-slider-section .product-thumbs .slick-arrow.slick-next {
	right: -40px
}

.product-slider-section .product-thumbs .slick-arrow.slick-next::after {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.product-slider-section .product-thumbs .slick-slide {
	padding: 0 10px
}

.product-slider-section .product-thumbs .slick-slide .pr-thumb {
	border: 1px solid #b7b7b7;
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #fff;
	position: relative
}

.product-slider-section .product-thumbs .slick-slide .pr-thumb::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(237, 29, 36, 0);
	border-top-color: #ed1d24;
	border-width: 15px;
	margin-left: -15px;
	opacity: 0
}

.product-slider-section .product-thumbs .slick-slide .pr-thumb a {
	display: block
}

.product-slider-section .product-thumbs .slick-slide .pr-thumb img {
	display: block;
	width: 100%;
	margin-bottom: 10px
}

.product-slider-section .product-thumbs .slick-slide .pr-thumb span {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #24344b;
	padding: 0 15px;
	line-height: 1.2;
	min-height: 40px;
	text-transform: capitalize
}

.product-slider-section .product-thumbs .slick-slide.active-product .pr-thumb,
.product-slider-section .product-thumbs .slick-slide.active-product-1 .pr-thumb {
	border: 2px solid #ed1d24
}

.product-slider-section .product-thumbs .slick-slide.active-product .pr-thumb::after,
.product-slider-section .product-thumbs .slick-slide.active-product-1 .pr-thumb::after {
	opacity: 1
}

.product-slider-section .product-description .description-box {
	padding: 0 0 30px
}

.product-slider-section .product-description .description-box .img {
	display: inline-block;
	vertical-align: middle;
	width: 610px;
	position: relative
}

.product-slider-section .product-description .description-box .img img {
	display: block;
	border: 10px solid #fff;
	-webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.04);
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.04)
}

.product-slider-section .product-description .description-box .img img.product-logo {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	border: 0 none
}

.product-slider-section .product-description .description-box .content {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 30px;
	width: 585px;
	line-height: 1.6;
	font-size: 15px
}

.product-slider-section .product-description .description-box .content h3 {
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000;
	font-weight: 300;
	margin-bottom: 15px
}

.product-slider-section .product-description .description-box .content h3 span:nth-last-of-type(2),
.product-slider-section .product-description .description-box .content h3 span:last-child {
	color: #ed1d24
}

.product-slider-section .product-description .description-box .content h3 span.word-0 {
	color: #000
}

.product-slider-section .product-description .description-box .content .pr-content {
	max-height: 320px;
	overflow: hidden
}

.product-slider-section .product-description .description-box .content .pr-content p:empty {
	display: none
}

.product-slider-section .product-description .description-box .content .pr-content p+ul,
.product-slider-section .product-description .description-box .content .pr-content p+ol {
	margin-top: 15px
}

.product-slider-section .product-description .description-box .content .pr-content h4 {
	font-weight: 500;
	font-size: 20px;
	color: #24344b;
	margin-bottom: 10px
}

.product-slider-section .product-description .description-box .content .pr-content ul.product-range-list {
	margin: 0 0 10px;
	padding: 0;
	list-style: none
}

.product-slider-section .product-description .description-box .content .pr-content ul.product-range-list li {
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 5px 0;
	color: #24344b
}

.product-slider-section .product-description .description-box .content .pr-content ul li {
	margin-bottom: 10px
}

.product-slider-section .product-description .description-box .content .pr-content .mCSB_scrollTools {
	width: 6px
}

.product-slider-section .product-description .description-box .content .pr-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ed1d24;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	width: 100%
}

.product-slider-section .product-description .description-box .content .pr-content .mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	background-color: #24344b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

.product-slider-section .product-description .description-box .content .btn {
	margin-top: 20px
}

.visit-website {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 9;
	text-align: center
}

.visit-website .btn {
	-webkit-box-shadow: 0 5px 20px rgba(237, 29, 36, 0.5);
	-moz-box-shadow: 0 5px 20px rgba(237, 29, 36, 0.5);
	box-shadow: 0 5px 20px rgba(237, 29, 36, 0.5)
}

.block-usp {
	text-align: center
}

.block-usp .usp-list {
	margin: 40px 0 30px;
	padding: 0;
	list-style: none;
	font-size: 0
}

.block-usp .usp-list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 16px;
	width: 20%;
	padding: 0 10px;
	margin-bottom: 10px
}

.block-usp .usp-list li img,
.block-usp .usp-list li span {
	display: block
}

.block-usp .usp-list li span {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.4
}

.block-usp .usp-list li .img {
	width: 100px;
	margin: 0 auto 15px;
	position: relative
}

.block-usp .usp-list li .img::after {
	position: absolute;
	content: "";
	width: 200px;
	height: 135px;
	left: 75%;
	top: 5px;
	border-top: 2px dashed rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.block-usp .usp-list li:nth-child(2n) .img::after {
	border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
	border-top: 0 none;
	top: -50px
}

.block-usp .usp-list li:last-child .img::after,
.block-usp .usp-list li:nth-child(5) .img::after {
	display: none
}

.block-usp .usp-list-vertical {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	max-width: 1000px;
	position: relative
}

.block-usp .usp-list-vertical::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 5px;
	left: 20px;
	width: 1px;
	border-left: 1px dashed #b7b7b7;
	z-index: 1
}

.block-usp .usp-list-vertical li {
	text-align: left;
	margin-bottom: 20px;
	position: relative;
	z-index: 2
}

.block-usp .usp-list-vertical li::after {
	content: "";
	clear: both;
	display: table
}

.block-usp .usp-list-vertical li .img {
	float: left;
	width: 40px;
	margin-top: -7px
}

.block-usp .usp-list-vertical li span {
	float: left;
	width: calc(100% - 40px);
	padding-left: 10px
}

.tech-spec-popup {
	display: none;
	text-align: left;
	margin-top: 50px
}

.tech-spec-popup .heading-block {
	margin-bottom: 40px
}

.tech-spec-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

.tech-spec-popup ul li {
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.tech-spec-popup ul li:nth-child(2n) {
	margin-right: 0
}

.tech-spec-popup ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0 none
}

.tech-spec-popup ul li strong {
	font-weight: 700;
	display: block;
	float: left;
	width: 210px;
	color: #565656;
	line-height: 1;
	position: relative
}

.tech-spec-popup ul li strong::after {
	position: absolute;
	content: ":";
	top: 0;
	right: 0;
	bottom: 0;
	width: 5px;
	display: block;
	font-size: 15px;
	line-height: 1
}

.tech-spec-popup ul li strong small {
	font-size: 11px
}

.tech-spec-popup ul li span {
	display: block;
	float: left;
	font-size: 14px;
	width: calc(100% - 210px);
	padding-left: 30px
}

.tech-spec-popup ul li span small {
	font-size: 10px
}

.tech-spec-popup ul li .blue-box,
.tech-spec-popup ul li .green-box {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 10px;
	height: 10px
}

.tech-spec-popup ul li .blue-box {
	background-color: #5692d4
}

.tech-spec-popup ul li .green-box {
	background-color: #52c923
}

.fancybox-slide--html .fancybox-content.tech-spec-popup {
	display: none;
	padding: 50px;
	width: 1100px
}

.fancybox-slide--html .fancybox-content.tech-spec-popup .fancybox-close-small {
	padding: 0;
	width: 50px;
	height: 50px
}

.fancybox-slide--html .fancybox-content.tech-spec-popup .fancybox-close-small svg {
	width: 50%
}

.block-specification {
	text-align: center
}

.block-specification .specification-list {
	margin: 50px -30px 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

.block-specification .specification-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding: 0 30px;
	margin-bottom: 30px
}

.block-specification .specification-list li .specification-box {
	width: 300px;
	background-color: #fff;
	padding: 25px 30px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05)
}

.block-specification .specification-list li .specification-box .icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #24344b;
	position: relative;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.block-specification .specification-list li .specification-box .icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto
}

.block-specification .specification-list li .specification-box h5 {
	font-size: 18px;
	line-height: 1.4;
	color: #24344b;
	text-transform: capitalize;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.block-specification .specification-list li .specification-box p {
	font-size: 19px;
	line-height: 1.2;
	font-weight: 300;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	min-height: 45px;
	margin-top: 15px
}

.block-specification .specification-list li .specification-box:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}

.block-specification .specification-list li .specification-box:hover .icon {
	background-color: #ed1d24
}

.block-specification .specification-list li.no-margin {
	margin-bottom: 0
}

.block-size {
	padding-bottom: 50px
}

.block-size .img,
.block-size .content {
	display: inline-block;
	vertical-align: middle
}

.block-size .img {
	width: 570px;
	background: url(https://www.centuryply.com/assets/img/size-img.png) no-repeat center bottom;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding-bottom: 80px
}

.block-size .img img {
	display: block;
	-webkit-box-shadow: 0 0 160px rgba(255, 255, 255, 0.99);
	-moz-box-shadow: 0 0 160px rgba(255, 255, 255, 0.99);
	box-shadow: 0 0 160px rgba(255, 255, 255, 0.99);
	margin-left: 170px
}

.block-size .content {
	width: calc(100% - 575px);
	padding: 0 60px 0 90px
}

.block-size .content p {
	margin-bottom: 25px
}

.block-size .sizes-list {
	margin-bottom: 30px;
	background: url(https://www.centuryply.com/assets/img/icon-size.png) no-repeat left top;
	padding: 15px 0 15px 90px
}

.block-size .sizes-list h5 {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #ed1d24;
	text-transform: uppercase;
	margin-bottom: 10px
}

.block-size .sizes-list p {
	color: #24344b;
	font-size: 15px;
	margin-bottom: 0
}

.blog-page {
	padding-bottom: 50px
}

.blog-page .heading-block {
	display: none
}

.blog-page .row {
	margin-left: -30px;
	margin-right: -30px
}

.blog-page [class*="col-"] {
	padding-left: 30px;
	padding-right: 30px
}

.blog-page .col-8 {
	border-right: 1px solid #dddcdc
}

.blog-page .white-box {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 50px
}

.blog-page .post-box-title {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #191b23
}

.blog-content .list-blogs {
	margin: 0 -15px;
	padding: 0;
	list-style: none
}

.blog-content .list-blogs::after {
	content: "";
	clear: both;
	display: table
}

.blog-content .list-blogs>li {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 50%;
	margin-bottom: 40px
}

.blog-content .card-blog {
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.blog-content .card-blog a {
	position: relative;
	display: block
}

.blog-content .card-blog a .date {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(36, 52, 75, 0.9);
	padding: 10px 15px;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	line-height: 1;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.blog-content .card-blog img {
	display: block;
	width: 100%
}

.blog-content .card-blog .card-blog-details {
	padding: 20px
}

.blog-content .card-blog .card-blog-details h3 {
	font-size: 21px;
	margin-bottom: 15px;
	min-height: 51px
}

.blog-content .card-blog .card-blog-details h3 a {
	color: #4d4d4d
}

.blog-content .card-blog .card-blog-details h3 a:hover {
	color: #ed1d24
}

.blog-content .card-blog .card-blog-details p {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.25px
}

.blog-content .card-blog .post-actions {
	margin-top: 20px
}

.blog-content .card-blog .post-actions::after {
	content: "";
	clear: both;
	display: table
}

.blog-content .card-blog .post-actions .btn {
	float: left;
	font-size: 11px;
	font-weight: 700;
	padding: 10px 20px;
	min-width: auto
}

.blog-content .card-blog .post-actions .list-social-share {
	font-size: 0;
	margin: 7px 0 0;
	padding: 0;
	float: right
}

.blog-content .card-blog .post-actions .list-social-share li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px
}

.blog-content .card-blog .post-actions .list-social-share li a {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-image: url(https://www.centuryply.com/assets/img/social-icons-sprite-gray.png)
}

.blog-content .card-blog .post-actions .list-social-share li.icon-fb a {
	background-position: left top
}

.blog-content .card-blog .post-actions .list-social-share li.icon-fb a:hover {
	background-position: left bottom
}

.blog-content .card-blog .post-actions .list-social-share li.icon-tw a {
	background-position: -20px top
}

.blog-content .card-blog .post-actions .list-social-share li.icon-tw a:hover {
	background-position: -20px bottom
}

.blog-content .card-blog .post-actions .list-social-share li.icon-g-plus a {
	background-position: -40px top
}

.blog-content .card-blog .post-actions .list-social-share li.icon-g-plus a:hover {
	background-position: -40px bottom
}

.blog-content .card-blog .post-actions .list-social-share li.icon-ln a {
	background-position: -60px top
}

.blog-content .card-blog .post-actions .list-social-share li.icon-ln a:hover {
	background-position: -60px bottom
}

.blog-content .card-blog .post-actions .list-social-share li:last-child {
	margin-right: 0
}

.blog-content .card-blog:hover a .date {
	background-color: rgba(237, 29, 36, 0.9)
}

ul.pagination {
	text-align: right;
	font-size: 0;
	margin: 0;
	padding: 0;
	list-style: none
}

ul.pagination li {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cfcfcf;
	background-color: #fff
}

ul.pagination li.disabled {
	cursor: no-drop
}

ul.pagination li:not(.active) {
	display: none
}

ul.pagination li:first-child,
ul.pagination li:last-child {
	display: inline-block
}

ul.pagination li .page-link {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	position: relative;
	font-size: 0
}

ul.pagination li.active {
	padding-top: 10px
}

ul.pagination li.active .page-link {
	font-size: 20px;
	line-height: 1;
	text-align: center;
	height: 30px
}

ul.pagination li:first-child {
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-ms-border-radius: 20px 0 0 20px;
	-o-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px
}

ul.pagination li:first-child .page-link {
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-ms-border-radius: 20px 0 0 20px;
	-o-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	background-color: #f7f7f7
}

ul.pagination li:first-child .page-link::after {
	position: relative;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	background: url(https://www.centuryply.com/assets/img/arrow-left-small.svg) no-repeat center
}

ul.pagination li:first-child .page-link:hover {
	background-color: #eee
}

ul.pagination li:last-child {
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-ms-border-radius: 0 20px 20px 0;
	-o-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0
}

ul.pagination li:last-child .page-link {
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-ms-border-radius: 0 20px 20px 0;
	-o-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	background-color: #f7f7f7
}

ul.pagination li:last-child .page-link::after {
	position: relative;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	background: url(https://www.centuryply.com/assets/img/arrow-left-small.svg) no-repeat center;
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

ul.pagination li:last-child .page-link:hover {
	background-color: #eee
}

.blog-sidebar .widget {
	margin-bottom: 40px
}

.blog-sidebar .widget .widget-title {
	font-size: 30px;
	line-height: 1;
	color: #24344b;
	font-weight: 400;
	letter-spacing: -0.5px;
	margin-bottom: 20px
}

.blog-sidebar .widget .widget-body {
	background-color: #fff;
	padding: 20px
}

.blog-sidebar .widget .widget-body ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.blog-sidebar .widget .widget-body ul.list-categories li {
	margin-bottom: 25px
}

.blog-sidebar .widget .widget-body ul.list-categories li:last-child {
	margin-bottom: 0
}

.blog-sidebar .widget .widget-body ul.list-categories li a {
	display: block;
	position: relative;
	padding-left: 25px
}

.blog-sidebar .widget .widget-body ul.list-categories li a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 10px;
	height: 1px;
	display: block;
	margin: auto;
	background-color: #959595;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.blog-sidebar .widget .widget-body ul.list-categories li a:hover::before {
	background-color: #ed1d24
}

.blog-sidebar .widget .widget-body ul.list-blogs li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0
}

.blog-sidebar .widget .widget-body ul.list-blogs li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0 none
}

.blog-sidebar .widget .widget-body ul.list-blogs li a img {
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}

.blog-sidebar .widget .widget-body ul.list-blogs li a .content {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 85px);
	padding-left: 15px
}

.blog-sidebar .widget .widget-body ul.list-blogs li a .content .title {
	font-size: 14px;
	line-height: 1.2;
	color: #3a3a3a;
	margin-bottom: 5px
}

.blog-sidebar .widget .widget-body ul.list-blogs li a .content .date {
	display: block;
	font-size: 11px;
	line-height: 1;
	padding-left: 15px;
	background: url(https://www.centuryply.com/assets/img/icon-date.png) no-repeat left center;
	color: #9b9997;
	-webkit-background-size: 10px auto;
	background-size: 10px auto
}

.blog-sidebar .widget .widget-body ul.list-blogs li a:hover .content .title {
	color: #ed1d24
}

.blog-sidebar .widget.widget-search {
	position: relative
}

.blog-sidebar .widget.widget-search .search-field {
	background-color: #fff;
	height: 50px;
	padding: 10px 20px;
	font-size: 17px;
	line-height: 1.2
}

.blog-sidebar .widget.widget-search .search-button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(https://www.centuryply.com/assets/img/icon-search-2.png) no-repeat center;
	padding: 0;
	width: 45px;
	border: 0 none;
	font-size: 0
}

.blog-sidebar .widget.widget-search .search-button::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	margin: auto;
	width: 1px;
	height: 30px;
	background-color: #f0f0f0
}

.blog-sidebar .widget.widget-search .search-button:hover {
	background-color: #f0f0f0
}

.blog-sidebar .widget .tag-cloud-box {
	font-size: 0
}

.blog-sidebar .widget .tag-cloud-box a {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	font-size: 14px;
	line-height: 1.2;
	padding: 5px 15px;
	background-color: #fff;
	border: 1px solid #f0f0f0
}

.blog-sidebar .widget .tag-cloud-box a:hover {
	background-color: #ed1d24;
	color: #fff
}

.blog-detail-content .post-meta {
	margin: 0 0 15px;
	padding: 0;
	font-size: 0
}

.blog-detail-content .post-meta li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 10px 10px 0
}

.blog-detail-content .post-meta li a {
	display: block
}

.blog-detail-content .post-meta li.author {
	background-image: url(https://www.centuryply.com/assets/img/icon-user-grey.png)
}

.blog-detail-content .post-meta li.comments {
	background-image: url(https://www.centuryply.com/assets/img/icon-comments.png)
}

.blog-detail-content .post-meta li.date {
	background-image: url(https://www.centuryply.com/assets/img/icon-date.png)
}

.blog-detail-content .post-meta li.reading-time {
	background-image: url(https://www.centuryply.com/assets/img/icon-time.png)
}

.blog-detail-content .post-title {
	font-size: 22px;
	line-height: 1.2;
	color: #191b23;
	margin-bottom: 20px
}

.blog-detail-content strong {
	font-weight: 500
}

.blog-detail-content p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px
}

.blog-detail-content p a {
	color: #24344b
}

.blog-detail-content p a:hover {
	color: #ed1d24
}

.blog-detail-content h4 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 15px;
	color: #676767
}

.blog-detail-content h5 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 15px;
	color: #676767
}

.blog-detail-content h6 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 15px;
	color: #676767
}

.blog-detail-content ul:not(.sharing-links):not(.post-meta) {
	margin: 20px 0 0;
	padding: 0;
	list-style: none
}

.blog-detail-content ul:not(.sharing-links):not(.post-meta) li {
	margin-bottom: 10px;
	line-height: 1.6;
	color: #222;
	position: relative;
	padding-left: 20px
}

.blog-detail-content ul:not(.sharing-links):not(.post-meta) li::before {
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	display: block;
	border: 2px solid #ed1d24;
	width: 8px;
	height: 8px
}

.blog-detail-content .post-extras {
	margin-top: 40px;
	border-top: 1px solid #f0f0f0;
	padding-top: 35px
}

.blog-detail-content .post-extras::after {
	content: "";
	clear: both;
	display: table
}

.blog-detail-content .post-extras .tags-list {
	float: left;
	font-size: 14px;
	color: #21242d;
	line-height: 1.2;
	margin-top: 5px
}

.blog-detail-content .post-extras .sharing-tools {
	float: right;
	font-size: 14px;
	color: #21242d;
	line-height: 1.2
}

.blog-detail-content .post-extras .sharing-tools ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 0
}

.blog-detail-content .post-extras .sharing-tools ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px
}

.blog-detail-content .post-extras .sharing-tools ul li a {
	display: block;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-image: url(https://www.centuryply.com/assets/img/social-icons-sprite-colored.png)
}

.blog-detail-content .post-extras .sharing-tools ul li.icon-fb a {
	background-position: left top
}

.blog-detail-content .post-extras .sharing-tools ul li.icon-fb a:hover {
	background-position: left bottom
}

.blog-detail-content .post-extras .sharing-tools ul li.icon-tw a {
	background-position: -30px top
}

.blog-detail-content .post-extras .sharing-tools ul li.icon-tw a:hover {
	background-position: -30px bottom
}

.blog-detail-content .post-extras .sharing-tools ul li.icon-g-plus a {
	background-position: -60px top
}

.blog-detail-content .post-extras .sharing-tools ul li.icon-g-plus a:hover {
	background-position: -60px bottom
}

.blog-detail-content .post-extras .sharing-tools ul li.icon-ln a {
	background-position: -90px top
}

.blog-detail-content .post-extras .sharing-tools ul li.icon-ln a:hover {
	background-position: -90px bottom
}

.blog-detail-content .post-extras .sharing-tools ul li:last-child {
	margin-right: 0
}

.user-views ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.user-views ul li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0
}

.user-views ul li img {
	display: inline-block;
	vertical-align: top;
	width: 75px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}

.user-views ul li .view-content {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 80px);
	padding: 5px 0 0 15px
}

.user-views ul li .view-content .view-title {
	font-size: 18px;
	line-height: 1.2;
	color: #3a3a3a;
	font-weight: 700;
	margin-bottom: 10px
}

.user-views ul li .view-content p {
	line-height: 1.3
}

.user-views ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none
}

.comments-block .row {
	margin-left: -15px;
	margin-right: -15px
}

.comments-block [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px
}

.comments-block input[type="text"],
.comments-block input[type="email"],
.comments-block textarea {
	background-color: #f0f0f0;
	height: 50px;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 1.2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}

.comments-block input[type="text"]::-webkit-input-placeholder,
.comments-block input[type="email"]::-webkit-input-placeholder,
.comments-block textarea::-webkit-input-placeholder {
	text-transform: uppercase
}

.comments-block input[type="text"]:-moz-placeholder,
.comments-block input[type="email"]:-moz-placeholder,
.comments-block textarea:-moz-placeholder {
	text-transform: uppercase
}

.comments-block input[type="text"]::-moz-placeholder,
.comments-block input[type="email"]::-moz-placeholder,
.comments-block textarea::-moz-placeholder {
	text-transform: uppercase
}

.comments-block input[type="text"]:-ms-input-placeholder,
.comments-block input[type="email"]:-ms-input-placeholder,
.comments-block textarea:-ms-input-placeholder {
	text-transform: uppercase
}

.comments-block textarea {
	padding-top: 15px;
	height: 130px
}

.comments-block .form-button {
	text-align: right
}

.page-header {
	text-align: center
}

.page-header h2 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px
}

.page-header h2 span {
	color: #ed1d24
}

.page-header p {
	max-width: 85%;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300
}

.page-header .btn {
	font-size: 13px;
	padding: 14px 30px;
	min-width: auto
}

.faq-header {
	background-color: #fff;
	padding: 50px 0
}

.faq-content {
	padding: 50px 0
}

.faq-block .list-faq {
	margin: 0;
	padding: 0;
	list-style: none
}

.faq-block .list-faq li {
	margin-bottom: 10px
}

.faq-block .faq-box h3 {
	background-color: #fff;
	font-size: 15px;
	color: #474747;
	line-height: 1.4;
	padding: 10px 45px 10px 15px;
	border-left: 3px solid #9b9b9b;
	position: relative;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.faq-block .faq-box h3::before,
.faq-block .faq-box h3::after {
	position: absolute;
	content: "";
	background-color: #9b9b9b;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.faq-block .faq-box h3::before {
	height: 3px;
	width: 11px;
	right: 15px
}

.faq-block .faq-box h3::after {
	height: 11px;
	width: 3px;
	right: 19px
}

.faq-block .faq-box h3:hover {
	border-color: #ed1d24;
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1)
}

.faq-block .faq-box h3:hover::before,
.faq-block .faq-box h3:hover::after {
	background-color: #ed1d24
}

.faq-block .faq-box .faq-answer {
	padding: 15px 15px 20px;
	display: none
}

.faq-block .faq-box .faq-answer p {
	font-size: 15px;
	line-height: 1.6;
	color: #515151
}

.faq-block .faq-box.open h3 {
	border-color: #ed1d24;
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1)
}

.faq-block .faq-box.open h3::before {
	background-color: #ed1d24
}

.faq-block .faq-box.open h3::after {
	opacity: 0
}

.professional-header {
	padding: 50px 0;
	background-color: #fff
}

.professional-header .header-group {
	margin-bottom: 40px
}

.prof-form {
	text-align: center;
	font-size: 0
}

.prof-form .field-1,
.prof-form .field-2,
.prof-form .field-3,
.prof-form .form-button {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	font-size: 16px
}

.prof-form .field-1 {
	width: 330px
}

.prof-form .field-2 {
	width: 220px
}

.prof-form .field-3 {
	width: 160px
}

.prof-form .form-button {
	margin-right: 0
}

.prof-form select,
.prof-form input[type="tel"] {
	background-color: #f5f5f5;
	padding: 5px 15px;
	height: 55px;
	color: #6f6f6f;
	font-size: 15px;
	font-weight: 300
}

.prof-form select {
	background: url(https://www.centuryply.com/assets/img/arrow-down-gray.svg) no-repeat 95% center #f5f5f5
}

.prof-form button {
	background-color: #24344b;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	font-weight: 300;
	text-align: center;
	width: 180px;
	padding: 20px;
	border: 0 none;
	text-transform: uppercase
}

.prof-form button:hover {
	background-color: #ed1d24
}

.profs-listing {
	padding: 20px 0 50px
}

.profs-listing ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0
}

.profs-listing ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	font-size: 16px;
	width: 33.33%;
	margin-bottom: 20px
}

.profs-listing .prof-box {
	background-color: #fff;
	padding: 30px;
	position: relative;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	overflow: hidden
}

.profs-listing .prof-box::before {
	position: absolute;
	content: "";
	top: -165px;
	left: -165px;
	z-index: 1;
	width: 135px;
	height: 135px;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms
}

.profs-listing .prof-box::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 0;
	width: 0;
	height: 0;
	background-color: #ccc;
	-webkit-border-radius: 0 50% 50% 50%;
	-moz-border-radius: 0 50% 50% 50%;
	-ms-border-radius: 0 50% 50% 50%;
	-o-border-radius: 0 50% 50% 50%;
	border-radius: 0 50% 50% 50%;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.profs-listing .prof-box>div {
	position: relative;
	z-index: 2;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.profs-listing .prof-box .head {
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 15px
}

.profs-listing .prof-box .head span {
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #ddd;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.profs-listing .prof-box .head span.icon-architect {
	background-image: url(https://www.centuryply.com/assets/img/icon-architect.svg)
}

.profs-listing .prof-box .head span.icon-interior-designer {
	background-image: url(https://www.centuryply.com/assets/img/icon-interior-design.svg)
}

.profs-listing .prof-box .head span.icon-contractor {
	background-image: url(https://www.centuryply.com/assets/img/icon-contractor.svg)
}

.profs-listing .prof-box .name {
	padding-left: 25px;
	font-size: 23px;
	line-height: 1.2;
	background: url(https://www.centuryply.com/assets/img/icon-prof-user.svg) no-repeat left center;
	margin-bottom: 10px
}

.profs-listing .prof-box .contact-info {
	font-size: 0;
	margin-bottom: 10px
}

.profs-listing .prof-box .contact-info span {
	display: inline-block;
	vertical-align: baseline;
	font-size: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.profs-listing .prof-box .contact-info span.place {
	background-image: url(https://www.centuryply.com/assets/img/icon-prof-location.svg);
	line-height: 1.6;
	margin-right: 20px
}

.profs-listing .prof-box .contact-info span.email {
	background-image: url(https://www.centuryply.com/assets/img/icon-prof-mail.svg)
}

.profs-listing .prof-box .phone {
	padding-left: 25px;
	font-size: 21px;
	line-height: 1.2;
	background: url(https://www.centuryply.com/assets/img/icon-prof-mobile.svg) no-repeat 4px center;
	letter-spacing: -1px
}

.profs-listing .prof-box.bg-yellow::after {
	background-color: #03adc7
}

.profs-listing .prof-box.bg-yellow .head {
	color: #03adc7
}

.profs-listing .prof-box.bg-yellow .head span {
	background-color: #03adc7
}

.profs-listing .prof-box.bg-red::after {
	background-color: #474546
}

.profs-listing .prof-box.bg-red .head {
	color: #474546
}

.profs-listing .prof-box.bg-red .head span {
	background-color: #474546
}

.profs-listing .prof-box.bg-green::after {
	background-color: #399202
}

.profs-listing .prof-box.bg-green .head {
	color: #399202
}

.profs-listing .prof-box.bg-green .head span {
	background-color: #399202
}

.profs-listing .prof-box:hover::before {
	top: -30px;
	left: -30px
}

.profs-listing .prof-box:hover::after {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.profs-listing .prof-box:hover .head span {
	background-color: transparent
}

.profs-listing .prof-box:hover .head,
.profs-listing .prof-box:hover .name,
.profs-listing .prof-box:hover .place,
.profs-listing .prof-box:hover .email,
.profs-listing .prof-box:hover .phone {
	color: #fff
}

.profs-listing .prof-box:hover .head a,
.profs-listing .prof-box:hover .name a,
.profs-listing .prof-box:hover .place a,
.profs-listing .prof-box:hover .email a,
.profs-listing .prof-box:hover .phone a {
	color: inherit
}

.profs-listing .prof-box:hover .name {
	background-image: url(https://www.centuryply.com/assets/img/icon-prof-user-white.svg)
}

.profs-listing .prof-box:hover .contact-info span.place {
	background-image: url(https://www.centuryply.com/assets/img/icon-prof-location-white.svg)
}

.profs-listing .prof-box:hover .contact-info span.email {
	background-image: url(https://www.centuryply.com/assets/img/icon-prof-mail-white.svg)
}

.profs-listing .prof-box:hover .contact-info span.email a:hover {
	text-decoration: underline
}

.profs-listing .prof-box:hover .phone {
	background-image: url(https://www.centuryply.com/assets/img/icon-prof-mobile-white.svg)
}

.profs-listing .prof-box:hover .phone a:hover {
	text-decoration: underline
}

.profs-listing .load-more {
	text-align: center;
	margin-top: 30px
}

.investors-page .investors-header {
	padding: 50px 0;
	background-color: #fff
}

.investors-page .investors-list {
	background-color: #fff;
	padding-bottom: 50px
}

.investors-box {
	border: 5px solid #f5f5f5
}

.investors-box::after {
	content: "";
	clear: both;
	display: table
}

.investors-box .list-investors {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 430px
}

.investors-box .list-investors li {
	background-color: #f5f5f5;
	border-bottom: 1px solid rgba(147, 147, 147, 0.2);
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #4c4c4c;
	padding: 17px 40px 18px 20px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.investors-box .list-investors li::after {
	position: absolute;
	content: "";
	top: 0;
	right: 20px;
	bottom: 0;
	width: 6px;
	height: 10px;
	background: url(https://www.centuryply.com/assets/img/arrow-left-small-3.svg) no-repeat left top;
	display: block;
	margin: auto;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.investors-box .list-investors li:last-child {
	border-bottom: 0 none
}

.investors-box .list-investors li:hover,
.investors-box .list-investors li.active {
	background-color: #ed1d24;
	color: #fff
}

.investors-box .list-investors li:hover::after,
.investors-box .list-investors li.active::after {
	background-position: left bottom
}

.investors-box .investors-detail-block {
	float: right;
	width: 760px;
	padding: 20px;
	min-height: 650px;
	position: relative
}

.investors-box .investors-detail-block .tabbed-content {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 20px);
	-moz-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	-o-transform: translate(0, 20px);
	transform: translate(0, 20px);
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	max-height: 600px;
	overflow: hidden
}

.investors-box .investors-detail-block .tabbed-content.active {
	position: relative;
	top: auto;
	left: auto;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.investors-box .investors-detail-block .tabbed-content .mCSB_inside>.mCSB_container {
	margin-right: 20px
}

.investors-box .investors-detail-block .tabbed-content .mCSB_scrollTools {
	width: 5px
}

.investors-box .investors-detail-block .tabbed-content .mCSB_scrollTools .mCSB_draggerRail {
	width: 1px
}

.investors-box .investors-detail-block .tabbed-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	background-color: #ed1d24;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}

.investors-box .investors-detail-block .tab-header {
	background-color: #8996a5;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	padding: 10px 15px;
	margin-bottom: 10px
}

.investors-box .investors-detail-block .block-heading {
	display: none
}

.pdfs-list {
	margin-bottom: 30px
}

.pdfs-list ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.pdfs-list ul li {
	margin-bottom: 10px
}

.pdfs-list ul li:last-child {
	margin-bottom: 0
}

.pdfs-list ul li .pdfs-box {
	background-color: #f5f5f5;
	padding-left: 60px;
	position: relative
}

.pdfs-list ul li .pdfs-box::after {
	content: "";
	clear: both;
	display: table
}

.pdfs-list ul li .pdfs-box::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	background: url(https://www.centuryply.com/assets/img/icon-pdf.svg) no-repeat center #e4e4e4
}

.pdfs-list ul li .pdfs-box .pdf-details {
	float: left;
	padding: 15px 0;
	width: calc(100% - 150px)
}

.pdfs-list ul li .pdfs-box .pdf-details .date {
	display: block;
	background: url(https://www.centuryply.com/assets/img/icon-date.svg) no-repeat left center;
	font-size: 15px;
	font-weight: 700;
	color: #454545;
	margin-bottom: 5px;
	padding-left: 20px
}

.pdfs-list ul li .pdfs-box .pdf-details h6 {
	font-size: 16px;
	line-height: 1.2;
	color: #454545
}

.pdfs-list ul li .pdfs-box .pdf-actions {
	float: right
}

.pdfs-list ul li .pdfs-box .pdf-actions a {
	float: left;
	display: block;
	border-left: 1px solid #e4e4e4;
	padding: 20px 10px;
	font-size: 12px;
	line-height: 1;
	color: rgba(69, 69, 69, 0.5)
}

.pdfs-list ul li .pdfs-box .pdf-actions a span {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 16px;
	margin-bottom: 5px
}

.pdfs-list ul li .pdfs-box .pdf-actions a.view span {
	background-image: url(https://www.centuryply.com/assets/img/icon-view.svg)
}

.pdfs-list ul li .pdfs-box .pdf-actions a.download span {
	background-image: url(https://www.centuryply.com/assets/img/icon-download.svg)
}

.pdfs-list ul li .pdfs-box .pdf-actions a:hover {
	background-color: #e0e0e0
}

.reports-and-stock {
	padding: 50px 0
}

.reports-and-stock .reports-block {
	float: left;
	width: 650px
}

.reports-and-stock .reports-block .page-header {
	text-align: left
}

.reports-and-stock .stock-block {
	float: right;
	width: 500px;
	background: url(https://www.centuryply.com/assets/img/stock-bg.png) no-repeat right center #24344b;
	color: #fff;
	padding: 30px;
	position: relative
}

.reports-and-stock .stock-block h3 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 10px
}

.reports-and-stock .stock-block p {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 20px
}

.reports-and-stock .stock-block .stock-price {
	margin-bottom: 45px
}

.reports-and-stock .stock-block .stock-price span {
	display: inline-block;
	vertical-align: middle
}

.reports-and-stock .stock-block .stock-price span.price {
	font-size: 115px;
	line-height: 0.8;
	font-weight: 100;
	letter-spacing: -5px;
	margin-right: 10px
}

.reports-and-stock .stock-block .stock-price span.price-head {
	width: 100px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase
}

.reports-and-stock .stock-block ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.reports-and-stock .stock-block ul li {
	margin-bottom: 10px;
	font-size: 0
}

.reports-and-stock .stock-block ul li:last-child {
	margin-bottom: 20px
}

.reports-and-stock .stock-block ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1;
	padding: 15px 20px
}

.reports-and-stock .stock-block ul li span.label {
	background-color: rgba(255, 255, 255, 0.2);
	width: 145px
}

.reports-and-stock .stock-block ul li span.value {
	background-color: rgba(255, 255, 255, 0.1);
	width: calc(100% - 145px);
	font-weight: 700
}

.reports-list .acc-box .acc-heading {
	background-color: #24344b;
	color: #fff;
	font-size: 700;
	text-transform: uppercase;
	padding: 15px 60px 15px 20px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.reports-list .acc-box .acc-heading::before,
.reports-list .acc-box .acc-heading::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0
}

.reports-list .acc-box .acc-heading::before {
	right: 0;
	width: 40px;
	background-color: rgba(0, 0, 0, 0.2)
}

.reports-list .acc-box .acc-heading::after {
	width: 7px;
	height: 12px;
	right: 15px;
	margin: auto;
	background: url(https://www.centuryply.com/assets/img/arrow-right.svg) no-repeat left top
}

.reports-list .acc-box .acc-heading:hover,
.reports-list .acc-box .acc-heading.active {
	background-color: #ed1d24
}

.reports-list .acc-box .acc-heading:hover::after,
.reports-list .acc-box .acc-heading.active::after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.reports-list .acc-box .acc-content {
	display: none
}

.reports-list .acc-box .acc-content-box {
	padding: 20px;
	max-height: 305px;
	overflow: hidden
}

.reports-list .acc-box .acc-content-box .mCSB_inside>.mCSB_container {
	margin-right: 20px
}

.reports-list .acc-box .acc-content-box .mCSB_scrollTools {
	width: 5px
}

.reports-list .acc-box .acc-content-box .mCSB_scrollTools .mCSB_draggerRail {
	width: 1px;
	background-color: #c8c8c8
}

.reports-list .acc-box .acc-content-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	background-color: #ed1d24;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}

.reports-list .acc-box .acc-content-box h5 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #4c4c4c;
	margin-bottom: 10px;
	text-transform: uppercase
}

.reports-list .acc-box .acc-content-box .pdfs-list ul li .pdfs-box {
	background-color: #fff
}

.shareholder-contact {
	background-color: #fff;
	padding: 50px 0
}

.shareholder-contact .shareholders-details {
	margin-top: 50px
}

.shareholder-contact .shareholders-details::after {
	content: "";
	clear: both;
	display: table
}

.shareholder-contact .shareholders-details .left {
	float: left;
	width: 580px
}

.shareholder-contact .shareholders-details .right {
	float: right;
	width: 580px
}

.shareholder-contact .shareholders-details .right iframe {
	height: 435px;
	display: block
}

.shareholder-contact .shareholders-details .shareholder {
	background-color: #fff;
	border: 3px solid rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-bottom: 20px
}

.shareholder-contact .shareholders-details .shareholder:last-child {
	margin-bottom: 0
}

.shareholder-contact .shareholders-details .shareholder h4 {
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	color: #4c4c4c;
	margin-bottom: 25px;
	text-transform: uppercase
}

.shareholder-contact .shareholders-details .shareholder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

.shareholder-contact .shareholders-details .shareholder ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 15px;
	min-height: 25px
}

.shareholder-contact .shareholders-details .shareholder ul li.address {
	background-image: url(https://www.centuryply.com/assets/img/icon-map.svg);
	padding-right: 15px
}

.shareholder-contact .shareholders-details .shareholder ul li.phone {
	background-image: url(https://www.centuryply.com/assets/img/icon-phone.svg)
}

.shareholder-contact .shareholders-details .shareholder ul li.fax {
	background-image: url(https://www.centuryply.com/assets/img/icon-fax.svg);
	padding-right: 15px
}

.shareholder-contact .shareholders-details .shareholder ul li.mail {
	background-image: url(https://www.centuryply.com/assets/img/icon-mail.svg)
}

.shareholder-contact .shareholders-details .shareholder ul li a {
	display: block;
	line-height: 1.4
}

.shareholder-contact .shareholders-details .shareholder ul li:nth-last-of-type(2),
.shareholder-contact .shareholders-details .shareholder ul li:last-child {
	margin-bottom: 0
}

.testimonials-block {
	padding-bottom: 40px
}

.testimonials-block .row {
	margin-left: -7px;
	margin-right: -7px
}

.testimonials-block [class*="col-"] {
	padding-left: 7px;
	padding-right: 7px
}

.text-testimonials ul {
	margin: 0 -7px;
	padding: 0;
	list-style: none
}

.text-testimonials ul::after {
	content: "";
	clear: both;
	display: table
}

.text-testimonials ul li {
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	width: 33.33%;
	margin-bottom: 15px
}

.text-testimonials .testimonial-box {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	padding: 40px 20px;
	min-height: 338px;
	position: relative
}

.text-testimonials .testimonial-box h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #2c2c2c
}

.text-testimonials .testimonial-box .content {
	max-height: 140px;
	overflow: hidden
}

.text-testimonials .testimonial-box .content .mCSB_inside>.mCSB_container {
	margin-right: 25px
}

.text-testimonials .testimonial-box p {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 300;
	position: relative;
	min-height: 140px
}

.text-testimonials .testimonial-box p::after {
	content: "";
	background: url(https://www.centuryply.com/assets/img/icon-quotes.png) no-repeat left top;
	width: 37px;
	height: 31px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px
}

.text-testimonials .testimonial-box .author {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 35px;
	font-size: 0
}

.text-testimonials .testimonial-box .author img {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.text-testimonials .testimonial-box .author .name {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 70px);
	padding-left: 10px;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #555;
	text-transform: uppercase
}

.text-testimonials .video-testimonal-box {
	border: 1px solid #e2e2e2;
	background-color: #fff;
	text-align: center
}

.text-testimonials .video-testimonal-box .img {
	position: relative
}

.text-testimonials .video-testimonal-box .img video {
	display: block;
	width: 100%;
	height: 260px
}

.text-testimonials .video-testimonal-box .details {
	padding: 20px;
	text-transform: uppercase;
	min-height: 76px
}

.text-testimonials .video-testimonal-box .details span {
	display: block;
	line-height: 1;
	font-weight: 700
}

.text-testimonials .video-testimonal-box .details span.prefession {
	color: #2c2c2c;
	font-size: 18px
}

.text-testimonials .video-testimonal-box .details span.name {
	color: #555;
	font-size: 13px;
	margin-top: 3px
}

.text-testimonials .video-testimonal-box:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.career-header {
	padding: 50px 0;
	background-color: #fff
}

.care-values {
	padding: 50px 0
}

.care-values .page-header h2 {
	margin-bottom: 50px
}

.care-values .core-values-block ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.care-values .core-values-block ul::after {
	content: "";
	clear: both;
	display: table
}

.care-values .core-values-block ul li {
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 50px
}

.care-values .core-values-block ul li:nth-last-of-type(5),
.care-values .core-values-block ul li:nth-last-of-type(4),
.care-values .core-values-block ul li:nth-last-of-type(3),
.care-values .core-values-block ul li:nth-last-of-type(2),
.care-values .core-values-block ul li:last-child {
	margin-bottom: 0
}

.care-values .core-values-block ul li .img {
	width: 90px;
	height: 90px;
	margin: 0 auto 15px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.care-values .core-values-block ul li .img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto
}

.care-values .core-values-block ul li .value {
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.care-values .core-values-block ul li:hover .img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.care-values .core-values-block ul li:hover .value {
	color: #ed1d24
}

.life-at-century {
	padding: 50px 0;
	background-color: #fff
}

.life-at-century .content {
	float: left;
	width: 350px;
	padding-top: 100px
}

.life-at-century .content h2 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 15px
}

.life-at-century .content h2 span {
	display: block;
	color: #ed1d24
}

.life-at-century .content p {
	font-weight: 300;
	line-height: 1.6
}

.life-at-century .img {
	float: right;
	width: 800px;
	position: relative;
	z-index: 1
}

.life-at-century .img ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.life-at-century .img-slider {
	display: none !important;
	margin-top: 30px
}

.life-at-century .img-slider .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	background-color: transparent;
	border: 0 none;
	width: 40px;
	height: 40px;
	font-size: 0
}

.life-at-century .img-slider .slick-arrow::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(https://www.centuryply.com/assets/img/arrow-left-product.svg) no-repeat center rgba(255, 255, 255, 0.8)
}

.life-at-century .img-slider .slick-arrow.slick-prev {
	left: 0
}

.life-at-century .img-slider .slick-arrow.slick-next {
	right: 0
}

.life-at-century .img-slider .slick-arrow.slick-next::after {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.slide-wrap {
	width: 800px;
	height: 445px;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}

.slide-wrap li {
	display: none;
	width: 500px;
	position: absolute;
	z-index: 0;
	overflow: hidden
}

.slide-wrap .inner {
	position: relative;
	border: 10px solid #f5f5f5
}

.slide-wrap .inner a {
	text-decoration: none;
	border: none;
	outline: none
}

.slide-wrap img {
	width: 100%;
	border: none;
	outline: none;
	display: block
}

.slide-wrap .pos1 {
	display: block;
	width: 500px;
	height: 380px;
	top: 60px;
	left: 6%;
	z-index: 1
}

.slide-wrap .pos2 {
	display: block;
	width: 500px;
	height: 380px;
	top: 35px;
	left: 0;
	z-index: 2
}

.slide-wrap .pos3 {
	display: block;
	width: 590px;
	height: 445px;
	top: 0;
	left: 13.5%;
	z-index: 3
}

.slide-wrap .pos4 {
	display: block;
	width: 500px;
	height: 380px;
	top: 35px;
	right: 0;
	z-index: 2
}

.slide-wrap .pos5 {
	display: block;
	width: 500px;
	height: 380px;
	top: 60px;
	right: 6%;
	z-index: 1
}

.slide-wrap .inner {
	overflow: hidden;
	position: relative
}

.arrow {
	width: 50px;
	height: 50px;
	background-color: #f5f5f5;
	font-size: 0;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.arrow::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	background: url(https://www.centuryply.com/assets/img/arrow.png) no-repeat left top;
	width: 11px;
	height: 21px;
	-webkit-background-size: 23px auto;
	background-size: 23px auto
}

.arrow.prev {
	left: 90px
}

.arrow.next {
	right: 90px
}

.arrow.next::after {
	background-position: right top
}

.arrow:hover {
	background-color: #e0e0e0
}

.openings-section {
	padding: 50px 0
}

.openings-section .left {
	float: left;
	width: 420px
}

.openings-section .right {
	float: right;
	width: 730px;
	background-color: #fff;
	padding: 35px 35px 20px
}

.openings-section .page-header {
	text-align: left;
	margin-bottom: 20px
}

.openings-section .page-header h2 {
	margin-bottom: 0
}

.openings-section .page-header p {
	max-width: 100%;
	font-size: 14px;
	margin-top: 10px
}

.openings-block .acc-heading {
	background-color: #fff;
	border: 1px solid #e8e7e7;
	border-left-width: 5px;
	padding: 15px;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.openings-block .acc-heading::after {
	left: 95%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(206, 206, 206, 0);
	border-left-color: #cecece;
	border-width: 6px;
	margin-top: -6px;
	-webkit-transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	-o-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.openings-block .acc-heading.open {
	background-color: #ed1d24;
	color: #fff;
	border-color: #ed1d24;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1)
}

.openings-block .acc-heading.open::after {
	border-left-color: #fff;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.openings-block .acc-content {
	display: none;
	padding: 0 15px 15px
}

.openings-block .acc-content h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	color: #555;
	margin-bottom: 15px
}

.openings-block .acc-content ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	font-size: 0
}

.openings-block .acc-content ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #989b9f;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 14px;
	margin-right: 10px
}

.openings-block .acc-content ul li.job-type {
	padding-left: 15px;
	background-image: url(https://www.centuryply.com/assets/img/icon-timestamp.png)
}

.openings-block .acc-content ul li.time {
	padding-left: 20px;
	background-image: url(https://www.centuryply.com/assets/img/icon-date.png);
	-webkit-background-size: 14px auto;
	background-size: 14px auto
}

.openings-block .acc-content ul li:last-child {
	margin-right: 0
}

.openings-block .acc-content p {
	color: #5e5e5e;
	font-size: 15px;
	line-height: 1.5
}

.openings-block .acc-content.open {
	display: block
}

.openings-form .form .row {
	margin-left: -7px;
	margin-right: -7px
}

.openings-form .form [class*="col-"] {
	padding-left: 7px;
	padding-right: 7px
}

.openings-form .form .field {
	margin-bottom: 15px
}

.openings-form .form .form-control {
	background-color: #f5f5f5;
	font-size: 15px;
	line-height: 1.2;
	padding: 0 10px;
	font-weight: 300
}

.openings-form .form .form-control::-webkit-input-placeholder {
	color: #6f6f6f;
	opacity: 1
}

.openings-form .form .form-control:-moz-placeholder {
	color: #6f6f6f;
	opacity: 1
}

.openings-form .form .form-control::-moz-placeholder {
	color: #6f6f6f;
	opacity: 1
}

.openings-form .form .form-control:-ms-input-placeholder {
	color: #6f6f6f;
	opacity: 1
}

.openings-form .form select.form-control {
	height: 50px;
	color: #6f6f6f;
	background: url(https://www.centuryply.com/assets/img/arrow-down-gray.svg) no-repeat 95% center #f5f5f5
}

.openings-form .form input.form-control {
	height: 50px
}

.openings-form .form textarea.form-control {
	height: 240px;
	padding: 10px
}

.openings-form .form .upload-box {
	margin-bottom: 20px
}

.openings-form .form .upload-box label {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block
}

.openings-form .form .upload-box .upload-btn {
	position: relative;
	margin-bottom: 10px
}

.openings-form .form .upload-box .upload-btn input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer
}

.openings-form .form .upload-box .upload-btn input[type="text"] {
	display: block;
	background: url(https://www.centuryply.com/assets/img/upload-btn.png) no-repeat left center;
	height: 24px;
	padding: 0 0 0 110px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 300
}

.openings-form .form .upload-box p {
	color: #9f9e9e;
	line-height: 1.4;
	font-size: 13px
}

.openings-form .form .btn {
	min-width: 130px
}

.about-us-content {
	padding: 50px 0;
	background-color: #fff
}

.about-us-content .certificates-section {
	float: right;
	width: 440px;
	position: relative;
	margin: 0 0 30px 40px
}

.about-us-content .certificates-section.after-content {
	display: none
}

.about-us-content .certificates-section h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	max-width: 75%;
	margin: 0 auto;
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	z-index: 2
}

.about-us-content .certificates-section .certi-slider {
	z-index: 1
}

.about-us-content .certificates-section .certi-slider .img-certificate {
	padding: 130px 40px 60px
}

.about-us-content .certificates-section .certi-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	text-align: center
}

.about-us-content .certificates-section .certi-slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	font-size: 0;
	background: none transparent;
	padding-left: 0
}

.about-us-content .certificates-section .certi-slider .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 0.5;
	padding: 0;
	border: 0 none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px
}

.about-us-content .certificates-section .certi-slider .slick-dots li.slick-active button {
	width: 55px;
	opacity: 1
}

.about-us-content .img-about {
	border: 5px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.about-us-content p {
	font-size: 15px;
	line-height: 1.4
}

.about-us-content ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none
}

.about-us-content ul li {
	font-size: 15px;
	padding-left: 25px;
	background: url(https://www.centuryply.com/assets/img/arrow-red.png) no-repeat left 5px;
	margin-bottom: 10px;
	line-height: 1.4
}

.directors {
	padding: 50px 0
}

.directors .directors-slider {
	margin: 0 -10px
}

.directors .directors-slider .slick-slide {
	padding: 0 10px
}

.directors .directors-slider .director-box {
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 80px 0 40px;
	position: relative;
	min-height: 150px
}

.directors .directors-slider .director-box a {
	padding: 70px 20px 20px;
	display: block
}

.directors .directors-slider .director-box a:hover .name,
.directors .directors-slider .director-box a:hover .designation {
	color: #ed1d24
}

.directors .directors-slider .director-box img {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fff;
	width: 110px;
	height: 110px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15)
}

.directors .directors-slider .director-box .name {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px
}

.directors .directors-slider .director-box .designation {
	font-size: 15px;
	line-height: 1
}

.directors .directors-slider .director-box .content {
	display: none
}

.directors .directors-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	position: relative;
	text-align: center
}

.directors .directors-slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	font-size: 0;
	background: none transparent;
	padding-left: 0
}

.directors .directors-slider .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #dbdbdb;
	padding: 0;
	border: 0 none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px
}

.directors .directors-slider .slick-dots li.slick-active button {
	width: 55px;
	opacity: 1;
	background-color: #b7b7b7
}

.milestones {
	padding: 50px 0
}

.milestones .heading-block {
	margin-bottom: 50px
}

.milestones .timeline ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative
}

.milestones .timeline ul::after {
	content: "";
	clear: both;
	display: table
}

.milestones .timeline ul::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	margin: 0 auto;
	background-color: #d5d5d5
}

.milestones .timeline ul li {
	margin-bottom: 35px;
	position: relative;
	width: 50%;
	padding-right: 35px;
	float: left;
	clear: both
}

.milestones .timeline ul li::before {
	position: absolute;
	content: "";
	z-index: 2;
	top: 0;
	right: -17px;
	display: block;
	margin: 0 auto;
	width: 35px;
	height: 35px;
	background: url(https://www.centuryply.com/assets/img/century-brand-icon-white.svg) no-repeat center center #ed1d24;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.milestones .timeline ul li:last-child {
	margin-bottom: 0
}

.milestones .timeline ul li:last-child::after {
	position: absolute;
	content: "";
	width: 1px;
	top: 0;
	bottom: 0;
	right: 0px;
	background-color: #f5f5f5;
	z-index: 1
}

.milestones .timeline ul li .timeline-box {
	position: relative;
	background-color: #fff;
	padding: 20px;
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1)
}

.milestones .timeline ul li .timeline-box::after {
	position: absolute;
	content: "";
	background: url(https://www.centuryply.com/assets/img/timeline-arrow.png) no-repeat left top;
	width: 16px;
	height: 27px;
	top: 0;
	left: 100%
}

.milestones .timeline ul li .timeline-box p {
	line-height: 1.4
}

.milestones .timeline ul li:nth-child(2n) {
	float: right;
	padding-left: 35px;
	padding-right: 0
}

.milestones .timeline ul li:nth-child(2n)::before {
	right: auto;
	left: -17px;
	background-color: #f0ad4e
}

.milestones .timeline ul li:nth-child(2n) .timeline-box {
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1)
}

.milestones .timeline ul li:nth-child(2n) .timeline-box::after {
	left: auto;
	right: 100%;
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.vision-mission {
	background-color: #24344b
}

.vision-mission h3 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 25px
}

.vision-mission ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none
}

.vision-mission ul li {
	font-size: 15px;
	padding-left: 20px;
	background: url(https://www.centuryply.com/assets/img/arrow-red.png) no-repeat left 5px;
	margin-bottom: 10px;
	line-height: 1.4
}

.vision-mission p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.4
}

.vision-mission .btn-outline {
	font-size: 13px;
	min-width: auto;
	padding: 15px 30px 16px
}

.vision-mission .vision-block,
.vision-mission .mission-block {
	float: left;
	width: 50%;
	padding: 30px 0;
	color: #fff;
	position: relative
}

.vision-mission .vision-block::after {
	position: absolute;
	content: "";
	top: 0;
	right: 100%;
	bottom: 0;
	background: url(https://www.centuryply.com/assets/img/vision-bg.png) no-repeat left top;
	width: 166px
}

.vision-mission .mission-block {
	text-align: right;
	background-color: rgba(255, 255, 255, 0.063);
	padding-left: 120px;
	min-height: 325px
}

.vision-mission .mission-block::after {
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	bottom: 0;
	background: url(https://www.centuryply.com/assets/img/mission-bg.png) no-repeat left top;
	width: 162px
}

.distributors-form {
	text-align: center;
	padding: 40px 0;
	background-color: #fff;
	margin-bottom: 30px
}

.distributors-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

.distributors-form ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-right: 20px
}

.distributors-form ul li:last-child {
	margin-right: 0
}

.distributors-form ul li .field {
	margin-bottom: 0
}

.distributors-form ul li select {
	width: 330px;
	height: 55px;
	background: url(https://www.centuryply.com/assets/img/arrow-down-gray.svg) no-repeat 95% center #f5f5f5;
	padding: 0 15px;
	font-weight: 300;
	color: #6f6f6f
}

.distributors-form ul li button {
	display: inline-block;
	background-color: #24344b;
	min-width: 180px;
	text-align: center;
	color: #ccc;
	font-size: 15px;
	line-height: 1;
	border: 0 none;
	text-transform: uppercase;
	padding: 20px
}

.locator-block {
	margin-bottom: 50px
}

.locations-list ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0
}

.locations-list ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	width: 33.33%;
	font-size: 15px;
	text-align: left;
	margin-bottom: 20px
}

.locations-list .location-box {
	border: 1px solid #e9e9e9;
	padding: 30px 20px;
	background-color: #fff
}

.locations-list .location-box h5 {
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
	color: #373737;
	text-transform: uppercase;
	margin-bottom: 25px
}

.locations-list .location-box .info {
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 15px;
	line-height: 1.6;
	padding-left: 35px;
	margin-bottom: 15px
}

.locations-list .location-box .info.address {
	background-image: url(https://www.centuryply.com/assets/img/icon-map.svg);
	min-height: 35px
}

.locations-list .location-box .info.phone {
	background-image: url(https://www.centuryply.com/assets/img/icon-phone.svg);
	background-position: left top
}

.locations-list .location-box .info.mail {
	background-image: url(https://www.centuryply.com/assets/img/icon-mail.svg);
	background-position: left 4px;
	text-transform: lowercase
}

.locations-list .location-box .info:nth-last-of-type(1) {
	margin-bottom: 0
}

.int-opt {
	padding: 50px 0
}

.int-opt .int-opt-box {
	margin-top: 30px
}

.int-opt .int-opt-box .left {
	display: inline-block;
	vertical-align: middle;
	width: 640px
}

.int-opt .int-opt-box .left img {
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.int-opt .int-opt-box .right {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 650px);
	padding-left: 30px
}

.int-opt .int-opt-box .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

.int-opt .int-opt-box .right ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 15px;
	margin-top: 30px
}

.int-opt .int-opt-box .right ul li:first-child,
.int-opt .int-opt-box .right ul li:nth-child(2) {
	margin-top: 0
}

.int-opt .int-opt-box .right ul li:nth-child(2n) {
	padding-left: 20px
}

.int-opt .int-opt-box .right ul li .img {
	height: 60px
}

.int-opt .int-opt-box .right ul li label {
	display: block;
	font-size: 13px;
	line-height: 1;
	opacity: 0.7;
	letter-spacing: 1px;
	margin-bottom: 5px
}

.int-opt .int-opt-box .right ul li p {
	line-height: 1.4
}

.process-and-story {
	padding-top: 50px;
	background-color: #fff
}

.process-and-story p,
.process-and-story ul li {
	font-size: 15px;
	line-height: 1.5
}

.process-area {
	padding-bottom: 30px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 30px
}

.story-block ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.story-block ul li {
	padding-left: 20px;
	background: url(https://www.centuryply.com/assets/img/arrow-red.png) no-repeat left 7px
}

.story-block .stories-container::after {
	content: "";
	clear: both;
	display: table
}

.story-block .stories-container .stories-box {
	width: 50%;
	float: left;
	padding: 20px 30px
}

.story-block .stories-container .stories-box p {
	margin-bottom: 10px
}

.story-block .stories-container .stories-box ul+p {
	margin-top: 10px
}

.story-block .stories-container .stories-box.gray {
	background-color: #f5f5f5
}

.news-and-press {
	padding-bottom: 100px
}

.news-block .news-head-container {
	margin-bottom: 50px
}

.news-block .news-head-container .heading-block {
	float: left;
	margin-bottom: 0;
	padding-top: 10px
}

.news-block .news-head-container .form-block {
	float: right
}

.news-block .news-head-container::after {
	content: "";
	clear: both;
	display: table
}

.news-block .form-block::after {
	content: "";
	clear: both;
	display: table
}

.news-block .form-block .field {
	float: left;
	width: 290px;
	margin: 0 20px 0 0
}

.news-block .form-block .field select {
	height: 50px;
	background: url(https://www.centuryply.com/assets/img/arrow-down-gray.svg) no-repeat 95% center #fff;
	padding: 0 15px;
	font-weight: 300;
	color: #6f6f6f
}

.news-block .form-block .form-button {
	float: left;
	width: 170px
}

.news-block .form-block .form-button button {
	display: inline-block;
	background-color: #24344b;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	border: 0 none;
	text-transform: uppercase;
	padding: 18px 20px 17px;
	width: 100%
}

.news-block .form-block .form-button button:hover {
	background-color: #ed1d24
}

.news-block .news-container .news-slider {
	margin: 0 -20px
}

.news-block .news-container .news-slider .slick-slide {
	padding: 0 20px
}

.news-block .news-container .news-slider .news-box {
	margin-bottom: 40px;
	background-color: #fff;
	-webkit-box-shadow: -4px 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -4px 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: -4px 0 5px rgba(0, 0, 0, 0.1)
}

.news-block .news-container .news-slider .news-box:last-child {
	margin-bottom: 0
}

.news-block .news-container .news-slider .news-box .img {
	width: 200px;
	height: 200px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #eee 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, #eee 100%);
	background: radial-gradient(ellipse at center, #fff 0%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1);
	position: relative;
	border: 5px solid rgba(0, 0, 0, 0.1)
}

.news-block .news-container .news-slider .news-box .img a {
	display: block
}

.news-block .news-container .news-slider .news-box .img img {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100%
}

.news-block .news-container .news-slider .news-box .content {
	width: calc(100% - 250px);
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	position: relative
}

.news-block .news-container .news-slider .news-box .content .news-heading {
	font-size: 14px;
	line-height: 1.4;
	min-height: 75px
}

.news-block .news-container .news-slider .news-box .content .news-heading a {
	color: #292929
}

.news-block .news-container .news-slider .news-box .content .news-heading a:hover {
	color: #ed1d24
}

.news-block .news-container .news-slider .news-box .content .icon {
	font-size: 12px;
	line-height: 1;
	padding-left: 15px;
	background-position: left center;
	background-repeat: no-repeat
}

.news-block .news-container .news-slider .news-box .content .icon.icon-user {
	background-image: url(https://www.centuryply.com/assets/img/icon-misc.svg);
	margin-bottom: 5px
}

.news-block .news-container .news-slider .news-box .content .icon.icon-date {
	background-image: url(https://www.centuryply.com/assets/img/icon-date.png);
	-webkit-background-size: 12px auto;
	background-size: 12px auto
}

.news-block .news-container .news-slider .news-box .content .download {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	font-size: 0;
	background: url(https://www.centuryply.com/assets/img/icon-download.svg) no-repeat center;
	-webkit-background-size: auto 15px;
	background-size: auto 15px
}

.news-block .news-container .news-slider .news-box .content .download:hover {
	background-color: #e9e9e9
}

.news-block .news-container .news-slider .slick-arrow {
	position: absolute;
	bottom: -45px;
	width: 45px;
	height: 35px;
	padding: 0;
	background-color: #232930;
	border: 0 none;
	font-size: 0;
	z-index: 2
}

.news-block .news-container .news-slider .slick-arrow::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(https://www.centuryply.com/assets/img/arrow.svg) no-repeat center;
	display: block
}

.news-block .news-container .news-slider .slick-arrow.slick-prev {
	right: 65px
}

.news-block .news-container .news-slider .slick-arrow.slick-prev::after {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.news-block .news-container .news-slider .slick-arrow.slick-next {
	right: 20px
}

.news-block .news-container .news-slider .slick-arrow:hover {
	background-color: #ed1d24
}

.release-listing {
	background-color: #fff;
	padding: 20px 15px
}

.release-listing ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1200px;
	overflow: hidden
}

.release-listing ul li {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	background-color: #fff
}

.release-listing ul li .details .release-heading {
	line-height: 1.3;
	color: #4c4c4c;
	margin-bottom: 15px
}

.release-listing ul li .details p {
	line-height: 1;
	font-size: 14px;
	padding-left: 20px;
	color: #747373;
	background: url(https://www.centuryply.com/assets/img/icon-date.svg) no-repeat left center;
	-webkit-background-size: auto 12px;
	background-size: auto 12px
}

.release-listing ul li a {
	display: block
}

.release-listing ul li a:hover .release-heading {
	color: #ed1d24
}

.release-listing ul li .content {
	display: none
}

.release-listing ul li:first-child {
	padding-top: 0
}

.release-listing ul .mCSB_inside>.mCSB_container {
	margin-right: 25px
}

.media-videos {
	padding-bottom: 50px
}

.media-videos .press-block {
	float: right;
	width: 380px
}

.media-videos .videos-listing {
	float: left;
	width: 780px
}

.media-videos .videos-listing .heading-media {
	color: #ed1c24;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 10px;
	position: relative
}

.media-videos .videos-listing .video-scroll {
	overflow: hidden;
	max-height: 375px
}

.media-videos .videos-listing .video-scroll .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff
}

.media-videos .videos-listing ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.media-videos .videos-listing ul li {
	float: left;
	width: 360px;
	margin: 0 40px 40px 0
}

.media-videos .videos-listing ul li:nth-child(even) {
	margin-right: 0
}

.media-videos .videos-listing ul li .video-thumb-box {
	margin-bottom: 30px;
	position: relative;
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1)
}

.media-videos .videos-listing ul li .video-thumb-box .img {
	position: relative;
	background-color: #000
}

.media-videos .videos-listing ul li .video-thumb-box img {
	display: block;
	margin-bottom: 15px;
	opacity: 0.5
}

.media-videos .videos-listing ul li .video-thumb-box span.icon {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 65px;
	height: 65px;
	background: url(https://www.centuryply.com/assets/img/icon-video.png) no-repeat center top;
	margin: auto
}

.media-videos .videos-listing ul li .video-thumb-box span.name {
	font-size: 16px;
	line-height: 1.2;
	display: block;
	color: #747373;
	min-height: 65px
}

.media-videos .videos-listing ul li .video-thumb-box:hover span.icon {
	background-position: center bottom
}

.media-videos .videos-listing ul li .video-thumb-box:last-child {
	margin-bottom: 0
}

.media-contact {
	padding: 50px 0
}

.media-contact .heading-block {
	margin-bottom: 40px
}

.media-contact .media-contact-block {
	background-color: #fff
}

.media-contact .media-contact-block::after {
	content: "";
	clear: both;
	display: table
}

.media-contact .media-contact-block h4 {
	font-size: 17px;
	font-weight: 700;
	color: #4c4c4c;
	line-height: 1;
	margin-bottom: 20px
}

.media-contact .media-contact-block .left {
	float: left;
	width: 400px;
	padding: 50px
}

.media-contact .media-contact-block .right {
	float: right;
	width: 800px
}

.media-contact .media-contact-block .map iframe {
	display: block;
	width: 100%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1)
}

.media-contact .media-contact-block .info {
	padding-left: 35px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 15px;
	margin-bottom: 35px
}

.media-contact .media-contact-block .info:nth-last-of-type(1) {
	margin-bottom: 0
}

.media-contact .media-contact-block .info.address {
	background-image: url(https://www.centuryply.com/assets/img/icon-map.svg);
	max-width: 75%
}

.media-contact .media-contact-block .info.mail {
	background-image: url(https://www.centuryply.com/assets/img/icon-mail.svg)
}

.media-contact .media-contact-block .info.phone {
	background-image: url(https://www.centuryply.com/assets/img/icon-phone.svg);
	min-height: 25px
}

.why-centuryply {
	padding-bottom: 50px;
	text-align: center
}

.why-centuryply .img {
	display: inline-block;
	vertical-align: middle;
	width: 510px
}

.why-centuryply .img img {
	display: block;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.why-centuryply .content {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 460px;
	padding-left: 40px
}

.why-centuryply .content p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6
}

.partners-login {
	padding: 50px 0;
	background-color: #fff
}

.partners-login .heading-block h3 span {
	display: block
}

.partners-login .content {
	min-height: 220px;
	margin-bottom: 20px
}

.partners-login p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	color: #4c4c4c
}

.partners-login .login-btn a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	background-color: #ed1d24;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 19px 20px 18px 100px;
	border: 1px solid #ed1d24
}

.partners-login .login-btn a:hover {
	background-color: #24344b;
	border-color: #24344b
}

.partners-login .royal-club,
.partners-login .club-one {
	width: 50%;
	float: left
}

.partners-login .royal-club {
	padding-right: 75px;
	position: relative
}

.partners-login .royal-club::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 100%;
	width: 35px;
	background: url(https://www.centuryply.com/assets/img/divider-shadow.png) no-repeat left center;
	opacity: 0.2
}

.partners-login .royal-club .login-btn a {
	background-image: url(https://www.centuryply.com/assets/img/img-royal-club.jpg)
}

.partners-login .club-one {
	padding-left: 75px
}

.partners-login .club-one .login-btn a {
	background-image: url(https://www.centuryply.com/assets/img/img-club-one.jpg)
}

.other-login {
	text-align: center;
	padding: 20px 0;
	background-color: #24344b
}

.other-login a {
	display: inline-block;
	background-color: #fff;
	color: #24344b;
	font-size: 15px;
	line-height: 1;
	padding: 20px 55px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	-ms-border-radius: 55px;
	-o-border-radius: 55px;
	border-radius: 55px;
	text-transform: uppercase;
	font-weight: 700
}

.other-login a:hover {
	background-color: #ed1d24;
	color: #fff
}

.new-dealer-form {
	padding: 50px 0
}

.new-dealer-form .heading-block h3 {
	margin-bottom: 40px
}

.new-dealer-form .form-block {
	padding: 0 75px
}

.new-dealer-form .form-block .row {
	margin-left: -10px;
	margin-right: -10px
}

.new-dealer-form .form-block [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px
}

.new-dealer-form .form-block input[type="text"],
.new-dealer-form .form-block input[type="tel"],
.new-dealer-form .form-block input[type="email"] {
	height: 50px;
	padding: 0 20px
}

.new-dealer-form .form-block select {
	height: 50px;
	padding: 0 15px;
	color: #6f6f6f;
	background: url(https://www.centuryply.com/assets/img/arrow-down-gray.svg) no-repeat 95% center #fff
}

.new-dealer-form .form-block textarea {
	padding: 15px 20px;
	height: 190px
}

.login-popup {
	display: none
}

.fancybox-can-drag .fancybox-content {
	cursor: text !important
}

.fancybox-slide--html .fancybox-content.login-popup {
	width: 560px;
	padding: 50px 80px
}

.fancybox-slide--html .fancybox-content.login-popup .radios {
	margin-bottom: 35px;
	font-size: 0
}

.fancybox-slide--html .fancybox-content.login-popup .radios .radio-box {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 190px
}

.fancybox-slide--html .fancybox-content.login-popup .radios .radio-box:last-child {
	margin-right: 0
}

.fancybox-slide--html .fancybox-content.login-popup .radios .radio-box label {
	display: block;
	border: 2px solid #d6d6d6;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 20px 20px 80px;
	background-color: #fff;
	background-position: left center;
	background-repeat: no-repeat
}

.fancybox-slide--html .fancybox-content.login-popup .radios .radio-box label.label-royal-club {
	background-image: url(https://www.centuryply.com/assets/img/img-royal-club.jpg)
}

.fancybox-slide--html .fancybox-content.login-popup .radios .radio-box label.label-club-one {
	background-image: url(https://www.centuryply.com/assets/img/img-club-one.jpg)
}

.fancybox-slide--html .fancybox-content.login-popup .radios .radio-box input[type="radio"] {
	display: none
}

.fancybox-slide--html .fancybox-content.login-popup .radios .radio-box input[type="radio"]:checked+label {
	border-color: #ed1d24;
	color: #ed1d24
}

.fancybox-slide--html .fancybox-content.login-popup input[type="password"],
.fancybox-slide--html .fancybox-content.login-popup input[type="email"] {
	height: 50px;
	padding: 0 20px;
	background-color: #f5f5f5;
	font-weight: 300
}

.fancybox-slide--html .fancybox-content.login-popup .form-button {
	text-align: center
}

.fancybox-slide--html .fancybox-content.login-popup .form-button a {
	display: block;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 300
}

.fancybox-slide--html .fancybox-content.release-popup {
	width: 1200px;
	padding: 50px
}

.fancybox-slide--html .fancybox-content.release-popup h4 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	color: #676767;
	margin-bottom: 10px
}

.fancybox-slide--html .fancybox-content.release-popup p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px
}

.fancybox-slide--html .fancybox-content.release-popup p a {
	color: #ed1d24
}

.fancybox-slide--html .fancybox-content.release-popup strong {
	font-weight: 500
}

.fancybox-slide--html .fancybox-content.release-popup ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none
}

.fancybox-slide--html .fancybox-content.release-popup ul li {
	line-height: 1.4;
	padding-left: 25px;
	background: url(https://www.centuryply.com/assets/img/arrow-red.png) no-repeat left 9px;
	margin-bottom: 10px
}

.fancybox-slide--html .fancybox-content.release-popup a {
	color: #ed1d24
}

.fancybox-slide--html .fancybox-content.release-popup a:hover {
	color: #24344b
}

.fancybox-slide--html .fancybox-content.release-popup table {
	table-layout: fixed;
	border: 1px solid #ededed;
	margin-bottom: 30px
}

.fancybox-slide--html .fancybox-content.release-popup table tr td {
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	padding: 10px;
	text-align: center
}

.fancybox-slide--html .fancybox-content.release-popup table tr td:first-child {
	text-align: left;
	width: 20%
}

.fancybox-slide--html .fancybox-content.release-popup table tr:first-child td {
	background-color: #ed1d24;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	padding: 10px 10px 15px;
	border-right: 1px solid #ededed;
	color: #fff
}

.fancybox-slide--html .fancybox-content.release-popup table tr:nth-child(2) td {
	font-weight: 500
}

.fancybox-slide--html .fancybox-content.release-popup table.growth tr th:first-child {
	width: 20%
}

.fancybox-slide--html .fancybox-content.news-popup {
	width: 600px;
	padding: 50px;
	text-align: center
}

.fancybox-slide--html .fancybox-content.news-popup img {
	display: block;
	margin: 0 auto 30px;
	border: 1px solid #b7b7b7
}

.fancybox-slide--html .fancybox-content.news-popup h4 {
	font-size: 20px;
	line-height: 1.2
}

.fancybox-slide--html .fancybox-content.directors-popup {
	max-width: 1000px;
	width: 90%;
	padding: 50px;
	text-align: center
}

.fancybox-slide--html .fancybox-content.directors-popup img {
	display: block;
	margin: 0 auto 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fff;
	width: 110px;
	height: 110px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15)
}

.fancybox-slide--html .fancybox-content.directors-popup .name {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px
}

.fancybox-slide--html .fancybox-content.directors-popup .designation {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 10px
}

.fancybox-slide--html .fancybox-content.directors-popup p {
	font-size: 15px;
	line-height: 1.6;
	max-width: 90%;
	margin: 0 auto;
	text-align: left
}

#forgot-popup-block,
#release-popup {
	display: none
}

.contact-info-container {
	padding: 50px 0;
	background-color: #fff
}

.contact-info-container .info-block {
	float: left;
	width: 530px
}

.contact-info-container .map-block {
	float: right;
	width: 600px
}

.contact-info-container .map-block iframe {
	display: block;
	width: 100%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #f5f5f5
}

.contact-info-container .address-box {
	border: 1px solid #e9e9e9;
	padding: 30px 20px
}

.contact-info-container .address-box h5 {
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
	color: #373737;
	text-transform: uppercase;
	margin-bottom: 25px
}

.contact-info-container .address-box .info {
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 15px;
	line-height: 1.6;
	padding-left: 35px;
	margin-bottom: 15px
}

.contact-info-container .address-box .info.address {
	background-image: url(https://www.centuryply.com/assets/img/icon-map.svg)
}

.contact-info-container .address-box .info.phone {
	background-image: url(https://www.centuryply.com/assets/img/icon-phone.svg);
	background-position: left top
}

.contact-info-container .address-box .info.fax {
	background-image: url(https://www.centuryply.com/assets/img/icon-fax.svg);
	background-position: left top;
	min-height: 25px
}

.contact-info-container .address-box .info:nth-last-of-type(1) {
	margin-bottom: 0
}

.branch-locator {
	padding: 50px 0 30px
}

.branch-locator .form {
	background-color: rgba(0, 0, 0, 0.02);
	padding: 20px;
	margin: 0 65px 20px
}

.branch-locator .form::after {
	content: "";
	clear: both;
	display: table
}

.branch-locator .form select {
	background: url(https://www.centuryply.com/assets/img/arrow-down-gray.svg) no-repeat 95% center #fff;
	height: 50px;
	padding: 0 15px;
	color: #6f6f6f;
	font-weight: 300
}

.branch-locator .form button {
	display: block;
	min-width: 140px;
	font-size: 15px;
	line-height: 1;
	font-weight: 300;
	color: #fff;
	padding: 18px 20px 17px;
	border: 0 none;
	background-color: #24344b;
	text-transform: uppercase
}

.branch-locator .form button:hover {
	background-color: #ed1d24
}

.branch-locator .form .field {
	float: left;
	margin-bottom: 0;
	margin-right: 15px;
	width: 280px
}

.branch-locator .form .form-button {
	float: left
}

.branch-locator .locations-list {
	text-align: center;
	padding: 0 85px
}

.branch-locator .locations-list ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0
}

.branch-locator .locations-list ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	width: 33.33%;
	font-size: 15px;
	text-align: left;
	margin-bottom: 20px
}

.branch-locator .address-box {
	border: 1px solid #e9e9e9;
	padding: 30px 20px;
	background-color: #fff
}

.branch-locator .address-box h5 {
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
	color: #373737;
	text-transform: uppercase;
	margin-bottom: 25px
}

.branch-locator .address-box .info {
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 15px;
	line-height: 1.6;
	padding-left: 35px;
	margin-bottom: 15px
}

.branch-locator .address-box .info.address {
	background-image: url(https://www.centuryply.com/assets/img/icon-map.svg)
}

.branch-locator .address-box .info.phone {
	background-image: url(https://www.centuryply.com/assets/img/icon-phone.svg);
	background-position: left top
}

.branch-locator .address-box .info.mail {
	background-image: url(https://www.centuryply.com/assets/img/icon-mail.svg);
	background-position: left 4px;
	text-transform: lowercase
}

.branch-locator .address-box .info:nth-last-of-type(1) {
	margin-bottom: 0
}

.contact-form {
	padding: 50px 0;
	background-color: #fff
}

.contact-form .form {
	padding: 0 85px
}

.contact-form .form .form-control {
	background-color: #f5f5f5;
	font-size: 15px;
	line-height: 1.2;
	padding: 0 15px;
	font-weight: 300
}

.contact-form .form .form-control::-webkit-input-placeholder {
	color: #6f6f6f;
	opacity: 1
}

.contact-form .form .form-control:-moz-placeholder {
	color: #6f6f6f;
	opacity: 1
}

.contact-form .form .form-control::-moz-placeholder {
	color: #6f6f6f;
	opacity: 1
}

.contact-form .form .form-control:-ms-input-placeholder {
	color: #6f6f6f;
	opacity: 1
}

.contact-form .form select.form-control {
	height: 50px;
	color: #6f6f6f;
	background: url(https://www.centuryply.com/assets/img/arrow-down-gray.svg) no-repeat 95% center #f5f5f5
}

.contact-form .form input.form-control {
	height: 50px
}

.contact-form .form textarea.form-control {
	height: 195px;
	padding: 15px
}

.customer-care {
	padding: 50px 0
}

.customer-care .call-numbers {
	border: 1px solid #dedede
}

.customer-care .call-numbers::after {
	content: "";
	clear: both;
	display: table
}

.customer-care .call-numbers .toll-free,
.customer-care .call-numbers .sms {
	float: left;
	width: 50%
}

.customer-care .call-numbers .toll-free a,
.customer-care .call-numbers .sms a {
	padding: 30px;
	display: block
}

.customer-care .call-numbers .toll-free a::after,
.customer-care .call-numbers .sms a::after {
	content: "";
	clear: both;
	display: table
}

.customer-care .call-numbers .toll-free {
	background-color: #fff
}

.customer-care .call-numbers .toll-free .icon {
	float: left;
	width: 115px;
	height: 115px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: url(https://www.centuryply.com/assets/img/icon-executive.svg) no-repeat center #ed1d24
}

.customer-care .call-numbers .toll-free .content {
	float: left;
	width: 385px;
	padding: 10px 0 0 25px
}

.customer-care .call-numbers .toll-free .content span {
	display: block;
	line-height: 1;
	font-weight: 300;
	color: #4c4c4c;
	text-transform: uppercase
}

.customer-care .call-numbers .toll-free .content span.heading-text {
	font-size: 22px
}

.customer-care .call-numbers .toll-free .content span.number {
	font-size: 54px;
	color: #ed1d24;
	letter-spacing: -0.5px
}

.customer-care .call-numbers .toll-free .content span.footer-text {
	display: block;
	text-align: right;
	color: rgba(76, 76, 76, 0.5)
}

.customer-care .call-numbers .sms .icon {
	float: right;
	width: 115px;
	height: 115px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: url(https://www.centuryply.com/assets/img/icon-sms-ply.svg) no-repeat center #24344b
}

.customer-care .call-numbers .sms .content {
	float: left;
	width: 385px;
	padding: 10px 0 0 25px
}

.customer-care .call-numbers .sms .content span {
	display: block;
	line-height: 1;
	font-weight: 300;
	color: #4c4c4c;
	text-transform: uppercase
}

.customer-care .call-numbers .sms .content span.heading-text {
	font-size: 22px;
	opacity: 0.5
}

.customer-care .call-numbers .sms .content span.number {
	font-size: 54px;
	color: #4c4c4c;
	letter-spacing: -0.5px
}

.customer-care .call-numbers .sms .content span.number i {
	font-style: normal;
	color: #ed1d24
}

.brands-page {
	padding: 50px 0
}

.brands-page .heading-block {
	margin-bottom: 30px
}

.brands-block .logos-slider {
	margin: 0 -10px 30px
}

.brands-block .logos-slider .slick-slide {
	padding: 0 10px 15px
}

.brands-block .logos-slider .img {
	border: 1px solid #b7b7b7;
	position: relative;
	height: 160px
}

.brands-block .logos-slider .img::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(237, 29, 36, 0);
	border-top-color: #ed1d24;
	border-width: 15px;
	margin-left: -15px;
	opacity: 0
}

.brands-block .logos-slider .img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto
}

.brands-block .logos-slider .img.mixitup-control-active {
	border: 2px solid #ed1d24
}

.brands-block .logos-slider .img.mixitup-control-active::after {
	opacity: 1
}

.brands-block .logos-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	background-color: transparent;
	border: 0 none;
	width: 40px;
	height: 40px;
	font-size: 0;
	opacity: 0.2
}

.brands-block .logos-slider .slick-arrow:hover {
	opacity: 1
}

.brands-block .logos-slider .slick-arrow::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(https://www.centuryply.com/assets/img/arrow-left-product.svg) no-repeat center
}

.brands-block .logos-slider .slick-arrow.slick-prev {
	left: -40px
}

.brands-block .logos-slider .slick-arrow.slick-next {
	right: -40px
}

.brands-block .logos-slider .slick-arrow.slick-next::after {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.brands-block .filter-logo-list {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	font-size: 0
}

.brands-block .filter-logo-list li {
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-bottom: 30px
}

.brands-block .filter-logo-list li img {
	display: block;
	border: 1px solid #b7b7b7;
	width: 100%
}

.sitemap-live ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0
}

.sitemap-live ul li {
	list-style: none
}

.sitemap-live>ul>li {
	width: 100%;
	color: #24344b;
	font-size: 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	padding: 15px 20px;
	margin-bottom: 15px
}

.sitemap-live>ul>li>a {
	color: #24344b
}

.sitemap-live>ul>li:nth-of-type(2) {
	width: 100%
}

.sitemap-live>ul>li:nth-of-type(2)>ul>li {
	width: 100%
}

.sitemap-live>ul>li>ul {
	margin: 10px 0 0
}

.sitemap-live>ul>li>ul>li {
	font-size: 15px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	width: 25%
}

.sitemap-live>ul>li>ul>li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #24344b;
	position: absolute;
	top: 6px;
	left: 0
}

.sitemap-live>ul>li>ul>li>a {
	color: #24344b
}

.sitemap-live>ul>li>ul>li>ul {
	margin-top: 5px
}

.sitemap-live>ul>li>ul>li>ul>li {
	width: 25%;
	position: relative;
	padding-left: 15px;
	line-height: 22px
}

.sitemap-live>ul>li>ul>li>ul>li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #ccc;
	position: absolute;
	top: 6px;
	left: 0
}

.catalogue-page .catalouge-row {
	padding: 50px 0 20px
}

.catalogue-page .catalouge-row:first-child {
	padding-top: 0
}

.catalogue-page .catalouge-row:nth-child(even) {
	background-color: #fff
}

.catalouge-section {
	text-align: center;
	margin-bottom: 50px
}

.catalouge-list {
	margin-top: 25px
}

.catalouge-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0
}

.catalouge-list ul li a {
	display: block;
	position: relative;
	overflow: hidden
}

.catalouge-list ul li a>span {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	transition: all linear 0.5s
}

.catalouge-list ul li a>span span {
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 35px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	transition: all linear 0.5s
}

.catalouge-list ul li a:hover>span {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.catalouge-list ul li a:hover>span span:hover {
	background-color: #ed1d24;
	border-color: #ed1d24
}

.catalouge-list ul li img {
	display: block;
	width: 100%
}

.catalouge-list ul .slick-dots {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	position: relative;
	text-align: center
}

.catalouge-list ul .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	font-size: 0;
	background: none transparent;
	padding-left: 0
}

.catalouge-list ul .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #dbdbdb;
	padding: 0;
	border: 0 none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px
}

.catalouge-list ul .slick-dots li.slick-active button {
	width: 55px;
	opacity: 1;
	background-color: #b7b7b7
}

.visualizer-list {
	max-width: 1000px;
	margin: 0 auto
}

.visualizer-list .image {
	float: right;
	width: 720px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.visualizer-list .image img {
	display: block;
	width: 100%;
	border: 10px solid #fff
}

.visualizer-list .visualizer-logo {
	text-align: center;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #fff;
	width: 360px;
	padding: 100px 0
}

.visualizer-list .visualizer-logo img {
	width: auto;
	margin: 0 auto
}

.visualizer-list .visualizer-logo .btn {
	margin-top: 15px
}

.visualizer-list ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.visualizer-list ul li {
	position: relative;
	margin: 50px 0
}

.visualizer-list ul li::after {
	content: "";
	clear: both;
	display: table
}

.visualizer-list ul li:nth-of-type(2n) .image {
	float: left
}

.visualizer-list ul li:nth-of-type(2n) .visualizer-logo {
	left: auto;
	right: 0
}

.search-form .search-form-block {
	margin: 0 auto;
	max-width: 750px
}

.search-form .search-form-block .search-fields {
	position: relative;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05)
}

.search-form .search-form-block .search-fields .search-field {
	height: 55px;
	padding: 0 75px 0 20px;
	font-size: 18px;
	line-height: 1.2;
	color: #7e7e7e;
	letter-spacing: 0.5px
}

.search-form .search-form-block .search-fields .search-button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 55px;
	background: url(https://www.centuryply.com/assets/img/icon-search-dark.svg) no-repeat center center;
	border: 0 none;
	font-size: 0;
	padding: 0
}

.search-form .search-form-block .search-fields .search-button:hover {
	background-color: #e0e0e0
}

.search-form .search-form-block p {
	font-size: 15px
}

.result-listing {
	padding: 30px 0 50px
}

.result-listing ul {
	margin: 0 auto;
	padding: 0 75px;
	list-style: none
}

.result-listing .results-box {
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid rgba(68, 68, 68, 0.2)
}

.result-listing .results-box::before {
	position: absolute;
	content: attr(data-loop-number) ".";
	display: block;
	top: 30px;
	left: -40px;
	width: 20px;
	font-size: 15px;
	line-height: 1;
	color: #747373
}

.result-listing .results-box h4 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 10px
}

.result-listing .results-box h4 a {
	color: #444
}

.result-listing .results-box p {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 20px
}

.result-listing .results-box .btn {
	padding: 10px 30px;
	min-width: auto;
	font-size: 12px;
	font-weight: 400
}

.result-listing .results-box:hover h4 a {
	color: #ed1d24
}

.result-listing .results-box:hover .btn {
	background-color: #ed1d24;
	color: #fff;
	border-color: #ed1d24
}

.search-popup {
	position: fixed;
	z-index: 9;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(36, 52, 75, 0.95);
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	opacity: 0;
	visibility: hidden
}

.search-popup.open {
	opacity: 1;
	visibility: visible;
	top: 0
}

.search-popup .close {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 0;
	border: 0 none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 0
}

.search-popup .close::after,
.search-popup .close::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: auto;
	background-color: #fff
}

.search-popup .close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.search-popup .close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.search-popup .voice-block {
	text-align: center;
	margin-bottom: 20px;
	display: none
}

.search-popup .voice-block img {
	display: block;
	margin: 0 auto 20px
}

.search-popup .voice-block h4 {
	font-weight: 500;
	font-size: 50px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.9)
}

.search-popup .search-block {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 600px;
	width: 90%
}

.search-popup .search-block .search-fields {
	position: relative;
	margin-bottom: 20px
}

.search-popup .search-block .search-fields .search-field {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	height: 65px;
	color: #fff;
	padding: 0 140px 0 0;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.5px
}

.search-popup .search-block .search-fields .search-field::-webkit-input-placeholder {
	color: #fff;
	opacity: .5
}

.search-popup .search-block .search-fields .search-field:-moz-placeholder {
	color: #fff;
	opacity: .5
}

.search-popup .search-block .search-fields .search-field::-moz-placeholder {
	color: #fff;
	opacity: .5
}

.search-popup .search-block .search-fields .search-field:-ms-input-placeholder {
	color: #fff;
	opacity: .5
}

.search-popup .search-block .search-fields .search-button {
	position: absolute;
	top: 0;
	right: 60px;
	bottom: 0;
	width: 60px;
	background: url(https://www.centuryply.com/assets/img/icon-search.svg) no-repeat center;
	padding: 0;
	border: 0 none;
	font-size: 0;
	-webkit-background-size: 22px auto;
	background-size: 22px auto
}

.search-popup .search-block .search-fields .search-button:hover {
	background-color: rgba(255, 255, 255, 0.05)
}

.search-popup .search-block .search-fields .voice-search {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 60px;
	font-size: 0;
	background: url(https://www.centuryply.com/assets/img/icon-voice-search.svg) no-repeat center;
	font-size: 0
}

.search-popup .search-block .search-fields .voice-search::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 25px;
	background-color: rgba(255, 255, 255, 0.7);
	display: block;
	margin: auto
}

.search-popup .search-block .search-fields .voice-search:hover {
	background-color: rgba(255, 255, 255, 0.05)
}

.search-popup .search-block .popular::after {
	content: "";
	clear: both;
	display: table
}

.search-popup .search-block .popular label {
	float: left;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	margin-right: 30px
}

.search-popup .search-block .popular ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none
}

.search-popup .search-block .popular ul li {
	float: left;
	margin-right: 30px
}

.search-popup .search-block .popular ul li a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px
}

.search-popup .search-block .popular ul li a:hover {
	color: #fff
}

.search-popup .search-block .popular ul li:last-child {
	margin-right: 0
}

.cms-page {
	padding-bottom: 50px
}

.cms-page .cms-block {
	max-width: 80%;
	margin: 0 auto
}

.cms-page h5 {
	font-size: 16px;
	color: #000;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 15px
}

.cms-page p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6
}

.cms-page hr {
	border-color: #d3d3d3
}

.menu-toggle {
	width: 30px;
	height: 22px;
	font-size: 0;
	position: relative;
	padding: 0;
	background-color: transparent;
	border: 0 none;
	display: block
}

.menu-toggle span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: auto;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.menu-toggle::before,
.menu-toggle::after {
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	height: 3px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.menu-toggle::before {
	top: 0
}

.menu-toggle::after {
	bottom: 0
}

.navigation-mobile {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ed1d24;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	z-index: 99
}

.navigation-mobile.open {
	top: 0;
	opacity: 1;
	visibility: visible
}

.navigation-mobile .close-menu {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: url(https://www.centuryply.com/assets/img/icon-close-white.svg) no-repeat center rgba(0, 0, 0, 0.2);
	border: 0 none;
	display: block;
	margin: 0 auto;
	font-size: 0;
	padding: 0
}

.navigation-mobile ul {
	margin: 0;
	padding: 0
}

.navigation-mobile>ul {
	max-height: calc(100% - 100px);
	overflow: auto
}

.navigation-mobile>ul>li {
	border-bottom: 1px solid #ed1d24;
	position: relative
}

.navigation-mobile>ul>li:last-child {
	border-bottom: 0 none
}

.navigation-mobile>ul>li>a {
	color: #fff;
	display: block;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 15px 65px 15px 15px;
	line-height: 1.2
}

.navigation-mobile>ul>li>.submenu-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 1
}

.navigation-mobile>ul>li>.submenu-button::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	background: url(https://www.centuryply.com/assets/img/arrow-right.svg) no-repeat left center;
	width: 7px;
	height: 12px
}

.navigation-mobile>ul>li>ul {
	display: none
}

.navigation-mobile>ul>li>ul>li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.navigation-mobile>ul>li>ul>li>a {
	color: #fff;
	display: block;
	background-color: #ed1d24;
	padding: 15px;
	line-height: 1
}

.tools-page {
	padding-bottom: 50px
}

.tools-page .tools-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center
}

.tools-page .tools-list li {
	width: 33.33%;
	font-size: 16px;
	padding: 0 15px;
	margin-bottom: 30px
}

.tools-page .tools-list li .tools-box {
	background-color: #fff;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.tools-page .tools-list li .tools-box img {
	display: block;
	margin: 0 auto 20px
}

.tools-page .tools-list li .tools-box h3 {
	font-size: 20px;
	font-weight: 300;
	color: #000;
	line-height: 1.2;
	margin-bottom: 10px
}

.tools-page .tools-list li .tools-box p {
	color: #747373;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px
}

.tools-page .tools-list li .tools-box .btn-outline {
	font-size: 13px;
	padding: 10px 20px;
	min-width: auto
}

.tools-page .tools-list li .tools-box a {
	display: block;
	padding: 30px
}

.tools-page .tools-list li .tools-box:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1)
}

.user-header {
	margin-bottom: 30px;
	background-color: #24344b;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	z-index: 1
}

.user-header .club-name {
	width: calc(100% - 100px);
	padding: 10px
}

.user-header .club-name img,
.user-header .club-name span {
	display: inline-block;
	vertical-align: middle
}

.user-header .club-name span {
	color: #fff;
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
	padding-left: 10px;
	text-transform: uppercase
}

.user-header .user-details {
	width: 100px;
	background-color: #1c283a;
	padding: 10px;
	position: relative
}

.user-header .user-details .partner-name {
	display: block;
	width: 50px;
	height: 50px;
	background: url(https://www.centuryply.com/assets/img/icon-channel-partner.svg) no-repeat center #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	margin: 5px auto 0;
	cursor: pointer
}

.user-header .user-details .drop-down {
	position: absolute;
	top: 90%;
	right: 0;
	background-color: #ed1d24;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
	width: 325px;
	opacity: 0;
	visibility: visible;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

.user-header .user-details .drop-down::after {
	bottom: 100%;
	right: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(237, 29, 36, 0);
	border-bottom-color: #ed1d24;
	border-width: 10px
}

.user-header .user-details .drop-down .partner-details {
	position: relative;
	padding: 7px 0 20px 60px;
	margin-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.user-header .user-details .drop-down .partner-details::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(https://www.centuryply.com/assets/img/icon-channel-partner.svg) no-repeat center #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.user-header .user-details .drop-down .partner-details span {
	display: block
}

.user-header .user-details .drop-down .partner-details .name {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 5px
}

.user-header .user-details .drop-down .partner-details .email {
	font-size: 14px;
	line-height: 1
}

.user-header .user-details .drop-down .btn {
	border-color: #fff;
	color: #fff;
	padding: 10px 20px;
	min-width: auto;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px
}

.user-header .user-details .drop-down .btn:hover {
	background-color: #24344b;
	border-color: #24344b
}

.user-header .user-details .drop-down.active {
	top: 100%;
	opacity: 1;
	visibility: visible
}

.channel-row-1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 30px
}

.channel-row-1 .leader-box {
	background-color: #fff;
	width: 400px;
	padding: 80px 45px 30px 30px
}

.channel-row-1 .leader-box .heading-block {
	margin-bottom: 20px
}

.channel-row-1 .leader-box h5 {
	font-size: 16px;
	font-weight: 700;
	color: #373737;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase
}

.channel-row-1 .leader-box h6 {
	font-size: 14px;
	color: #373737;
	line-height: 1;
	font-style: italic;
	margin-bottom: 10px
}

.channel-row-1 .leader-box p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	color: #4c4b4b
}

.channel-row-1 .banner-block {
	width: 770px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.channel-row-1 .banner-block .channel-banner img {
	width: 100%
}

.channel-row-1 .banner-block .channel-banner .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center
}

.channel-row-1 .banner-block .channel-banner .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px
}

.channel-row-1 .banner-block .channel-banner .slick-dots li button {
	border: 2px solid #fff;
	background-color: transparent;
	width: 10px;
	height: 10px;
	font-size: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 0
}

.channel-row-1 .banner-block .channel-banner .slick-dots li.slick-active button {
	background-color: #ed1d24
}

.channel-row-2::after {
	content: "";
	clear: both;
	display: table
}

.channel-row-2 .left {
	float: left;
	width: 830px
}

.channel-row-2 .left [class*="column-"] {
	float: left
}

.channel-row-2 .left .column-half {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px
}

.channel-row-2 .left .column-half:nth-child(odd) {
	padding-left: 0
}

.channel-row-2 .left .column-half:nth-child(even) {
	padding-right: 0
}

.channel-row-2 .left .column-full {
	width: 100%
}

.channel-row-2 .left .channel-links a {
	display: block;
	color: #fff;
	background-color: #eee;
	padding: 20px
}

.channel-row-2 .left .channel-links a.bg-red {
	background-color: #ed1d24
}

.channel-row-2 .left .channel-links a.bg-blue {
	background-color: #24344b
}

.channel-row-2 .left .channel-links .img {
	display: inline-block;
	vertical-align: middle;
	width: 85px;
	height: 85px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.15);
	position: relative
}

.channel-row-2 .left .channel-links .img img {
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%
}

.channel-row-2 .left .channel-links .content {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px
}

.channel-row-2 .left .channel-links .content span {
	display: block;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase
}

.channel-row-2 .left .channel-links .content span.small {
	font-size: 16px
}

.channel-row-2 .left .channel-links .content span.big {
	font-size: 26px
}

.channel-row-2 .left .channel-news {
	background-color: #ed1d24;
	padding: 20px
}

.channel-row-2 .left .channel-news h2 {
	font-size: 26px;
	line-height: 1.4;
	text-transform: uppercase;
	padding-left: 45px;
	background: url(https://www.centuryply.com/assets/img/icon-news.svg) no-repeat left center;
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px
}

.channel-row-2 .left .channel-news ul {
	margin: 0 -15px;
	padding: 0;
	list-style: none
}

.channel-row-2 .left .channel-news ul li {
	padding-left: 15px;
	padding-right: 15px
}

.channel-row-2 .left .channel-news .news-box {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between
}

.channel-row-2 .left .channel-news .news-box .img {
	width: 155px
}

.channel-row-2 .left .channel-news .news-box .content {
	width: calc(100% - 175px);
	align-self: center;
	color: #fff
}

.channel-row-2 .left .channel-news .news-box .content p {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px
}

.channel-row-2 .left .channel-news .news-box .content a {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	border-bottom: 1px solid;
	color: rgba(255, 255, 255, 0.5)
}

.channel-row-2 .left .channel-news .news-box .content a:hover {
	color: #fff
}

.channel-row-2 .left .download-emailer {
	padding: 20px;
	background-color: #24344b
}

.channel-row-2 .left .download-emailer h2 {
	font-size: 26px;
	line-height: 1.4;
	text-transform: uppercase;
	padding-left: 45px;
	background: url(https://www.centuryply.com/assets/img/icon-download-emailer.svg) no-repeat left center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px
}

.channel-row-2 .right {
	float: right;
	width: 340px
}

.channel-row-2 .right .img-banners {
	position: relative
}

.channel-row-2 .right .img-banners .banner-band {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background-color: #ed1d24
}

.channel-row-2 .right .img-banners .banner-band::after {
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(237, 29, 36, 0);
	border-bottom-color: #ed1d24;
	border-width: 15px
}

.channel-row-2 .right .img-banners .banner-band h3 {
	color: #fff;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase
}

.channel-row-2 .right .img-banners .banner-band p {
	color: #fff;
	font-size: 14px
}

#scheme-popup,
#white-paper-popup,
#industry-popup {
	display: none
}

.fancybox-slide--html .fancybox-content.scheme-popup,
.fancybox-slide--html .fancybox-content.white-paper-popup,
.fancybox-slide--html .fancybox-content.industry-popup {
	width: 600px
}

.birthday-box {
	position: relative;
	margin-bottom: 30px
}

.birthday-box .birthday-slider .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	background-color: transparent;
	border: 0 none;
	width: 40px;
	height: 40px;
	font-size: 0;
	opacity: 0.2
}

.birthday-box .birthday-slider .slick-arrow:hover {
	opacity: 1
}

.birthday-box .birthday-slider .slick-arrow::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(https://www.centuryply.com/assets/img/arrow-left-product.svg) no-repeat center
}

.birthday-box .birthday-slider .slick-arrow.slick-prev {
	left: -40px
}

.birthday-box .birthday-slider .slick-arrow.slick-next {
	right: -40px
}

.birthday-box .birthday-slider .slick-arrow.slick-next::after {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.birthday-box img {
	width: 100%;
	display: block
}

.birthday-box .birthday-band {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #24344b;
	padding: 20px 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 1
}

.birthday-box .birthday-band::after {
	bottom: 100%;
	left: 50px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(36, 52, 75, 0);
	border-bottom-color: #24344b;
	border-width: 10px
}

.env-report {
	padding-bottom: 50px
}

.env-report ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap
}

.env-report ul li {
	width: 24%;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px
}

.env-report ul li h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px
}

.env-report ul li .icon-pdf {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background: url(https://www.centuryply.com/assets/img/icon-pdf.svg) no-repeat center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%
}

.beta {
	position: fixed;
	z-index: 9999999;
	top: 0;
	right: 0;
	width: 60px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

@media all and (max-width: 1500px) {
	.product-slider-section .product-thumbs .slick-arrow {
		background-color: #e9e9e9;
		opacity: 1
	}
	.product-slider-section .product-thumbs .slick-arrow.slick-prev {
		left: 0
	}
	.product-slider-section .product-thumbs .slick-arrow.slick-next {
		right: 0
	}
	.vision-mission .mission-block::after {
		width: 74px
	}
	.result-section .content .table-result td {
		font-size: 16px;
		font-weight: 500;
		padding: 15px 30px
	}
}

@media all and (max-width: 1300px) {
	.vision-mission .mission-block::after {
		display: none
	}
}

@media all and (max-width: 1200px) {
	.wrapper {
		max-width: 970px
	}
	.main-header .header-right .site-nav {
		margin-right: 0
	}
	#cssmenu>ul>li>a {
		padding-left: 15px;
		padding-right: 15px
	}
	#cssmenu>ul>li>ul {
		width: calc(100% + 85px)
	}
	.inner-banner .content h2 {
		font-size: 42px;
		letter-spacing: 0
	}
	.inner-banner-small .banner-content .content .text {
		font-size: 30px
	}
	.inner-banner-small .banner-content .content .text span {
		font-size: 50px;
		line-height: 1
	}
	.vision-mission .vision-block::after,
	.vision-mission .mission-block::after {
		display: none
	}
	.vision-mission .vision-block {
		padding-right: 30px
	}
	.vision-mission .vision-block::before {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		margin: auto;
		width: 1px;
		background-color: rgba(255, 255, 255, 0.1)
	}
	.vision-mission .mission-block {
		background-color: transparent
	}
	.vision-mission .mission-block p {
		line-height: 1.6
	}
	.main-footer .about-centuryply {
		width: 25%
	}
	.main-footer .about-centuryply img {
		max-width: 75%
	}
	.main-footer .links-block {
		width: 75%
	}
	.main-footer .links-block .column.column-1,
	.main-footer .links-block .column.column-2,
	.main-footer .links-block .column.column-3,
	.main-footer .links-block .column.column-4 {
		width: 25%
	}
	.about-us-content .certificates-section.before-content {
		display: none
	}
	.about-us-content .certificates-section.after-content {
		display: block;
		margin: 50px auto 0;
		float: none
	}
	.milestones .timeline ul li:last-child::after {
		right: -1px
	}
	.int-opt .int-opt-box .left,
	.int-opt .int-opt-box .right {
		display: block;
		width: 100%
	}
	.int-opt .int-opt-box .left {
		margin-bottom: 30px
	}
	.int-opt .int-opt-box .left img {
		display: block;
		margin: 0 auto
	}
	.int-opt .int-opt-box .right {
		padding-left: 0
	}
	.int-opt .int-opt-box .right ul li {
		margin-top: 0;
		width: 25%
	}
	.ins-div ul li .ins-name {
		height: 65px;
		font-size: 20px;
		padding-top: 20px
	}
	.ins-div ul li .ins-name::after {
		padding-top: 20px
	}
	.media-videos .videos-listing {
		width: 600px
	}
	.media-videos .videos-listing ul li {
		width: 285px;
		margin: 0 10px 10px 0
	}
	.media-videos .videos-listing .video-scroll {
		max-height: 650px
	}
	.media-videos .press-block {
		width: 330px
	}
	.release-listing ul {
		height: 610px
	}
	.news-block .form-block .field {
		width: 200px
	}
	.media-contact .media-contact-block .left {
		width: 370px
	}
	.media-contact .media-contact-block .right {
		width: 600px
	}
	.media-contact .media-contact-block .info.address {
		max-width: 80%
	}
	.investors-box .list-investors {
		width: 300px
	}
	.investors-box .list-investors li {
		line-height: 1.2;
		padding: 15px 40px 16px 15px
	}
	.investors-box .investors-detail-block {
		width: 660px
	}
	.investors-box .investors-detail-block .tabbed-content {
		max-height: 620px
	}
	.reports-and-stock .reports-block {
		float: none;
		width: 100%;
		margin-bottom: 0
	}
	.reports-and-stock .stock-block {
		float: none;
		margin: 0 auto;
		display: none
	}
	.shareholder-contact .shareholders-details .left {
		width: 450px
	}
	.shareholder-contact .shareholders-details .right {
		width: 500px
	}
	.shareholder-contact .shareholders-details .right iframe {
		height: 490px
	}
	.life-at-century .content {
		float: none;
		width: 100%;
		padding-top: 0;
		text-align: center
	}
	.life-at-century .content h2 span {
		display: inline-block
	}
	.life-at-century .content p {
		max-width: 85%;
		margin: 0 auto
	}
	.life-at-century .img {
		float: none;
		margin: 30px auto 0
	}
	.openings-section .left {
		width: 320px
	}
	.openings-section .right {
		width: 630px;
		padding: 15px
	}
	.openings-section .form textarea.form-control {
		height: 210px
	}
	.contact-info-container .info-block {
		width: 350px
	}
	.contact-info-container .info-block .col-6 {
		width: 100%;
		margin-bottom: 20px
	}
	.contact-info-container .info-block .col-6:last-child {
		margin-bottom: 0
	}
	.branch-locator .form {
		margin: 0 0 20px
	}
	.branch-locator .form .field {
		width: 245px
	}
	.branch-locator .locations-list {
		padding: 0
	}
	.customer-care .call-numbers .toll-free .content {
		width: 305px
	}
	.customer-care .call-numbers .toll-free .content span.number {
		font-size: 42px
	}
	.customer-care .call-numbers .sms .content {
		width: 305px
	}
	.customer-care .call-numbers .sms .content span.number {
		font-size: 42px
	}
	.insp-detail .in-1 .in-1-left {
		width: 300px
	}
	.insp-detail .in-1 .in-1-right {
		width: 650px
	}
	.insp-detail .in-1 .in-1-right h2 {
		margin-top: 15px
	}
	.insp-detail .in-2 .in-2-left {
		width: 330px;
		padding: 40px 30px 0 0
	}
	.insp-detail .in-2 .in-2-right {
		width: 600px
	}
	.insp-detail .in-2 .in-2-right img {
		width: 49%;
		margin-right: 2%
	}
	.insp-detail .in-3 .in3-left {
		width: 600px
	}
	.insp-detail .in-3 .in3-left img {
		width: 49%;
		margin-right: 2%
	}
	.insp-detail .in-3 .in3-right {
		width: 330px;
		padding: 40px 0 0 30px
	}
	.insp-detail .video-div iframe {
		height: 410px
	}
	.product-slider-section .product-description .description-box .img {
		width: 450px
	}
	.product-slider-section .product-description .description-box .img img.product-logo {
		width: 240px
	}
	.product-slider-section .product-description .description-box .content {
		width: 510px
	}
	.product-slider-section .product-description .description-box .content .pr-content {
		max-height: 270px
	}
	.fancybox-slide--html .fancybox-content.tech-spec-popup {
		width: 900px;
		padding: 30px
	}
	.block-specification .specification-list {
		margin-left: -15px;
		margin-right: -15px
	}
	.block-specification .specification-list li {
		padding-left: 15px;
		padding-right: 15px
	}
	.block-size .content {
		padding: 0 0 0 30px
	}
	.why-centuryply .img {
		width: 460px
	}
	.why-centuryply .content {
		width: 440px
	}
	.blog-page .row {
		margin-left: -15px;
		margin-right: -15px
	}
	.blog-page [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px
	}
	.new-dealer-form .form-block {
		padding: 0
	}
	.color-filter-block .color-filter {
		width: 330px
	}
	.color-filter-block .color-filter .normal-filters {
		padding: 15px 10px
	}
	.color-filter-block .color-filter .normal-filters label {
		display: block;
		margin: 0 10px 10px 0
	}
	.color-filter-block .color-filter .normal-filters .filters-right .filter.filter-1 {
		width: 145px
	}
	.color-filter-block .color-filter .colors-scroller {
		width: 70px;
		max-height: 335px
	}
	.color-filter-block .color-filter .colors-scroller .mCSB_scrollTools {
		width: 5px
	}
	.color-filter-block .color-filter .colors-list li {
		width: 45px;
		height: 45px;
		border-width: 3px;
		margin-bottom: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px
	}
	.color-filter-block .color-filter .color-shades {
		width: 260px;
		padding: 10px
	}
	.color-filter-block .color-filter .color-shades .shades-box {
		max-height: 315px
	}
	.color-filter-block .color-filter .color-shades ul li div {
		width: 100%;
		height: 75px
	}
	.color-filter-block .final-img-block {
		width: 620px
	}
}

@media all and (max-width: 999px) {
	.wrapper {
		padding: 0 20px
	}
	.pre-header ul {
		text-align: center;
		padding: 10px 0
	}
	.pre-header ul li {
		display: none
	}
	.pre-header ul li.phone {
		display: inline-block
	}
	.pre-header ul li.phone a {
		font-size: 20px;
		line-height: 1.2;
		color: #fff;
		font-weight: 500;
		background: url(https://www.centuryply.com/assets/img/icon-phone-header.svg) no-repeat left center;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		margin-top: 0;
		width: auto;
		height: auto;
		padding: 0 0 0 30px
	}
	.pre-header ul li.sms {
		display: inline-block;
		margin-right: 0
	}
	.pre-header ul li.sms a {
		font-size: 20px;
		line-height: 1.2;
		color: #fff;
		font-weight: 500;
		background: url(https://www.centuryply.com/assets/img/icon-sms-header.svg) no-repeat left center;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		margin-top: 0;
		width: auto;
		height: auto;
		padding: 0 0 0 35px
	}
	.main-header {
		background-color: #ed1d24;
		padding: 10px 0
	}
	.main-header .logo {
		padding: 0;
		width: 100px
	}
	.main-header .logo img.logo-desktop {
		display: none
	}
	.main-header .logo img.logo-mobile {
		display: block;
		width: auto
	}
	.main-header .header-right {
		padding-top: 15px
	}
	.main-header .header-right .site-nav {
		float: right;
		font-size: 0;
		margin-left: 10px
	}
	.main-header .header-right .searchings {
		padding-top: 2px
	}
	.main-header .header-right .searchings a {
		width: 20px;
		height: 20px
	}
	.main-header .header-right .searchings a.text-search {
		background-image: url(https://www.centuryply.com/assets/img/icon-search.svg);
		-webkit-background-size: auto 100%;
		background-size: auto 100%
	}
	.main-header .header-right .searchings a:hover {
		background-color: transparent
	}
	.main-header .header-right .searchings button {
		width: 35px;
		height: 20px;
		margin-left: 10px
	}
	.main-header .header-right .searchings button::after {
		background-color: #fff
	}
	.main-header .header-right .searchings button img {
		height: 100%
	}
	.main-header.fixed {
		-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.3)
	}
	.main-header.fixed .logo {
		padding: 0
	}
	.main-header.fixed .header-right .searchings {
		padding-top: 1px
	}
	.products-menu {
		display: none
	}
	.section-logos ul {
		padding: 0 50px
	}
	.section-logos ul li {
		display: block
	}
	.section-logos .slick-arrow.slick-prev {
		left: 0
	}
	.section-logos .slick-arrow.slick-next {
		right: 0
	}
	.main-footer {
		display: none
	}
	.copyright-footer {
		text-align: center
	}
	.copyright-footer .copyrights,
	.copyright-footer .credits {
		float: none
	}
	.copyright-footer .copyrights {
		margin-bottom: 15px;
		font-size: 0
	}
	.copyright-footer .copyrights span {
		font-size: 12px;
		line-height: 1.6;
		display: block
	}
	img.img-right {
		max-width: 50%
	}
	.inner-banner-small .banner-content .content .text span {
		font-size: 36px
	}
	.vision-mission .mission-block {
		padding-left: 70px
	}
	.shareholder-contact {
		padding-bottom: 0
	}
	.shareholder-contact .shareholders-details {
		margin-top: 0
	}
	.shareholder-contact .shareholders-details .left,
	.shareholder-contact .shareholders-details .right {
		float: none;
		width: 100%
	}
	.shareholder-contact .shareholders-details .left::after,
	.shareholder-contact .shareholders-details .right::after {
		content: "";
		clear: both;
		display: table
	}
	.shareholder-contact .shareholders-details .right {
		margin-top: 30px
	}
	.shareholder-contact .shareholders-details .right iframe {
		height: 350px
	}
	.shareholder-contact .shareholders-details .shareholder {
		float: left;
		width: 49%;
		margin-right: 2%;
		padding: 20px
	}
	.shareholder-contact .shareholders-details .shareholder:last-child {
		margin-right: 0
	}
	.shareholder-contact .shareholders-details .shareholder ul li {
		display: block;
		padding-right: 0;
		width: 100%;
		margin-bottom: 15px
	}
	.shareholder-contact .shareholders-details .shareholder ul li.address,
	.shareholder-contact .shareholders-details .shareholder ul li .fax {
		padding-right: 0
	}
	.shareholder-contact .shareholders-details .shareholder ul li:nth-last-of-type(2) {
		margin-bottom: 15px
	}
	.investors-box .list-investors {
		width: 33%
	}
	.investors-box .investors-detail-block {
		width: 66%;
		padding: 10px
	}
	.investors-box .investors-detail-block .tabbed-content {
		max-height: 675px
	}
	.life-at-century .img {
		width: auto
	}
	.slide-wrap {
		width: 100%;
		height: 415px
	}
	.slide-wrap .pos2,
	.slide-wrap .pos4 {
		width: 460px;
		height: 350px
	}
	.slide-wrap .pos3 {
		width: 545px;
		height: 415px
	}
	.openings-section .left,
	.openings-section .right {
		float: none;
		width: 100%
	}
	.openings-section .right {
		margin-top: 50px
	}
	.text-testimonials ul li {
		width: 50%
	}
	.text-testimonials .testimonial-box {
		padding: 20px;
		min-height: 290px
	}
	.text-testimonials .testimonial-box .author {
		bottom: 20px
	}
	.faq-content .row {
		margin-left: -7px;
		margin-right: -7px
	}
	.faq-content [class*="col-"] {
		padding-left: 7px;
		padding-right: 7px
	}
	.blog-page .row {
		margin-left: 0;
		margin-right: 0
	}
	.blog-page [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
		float: none
	}
	.blog-page .col-8 {
		width: 100%;
		border-right: 0 none
	}
	.blog-page .col-6 {
		width: 100%
	}
	.blog-page .col-4 {
		display: none
	}
	.blog-detail-content .post-meta li {
		font-size: 14px;
		line-height: 1.2
	}
	.why-centuryply .img {
		width: 350px
	}
	.why-centuryply .content {
		width: 85%;
		text-align: center;
		margin-top: 30px
	}
	.why-centuryply .content .heading-block {
		margin-bottom: 10px
	}
	.why-centuryply .content .heading-block.left {
		text-align: center
	}
	.partners-login .royal-club {
		padding-right: 30px
	}
	.partners-login .club-one {
		padding-left: 30px
	}
	.new-dealer-form .form-block .col-4,
	.new-dealer-form .form-block .col-8 {
		width: 50%
	}
	.contact-info-container .info-block,
	.contact-info-container .map-block {
		width: 100%;
		float: none
	}
	.contact-info-container .info-block .col-6 {
		width: 50%
	}
	.contact-info-container .address-box {
		padding: 20px
	}
	.branch-locator .form {
		background-color: transparent;
		padding: 0
	}
	.branch-locator .form .field {
		width: 180px
	}
	.branch-locator .locations-list ul li {
		width: 50%
	}
	.branch-locator .address-box {
		padding: 20px
	}
	.contact-form .form {
		padding: 0
	}
	.customer-care .call-numbers .toll-free,
	.customer-care .call-numbers .sms {
		float: none;
		width: 100%
	}
	.visualizer-list .image {
		float: none;
		width: 100%
	}
	.visualizer-list .visualizer-logo {
		width: 250px;
		padding: 50px 20px
	}
	.visualizer-list .visualizer-logo .btn {
		font-size: 14px;
		padding: 10px 20px;
		min-width: auto
	}
	.products-list {
		margin-top: 0;
		padding-top: 0
	}
	.products-list ul {
		margin: 0 -10px
	}
	.products-list ul li {
		padding: 0 10px
	}
	.products-list .product-box .pr-details .pr-title {
		padding: 15px;
		font-size: 20px;
		margin-top: -75px
	}
	.products-list .product-box .pr-details p {
		min-height: 75px
	}
	.product-slider-section {
		padding-bottom: 0
	}
	.product-slider-section .product-thumbs {
		margin: 0 -5px 30px
	}
	.product-slider-section .product-thumbs .slick-slide {
		padding: 0 5px
	}
	.product-slider-section .product-description .description-box {
		text-align: center;
		padding-bottom: 0
	}
	.product-slider-section .product-description .description-box .img {
		width: 400px
	}
	.product-slider-section .product-description .description-box .content {
		padding-left: 0;
		margin-top: 30px;
		width: 100%
	}
	.details-page .fixed-navbar {
		display: none !important
	}
	.block-usp .usp-list {
		margin-bottom: 0
	}
	.block-usp .usp-list li {
		margin-bottom: 20px;
		width: 25%
	}
	.block-usp .usp-list li .img::after {
		display: none
	}
	.block-usp a.btn {
		margin-bottom: 20px
	}
	.tech-spec-popup {
		margin-top: 0
	}
	.tech-spec-popup .heading-block {
		margin-bottom: 20px
	}
	.tech-spec-popup ul li {
		width: 100%;
		margin-right: 0
	}
	.tech-spec-popup ul li strong {
		width: 35%
	}
	.tech-spec-popup ul li span {
		width: calc(100% - 36%)
	}
	.border-bottom {
		padding-bottom: 30px
	}
	.block-specification .specification-list li .specification-box {
		padding: 30px
	}
	.block-specification .specification-list li .specification-box h5 {
		font-size: 20px
	}
	.block-size .img {
		background: none;
		padding-bottom: 0;
		width: 35%
	}
	.block-size .img img {
		margin-left: 0
	}
	.block-size .content {
		width: 64%
	}
	.inner-banner .content h2 {
		font-size: 34px
	}
	.ins-div ul li {
		width: 50%
	}
	.calculator-section .form-block {
		max-width: 65%
	}
	.calculator-section .form-block h2,
	.calculator-section .form-block h3 {
		font-size: 24px
	}
	.result-section .img,
	.result-section .content {
		float: none
	}
	.result-section .img {
		width: 65%;
		margin: auto;
		padding-top: 30px
	}
	.result-section .content {
		width: 100%;
		padding: 30px 0
	}
	.result-section .content .head {
		margin-bottom: 15px
	}
	.zoomContainer {
		display: none !important
	}
	.color-filter-block .color-filter,
	.color-filter-block .final-img-block {
		width: 100%;
		float: none
	}
	.color-filter-block .color-filter {
		margin-bottom: 20px
	}
	.color-filter-block .color-filter .normal-filters label {
		margin: 7px 10px 0 0
	}
	.color-filter-block .color-filter .normal-filters .filters-right {
		float: left
	}
	.color-filter-block .color-filter .colors-scroller {
		width: auto;
		max-height: none;
		padding: 0 0 10px;
		float: none;
		background-color: #fff;
		margin: 0 10px
	}
	.color-filter-block .color-filter .colors-scroller .mCSB_scrollTools {
		width: 100%;
		bottom: 0;
		height: 4px
	}
	.color-filter-block .color-filter .colors-scroller .mCSB_scrollTools .mCSB_scrollTools_horizontal {
		height: 100%
	}
	.color-filter-block .color-filter .colors-list::after {
		content: "";
		clear: both;
		display: table
	}
	.color-filter-block .color-filter .colors-list li {
		float: left;
		margin-right: 5px;
		margin-bottom: 0;
		width: 60px;
		height: 60px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px
	}
	.color-filter-block .color-filter .colors-list li:last-child {
		margin-right: 0
	}
	.color-filter-block .color-filter .color-shades {
		width: 100%;
		float: none
	}
	.color-filter-block .color-filter .color-shades ul .mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.color-filter-block .color-filter .color-shades ul .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
		bottom: 0
	}
	.color-filter-block .color-filter .color-shades ul .mCSB_scrollTools.mCSB_scrollTools_horizontal {
		height: 4px
	}
	.color-filter-block .color-filter .color-shades ul::after {
		content: "";
		clear: both;
		display: table
	}
	.color-filter-block .color-filter .color-shades ul li {
		float: left;
		margin-bottom: 10px;
		width: 100px
	}
	.color-filter-block .color-filter .color-shades .shades-box {
		max-height: none;
		left: 0;
		right: 0
	}
	.catalogue-page .catalouge-row {
		padding: 20px 0 0
	}
	.catalogue-page .catalouge-row .row {
		margin-left: -5px;
		margin-right: -5px
	}
	.catalogue-page .catalouge-row [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px
	}
	.catalouge-list {
		margin-top: 15px
	}
	.media-videos .heading-block {
		margin-bottom: 15px
	}
	.media-videos .heading-block h3 {
		font-size: 24px
	}
	.media-videos .videos-listing {
		width: 370px
	}
	.media-videos .videos-listing ul li {
		width: 98%;
		margin: 0 0 10px
	}
	.media-videos .videos-listing ul li .video-thumb-box span.name {
		min-height: auto
	}
	.tools-page .tools-list li .tools-box h3 {
		min-height: 50px
	}
	.tools-page .tools-list li .tools-box a {
		padding: 30px 20px
	}
	.channel-row-1 {
		flex-direction: column
	}
	.channel-row-1 .leader-box {
		width: 100%;
		padding: 20px
	}
	.channel-row-1 .banner-block {
		width: 100%
	}
	.channel-row-2 .left {
		float: none;
		width: 100%
	}
	.channel-row-2 .left::after {
		content: "";
		clear: both;
		display: table
	}
	.channel-row-2 .left .column-half {
		padding: 0 5px;
		margin-bottom: 10px
	}
	.channel-row-2 .left .channel-links a {
		padding: 15px
	}
	.channel-row-2 .left .channel-links .img {
		width: 65px;
		height: 65px
	}
	.channel-row-2 .left .channel-links .img img {
		max-width: 50%;
		max-height: 50%
	}
	.channel-row-2 .left .channel-links .content span.big {
		font-size: 24px
	}
	.channel-row-2 .left .channel-news .news-box .img {
		width: 140px
	}
	.channel-row-2 .left .channel-news .news-box .content {
		width: calc(100% - 155px)
	}
	.channel-row-2 .right {
		float: none;
		width: 100%;
		max-width: 350px;
		margin: 0 auto
	}
	.birthday-box {
		padding: 0 30px
	}
	.birthday-box .birthday-band {
		padding: 10px 15px
	}
}

@media all and (max-width: 767px) {
	.site-header.zindx {
		z-index: 9999999999
	}
	.enquiry-form-mobile .enquiry-form {
		height: 80vh;
		overflow: auto
	}
	.enquiry-form-mobile .enquiry-form .close {
		right: 5px;
		top: 5px
	}
	.wrapper {
		padding: 0 10px
	}
	.tech-spec-popup ul li {
		width: 100%;
		margin-right: 0%
	}
	.tech-spec-popup ul li p {
		overflow: hidden;
		clear: both
	}
	.section-header {
		margin-bottom: 30px
	}
	.heading {
		font-size: 26px
	}
	.btn {
		min-width: auto;
		padding: 15px 20px
	}
	.main-header .logo img.logo-mobile {
		height: 45px
	}
	.main-header .header-right {
		padding-top: 10px
	}
	.section-logos ul li::after {
		display: none
	}
	.inner-banner-small,
	.breadcrumb {
		display: none
	}
	.inner-banner-small.mobile {
		display: block
	}
	.about-us-content {
		padding: 30px 0
	}
	.about-us-content .certificates-section {
		width: 100%
	}
	.about-us-content .certificates-section h3 {
		font-size: 26px;
		line-height: 1.2;
		top: 20px
	}
	.about-us-content .certificates-section .certi-slider .img-certificate {
		padding: 90px 0 40px
	}
	.about-us-content .certificates-section .certi-slider .slick-slide img {
		width: 75%;
		margin: 0 auto
	}
	.about-us-content .certificates-section .certi-slider .slick-dots {
		bottom: 20px
	}
	.heading-block {
		margin-bottom: 15px
	}
	.heading-block h3 {
		font-size: 26px
	}
	.heading-block p {
		margin: 10px auto 0;
		max-width: 100%;
		font-size: 14px
	}
	.milestones {
		padding: 30px 0
	}
	.milestones .heading-block h3 span {
		display: block
	}
	.milestones .timeline ul::before {
		margin: 0;
		left: 17px
	}
	.milestones .timeline ul li {
		padding-left: 50px;
		padding-right: 0;
		float: none;
		width: 100%
	}
	.milestones .timeline ul li::before {
		left: 0;
		right: auto
	}
	.milestones .timeline ul li .timeline-box::after {
		-webkit-transform: scale(-1, 1);
		-moz-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		transform: scale(-1, 1);
		left: auto;
		right: 100%
	}
	.milestones .timeline ul li:nth-child(2n) {
		padding-left: 50px
	}
	.milestones .timeline ul li:nth-child(2n)::before {
		left: 0
	}
	.milestones .timeline ul li:nth-child(2n) .timeline-box {
		-webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
		box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1)
	}
	.vision-mission .vision-block,
	.vision-mission .mission-block {
		float: none;
		width: 100%
	}
	.vision-mission .vision-block {
		padding-right: 0
	}
	.vision-mission .vision-block::before {
		width: 100%;
		top: auto;
		left: 0;
		height: 1px
	}
	.vision-mission .mission-block {
		text-align: left;
		min-height: auto;
		padding-left: 0
	}
	.int-opt .int-opt-box .right ul li {
		display: block;
		width: 100%;
		margin-bottom: 20px
	}
	.int-opt .int-opt-box .right ul li:nth-child(2n) {
		padding-left: 0
	}
	.int-opt .int-opt-box .right ul li:last-child {
		margin-bottom: 0
	}
	.int-opt .int-opt-box .right ul li .img {
		height: auto;
		margin-bottom: 10px
	}
	.story-block .stories-container .stories-box {
		float: none;
		width: 100%;
		padding: 20px
	}
	.story-block .stories-container .stories-box:nth-child(even) {
		background-color: transparent
	}
	.story-block .stories-container .stories-box:nth-child(3n) {
		background-color: #f5f5f5
	}
	.section-product-range {
		padding: 30px 0
	}
	.section-product-range .section-header {
		margin-bottom: 15px
	}
	.products-block ul {
		text-align: center
	}
	.products-block ul::before {
		display: none
	}
	.products-block ul li {
		padding: 0;
		margin-bottom: 0;
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0;
		margin-right: 20px
	}
	.products-block ul li:last-child {
		margin-bottom: 0
	}
	.products-block ul li::before,
	.products-block ul li::after {
		display: none
	}
	.products-block ul .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.products-block ul .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
		height: 4px
	}
	.products-block ul .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
		background-color: #fff
	}
	.products-block ul .mCSB_horizontal.mCSB_inside>.mCSB_container {
		margin-bottom: 15px
	}
	.products-block .tabs-block,
	.products-block .content-block,
	.products-block .tabbed-content .img-block {
		float: none;
		width: 100%
	}
	.products-block .tabs-block {
		font-size: 0;
		margin-bottom: 20px
	}
	.products-block .tabbed-content .img-block {
		margin-right: 0
	}
	.pr-buttons {
		margin-bottom: 15px
	}
	.section-tools {
		padding: 30px 0 10px
	}
	.section-tools .section-header .heading span {
		display: block
	}
	.section-tools .row {
		margin-left: -5px;
		margin-right: -5px
	}
	.section-tools [class*="col-"] {
		padding: 0 5px;
		float: left;
		width: 50%
	}
	.section-tools .tool-box {
		margin-bottom: 10px
	}
	.shop-now-slider {
		margin: 0;
		padding: 0 50px
	}
	.shop-now-slider .slick-slide {
		padding: 0
	}
	.shop-now-slider .slick-arrow {
		width: 40px;
		height: 40px
	}
	.shop-now-slider .slick-arrow::after {
		width: 10px;
		height: 20px;
		-webkit-background-size: 21px auto;
		background-size: 21px auto
	}
	.shop-now-slider .slick-arrow.slick-prev {
		left: 0
	}
	.shop-now-slider .slick-arrow.slick-next {
		right: 0
	}
	.professional-section {
		padding: 30px 0
	}
	.professional-section h2 {
		margin-bottom: 30px
	}
	.professional-section h2 span {
		display: block
	}
	.professional-section ul {
		margin: 0 -5px 30px
	}
	.professional-section ul li {
		width: 33.33%;
		padding: 0 5px
	}
	.professional-section .content {
		padding: 20px 0;
		background-color: rgba(255, 255, 255, 0.05);
		min-height: 155px
	}
	.professional-section .content img {
		width: 60px;
		margin-bottom: 10px
	}
	.professional-section .content h3 {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 1.2
	}
	.section-blogs {
		padding: 30px 0
	}
	.blogs-slider {
		margin: 0
	}
	.blogs-slider .slick-slide {
		padding: 0
	}
	.blogs-slider .slick-dots {
		margin-top: 20px
	}
	.blogs-slider .blog-box {
		margin: 0 30px
	}
	.blogs-slider .blog-box .content {
		padding: 15px 20px
	}
	.blogs-slider .blog-box .content h3 {
		font-size: 15px;
		font-weight: 400;
		text-transform: none
	}
	.search-popup {
		background-color: rgba(36, 52, 75, 0.97)
	}
	.search-popup .close {
		top: auto;
		left: 0;
		right: 0;
		bottom: 30px;
		display: block;
		margin: auto
	}
	.search-popup .search-block {
		top: 0;
		margin-top: 30px;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
	.search-popup .search-block .search-fields .search-field {
		height: 40px;
		padding-right: 90px;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0
	}
	.search-popup .search-block .search-fields .search-button {
		width: 40px;
		right: 40px;
		-webkit-background-size: auto 18px;
		background-size: auto 18px
	}
	.search-popup .search-block .search-fields .voice-search {
		width: 40px;
		-webkit-background-size: auto 20px;
		background-size: auto 20px
	}
	.search-popup .search-block .popular label,
	.search-popup .search-block .popular ul {
		float: none
	}
	.search-popup .search-block .popular label {
		margin-right: 0;
		display: block;
		margin-bottom: 5px
	}
	.search-popup .search-block .popular ul li {
		margin-right: 20px;
		margin-bottom: 20px
	}
	.inner-banner {
		margin-bottom: 30px
	}
	.inner-banner .content {
		width: 100%;
		max-width: 100%
	}
	.inner-banner .content h2 {
		padding-bottom: 0;
		margin-bottom: 0;
		font-size: 26px
	}
	.inner-banner .content h2::after {
		display: none
	}
	.inner-banner .content p {
		display: none
	}
	.inner-banner .content a {
		margin-top: 15px;
		padding: 10px 20px
	}
	.ins-div {
		padding: 0
	}
	.ins-div ul {
		margin: 0 -5px
	}
	.ins-div ul li {
		padding: 0 5px
	}
	.ins-div ul li a::after {
		display: none
	}
	.ins-div ul li .ins-name {
		height: auto;
		font-size: 14px;
		padding: 10px 20px;
		width: 100%;
		top: 50%;
		left: 50%;
		right: auto;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 80%
	}
	.ins-div ul li .ins-name ::after {
		padding-top: 10px
	}
	.details-header h2 {
		font-size: 26px
	}
	.details-header p {
		font-size: 14px;
		margin-top: 10px;
		max-width: 100%
	}
	.insp-detail {
		padding: 30px 0
	}
	.insp-detail .in-1 .in-1-left,
	.insp-detail .in-1 .in-1-right {
		float: none;
		width: 100%
	}
	.insp-detail .in-1 .in-1-right {
		padding: 20px 0 0;
		background-color: transparent
	}
	.insp-detail .in-1 .in-1-right h2 {
		font-size: 24px;
		margin: 10px 0 5px
	}
	.insp-detail .in-2 .in-2-left,
	.insp-detail .in-2 .in-2-right {
		float: none;
		width: 100%
	}
	.insp-detail .in-2 .in-2-left {
		padding: 0;
		margin-bottom: 20px
	}
	.insp-detail .in-2 .in-2-left h2 {
		margin: 0 0 5px;
		font-size: 24px
	}
	.insp-detail .in-2 .in-2-right .ins-combination {
		float: none;
		margin: 0 0 20px
	}
	.insp-detail .in-2 .in-2-right .ins-combination img {
		float: none;
		width: 100%;
		margin-right: 0
	}
	.insp-detail .in-2 .in-2-right .ins-combination img:last-child {
		margin-bottom: 0
	}
	.insp-detail .video-div a span {
		padding-top: 60px;
		-webkit-background-size: 50px auto;
		background-size: 50px auto;
		font-weight: 400
	}
	.insp-detail .video-div iframe {
		height: 100%
	}
	.insp-detail .in-3 .in3-left,
	.insp-detail .in-3 .in3-right {
		float: none;
		width: 100%
	}
	.insp-detail .in-3 .in3-left .ins-combination {
		float: none;
		margin: 0 0 20px
	}
	.insp-detail .in-3 .in3-left .ins-combination img {
		float: none;
		width: 100%;
		margin-right: 0
	}
	.insp-detail .in-3 .in3-left .ins-combination img:last-child {
		margin-bottom: 0
	}
	.insp-detail .in-3 .in3-right {
		padding: 0
	}
	.insp-detail .in-3 .in3-right h2 {
		font-size: 24px;
		margin: 20px 0 5px
	}
	.insp-detail .in-3 .in3-right .ins-combination {
		float: none;
		margin: 0 0 20px
	}
	.insp-detail .in-3 .in3-right .ins-combination img {
		float: none;
		width: 100%;
		margin-right: 0
	}
	.insp-detail .in-3 .in3-right .ins-combination img:last-child {
		margin-bottom: 0
	}
	.products-container,
	.details-page,
	.distributor-page {
		padding-top: 30px
	}
	.products-list ul {
		margin: 0
	}
	.products-list ul li {
		padding: 0;
		float: none;
		width: 100%
	}
	.products-list .product-box .pr-details {
		padding: 50px 20px 20px
	}
	.products-list .product-box .pr-details p {
		min-height: auto
	}
	.product-slider-section {
		padding-bottom: 0
	}
	.product-slider-section .product-description .description-box .content,
	.product-slider-section .product-description .description-box .img {
		display: block;
		width: 100%
	}
	.product-slider-section .product-description .description-box .img img.product-logo {
		width: 150px
	}
	.product-slider-section .product-description .description-box .content {
		text-align: left
	}
	.product-slider-section .product-description .description-box .content h3 {
		font-size: 24px;
		margin-bottom: 10px
	}
	.distributor-page .heading-block {
		padding: 0 10px
	}
	.distributor-page .heading-block h3 span {
		display: block
	}
	.distributors-form {
		margin: 0 10px 30px;
		padding: 15px 5px
	}
	.distributors-form ul {
		margin: 0 -5px;
		text-align: center
	}
	.distributors-form ul li {
		padding: 0 5px;
		margin-right: 0;
		width: 50%
	}
	.distributors-form ul li:last-child {
		width: 100%
	}
	.distributors-form ul li .field {
		margin-bottom: 10px
	}
	.distributors-form ul li select {
		width: 100%;
		height: 40px
	}
	.distributors-form ul li button {
		min-width: auto;
		width: 100%;
		padding: 15px
	}
	.locations-list ul {
		margin: 0
	}
	.locations-list ul li {
		padding: 0;
		width: 100%
	}
	.locations-list .location-box {
		padding: 20px
	}
	.locations-list .location-box h5 {
		font-size: 15px;
		margin-bottom: 10px
	}
	.calculator-section .form-block {
		max-width: 100%
	}
	.calculator-section .form-block h2 {
		font-size: 20px
	}
	.calculator-section .form-block select {
		border: 1px solid #e0e0e0;
		height: 40px;
		padding: 0 10px;
		font-size: 16px -2;
		color: #747373
	}
	.result-section .img {
		width: 100%
	}
	.result-section .content .head {
		font-size: 16px
	}
	.result-section .content .table-result {
		display: block;
		width: 100%;
		text-align: left;
		background-color: transparent;
		-webkit-box-shadow: 0 0 0 transparent;
		-moz-box-shadow: 0 0 0 transparent;
		box-shadow: 0 0 0 transparent
	}
	.result-section .content .table-result thead tr.hide-mobile {
		display: none
	}
	.result-section .content .table-result thead,
	.result-section .content .table-result tbody,
	.result-section .content .table-result tr,
	.result-section .content .table-result td,
	.result-section .content .table-result th {
		display: block;
		width: 100%
	}
	.result-section .content .table-result tbody tr {
		margin-bottom: 10px;
		background-color: #fff
	}
	.result-section .content .table-result tbody tr td {
		padding: 15px 15px 15px 150px;
		position: relative;
		border-right: 0 none
	}
	.result-section .content .table-result tbody tr td::before {
		position: absolute;
		content: attr(data-label);
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		background-color: #24344b;
		padding: 15px;
		font-size: 16px;
		line-height: 1;
		color: #fff;
		text-transform: uppercase;
		width: 130px;
		text-align: right
	}
	.result-section .content .table-result tbody tr:last-child td {
		border-bottom: 1px solid #e0e0e0
	}
	.color-filter-block .color-filter .normal-filters label {
		margin: 0 0 10px
	}
	.color-filter-block .color-filter .normal-filters select {
		border: 1px solid #e0e0e0;
		height: 40px;
		padding: 0 10px;
		font-size: 14px;
		color: #747373;
		background: url(https://www.centuryply.com/assets/img/dropdown-arrow.png) no-repeat 95% center #fff
	}
	.color-filter-block .final-img-block .overlay .left {
		font-size: 14px
	}
	.product-visualizer {
		padding: 0 0 30px
	}
	.visualizer-page {
		padding: 30px 0
	}
	.visualizer-list ul li {
		margin: 30px 0
	}
	.visualizer-list ul li:nth-of-type(2n) .visualizer-logo {
		left: auto;
		right: auto
	}
	.visualizer-list ul li:nth-of-type(2n) .image {
		float: none
	}
	.visualizer-list .visualizer-logo {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		padding: 10px;
		text-align: center;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	.visualizer-list .visualizer-logo img {
		width: 175px;
		display: block
	}
	.visualizer-list .image img {
		border: 0 none
	}
	.catalogue-page {
		padding: 30px 0
	}
	.catalogue-page .catalouge-row {
		padding: 20px 0 0
	}
	.catalogue-page .catalouge-row .row {
		margin-left: -5px;
		margin-right: -5px
	}
	.catalogue-page .catalouge-row [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px
	}
	.catalogue-page .catalouge-row .col-4 {
		width: 50%
	}
	.catalouge-section {
		margin-bottom: 30px
	}
	.catalouge-list {
		margin-top: 0
	}
	.catalouge-list ul .slick-dots {
		margin-top: 10px
	}
	.contact-info-container {
		padding: 30px 0
	}
	.contact-info-container .info-block .row {
		margin-left: 0;
		margin-right: 0
	}
	.contact-info-container .info-block [class*="col-"] {
		padding-left: 0;
		padding-right: 0
	}
	.contact-info-container .info-block .col-6 {
		width: 100%
	}
	.contact-info-container .map-block {
		margin-top: 20px
	}
	.branch-locator {
		padding: 30px 0
	}
	.branch-locator .form .field {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px
	}
	.branch-locator .form .form-button {
		float: none;
		width: 100%
	}
	.branch-locator .form button {
		width: 100%
	}
	.branch-locator .locations-list ul {
		margin: 0
	}
	.branch-locator .locations-list ul li {
		padding: 0;
		width: 100%
	}
	.contact-form {
		padding: 30px 0
	}
	.contact-form .row {
		margin: 0
	}
	.contact-form [class*="col-"] {
		padding: 0
	}
	.contact-form .col-5,
	.contact-form .col-7 {
		width: 100%
	}
	.contact-form .field {
		margin-bottom: 10px
	}
	.contact-form .btn {
		width: 100%
	}
	.customer-care {
		padding: 30px 0
	}
	.customer-care .call-numbers .toll-free .icon,
	.customer-care .call-numbers .sms .icon {
		display: none
	}
	.customer-care .call-numbers .toll-free a,
	.customer-care .call-numbers .sms a {
		padding: 20px
	}
	.customer-care .call-numbers .toll-free .content,
	.customer-care .call-numbers .sms .content {
		width: auto;
		float: none;
		padding: 0
	}
	.directors {
		padding: 30px 0
	}
	.directors .heading-block {
		margin-bottom: 0
	}
	.directors .milestones .heading-block {
		margin-bottom: 15px
	}
	.directors .directors-slider .director-box {
		margin: 80px 0 20px
	}
	.directors .directors-slider .director-box a {
		padding-left: 10px;
		padding-right: 10px
	}
	.directors .directors-slider .director-box .name {
		font-size: 14px;
		font-weight: 400
	}
	.fancybox-slide--html .fancybox-content.directors-popup {
		padding: 20px
	}
	.fancybox-slide--html .fancybox-content.directors-popup p {
		max-width: 100%
	}
	.tools-page {
		padding: 30px 0
	}
	.tools-page .heading-block h3 span {
		display: block
	}
	.tools-page .tools-list li {
		width: 100%;
		padding: 0;
		margin-bottom: 10px
	}
	.tools-page .tools-list li .tools-box img {
		margin-bottom: 5px
	}
	.tools-page .tools-list li .tools-box h3 {
		min-height: auto
	}
	.tools-page .tools-list li .tools-box a {
		padding: 15px
	}
	.testimonial-page {
		padding: 30px 0
	}
	.text-testimonials ul {
		margin: 0
	}
	.text-testimonials ul li {
		width: 100%;
		padding: 0
	}
	.page-header h2 {
		font-size: 26px;
		margin-bottom: 10px
	}
	.page-header p {
		max-width: 100%
	}
	.care-values .page-header h2 {
		margin-bottom: 20px
	}
	.care-values .core-values-block ul li {
		width: 50%;
		margin-bottom: 30px
	}
	.care-values .core-values-block ul li .img {
		margin-bottom: 10px
	}
	.care-values .core-values-block ul li:nth-last-of-type(5),
	.care-values .core-values-block ul li:nth-last-of-type(4),
	.care-values .core-values-block ul li:nth-last-of-type(3) {
		margin-bottom: 30px
	}
	.life-at-century .content h2 {
		font-size: 26px
	}
	.life-at-century .content p {
		max-width: 100%
	}
	.life-at-century .img {
		display: none
	}
	.life-at-century .img-slider {
		display: block !important
	}
	.openings-form .form .row {
		margin: 0
	}
	.openings-form .form [class*="col-"] {
		padding: 0
	}
	.row {
		margin-left: 0;
		margin-right: 0
	}
	[class*="col-"] {
		padding-left: 0;
		padding-right: 0;
		float: none
	}
	.col-1 {
		width: 100%
	}
	.col-2 {
		width: 100%
	}
	.col-3 {
		width: 100%
	}
	.col-4 {
		width: 100%
	}
	.col-5 {
		width: 100%
	}
	.col-6 {
		width: 100%
	}
	.col-7 {
		width: 100%
	}
	.col-8 {
		width: 100%
	}
	.col-9 {
		width: 100%
	}
	.col-10 {
		width: 100%
	}
	.col-11 {
		width: 100%
	}
	.col-12 {
		width: 100%
	}
	.faq-content .col-6 {
		margin-bottom: 50px
	}
	.faq-content .col-6:last-child {
		margin-bottom: 0
	}
	.blog-page {
		padding: 30px 0
	}
	.blog-page .heading-block {
		display: block
	}
	.blog-page .white-box.comments-form {
		margin-bottom: 0
	}
	.blog-content .list-blogs {
		margin: 0
	}
	.blog-content .list-blogs>li {
		padding: 0;
		float: none;
		margin-bottom: 10px;
		width: 100%
	}
	.blog-content .card-blog .card-blog-details h3 {
		min-height: auto;
		font-size: 18px;
		margin-bottom: 10px
	}
	.why-centuryply {
		padding-bottom: 30px
	}
	.why-centuryply .img,
	.why-centuryply .content {
		display: block;
		width: 100%
	}
	.why-centuryply .content {
		padding-left: 0
	}
	.partners-login .royal-club,
	.partners-login .club-one {
		width: 100%;
		float: none
	}
	.partners-login .royal-club {
		padding-right: 0;
		margin-bottom: 50px
	}
	.partners-login .royal-club::after {
		display: none
	}
	.partners-login .club-one {
		padding-left: 0
	}
	.new-dealer-form .form-block .row {
		margin-left: 0;
		margin-right: 0
	}
	.new-dealer-form .form-block .col-4,
	.new-dealer-form .form-block .col-8 {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}
	.new-dealer-form .form-block .field {
		margin-bottom: 10px
	}
	.fancybox-slide--html .fancybox-content.login-popup {
		width: 100%;
		padding: 20px
	}
	.fancybox-slide--html .fancybox-content.login-popup .radios {
		margin: 0 -5px 15px
	}
	.fancybox-slide--html .fancybox-content.login-popup .radios .radio-box {
		padding-left: 5px;
		padding-right: 5px;
		margin-right: 0;
		width: 50%
	}
	.fancybox-slide--html .fancybox-content.login-popup .radios .radio-box label {
		-webkit-background-size: 70px auto;
		background-size: 70px auto;
		padding: 10px 10px 10px 75px
	}
	.fancybox-slide--html .fancybox-content.login-popup .form-button .btn {
		width: 100%
	}
	.fancybox-slide--html .fancybox-content.login-popup .form-button a {
		margin-top: 10px
	}
	.field {
		margin-bottom: 10px
	}
	.border-bottom {
		padding-bottom: 10px
	}
	.details-page>section {
		padding-top: 30px
	}
	.block-usp .usp-list {
		margin: 20px 0 0
	}
	.block-usp .usp-list li {
		width: 50%
	}
	.block-specification .specification-list {
		margin: 20px -5px 0
	}
	.block-specification .specification-list li {
		padding: 0 5px;
		width: 50%;
		margin-bottom: 10px
	}
	.block-specification .specification-list li .specification-box {
		width: 100%;
		padding: 15px
	}
	.block-specification .specification-list li .specification-box .icon {
		width: 60px;
		height: 60px;
		margin: 0 auto 10px
	}
	.block-specification .specification-list li .specification-box .icon img {
		width: 30px
	}
	.block-specification .specification-list li .specification-box h5 {
		font-size: 16px
	}
	.block-size {
		padding-bottom: 10px
	}
	.block-size .img,
	.block-size .content {
		display: block
	}
	.block-size .img {
		width: 50%;
		margin: 0 auto 20px
	}
	.block-size .content {
		width: 100%;
		padding-left: 0;
		text-align: center
	}
	.block-size .content .heading-block.left {
		text-align: center
	}
	.block-size .sizes-list {
		text-align: left
	}
	.visit-website {
		display: block
	}
	.investors-page .investors-list {
		padding-bottom: 30px
	}
	.investors-box {
		border: 0 none
	}
	.investors-box .list-investors {
		display: none
	}
	.investors-box .investors-detail-block {
		width: 100%;
		padding: 0;
		float: none;
		min-height: auto
	}
	.investors-box .investors-detail-block .tab-header {
		display: none
	}
	.investors-box .investors-detail-block .tabbed-content {
		max-height: none;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		overflow: auto;
		opacity: 1;
		visibility: visible;
		margin-bottom: 10px
	}
	.investors-box .investors-detail-block .block-heading {
		display: block;
		background-color: #24344b;
		color: #fff;
		font-size: 700;
		text-transform: uppercase;
		padding: 15px 60px 15px 15px;
		position: relative;
		cursor: pointer;
		-webkit-transition: all linear 0.3s;
		-moz-transition: all linear 0.3s;
		-ms-transition: all linear 0.3s;
		-o-transition: all linear 0.3s;
		transition: all linear 0.3s
	}
	.investors-box .investors-detail-block .block-heading::before,
	.investors-box .investors-detail-block .block-heading::after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0
	}
	.investors-box .investors-detail-block .block-heading::before {
		right: 0;
		width: 40px;
		background-color: rgba(0, 0, 0, 0.2)
	}
	.investors-box .investors-detail-block .block-heading::after {
		width: 7px;
		height: 12px;
		right: 15px;
		margin: auto;
		background: url(https://www.centuryply.com/assets/img/arrow-right.svg) no-repeat left top
	}
	.investors-box .investors-detail-block .block-heading.active {
		background-color: #ed1d24
	}
	.investors-box .investors-detail-block .block-heading.active::after {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.investors-box .investors-detail-block .pdfs-list {
		display: none;
		margin-top: 10px
	}
	.pdfs-list {
		margin-bottom: 0
	}
	.pdfs-list ul li .pdfs-box {
		padding-right: 15px
	}
	.pdfs-list ul li .pdfs-box .pdf-details {
		float: none;
		width: 100%;
		padding-bottom: 0
	}
	.pdfs-list ul li .pdfs-box .pdf-actions {
		float: none
	}
	.pdfs-list ul li .pdfs-box .pdf-actions a {
		border-left: 0;
		padding: 10px
	}
	.reports-list .acc-box .acc-content-box {
		padding: 15px 0
	}
	.shareholder-contact .shareholders-details .shareholder {
		float: none;
		width: 100%;
		margin-right: 0
	}
	.result-listing {
		padding: 0
	}
	.result-listing ul {
		padding: 0 0 0 40px
	}
	.env-report ul li {
		width: 49%;
		margin-bottom: 2%
	}
	.channel-row-2 .left [class*="column-"] {
		float: none
	}
	.channel-row-2 .left .column-half {
		width: 100%;
		padding: 0
	}
	.media-videos {
		padding-bottom: 0
	}
	.media-videos .videos-listing {
		float: none;
		width: 100%
	}
	.media-videos .videos-listing .video-scroll {
		max-height: none;
		overflow: visible;
		padding: 0 30px
	}
	.media-videos .videos-listing .video-scroll ul .slick-arrow {
		position: absolute;
		z-index: 2;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		padding: 0;
		background-color: transparent;
		border: 0 none;
		width: 30px;
		height: 30px;
		font-size: 0;
		opacity: 0.2
	}
	.media-videos .videos-listing .video-scroll ul .slick-arrow:hover {
		opacity: 1
	}
	.media-videos .videos-listing .video-scroll ul .slick-arrow::after {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url(https://www.centuryply.com/assets/img/arrow-left-product.svg) no-repeat center
	}
	.media-videos .videos-listing .video-scroll ul .slick-arrow.slick-prev {
		left: -30px
	}
	.media-videos .videos-listing .video-scroll ul .slick-arrow.slick-next {
		right: -30px
	}
	.media-videos .videos-listing .video-scroll ul .slick-arrow.slick-next::after {
		-webkit-transform: scale(-1, 1);
		-moz-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		transform: scale(-1, 1)
	}
	.media-videos .videos-listing ul li .video-thumb-box {
		padding: 0
	}
	.media-videos .videos-listing ul li .video-thumb-box img {
		margin-bottom: 0
	}
	.media-videos .videos-listing ul li .video-thumb-box span.icon {
		width: 40px;
		height: 40px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto
	}
	.media-videos .videos-listing ul li .video-thumb-box span.name {
		font-size: 14px;
		line-height: 1.4;
		padding: 5px 10px;
		min-height: 70px
	}
	.media-videos .press-block {
		float: none;
		width: 100%;
		margin-top: 40px
	}
	.release-listing {
		padding: 0 30px;
		background-color: transparent
	}
	.release-listing ul {
		height: auto;
		overflow: visible
	}
	.release-listing ul li {
		padding: 10px 15px;
		border-bottom: 0 none
	}
	.release-listing ul .slick-arrow {
		position: absolute;
		z-index: 2;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		padding: 0;
		background-color: transparent;
		border: 0 none;
		width: 30px;
		height: 30px;
		font-size: 0;
		opacity: 0.2
	}
	.release-listing ul .slick-arrow:hover {
		opacity: 1
	}
	.release-listing ul .slick-arrow::after {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url(https://www.centuryply.com/assets/img/arrow-left-product.svg) no-repeat center
	}
	.release-listing ul .slick-arrow.slick-prev {
		left: -30px
	}
	.release-listing ul .slick-arrow.slick-next {
		right: -30px
	}
	.release-listing ul .slick-arrow.slick-next::after {
		-webkit-transform: scale(-1, 1);
		-moz-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		transform: scale(-1, 1)
	}
	.news-and-press {
		padding-bottom: 50px
	}
	.news-block .news-head-container .heading-block {
		padding-top: 0;
		float: none;
		margin-bottom: 15px
	}
	.news-block .news-head-container .form-block {
		float: none
	}
	.news-block .news-head-container .form-block::after {
		content: "";
		clear: both;
		display: table
	}
	.news-block .news-head-container .form-block .field {
		margin: 0 10px 10px 0;
		width: 48%
	}
	.news-block .news-head-container .form-block .field:nth-child(2) {
		margin-right: 0
	}
	.news-block .news-head-container .form-block .form-button {
		width: 100%
	}
	.news-block .news-container .news-slider {
		margin: 0
	}
	.news-block .news-container .news-slider .slick-slide {
		padding: 0
	}
	.news-block .news-container .news-slider .news-box {
		margin-bottom: 10px
	}
	.news-block .news-container .news-slider .news-box .img,
	.news-block .news-container .news-slider .news-box .content .icon {
		display: none
	}
	.news-block .news-container .news-slider .news-box .content {
		width: 100%;
		padding: 10px 15px
	}
	.news-block .news-container .news-slider .news-box .content .news-heading {
		margin-bottom: 15px;
		min-height: auto
	}
	.news-block .news-container .news-slider .news-box .content .icon.icon-date {
		display: block
	}
	.news-block .news-container .news-slider .news-box .content .download {
		right: 10px;
		bottom: 5px
	}
	.brands-block {
		padding: 0 30px
	}
	.brands-block .logos-slider {
		margin: 0 -5px 10px
	}
	.brands-block .logos-slider .img {
		height: 130px
	}
	.brands-block .logos-slider .slick-slide {
		padding: 0 5px 15px
	}
	.brands-block .logos-slider .slick-arrow {
		z-index: 2
	}
	.brands-block .logos-slider .slick-arrow.slick-prev {
		left: -30px
	}
	.brands-block .logos-slider .slick-arrow.slick-next {
		right: -30px
	}
	.brands-block .filter-logo-list {
		margin: 0 -25px
	}
	.brands-block .filter-logo-list li {
		padding: 0 5px;
		margin-bottom: 10px;
		width: 50%
	}
	.beta {
		display: none
	}
	.career-header,
	.life-at-century,
	.openings-section,
	.care-values,
	.faq-header,
	.faq-content,
	.channel-partners-page,
	.partners-login,
	.new-dealer-form,
	.investors-page .investors-header,
	.reports-and-stock,
	.shareholder-contact,
	.search-page,
	.env-report,
	.media-page,
	.brands-page {
		padding: 30px 0
	}
	
	

    .enquiry-formnewdesign.newlys.show {
        height: auto;
        padding: 10px 15px 120px;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        max-height: max-content;
    }
    
    .enquiry-formnewdesign.newlys img {
        height: 100px;
    }
	
}

@media all and (max-width: 479px) {
	.pre-header ul li.sms a,
	.pre-header ul li.phone a {
		font-size: 16px
	}
	.ins-combination .white-band ul li {
		margin-right: 6px
	}
	.product-slider-section .product-thumbs .slick-arrow.slick-arrow {
		top: auto;
		bottom: -20px;
		width: 30px;
		height: 30px
	}
	.product-slider-section .product-thumbs .slick-arrow.slick-arrow:after {
		background-size: 8px
	}
	.product-slider-section .product-thumbs .slick-arrow.slick-next,
	.product-slider-section .product-thumbs .slick-arrow.slick-prev {
		left: 0;
		right: 0;
		margin: 0 auto;
		-webkit-transform: translate(20px, 0);
		-moz-transform: translate(20px, 0);
		transform: translate(20px, 0)
	}
	.product-slider-section .product-thumbs .slick-arrow.slick-prev {
		-webkit-transform: translate(-20px, 0);
		-moz-transform: translate(-20px, 0);
		transform: translate(-20px, 0)
	}
}


/*# sourceMappingURL=main.css.map */
/* vd form */
.vd-form .wrapper{
    max-width:970px;
    width:100%;
    border:1px solid #ccc;
}
.vd-form .gr-bg {
    background: #fafafa;
    padding: 10px;
    border-bottom:1px solid #ec1d23;
    position:relative;
}
.vd-form  .wh-bg{
    background: #fff;
    padding: 10px;
    border-bottom:1px solid #ec1d23;  
    position:relative;
}
.vd-form label {
    width: 100%;
    font-weight: 600;
    margin-bottom: 7px;
    margin-left: 16px;
}
.vd-form  input{
        width: 100%;
    background:  none ;
    border: 1px solid #e9e8e8;
    padding: 11px;
    height: auto;
    font-size:14px;
}
.vd-form select {
    width: 100%;
    background:  url(https://www.centuryply.com/assets/img/arrow-down-gray.svg) no-repeat 95% center ;
    border: 1px solid #e9e8e8;
    padding: 9px;
    height: auto;
    font-size:14px;
}
.vd-form textarea {
    width: 100%;
    background: none;
    border: 1px solid #e9e8e8;
    padding: 9px;
    height: 85px;
    font-size: 14px;
}
.vd-form span.req{
    color:red;
    font-weight:bold;
}
.vd-form .row{
    margin:20px 0;
}
.vd-form .row .row{
    margin:0;
}
.vd-form .mar-bot .row .row{
    margin-bottom:10px;
}
.vd-form [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.vd-form [class*="col-"] label{
    margin-left:0;
}
.vd-form [class*="col-"] [class*="col-"]{
    padding-left:0;
}
.vd-form  h3 {
    background: #222931;
    color: #fff;
    text-align: center;
    padding: 19px;
    margin-bottom:0;
    margin-top:0;
}
.vd-form label i{
       font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
.vd-form input[type="file"]
{
       background: url(https://www.centuryply.com/assets/img/attach-icon.jpg) 0 0 no-repeat;
    padding: 8px;
}
.vd-form input#datepicker {
    background: url(https://www.centuryply.com/assets/img/calender-ic.jpg) 94% no-repeat;
}
.vd-form p {
    display: inline-block;
    width: 63px;
    margin-bottom: 0;
    vertical-align: middle;
    margin-top: 8px;
}
.vd-form p input {
    display: inline-block;
    width: 19px;
    margin-right: 3px;
}
.vd-form  h5 {
    font-size: 13px;
    margin-left: 18px;
    margin-top: 0;
}
.vd-form .conflict p {
    display: inline-block;
    width: 63px;
    margin-bottom: 0;
    vertical-align: middle;
    margin-top: 8px;
    margin-left: 9px;
    margin-bottom: 0px;
    position: relative;
    background: url(https://www.centuryply.com/assets/img/checked-nor.jpg) 0 1px no-repeat;
    padding-left: 21px;
    cursor:pointer;
}
.vd-form .conflict p input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor:pointer;
}
.vd-form .conflict p.active {
    background:url(https://www.centuryply.com/assets/img/checked-active.jpg) 0 0 no-repeat;
}
.gr-bg.conflict {
    padding-top: 22px;
}
.add-cus {
    background: #ec1d23;
    position: absolute;
    color: #fff;
    right: 18px;
    padding: 8px 17px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
}
.vd-form .border-0{
    border-bottom:0 !important;
}
.vd-form h4 {
    font-size: 16px;
}
.sub-btn{
    text-align:center;
}
.sub-btn button {
    background: #ec1d23;
    color: #fff;
    padding: 9px 39px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    border: 0;
    text-transform: uppercase;
}
.show-conflict , .deal-before{
    display:none;
}
.border-up{
    border-top:1px solid #ec1d23;
}
.vd-error {
    color: red;
    font-size: 11px;
    margin-top: 5px;
}
.vd-form {
    margin-top: 45px;
}

.contact-info-container .address-box .info.mail.withicon img {
    float: left;
    width: 20px;
    background: #ed1d24;
    border-radius: 100%;
    height: 20px;
    margin-right: 15px;
    background: #ed1d24;
        padding: 2px;
}


.info.mail.withicon {
    padding-left: 0;
}

.address-box.half-sets .info.mail {
    /*width: 47%;*/
    float: left;
    margin: 0;
    margin-top: 10px;
}

.address-box.half-sets .info.mail-1 {
    width: 100%;
    float: left;
    margin: 0;
    margin-top: 10px;
}

.address-box.half-sets {
    padding: 10px 10px;
    float: left;
    width: 100%;
    margin-bottom: 1px;
}

.address-box.half-sets.social-set .info.mail {
    margin-bottom: 10px;
}

.address-box.half-sets .info.mail a {
    font-size: 14px;
}

.address-box.half-sets .info.address {
    font-size: 14px;
        float: left;
    width: 100%;
}

.contact-info-container .address-box h5{
        margin-bottom: 15px;
}


@media screen and (max-width:700px)
{
     .vd-form [class*="col-"] {
        margin-bottom: 14px;
       
    }
    .vd-form .row {
        margin: 10px 0;
    }
        .vd-form h3 {
        background: #222931;
        color: #fff;
        text-align: center;
        padding: 11px;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 23px;
    }
    .vd-form [class*="col-"] {
        padding-left: 1px;
        padding-right: 1px;
    }
    .vd-form label {

        margin-left: 0;
    }
    .vd-form h5 {
        font-size: 13px;
        margin-left: 0;
        margin-top: 0;
    }
    
    .details-page .fixed-navbar{display:block !important;}
    .details-page .fixed-navbar ul li a {
    font-size: 11px;
    padding: 7px 14px 8px;
}
}

