/*
|--------------------------------------------------------------------------
| General -> Reset
|--------------------------------------------------------------------------
*/
* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}

body {
	min-width: 320px;
}

main {
	display: block;
}

p:last-child {
	margin: 0;
}

a[href^="tel:"] {
	cursor: default;
}

img {
	max-width: 100%;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*
|--------------------------------------------------------------------------
| General > Box Model
|--------------------------------------------------------------------------
*/
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	max-height: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}




/*
|--------------------------------------------------------------------------
| General > Clearfix
|--------------------------------------------------------------------------
*/
.cf:before,
.cf:after,
.container:before,
.container:after,
main:before,
main:after {
	content: "";
	display: table;
}

.cf:after,
.container:after,
main:after {
	clear: both;
}



/*
|--------------------------------------------------------------------------
| General > List Reset
|--------------------------------------------------------------------------
*/
.list-reset {
	padding: 0;
	margin: 0;
	list-style: none;
}

.list-reset li {
	margin: 0;
}

.list-reset > .list-reset {
	padding-left: 10px;
}



/*
|--------------------------------------------------------------------------
| General > Buttons
|--------------------------------------------------------------------------
*/
input[type="submit"],
button {
	cursor: pointer;
}



/*
|--------------------------------------------------------------------------
| General > Webkit Input & Button Appearance
|--------------------------------------------------------------------------
*/
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/*
|--------------------------------------------------------------------------
| General > Hide arrows on number inputs
|--------------------------------------------------------------------------
*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



/*
|--------------------------------------------------------------------------
| General > Div Table Layout
|--------------------------------------------------------------------------
*/
.dbl {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.dblr {
	display: table-row;
}

.dblc {
	display: table-cell;
}

.dbl-centered {
	vertical-align: middle;
}



/*
|--------------------------------------------------------------------------
| General > Responsive Video Height
|--------------------------------------------------------------------------
*/
.video-container {
	margin: 20px 0 0 0;
	padding-bottom: 56.6265%;
	position: relative;
}

.video-container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}



/*
|--------------------------------------------------------------------------
| General > Grid Layout
|--------------------------------------------------------------------------
*/
.segment-5,
.segment-10,
.segment-15,
.segment-16,
.segment-20,
.segment-25,
.segment-30,
.segment-33,
.segment-35,
.segment-40,
.segment-45,
.segment-50,
.segment-55,
.segment-60,
.segment-65,
.segment-66,
.segment-70,
.segment-75,
.segment-80,
.segment-85,
.segment-90,
.segment-95,
.segment-100  {
	float: left;
	clear: none !important;
}

.segment-5 {
	width: 5%;
}

.segment-10 {
	width: 10%;
}

.segment-15 {
	width: 15%;
}

.segment-16 {
	width: 16.6666667%;
}

.segment-20 {
	width: 20%;
}

.segment-25 {
	width: 25%;
}

.segment-30 {
	width: 30%;
}

.segment-33 {
	width: 33.33333333%;
}

.segment-35 {
	width: 35%;
}

.segment-40 {
	width: 40%;
}

.segment-45 {
	width: 45%;
}

.segment-50 {
	width: 50%;
}

.segment-55 {
	width: 55%;
}

.segment-60 {
	width: 60%;
}

.segment-65 {
	width: 65%;
}

.segment-66 {
	width: 66.666666666%;
}

.segment-70 {
	width: 70%;
}

.segment-75 {
	width: 75%;
}

.segment-80 {
	width: 80%;
}

.segment-85 {
	width: 85%;
}

.segment-90 {
	width: 90%;
}

.segment-95 {
	width: 95%;
}

.segment-100 {
	width: 100%;
}



/*
|--------------------------------------------------------------------------
| General > Misc Re-usable Classes
|--------------------------------------------------------------------------
*/
.fr {
	float: right;
}

.fl {
	float: left;
}

.cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.text-center {
	text-align: center;
}

.margin-center {
	margin: 0 auto !important;
}

.margin-zero {
	margin: 0 !important;
}

.padding-zero {
	padding: 0 !important;
}

.uppercase {
	text-transform: uppercase;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.no-select {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE/Edge */
	user-select: none;
}

.validate-border,
.select2-basic--container.validate-border {
	border: 1px solid #b62f3f !important;
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}



/*
|--------------------------------------------------------------------------
| General > CMS Classes
|--------------------------------------------------------------------------
*/
.cms_image,
.cms_image_left,
.cms_image_right {
	width: initial !important;
}

.cms_image_left {
	padding: 0 26px 10px 0;
}

.cms_image_right {
	padding: 0 0 10px 26px;
}



/*
|--------------------------------------------------------------------------
| General > Overlay
|--------------------------------------------------------------------------
*/
#olay {
	display: none;
}

#olay_back {
	position: fixed;
	_position: absolute;
	z-index: 10000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	_height: expression(
		(document.body.scrollTop + document.body.clientHeight) + "px"
	);
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 100%;
}

#olay_box_container {
	position: fixed;
	_position: absolute;
	z-index: 10010;
	top: 10%;
	left: 50%;
}

#olay_box {
	position: relative;
	left: -300px;
	width: 600px;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 12px #333;
	/* FF3.5+ */
	-webkit-box-shadow: 0px 0px 12px #333;
	/* Saf3.0+, Chrome */
	box-shadow: 0px 0px 12px #333;
	/* Opera 10.5, IE 9.0 */
}

#olay_close,
#search_results_close {
	float: right;
	margin-top: 5px;
	background: url(/images/style/basic/olay_close.jpg) no-repeat;
	width: 26px;
	height: 25px;
	cursor: pointer;
}

.hidden {
	display: none;
}



/*
|--------------------------------------------------------------------------
| General > Animations
|--------------------------------------------------------------------------
*/
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	20% {
		-webkit-transform: scale(0.96);
		-moz-transform: scale(0.96);
		-o-transform: scale(0.96);
		-ms-transform: scale(0.96);
		transform: scale(0.96);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	20% {
		-moz-transform: scale(0.96);
		transform: scale(0.96);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes pulse {
	0% {
		-ms-transform: scale(1);
		transform: scale(1);
	}
	20% {
		-ms-transform: scale(0.96);
		transform: scale(0.96);
	}
	100% {
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-3px, 0, 0);
		transform: translate3d(-3px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(3px, 0, 0);
		transform: translate3d(3px, 0, 0);
	}
}

@keyframes shake {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-3px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translate3d(3px, 0, 0);
	}
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.instafeed {
	overflow: hidden;
}

.if-item {
	width: 25%;
	float: left;
}

.if-item--inner {
	height: 0;
	padding: 0 0 100%;
	position: relative;
}

.if-item--image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-background-size: cover;
	background-size: cover;
}



/*
|--------------------------------------------------------------------------
| General > Flex
|--------------------------------------------------------------------------
*/
.flex {
	display: flex;
}

.flex-rev {
	flex-direction: row-reverse;
}

.flex-item {
	flex: 1;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-col {
	flex-direction: column;
}

.flex--jc-sb {
	justify-content: space-between;
}

.flex--jc-c {
	justify-content: center;
}

.flex--jc-fs {
	justify-content: flex-start;
}

.flex--jc-fe {
	justify-content: flex-end;
}

.flex--ai-c {
	align-items: center;
}

.flex--ai-fs {
	align-items: flex-start;
}

.flex--ai-fe {
	align-items: flex-end;
}



/*
|--------------------------------------------------------------------------
| General > Grids
|--------------------------------------------------------------------------
*/
.grid--10 {
	margin: 0 -10px -10px 0;
}
.grid--10 > * {
	padding: 0 10px 10px 0;
}

.grid--12 {
	margin: 0 -12px -12px 0;
}
.grid--12 > * {
	padding: 0 12px 12px 0;
}

.grid--15 {
	margin: 0 -15px -15px 0;
}
.grid--15 > * {
	padding: 0 15px 15px 0;
}

.grid--20 {
	margin: 0 -20px -20px 0;
}
.grid--20 > * {
	padding: 0 20px 20px 0;
}

.grid--30 {
	margin: 0 -30px -30px 0;
}
.grid--30 > * {
	padding: 0 30px 30px 0;
}

.grid--40 {
	margin: 0 -40px -40px 0;
}
.grid--40 > * {
	padding: 0 40px 40px 0;
}

.grid--50 {
	margin: 0 -50px -50px 0;
}
.grid--50 > * {
	padding: 0 50px 50px 0;
}

.grid--60 {
	margin: 0 -60px -60px 0;
}
.grid--60 > * {
	padding: 0 60px 60px 0;
}

.grid--70 {
	margin: 0 -70px -70px 0;
}
.grid--70 > * {
	padding: 0 70px 70px 0;
}

.grid--80 {
	margin: 0 -80px -80px 0;
}
.grid--80 > * {
	padding: 0 80px 80px 0;
}

/*
|--------------------------------------------------------------------------
| General > Grid Margin Bottom
|--------------------------------------------------------------------------
*/
.margin-gap--10 > *:not(:last-child) {
	margin-bottom: 10px;
}
.margin-gap--15 > *:not(:last-child) {
	margin-bottom: 15px;
}
.margin-gap--20 > *:not(:last-child) {
	margin-bottom: 20px;
}
.margin-gap--30 > *:not(:last-child) {
	margin-bottom: 30px;
}
.margin-gap--40 > *:not(:last-child) {
	margin-bottom: 40px;
}
.margin-gap--50 > *:not(:last-child) {
	margin-bottom: 50px;
}
.margin-gap--60 > *:not(:last-child) {
	margin-bottom: 60px;
}
.margin-gap--70 > *:not(:last-child) {
	margin-bottom: 70px;
}
.margin-gap--80 > *:not(:last-child) {
	margin-bottom: 80px;
}


/*
|--------------------------------------------------------------------------
| General > Panels
|--------------------------------------------------------------------------
*/
.panel {
}

.panel--padding {
	padding: 40px 0;
}

.panel--padding-15 {
	padding: 15px 0;
}

.panel--padding-20 {
	padding: 20px 0;
}

.panel--padding-30 {
	padding: 30px 0;
}

.panel--padding-40 {
	padding: 40px 0;
}

.panel--padding-50 {
	padding: 50px 0;
}

.panel--padding-60 {
	padding: 60px 0;
}

.panel--padding-70 {
	padding: 70px 0;
}

.panel--padding-80 {
	padding: 80px 0;
}

.panel--padding-90 {
	padding: 90px 0;
}

.panel--padding-100 {
	padding: 100px 0;
}

/*
 * Panel > Color variants
 * Example:
 * .panel--$color-light
 * .panel--$color
 * .panel--$color-dark
 */
.panel--grey {
	background-color: #eee;
}
.panel--grey-dark {
	background-color: #a1a1a1;
}



/*
|--------------------------------------------------------------------------
| General > Containers
|--------------------------------------------------------------------------
*/
.container {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.container--width-full {
	max-width: 1880px;
	padding: 0 40px;
}

.container--width-1200 {
	max-width: 1240px;
}

.container--width-1600 {
	max-width: 1640px;
	padding: 0 20px;
}

.container--width-100p {
	max-width: 100%;
	width: 100%;
}

.container--width-900 {
	max-width: 940px;
}

.container--width-800 {
	max-width: 974px;
}

.container--width-500 {
	max-width: 500px;
}

.container--padding-10 {
	padding: 0 10px;
}

.container--padding-15 {
	padding: 0 15px;
}

.container--padding-20 {
	padding: 0 20px;
}

.container--padding-30 {
	padding: 0 30px;
}

.container--padding-40 {
	padding: 0 40px;
}

.container--padding-60 {
	padding: 0 60px;
}


/*
|--------------------------------------------------------------------------
| General > Background Colors
|--------------------------------------------------------------------------
*/

.bg-dark {
	background-color: #2d2d2d;
}

.bg-white {
	background-color: #fff;
}