 /*
Theme Name: Scratch
Theme URI: http://cariadmarketing.com
Author: Cariad Marketing
Author URI: http://cariadmarketing.com
Description: A responsive theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: cariad-marketing
Text Domain: scratch
*/

/* DEFAULT 
******************************************************************************************************************************************/
/* Reset
======================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
star
/* Body
======================================== */
body {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	width:100%;
	height: 100%;
	overflow-x:hidden;
  	-webkit-text-size-adjust: none;
  	-webkit-font-smoothing: antialiased;
}



/* Font Face
======================================== */
@font-face {
    font-family: 'titillium_b';
    src: url('fonts/titillium-bold-webfont.woff2') format('woff2'),
         url('fonts/titillium-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titillium_l';
    src: url('fonts/titillium-light-webfont.woff2') format('woff2'),
         url('fonts/titillium-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titillium_li';
    src: url('fonts/titillium-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/titillium-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titillium_r';
    src: url('fonts/titillium-regular-webfont.woff2') format('woff2'),
         url('fonts/titillium-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titillium_ri';
    src: url('fonts/titillium-regularitalic-webfont.woff2') format('woff2'),
         url('fonts/titillium-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titillium_sb';
    src: url('fonts/titillium-semibold-webfont.woff2') format('woff2'),
         url('fonts/titillium-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Hide classes
======================================== */
@media all and (min-width: 1px) and (max-width: 1025px) {
	.hide-mobile {
		display:none;
	}
} /* END @Media */
@media all and (max-width: 1024px) {
	.hide-under-1025 {
		display:none !important;
	}
} /* END @Media */
@media all and (min-width: 1025px) {
	.hide-over-1025 {
		display:none;
	}
} /* END @Media */
@media all and (max-width: 700px) {
	.hide-under-700 {
		display:none !important;
	}
} /* END @Media */
@media all and (min-width: 700px) {
	.hide-over-700 {
		display:none;
	}
} /* END @Media */

.hide { display: none; }


/* Clearfix
======================================== */
.clear {
clear:both;
}
.group::after {
content: "";
clear:both;
display:table;
}


/* Wrappers
======================================== */
.full-wrapper { width:100%; margin:auto; }
.wrapper { max-width:1250px; width:90%; margin:auto; }
.wrapper-100 { max-width:1250px; width:100%; margin:auto; }

.header-wrapper { width:90%; margin:auto; padding:17px 0 12px 0; }

.small-wrapper { max-width:700px; }
.med-wrapper { max-width:900px; }
.large-wrapper { max-width:1025px; }
.huge-wrapper { max-width:1400px; }

.absolute-header {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:10;
}


/* Padding and Margin
======================================== */
.paddingt10 {padding-top:10px;}
.paddingb10 {padding-bottom:10px;}
.paddingt15 {padding-top:15px;}
.paddingb15 {padding-bottom:15px;}
.paddingt20 {padding-top:15px;}
.paddingb20 {padding-bottom:15px;}
.paddingt30 {padding-top:20px;}
.paddingb30 {padding-bottom:20px;}
.paddingt40 {padding-top:30px;}
.paddingb40 {padding-bottom:30px;}
.paddingt60 {padding-top:40px;}
.paddingb60 {padding-bottom:40px;}
.paddingt80 {padding-top:60px;}
.paddingb80 {padding-bottom:60px;}
.paddingt100 {padding-top:60px;}
.paddingb100 {padding-bottom:60px;}

.margint5 {margin-top:5px;}
.marginb5 {margin-bottom:5px;}
.margint10 {margin-top:10px;}
.marginb10 {margin-bottom:10px;}
.margint15 {margin-top:15px;}
.marginb15 {margin-bottom:15px;}
.margint20 {margin-top:15px;}
.marginb20 {margin-bottom:15px;}
.margint30 {margin-top:20px;}
.marginb30 {margin-bottom:20px;}
.margint40 {margin-top:30px;}
.marginb40 {margin-bottom:30px;}
.margint60 {margin-top:40px;}
.marginb60 {margin-bottom:40px;}
.margint80 {margin-top:60px;}
.marginb80 {margin-bottom:60px;}
.margint100 {margin-top:60px;}
.marginb100 {margin-bottom:60px;}

.margin0 {margin:0;}
.marginr5 {margin-right:5px;}
.marginl5 {margin-left:5px;}
.marginr10 {margin-right:10px;}
.marginl10 {margin-left:10px;}
.marginr20 {margin-right:20px;}
.marginl20 {margin-left:20px;}
.marginr30 {margin-right:30px;}
.marginl30 {margin-left:30px;}
.marginr40 {margin-right:40px;}
.marginl40 {margin-left:40px;}

/* Float & Alignment
======================================== */
.alignleft, .float-left {float:left;}
.alignright, .float-right {float:right;}
.aligncenter { display: block; margin-left: auto; margin-right: auto;}
.float-none {float:none;}
.center { text-align:center;}
.dblock { display:block; }
.float-left-mob { float:left; }
.float-right-mob { float:right; }

/* Hr's & borders
======================================== */
hr { border: 0; height: 1px; background: #414042; }

.bt-orange { border-top:5px solid #FFDF3B; }
.bb-orange { border-bottom:5px solid #FFDF3B; }

.bt-yellow { border-top:5px solid #FFDF3B; }
.bb-yellow { border-bottom:5px solid #FFDF3B; }

.bt-dark { border-top:1px solid #555555; }
.bb-dark { border-bottom:1px solid #555555; }

.bt-grey { border-top:1px solid #cccccc; }
.bb-grey { border-bottom:1px solid #cccccc; }

.no-bb { border-bottom: none !important; }
.no-bt { border-top: none !important; }

.border-none { border-bottom:none; }

/* Forms & Focus
======================================== */
input { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
input[type=checkbox] { -webkit-appearance:checkbox !important; appearance:checkbox !important; }
input[type=radio] { -webkit-appearance:radio !important; appearance:radio !important; }
select:-moz-focusing { color: transparent; text-shadow: 0 0 0 #000; }
select { cursor:pointer; }
:focus { outline:none; }
::-moz-focus-inner { border:0;}
button:focus { outline:0; }
button { 
	border:none; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0; 
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777777;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777777;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #777777;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #777777;
  opacity: 1;
}

/* Position
======================================== */
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}

/* TEXT
******************************************************************************************************************************************/
p, a, td, th, li { font-size:14px; color:#414042; line-height:20px; margin-bottom:25px; font-family:"proxima-nova", Helvetica, Arial, sans-serif; font-weight:300; }
a { color:#FFDF3B; text-decoration:none; -webkit-transition:color 0.2s; -moz-transition:color 0.2s; transition:color 0.2s; margin-bottom:0; }
a:hover { color:#000000; }
a.white:hover {
	color:#FFDF3B;
}


li { list-style-type:none; margin-left:0; margin-bottom:0; line-height:18px; }
strong, b { font-family:"proxima-nova", Helvetica, Arial, sans-serif; font-weight:600; }
em { font-style: italic; }
.capital { text-transform: uppercase; }
.small { font-size:12px; line-height: 14px; }

.intro-text p:first-of-type { font-size:18px; line-height:24px; margin-bottom:25px; font-weight:200; }
.intro-text p:first-of-type a { font-size:18px; line-height:24px; margin-bottom:25px; font-weight:200; }

.w1 { font-weight:100; }
.w1 { font-weight:100; }
.w2 { font-weight:300; } /* light */
.w3 { font-weight:300; }
.w4 { font-weight:300; } /* regular */
.w5 { font-weight:500; } /* medium */
.w6 { font-weight:700; }
.w7 { font-weight:700; } /* bold */

/*
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family:"titillium_b", Helvetica, Arial, sans-serif;
}
*/

h1, h1 a { font-size:30px; margin-bottom:25px; line-height:26px; color:#000000; font-family:"titillium_b", Helvetica, Arial, sans-serif; }
h2, h2 a { font-size:24px; margin-bottom:22px; line-height:30px; color:#000000; font-family:"titillium_b", Helvetica, Arial, sans-serif; }
h3, h3 a { font-size:20px; margin-bottom:19px; line-height:24px; color:#000000; font-family:"titillium_sb", Helvetica, Arial, sans-serif; }
h4, h4 a { font-size:18px; margin-bottom:16px; line-height:20px; color:#000000; font-family:"titillium_sb", Helvetica, Arial, sans-serif; }
h5, h5 a { font-size:16px; margin-bottom:12px; line-height:18px; color:#000000; font-family:"titillium_sb", Helvetica, Arial, sans-serif; }
h6, h6 a { font-size:10px; margin-bottom:8px; line-height:14px; color:#000000; font-family:"titillium_sb", Helvetica, Arial, sans-serif; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#FFDF3B;
}

.small-h1, .small-h1 a { font-size:20px; margin-bottom:20px; line-height:30px; }


@media all and (min-width: 700px) {
	
	h1, h1 a { font-size:50px; margin-bottom:24px; line-height:55px; }
	h2, h2 a { font-size:32px; margin-bottom:22px; line-height:40px; }
	h3, h3 a { font-size:25px; margin-bottom:20px; line-height:32px; }
	h4, h4 a { font-size:19px; margin-bottom:18px; line-height:24px; }
	h5, h5 a { font-size:16px; margin-bottom:16px; line-height:19px; }
	
	.small-h1, .small-h1 a { font-size:30px; margin-bottom:24px; line-height:38px; }
	.content h2, .content h2 a, .small-h2, .small-h2 a { font-size:26px; margin-bottom:20px; line-height:33px; }
	.content h3, .content h3 a, .small-h3, .small-h3 a { font-size:22px; margin-bottom:18px; line-height:28px; }
	
	p, a, td, th, li { font-size:16px; line-height:22px;}
	
	.intro-text p:first-of-type { font-size:20px; line-height:28px; margin-bottom:25px; font-weight:200; }
	.intro-text p:first-of-type a { font-size:20px; line-height:28px; margin-bottom:25px; font-weight:200; }

} /* END @Media */


/* Title block
======================================== */
.title-block h1, .title-block h2, .title-block h3 {
	color:#ffffff;
}
.title-block h1 {
	margin-bottom: 15px;
}
.title-block p {
	color: #FFDF3B;
}


/* Content
======================================== */
.content a {
	color:#414042;
	text-decoration:none;
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	border-bottom:1px dotted #414042;
}
.content a:hover { 
	color:#FFDF3B; 
	border-bottom:1px dotted #FFDF3B;
}
.content p:last-child { margin-bottom:0; }
.content table { margin:0 0 15px 0; width:100%; }
.content table th { padding:5px; background:#E5E5E5; text-align:center; border:1px solid #D5D2D2; }
.content table td { padding:5px; border:1px solid #E5E5E5; text-align:center; }

.content ul, .content ol { margin-bottom:20px; }
.content ul li, .content ol li { list-style-type:disc; margin-left:15px; margin-bottom:10px; line-height:22px; color:#414042; font-family:"proxima-nova", Helvetica, Arial, sans-serif; }
.content ol li { list-style-type:decimal; margin-bottom:10px; }
.content img { width:auto; max-width:100%; height:auto; }

/* Special List
======================================== */
.content .special-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top:50px;
}
.content .special-list li {
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	padding-left: 32px;
	margin-bottom:20px;
	font-size:18px;
	line-height:30px;
	list-style-type: none;
}


/* Caption
======================================== */
.wp-caption { font-size:13px; margin-bottom:10px; line-height:20px; color:#888; }
.wp-caption-text { font-size:13px; margin-bottom:10px; line-height:20px; color:#888; }
.gallery-caption { font-size:13px; margin-bottom:10px; line-height:20px; color:#888; }
.sticky {}

/* COLOURS
******************************************************************************************************************************************/
.back-orange {background:#FFDF3B;}

.back-light-grey {background:#f1f2f2;}
.back-grey { background:#555555; }
.back-dark-grey {background:#414042;}
.back-white {background:#ffffff;}
.back-black {background:#000000;}
.back-none {background:none;}

.back-black-overlay { background:rgba(0,0,0,0.26); }


.orange {color:#FFDF3B;}
.grey {color:#414042;}
.light-grey { color: #939598; }
.dark-grey  { color: #414042; }
.black, .black p, .black h1, .black h2, .black h3 {color:#000000;}
.white {color:#ffffff;}
.white, .white p, .white h1, .white h2, .white h3 {color:#ffffff;}

/* Responsive Columns
******************************************************************************************************************************************/
.cols { 
	width:100%; 
	box-sizing:border-box;
}
.cols ul li {
	text-align:left;
	width:100%;
	float:left;
	height:auto;
	display:block;
	vertical-align:top;
	box-sizing:border-box;
	margin-bottom:4%;
	margin-right:0;
	margin-left:0;
}
.grey-example li { /* example purposes only - DELETE */
	background:#f1f2f2; /* example purposes only - DELETE */
	text-align:center; /* example purposes only - DELETE */
	line-height:40px; /* example purposes only - DELETE */
}
.cols ul li:after {
	content: "";
	clear:both;
	display:table;
}
.cols ul ul li {
	width:auto;
}
.cols a { text-decoration:none; }
.cols img { max-width:100%; width:auto; height:auto; }


/* col-2
======================================== */
.col-2 ul li { 
	display:inline-block; 
	width:48%;
	margin-right:4%;
	margin-bottom:4%;
}
.col-2 ul li:nth-child(2n) { margin-right:0; }

/* col-2-1
======================================== */
.col-2-1 ul li { 
	display:block; 
	width:100%;
	margin-right:0;
	margin-bottom:4%;
}
.col-2-1 ul li:last-child { margin-bottom:0; }
.col-2-1 ul ul li { margin-bottom:0; } 

/* col-3
======================================== */
.col-3 ul li { 
	display:inline-block; 
	width:30.66%;
	margin-right:4%;
	margin-bottom:4%;
}
.col-3 ul li:nth-child(3n) { margin-right:0; }
.col-3 ul li:nth-child(3n+1) { clear:both; }
.col-3 ul ul li { margin-bottom:0; } 

/* col-3-1
======================================== */
.col-3-1 ul li { 
	display:block; 
	width:100%;
	margin-right:0;
	margin-bottom:4%;
}

/* col-3-2
======================================== */
.col-3-2 ul li { 
	display:inline-block; 
	width:48%;
	margin-right:4%;
	margin-bottom:4%;
}
.col-3-2 ul li:nth-child(3n) { margin-right:4%; }
.col-3-2 ul li:nth-child(2n) { margin-right:0; }
.col-3-2 ul li:nth-child(3n+1) { clear:none; }

/* col-3-2-1
======================================== */
.col-3-2-1 ul li { 
	margin-bottom:4%;
}

/* col-4
======================================== */
.col-4 ul li {
	display:inline-block; 
	width:22%; 
	margin-right:4%;
	margin-bottom:4%;
} 
.col-4 ul li:nth-child(4n) { margin-right:0; }
.col-4 ul li:nth-child(4n+1) { clear:both; }
.col-4 ul ul li { margin-bottom:0; }

/* col-4-1
======================================== */
.col-4-1 ul li { 
	display:block; 
	width:100%;
	margin-right:0;
	margin-bottom:4%;
}

/* col-4-2
======================================== */
.col-4-2 ul li { 
	display:inline-block; 
	width:48%; 
	margin-right:4%;
	margin-bottom:4%;
}
.col-4-2 ul li:nth-child(2n) { margin-right:0; }

/* Guides col-4-2
======================================== */
.guides .col-4-2 ul li { 
	display:inline-block; 
	width:46%; 
	margin-right:8%;
	margin-bottom:4%;
}
.guides .col-4-2 ul li:nth-child(2n) { margin-right:0; }

/* col-4-2-1
======================================== */
.col-4-2-1 ul li { 
	margin-bottom:4%;
}

/* col-5
======================================== */
.col-5 ul li {
	display:inline-block; 
	width:18.4%; 
	margin-right:2%;
	margin-bottom:2%;
} 
.col-5 ul li:nth-child(5n) { margin-right:0; }
.col-5 ul ul li { margin-bottom:0; }

/* col-5-1
======================================== */
.col-5-1 ul li { 
	display:block; 
	width:100%;
	margin-right:0;
}

/* col-5-2
======================================== */
.col-5-2 ul li { 
	display:inline-block; 
	width:48%; 
}
.col-5-2 ul li:nth-child(2n) { margin-right:0; }
.col-5-2 ul li:nth-child(2n+1) { clear:both; }


/* col-5-2-1
======================================== */
.col-5-2-1 ul li { 
	margin-bottom:4%;
}

/* col-6
======================================== */
.col-6 ul li { 
	display:inline-block; 
	width:100%;
}

/* col-6-2
======================================== */
.col-6-2 ul li { 
	width:48%;
	margin-right:4%;
	margin-bottom:4%;
}
.col-6 ul li:nth-child(2n) { margin-right:0; }

/* fiftyfifty
======================================== */
.fiftyfifty .fifty-item {
	display:block;
	width:100%;
	box-sizing:border-box;
}

/* Aside
======================================== */
.aside .side-item {
	width:100%;
	box-sizing:border-box;

}

/* Aside Constant
======================================== */
.aside-const .side-item {
	display:inline-block;
	float:left;
	box-sizing:border-box;
	margin-right:4%;
	width:30.68%;
}
.aside-const .side-item:nth-child(2n) { margin-right:0; }
.aside-const .side-large { width:65.32%; }

.small-aside-const .side-item:nth-child(2n) { margin-right:0; }
.small-aside-const .side-item { width:20.66%; }
.small-aside-const .side-large { width:75.34%; }

.title-block .side-item {
	text-align: left;
}

/* two aside
======================================== */
.two-aside .side-item {
	width:100%;
	box-sizing:border-box;

}

/* ZigZag Rows
======================================== */
.zigzag-rows ul li {
	clear:both;
	margin-bottom:40px;
}
.zigzag-rows .z-image img {
	max-width:100%;
	width:100%;
	height:auto;
	display:block;
}
.zigzag-rows .z-content {
	padding:20px 0 0 0;
}
.zigzag-rows ul ul li {
	margin-bottom:6px !important;
	line-height:18px !important;
}

@media all and (min-width:800px) {
	
	.zigzag-rows ul li {
		margin-bottom:60px;
	}
	.zigzag-rows .z-image {
		float:right;
		width:48%;
		box-sizing:border-box;
	}
	.zigzag-rows .z-content {
		float:left;
		width:52%;
		box-sizing:border-box;
		padding:0 40px 40px 0;
	}
	.zigzag-rows ul li:nth-child(2n) .z-image {
		float:left;
	}
	.zigzag-rows ul li:nth-child(2n) .z-content {
		float:right;
		padding:0 0 40px 40px;
	}
	.zigzag-rows ul ul li {
		margin-bottom:8px !important;
		line-height:22px !important;
	}
	
} /* END @Media */
 
@media all and (min-width:1025px) {

	.zigzag-rows ul li {
		margin-bottom:100px;
	}
	.zigzag-rows .z-content {
		padding:0 40px 0 0;
	}
	.zigzag-rows ul li:nth-child(2n) .z-content {
		padding:0 0 0 40px;
	}
	.zigzag-rows ul ul li {
		margin-bottom:8px !important;
	}
} /* END @Media */


/* Images
======================================== */
/* responsive images */
.img-auto-max, .attachment-img-auto-max {
	width:auto;
	max-width:100%;
	height:auto;
}
.img-max, .attachment-img-max {
	width:100% !important;
	max-width:100%;
	height:auto;
	display:block;
}

/* opacity hover */
.opacity-hover {
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
	-webkit-backface-visibility: hidden;
}
.opacity-hover:hover {
	opacity:0.8;
}
/* Back Image */
.back-image {
	position:relative;
	-o-background-size:cover !important;
	-moz-background-size:cover !important;
	-webkit-background-size:cover !important;
	background-size: cover !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
}
.back-image-content {
	position:relative;
	z-index:2;
}
.back-image-overlay {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	background-color: rgba(0, 87, 118, 0.8);
	z-index:1;
}
.gradient-overlay {
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:3;
}
.overlay-dark {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 17%, rgba(0,69,89,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 17%,rgba(0,69,89,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 17%,rgba(0,69,89,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41404200', endColorstr='#a6004559',GradientType=0 ); /* IE6-9 */
}
.overlay-light {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 17%, rgba(0,131,183,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 17%,rgba(0,131,183,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 17%,rgba(0,131,183,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41404200', endColorstr='#a60083b7',GradientType=0 ); /* IE6-9 */
}


/* STRUCTURE
******************************************************************************************************************************************/

/* Details
======================================== */
.details {
	text-align:right;
	display: table;
	height: 100px;
	margin-left: 40px;
}
.details a {
	font-family:"titillium_r", Helvetica, Arial, sans-serif;
	display:table-cell;
	vertical-align:middle;
	height: 100px;
	color:#000000;
	font-size:22px;
	line-height:30px;
	font-weight:600;
}
.details a:hover {
	color: #333333;
}
.details p {
	margin-bottom:0;
}


@media (min-width:700px) {
	.details { 
		display: none; 
	}
} /* END @Media */
@media (min-width:1500px) {
	.details { 
		display: inline-block;
		float:left;
	}
} /* END @Media */

/* Logo
======================================== */
#logo { 
	max-width: 100px;
	height:100px;
	display:table;
	float:left;
	text-align:left;
}
#slideout #logo { 
	max-width: 100%;
	width:100%;
	text-align:center;
}
#logo a { 
	display:table-cell;
	vertical-align:middle;
	max-width: 100%;
	width:100%;
	height:auto;
}
#logo img {
	text-align:left;
	max-width:100px;
	width:100px;
	height:auto;
	display:inline-block;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	vertical-align:baseline;
}
#slideout #logo img {
	text-align:center;
	width:100px;
}
#logo a {
	box-sizing:border-box;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	display:inline-block;
	vertical-align:baseline;
	line-height:0;
}


@media (min-width:1025px) {

	/* Fixed Header
	========================================
	.fixed-header {
		width:100%;
		height:142px;
		position: fixed !important;
		z-index: 10000;
		top: 0;
		left: 0;
	}
	*/
	
} /* END @Media */



/* Top ( mobile header )
======================================== */
.top ul {
	width:100%;
	text-align:center;
}
.top li {
	list-style:none;
	display:inline-block;
	width:20%;
	box-sizing:border-box;
}
.top a {
	text-decoration:none;
	font-weight:normal;
}
.top img { width:auto; }

.top .fa { 
	font-size:20px;
	line-height: 50px;
	vertical-align: middle;
	color:#ffffff; 
}
.top .fa-envelope { 
	font-size:16px;
}
.top .fa-search { 
	font-size:17px;
}

/* Top Buttons  ( mobile header buttons )
======================================== */
.top-btn {
	width:100%;
	height:50px;
	display: inline-block;
	background:#000000;
	text-align:center;
	cursor:pointer;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	border:none;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	box-sizing:border-box;
	margin:0;
}
.top ul li:last-child > button {
	border-right:none;
}
.top-btn:hover {
	color:#ffffff;
	background:#333333;
}

/* Phone box - mobile contact details dropdown
======================================== */
.phone-box { display:none; }

.phone-box p, .phone-box a {
	text-align:center;
	margin-bottom:20px;
	font-size:18px;
	color: #ffffff;
}
.phone-box a {
	color:#FFDF3B;
}
.phone-box a:hover {
	color:#FFDF3B;
}

/* Mobile Navigation
======================================== */
#menu {
	display:none;
}
.mobile-menu-cntr {
	display:none;
}

.mob-button {
	font-size: 25px;
	line-height: 30px;
	background: none;
	padding:0;
	cursor: pointer;
}

.search-btn {
	font-size: 23px;
}

/* -------------- nav list -------------- */
.main-nav2 ul {
	margin-bottom:0;
}
.main-nav2 ul, .main-nav2 li {
	display:block;
	width:100%;
	float:left;
	clear:both;
}
.main-nav2 ul li {
	position:relative;
	display:block;
	float:none;
}

/* -------------- mobile sub menu button -------------- */
.mobile-menu .menu-item button {
	font-size:18px;
	cursor:pointer;
	position:absolute;
	width:50px;
	height:100%;
	top:0;
	right:4%;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	background:none;
	color:#ffffff;
}
.mobile-menu .menu-item button:hover {
	background:#333333;
}

/* -------------- nav links -------------- */
.main-nav2 a {
	padding:10px 5%;
	text-decoration:none;
	display:block;
	color:#ffffff;
	font-size:15px;
	letter-spacing:1px;
	font-family:"titillium_r", Helvetica, Arial, sans-serif;
	outline:none;
	background:#000000;
	clear:both;
	border-bottom:1px solid #333333;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	line-height:20px;
	text-transform:capitalize;
}
.main-nav2 li:first-child a {
	border-top:1px solid #333333;
}
.main-nav2 a:hover {
	background:#333333;
	color: #ffffff !important;
}

/* -------------- nav active links -------------- */
.main-nav2 .current-menu-item > a {
	color:#FFDF3B;
}
.main-nav2 .current-menu-item > a:hover {
	color:#FFDF3B !important;
}
.main-nav2 .current-menu-parent > a {
	color:#FFDF3B;
}

/* -------------- sub menu -------------- */
.main-nav2 ul ul {
	display:none;
	left: 0;
	text-align: left;
	z-index: 10000;
	width:100%;
	overflow:hidden;
	clear:both;
}
.main-nav2 ul ul li {
	clear:both;
	width:100%;
	display:block;
	margin:0 0 0 0;
	border-top:none;
	box-sizing:border-box;
	margin-bottom:0;
}
.main-nav2 ul ul a {
	padding:10px 7% 10px 7%;
	text-decoration:none;
	display:block;
	color:#ffffff;
	font-size:15px;
	letter-spacing:1px;
	font-family:"titillium_r", Helvetica, Arial, sans-serif;
	outline:none;
	background:#222222;
	clear:both;
	border-bottom:1px solid #333333;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}
.main-nav2 ul ul li:first-child a {
	border-top:none;
}
.main-nav2 ul ul a:hover{
	color: #ffffff;
	background:#333333;
}

/* -------------- sub sub menu -------------- */
.main-nav2 ul ul ul a {
	padding:10px 5% 10px 7%;
	background:#212121;
	border-bottom:1px solid #333333;
}
.main-nav2 ul ul ul a:hover{
	background:#333333;
}



/* My sub menu
======================================== */
.my-sub-menu {
	margin-bottom: 20px;
}
.my-sub-menu ul li {
	display: inline-block;
	margin-bottom: 5px;
}
.my-sub-menu ul li a {
	color: #ffffff;
	padding:4px 7px;
	text-transform: uppercase;
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	border: 1px solid #FFDF3B;
}
.my-sub-menu ul li a:hover {
	background:#000000;
}
.my-sub-menu ul .current_page_item {
	background:#000000;
}

@media all and (min-width:700px) {
	
	.my-sub-menu ul li a {
		font-size: 14px;
		line-height: 28px;
	}
	
} /* END @MEDIA */



/* Image header
======================================== */
.header-image-container {
	position:relative;
	box-sizing:border-box;
	-o-background-size:cover !important;
	-moz-background-size:cover !important;
	-webkit-background-size:cover !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat:no-repeat !important;
	overflow:hidden !important;
}
.header-image-overlay {
	position:absolute;
	height: 100%;
	width:100%;
	background: rgba(0,0,0,0.4);
	z-index:2;
}

.header-image-content {
	position: relative;
	z-index: 3;
	padding:80px 0;
	text-align: center
}

.header-image-content h1 { margin-bottom:0; font-size:30px; line-height: 38px; text-transform: uppercase !important; text-shadow:0 0 10px #444444; }

.header-image-content .intro-para p { margin-bottom:0; margin-top: 15px; font-size: 18px; line-height: 24px; font-weight: 300; text-shadow:0 0 10px #444444;  }

.header-image-content .intro-para a { font-size: 18px; line-height: 24px; font-weight: 300; text-shadow:0 0 2px #000000; }

.intro-para a:hover { color:#FFDF3B; text-decoration:underline; }


.page-id-9457 .header-image-content h1,
.page-id-9457 .header-image-content .intro-para p,
.page-id-9457 .header-image-content .intro-paraa {
    color: #000000;
    text-shadow: none; 
}


.no-header {
	display: none !important;
}

/* Single header */
.blur { -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); }
.header-image-container .blog-avatar .avatar {
	margin-bottom:10px;
}
.header-image-container .post-author {
	margin-bottom:0;
}
.header-image-container .post-date {
	color:#ffffff;
	margin-bottom:15px;
}
.header-image-container .share {
	margin-right:5px;
}
.header-image-container .social {
	text-align:right !important;
	float:right !important;
	width:auto !important;
	margin-bottom:15px !important;
	margin-right:-5px;
}
.single-post .header-image-content { padding-top:20px; }



@media all and (min-width:700px) {
	.header-inner-wrapper {
		width:100%;
		max-width:1200px;
		margin:auto auto;
	}
	.header-image-content, .small-header .header-image-content {
		padding:100px 0;
		width:70%;
	}
	.large-header .header-image-content {
		padding:140px 0;
	}
	.contact-header .header-image-content {
		padding:110px 0 250px 0;
	}
	.header-image-content h1, .contact-header h1 { 
		font-size:40px !important; 
		line-height: 50px !important;
	}
	.header-image-content .intro-para p, .contact-header .intro-para p { 
		margin-top: 20px !important; 
	}
	.header-image-content .intro-para p,
	.header-image-content .intro-para a,
	.contact-header .intro-para p,
    .contact-header .intro-para a { 
		font-size: 19px !important;
		line-height:26px !important;
	}
} /* END @Media */

@media all and (min-width:1025px) {
	.header-image-container {
		height:100%;
	}
	.header-image-content, .small-header .header-image-content {
		padding:120px 0;
	}
	.large-header .header-image-content {
		padding:180px 0;
	}
	.page-id-18334 .large-header .header-image-content {
		padding:220px 0;
	}
	.contact-header .header-image-content {
		padding:130px 0 350px 0;
	}
	.header-image-content h1, .contact-header h1 { 
		font-size:50px !important;
		line-height: 60px !important;
	}
	.header-image-content .intro-para p,
	.header-image-content .intro-para a,
	.contact-header .intro-para p,
	.contact-header .intro-para a { 
		font-size: 22px !important;
		line-height: 30px !important;
	}
} /* END @Media */


/* Breadcrumbs
======================================== */
.breadcrumbs {
	width:100%;
	position: absolute;
	top:20px;
	left:0;
	z-index: 3;
	color: #ffffff;
}
.breadcrumbs span {
	color: #ffffff;
	text-transform: capitalize;
}
.breadcrumbs a span {
	color: #ffffff;
	text-transform: capitalize;
}
.breadcrumbs a span:hover {
	border-bottom: 1px solid #ffffff;
}
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
	font-size: 12px;
}
.breadcrumbs li {
	display: inline;
}
.breadcrumbs a:hover {
	color: #FFDF3B !important;
}


.single .breadcrumbs {
	width:100%;
	position: relative;
	top:auto;
	left:auto;
}

.single .breadcrumbs,
.single .breadcrumbs a,
.single .breadcrumbs span,
.single .breadcrumbs a span {
	color: #000000 !important;
}
.single .breadcrumbs a span:hover {
	border-bottom: 1px solid #000000;
}
.single .breadcrumbs a:hover {
	color: #FFDF3B !important;
}


/* Xmas opening times
======================================== */
.xmas-times-opener {
	border: none !important;
}
.open-xmas-times:after,
.xmas-times-opener:after {
	content:"\f0d7";
	font-family: fontAwesome;
	margin-left:10px;
}
.close-xmas-times:after {
	content:"\f0d8";
	font-family: fontAwesome;
	margin-left:10px;
}
.xmas-times-wrapper {
	display: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}





/* Sidebar
======================================== */
.side {
	color:#414042; 
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	z-index:100;
	position:relative; 
}
.side img {
	max-width:100%;
	width:auto;
	height:auto;
}
.side a {
	color:#000000;
	font-size:15px;
	text-decoration:none;
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
}
.side a:hover { color:#FFDF3B; }
.side .textwidget a:hover { color:#FFDF3B; }

.side td { color:#414042; }

.side ul { 
	width:100%; 
	box-sizing:border-box; 
}
.side li {
	width:100%;
	display:block;
	list-style:none;
	padding:5px 0;
	margin-bottom:0;
	box-sizing:border-box;
}
.side li:before {
	font-family: 'fontAwesome';
	content:"\f105";
	margin-right: 5px;
	color: #FFDF3B;
}
.side table {width:100%; }
.side td { border: 1px solid #eee; text-align: center; padding:8px; color:#000000; }
.side .the-day { color:#000000; }
.side .the-time {}

/* Archive dropdown */
.side .screen-reader-text {
	display:none;
}
.side .widget_archive h3 {
	 margin:0;	
}
.side .widget_archive select {
	padding:15px;
	width:100%;
	box-sizing:border-box;
	line-height:20px;
	border:none;
	background:#cccccc;
}

/* Footer
======================================== */
.footer p {
	color:#ffffff;
	font-size:15px;
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
}
.footer h4 {
	color:#ffffff;
	font-size: 20px;
	margin-bottom:30px;
}
.footer a {
	text-decoration:none; 
	color:#ffffff;
	font-size:15px;
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	border-bottom:1px dotted transparent;
}
.footer a:hover { color:#FFDF3B; }
.footer img { width:auto; height:auto; }

.footer-menu ul li > a {
	margin-bottom: 30px;
	display: block;
	font-weight: 500;
	font-size: 18px;
}

.footer-menu ul li {
	margin-bottom:60px !important;
}
.footer-menu ul ul li {
	display:block;
	clear:both;
	width:100%;
	margin-bottom:0 !important;
}
.footer .menu-item a {
	width:auto;
	line-height:20px;
}
.footer-menu .sub-menu:after {
	clear:both;
	display: table;
	content:"";
}
.footer-menu .sub-menu a {
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 14px;
}


/* Social
======================================== */
.social {
	text-align:left;
}
.side .social {
	margin-left: 0;
}
#slideout .social {
	width:auto;
	text-align:center;
}
.social i {
	vertical-align:top;
	display:inline-block;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	padding:0;
	margin:0;
	width:32px;
	height:32px;
	background-color:#000000;
	background-repeat:no-repeat; background-size:contain; background-position:center center;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.social i:hover {
	background-color:#FFDF3B;
}
.social-mail { background-image: url('images/social_mail.png'); } 
.social-phone { background-image: url('images/social_phone.png'); } 
.social-facebook { background-image: url('images/social_facebook.png'); } 
.social-twitter { background-image: url('images/social_twitter.png'); } 
.social-linkedin { background-image: url('images/social_linkedin.png'); } 
.social-google { background-image: url('images/social_google.png'); } 
.social-youtube { background-image: url('images/social_youtube.png'); } 
.social-instagram { background-image: url('images/social_instagram.png'); } 

/* Square background image
======================================== */
.sq-img-cntr {
	position: relative;
	z-index:1;
	overflow:hidden;
	width:100%;
	padding-bottom:100%;
}
.sq-img {
	-webkit-backface-visibility: hidden;
	position:absolute;
	z-index:1;
	box-sizing:border-box;
	height:100%;
	width:100%;
	background-repeat:no-repeat; 
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important; 
	-webkit-background-position:center center !important; 
	-moz-background-position:center center !important; 
	-o-background-position:center center !important; 
	background-position:center center !important; 
	-webkit-transition: opacity 0.2s !important; 
	-moz-transition: opacity 0.2s !important; 
	-ms-transition: opacity 0.2s !important; 
	-o-transition: opacity 0.2s !important;
	transition: opacity 0.2s !important;
}
.rct-img-cntr { padding-bottom:70%; }
.sq-img:hover { opacity:0.8; }
.tall-img-cntr { padding-bottom:150% !important; }

/* Image with excerpt
======================================== */
.image-left {
	clear:both;
	display:block;
	width:100%;
	float:left;
	margin-right:0;
	overflow:hidden;
	margin-bottom:20px;
}
.image-left img {
	width:100%;
	max-width:100%;
	height:auto;
	box-sizing:border-box;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	-webkit-backface-visibility: hidden;
}
/*
.image-left .sq-img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
*/
.desc-right {
	display:block;
	width:100%;
	float:left;
	box-sizing:border-box;
}
.team-image .image-left {
	width:100%;
	text-align:center;
}
.team-image .image-left img {
	width:60%;
	max-width: 60%;
	margin:auto;
}
.team-image .desc-right {
	text-align:center;
}
.posts .desc-right {
	padding:0 20px 20px 20px;
}

/* Smaller image with excerpt
======================================== */
.smaller-image .image-left .sq-img-cntr {
	width:100%;
	padding-bottom:70%;
	margin:auto auto;
}
.smaller-image .image-left {
	text-align:left;
}
.smaller-image .desc-right, .smaller-image .desc-left {
	text-align:left;
}
.smaller-image .single-toilet-image img {
	width:60%;
	margin:auto;
}

/* Stay inline image with excerpt
======================================== */
.stay-inline .image-left {
	display:inline-block;
	width:40%;
	float:left;
	margin-right:4%;
	margin-bottom:0;
}
.stay-inline .image-right { /*Overide*/
	float:right;
	margin-left:4%;
	margin-right:0;
}
.stay-inline .desc-right {
	display:inline-block;
	width:56%;
	float:left;
	text-align:left;
}
.stay-inline .desc-left { /*Overide*/
	float:left;
}
.stay-inline .image-left img:hover {
	opacity:1;
}

/* Medium image with excerpt
======================================== */
.medium-image .image-left {
	display:inline-block;
	width:30%;
	float:left;
	margin-right:4%;
	margin-bottom:0;
}
.medium-image .image-right { /*Overide*/
	float:right;
	margin-left:4%;
	margin-right:0;
}
.medium-image .desc-right {
	display:inline-block;
	width:66%;
	float:left;
	text-align:left;
}
.medium-image .desc-left { /*Overide*/
	float:left;
}
.medium-image .image-left img:hover {
	opacity:1;
}

@media all and (min-width: 500px) {
	
	/* Image with excerpt
	======================================== */
	.image-left {
		width:40%;
		margin-right:4%;
		display:inline-block;
		margin-bottom:0;
	}
	.image-right { /*Overide*/
		float:right;
		margin-left:4%;
		margin-right:0;
	}
	.desc-right {
		display:inline-block;
		width:56%;
		float:left;
	}
	.image-left .sq-img-cntr {
		width:100%;
		padding-bottom:100%;
	}
	.image-left .rct-img-cntr {
		padding-bottom:80%;
	}
	.image-left {
		text-align:left;
	}
	.image-left img {
		max-width:100%;
		width:100%;
		height:auto;
	}
	.image-right { /*Overide*/
		text-align:right;
	}
	.posts .desc-right {
		padding:0 20px 20px 0;
	}

	/* Smaller image with excerpt
	======================================== */
	.smaller-image .image-left {
		display:inline-block;
		width:22%;
		float:left;
		margin-right:4%;
		margin-bottom:0;
	}
	.smaller-image .image-right { /*Override*/
		float:right;
		margin-left:4%;
		margin-right:0;
	}
	.smaller-image .desc-right {
		display:inline-block;
		width:74%;
		float:left;
		text-align:left;
	}
	.smaller-image .desc-left { /*Overide*/
		float:left;
	}
	.smaller-image .image-left .sq-img-cntr {
		width:100%;
		padding-bottom:100%;
	}
	.smaller-image .image-left .rct-img-cntr {
	padding-bottom:70%;
	}
	.smaller-image .single-toilet-image img {
		width:100%;
		margin:0;
	}
	
} /* END @MEDIA */

	/* Tiny image with excerpt
	======================================== */
	.tiny-image .image-left {
		width:18%;
	}
	.tiny-image .desc-right {
		width:78%;
	}
	
	/* Team Image with Excerpt
	======================================== */
	.team-image .image-left {
		width:18%;
	}
	.team-image .image-left img {
		width:100%;
		max-width: 100%;
	}
	.team-image .desc-right {
		text-align:left;
	}


/* Comments
======================================== */
.the-comment-form {
	display:none;
}

/* The actual comments
======================*/
/*The comments container*/
#comments {
  width:100%;
  float:left;
}
#comments a {
  color:#000000;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
}
#comments a:hover { color:#000000; }

#comments li { list-style:none; margin-left:0; }

/*Reply button*/
#comments .reply a {
	clear:both;
	text-decoration:none;
	color:#FFF;
	background:#ccc;
	margin-top:20px;
	line-height:20px;
	float:right;
	cursor:pointer;
	padding:5px 10px;
}
#comments .reply a:hover { background:#000000; }

/*The actual comments left by people*/
#comments p {
  margin-bottom:0;
  color:#555777;
  clear:both;
	margin-top:20px;
	float:left;
}
/*Each comment block*/
.comment-body {
	width:100%;
	padding:20px;
	background:#f1f2f2;
	clear:both;
	float:left;
	margin-top:50px;
	box-sizing:border-box;
	font-size:12px;
}
.comment-author span {
	display:none;
}
.comment-author {
  color:#fff;
  margin-bottom:0;
	float:left;
	display:block;
}
.comment-meta {
  margin-bottom:0;
	clear:both;
	float:left;
	display:block;
}

@media all and (min-width: 600px) {
	.comment-author {
		float:left;
		display:inline-block;
	}
	.comment-meta {
		clear:none;
		float:right;
		display:inline-block;
	}
} /* END @Media */

.children {
	margin-left:25px;
}
/* persons name */
#comments .fn {
  color:#000000;
  font-size:16px;
  margin-left:5px;
}
#comments .fn a {
  color:#000000;
  font-size:16px;
}
#comments .says { color:#000000; }
.comment-awaiting-moderation { color:#000000; }

#comments .bypostauthor .comment-body { background: #ffffff; }
#comments .bypostauthor .comment-body p {}
#comments .bypostauthor .comment-body a {}
#comments .bypostauthor .reply a {}

/* The comment form
======================*/
.comment-respond {
	float:left;
	clear:both;
	margin-top:20px;
	padding:30px;
	width:100%;
	background:#f1f2f2;
	box-sizing:border-box;
}
.comment-respond a:hover { color:#555; }
.comment-respond p { color:#000000; }
.comment-reply-title{
  clear:both;
	color:#414042;
}
/*The text area*/
#comment {
	width:100%;
	clear:both;
	margin-top:20px;
	float:left;
	margin-bottom:10px;
	padding:20px;
	background:#ffffff;
	border:1px solid #e7e7e7;
	box-sizing:border-box;
}
.form-allowed-tags {
	font-size:12px;
	color:#999;
	width:100%;
	clear:both;
}
#submit {
	font-size:16px;
	margin-top:10px;
	letter-spacing:2px;
	background:#000000;
	border:none;
	color:#FFF;
	padding:10px;
	width:120px;
	cursor:pointer;
	transition:all 0.2s;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#submit:hover { background:#000000; }
#comments .avatar-64 {
	margin-top:-50px;
	width:64px;
	height:64px;
	border-radius:50%;
	border:5px solid #ffffff;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	width: 100%;
	padding:7px;
	background:#ffffff;
	border:1px solid #E7E7E7;
	color:#000;
	font-size:13px;
	box-sizing:border-box;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}



/* Password Form
======================================== */
.protected-post-form {
	margin:0 auto;
	box-shadow: 0 1px 2px #dcdcdc;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
	box-sizing:border-box;
	background:#ffffff;
	max-width:500px;
	width:100%;
}
.protected-post-form p {
	margin-bottom:0;
}
.password-form-input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff; 
	border:1px solid #D0D0D0; 
	color:#000000; 
	padding:6px 6px;
	box-sizing:border-box;
	line-height:21px;
	vertical-align:top;
	width:70%;
}
.protected-post-form .inputs {
	margin:40px 0;
}
.password-form-btn {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:300;
	line-height:27px;
	display:inline-block;
	width:28%;
	padding:4px 15px 4px 15px;
	box-sizing:border-box;
	color:#ffffff;
	background:#FFDF3B;
	border: none;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	text-align:center;
	cursor: pointer;
}
.password-form-btn:hover {
    background: #000000;
}
.password-form-register {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:300;
	line-height:20px;
	margin-top:20px;
	display: inline-block;
	clear:both;
}

@media all and (min-width: 500px) {
	
	.protected-post-form {
		padding:40px;
	}
	.password-form-btn,
	.password-form-register {
		font-size: 16px;
	}

} /* END @MEDIA */




/* Post single image ( used in single.php )
======================================== */
.post-single-image {
	display:block;
	width:100%;
	float:right;
	padding:0;
	margin-bottom:10px;
	border:8px solid #ececec;
	box-sizing:border-box;
}
.post-single-image img {
	width:100%;
	height:auto;
	float:left;
}
@media all and (min-width: 480px) {
	.post-single-image {
		width:40%;
		margin:0 0 20px 40px;
		margin-bottom:0;
		float:right;
	}
	.post-single-image img {
		width:100%;
		max-width:100%;
		height:auto;
		float:right;
	}
} /* END @Media */



/* Post meta
======================================== */

.recent-blogs .wp-post-image {
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width:100% !important;
	height:100% !important;	
	object-fit: cover;
}
.post-details {
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0,0.3);
	box-sizing:border-box;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;	
}
.post-details:hover {
	background: rgba(0,0,0,0.6);
}

.inner-post-details {
	position: absolute;
	width:90%;
	top:50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.post-details h3 {
	font-family: 'titillium_r';
	text-align: center;
	color: #ffffff !important;
	font-size: 18px;
}
.p-date {
	font-family: 'proxima-nova';
	font-weight: 400;
	border:1px solid #ffffff;
	color: #ffffff;
	padding:3px 4px 2px 4px;
	font-size: 13px;
	line-height: 20px;
}

.post-categories a {
	font-family: 'proxima-nova';
	font-weight: 400;
	border:1px solid #ffffff;
	color: #ffffff;
	padding:3px 4px 2px 4px;
	font-size: 13px;
	line-height: 20px;
	text-transform:uppercase;
}
.post-categories a:hover {
	border:1px solid #FFDF3B;
}
.homecat .post-categories a {
	color: #000000;
	border:1px solid #FFDF3B;
}
.homecat .post-categories a:hover {
	color:#000000;
	border:1px solid #000000;

}

.post-author { margin-bottom:0; font-size:14px; }
.blog-post-author { line-height:70px; margin-left:20px; }
.post-cats { margin-bottom:0; font-size:14px; }


.post-date { 
	position:absolute;
	top:-10px;
	left:10px;
	z-index:3;
	font-size:14px;
	background: #f5951d;
	border:1px solid #ffffff;
	padding:5px 8px;
	box-sizing:border-box;
	font-family:"open_sanslight", Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-align:center;
}
.post-day { font-size: 24px; line-height:28px; } 
.post-month { font-size: 12px; line-height:18px; text-transform:capitalize; } 


@media all and (max-width:700px) {
	.blog-post-date { float:left; clear:both; margin-top:20px; font-size:12px; }
} /* END @Media */

@media all and (min-width:1025px) {
	.post-details h3 a {
		font-size: 22px;
	}
} /* END @Media */

.post-meta {
	text-align:left;
	position:relative;
	margin-top:0;
}
.blog-avatar .avatar {
	border-radius:50%;
	box-sizing:border-box;
	border:2px solid #ffffff;
	margin-bottom:15px;
}
.post-link {
	position:absolute;
	bottom:0;
}
.post-link a {
	color:#ffffff !important;
	line-height:32px;
	padding:5px 15px;
	background:#000000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.post-link a:hover {
	background:#414042;
}
.previous-post { 
	left:0;
}
.next-post {
	right:0;
}



/* Box
======================================== */
.box {
	width:100%;
	padding:20px;
	box-sizing:border-box;
}
.box-extra {
	padding:20px;
}
.outline-box, .shadow-box {
	border:1px solid #D3D3D3;
}
@media (min-width:700px){
	.shadow-box {
		border:none;
		box-shadow: 0 10px 20px 10px rgba(0,0,0,0.3);
	}
} /* END @Media */



/* Link Block
======================================== */
a.link-block {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	font-weight:300;
	line-height:27px;
	display:block;
	width:100%;
	padding:4px 12px 4px 12px;
	box-sizing:border-box;
	color:#ffffff;
	background: #FFDF3B;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	text-align:center;
}
a.link-block:hover {
	background: #000000;
	color:#ffffff;
}
a.link-arrow:after {
	content:"\003e";
	margin-left:15px;
}
a.link-inline {
	font-size:13px;
	line-height:20px;
	width:auto;
	display:inline-block;
	padding:5px 16px 5px 16px;
}
a.link-large {
	font-size:14px;
	font-weight:500;
	line-height:27px;
	padding:4px 12px 4px 12px;
}
a.link-small {
	font-size:11px;
	padding:0 12px 0 12px;
}
a.link-tiny {
	line-height:20px;
	font-size:11px;
	padding:2px 8px 2px 8px;
}
a.link-special {
	width:100%;
	line-height:27px;
	display:table;
	height: 50px;
	vertical-align: middle;
	padding:0;
}
a.link-special .fa {
	line-height:50px;
	width:15%;
	text-align:center;
	border-right:2px solid rgba(255,255,255,1);
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	font-size:18px;
}
a.link-special .link-special-text {
	font-size:14px;
	width:85%;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}
.link-special {
	margin-bottom:14px;
 }

a[class*="link-border"] {
	line-height:18px;
	padding:3px 16px 3px 16px;
}

/* comment link */
/* Write a comment button
======================*/
a.write-comment {
	float:left !important;
	position:relative;
	border:none;
	cursor:pointer;	
	padding:5px 50px 5px 15px !important;
	margin-bottom:40px;
}

@media all and (min-width: 500px) {
	a.write-comment {
		float:right !important;
		margin-bottom:0;
	}
} /* END @Media */

a.write-comment:after {
	position:absolute;
	content:url(images/write-comment.png);
	margin-left:15px;
	top: 4px;
	right: 15px;
	z-index: 2;
}

/* Link queries */
@media all and (min-width: 700px) {
	a.link-inline {
		font-size:16px;
		line-height:27px;
		padding:4px 16px 4px 16px;
	}
	a[class*="link-border"] {
		line-height:23px;
		padding:4px 12px 4px 12px;
	}	
	a.link-large {
		font-size:19px;
		line-height:27px;
		padding:6px 18px 6px 18px;
	}
	a.link-small {
		font-size:13px;
		line-height:27px;
		padding:2px 14px 2px 14px;
	}
	a.link-tiny {
		line-height:27px;
		font-size:12px;
		padding:0px 10px 0px 10px;
	}
	a.write-comment:after {
		top: 8px;
	}
	a.download-link:after {
		top: 8px;
	}
	a.link-special .link-special-text {
		font-size:16px;
	}
	a.link-special .fa {
		font-size:22px;
	}
} /* END @Media */

/* Link colours */



a.link-orange {
	background:#FFDF3B;
	color:#000000;
}
a.link-orange:hover {
	background:#FFB600;
	color:#000000;
}
a.link-yellow {
	background:#FFDF3B;
	color:#ffffff;
}
a.link-yellow:hover {
	background:#FFB600;
	color:#ffffff;
}
a.link-red {
	background:#e01337;
	color:#ffffff;
}
a.link-red:hover {
	background:#000000;
	color:#ffffff;
}
a.link-white {
	background:#ffffff;
	color:#000000;
}
a.link-white:hover {
	background:#ffffff;
	color:#FFDF3B;
}
a.link-black {
	background:#000000;
	color:#ffffff;
}
a.link-black:hover {
	background:#FFDF3B;
	color:#ffffff;
}
a.link-light-grey {
	background:#f3f6fd;
	color:#000000;
}
a.link-light-grey:hover {
	background:#FFDF3B;
	color:#ffffff;
}
a.link-grey {
	background:#a7a9ac;
	color:#ffffff;
}
a.link-grey:hover {
	background:#FFDF3B;
	color:#ffffff;
}

/* Link border */
a.link-border-orange {
	border:2px solid #FFDF3B;
	background:none;
	color:#000000;
}
a.link-border-orange:hover {
	background:#FFDF3B;
	color:#ffffff;
}
a.link-border-white {
	border:2px solid #ffffff;
	background:none;
	color:#ffffff;
}
a.link-border-white:hover {
	background:#ffffff;
	color:#000000;
}
a.link-border-black {
	border:2px solid #000000;
	background:none;
	color:#000000;
}
a.link-border-black:hover {
	border:2px solid #000000;
	background:#000000;
	color:#ffffff;
}


.top-links a {
	border-right:1px solid #ccc;
	padding: 0 10px;
	color: #000000;
}
.top-links a span {
	color:#FFDF3B;
}
.top-links a:hover {
	color:black;
}
.top-links a:last-child {
	border-right:0;
	padding: 0 0 0 10px;
}


/* Alert
======================================== */
.alert {
	background:#f3f6fd;
	box-sizing:border-box;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-left:4px solid #FFA703;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:6px 10px;
	color:#555777;
	width:100%;
}
.alert-red { border-left:4px solid #E00000; }
.alert-amber { border-left:4px solid #FFA703; }
.alert-yellow { border-left:4px solid #60C361; }


/* Search Bar
======================================== */

/* Mobile search */
.search-wrapper {
	display:none;
}

#desktop-search {
	width:100%;
	max-width:500px;
	box-sizing:border-box;
	height:40px;
	margin: auto;
	overflow:hidden;
}
#desktop-search #search-wrap { 
	width:100%;
	line-height:27px;
	display:table;
	height: 40px;
	vertical-align: middle;
	padding:0;
}
#desktop-search #search {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	border:none;
	border-bottom:1px solid #000000;
	border-right:0;
	padding:5px;
	box-sizing:border-box;
	color:#333;
	font-size:14px;
	width:83%;
	text-align:left;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	margin-right: 2%;
}
#desktop-search input[type=submit] {
	border:0;
	background:#000000;
	cursor:pointer;
	font-size:14px;
	color:#ffffff;
	line-height:40px;
	width:13%;
	text-align:center;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}
#desktop-search input[type=submit]:hover{
	color:#ffffff;
	background:#FFDF3B;
}


/* Opening Times
======================================== */
.opening-times { width:100%; }
.opening-times table { width:100%; }
.opening-times td { border:1px solid #DEE0E0; text-align: center; padding:6px; color:#414042; }
.opening-times .the-day { color:#414042; }
.opening-times .the-time { color:#414042; }
.opening-times .office-closed { color:#dc0080; }



/* Reviews
======================================== */
.review {
	max-height:300px;
	overflow-Y:auto;
	display:none;
}
.review img {
	margin:auto;
	width:auto;
	max-width: 130px;
	border: 3px solid #ffffff;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 40px;
}
.star-rating {
	margin-bottom: 40px;
}
.star-rating li {
	display:inline-block !important;
	color:#FFDF3B !important;
	font-size: 25px;
	width:30px !important;
	padding:0;
}
.review-body {
	margin: auto;
	width:90%;
}
.review-body p {
	font-family: 'titillium_li';
	font-weight: normal;
	color:#74767B;
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 40px;
}
.reviewer p {
	font-family: 'proxima-nova', "serif";
	font-weight:500;
	color:#6d6e71;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 0;
	padding-bottom: 20px;
}

/* Responsive tabs
======================================== */
.responsive-tabs {
	margin-bottom: 50px;
	text-align: center;
}
.responsive-tabs li {
	display:inline-block;
	margin-right: 5px;
	margin-bottom:9px;
}
.responsive-tabs li a {
	display:inline-block;
	background:#000000;
	padding:7px 10px;
	color:#ffffff;
}
.responsive-tabs li a:hover {
	background:#FFDF3B;
}
.responsive-tabs .active {
	background:#FFDF3B;
}
.responsive-tabs .active:hover {
	background:#FFDF3B;
}
.tab-content {
	display:none;
}
.tab-content li {
	display:block;
	margin-bottom: 5px;
}
.tab-content .question, .tab-content .answer {
	display:block;
	padding:13px 15px;
	background:#F2F2F2;
}
.tab-content .answer {
	border-top:1px solid #ccc;
}
.tab-content .question a {
	color:#FFDF3B;
}
.tab-content .question p, .tab-content .answer p {
	margin-bottom:0;
	color: #333333;
}
.tab-content .answer p {
	margin-bottom:10px;
}

@media (min-width:700px){
	.responsive-tabs li {
		margin-right: 15px;
	}
	.responsive-tabs li a {
		padding:10px 15px;
	}
}


/* PLUGINS / WIDGETS
******************************************************************************************************************************************/


/* Parent Icon Menu
======================================== */
.parent-icon-menu {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-top: none;
}
.parent-icon-menu li {
	text-align: center !important;
	margin-bottom: 20px !important;
}
.parent-icon-menu a {
	display: block;
}
.parent-icon-menu a:hover {
	color: #000000;
}
.parent-icon-menu .the-icon {
	margin-bottom: 5px;
}
.parent-icon-menu span {
	font-family: 'icomoon';
	color:#FFDF3B;
	font-size:30px;
	border: 2px solid #FFDF3B;
	padding:15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.parent-icon-menu span:hover {
	background: #FFDF3B;
	color: #ffffff;
}
.parent-icon-menu .the-text {
	color:#000000;
	clear: both;
	font-size:17px;
	line-height: 22px;
	font-family:"titillium_l", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
.text-hover {
	color:#FFDF3B !important;
}
.icon-hover {
	background: #FFDF3B;
	color:#ffffff !important;
}
.open-icon-menu {
	border-right:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	padding:5px 10px;
	background: #ffffff;
	color: #666666;
	margin-top: -1px;
	font-size: 16px;
	line-height: 20px;
	vertical-align: middle;
	font-family: 'proxima-nova' !important;
	-webkit-border-radius: 0 0 5px 5px;	-moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
}
.open-icon-menu .fa {
	color: #666666;
	font-family: 'fontAwesome';
	font-size: 22px;
	vertical-align: middle;
	margin-bottom: 3px;
	line-height: 0px;
}
.open-icon-menu:hover, .open-icon-menu .fa:hover {
	color: #FFDF3B;
}
.open-icon-menu:hover > .fa {
	color: #FFDF3B;
}

@media (min-width: 1025px) {
	.parent-icon-menu li {
		margin-bottom: 40px !important;
	}
	.parent-icon-menu .the-icon {
		margin-bottom: 10px;
	}
	.parent-icon-menu span {
		font-size:40px;
		padding:20px;
	}
	.parent-icon-menu .the-text {
		font-size:20px;
		line-height: 25px;
	}
}



/* Benefit Icons
======================================== */
.benefits li {
	text-align: center !important;
	margin-bottom: 30px !important;
}
.benefits .the-icon {
	margin-bottom: 5px;
}
.benefits span {
	color:#000000;
	font-size:25px;
	background: #FFDF3B;
	padding:15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.benefits .the-text {
	color:#000000;
	clear: both;
	font-size:17px;
	line-height: 22px;
	font-family:"titillium_r", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
@media (min-width: 1025px) {
	.benefits li {
		text-align: center !important;
		margin-bottom: 50px !important;
	}
	.benefits .the-icon {
		margin-bottom: 10px;
	}
	.benefits span {
		font-size:32px;
		padding:18px;
	}
	.benefits .the-text {
		font-size:20px;
		line-height: 25px;
	}
}



/* Guides
======================================== */	
.guides .box {
	padding-bottom: 70px;
}
.guides .label {
	padding:0 12px 0 12px;
	color: #ffffff;
	position: absolute;
	bottom:20px;
	left:-6px;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #FFDF3B;      
    height: 0;
	line-height: 30px;
	font-family: 'proxima-nova';
	font-weight: 300;
}



/* Store Locator
======================================== */	
.wpsl-store-location a {
	font-size:20px;
	font-weight:600;
	color: #FFDF3B;
	border:none;
}
.wpsl-store-location a:hover {
	color: #000000;
	border:none;
}
	
.wpsl-info-window a {
	font-size:18px;
	font-weight:600;
}

.wpsl-directions, .wpsl-back {
	padding:0 5px;
	background:#000000;
	color:#ffffff !important;
	width:auto;
	display:inline-block;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:13px;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;	
}
.wpsl-directions:hover, .wpsl-back:hover {
	background:#FFDF3B;
	color:#ffffff;
}
.wpsl-info-window .wpsl-directions {
	font-size:15px;
	font-weight:300;
}
.wpsl-direction-wrap .wpsl-directions {
	margin-left:10px;
}
.wpsl-store-hours {
	margin-bottom:20px;
}
a.wpsl-store-details {
	font-size:15px !important;
	font-weight:300 !important;
	color:#414042;
}
a.wpsl-store-details:hover {
	color: #FFDF3B;
	border:none;
}


/* Store Info
======================================== */	
.store-info {
	padding:40px 0;
}
.store-info li {
	margin-bottom: 0 !important;
}




/* Slideout
======================================== */
.slideout-menu {
	position: fixed;
	left: auto;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 256px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
}
@media (min-width:700px) {
	.slideout-menu {
		width: 356px;
	}
}

#slideout .slideout-content, #slideout .mobile-menu {
	display: none;
}

.slideout-panel {
	position: relative;
	z-index: 1;
	background-color: #fff;
	min-height: 100%;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}

.btn-hamburger { left: auto; right: 12px;}


.panel:before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0);
}

.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 99;
}
/*
@media all and (min-width: 1025px) {
	#panel {
		padding-top:142px;
	}
}
*/

/* Slick Slider
======================================== */
.slider-wrap {
	width:100%;
	max-width:100%;
	height:340px;
	position: relative;
}
.slick-slider {
	position: relative;
	width:100%;
	max-width:100%;
	height:100%;
	text-align:left;
	display:block;
	box-sizing:border-box;
	background-color:#f1f2f2;
	margin:auto;
	/*margin:0 -10px; margin for multiple slides */
}
.slick-list, .slick-track {
	height:100%;
}
.slick-slide {
	/*margin:0 10px; margin for multiple slides */
	position: relative;
	box-sizing:border-box;
	padding:20px;
  	cursor: hand;	
	cursor:grab;
	cursor:-webkit-grab;
	background: #f1f2f2;
	height: 100%;
	width:100%;
	-o-background-size:cover !important;
	-moz-background-size:cover !important;
	-webkit-background-size:cover !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat:no-repeat !important;
}
.slick-slide:active {
	cursor:grabbing;
	cursor:-webkit-grabbing;
}

/* Slick slider dots and arrows
======================================== */

.slick-slider button {
	background:rgba(255,255,255,0.3);
	border-radius:50%;
	color:#fff;
	cursor:pointer;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.slick-slider button:hover {
	background:#ffffff;
	color:#000000;
}

.reviews .slick-arrow {
	background:rgba(255,255,255,0.3);
	color:#000000;
}

/* Slick slider dots
======================================== */
.slick-slider .slick-dots {
	display: none !important;
	position: absolute;
	bottom:40px;
	left: 40px;
	font-size: 0;
}
@media (min-width:700px) {
	.slick-slider .slick-dots {
		display: block !important;
	}
}
.slick-slider .slick-dots li {
	display: inline-block;
	font-size: 0;
	line-height: 15px;
	margin:7px;
	box-sizing:border-box;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.slick-slider .slick-dots li button {
	cursor: pointer;
	font-size: 0;
	width:15px;
	height:15px;
	line-height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.slick-slider .slick-dots .slick-active button {
	background:#ffffff;
}

.reviews .slick-dots {
	bottom:-40px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.reviews .slick-dots button {
	background:#a5a7aa;
}

.reviews .slick-dots .slick-active button {
	background:#000000;
}

/* Slick slider arrows
======================================== */

.slick-slider .slick-arrow {
	display: none !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	width:40px;
	height:40px;
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	z-index: 3;
	background: rgba(255,255,255,0.5);
}
@media all and (min-width:1025px) {
	.slick-slider .slick-arrow {
		display: block !important;
	}
	.slick-slider .slick-prev {
		left:20px;
	}
	.slick-slider .slick-next {
		right:20px;
	}
	.slick-slider .slick-prev:before {
		font-family: fontAwesome;
		content:"\f104";
	}
	.slick-slider .slick-next:before {
		font-family: fontAwesome;
		content:"\f105";
	}
}
@media all and (min-width:1400px) {
	.slick-slider .slick-prev {
		left:40px;
	}
	.slick-slider .slick-next {
		right:40px;
	}
}

/* Slick slider content
======================================== */

.slick-slider-overlay {
	position:absolute;
	left:0;
	top:0;
	height: 100%;
	width:100%;
	pointer-events: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+47,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 47%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 47%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

	z-index:8;
}


/* Slick video
======================================== */
.slider-video {
	position: relative;
	width:100%;
	height:100%;
    overflow: hidden;
}
#bgvid { 
	z-index: -1;
	display: none !important;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.slider-video button {
	display:none;
}
.video-image {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat; 
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important; 
	-webkit-background-position:center center !important; 
	-moz-background-position:center center !important; 
	-o-background-position:center center !important; 
	background-position:center center !important; 
}
@media (min-width:700px) {
	#bgvid {
		z-index:3;
		display: block !important;
	}
	.slider-video button {
		display:block;
		line-height:17px;
		position: absolute;
		right:20px;
		top:20px;
		z-index:4;
		padding:2px 6px;
		border-radius:5px;
		width:auto;
	}
	.video-image {
		display:none !important;
	}
}


/* Slick icons
======================================== */
.slick-slider-icons {
	position: absolute;
	width:80%;
	bottom:100px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.slick-slider-icons a {
	display: block;
}
.slick-slider-icons a:hover {
	color: #FFDF3B;
}
.slick-slider-icons .the-icon {
	margin-bottom: 20px;
}
.slick-slider-icons span {
	color:#ffffff;
	font-size:40px;
	border: 2px solid #ffffff;
	padding:20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.slick-slider-icons span:hover {
	background: #FFDF3B;
	color: #ffffff;
}
.slick-slider-icons li {
	text-align: center !important;
	margin-bottom: 0 !important;
}
.slick-slider-icons .the-text {
	color:#ffffff;
	font-size:20px;
	line-height: 25px;
	font-family:"titillium_r", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
.orange-hover {
	background: #FFDF3B;
	color:#ffffff;
}
.orange-hover2 {
	background: none;
	color:#FFDF3B !important;
}

.slick-slider-content {
	position:absolute;
	max-width:1200px;
	width:90%;
	bottom:40px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	box-sizing:border-box;
	z-index:10;
}
.slick-slider-heading {
	text-align: center;
}
.slick-slider-heading h1, .slick-slider-heading h2 {
	line-height:30px;
	color:#ffffff;
	font-size:21px;
	font-family:"titillium_b", Helvetica, Arial, sans-serif;
	display:inline-block;
	box-sizing:border-box;
	margin-bottom:20px;
}
.slick-slider-caption p {
	margin-bottom:30px;
	color:#ffffff;
	font-size:14px;
	line-height:18px;
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
}
.slick-slider-button a {
	color:#ffffff;
	padding:12px 22px;
	display: inline-block;
	border:2px solid #FFDF3B;
	background:#333333;
	font-size:16px;
	font-weight:500;
	line-height:18px;
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	text-decoration:none;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.slick-slider-button a:hover {
	background: #FFDF3B;
	color:#ffffff;
}
@media (min-width: 700px) {
	.slick-slider-heading {
		width:60%;
	}
	.slick-slider-caption {
		width:40%;
	}
	.slick-slider-heading h2 {
		line-height:36px;
		font-size:30px;
		margin-bottom: 27px;
	}
	.slick-slider-caption p {
		font-size:16px;
		line-height:20px;
	}
	
} /* END @MEDIA */

@media (min-width: 1025px) {
	.slider-wrap {
		height:620px;
	}
	.slick-slider {
		height:100%;
	}
	.slick-slider-icons {
		width:50%;
	}
	.slick-slider-icons span {
		font-size:70px;
		border: 3px solid #ffffff;
		padding:30px;
	}
	.slick-slider-icons .the-text {
		font-size:32px;
	}
} /* END @MEDIA */

@media (min-width: 1300px) {
	.slick-slider-heading h2 {
		line-height:45px;
		font-size:40px;
		margin-bottom: 30px;
	}
} /* END @MEDIA */





/* bbpress
========================================
#bbpress-forums {
}
.bbp-breadcrumb {
}
#bbpress-forums .submit {
	padding:5px;
	cursor:pointer;
}
#bbpress-forums legend {
	font-size:22px;
	line-height:30px;
}
.bbp-template-notice {
	margin-bottom:30px !important;
}
.bbp-pagination { 
	margin-bottom:30px !important;
}
.bbp-topics {
	margin-bottom:30px !important;
}
*/

/* WP Members
========================================
#wpmem_reg, #wpmem_login {
	box-shadow: 0 1px 2px #D3D3D3;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
	margin:auto auto;
	background:#F5F5F5;
	max-width:700px;
	margin-bottom:20px;
	box-sizing:border-box;
	margin-top:40px;
	clear:both;
}
#wpmem_reg fieldset, #wpmem_login fieldset {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
    border: medium none;
    margin: 0 !important;
    padding: 0;
}
*/

/* forgot password and new user
---------------------------------------
#wpmem_login .link-text {
	text-align:left !important;
}
*/

/* form error message 
---------------------------------------
#wpmem_msg, .wpmem_msg {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	box-shadow: 0 1px 2px #dcdcdc;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:40px;
	background:#ffffff;
	max-width:500px;
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
}
*/

/* form title 
---------------------------------------
#wpmem_reg legend, #wpmem_login legend {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 22px !important;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px !important;
	color:#000000;
}
*/

/* form input 
---------------------------------------
#wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_login .div_text, #wpmem_reg .div_checkbox {
    font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	width: 100% !important;
	box-sizing:border-box !important;
}
#wpmem_reg input[type="text"], #wpmem_reg textarea, #wpmem_login input[type="text"], #wpmem_login input[type="password"] {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	font-size:15px !important;
}
*/

/* un-editable input
---------------------------------------
#wpmem_reg .noinput {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	width: 100% !important;
	max-width:100% !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: rgb(43, 43, 43);
    margin: 5px 0;
    padding: 8px 10px 7px;
	box-sizing:border-box;
}
*/

/* submit button container 
---------------------------------------
#wpmem_reg .button_div, #wpmem_login .button_div {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
    height: auto !important;
    padding: 0 !important;
    text-align: right;
    width: 100% !important;
	box-sizing:border-box;
}
*/

/* submit button
---------------------------------------
#wpmem_reg .buttons, #wpmem_login .buttons {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
	cursor:pointer;
	border:none;
	background:#27aae1;
	color:#ffffff !important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding: 2px 10px;
	line-height:30px;
	font-weight:300 !important;
	font-size:15px;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
	letter-spacing:1px;
}
#wpmem_reg .buttons:hover, #wpmem_login .buttons:hover {
	background:#214084; 
}
*/


/* Scroll visibility
========================================*/

@media all and (min-width:1025px) {
    
	.module { opacity: 0; }
    
    @-webkit-keyframes FadeIn { 
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
            transform: translateY(0); 
        }
    }	
    @-moz-keyframes FadeIn { 
        0% {
            opacity: 0;
            transform: translateY(50px); 
        }
        100% {
            opacity: 1;
            transform: translateY(0); 
        }
    }	
    @-ms-keyframes FadeIn { 
        0% {
            opacity: 0;
            transform: translateY(50px); 
        }
        100% {
            opacity: 1;
            transform: translateY(0); 
        }
    }	
    @keyframes FadeIn { 
        0% {
            opacity: 0;
            transform: translateY(50px); 
        }
        100% {
            opacity: 1;
            transform: translateY(0); 
        }
    }	

    .already-visible, .come-in {
        -webkit-animation: FadeIn 0.6s ease-in-out forwards;
        -moz-animation: FadeIn 0.6s ease-in-out forwards;
        animation: FadeIn 0.6s ease-in-out forwards;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-delay: 0.3s;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
    }

} /* END @Media */


/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.module { opacity: 1; }
}


/* Glossary
======================================== */
.glossary-menu a {
	font-family: 'titillium_b';
	display: inline-block;
	padding:0 7px 0 0;
	font-size: 24px;
}
.glossary-term {
	background:#FFDF3B;
	padding:5px 10px;
	color: #ffffff;
	font-weight: 400;
}
.glossary-group {
	margin-bottom:30px;
}


.glossary-group a {
	color:#000000;
	font-size:17px;
}
.glossary-group a:hover {
	color:#FFDF3B;
}


.glossary-group li a:before {
	font-family: 'fontAwesome';
	content:"\f105";
	margin-right: 5px;
	color: #FFDF3B;
}


.glossary-def {
    position: fixed;
    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%);
	z-index: 51;
	width: 80%;
	height: 90%;
	min-height: 320px;
	max-height:500px;
	box-sizing: border-box;
	padding:20px;
	border:1px solid #eeeeee;
	background: #ffffff;
	overflow-Y:scroll;
}
.glossary-inner {
	position: relative;
	width:100%;
}
.glossary-inner .content {
	float: left;
	width:90%;
}
.fa-times-circle-o {
	position: absolute;
	top:0;
	right:0;
	font-size: 20px;
	cursor: pointer;
}
.fa-times-circle-o:hover {
	color: #FFDF3B;
}

.glossary-overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 50;
	background: rgba(0,0,0,0.6);
}

@media all and (min-width:700px) {
	
	.glossary-def {
		width: 50%;
	}
	
}


/* Portfolio Gallery
======================================== */
.img-responsive {
	max-width: 100%;
	width:auto;
	height:auto;
}
.simplefilter {
	margin-bottom: 40px;
}

/* Page navigation ( functions.php )
======================================== */
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
.pagination:after {
	clear:both;
	display:table;
	content:"";
}
.pagination span, .pagination a {
	line-height:20px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	display:block;
	float:left;
	margin: 4px 4px 4px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #000000;
}
.pagination a:hover{
	color:#ffffff;
	background: #333333;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #FFDF3B;
	color:#ffffff;
}


/* Contact Form 7
======================================== */
.wpcf7 {
	width:100%;
	margin:auto auto !important;
}

@media all and (min-width:700px) {
	.narrow .wpcf7 { width:50%; }
} /* END @Media */

.wpcf7-form img { width:auto; }

/*checkbox span items*/
.wpcf7-list-item {
	clear:both;
	display:block;
}
span.wpcf7-list-item { margin-left: 0; }
.wpcf7-form input, 
.wpcf7-form textarea,
.wpcf7-form select {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif !important;
	width: 100%;
	padding:7px 12px;
	background:#eff0f0;
	font-weight: 300;
	color:#000000;
	font-size:15px;
	box-sizing:border-box;
	border: 1px solid #eff0f0;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.wpcf7-form input:focus, 
.wpcf7-form textarea:focus { border:1px solid #dee0e0; background: #ffffff; }

.wpcf7-list-item-label {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif !important;
}


.wpcf7-form a {
	line-height: 1.3 !important;
	font-size: 12px;
}

.wpcf7-form .cf7-textarea { 
	margin-bottom: 0;
}
.wpcf7-form textarea { 
	height:128px; 
	resize: vertical;
}
.wpcf7-form .your-message {
	clear:both;
}

.wpcf7-form p { margin-bottom:5px; font-size: 14px; display: block;}

.wpcf7-form div { margin-bottom:15px;}

.wpcf7-form input[type=checkbox] { width: auto; }



.contact-consent, .contact-consent span {
	line-height: 1.3 !important;
	font-size: 12px;
	margin-top: 20px;
}
.contact-consent input {
	margin-bottom: 0 !important;
}




/*----- submit button ------*/
.wpcf7-form input[type=submit]{
	color:#ffffff !important;
	padding:7px 15px;
	width: auto;
	box-sizing:border-box; 
	font-size:16px;
	background:#FFDF3B;
	transition: all 0.2s ease 0s;
	cursor:pointer;
	border:none;
	margin-top:10px;
}
.wpcf7-form input[type=submit]:hover {
	color:#ffffff !important;
	background:#000000;
}


/*----- submit button ------*/
.wpcf7-form button[type=submit]{
	font-family:"fontAwesome";
	color:#ffffff !important;
	padding:10px;
	width: 50px;
	height:50px;
	box-sizing:border-box; 
	font-size:16px;
	line-height: 22px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:#FFDF3B;
	transition: all 0.2s ease 0s;
	cursor:pointer;
	border:none;
	margin-top: 20px;
}
.wpcf7-form button[type=submit]:hover {
	color:#ffffff !important;
	background:#000000;
}



.slideout-form .wpcf7-form input, 
.slideout-form .wpcf7-form textarea,
.slideout-form .wpcf7-form a,
.slideout-form .wpcf7-form select {
	background:#000000;
	color: #ffffff;
	border: 1px solid #555555;
}
.slideout-form .wpcf7-form input:focus, 
.slideout-form .wpcf7-form textarea:focus { border:1px solid #FFDF3B; }

.slideout-form .wpcf7-form p { color: #cccccc !important; }

.slideout-form .wpcf7-form button[type=submit]:hover {
	color:#ffffff !important;
	background:#FFB13F;
}



@media (min-width:900px){
	.wpcf7-form button[type=submit]{
		position: absolute;
		bottom:0px;
		right:0px;
	}
	.contact-box .wpcf7-form button[type=submit]{
		bottom:40px;
		right:90px;
	}
	.wpcf7-form .cf7-textarea { 
	}
}


/* ----- Captcha ------ */
.captcha { width:100%; text-align:left; }
.captcha-code { 
	float:left; 
	width:80px; 
	height:41px; 
	box-sizing:border-box; 
  border:1px solid #dcdcdc;
	background:#ffffff;
	margin-right:15px;
}
.captcha-code img {
	max-width:100%;
	height:auto;
	margin-top:9px;
	margin-left:5px;
}
.captcha-input { float:left; width:110px; }

.wpcf7-form-control-wrap {
	width:110px;
}
.wpcf7-captchar {
	width:110px;
	border:none;
	background:#f0f1f1;
	box-sizing:border-box;
}
.narrow .captcha { width:185px; text-align:center; margin:auto auto; }

/* ----- Validation ------ */
.wpcf7-validation-errors {
	background:#fff;
	line-height:20px;
}
.wpcf7-response-output {
	clear:both;
	background:#ffffff;
	line-height:20px;
	margin:0 !important;
	padding: 5px !important;
	color:#414042;
	margin-top: 30px !important;
}
.wpcf7-not-valid { border:1px solid #FF0000 !important; }

span.wpcf7-not-valid-tip {
	position:relative;
	display:inline-block !important;
	font-size:13px;
	line-height:18px !important;
	margin-top:10px;
	box-sizing:border-box;
	padding:6px 10px;
	width:auto;
	color:#414042;
	text-align:left;
}

span.wpcf7-not-valid-tip:after {
  content:'';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-bottom: solid 5px #FF0000;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}

/* ----- special form layout ----- */ 
@media all and (min-width:700px) {
	
	.wpcf7-form .first-line {
		float:left;
		display:inline-block;
		margin-right:2%;
	}
	.wpcf7-form .one {
		width:49%;
	}
	.wpcf7-form .two {
		width:49%;
		margin-right:0;
	}
	
} /* END @Media */

.form-box { display:none; }
.send-btn { opacity: 0; }



/* Contact
======================================== */
.contact-box {
	margin-top: 40px;
	position: relative;
	z-index: 100;
}

@media (min-width:700px) {
	.contact-box {
		margin-top: -150px;
	}
}
@media (min-width:1025px) {
	.contact-box {
		margin-top: -250px;
	}
}



/* Mailchimp
======================================== */
.mc4wp-form-fields input {
	font-family:"proxima-nova", Helvetica, Arial, sans-serif !important;
	letter-spacing:1px;
	width: 100%;
	padding:7px 12px;
	background:#eff0f0;
	font-weight: 300;
	color:#000000;
	font-size:15px;
	box-sizing:border-box;
	border: 1px solid #eff0f0;
	margin-top:6px;
	margin-bottom:12px;
}
.mc4wp-form-fields input[type="checkbox"] {
    width: auto !important;
    padding:3px;
    margin-bottom: 0 !important;
}
.mc4wp-form-fields input:focus { border:1px solid #dee0e0; background: #ffffff; }


.mc4wp-form-fields p { margin-bottom:5px; font-size: 14px; display: block;}

/*----- submit button ------*/
.mc4wp-form-fields input[type=submit]{
	font-family:"fontAwesome";
	color:#ffffff !important;
	padding:8px 15px;
	width: auto;
	box-sizing:border-box; 
	font-size:16px;
	line-height: 20px;
	background:#FFDF3B;
	transition: all 0.2s ease 0s;
	cursor:pointer;
	border:none;
	margin: 0;
	margin-top:10px;
}
.mc4wp-form-fields input[type=submit]:hover {
	color:#ffffff !important;
	background:#000000;
}


/* Calendar widget
======================================== */
.widget_calendar {float: left;}
#calendar_wrap { box-sizing:border-box; }
#wp-calendar { width: 100%; }
#wp-calendar td { border: none; text-align: center; padding:8px; color:#414042; }
#wp-calendar caption { 
	text-align: left; 
	line-height: 20px;
	font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom:15px;
	color:#000000;
}
#wp-calendar thead { font-size: 10px; width:70%; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #ffffff; border: 1px solid #cccccc; text-align: center; padding:6px; font-size: 12px; }
#wp-calendar tbody td:hover { background: #ffffff; }
#wp-calendar tbody .pad { background: #ffffff; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; text-align: left; }
#wp-calendar a { color:#FFDF3B; }

/* Lightbox ( used in Gallery Template )
========================================
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
*/

/* YouTube lazy load
======================================== */
.youtube { /* continer (responsive) */
 position: relative;
 cursor: pointer !important;
 background: #ccc no-repeat center center / cover; 
 padding-bottom: 56.25%; /* 16:9 */
 height: 0px;
 clear:both;
}
.youtube::before { /* play bubble */
 content: '';
 background: rgba(255, 255, 255, .6);
 height: 80px;
 width: 80px;
 display:block;
 margin: -40px 0 0 -40px;
 border-radius: 100px;
 position: absolute;
 top: 50%;
 left: 50%;
 box-shadow: 0 0 20px 3px rgba(51, 51, 51, .8);
 transition: all .1s ease;
 z-index:1;
}
.youtube:hover::before { /* play bubble hover */
 background: rgba(238, 238, 238, .8);
 box-shadow: 0 0 10px 3px rgba(51, 51, 51, .8);
 width: 100px;
 height: 100px;
 margin: -50px 0 0 -50px;
}
.youtube::after { /* Play Triangle */
 content: '';
 width: 0;
 height: 0;
 line-height:0px;
 display:block;
 border-style: solid;
 border-width: 20px 0 20px 40px;
 margin: -20px 0 0 -15px;
 border-color: transparent transparent transparent #333;
 position: absolute;
 top: 50%;
 left: 50%;
 z-index:2;
} 
.youtube iframe{ /* youtube embed (responsive) */
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
 z-index:3;
}
/* END Fast & Agile YouTube Embed by Schoberg.net */


@media all and (min-width: 500px) {
	
	
	/* Box
	======================================== */
	.box { padding:30px; }
	.box-extra { padding:60px 60px; }
		
		
	/* col-6
	======================================== */
	.col-6 ul li { 
		display:inline-block; 
		width:30.66%;
		margin-right:4%;
		margin-bottom:4%;
	}
	.col-6 ul li:nth-child(2n) { margin-right:4%; }
	.col-6 ul li:nth-child(3n) { margin-right:0; }
	
	
	
	/* col-4-2-1
	======================================== */
	.col-4-2-1 ul li { 
		display:inline-block; 
		width:48%; 
		margin-right:4%;
	}
	.col-4-2-1 ul li:nth-child(2n) { margin-right:0%; }

	
	/* col-5-2-1
	======================================== */
	.col-5-2-1 ul li { 
		display:inline-block; 
		width:48%; 
		margin-right:4%;
	}
	.col-5-2-1 ul li:nth-child(2n) { margin-right:0%; }
	

	
	
} /* END @MEDIA */


@media all and (min-width: 700px) {
	
		
	/* Padding overides
	======================================== */
	.paddingt10 {padding-top:10px;}
	.paddingb10 {padding-bottom:10px;}
	.paddingt20 {padding-top:20px;}
	.paddingb20 {padding-bottom:20px;}
	.paddingt30 {padding-top:30px;}
	.paddingb30 {padding-bottom:30px;}
	.paddingt40 {padding-top:40px;}
	.paddingb40 {padding-bottom:40px;}
	.paddingt60 {padding-top:60px;}
	.paddingb60 {padding-bottom:60px;}
	.paddingt80 {padding-top:80px;}
	.paddingb80 {padding-bottom:80px;}
	.paddingt100 {padding-top:100px;}
	.paddingb100 {padding-bottom:100px;}
	
	.margint10 {margin-top:10px;}
	.marginb10 {margin-bottom:10px;}
	.margint20 {margin-top:20px;}
	.marginb20 {margin-bottom:20px;}
	.margint30 {margin-top:30px;}
	.marginb30 {margin-bottom:30px;}
	.margint40 {margin-top:40px;}
	.marginb40 {margin-bottom:40px;}
	.margint60 {margin-top:60px;}
	.marginb60 {margin-bottom:60px;}
	.margint80 {margin-top:80px;}
	.marginb80 {margin-bottom:80px;}
	.margint100 {margin-top:100px;}
	.marginb100 {margin-bottom:100px;}
	
	/* Float & Alignment
	======================================== */
	.float-left-700 { float:left; }
	.float-right-700 { float:right; }
		
	/* Columns
	======================================== */
	/* col-2
	======================================== */
	.col-2 ul li { 
		display:inline-block; 
		width:48%;
		margin-right:4%;
	}
	.col-2 ul li:nth-child(2n) { margin-right:0; }
	
	/* col-3
	======================================== */
	.col-3 ul li { 
		display:inline-block; 
		width:30.66%;
		margin-right:4%;
		margin-bottom:4%;
	}
	.col-3 ul li:nth-child(2n) { margin-right:4%; }
	.col-3 ul li:nth-child(3n) { margin-right:0; }
	
	.col-3 ul li:nth-child(3n+1) { clear:both; }
	
	/* col-3-2-1
	======================================== */
	.col-3-2-1 ul li { 
		display:inline-block; 
		width:48%;
		margin-right:4%;
		margin-bottom:4%;
	}
	.col-3-2-1 ul li:nth-child(3n) { margin-right:4%; }
	.col-3-2-1 ul li:nth-child(2n) { margin-right:0; }
	
	.col-3-2-1 ul li:nth-child(3n+1) { clear:both; }
	
	/* col-4
	======================================== */
	.col-4 ul li { 
		display:inline-block; 
		width:22%; 
		margin-right:4%;
	} 
	.col-4 ul li:nth-child(2n) { margin-right:4%; }
	.col-4 ul li:nth-child(4n) { margin-right:0; }
	.col-4 ul li:nth-child(4n+1) { clear:both; }
	
	
	/* col-4-2-1
	======================================== */
	.col-4-2-1 ul li { 
		display:inline-block; 
		width:22%; 
		margin-right:4%;
	}
	.col-4-2-1 ul li:nth-child(2n) { margin-right:4%; }
	.col-4-2-1 ul li:nth-child(4n) { margin-right:0; }
	
	.col-4-2-1 ul li:nth-child(4n+1) { clear:both; }
		
	
	/* col-5
	======================================== */
	.col-5 ul li { 
		display:inline-block; 
		width:18.4%; 
		margin-right:2%;
	}
	.col-5 ul li:nth-child(2n+1) { clear:none; }
	.col-5 ul li:nth-child(2n) { margin-right:2%; }
	.col-5 ul li:nth-child(5n) { margin-right:0; }
	.col-5 ul li:nth-child(5n+1) { clear:both; }
	
	
	/* col-5-2-1
	======================================== */
	.col-5-2-1 ul li { 
		display:inline-block; 
		width:18.4%; 
		margin-right:2%;
	}
	.col-5-2-1 ul li:nth-child(2n+1) { clear:none; }
	.col-5-2-1 ul li:nth-child(2n) { margin-right:2%; }
	.col-5-2-1 ul li:nth-child(5n) { margin-right:0; }
	.col-5-2-1 ul li:nth-child(5n+1) { clear:both; }
	
	
	/* col-6
	======================================== */
	.col-6 ul li { 
		display:inline-block; 
		width:15%;
		margin-right:2%;
		margin-bottom:2%;
	}
	.col-6 ul li:nth-child(2n) { margin-right:2%; }
	.col-6 ul li:nth-child(3n) { margin-right:2%; }
	.col-6 ul li:nth-child(4n) { margin-right:2%; }
	.col-6 ul li:nth-child(6n) { margin-right:0; }	
	
	/* Fifty Fifty
	======================================== */
	.fiftyfifty .fifty-item {
		display:inline-block;
		float:left;
		width:50%;
		box-sizing:border-box;
	}
	
	/* Aside
	======================================== */
	.aside .side-item {
		display:inline-block;
		float:left;
		box-sizing:border-box;
		margin-right:4%;
		width:30.66%;
	}
	.aside .side-item:nth-child(2n) { margin-right:0; }
	.aside .side-large { width:65.34%; }
	
	.small-aside .side-item:nth-child(2n) { margin-right:0; }
	.small-aside .side-item { width:25.66%; }
	.small-aside .side-large { width:70.34%; }
	
	.no-gap-aside .side-item {
		margin-right:0;
	}
	.no-gap-aside .side-item:nth-child(2n) { margin-right:0; }
	.no-gap-aside .side-item { width:40%; }
	.no-gap-aside .side-large { width:60%; }
	
	.title-block  .side-item {
		margin-right:2%;
		width:38%;
		text-align: right;
	}
	.title-block .side-large { 
		width:60%;
		text-align: left;
	}	

	
	/* two aside
	======================================== */
	.two-aside .side-item {
		display:inline-block;
		float:left;
		box-sizing:border-box;
		margin-right:4%;
		width:48%;
	}
	.two-aside .side-item:nth-child(2n) { margin-right:0; }
		

	/* Guides col-4
	======================================== */
	.guides .col-4 ul li { 
		display:inline-block; 
		width:19%; 
		margin-right:8%;
	} 
	.guides .col-4 ul li:nth-child(2n) { margin-right:8%; }
	.guides .col-4 ul li:nth-child(4n) { margin-right:0; }
	.guides .col-4 ul li:nth-child(4n+1) { clear:both; }
	
	
	/* Social
	======================================== */
	.social ul li { 
		display:inline-block; 
		margin-right:5px !important;
	}
	
	/* Reviews
	======================================== */
	.review {
		max-height:auto;
	}
	.review-body {
		width:70%;
	}
	.review-body p {
		font-size: 25px;
		line-height: 40px;
	}
	.reviewer p {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 40px;
	}

} /* END @MEDIA */


@media all and (min-width: 1025px) {	
	
	/* Float & Alignment
	======================================== */
	.float-left-1025 { float:left; }
	.float-right-1025 { float:right; }
	
		
	/* Content-left
	======================================== */
	.content-left {
		float:left;
		width: 66%;
	}
	
	/* Sidebar
	======================================== */
	.side {
		clear:right;
		float: right;
		width:30%;
	}
	.side img {
		width:100%; 
		height:auto;
	}
	
	/* Social
	======================================== */
	.social {
		text-align:left;
		height:30px;
	}
	#slideout .social {
		text-align:center;
	}
	.footer .social {
		text-align:left;
		height:30px;
		float:left;
	}
	
	/* Box
	======================================== */
	.box-extra { padding:60px 100px; }
	
	
	/* Store Info
	======================================== */
	.store-info {
		position: relative;
		z-index: 10;
		width:100%;
		padding:40px;
		box-sizing:border-box;
		border:1px solid #D3D3D3;
		margin-top: -60px;

	}
	
	
	/* Top ( mobile top buttons )
	======================================== */
	.top { display:none; }
	
	
	/* Desktop Navigation
	======================================== */
	#menu { display:inline-block; float:right; width:auto; }
	.menu {
		float:left;
		text-align:left;
	}
	.menu:after {
		content:"";
		display:table;
		clear:both;
	}
	
	/* -------------- nav li's -------------- */
	.main-nav ul li {
		position:relative;
		display:inline-block;
		text-align:left;
		border-left:none;
		border-right:none;
		border-bottom:none;
		border-top:none;
		margin-left:-5px;
	}
	.main-nav ul li:first-child {
		margin-left:0;
	}
	
	/* -------------- nav links -------------- */
	.main-nav ul li a {
		position:relative;
		display:inline-block;
		text-decoration:none;
		color:#000000;
		font-size:15px;
		line-height:20px;
		padding:5px 12px;
		font-family:"titillium_r", Helvetica, Arial, sans-serif;
		font-weight:300;
		-webkit-transition:background 0.2s ease-in;
		-moz-transition:background 0.2s ease-in;
		-o-transition:background 0.2s ease-in;
		transition:background 0.2s ease-in;
		text-transform:capitalize;
	}
	.main-nav ul li:first-child a {
	}
	.main-nav ul li a:hover { 
		color:#FFDF3B; 
	}
	
	/* -------------- active styling -------------- */
	.main-nav .current-menu-ancestor > a { 
		color:#FFDF3B;
		font-weight: 500;
	 }
	.main-nav .current-menu-item > a {
		color:#FFDF3B;
		font-weight: 500;
	}
	.main-nav .menu-item a:hover {
		color:#FFDF3B;
	}
	
	/* active arrow */
	.main-nav .current-menu-ancestor:after,
	.main-nav .current-menu-item:after {
		position:absolute;
		font-family: fontAwesome;
		content:"\f0d7";
		color:#ffffff;
		font-size:16px;
		bottom:-14px;
		left:50%;
		z-index: 101;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.main-nav .sub-menu .current-menu-item:after,
	.main-nav .sub-menu .current-menu-parent:after {
		content: "";
	}

	/* Sub menu
	======================================== */
	.main-nav .sub-menu {
		top: -9999999px;
		left: 0;
		opacity: 0;
		position: absolute;
		text-align: left;
		z-index: 10000;
		width: 265px;
		-webkit-transition: opacity 0.3s ease-in;
		-moz-transition:opacity 0.3s ease-in;
		-o-transition:opacity 0.3s ease-in;
		-ms-transition:opacity 0.3s ease-in;
		transition:opacity 0.3s ease-in;
	}
	.main-nav .sub-menu li {
		clear:both;
		margin:0;
		padding:0;
		display:block;
		box-sizing:border-box;
		width:auto;
	}
	.main-nav .sub-menu li a {
		font-size: 15px;
		position: relative;
		display:block;
		clear:both;
		line-height:35px;
		letter-spacing:0;
		background:#000000;
		color:#ffffff;
		border-radius:0;
		padding:0 15px !important;
		margin:0;
		border:none;
		border-top:1px solid #333333;
		border-right:1px solid #333333;
		border-left:1px solid #333333;
		outline:none;
		font-family:"titillium_r", Helvetica, Arial, sans-serif;
		-webkit-transition:background 0.2s ease-in;
		-moz-transition:background 0.2s ease-in;
		-o-transition:background 0.2s ease-in;
		transition:background 0.2s ease-in;
		text-transform:none;
	}
	.main-nav .sub-menu li:first-child a {
		border-left:1px solid #333333;
	}
	.main-nav .sub-menu li:last-child a {
		padding:0 15px;
		border-bottom:1px solid #333333;
	}
	.main-nav .sub-menu li a:hover {
		background: #000000;
		color:#FFDF3B;
	}
	.main-nav ul li:hover > ul {
		top: 100%;
		left:-3px;		
		opacity: 1;
		position: absolute;
		display:block;
		width:265px;
	}
	
	/* -------------- sub menu active styling --------------*/
	.main-nav .sub-menu .current-menu-item > a {
		color:#FFDF3B;
	}
	
	
	/* Sub Sub menu
	======================================== */

	.main-nav .sub-menu .sub-menu {
		top: 0;
		left: -9999999px;
	}
	.main-nav .sub-menu li:hover > ul {
		top:0;
		left: 100%;
	}
	.main-nav .sub-menu .sub-menu li a {
		border-left:0;
	}

	/* Mega menu
	========================================
	.main-nav .sub-menu .sub-menu {
		top: 0;
		left: 0;
		opacity: 1;
		max-height:none;
		position: relative;
		text-align: left;
		z-index:auto;
		width:auto;
		overflow: hidden;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		-ms-transition:none;
		transition:none;
	}
	
	.mega-menu .sub-menu {
		width:650px !important;
		background:#ffffff;
		border-radius:0 0 4px 4px;
	}
	.mega-menu .sub-menu li {
		clear:none !important;
		width:48%;
		margin-right:4%;
		float:left;
		display:inline-block !important;
		padding:20px !important;
		box-sizing:border-box;
	}
	.mega-menu .sub-menu li:last-child {
		margin-right:0;
	}
	.mega-menu .sub-menu .sub-menu {
		clear:none !important;
		width:100% !important;
		margin-top:15px;
		box-sizing:border-box;
	}
	.mega-menu .sub-menu .sub-menu li {
		clear:both !important;
		width:100% !important;
		max-width:100% !important;
		display:block !important;
		padding:5px 0 !important;
		margin:0;
		border-bottom:1px solid #E4E4E4;
		box-sizing:border-box;
	}
	.mega-menu li a {
		display:block !important;
		background:none !important;
		line-height:20px !important;
		padding:0 !important;
		border:none !important;
	}
	.mega-menu .sub-menu li a {
		letter-spacing:0 !important;
		color:#005776 !important;
		font-weight:500 !important;
		font-size:17px !important;
	}
	.mega-menu .sub-menu .sub-menu li a {
		color:#666666 !important;
		font-weight:300 !important;
		font-size:15px !important;
	}
	.mega-menu .sub-menu .sub-menu li a:hover {
		color:#00A9D4 !important;
	}
	*/
	
	/* -------------- mega menu active styling --------------
	.current-menu-ancestor a { 
		#000000;
	}
	.mega-menu .sub-menu .sub-menu .current-menu-item a {
		color:#000000 !important;
	}
	 
	mega-menu .sub-menu .current-menu-item a:hover {
		color:#000000;
	}
	.current-menu-ancestor a:hover { 
		color:#000000 !important;
	}
	*/
	
	/* -------------- has children nav arrow -------------- */
	.main-nav .menu-item-has-children a:after { 
		content:"\f107";
		font-family: 'fontAwesome';
		font-size:14px;
		display: inline-block;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		margin-left:7px;
		margin-bottom: 5px;
		vertical-align:middle;
		line-height: 30px;
	}
	.main-nav .menu-item-has-children ul a:after { 
		content:"";
	}
	.main-nav .sub-menu .menu-item-has-children a:after { 
		content:"\f105";
		font-family: 'fontAwesome';
		float:right;
		font-size:11px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		vertical-align:middle;
	}
	.main-nav .sub-menu .menu-item-has-children ul a:after { 
		content:"";
	}	
	
} /* END 1025 @MEDIA */

@media all and (min-width:1100px) {

	.main-nav ul li a {
		font-size:17px;
	}
	
} /* END 1100 @MEDIA */

@media all and (min-width:1230px) {

	/* col-3-2-1
	======================================== */
	.col-3-2-1 ul li { 
		display:inline-block; 
		width:30.66%;
		margin-right:4%;
		margin-bottom:4%;
	}
	.col-3-2-1 ul li:nth-child(2n) { margin-right:4%; }
	.col-3-2-1 ul li:nth-child(3n) { margin-right:0; }
	
	
	.search-btn {
		margin-left:40px;
	}

} /* END 1230 @MEDIA */

@media all and (min-width:1400px) {

	.main-nav ul li a {
		font-size:18px;
	}	

} /* END 1400 @MEDIA */


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?8uvdfg');
  src:  url('fonts/icomoon.eot?8uvdfg#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?8uvdfg') format('truetype'),
url('fonts/icomoon.woff?8uvdfg') format('woff'),
url('fonts/icomoon.svg?8uvdfg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-home4:before {
  content: "\e603";
}
.icon-home5:before {
  content: "\e604";
}
.icon-home6:before {
  content: "\e605";
}
.icon-bathtub:before {
  content: "\e606";
}
.icon-toothbrush:before {
  content: "\e607";
}
.icon-bed:before {
  content: "\e608";
}
.icon-couch:before {
  content: "\e609";
}
.icon-chair:before {
  content: "\e60a";
}
.icon-city:before {
  content: "\e60b";
}
.icon-apartment:before {
  content: "\e60c";
}
.icon-pencil:before {
  content: "\e60d";
}
.icon-pencil2:before {
  content: "\e60e";
}
.icon-pen:before {
  content: "\e60f";
}
.icon-pencil3:before {
  content: "\e610";
}
.icon-eraser:before {
  content: "\e611";
}
.icon-pencil4:before {
  content: "\e612";
}
.icon-pencil5:before {
  content: "\e613";
}
.icon-feather:before {
  content: "\e614";
}
.icon-feather2:before {
  content: "\e615";
}
.icon-feather3:before {
  content: "\e616";
}
.icon-pen2:before {
  content: "\e617";
}
.icon-pen-add:before {
  content: "\e618";
}
.icon-pen-remove:before {
  content: "\e619";
}
.icon-vector:before {
  content: "\e61a";
}
.icon-pen3:before {
  content: "\e61b";
}
.icon-blog:before {
  content: "\e61c";
}
.icon-brush:before {
  content: "\e61d";
}
.icon-brush2:before {
  content: "\e61e";
}
.icon-spray:before {
  content: "\e61f";
}
.icon-paint-roller:before {
  content: "\e620";
}
.icon-stamp:before {
  content: "\e621";
}
.icon-tape:before {
  content: "\e622";
}
.icon-desk-tape:before {
  content: "\e623";
}
.icon-texture:before {
  content: "\e624";
}
.icon-eye-dropper:before {
  content: "\e625";
}
.icon-palette:before {
  content: "\e626";
}
.icon-color-sampler:before {
  content: "\e627";
}
.icon-bucket:before {
  content: "\e628";
}
.icon-gradient:before {
  content: "\e629";
}
.icon-gradient2:before {
  content: "\e62a";
}
.icon-magic-wand:before {
  content: "\e62b";
}
.icon-magnet:before {
  content: "\e62c";
}
.icon-pencil-ruler:before {
  content: "\e62d";
}
.icon-pencil-ruler2:before {
  content: "\e62e";
}
.icon-compass:before {
  content: "\e62f";
}
.icon-aim:before {
  content: "\e630";
}
.icon-gun:before {
  content: "\e631";
}
.icon-bottle:before {
  content: "\e632";
}
.icon-drop:before {
  content: "\e633";
}
.icon-drop-crossed:before {
  content: "\e634";
}
.icon-drop2:before {
  content: "\e635";
}
.icon-snow:before {
  content: "\e636";
}
.icon-snow2:before {
  content: "\e637";
}
.icon-fire:before {
  content: "\e638";
}
.icon-lighter:before {
  content: "\e639";
}
.icon-knife:before {
  content: "\e63a";
}
.icon-dagger:before {
  content: "\e63b";
}
.icon-tissue:before {
  content: "\e63c";
}
.icon-toilet-paper:before {
  content: "\e63d";
}
.icon-poop:before {
  content: "\e63e";
}
.icon-umbrella:before {
  content: "\e63f";
}
.icon-umbrella2:before {
  content: "\e640";
}
.icon-rain:before {
  content: "\e641";
}
.icon-tornado:before {
  content: "\e642";
}
.icon-wind:before {
  content: "\e643";
}
.icon-fan:before {
  content: "\e644";
}
.icon-contrast:before {
  content: "\e645";
}
.icon-sun-small:before {
  content: "\e646";
}
.icon-sun:before {
  content: "\e647";
}
.icon-sun2:before {
  content: "\e648";
}
.icon-moon:before {
  content: "\e649";
}
.icon-cloud:before {
  content: "\e64a";
}
.icon-cloud-upload:before {
  content: "\e64b";
}
.icon-cloud-download:before {
  content: "\e64c";
}
.icon-cloud-rain:before {
  content: "\e64d";
}
.icon-cloud-hailstones:before {
  content: "\e64e";
}
.icon-cloud-snow:before {
  content: "\e64f";
}
.icon-cloud-windy:before {
  content: "\e650";
}
.icon-sun-wind:before {
  content: "\e651";
}
.icon-cloud-fog:before {
  content: "\e652";
}
.icon-cloud-sun:before {
  content: "\e653";
}
.icon-cloud-lightning:before {
  content: "\e654";
}
.icon-cloud-sync:before {
  content: "\e655";
}
.icon-cloud-lock:before {
  content: "\e656";
}
.icon-cloud-gear:before {
  content: "\e657";
}
.icon-cloud-alert:before {
  content: "\e658";
}
.icon-cloud-check:before {
  content: "\e659";
}
.icon-cloud-cross:before {
  content: "\e65a";
}
.icon-cloud-crossed:before {
  content: "\e65b";
}
.icon-cloud-database:before {
  content: "\e65c";
}
.icon-database:before {
  content: "\e65d";
}
.icon-database-add:before {
  content: "\e65e";
}
.icon-database-remove:before {
  content: "\e65f";
}
.icon-database-lock:before {
  content: "\e660";
}
.icon-database-refresh:before {
  content: "\e661";
}
.icon-database-check:before {
  content: "\e662";
}
.icon-database-history:before {
  content: "\e663";
}
.icon-database-upload:before {
  content: "\e664";
}
.icon-database-download:before {
  content: "\e665";
}
.icon-server:before {
  content: "\e666";
}
.icon-shield:before {
  content: "\e667";
}
.icon-shield-check:before {
  content: "\e668";
}
.icon-shield-alert:before {
  content: "\e669";
}
.icon-shield-cross:before {
  content: "\e66a";
}
.icon-lock:before {
  content: "\e66b";
}
.icon-rotation-lock:before {
  content: "\e66c";
}
.icon-unlock:before {
  content: "\e66d";
}
.icon-key:before {
  content: "\e66e";
}
.icon-key-hole:before {
  content: "\e66f";
}
.icon-toggle-off:before {
  content: "\e670";
}
.icon-toggle-on:before {
  content: "\e671";
}
.icon-cog:before {
  content: "\e672";
}
.icon-cog2:before {
  content: "\e673";
}
.icon-wrench:before {
  content: "\e674";
}
.icon-screwdriver:before {
  content: "\e675";
}
.icon-hammer-wrench:before {
  content: "\e676";
}
.icon-hammer:before {
  content: "\e677";
}
.icon-saw:before {
  content: "\e678";
}
.icon-axe:before {
  content: "\e679";
}
.icon-axe2:before {
  content: "\e67a";
}
.icon-shovel:before {
  content: "\e67b";
}
.icon-pickaxe:before {
  content: "\e67c";
}
.icon-factory:before {
  content: "\e67d";
}
.icon-factory2:before {
  content: "\e67e";
}
.icon-recycle:before {
  content: "\e67f";
}
.icon-trash:before {
  content: "\e680";
}
.icon-trash2:before {
  content: "\e681";
}
.icon-trash3:before {
  content: "\e682";
}
.icon-broom:before {
  content: "\e683";
}
.icon-game:before {
  content: "\e684";
}
.icon-gamepad:before {
  content: "\e685";
}
.icon-joystick:before {
  content: "\e686";
}
.icon-dice:before {
  content: "\e687";
}
.icon-spades:before {
  content: "\e688";
}
.icon-diamonds:before {
  content: "\e689";
}
.icon-clubs:before {
  content: "\e68a";
}
.icon-hearts:before {
  content: "\e68b";
}
.icon-heart:before {
  content: "\e68c";
}
.icon-star:before {
  content: "\e68d";
}
.icon-star-half:before {
  content: "\e68e";
}
.icon-star-empty:before {
  content: "\e68f";
}
.icon-flag:before {
  content: "\e690";
}
.icon-flag2:before {
  content: "\e691";
}
.icon-flag3:before {
  content: "\e692";
}
.icon-mailbox-full:before {
  content: "\e693";
}
.icon-mailbox-empty:before {
  content: "\e694";
}
.icon-at-sign:before {
  content: "\e695";
}
.icon-envelope:before {
  content: "\e696";
}
.icon-envelope-open:before {
  content: "\e697";
}
.icon-paperclip:before {
  content: "\e698";
}
.icon-paper-plane:before {
  content: "\e699";
}
.icon-reply:before {
  content: "\e69a";
}
.icon-reply-all:before {
  content: "\e69b";
}
.icon-inbox:before {
  content: "\e69c";
}
.icon-inbox2:before {
  content: "\e69d";
}
.icon-outbox:before {
  content: "\e69e";
}
.icon-box:before {
  content: "\e69f";
}
.icon-archive:before {
  content: "\e6a0";
}
.icon-archive2:before {
  content: "\e6a1";
}
.icon-drawers:before {
  content: "\e6a2";
}
.icon-drawers2:before {
  content: "\e6a3";
}
.icon-drawers3:before {
  content: "\e6a4";
}
.icon-eye:before {
  content: "\e6a5";
}
.icon-eye-crossed:before {
  content: "\e6a6";
}
.icon-eye-plus:before {
  content: "\e6a7";
}
.icon-eye-minus:before {
  content: "\e6a8";
}
.icon-binoculars:before {
  content: "\e6a9";
}
.icon-binoculars2:before {
  content: "\e6aa";
}
.icon-hdd:before {
  content: "\e6ab";
}
.icon-hdd-down:before {
  content: "\e6ac";
}
.icon-hdd-up:before {
  content: "\e6ad";
}
.icon-floppy-disk:before {
  content: "\e6ae";
}
.icon-disc:before {
  content: "\e6af";
}
.icon-tape2:before {
  content: "\e6b0";
}
.icon-printer:before {
  content: "\e6b1";
}
.icon-shredder:before {
  content: "\e6b2";
}
.icon-file-empty:before {
  content: "\e6b3";
}
.icon-file-add:before {
  content: "\e6b4";
}
.icon-file-check:before {
  content: "\e6b5";
}
.icon-file-lock:before {
  content: "\e6b6";
}
.icon-files:before {
  content: "\e6b7";
}
.icon-copy:before {
  content: "\e6b8";
}
.icon-compare:before {
  content: "\e6b9";
}
.icon-folder:before {
  content: "\e6ba";
}
.icon-folder-search:before {
  content: "\e6bb";
}
.icon-folder-plus:before {
  content: "\e6bc";
}
.icon-folder-minus:before {
  content: "\e6bd";
}
.icon-folder-download:before {
  content: "\e6be";
}
.icon-folder-upload:before {
  content: "\e6bf";
}
.icon-folder-star:before {
  content: "\e6c0";
}
.icon-folder-heart:before {
  content: "\e6c1";
}
.icon-folder-user:before {
  content: "\e6c2";
}
.icon-folder-shared:before {
  content: "\e6c3";
}
.icon-folder-music:before {
  content: "\e6c4";
}
.icon-folder-picture:before {
  content: "\e6c5";
}
.icon-folder-film:before {
  content: "\e6c6";
}
.icon-scissors:before {
  content: "\e6c7";
}
.icon-paste:before {
  content: "\e6c8";
}
.icon-clipboard-empty:before {
  content: "\e6c9";
}
.icon-clipboard-pencil:before {
  content: "\e6ca";
}
.icon-clipboard-text:before {
  content: "\e6cb";
}
.icon-clipboard-check:before {
  content: "\e6cc";
}
.icon-clipboard-down:before {
  content: "\e6cd";
}
.icon-clipboard-left:before {
  content: "\e6ce";
}
.icon-clipboard-alert:before {
  content: "\e6cf";
}
.icon-clipboard-user:before {
  content: "\e6d0";
}
.icon-register:before {
  content: "\e6d1";
}
.icon-enter:before {
  content: "\e6d2";
}
.icon-exit:before {
  content: "\e6d3";
}
.icon-papers:before {
  content: "\e6d4";
}
.icon-news:before {
  content: "\e6d5";
}
.icon-reading:before {
  content: "\e6d6";
}
.icon-typewriter:before {
  content: "\e6d7";
}
.icon-document:before {
  content: "\e6d8";
}
.icon-document2:before {
  content: "\e6d9";
}
.icon-graduation-hat:before {
  content: "\e6da";
}
.icon-license:before {
  content: "\e6db";
}
.icon-license2:before {
  content: "\e6dc";
}
.icon-medal-empty:before {
  content: "\e6dd";
}
.icon-medal-first:before {
  content: "\e6de";
}
.icon-medal-second:before {
  content: "\e6df";
}
.icon-medal-third:before {
  content: "\e6e0";
}
.icon-podium:before {
  content: "\e6e1";
}
.icon-trophy:before {
  content: "\e6e2";
}
.icon-trophy2:before {
  content: "\e6e3";
}
.icon-music-note:before {
  content: "\e6e4";
}
.icon-music-note2:before {
  content: "\e6e5";
}
.icon-music-note3:before {
  content: "\e6e6";
}
.icon-playlist:before {
  content: "\e6e7";
}
.icon-playlist-add:before {
  content: "\e6e8";
}
.icon-guitar:before {
  content: "\e6e9";
}
.icon-trumpet:before {
  content: "\e6ea";
}
.icon-album:before {
  content: "\e6eb";
}
.icon-shuffle:before {
  content: "\e6ec";
}
.icon-repeat-one:before {
  content: "\e6ed";
}
.icon-repeat:before {
  content: "\e6ee";
}
.icon-headphones:before {
  content: "\e6ef";
}
.icon-headset:before {
  content: "\e6f0";
}
.icon-loudspeaker:before {
  content: "\e6f1";
}
.icon-equalizer:before {
  content: "\e6f2";
}
.icon-theater:before {
  content: "\e6f3";
}
.icon-3d-glasses:before {
  content: "\e6f4";
}
.icon-ticket:before {
  content: "\e6f5";
}
.icon-presentation:before {
  content: "\e6f6";
}
.icon-play:before {
  content: "\e6f7";
}
.icon-film-play:before {
  content: "\e6f8";
}
.icon-clapboard-play:before {
  content: "\e6f9";
}
.icon-media:before {
  content: "\e6fa";
}
.icon-film:before {
  content: "\e6fb";
}
.icon-film2:before {
  content: "\e6fc";
}
.icon-surveillance:before {
  content: "\e6fd";
}
.icon-surveillance2:before {
  content: "\e6fe";
}
.icon-camera:before {
  content: "\e6ff";
}
.icon-camera-crossed:before {
  content: "\e700";
}
.icon-camera-play:before {
  content: "\e701";
}
.icon-time-lapse:before {
  content: "\e702";
}
.icon-record:before {
  content: "\e703";
}
.icon-camera2:before {
  content: "\e704";
}
.icon-camera-flip:before {
  content: "\e705";
}
.icon-panorama:before {
  content: "\e706";
}
.icon-time-lapse2:before {
  content: "\e707";
}
.icon-shutter:before {
  content: "\e708";
}
.icon-shutter2:before {
  content: "\e709";
}
.icon-face-detection:before {
  content: "\e70a";
}
.icon-flare:before {
  content: "\e70b";
}
.icon-convex:before {
  content: "\e70c";
}
.icon-concave:before {
  content: "\e70d";
}
.icon-picture:before {
  content: "\e70e";
}
.icon-picture2:before {
  content: "\e70f";
}
.icon-picture3:before {
  content: "\e710";
}
.icon-pictures:before {
  content: "\e711";
}
.icon-book:before {
  content: "\e712";
}
.icon-audio-book:before {
  content: "\e713";
}
.icon-book2:before {
  content: "\e714";
}
.icon-bookmark:before {
  content: "\e715";
}
.icon-bookmark2:before {
  content: "\e716";
}
.icon-label:before {
  content: "\e717";
}
.icon-library:before {
  content: "\e718";
}
.icon-library2:before {
  content: "\e719";
}
.icon-contacts:before {
  content: "\e71a";
}
.icon-profile:before {
  content: "\e71b";
}
.icon-portrait:before {
  content: "\e71c";
}
.icon-portrait2:before {
  content: "\e71d";
}
.icon-user:before {
  content: "\e71e";
}
.icon-user-plus:before {
  content: "\e71f";
}
.icon-user-minus:before {
  content: "\e720";
}
.icon-user-lock:before {
  content: "\e721";
}
.icon-users:before {
  content: "\e722";
}
.icon-users2:before {
  content: "\e723";
}
.icon-users-plus:before {
  content: "\e724";
}
.icon-users-minus:before {
  content: "\e725";
}
.icon-group-work:before {
  content: "\e726";
}
.icon-woman:before {
  content: "\e727";
}
.icon-man:before {
  content: "\e728";
}
.icon-baby:before {
  content: "\e729";
}
.icon-baby2:before {
  content: "\e72a";
}
.icon-baby3:before {
  content: "\e72b";
}
.icon-baby-bottle:before {
  content: "\e72c";
}
.icon-walk:before {
  content: "\e72d";
}
.icon-hand-waving:before {
  content: "\e72e";
}
.icon-jump:before {
  content: "\e72f";
}
.icon-run:before {
  content: "\e730";
}
.icon-woman2:before {
  content: "\e731";
}
.icon-man2:before {
  content: "\e732";
}
.icon-man-woman:before {
  content: "\e733";
}
.icon-height:before {
  content: "\e734";
}
.icon-weight:before {
  content: "\e735";
}
.icon-scale:before {
  content: "\e736";
}
.icon-button:before {
  content: "\e737";
}
.icon-bow-tie:before {
  content: "\e738";
}
.icon-tie:before {
  content: "\e739";
}
.icon-socks:before {
  content: "\e73a";
}
.icon-shoe:before {
  content: "\e73b";
}
.icon-shoes:before {
  content: "\e73c";
}
.icon-hat:before {
  content: "\e73d";
}
.icon-pants:before {
  content: "\e73e";
}
.icon-shorts:before {
  content: "\e73f";
}
.icon-flip-flops:before {
  content: "\e740";
}
.icon-shirt:before {
  content: "\e741";
}
.icon-hanger:before {
  content: "\e742";
}
.icon-laundry:before {
  content: "\e743";
}
.icon-store:before {
  content: "\e744";
}
.icon-haircut:before {
  content: "\e745";
}
.icon-store-24:before {
  content: "\e746";
}
.icon-barcode:before {
  content: "\e747";
}
.icon-barcode2:before {
  content: "\e748";
}
.icon-barcode3:before {
  content: "\e749";
}
.icon-cashier:before {
  content: "\e74a";
}
.icon-bag:before {
  content: "\e74b";
}
.icon-bag2:before {
  content: "\e74c";
}
.icon-cart:before {
  content: "\e74d";
}
.icon-cart-empty:before {
  content: "\e74e";
}
.icon-cart-full:before {
  content: "\e74f";
}
.icon-cart-plus:before {
  content: "\e750";
}
.icon-cart-plus2:before {
  content: "\e751";
}
.icon-cart-add:before {
  content: "\e752";
}
.icon-cart-remove:before {
  content: "\e753";
}
.icon-cart-exchange:before {
  content: "\e754";
}
.icon-tag:before {
  content: "\e755";
}
.icon-tags:before {
  content: "\e756";
}
.icon-receipt:before {
  content: "\e757";
}
.icon-wallet:before {
  content: "\e758";
}
.icon-credit-card:before {
  content: "\e759";
}
.icon-cash-dollar:before {
  content: "\e75a";
}
.icon-cash-euro:before {
  content: "\e75b";
}
.icon-cash-pound:before {
  content: "\e75c";
}
.icon-cash-yen:before {
  content: "\e75d";
}
.icon-bag-dollar:before {
  content: "\e75e";
}
.icon-bag-euro:before {
  content: "\e75f";
}
.icon-bag-pound:before {
  content: "\e760";
}
.icon-bag-yen:before {
  content: "\e761";
}
.icon-coin-dollar:before {
  content: "\e762";
}
.icon-coin-euro:before {
  content: "\e763";
}
.icon-coin-pound:before {
  content: "\e764";
}
.icon-coin-yen:before {
  content: "\e765";
}
.icon-calculator:before {
  content: "\e766";
}
.icon-calculator2:before {
  content: "\e767";
}
.icon-abacus:before {
  content: "\e768";
}
.icon-vault:before {
  content: "\e769";
}
.icon-telephone:before {
  content: "\e76a";
}
.icon-phone-lock:before {
  content: "\e76b";
}
.icon-phone-wave:before {
  content: "\e76c";
}
.icon-phone-pause:before {
  content: "\e76d";
}
.icon-phone-outgoing:before {
  content: "\e76e";
}
.icon-phone-incoming:before {
  content: "\e76f";
}
.icon-phone-in-out:before {
  content: "\e770";
}
.icon-phone-error:before {
  content: "\e771";
}
.icon-phone-sip:before {
  content: "\e772";
}
.icon-phone-plus:before {
  content: "\e773";
}
.icon-phone-minus:before {
  content: "\e774";
}
.icon-voicemail:before {
  content: "\e775";
}
.icon-dial:before {
  content: "\e776";
}
.icon-telephone2:before {
  content: "\e777";
}
.icon-pushpin:before {
  content: "\e778";
}
.icon-pushpin2:before {
  content: "\e779";
}
.icon-map-marker:before {
  content: "\e77a";
}
.icon-map-marker-user:before {
  content: "\e77b";
}
.icon-map-marker-down:before {
  content: "\e77c";
}
.icon-map-marker-check:before {
  content: "\e77d";
}
.icon-map-marker-crossed:before {
  content: "\e77e";
}
.icon-radar:before {
  content: "\e77f";
}
.icon-compass2:before {
  content: "\e780";
}
.icon-map:before {
  content: "\e781";
}
.icon-map2:before {
  content: "\e782";
}
.icon-location:before {
  content: "\e783";
}
.icon-road-sign:before {
  content: "\e784";
}
.icon-calendar-empty:before {
  content: "\e785";
}
.icon-calendar-check:before {
  content: "\e786";
}
.icon-calendar-cross:before {
  content: "\e787";
}
.icon-calendar-31:before {
  content: "\e788";
}
.icon-calendar-full:before {
  content: "\e789";
}
.icon-calendar-insert:before {
  content: "\e78a";
}
.icon-calendar-text:before {
  content: "\e78b";
}
.icon-calendar-user:before {
  content: "\e78c";
}
.icon-mouse:before {
  content: "\e78d";
}
.icon-mouse-left:before {
  content: "\e78e";
}
.icon-mouse-right:before {
  content: "\e78f";
}
.icon-mouse-both:before {
  content: "\e790";
}
.icon-keyboard:before {
  content: "\e791";
}
.icon-keyboard-up:before {
  content: "\e792";
}
.icon-keyboard-down:before {
  content: "\e793";
}
.icon-delete:before {
  content: "\e794";
}
.icon-spell-check:before {
  content: "\e795";
}
.icon-escape:before {
  content: "\e796";
}
.icon-enter2:before {
  content: "\e797";
}
.icon-screen:before {
  content: "\e798";
}
.icon-aspect-ratio:before {
  content: "\e799";
}
.icon-signal:before {
  content: "\e79a";
}
.icon-signal-lock:before {
  content: "\e79b";
}
.icon-signal-80:before {
  content: "\e79c";
}
.icon-signal-60:before {
  content: "\e79d";
}
.icon-signal-40:before {
  content: "\e79e";
}
.icon-signal-20:before {
  content: "\e79f";
}
.icon-signal-0:before {
  content: "\e7a0";
}
.icon-signal-blocked:before {
  content: "\e7a1";
}
.icon-sim:before {
  content: "\e7a2";
}
.icon-flash-memory:before {
  content: "\e7a3";
}
.icon-usb-drive:before {
  content: "\e7a4";
}
.icon-phone:before {
  content: "\e7a5";
}
.icon-smartphone:before {
  content: "\e7a6";
}
.icon-smartphone-notification:before {
  content: "\e7a7";
}
.icon-smartphone-vibration:before {
  content: "\e7a8";
}
.icon-smartphone-embed:before {
  content: "\e7a9";
}
.icon-smartphone-waves:before {
  content: "\e7aa";
}
.icon-tablet:before {
  content: "\e7ab";
}
.icon-tablet2:before {
  content: "\e7ac";
}
.icon-laptop:before {
  content: "\e7ad";
}
.icon-laptop-phone:before {
  content: "\e7ae";
}
.icon-desktop:before {
  content: "\e7af";
}
.icon-launch:before {
  content: "\e7b0";
}
.icon-new-tab:before {
  content: "\e7b1";
}
.icon-window:before {
  content: "\e7b2";
}
.icon-cable:before {
  content: "\e7b3";
}
.icon-cable2:before {
  content: "\e7b4";
}
.icon-tv:before {
  content: "\e7b5";
}
.icon-radio:before {
  content: "\e7b6";
}
.icon-remote-control:before {
  content: "\e7b7";
}
.icon-power-switch:before {
  content: "\e7b8";
}
.icon-power:before {
  content: "\e7b9";
}
.icon-power-crossed:before {
  content: "\e7ba";
}
.icon-flash-auto:before {
  content: "\e7bb";
}
.icon-lamp:before {
  content: "\e7bc";
}
.icon-flashlight:before {
  content: "\e7bd";
}
.icon-lampshade:before {
  content: "\e7be";
}
.icon-cord:before {
  content: "\e7bf";
}
.icon-outlet:before {
  content: "\e7c0";
}
.icon-battery-power:before {
  content: "\e7c1";
}
.icon-battery-empty:before {
  content: "\e7c2";
}
.icon-battery-alert:before {
  content: "\e7c3";
}
.icon-battery-error:before {
  content: "\e7c4";
}
.icon-battery-low1:before {
  content: "\e7c5";
}
.icon-battery-low2:before {
  content: "\e7c6";
}
.icon-battery-low3:before {
  content: "\e7c7";
}
.icon-battery-mid1:before {
  content: "\e7c8";
}
.icon-battery-mid2:before {
  content: "\e7c9";
}
.icon-battery-mid3:before {
  content: "\e7ca";
}
.icon-battery-full:before {
  content: "\e7cb";
}
.icon-battery-charging:before {
  content: "\e7cc";
}
.icon-battery-charging2:before {
  content: "\e7cd";
}
.icon-battery-charging3:before {
  content: "\e7ce";
}
.icon-battery-charging4:before {
  content: "\e7cf";
}
.icon-battery-charging5:before {
  content: "\e7d0";
}
.icon-battery-charging6:before {
  content: "\e7d1";
}
.icon-battery-charging7:before {
  content: "\e7d2";
}
.icon-chip:before {
  content: "\e7d3";
}
.icon-chip-x64:before {
  content: "\e7d4";
}
.icon-chip-x86:before {
  content: "\e7d5";
}
.icon-bubble:before {
  content: "\e7d6";
}
.icon-bubbles:before {
  content: "\e7d7";
}
.icon-bubble-dots:before {
  content: "\e7d8";
}
.icon-bubble-alert:before {
  content: "\e7d9";
}
.icon-bubble-question:before {
  content: "\e7da";
}
.icon-bubble-text:before {
  content: "\e7db";
}
.icon-bubble-pencil:before {
  content: "\e7dc";
}
.icon-bubble-picture:before {
  content: "\e7dd";
}
.icon-bubble-video:before {
  content: "\e7de";
}
.icon-bubble-user:before {
  content: "\e7df";
}
.icon-bubble-quote:before {
  content: "\e7e0";
}
.icon-bubble-heart:before {
  content: "\e7e1";
}
.icon-bubble-emoticon:before {
  content: "\e7e2";
}
.icon-bubble-attachment:before {
  content: "\e7e3";
}
.icon-phone-bubble:before {
  content: "\e7e4";
}
.icon-quote-open:before {
  content: "\e7e5";
}
.icon-quote-close:before {
  content: "\e7e6";
}
.icon-dna:before {
  content: "\e7e7";
}
.icon-heart-pulse:before {
  content: "\e7e8";
}
.icon-pulse:before {
  content: "\e7e9";
}
.icon-syringe:before {
  content: "\e7ea";
}
.icon-pills:before {
  content: "\e7eb";
}
.icon-first-aid:before {
  content: "\e7ec";
}
.icon-lifebuoy:before {
  content: "\e7ed";
}
.icon-bandage:before {
  content: "\e7ee";
}
.icon-bandages:before {
  content: "\e7ef";
}
.icon-thermometer:before {
  content: "\e7f0";
}
.icon-microscope:before {
  content: "\e7f1";
}
.icon-brain:before {
  content: "\e7f2";
}
.icon-beaker:before {
  content: "\e7f3";
}
.icon-skull:before {
  content: "\e7f4";
}
.icon-bone:before {
  content: "\e7f5";
}
.icon-construction:before {
  content: "\e7f6";
}
.icon-construction-cone:before {
  content: "\e7f7";
}
.icon-pie-chart:before {
  content: "\e7f8";
}
.icon-pie-chart2:before {
  content: "\e7f9";
}
.icon-graph:before {
  content: "\e7fa";
}
.icon-chart-growth:before {
  content: "\e7fb";
}
.icon-chart-bars:before {
  content: "\e7fc";
}
.icon-chart-settings:before {
  content: "\e7fd";
}
.icon-cake:before {
  content: "\e7fe";
}
.icon-gift:before {
  content: "\e7ff";
}
.icon-balloon:before {
  content: "\e800";
}
.icon-rank:before {
  content: "\e801";
}
.icon-rank2:before {
  content: "\e802";
}
.icon-rank3:before {
  content: "\e803";
}
.icon-crown:before {
  content: "\e804";
}
.icon-lotus:before {
  content: "\e805";
}
.icon-diamond:before {
  content: "\e806";
}
.icon-diamond2:before {
  content: "\e807";
}
.icon-diamond3:before {
  content: "\e808";
}
.icon-diamond4:before {
  content: "\e809";
}
.icon-linearicons:before {
  content: "\e80a";
}
.icon-teacup:before {
  content: "\e80b";
}
.icon-teapot:before {
  content: "\e80c";
}
.icon-glass:before {
  content: "\e80d";
}
.icon-bottle2:before {
  content: "\e80e";
}
.icon-glass-cocktail:before {
  content: "\e80f";
}
.icon-glass2:before {
  content: "\e810";
}
.icon-dinner:before {
  content: "\e811";
}
.icon-dinner2:before {
  content: "\e812";
}
.icon-chef:before {
  content: "\e813";
}
.icon-scale2:before {
  content: "\e814";
}
.icon-egg:before {
  content: "\e815";
}
.icon-egg2:before {
  content: "\e816";
}
.icon-eggs:before {
  content: "\e817";
}
.icon-platter:before {
  content: "\e818";
}
.icon-steak:before {
  content: "\e819";
}
.icon-hamburger:before {
  content: "\e81a";
}
.icon-hotdog:before {
  content: "\e81b";
}
.icon-pizza:before {
  content: "\e81c";
}
.icon-sausage:before {
  content: "\e81d";
}
.icon-chicken:before {
  content: "\e81e";
}
.icon-fish:before {
  content: "\e81f";
}
.icon-carrot:before {
  content: "\e820";
}
.icon-cheese:before {
  content: "\e821";
}
.icon-bread:before {
  content: "\e822";
}
.icon-ice-cream:before {
  content: "\e823";
}
.icon-ice-cream2:before {
  content: "\e824";
}
.icon-candy:before {
  content: "\e825";
}
.icon-lollipop:before {
  content: "\e826";
}
.icon-coffee-bean:before {
  content: "\e827";
}
.icon-coffee-cup:before {
  content: "\e828";
}
.icon-cherry:before {
  content: "\e829";
}
.icon-grapes:before {
  content: "\e82a";
}
.icon-citrus:before {
  content: "\e82b";
}
.icon-apple:before {
  content: "\e82c";
}
.icon-leaf:before {
  content: "\e82d";
}
.icon-landscape:before {
  content: "\e82e";
}
.icon-pine-tree:before {
  content: "\e82f";
}
.icon-tree:before {
  content: "\e830";
}
.icon-cactus:before {
  content: "\e831";
}
.icon-paw:before {
  content: "\e832";
}
.icon-footprint:before {
  content: "\e833";
}
.icon-speed-slow:before {
  content: "\e834";
}
.icon-speed-medium:before {
  content: "\e835";
}
.icon-speed-fast:before {
  content: "\e836";
}
.icon-rocket:before {
  content: "\e837";
}
.icon-hammer2:before {
  content: "\e838";
}
.icon-balance:before {
  content: "\e839";
}
.icon-briefcase:before {
  content: "\e83a";
}
.icon-luggage-weight:before {
  content: "\e83b";
}
.icon-dolly:before {
  content: "\e83c";
}
.icon-plane:before {
  content: "\e83d";
}
.icon-plane-crossed:before {
  content: "\e83e";
}
.icon-helicopter:before {
  content: "\e83f";
}
.icon-traffic-lights:before {
  content: "\e840";
}
.icon-siren:before {
  content: "\e841";
}
.icon-road:before {
  content: "\e842";
}
.icon-engine:before {
  content: "\e843";
}
.icon-oil-pressure:before {
  content: "\e844";
}
.icon-coolant-temperature:before {
  content: "\e845";
}
.icon-car-battery:before {
  content: "\e846";
}
.icon-gas:before {
  content: "\e847";
}
.icon-gallon:before {
  content: "\e848";
}
.icon-transmission:before {
  content: "\e849";
}
.icon-car:before {
  content: "\e84a";
}
.icon-car-wash:before {
  content: "\e84b";
}
.icon-car-wash2:before {
  content: "\e84c";
}
.icon-bus:before {
  content: "\e84d";
}
.icon-bus2:before {
  content: "\e84e";
}
.icon-car2:before {
  content: "\e84f";
}
.icon-parking:before {
  content: "\e850";
}
.icon-car-lock:before {
  content: "\e851";
}
.icon-taxi:before {
  content: "\e852";
}
.icon-car-siren:before {
  content: "\e853";
}
.icon-car-wash3:before {
  content: "\e854";
}
.icon-car-wash4:before {
  content: "\e855";
}
.icon-ambulance:before {
  content: "\e856";
}
.icon-truck:before {
  content: "\e857";
}
.icon-trailer:before {
  content: "\e858";
}
.icon-scale-truck:before {
  content: "\e859";
}
.icon-train:before {
  content: "\e85a";
}
.icon-ship:before {
  content: "\e85b";
}
.icon-ship2:before {
  content: "\e85c";
}
.icon-anchor:before {
  content: "\e85d";
}
.icon-boat:before {
  content: "\e85e";
}
.icon-bicycle:before {
  content: "\e85f";
}
.icon-bicycle2:before {
  content: "\e860";
}
.icon-dumbbell:before {
  content: "\e861";
}
.icon-bench-press:before {
  content: "\e862";
}
.icon-swim:before {
  content: "\e863";
}
.icon-football:before {
  content: "\e864";
}
.icon-baseball-bat:before {
  content: "\e865";
}
.icon-baseball:before {
  content: "\e866";
}
.icon-tennis:before {
  content: "\e867";
}
.icon-tennis2:before {
  content: "\e868";
}
.icon-ping-pong:before {
  content: "\e869";
}
.icon-hockey:before {
  content: "\e86a";
}
.icon-8ball:before {
  content: "\e86b";
}
.icon-bowling:before {
  content: "\e86c";
}
.icon-bowling-pins:before {
  content: "\e86d";
}
.icon-golf:before {
  content: "\e86e";
}
.icon-golf2:before {
  content: "\e86f";
}
.icon-archery:before {
  content: "\e870";
}
.icon-slingshot:before {
  content: "\e871";
}
.icon-soccer:before {
  content: "\e872";
}
.icon-basketball:before {
  content: "\e873";
}
.icon-cube:before {
  content: "\e874";
}
.icon-3d-rotate:before {
  content: "\e875";
}
.icon-puzzle:before {
  content: "\e876";
}
.icon-glasses:before {
  content: "\e877";
}
.icon-glasses2:before {
  content: "\e878";
}
.icon-accessibility:before {
  content: "\e879";
}
.icon-wheelchair:before {
  content: "\e87a";
}
.icon-wall:before {
  content: "\e87b";
}
.icon-fence:before {
  content: "\e87c";
}
.icon-wall2:before {
  content: "\e87d";
}
.icon-icons:before {
  content: "\e87e";
}
.icon-resize-handle:before {
  content: "\e87f";
}
.icon-icons2:before {
  content: "\e880";
}
.icon-select:before {
  content: "\e881";
}
.icon-select2:before {
  content: "\e882";
}
.icon-site-map:before {
  content: "\e883";
}
.icon-earth:before {
  content: "\e884";
}
.icon-earth-lock:before {
  content: "\e885";
}
.icon-network:before {
  content: "\e886";
}
.icon-network-lock:before {
  content: "\e887";
}
.icon-planet:before {
  content: "\e888";
}
.icon-happy:before {
  content: "\e889";
}
.icon-smile:before {
  content: "\e88a";
}
.icon-grin:before {
  content: "\e88b";
}
.icon-tongue:before {
  content: "\e88c";
}
.icon-sad:before {
  content: "\e88d";
}
.icon-wink:before {
  content: "\e88e";
}
.icon-dream:before {
  content: "\e88f";
}
.icon-shocked:before {
  content: "\e890";
}
.icon-shocked2:before {
  content: "\e891";
}
.icon-tongue2:before {
  content: "\e892";
}
.icon-neutral:before {
  content: "\e893";
}
.icon-happy-grin:before {
  content: "\e894";
}
.icon-cool:before {
  content: "\e895";
}
.icon-mad:before {
  content: "\e896";
}
.icon-grin-evil:before {
  content: "\e897";
}
.icon-evil:before {
  content: "\e898";
}
.icon-wow:before {
  content: "\e899";
}
.icon-annoyed:before {
  content: "\e89a";
}
.icon-wondering:before {
  content: "\e89b";
}
.icon-confused:before {
  content: "\e89c";
}
.icon-zipped:before {
  content: "\e89d";
}
.icon-grumpy:before {
  content: "\e89e";
}
.icon-mustache:before {
  content: "\e89f";
}
.icon-tombstone-hipster:before {
  content: "\e8a0";
}
.icon-tombstone:before {
  content: "\e8a1";
}
.icon-ghost:before {
  content: "\e8a2";
}
.icon-ghost-hipster:before {
  content: "\e8a3";
}
.icon-halloween:before {
  content: "\e8a4";
}
.icon-christmas:before {
  content: "\e8a5";
}
.icon-easter-egg:before {
  content: "\e8a6";
}
.icon-mustache2:before {
  content: "\e8a7";
}
.icon-mustache-glasses:before {
  content: "\e8a8";
}
.icon-pipe:before {
  content: "\e8a9";
}
.icon-alarm:before {
  content: "\e8aa";
}
.icon-alarm-add:before {
  content: "\e8ab";
}
.icon-alarm-snooze:before {
  content: "\e8ac";
}
.icon-alarm-ringing:before {
  content: "\e8ad";
}
.icon-bullhorn:before {
  content: "\e8ae";
}
.icon-hearing:before {
  content: "\e8af";
}
.icon-volume-high:before {
  content: "\e8b0";
}
.icon-volume-medium:before {
  content: "\e8b1";
}
.icon-volume-low:before {
  content: "\e8b2";
}
.icon-volume:before {
  content: "\e8b3";
}
.icon-mute:before {
  content: "\e8b4";
}
.icon-lan:before {
  content: "\e8b5";
}
.icon-lan2:before {
  content: "\e8b6";
}
.icon-wifi:before {
  content: "\e8b7";
}
.icon-wifi-lock:before {
  content: "\e8b8";
}
.icon-wifi-blocked:before {
  content: "\e8b9";
}
.icon-wifi-mid:before {
  content: "\e8ba";
}
.icon-wifi-low:before {
  content: "\e8bb";
}
.icon-wifi-low2:before {
  content: "\e8bc";
}
.icon-wifi-alert:before {
  content: "\e8bd";
}
.icon-wifi-alert-mid:before {
  content: "\e8be";
}
.icon-wifi-alert-low:before {
  content: "\e8bf";
}
.icon-wifi-alert-low2:before {
  content: "\e8c0";
}
.icon-stream:before {
  content: "\e8c1";
}
.icon-stream-check:before {
  content: "\e8c2";
}
.icon-stream-error:before {
  content: "\e8c3";
}
.icon-stream-alert:before {
  content: "\e8c4";
}
.icon-communication:before {
  content: "\e8c5";
}
.icon-communication-crossed:before {
  content: "\e8c6";
}
.icon-broadcast:before {
  content: "\e8c7";
}
.icon-antenna:before {
  content: "\e8c8";
}
.icon-satellite:before {
  content: "\e8c9";
}
.icon-satellite2:before {
  content: "\e8ca";
}
.icon-mic:before {
  content: "\e8cb";
}
.icon-mic-mute:before {
  content: "\e8cc";
}
.icon-mic2:before {
  content: "\e8cd";
}
.icon-spotlights:before {
  content: "\e8ce";
}
.icon-hourglass:before {
  content: "\e8cf";
}
.icon-loading:before {
  content: "\e8d0";
}
.icon-loading2:before {
  content: "\e8d1";
}
.icon-loading3:before {
  content: "\e8d2";
}
.icon-refresh:before {
  content: "\e8d3";
}
.icon-refresh2:before {
  content: "\e8d4";
}
.icon-undo:before {
  content: "\e8d5";
}
.icon-redo:before {
  content: "\e8d6";
}
.icon-jump2:before {
  content: "\e8d7";
}
.icon-undo2:before {
  content: "\e8d8";
}
.icon-redo2:before {
  content: "\e8d9";
}
.icon-sync:before {
  content: "\e8da";
}
.icon-repeat-one2:before {
  content: "\e8db";
}
.icon-sync-crossed:before {
  content: "\e8dc";
}
.icon-sync2:before {
  content: "\e8dd";
}
.icon-repeat-one3:before {
  content: "\e8de";
}
.icon-sync-crossed2:before {
  content: "\e8df";
}
.icon-return:before {
  content: "\e8e0";
}
.icon-return2:before {
  content: "\e8e1";
}
.icon-refund:before {
  content: "\e8e2";
}
.icon-history:before {
  content: "\e8e3";
}
.icon-history2:before {
  content: "\e8e4";
}
.icon-self-timer:before {
  content: "\e8e5";
}
.icon-clock:before {
  content: "\e8e6";
}
.icon-clock2:before {
  content: "\e8e7";
}
.icon-clock3:before {
  content: "\e8e8";
}
.icon-watch:before {
  content: "\e8e9";
}
.icon-alarm2:before {
  content: "\e8ea";
}
.icon-alarm-add2:before {
  content: "\e8eb";
}
.icon-alarm-remove:before {
  content: "\e8ec";
}
.icon-alarm-check:before {
  content: "\e8ed";
}
.icon-alarm-error:before {
  content: "\e8ee";
}
.icon-timer:before {
  content: "\e8ef";
}
.icon-timer-crossed:before {
  content: "\e8f0";
}
.icon-timer2:before {
  content: "\e8f1";
}
.icon-timer-crossed2:before {
  content: "\e8f2";
}
.icon-download:before {
  content: "\e8f3";
}
.icon-upload:before {
  content: "\e8f4";
}
.icon-download2:before {
  content: "\e8f5";
}
.icon-upload2:before {
  content: "\e8f6";
}
.icon-enter-up:before {
  content: "\e8f7";
}
.icon-enter-down:before {
  content: "\e8f8";
}
.icon-enter-left:before {
  content: "\e8f9";
}
.icon-enter-right:before {
  content: "\e8fa";
}
.icon-exit-up:before {
  content: "\e8fb";
}
.icon-exit-down:before {
  content: "\e8fc";
}
.icon-exit-left:before {
  content: "\e8fd";
}
.icon-exit-right:before {
  content: "\e8fe";
}
.icon-enter-up2:before {
  content: "\e8ff";
}
.icon-enter-down2:before {
  content: "\e900";
}
.icon-enter-vertical:before {
  content: "\e901";
}
.icon-enter-left2:before {
  content: "\e902";
}
.icon-enter-right2:before {
  content: "\e903";
}
.icon-enter-horizontal:before {
  content: "\e904";
}
.icon-exit-up2:before {
  content: "\e905";
}
.icon-exit-down2:before {
  content: "\e906";
}
.icon-exit-left2:before {
  content: "\e907";
}
.icon-exit-right2:before {
  content: "\e908";
}
.icon-cli:before {
  content: "\e909";
}
.icon-bug:before {
  content: "\e90a";
}
.icon-code:before {
  content: "\e90b";
}
.icon-file-code:before {
  content: "\e90c";
}
.icon-file-image:before {
  content: "\e90d";
}
.icon-file-zip:before {
  content: "\e90e";
}
.icon-file-audio:before {
  content: "\e90f";
}
.icon-file-video:before {
  content: "\e910";
}
.icon-file-preview:before {
  content: "\e911";
}
.icon-file-charts:before {
  content: "\e912";
}
.icon-file-stats:before {
  content: "\e913";
}
.icon-file-spreadsheet:before {
  content: "\e914";
}
.icon-link:before {
  content: "\e915";
}
.icon-unlink:before {
  content: "\e916";
}
.icon-link2:before {
  content: "\e917";
}
.icon-unlink2:before {
  content: "\e918";
}
.icon-thumbs-up:before {
  content: "\e919";
}
.icon-thumbs-down:before {
  content: "\e91a";
}
.icon-thumbs-up2:before {
  content: "\e91b";
}
.icon-thumbs-down2:before {
  content: "\e91c";
}
.icon-thumbs-up3:before {
  content: "\e91d";
}
.icon-thumbs-down3:before {
  content: "\e91e";
}
.icon-share:before {
  content: "\e91f";
}
.icon-share2:before {
  content: "\e920";
}
.icon-share3:before {
  content: "\e921";
}
.icon-magnifier:before {
  content: "\e922";
}
.icon-file-search:before {
  content: "\e923";
}
.icon-find-replace:before {
  content: "\e924";
}
.icon-zoom-in:before {
  content: "\e925";
}
.icon-zoom-out:before {
  content: "\e926";
}
.icon-loupe:before {
  content: "\e927";
}
.icon-loupe-zoom-in:before {
  content: "\e928";
}
.icon-loupe-zoom-out:before {
  content: "\e929";
}
.icon-cross:before {
  content: "\e92a";
}
.icon-menu:before {
  content: "\e92b";
}
.icon-list:before {
  content: "\e92c";
}
.icon-list2:before {
  content: "\e92d";
}
.icon-list3:before {
  content: "\e92e";
}
.icon-menu2:before {
  content: "\e92f";
}
.icon-list4:before {
  content: "\e930";
}
.icon-menu3:before {
  content: "\e931";
}
.icon-exclamation:before {
  content: "\e932";
}
.icon-question:before {
  content: "\e933";
}
.icon-check:before {
  content: "\e934";
}
.icon-cross2:before {
  content: "\e935";
}
.icon-plus:before {
  content: "\e936";
}
.icon-minus:before {
  content: "\e937";
}
.icon-percent:before {
  content: "\e938";
}
.icon-chevron-up:before {
  content: "\e939";
}
.icon-chevron-down:before {
  content: "\e93a";
}
.icon-chevron-left:before {
  content: "\e93b";
}
.icon-chevron-right:before {
  content: "\e93c";
}
.icon-chevrons-expand-vertical:before {
  content: "\e93d";
}
.icon-chevrons-expand-horizontal:before {
  content: "\e93e";
}
.icon-chevrons-contract-vertical:before {
  content: "\e93f";
}
.icon-chevrons-contract-horizontal:before {
  content: "\e940";
}
.icon-arrow-up:before {
  content: "\e941";
}
.icon-arrow-down:before {
  content: "\e942";
}
.icon-arrow-left:before {
  content: "\e943";
}
.icon-arrow-right:before {
  content: "\e944";
}
.icon-arrow-up-right:before {
  content: "\e945";
}
.icon-arrows-merge:before {
  content: "\e946";
}
.icon-arrows-split:before {
  content: "\e947";
}
.icon-arrow-divert:before {
  content: "\e948";
}
.icon-arrow-return:before {
  content: "\e949";
}
.icon-expand:before {
  content: "\e94a";
}
.icon-contract:before {
  content: "\e94b";
}
.icon-expand2:before {
  content: "\e94c";
}
.icon-contract2:before {
  content: "\e94d";
}
.icon-move:before {
  content: "\e94e";
}
.icon-tab:before {
  content: "\e94f";
}
.icon-arrow-wave:before {
  content: "\e950";
}
.icon-expand3:before {
  content: "\e951";
}
.icon-expand4:before {
  content: "\e952";
}
.icon-contract3:before {
  content: "\e953";
}
.icon-notification:before {
  content: "\e954";
}
.icon-warning:before {
  content: "\e955";
}
.icon-notification-circle:before {
  content: "\e956";
}
.icon-question-circle:before {
  content: "\e957";
}
.icon-menu-circle:before {
  content: "\e958";
}
.icon-checkmark-circle:before {
  content: "\e959";
}
.icon-cross-circle:before {
  content: "\e95a";
}
.icon-plus-circle:before {
  content: "\e95b";
}
.icon-circle-minus:before {
  content: "\e95c";
}
.icon-percent-circle:before {
  content: "\e95d";
}
.icon-arrow-up-circle:before {
  content: "\e95e";
}
.icon-arrow-down-circle:before {
  content: "\e95f";
}
.icon-arrow-left-circle:before {
  content: "\e960";
}
.icon-arrow-right-circle:before {
  content: "\e961";
}
.icon-chevron-up-circle:before {
  content: "\e962";
}
.icon-chevron-down-circle:before {
  content: "\e963";
}
.icon-chevron-left-circle:before {
  content: "\e964";
}
.icon-chevron-right-circle:before {
  content: "\e965";
}
.icon-backward-circle:before {
  content: "\e966";
}
.icon-first-circle:before {
  content: "\e967";
}
.icon-previous-circle:before {
  content: "\e968";
}
.icon-stop-circle:before {
  content: "\e969";
}
.icon-play-circle:before {
  content: "\e96a";
}
.icon-pause-circle:before {
  content: "\e96b";
}
.icon-next-circle:before {
  content: "\e96c";
}
.icon-last-circle:before {
  content: "\e96d";
}
.icon-forward-circle:before {
  content: "\e96e";
}
.icon-eject-circle:before {
  content: "\e96f";
}
.icon-crop:before {
  content: "\e970";
}
.icon-frame-expand:before {
  content: "\e971";
}
.icon-frame-contract:before {
  content: "\e972";
}
.icon-focus:before {
  content: "\e973";
}
.icon-transform:before {
  content: "\e974";
}
.icon-grid:before {
  content: "\e975";
}
.icon-grid-crossed:before {
  content: "\e976";
}
.icon-layers:before {
  content: "\e977";
}
.icon-layers-crossed:before {
  content: "\e978";
}
.icon-toggle:before {
  content: "\e979";
}
.icon-rulers:before {
  content: "\e97a";
}
.icon-ruler:before {
  content: "\e97b";
}
.icon-funnel:before {
  content: "\e97c";
}
.icon-flip-horizontal:before {
  content: "\e97d";
}
.icon-flip-vertical:before {
  content: "\e97e";
}
.icon-flip-horizontal2:before {
  content: "\e97f";
}
.icon-flip-vertical2:before {
  content: "\e980";
}
.icon-angle:before {
  content: "\e981";
}
.icon-angle2:before {
  content: "\e982";
}
.icon-subtract:before {
  content: "\e983";
}
.icon-combine:before {
  content: "\e984";
}
.icon-intersect:before {
  content: "\e985";
}
.icon-exclude:before {
  content: "\e986";
}
.icon-align-center-vertical:before {
  content: "\e987";
}
.icon-align-right:before {
  content: "\e988";
}
.icon-align-bottom:before {
  content: "\e989";
}
.icon-align-left:before {
  content: "\e98a";
}
.icon-align-center-horizontal:before {
  content: "\e98b";
}
.icon-align-top:before {
  content: "\e98c";
}
.icon-square:before {
  content: "\e98d";
}
.icon-plus-square:before {
  content: "\e98e";
}
.icon-minus-square:before {
  content: "\e98f";
}
.icon-percent-square:before {
  content: "\e990";
}
.icon-arrow-up-square:before {
  content: "\e991";
}
.icon-arrow-down-square:before {
  content: "\e992";
}
.icon-arrow-left-square:before {
  content: "\e993";
}
.icon-arrow-right-square:before {
  content: "\e994";
}
.icon-chevron-up-square:before {
  content: "\e995";
}
.icon-chevron-down-square:before {
  content: "\e996";
}
.icon-chevron-left-square:before {
  content: "\e997";
}
.icon-chevron-right-square:before {
  content: "\e998";
}
.icon-check-square:before {
  content: "\e999";
}
.icon-cross-square:before {
  content: "\e99a";
}
.icon-menu-square:before {
  content: "\e99b";
}
.icon-prohibited:before {
  content: "\e99c";
}
.icon-circle:before {
  content: "\e99d";
}
.icon-radio-button:before {
  content: "\e99e";
}
.icon-ligature:before {
  content: "\e99f";
}
.icon-text-format:before {
  content: "\e9a0";
}
.icon-text-format-remove:before {
  content: "\e9a1";
}
.icon-text-size:before {
  content: "\e9a2";
}
.icon-bold:before {
  content: "\e9a3";
}
.icon-italic:before {
  content: "\e9a4";
}
.icon-underline:before {
  content: "\e9a5";
}
.icon-strikethrough:before {
  content: "\e9a6";
}
.icon-highlight:before {
  content: "\e9a7";
}
.icon-text-align-left:before {
  content: "\e9a8";
}
.icon-text-align-center:before {
  content: "\e9a9";
}
.icon-text-align-right:before {
  content: "\e9aa";
}
.icon-text-align-justify:before {
  content: "\e9ab";
}
.icon-line-spacing:before {
  content: "\e9ac";
}
.icon-indent-increase:before {
  content: "\e9ad";
}
.icon-indent-decrease:before {
  content: "\e9ae";
}
.icon-text-wrap:before {
  content: "\e9af";
}
.icon-pilcrow:before {
  content: "\e9b0";
}
.icon-direction-ltr:before {
  content: "\e9b1";
}
.icon-direction-rtl:before {
  content: "\e9b2";
}
.icon-page-break:before {
  content: "\e9b3";
}
.icon-page-break2:before {
  content: "\e9b4";
}
.icon-sort-alpha-asc:before {
  content: "\e9b5";
}
.icon-sort-alpha-desc:before {
  content: "\e9b6";
}
.icon-sort-numeric-asc:before {
  content: "\e9b7";
}
.icon-sort-numeric-desc:before {
  content: "\e9b8";
}
.icon-sort-amount-asc:before {
  content: "\e9b9";
}
.icon-sort-amount-desc:before {
  content: "\e9ba";
}
.icon-sort-time-asc:before {
  content: "\e9bb";
}
.icon-sort-time-desc:before {
  content: "\e9bc";
}
.icon-sigma:before {
  content: "\e9bd";
}
.icon-pencil-line:before {
  content: "\e9be";
}
.icon-hand:before {
  content: "\e9bf";
}
.icon-pointer-up:before {
  content: "\e9c0";
}
.icon-pointer-right:before {
  content: "\e9c1";
}
.icon-pointer-down:before {
  content: "\e9c2";
}
.icon-pointer-left:before {
  content: "\e9c3";
}
.icon-finger-tap:before {
  content: "\e9c4";
}
.icon-fingers-tap:before {
  content: "\e9c5";
}
.icon-reminder:before {
  content: "\e9c6";
}
.icon-fingers-crossed:before {
  content: "\e9c7";
}
.icon-fingers-victory:before {
  content: "\e9c8";
}
.icon-gesture-zoom:before {
  content: "\e9c9";
}
.icon-gesture-pinch:before {
  content: "\e9ca";
}
.icon-fingers-scroll-horizontal:before {
  content: "\e9cb";
}
.icon-fingers-scroll-vertical:before {
  content: "\e9cc";
}
.icon-fingers-scroll-left:before {
  content: "\e9cd";
}
.icon-fingers-scroll-right:before {
  content: "\e9ce";
}
.icon-hand2:before {
  content: "\e9cf";
}
.icon-pointer-up2:before {
  content: "\e9d0";
}
.icon-pointer-right2:before {
  content: "\e9d1";
}
.icon-pointer-down2:before {
  content: "\e9d2";
}
.icon-pointer-left2:before {
  content: "\e9d3";
}
.icon-finger-tap2:before {
  content: "\e9d4";
}
.icon-fingers-tap2:before {
  content: "\e9d5";
}
.icon-reminder2:before {
  content: "\e9d6";
}
.icon-gesture-zoom2:before {
  content: "\e9d7";
}
.icon-gesture-pinch2:before {
  content: "\e9d8";
}
.icon-fingers-scroll-horizontal2:before {
  content: "\e9d9";
}
.icon-fingers-scroll-vertical2:before {
  content: "\e9da";
}
.icon-fingers-scroll-left2:before {
  content: "\e9db";
}
.icon-fingers-scroll-right2:before {
  content: "\e9dc";
}
.icon-fingers-scroll-vertical3:before {
  content: "\e9dd";
}
.icon-border-style:before {
  content: "\e9de";
}
.icon-border-all:before {
  content: "\e9df";
}
.icon-border-outer:before {
  content: "\e9e0";
}
.icon-border-inner:before {
  content: "\e9e1";
}
.icon-border-top:before {
  content: "\e9e2";
}
.icon-border-horizontal:before {
  content: "\e9e3";
}
.icon-border-bottom:before {
  content: "\e9e4";
}
.icon-border-left:before {
  content: "\e9e5";
}
.icon-border-vertical:before {
  content: "\e9e6";
}
.icon-border-right:before {
  content: "\e9e7";
}
.icon-border-none:before {
  content: "\e9e8";
}
.icon-ellipsis:before {
  content: "\e9e9";
}