@charset "utf-8";
/* CSS Document */

body {
	overflow-x: hidden;
}

/* Clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */

*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */

/* end Clearfix */

.floatright {
	float: right
}

.floatleft {
	float: left
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}

.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 24px auto;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

a.img-responsive:hover,
a.img-responsive:active {
	opacity: 0.6;
}

a.defaultBtn {
	display: inline-block;
	min-width: 324px;
	padding: 16px 36px;
	background-color: #1986c7;
	border-radius: 6px;
	color: #fff;
	text-transform: uppercase;
	font: 700 28px/1.333em 'Skranji', cursive;
	text-align: center;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a.defaultBtn:hover,
a.defaultBtn:active {
	background-color: #fff;
	color: #1986c7;
	-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);
}

.col-1_2 {
	width: 50%;
}

.col-1_3 {
	width: 33.333%;
}

.col-1_4 {
	width: 25%;
}

.centered-y {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.centered-x {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hidden {
	opacity: 0;
}

.visible {
	opacity: 1;
}

.container {
	position: relative;
	width: 95%;
	max-width: 1282px;
	margin: auto;
}

/* \\\\\\\\\\ */

/* \\\\\\\\\\ */

/* \\\\\\\\\\ */

/* ------------> HEADER   */

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

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

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

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
	z-index: 9991;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#header .container {
	display: table;
	height: 84px;
	table-layout: fixed;
}

#header .logo {
	display: table-cell;
	vertical-align: middle;
	width: 96px;
	padding-right: 20px;
}

#site-menu {
	display: table-cell;
	vertical-align: middle;
}

#header .logo a {
	display: block;
}

#header .logo img {
	margin-bottom: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* MENU */

.slicknav_menu {
	display: none;
}

#menu-main {
	float: right;
}

#menu-main li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 6px;
	margin-left: 30px;
	font-size: 0.944em;
	font-weight: 400;
	letter-spacing: 0.075em;
}

#menu-main a {
	position: relative;
	display: block;
	color: #303030;
	padding: 12px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#menu-main a:hover,
#menu-main a:active #menu-main a:active {
	color: #00afef;
}

#menu-main li.tabfocus {
	background-color: rgba(0, 0, 0, 0.04);
}

/* DROPDOWN MENU */

.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: -42px;
	z-index: 99;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
	display: block;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu ul {
	background-color: #fff;
	min-width: 24em;
	*width: 24em;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#menu-main.sf-menu ul li {
	display: block;
	padding: 12px 48px;
	margin-left: 0;
	font-size: 1em;
	line-height: 1.2em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#menu-main.sf-menu ul li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 12px 0;
	font-size: 1em;
	line-height: 24px;
	color: #5a5a5a;
}

#menu-main.sf-menu ul li a:hover,
#menu-main.sf-menu ul li a:active {
	color: #00afef;
}

/* end MENU */

/* Shrink */

.shrink #header {
	background-color: rgba(255, 255, 255, 0.97);
	-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);
	z-index: 9999;
}

/* end Shrink */

/* \\\\\\\\\\ */

/* \\\\\\\\\\ */

/* \\\\\\\\\\ */

/* ------------> end HEADER */

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

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

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

/* \\\\\\\\\\ */

/* \\\\\\\\\\ */

/* \\\\\\\\\\ */

/* ------------> MAIN CONTENT */

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

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

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

.bgImg {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	z-index: 1;
}

#defaultTemplate {
	padding-bottom: 84px;
	padding-top: 72px;
}

.textContent .col {
	width: 48%;
}

.imageRight .text {
	float: left;
}

.imageRight .image {
	float: right;
}

.imageLeft .text {
	float: right;
}

.imageLeft .image {
	float: left;
}

/*
	///\\\
			HOMEPAGE
	\\\///
*/

#home_featArea {
	position: relative;
	width: 100%;
	/* EDW height: 784px; */
}

#home_featArea .container {
	position: absolute;
	left: 50%;
	top: 50%;
	padding-top: 80px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#home_featArea article a {
	display: block;
	width: 80%;
	max-width: 572px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px 60px 24px 45px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#home_featArea h1 {
	padding-bottom: 12px;
	font: 600 2.389em/1.2em 'Josefin Sans', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #0b0b0b;
	text-transform: uppercase;
}

#home_featArea p {
	padding-bottom: 18px;
	font: 700 0.889em/1.667em 'Josefin Sans', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #5d5d5d;
}

#home_featArea .btn {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 52px 6px 0;
	background: url(../images/sliderArrow.png) no-repeat right center;
	color: #0b0b0b;
	font: 700 0.833em/1.667em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

#home_featArea article a:hover,
#home_featArea article a:active {
	background-color: rgba(255, 255, 255, 0.9);
}

#brands {
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #f6f6f6;
	height: 110px;
	overflow: hidden;
}

#brands .item {
	display: table;
	width: 100%;
}

#brands .item .image {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: 0 30px;
	/*filter: alpha(opacity=50);
					opacity: 0.5;*/
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#brands .item .image img {
	margin-bottom: 0 !important;
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
					-webkit-filter: grayscale(100%);
   					   -moz-filter: grayscale(100%);
   						-ms-filter: grayscale(100%);
						    filter: grayscale(100%);
						    filter: gray;*/
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#brands .item .image.big_height img {
	height: 84px;
}

/*#brands .item .image:hover,
#brands .item .image:active
{
					opacity: 1;
}
#brands .item .image:hover img,
#brands .item .image:active img
{
					-webkit-filter: none;
					   -moz-filter: none;
					    -ms-filter: none;
					        filter: none;
}*/

#home_section1 {
	padding-top: 78px;
	padding-bottom: 66px;
}

.sectionTitle {
	font: 700 2em/1.2em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0;
	text-transform: uppercase;
}

.more-brand p,
.more-brand span {
	font-size: inherit !important;
	font-weight: 700;
}

.more-brand .terms_field p,
.more-brand .terms_field span {
	font-size: 12px !important;
}

#home_section1 .sectionTitle {
	padding-bottom: 6px;
}

#home_section1 .col-1_2 {
	padding-bottom: 66px;
	float: left;
}

#acco {
	padding-right: 14px;
}

#acco figure {
	width: 100%;
	max-width: 627px;
}

#acco figure img {
	margin-bottom: 0;
}

#acco figcaption {
	display: block;
	padding: 24px 30px 12px 30px;
	background-color: #00adee;
	font-size: 1.333em;
	line-height: 1.417em;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#acco figure a:hover img,
#acco figure a:active img {
	opacity: 0.75
}

#acco figure a:hover figcaption,
#acco figure a:active figcaption {
	background-color: rgba(0, 173, 238, 0.1);
	color: #373636
}

#nocc article {
	position: relative;
	width: 50%;
	max-width: 319px;
	float: left
}

#nocc article:nth-of-type(1) {
	padding-left: 6px;
	padding-right: 9px;
}

#nocc article:nth-of-type(2) {
	padding-right: 6px;
	padding-left: 9px;
}

#nocc article a {
	color: #5d5d5d;
}

#nocc article img {
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#nocc .textWrapper {
	display: block;
	padding: 24px 10%;
	background-color: #f6f6f6;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#nocc article h1 {
	padding-bottom: 0;
	font-size: 1em;
	line-height: 1.667em;
	font-weight: 400;
}

#nocc article p {
	padding-bottom: 0;
}

#nocc article:nth-of-type(1) h1,
#nocc article:nth-of-type(1) p {
	display: inline;
}

#nocc article a:hover img,
#nocc article a:active img {
	opacity: 0.75
}

#nocc article a:hover .textWrapper,
#nocc article a:active .textWrapper {
	background-color: rgba(0, 173, 238, 0.1);
	color: #373636
}

#historySection {
	padding-top: 72px;
	padding-bottom: 84px;
	background-color: #f6f6f6;
}

#history:before {
	position: absolute;
	left: 9px;
	right: 9px;
	top: 301px;
	height: 1px;
	background-color: #00adee;
	content: ''
}

#history {
	position: relative;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 24px;
	overflow: hidden;
}

#history .stage {
	position: relative;
	width: 100%;
	padding-top: 18px;
}

#history .item {
	position: relative;
	width: 213px;
	float: left;
}

#history .item:nth-of-type(2n+1) {
	padding-bottom: 330px;
}

#history .item:nth-of-type(2n) {
	padding-top: 422px;
	top: -18px;
}

#history .item .descr {
	width: 100%;
	height: 204px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: 400;
	overflow: hidden;
}

#history .image {
	position: absolute;
	left: 50%;
	width: 154px;
	height: 154px;
	border-radius: 50%;
	border: 3px solid #00adee;
	margin-left: -77px;
}

#history .item:nth-of-type(2n+1) .image {
	bottom: 0;
}

#history .item:nth-of-type(2n) .image {
	top: 0;
}

#history .bullet:before {
	position: absolute;
	left: 50%;
	width: 1px;
	height: 144px;
	background-color: #00adee;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: ''
}

#history .item:nth-of-type(2n+1) .bullet:before {
	top: 22px;
}

#history .item:nth-of-type(2n) .bullet:before {
	top: -134px
}

#history .bullet {
	position: absolute;
	left: 50%;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #00adee;
	margin-left: -16px;
}

#history .item:nth-of-type(2n+1) .bullet {
	bottom: 235px;
}

#history .item:nth-of-type(2n) .bullet {
	top: 284px;
}

#history .bullet span {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #00adee;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#history .year {
	position: absolute;
	left: 50%;
	font: 400 36px/1em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #00adee;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#history .item:nth-of-type(2n+1) .year {
	bottom: 272px
}

#history .item:nth-of-type(2n) .year {
	top: 324px
}

#history .btn {
	position: absolute;
	top: 285px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #00adee;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

#history .prev.btn {
	left: 3px;
	background-image: url(../images/JelSert_History-arrow-left.jpg)
}

#history .next.btn {
	right: 3px;
	background-image: url(../images/JelSert_History-arrow-right.jpg)
}

#history .prev.btn:hover,
#history .prev.btn:active {
	left: 0
}

#history .next.btn:hover,
#history .next.btn:active {
	right: 0
}

#home_enviroment {
	padding-top: 72px;
}

#home_enviroment .col {
	padding-top: 24px;
	padding-bottom: 30px;
	float: left;
}

#home_enviroment .text {
	width: 68.41%;
	padding-right: 8%;
}

#home_enviroment .image {
	width: 31.59%;
}

#home_enviroment .text h3 {
	text-transform: uppercase;
	line-height: 1.667em
}

.listLeaf {
	list-style-type: none;
}

.listLeaf li:before {
	display: table-cell;
	vertical-align: middle;
	width: 66px;
	height: 47px;
	background: url(../images/list-icon-leaf.png) no-repeat center top;
	content: '';
}

.listLeaf li {
	position: relative;
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-left: 0;
	padding-bottom: 12px;
}

.listLeaf li span {
	display: table-cell;
	vertical-align: middle;
}

#store_locator {
	padding-top: 66px;
	padding-bottom: 66px;
	background-color: #f6f6f6;
	text-align: center
}

#store_locator .sectionTitle {
	padding-bottom: 12px;
}

#store_locator p {
	max-width: 996px;
	margin: auto
}

#store_locator input {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 508px;
	height: 54px;
	padding: 12px 24px;
	margin: 1px;
	border-radius: 2px;
	background-color: #e6e7e8;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#store_locator input:focus {
	background-color: rgba(255, 255, 255, 0.8);
}

#store_locator ::-webkit-input-placeholder {
	color: #666;
	text-transform: uppercase;
	opacity: 1;
}

#store_locator :-moz-placeholder {
	color: #666;
	text-transform: uppercase;
	opacity: 1;
}

#store_locator ::-moz-placeholder {
	color: #666;
	text-transform: uppercase;
	opacity: 1;
}

#store_locator :-ms-input-placeholder {
	color: #666;
	text-transform: uppercase;
	opacity: 1;
}

#store_locator a.btn {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 258px;
	height: 54px;
	padding: 12px 24px;
	margin: 1px;
	border-radius: 2px;
	background-color: #00adee;
	font: 700 15px/30px 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#store_locator a.btn:hover,
#store_locator a.btn:active {
	background-color: rgba(190, 237, 255, 0.4);
	color: #373636;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
}

/*
	///\\\
			end HOMEPAGE
	\\\///
*/

/*
	///\\\
			ABOUT
	\\\///
*/

.inner #main {
	display: block;
	padding-top: 84px;
}

#featArea {
	position: relative;
	width: 100%;
	padding-top: 24.74%;
	background-size: cover;
}

#featArea.fullscreen {
	height: 100vh;
	padding-top: 0;
}

#featArea .container {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#featArea h1 {
	padding-bottom: 0;
	font: 700 3.333em/1.1em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.34);
}

#about .sectionTitle {
	color: #00adee;
}

.fwSectCols2 {
	display: table;
	width: 100%;
	table-layout: fixed;
	font-weight: 400;
}

.fwSectCols2 .col-1_2 {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.fwSectCols2 .text {
	padding: 6%;
	text-align: center
}

.fwSectCols2 .sectionTitle {
	padding-bottom: 1em;
}

.fwSectCols2 .text p:last-of-type {
	padding-bottom: 0;
}

#sect_Commitments {
	padding-top: 78px;
	padding-bottom: 66px;
	background-color: #f6f6f6;
	font-weight: 400;
}

#sect_Commitments .intro {
	padding-bottom: 24px;
	text-align: center;
}

#sect_Commitments .sectionTitle {
	padding-bottom: 12px;
}

#sect_Commitments h3 {
	padding-bottom: 30px;
	font: 400 1.556em/1.2em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #00adee;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0
}

#sect_Commitments .col-1_2 {
	float: left;
}

#sect_Commitments .col-1_2:first-child {
	padding-right: 4%;
}

#sect_Commitments .col-1_2:last-child {
	padding-left: 4%;
}

#sect_Commitments .listLeaf {
	padding-bottom: 0
}

#sect_Commitments .listLeaf li {
	padding-bottom: 18px
}

/*
	///\\\
			end ABOUT
	\\\///
*/

/*
	///\\\
			CONTACT
	\\\///
*/

#contact .cols {
	padding-top: 76px;
	padding-bottom: 66px;
}

#contact .cols .col-1_2 {
	padding-bottom: 60px;
	float: left;
}

#contact .cols .col-1_2:nth-of-type(2) {
	padding-left: 6%;
}

#contact .cols .sectionTitle {
	text-align: left
}

#contact .info {
	display: table;
	width: 100%;
	padding-bottom: 18px;
}

#contact .info:last-of-type {
	padding-bottom: 0;
}

#contact .info .col {
	display: table-cell;
	vertical-align: top;
}

#contact .info .location {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 36px;
	padding-right: 12px;
	background: url(../images/Contact-icon-Location.png) no-repeat top left;
	width: 66%;
}

#contact .info .phone {
	padding-left: 66px;
	background: url(../images/Contact-icon-Phone.png) no-repeat 18px top
}

#contact .info strong {
	font-weight: 400;
}

#contactForm {
	margin-top: 24px;
	padding-top: 36px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#contactForm p {
	font-weight: 400;
	color: #666;
}

.c_form .cols2 .col {
	width: 50%;
	float: left
}

.c_form .col:first-child {
	padding-right: 5px;
}

.c_form .col:last-child {
	padding-left: 5px;
}

.c_form input,
.c_form textarea,
.c_form .selectionOptions {
	position: relative;
	display: block;
	width: 100%;
	padding: 12px 24px;
	margin-bottom: 10px;
	background-color: #e6e7e8;
	border-radius: 2px;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	font: 400 14px/30px 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0.07em;
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.c_form input:focus,
.c_form textarea:focus {
	background-color: rgba(230, 231, 232, 0.5);
}

.c_form ::-webkit-input-placeholder {
	color: #666;
	text-transform: uppercase;
	opacity: 1;
}

.c_form :-moz-placeholder {
	color: #666;
	text-transform: uppercase;
	opacity: 1;
}

.c_form ::-moz-placeholder {
	color: #666;
	text-transform: uppercase;
	opacity: 1;
}

.c_form :-ms-input-placeholder {
	color: #666;
	text-transform: uppercase;
	opacity: 1;
}

.c_form .selectionOptions {
	padding-right: 42px;
	text-transform: uppercase;
	color: #666;
	cursor: pointer
}

.c_form .selectionOptions {
	padding-right: 48px;
	text-transform: uppercase;
	color: #666;
}

.c_form .selectionOptions .arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	width: 24px;
	height: 24px;
	background: url(../images/form-arrows.png) no-repeat left top;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c_form .selectionOptions .arrow.active {
	background-position: left -24px
}

.optionsDropDownBox {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	list-style-type: none;
	padding-bottom: 0;
	z-index: 9;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.optionsDropDownBox li {
	padding-bottom: 0;
	margin-left: 0;
}

.optionsDropDownBox li a:before,
.optionsDropDownBox li a:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 3px;
	background-color: transparent;
	content: '';
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.optionsDropDownBox li a {
	position: relative;
	display: block;
	padding: 15px 30px;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #5d5d5d;
}

.optionsDropDownBox li a:hover:before,
.optionsDropDownBox li a:active:before {
	background-color: #00adee;
}

.optionsDropDownBox li:last-child a {
	border-bottom: none;
}

.c_form button {
	display: block;
	width: 100%;
	height: 54px;
	padding: 12px 24px;
	margin: 0;
	background-color: #00adee;
	border: none;
	border-radius: 2px;
	font: 700 15px/30px 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.c_form button:hover,
.c_form button:active {
	background-color: rgba(190, 237, 255, 0.4);
	color: #373636;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
}

#contact .cols .col-1_2:nth-of-type(2) h4 {
	padding-bottom: 12px;
	padding-top: 24px;
	font: 400 1.333em/1.667em 'Nunito Sans', Arial, Helvetica, sans-serif;
}

#contact .cols .col-1_2:nth-of-type(2) h4:nth-of-type(1) {
	padding-top: 0
}

#newsletter {
	padding-top: 66px;
	padding-bottom: 66px;
	background-color: #f6f6f6;
	text-align: center
}

#newsletter .sectionTitle {
	padding-bottom: 12px;
}

#newsletter p {
	max-width: 996px;
	margin: auto
}

#newsletter input {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 558px;
	height: 54px;
	padding: 12px 24px;
	margin: 1px;
	border-radius: 2px;
	background-color: #e6e7e8;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#newsletter input:focus {
	background-color: rgba(255, 255, 255, 0.8);
}

#newsletter ::-webkit-input-placeholder {
	color: #666;
	text-transform: uppercase;
	opacity: 1;
}

#newsletter :-moz-placeholder {
	color: #666;
	text-transform: uppercase;
	opacity: 1;
}

#newsletter ::-moz-placeholder {
	color: #666;
	text-transform: uppercase;
	opacity: 1;
}

#newsletter :-ms-input-placeholder {
	color: #666;
	text-transform: uppercase;
	opacity: 1;
}

#newsletter a.btn {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 148px;
	height: 54px;
	padding: 12px 24px;
	margin: 1px;
	border-radius: 2px;
	background-color: #00adee;
	font: 700 15px/30px 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#newsletter a.btn:hover,
#newsletter a.btn:active {
	background-color: rgba(190, 237, 255, 0.4);
	color: #373636;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
}

/*
	///\\\
			end CONTACT
	\\\///
*/

/*
	///\\\
			PRODUCT DETAIL
	\\\///
*/

/*#product_detail #main {
					padding-top: 0;	
}*/

#featArea h2.subtitle {
	padding-bottom: 0;
	padding-top: 6px;
	font: 700 1.667em/1.5em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.34);
	font-weight: 400;
}

#product_detail .section {
	padding-top: 84px;
	padding-bottom: 36px;
	text-align: center;
	line-height: 2em
}

#product_detail .sectionTitle {
	color: #00adee;
}

#products {
	background-color: #f6f6f6;
	padding-top: 78px;
	padding-left: 3.43%;
	padding-right: 3.43%;
}

#prodList .item {
	width: 25%;
	padding: 62px 28px 42px 28px;
	float: left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#prodList .item .image {
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
	padding-bottom: 96px;
	text-align: center;
}

#prodList .item .image a {
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
}

#prodList .item .image a img {
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#prodList .item header {
	display: table-row;
}

#prodList .item h1:before {
	position: absolute;
	top: -5px;
	left: 0;
	width: 95px;
	height: 5px;
	background-color: #00adee;
	content: ''
}

#prodList .item h1 {
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 34px;
	padding-bottom: 6px;
	font: 700 24px/1.2em "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif
}

#prodList .item header p {
	padding-bottom: 16px;
}

#prodList .item a.more {
	position: relative;
	font: 400 18px/24px "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif
}

#prodList .item a.more span {
	display: inline-block;
	vertical-align: middle;
}

#prodList .item a.more span.icon:before,
#prodList .item a.more span.icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: ''
}

#prodList .item a.more span.icon:before {
	width: 12px;
	height: 2px;
}

#prodList .item a.more span.icon:after {
	height: 12px;
	width: 2px;
}

#prodList .item a.more span.icon {
	position: relative;
	width: 37px;
	height: 35px;
	margin-right: 9px;
	background-color: #00adee;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

#prodList .item .image a:hover img,
#prodList .item .image a:active img {
	opacity: 0.75;
}

#prodList .item a.more:hover span.icon,
#prodList .item a.more:active span.icon {
	background-color: #000;
}

#prodList .item:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
}

/*
	///\\\
			end PRODUCT DETAIL
	\\\///
*/

/*
	///\\\
			BRANDS
	\\\///
*/

#brands_page .section {
	padding-top: 66px;
	padding-bottom: 60px;
	text-align: center;
	color: #666666;
}

#brandsFilter {
	background-color: #00adee;
	text-align: center;
	z-index: 9
}

#brandsFilter form {
	display: none;
}

#filtersList {
	list-style-type: none;
	padding-bottom: 0;
	text-align: center;
}

#filtersList li {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	padding-bottom: 0;
}

#filtersList li a {
	position: relative;
	display: block;
	padding: 24px;
	font: 400 24px/1.5em "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
	color: #e0eaee;
	text-transform: uppercase;
	letter-spacing: 0;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

#filtersList li.current a,
#filtersList li a:hover,
#filtersList li a:active {
	border-bottom: 3px solid #fff;
	color: #fff;
}

#brandsList {
	padding-top: 108px;
	padding-bottom: 108px;
	background-color: #f6f6f6
}

#brandsList .container {
	padding-left: 1.6%;
	padding-right: 1.6%;
}

#brandsList a {
	display: block;
	width: 21.8%;
	height: 214px;
	margin: 1.6%;
	padding: 12px;
	background-color: #fff;
	border: 3px solid #d8d8d8;
	border-radius: 12px;
	text-align: center;
	float: left;
	-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
	-webkit-transition: border-color 0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
}

#brandsList a span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

#brandsList a img {
	margin-bottom: 0;
}

#brandsList a:hover,
#brandsList a:active {
	border-color: #00adee;
}

/*
	///\\\
			end BRANDS
	\\\///
*/

/*
	///\\\
			SINGLE PRODUCT
	\\\///
*/

#product_page #main-content {
	position: relative;
	margin-top: -19%;
	z-index: 9;
}

#breadcrumbs {
	list-style-type: none;
	padding-bottom: 12px;
	font-size: 1em;
	font-weight: 400;
}

#breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
	padding-bottom: 0;
}

#breadcrumbs li strong {
	font-weight: 700;
	color: #fff;
}

#breadcrumbs li a:after {
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	margin-right: 1px;
	content: '-';
}

#breadcrumbs li a {
	display: block;
	color: #494949;
}

#breadcrumbs li a:hover,
#breadcrumbs li a:active {
	color: #fff;
}

#prodFeatBox:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 256px;
	content: '';
	-webkit-box-shadow: 0 -18px 18px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 -18px 18px rgba(0, 0, 0, 0.15);
	box-shadow: 0 -18px 18px rgba(0, 0, 0, 0.15);
}

#prodFeatBox {
	display: table;
	width: 100%;
	background-color: #fff;
	font-size: 1em;
	line-height: 2em;
	color: #666;
	letter-spacing: 0.1em;
	font-weight: 400;
}

#prodFeatBox .col-1_2 {
	display: table-cell;
	vertical-align: top;
}

#prodFeatBox .col-1_2:first-child {
	padding: 7% 5.15% 5.15% 3%;
}

#prodFeatBox .col-1_2:last-child {
	padding: 5.15% 5.15% 5.15% 0;
}

#prodFeatBox header:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96px;
	height: 5px;
	background-color: #00adee;
	content: ''
}

#prodFeatBox header {
	position: relative;
	padding-bottom: 48px;
	margin-bottom: 36px;
	border-bottom: 1px solid #ccc;
}

#prodFeatBox h1 {
	padding-bottom: 0;
	font: 700 60px/1.2em "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
	color: #00adee;
	letter-spacing: 0;
}

#prodFeatBox h1 sup {
	font-size: 36px;
}

#prodFeatBox h2 {
	padding-bottom: 0;
	font: 200 24px/1.2em 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	letter-spacing: 0;
}

#prodFeatBox a.defaultBtn {
	min-width: 258px;
	margin-top: 24px;
	padding: 15px;
	border-radius: 2px;
	background-color: #00adee;
	font: 700 15px/24px "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

#prodFeatBox a.defaultBtn:hover,
#prodFeatBox a.defaultBtn:active {
	background-color: rgba(190, 237, 255, 0.4);
	color: #373636;
}

#product_page .info {
	display: table;
	width: 100%;
	font-weight: 400;
	color: #666;
	letter-spacing: 0.1em
}

#product_page .info .col-1_2 {
	position: relative;
	display: table-cell;
	vertical-align: top;
}

#product_page .info .col-1_2:first-child:before {
	position: absolute;
	right: 0;
	bottom: 48px;
	top: 84px;
	width: 1px;
	background-color: #e5e5e5;
	content: ''
}

#product_page .info .col-1_2:first-child {
	padding-right: 5.15%;
}

#product_page .info .col-1_2:last-child {
	padding-left: 5.15%;
}

#product_page .info h3:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96px;
	height: 5px;
	background-color: #00adee;
	content: ''
}

#product_page .info h3 {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 36px;
	margin-top: 36px;
	border-bottom: 1px solid #ccc;
	font: 700 2em/1.2em "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	color: #00adee;
	text-transform: uppercase
}

#product_page .info .wrap {
	padding-right: 5%;
}

#product_page .listLeaf li:before {
	background-position: left top
}

.nutritionTable .row {
	position: relative;
	max-width: 506px;
	margin-bottom: 18px;
	background: url(../images/table-dots.png) repeat-x left 18px;
}

.nutritionTable .row .col {
	position: relative;
	display: inline-block;
	background-color: #fff;
	letter-spacing: 0.02em;
}

.nutritionTable .row .col:first-child {
	padding-right: 6px;
}

.nutritionTable .row .col:last-child {
	position: absolute;
	right: 0;
	padding-left: 6px;
	color: #ec393f;
}

/*
	///\\\
			end SINGLE PRODUCT
	\\\///
*/

/*
	///\\\
			FIND A STORE
	\\\///
*/

#findStore #featArea .container {
	max-width: none;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#findStore #featArea h1 {
	font-size: 4.444em;
	letter-spacing: 0.05em;
}

#storesForm {
	padding-top: 4%;
	padding-bottom: 4%;
}

#storesForm input,
#storesForm .selectOption {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 316px;
	padding: 13px 17px;
	margin: 0 3px;
	border: 1px solid #fff;
	border-radius: 1px;
	background-color: rgba(255, 255, 255, 0.18);
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#storesForm .selectOption {
	padding-right: 36px;
}

#storesForm input:focus {
	background-color: rgba(0, 0, 0, 0.18);
}

#storesForm ::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

#storesForm :-moz-placeholder {
	color: #fff;
	opacity: 1;
}

#storesForm ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

#storesForm :-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

#storesForm .selectOption .active {
	position: relative;
	display: block;
	overflow: hidden;
}

#storesForm .selectOption select {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.18);
	border: 1px solid #fff;
	z-index: 9;
	cursor: pointer;
}

#storesForm .selectOption select option {
	padding: 9px;
	font-size: 16px;
}

#storesForm .selectOption .arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	width: 24px;
	height: 24px;
	background: url(../images/formStore-arrows.png) no-repeat left -24px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#storesForm .selectOption .arrow.up {
	background-position: left top
}

#storesForm button {
	display: inline-block;
	vertical-align: top;
	width: 316px;
	margin: 0 3px;
	padding: 13px 17px;
	background: #00adee;
	border-radius: 1px;
	border: none;
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#storesForm button:hover {
	background-color: #fff;
	color: #00adee;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

#findStore .map {
	position: relative;
}

#findStore iframe {
	display: block;
	width: 100%;
	height: 786px;
	height: 87.33vh;
	min-height: 360px;
}

.storeLocation {
	position: absolute;
	width: 46px;
	height: 64px;
	padding-bottom: 47px;
	background: url(../images/storeLocator-pin.png) no-repeat center center;
	font-weight: 400;
	font-size: 20px;
	line-height: 46px;
	color: #fff;
	text-align: center;
}

.storeLocation .infoBox:before {
	position: absolute;
	left: -12px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 12px 0;
	border-color: transparent #fff transparent transparent;
	content: '';
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.storeLocation .infoBox {
	position: absolute;
	right: -324px;
	top: 50%;
	width: 300px;
	margin-top: -8px;
	padding: 18px;
	border-radius: 6px;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.875em;
	text-align: left;
	color: #555;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.storeLocation .infoBox h3 {
	padding-bottom: 9px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
	line-height: 1.5em;
	color: #00adee;
	font-weight: 400;
}

.storeLocation .infoBox .row {
	display: table;
	width: 100%;
}

.storeLocation .infoBox .col {
	display: table-cell;
	vertical-align: middle;
}

.storeLocation .infoBox .info {
	padding-right: 12px;
	border-right: 1px solid #e5e5e5;
}

.storeLocation .infoBox .distance {
	width: 90px;
	padding-left: 12px;
	text-align: center;
	font-size: 24px;
	line-height: 1.1em;
	color: #00adee;
}

.storeLocation .infoBox .distance small {
	font-size: 16px;
	line-height: 1.1em;
	color: #c4c0b7;
}

#storeResults .container {
	margin-top: -104px;
	margin-bottom: 5%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
}

#storeResults h2 {
	padding: 48px 24px 36px 24px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.6)
}

#storeResults .table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#storeResults .table .row {
	display: table-row
}

#storeResults .table .cell {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 24px 48px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	color: #636363;
}

#storeResults .table .row:last-of-type .cell {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#storeResults .table .address {
	width: 50%;
}

#storeResults .table .directions {
	width: 292px;
}

#storeResults .icon:before {
	position: absolute;
	left: 50%;
	bottom: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 8px 0 8px;
	border-color: #00adee transparent transparent transparent;
	content: '';
	-webkit-transform: rotate(360deg);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#storeResults .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
	height: 46px;
	background-color: #00adee;
	border-radius: 50%;
	font-weight: 400;
	font-size: 20px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#storeResults .wrapper {
	position: relative;
	padding-left: 66px
}

#storeResults h3 {
	padding-bottom: 0;
	font-size: 18px;
	line-height: 1.333em;
	color: #000;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: 700;
}

#storeResults p {
	padding-bottom: 0;
}

#storeResults a.btn {
	display: block;
	width: 196px;
	height: 55px;
	border-radius: 1px;
	background-color: #00adee;
	font: 700 15px/55px 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase
}

#storeResults a.btn:hover,
#storeResults a.btn:active {
	background-color: #fff;
	color: #00adee;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

#storeResults .more {
	text-align: center;
	padding: 4.5% 0 3.5%;
}

#storeResults .more div {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/icon-arrow-down.png) no-repeat center center;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#storeResults .more div:hover {
	background-position: center 10px;
}

/*
	///\\\
			end FIND A STORE
	\\\///
*/

/*
	///\\\
			CAREERS
	\\\///
*/

.cr_2cols {
	padding-bottom: 112px;
	color: #666;
	font-weight: 400;
}

.cr_2cols.top {
	padding-top: 102px;
}

.cr_2cols .col-1_2 {
	float: left;
}

.cr_2cols .col-1_2:nth-of-type(1) {
	padding-right: 36px;
}

.cr_2cols .col-1_2:nth-of-type(2) {
	padding-left: 24px;
}

.cr_2cols h3.subtitle {
	padding-bottom: 0.5em;
	font: 700 2em/1.2em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #00adee;
	text-transform: uppercase
}

.cr_2cols h2 {
	padding-bottom: 0.5em;
	font: 700 2.667em/1.2em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	text-transform: uppercase;
	letter-spacing: 0;
}

#employeeCarousel {
	padding-top: 48px;
}

#employeeCarousel .item {
	margin: 0;
	text-align: center
}

#employeeCarousel .image {
	width: 215px;
	height: 215px;
	margin: auto auto 36px auto;
	border-radius: 50%;
	overflow: hidden;
}

#employeeCarousel .image img {
	margin-bottom: 0;
}

#employeeCarousel .item p {
	padding-bottom: 24px;
	font: 400 1.333em/2em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
}

#employeeCarousel footer:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 170px;
	height: 1px;
	background-color: #c2c2c2;
	margin-left: -85px;
	content: ''
}

#employeeCarousel footer {
	position: relative;
	padding-top: 24px;
	font: 400 1em/2em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #00adee;
}

#employeeCarousel .owl-nav {
	position: absolute;
	top: 86px;
	left: 50%;
	width: 400px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#employeeCarousel .owl-nav div {
	position: absolute;
	top: 0;
	width: 36px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999em;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

#employeeCarousel .owl-prev {
	left: 0;
	background-image: url(../images/employment_opportunities-arrow-left.png)
}

#employeeCarousel .owl-next {
	right: 0;
	background-image: url(../images/employment_opportunities-arrow-right.png)
}

#employeeCarousel .owl-nav div:hover {
	opacity: 0.7
}

.cr_2cols .box {
	position: relative;
	padding: 96px 66px;
	background-color: #f6f6f6;
}

.cr_2cols .box:last-child:before {
	position: absolute;
	top: 0;
	left: 60px;
	right: 60px;
	height: 1px;
	background-color: #c2c2c2;
	content: ''
}

.cr_2cols .box h3 {
	padding-bottom: 0;
	text-align: center;
	font-size: 1.667em;
	color: #666;
}

.cr_2cols .box img {
	margin-bottom: 40px;
}

.cr_2cols.two .col-1_2 h2 {
	padding-top: 8%;
}

.cr_2cols .video {
	position: relative;
	width: 100%;
	max-width: 626px;
	margin: auto;
	cursor: pointer;
}

.cr_2cols .video img {
	margin-bottom: 0;
}

.cr_2cols .video .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/employment_opportunities-playBtn.png) no-repeat center center;
	-webkit-background-size: 90px auto;
	-moz-background-size: 90px auto;
	-ms-background-size: 90px auto;
	-o-background-size: 90px auto;
	background-size: 90px auto;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

.cr_2cols .video:hover .btn {
	background-color: rgba(0, 0, 0, 0.2)
}

#careersOp {
	background-color: #f6f6f6;
	padding-top: 76px;
	padding-bottom: 0;
}

#careersOp h2 {
	padding-bottom: 24px;
	font: 700 2em/1.2em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #00adee;
	text-transform: uppercase;
	text-align: center
}

/*
	///\\\
			end CAREERS
	\\\///
*/

/*
	///\\\
			CAREERS OPPORTUNITIES
	\\\///
*/

#crOpporunities {
	font-weight: 400;
}

#crOpporunitiesTopSection {
	position: relative;
	z-index: 9;
}

#crOpporunitiesTopSection .col:first-child {
	width: 55.54%;
	padding-top: 50px;
	float: left;
}

#crOpporunitiesTopSection .col:last-child {
	width: 39.94%;
	margin-top: -6%;
	float: right;
}

#crOpporunitiesTopSection .btns {
	padding-bottom: 18px;
}

#crOpporunitiesTopSection .btns a {
	display: inline-block;
	vertical-align: middle;
	width: 258px;
	padding: 15px;
	margin-bottom: 24px;
	margin-right: 8px;
	text-align: center;
	text-transform: uppercase;
	font: 700 15px/24px 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #fff;
}

#crOpporunitiesTopSection .btns a.apply {
	background-color: #00adee;
}

#crOpporunitiesTopSection .btns a.join {
	background-color: #798588;
}

#crOpporunitiesTopSection .btns a:hover,
#crOpporunitiesTopSection .btns a:active {
	background-color: rgba(190, 237, 255, 0.4);
	color: #373636;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
}

.opportunitiesLists {
	padding-top: 24px;
	padding-bottom: 9%;
}

.opportunitiesLists .list {
	width: 31.59%;
	margin-right: 2.615%;
	padding-top: 24px;
	float: left;
}

.opportunitiesLists .list:last-child {
	margin-right: 0
}

.opportunitiesLists .list h3:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background-color: #00adee;
	content: ''
}

.opportunitiesLists .list h3 {
	position: relative;
	padding-bottom: 0;
	padding-left: 18px;
	margin-bottom: 24px;
	font: 700 1.111em/1.2em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #5d5d5d;
}

.list ul {
	list-style-type: none;
	padding: 36px 12px 30px 12px;
	border: 1px solid #ededed;
}

.list li {
	position: relative;
	margin-left: 9%;
	padding-left: 35px
}

.list li .icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background-color: #00adee;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: ''
}

.list li .icon {
	position: absolute;
	top: 0.35em;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	border: 2px solid #00adee;
}

#crOpporunitiesBottomSection {
	padding-bottom: 24px;
	background-color: #798588;
	color: #fff;
}

#socialmedia {
	padding-top: 48px;
	padding-bottom: 40px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}

#socialmedia h2 {
	padding-bottom: 18px;
	font: 700 1em/1.2em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
}

#socialmedia a {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	margin: 5px 1px;
	border-radius: 50%;
	background-color: #d7dbdc;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

#socialmedia a.twitter {
	background-image: url(../images/icon-twitter2-grey.png);
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}

#socialmedia a.facebook {
	background-image: url(../images/icon-facebook2-grey.png);
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
	-ms-background-size: 13px auto;
	-o-background-size: 13px auto;
	background-size: 13px auto;
}

#socialmedia a.linkedin {
	background-image: url(../images/icon-linkedin2-grey.png);
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}

#socialmedia a.youtube {
	background-image: url(../images/icon-youtube2-grey.png);
	-webkit-background-size: 25px auto;
	-moz-background-size: 25px auto;
	-ms-background-size: 25px auto;
	-o-background-size: 25px auto;
	background-size: 25px auto;
}

#socialmedia a.sm {
	background-image: url(../images/icon-sm-grey.png);
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
	-ms-background-size: 18px auto;
	-o-background-size: 18px auto;
	background-size: 18px auto;
}

#socialmedia a.share {
	background-image: url(../images/icon-share-grey.png);
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-ms-background-size: 20px auto;
	-o-background-size: 20px auto;
	background-size: 20px auto;
}

#socialmedia a.rss {
	background-image: url(../images/icon-rss-grey.png);
	-webkit-background-size: 19px auto;
	-moz-background-size: 19px auto;
	-ms-background-size: 19px auto;
	-o-background-size: 19px auto;
	background-size: 19px auto;
}

#socialmedia a:hover,
#socialmedia a:active {
	background-color: #fff;
}

#crOpporunitiesBottomSection .notes {
	font-size: 0.778em;
	line-height: 1.714em
}

#crOpporunitiesBottomSection .notes h3 {
	padding-bottom: 0;
	font-size: 1.143em;
}

#crOpporunitiesBottomSection .notes p {
	padding-bottom: 36px
}

#crOpporunitiesOptions {
	padding-top: 72px;
	background-color: #f6f6f6;
}

#crOpporunitiesCarousel {
	padding-bottom: 54px;
}

#crOpporunitiesCarousel .owl-carousel {
	width: 92%;
	margin: auto;
}

#crOpporunitiesCarousel .item {
	position: relative;
	cursor: pointer;
	text-align: center;
}

#crOpporunitiesCarousel .icon {
	display: inline-block;
	width: 182px;
	height: 182px;
	border: 2px solid #5d5d5d;
	border-radius: 50%;
	margin-bottom: 18px;
	background: url(../images/CareerOp-icons.png) no-repeat
}

#crOpporunitiesCarousel .item:hover .icon,
#crOpporunitiesCarousel .item.selected .icon {
	border-color: #00adee;
	background-color: #00adee
}

#crOpporunitiesCarousel .icon.benefits {
	background-position: 0 0
}

#crOpporunitiesCarousel .item:hover .icon.benefits,
#crOpporunitiesCarousel .item.selected .icon.benefits {
	background-position: 0 -180px
}

#crOpporunitiesCarousel .icon.learning {
	background-position: -180px 0
}

#crOpporunitiesCarousel .item:hover .icon.learning,
#crOpporunitiesCarousel .item.selected .icon.learning {
	background-position: -180px -180px
}

#crOpporunitiesCarousel .icon.health {
	background-position: -360px 0
}

#crOpporunitiesCarousel .item:hover .icon.health,
#crOpporunitiesCarousel .item.selected .icon.health {
	background-position: -360px -180px
}

#crOpporunitiesCarousel .icon.givingBack {
	background-position: -540px 0
}

#crOpporunitiesCarousel .item:hover .icon.givingBack,
#crOpporunitiesCarousel .item.selected .icon.givingBack {
	background-position: -540px -180px
}

#crOpporunitiesCarousel .icon.balance {
	background-position: -720px 0
}

#crOpporunitiesCarousel .item:hover .icon.balance,
#crOpporunitiesCarousel .item.selected .icon.balance {
	background-position: -720px -180px
}

#crOpporunitiesCarousel .icon.rewards {
	background-position: -900px 0
}

#crOpporunitiesCarousel .item:hover .icon.rewards,
#crOpporunitiesCarousel .item.selected .icon.rewards {
	background-position: -900px -180px
}

#crOpporunitiesCarousel h3 {
	padding-bottom: 20px;
	font: 700 1.111em/1.2em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #5d5d5d;
}

#crOpporunitiesCarousel .item:hover h3,
#crOpporunitiesCarousel .item.selected h3 {
	color: #00adee;
}

#crOpporunitiesCarousel .item.selected:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10.5px 0 10.5px;
	border-color: #00adee transparent transparent transparent;
	content: '';
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#crOpporunitiesCarousel .owl-nav {
	position: absolute;
	top: 76px;
	left: -5%;
	right: -5%;
}

#crOpporunitiesCarousel .owl-nav div {
	position: absolute;
	width: 17px;
	height: 32px;
	background: url(../images/careerOp-arrows.png) no-repeat 0 0;
	text-indent: -999em;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

#crOpporunitiesCarousel .owl-nav div.owl-prev {
	left: 0;
}

#crOpporunitiesCarousel .owl-nav div.owl-next {
	right: 0;
	background-position: -36px 0;
}

#crOpporunitiesCarousel .owl-nav div:hover {
	opacity: 0.8
}

.selectedOption {
	padding-top: 92px;
	padding-bottom: 102px;
	background-image: url(../images/careerOp-bgImg.jpg)
}

.selectedOption .col:first-child {
	width: 29.64%;
	float: left;
}

.selectedOption .col:last-child {
	width: 69%;
	float: right;
}

.selectedOption .textwrapper {
	background-color: #fff;
	border-top: 4px solid #00adee;
	padding: 44px;
	color: #666;
	line-height: 2em;
	-webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.selectedOption .textwrapper h3 {
	width: 90%;
	max-width: 634px;
	padding-bottom: 18px;
	font: 700 1.111em/1.2em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #00adee;
}

.selectedOption .textwrapper p:last-of-type {
	padding-bottom: 0;
}

.selectedOption .list {
	font: 700 1.111em/1.5em 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #5d5d5d;
}

.selectedOption .list ul {
	padding: 0;
	border: none
}

.selectedOption .list ul ul {
	padding-bottom: 6px;
	padding-top: 6px;
}

.selectedOption .list li {
	margin-left: 0;
	padding-bottom: 9px;
	padding-top: 9px;
	padding-left: 28px;
	cursor: pointer;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.selectedOption .list li:hover,
.selectedOption .list .selected {
	color: #00adee !important;
}

.selectedOption .list .selected li {
	padding-bottom: 3px;
	padding-top: 3px;
	color: #818181;
	font-size: 0.8em;
}

.selectedOption .list li .icon {
	top: 0.8em;
}

#testimonialsSection {
	padding-top: 0;
	padding-bottom: 96px;
}

#testimCarousel .owl-carousel {
	max-width: 1162px;
	margin: auto
}

#testimCarousel .item {
	position: relative;
	padding-left: 244px;
}

#testimCarousel .item img.avatar {
	position: absolute;
	left: 0;
	top: 0;
	width: 215px;
	border-radius: 50%;
}

#testimCarousel .item .quote {
	position: absolute;
	top: 0;
	left: 244px;
}

#testimCarousel .item blockquote {
	padding-left: 108px;
	margin: 0;
	color: #666;
	line-height: 2em
}

#testimCarousel .item footer:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 1px;
	background-color: #666;
	content: ''
}

#testimCarousel .item footer {
	position: relative;
	padding-top: 24px;
	padding-bottom: 18px;
	font-family: 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	line-height: 1.2em
}

#testimCarousel .item footer .name {
	color: #00adee;
	font-weight: 700;
}

#testimCarousel .item footer small {
	font-size: 12px;
	color: #737373;
}

#testimCarousel .owl-dots {
	padding-left: 30.2%;
}

#testimCarousel .owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 9px;
	background-color: #acacac;
	border-radius: 50%;
}

#testimCarousel .owl-dot.active {
	background-color: #4ac4f2;
}

#pagesNav {
	padding-bottom: 42px;
	text-align: center;
}

#pagesNav a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 33.3%;
	padding: 24px 40px;
	margin-left: -4px;
	text-align: center;
	color: #acacac;
	font-family: 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase
}

#pagesNav a:nth-of-type(1):before,
#pagesNav a:nth-of-type(2):before,
#pagesNav a:nth-of-type(3):before {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.21);
	content: ''
}

#pagesNav a:nth-of-type(1):after,
#pagesNav a:nth-of-type(2):after,
#pagesNav a:nth-of-type(4):after,
#pagesNav a:nth-of-type(5):after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	content: ''
}

#pagesNav a:hover,
#pagesNav a:active {
	color: #00adee;
}

/*
	///\\\
			end CAREERS OPPORTUNITIES
	\\\///
*/

#inlineframe #powered-by {
	display: none !important
}

/* \\\\\\\\\\ */

/* \\\\\\\\\\ */

/* ------------> FOOTER   */

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

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

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

#footer {
	background-color: #00adee;
	color: #fff;
}

#footer .cols {
	display: table;
	width: 100%;
	padding-top: 15px;
}

#footer .cols .col {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 15px;
}

#footer .cols .col:nth-of-type(1) {
	width: 100px;
}

#footer .cols .col:nth-of-type(3) {
	width: 253px;
}

#footer .cols .col:nth-of-type(2) {
	padding-right: 1%;
	padding-left: 1%;
	text-align: center;
}

#footer .cols .col:nth-of-type(1) .logo {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 6px;
}

#footer .cols .col:nth-of-type(1) h3 {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 0;
	text-transform: uppercase;
	font-family: 'Montserrat', 'Nunito Sans', Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-weight: 700;
}

#f_socialNet {
	list-style-type: none;
	padding-bottom: 0;
	text-align: right
}

#f_socialNet li {
	display: inline-block;
	margin: 3px -4px 3px 4px;
	padding-bottom: 0;
	vertical-align: middle;
}

#f_socialNet a {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

#f_socialNet a.twitter {
	background-image: url(../images/icon-twitter2.png);
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}

#f_socialNet a.facebook {
	background-image: url(../images/icon-facebook2.png);
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
	-ms-background-size: 13px auto;
	-o-background-size: 13px auto;
	background-size: 13px auto;
}

#f_socialNet a.linkedin {
	background-image: url(../images/icon-linkedin2.png);
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}

#f_socialNet a.youtube {
	background-image: url(../images/icon-youtube2.png);
	-webkit-background-size: 25px auto;
	-moz-background-size: 25px auto;
	-ms-background-size: 25px auto;
	-o-background-size: 25px auto;
	background-size: 25px auto;
}

#f_socialNet a.glassdoor {
	background-image: url(../images/icon-glassdoor2.png);
	-webkit-background-size: 25px auto;
	-moz-background-size: 25px auto;
	-ms-background-size: 25px auto;
	-o-background-size: 25px auto;
	background-size: 25px auto;
}

#f_socialNet a:hover,
#f_socialNet a:active {
	background-color: #b3e7fa;
}

.f_nav {
	list-style-type: none;
	padding-bottom: 0;
}

.f_nav li {
	display: inline-block;
	vertical-align: top;
	margin: 6px;
	padding-bottom: 0;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.075em;
	font-weight: 400
}

#footer .bottomRow {
	display: table;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	letter-spacing: 0;
	font-weight: 400;
}

#footer .bottomRow .col {
	display: table-cell;
	vertical-align: middle;
}

#footer .bottomRow .col:last-child {
	text-align: right
}

#footer a {
	color: #fff;
}

#footer a:hover,
#footer a:active {
	color: rgba(255, 255, 255, 0.85)
}

/* \\\\\\\\\\ */

/* \\\\\\\\\\ */

/* \\\\\\\\\\ */

/* ------------> end FOOTER */

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

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

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

/* taxonomy brand */

#filtersList.filter-brand-type li.current a,
#filtersList.filter-brand-type li a:hover {
	border-bottom: 0;
	background-color: #00adee;
	border-radius: 100px;
	margin: 0 20px 20px;
	color: #e0eaee;
}

#filtersList.filter-brand-type li a {
	border: 1px solid #00adee;
	border-radius: 100px;
	margin: 0 20px 20px;
	color: #00adee;
}

#filtersList.filter-brand-type li a:hover {
	border-bottom: 0;
}

@media screen and (min-width: 60em) {
	#productsFilter form {
		display: none;
	}
}

@media screen and (max-width: 60em) {
	#filtersList.filter-brand-type {
		display: none;
	}
}

/* brand filtering */

#filtersList.filter-brand-type li.current a,
#filtersList.filter-brand-type li a:hover {
	border-bottom: 0;
	background-color: #00adee;
	border-radius: 100px;
	margin: 0 20px 20px;
	color: #e0eaee;
}

#filtersList.filter-brand-type li a {
	border: 1px solid #00adee;
	border-radius: 100px;
	margin: 0 20px 20px;
	color: #00adee;
}

#filtersList.filter-brand-type li a:hover {
	border-bottom: 0;
}

.recipe-image {
	margin-bottom: 45px;
}

.recipe-image img {
	max-width: 100%;
	margin: 0;
}
.recipe-image a {
	background: #eee;
	display: block;
	padding-bottom: 8px;
	cursor: pointer;
}
.recipe-image span {
	padding-left: 15px;
	font: 700 1em "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
}