html.has-cookie-bar.cookie-bar-top-bar {
	margin-top: 30px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
#catapult-cookie-bar {
	box-sizing: border-box;
	max-height: 0;
	opacity: 0;
	direction: ltr;
	padding: 0 20px;
	z-index: 99999;
	overflow: hidden;
	text-align:left;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
.ctcc-exclude-AF.geoip-continent-AF #catapult-cookie-bar,
.ctcc-exclude-AN.geoip-continent-AN #catapult-cookie-bar,
.ctcc-exclude-AS.geoip-continent-AS #catapult-cookie-bar,
.ctcc-exclude-EU.geoip-continent-EU #catapult-cookie-bar,
.ctcc-exclude-NA.geoip-continent-NA #catapult-cookie-bar,
.ctcc-exclude-OC.geoip-continent-OC #catapult-cookie-bar,
.ctcc-exclude-SA.geoip-continent-SA #catapult-cookie-bar {
	display: none;
}
.ctcc-exclude-AF.geoip-continent-AF,
.ctcc-exclude-AN.geoip-continent-AN,
.ctcc-exclude-AS.geoip-continent-AS,
.ctcc-exclude-EU.geoip-continent-EU,
.ctcc-exclude-NA.geoip-continent-NA,
.ctcc-exclude-OC.geoip-continent-OC,
.ctcc-exclude-SA.geoip-continent-SA {
	margin-top: 0 !important;
}
#catapult-cookie-bar.rounded-corners {
	border-radius: 3px;
}
#catapult-cookie-bar.drop-shadow {
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
}
.cookie-bar-block #catapult-cookie-bar {
	max-height: 999px;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.has-cookie-bar #catapult-cookie-bar {
	opacity: 1;
	max-height: 999px;
	min-height: 30px;
	padding: 15px 20px 15px;
}
.cookie-bar-block #catapult-cookie-bar span {
	display: block;
	margin: 1em 0;
}
.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side {
	float: right;
}
button#catapultCookie {
	cursor: pointer;
	margin:0 20px 0 0;
}
.cookie-bar-bar button#catapultCookie {
	margin:0 0 0 20px;
}
.cookie-bar-bar .ctcc-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}
.cookie-bar-bar .float-accept .ctcc-inner {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media screen and (max-width: 991px) {
	.ctcc-left-side {
		margin-right: 1em;
	}
}
.ctcc-right-side {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.cookie-bar-block #catapult-cookie-bar h3 {
	margin: 0.5em 0 0;
}
.use_x_close .x_close {
    position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-family: sans-serif;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}
.cookie-bar-bar .use_x_close .x_close {
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.x_close {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px,0px,0px);
    width: 14px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.x_close span {
	display: block;
	position: absolute;
	height: 3px;
	width: 14px;
	background: #111;
	border-radius: 6px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	transition-delay: .14s;
	-webkit-transition-delay: .14s;
	-moz-transition-delay: .14s;
}
.x_close span:nth-child(1),
.x_close span:nth-child(2) {
	top: 14px;
}
.x_close span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.x_close span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.x_close:hover span:nth-child(1) {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.x_close:hover span:nth-child(2) {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
/*



Theme Name: Clarkes



Theme URI: http://doveinternet.co.uk/



Author: Dove Internet



Author URI: http://doveinternet.co.uk/



Description: Custom wordpress theme.



License: GNU General Public License



License URI: license.txt



*/











/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html



-------------------------------------------------------------- */







*{



	background: transparent;



	border: 0;



	margin: 0;



	padding: 0;



	vertical-align: baseline;



	box-sizing:border-box;



}







body {



	line-height: 1;



}



h1, h2, h3, h4, h5, h6 {



	clear: both;



	font-weight: normal;



}







ol, ul {



	



}



blockquote {



	quotes: none;



}



blockquote:before, blockquote:after {



	content: '';



	content: none;



}



del {



	text-decoration: line-through;



}



/* tables still need 'cellspacing="0"' in the markup */



table {



	border-collapse: collapse;



	border-spacing: 0;



}



a img {



	border: none;



}



iframe {



	max-width:100%;



}







/* =Layout



-------------------------------------------------------------- */







/*



LAYOUT: Two columns



DESCRIPTION: Two-column fixed layout with one sidebar right of content



*/







#container {



	margin: 0;



	width: 100%;



	overflow:hidden;



}







.page-template-homepage #container {



	width:100%;



	float:none;



}







.blog #container,



.archive #container,



.search #container {



}







#primary,



#default_sidebar {



	float: right;



	overflow: hidden;



	width: 220px; /* width of sidebars */



}







#primary .widget-container,



#default_sidebar .widget-container{



}







#primary .widget-container .widget-title,



#default_sidebar .widget-container .widget-title{



}







#primary .widget-container ul,



#default_sidebar .widget-container ul{



}







#primary .widget-container ul li,



#default_sidebar .widget-container ul li{



}







#primary .widget-container ul li a,



#default_sidebar .widget-container ul li a{



}







#primary{



}







#primary .widget-container{



}







#primary .widget-container .widget-title{



}







#primary .widget-container ul{



}







#primary .widget-container ul li{



}







#primary .widget-container ul li a{



}







#default_sidebar{



}







#default_sidebar .widget-container {



}







#default_sidebar .widget-container .widget-title{



}







#default_sidebar ul{



}







#default_sidebar ul li{



}







#default_sidebar ul li a{



}



/*



LAYOUT: One column, no sidebar



DESCRIPTION: One centered column with no sidebar



*/







.one-column #content {



	margin: 0 auto;



	width: 900px; /* width of content area */



}







/*



LAYOUT: Full width, no sidebar



DESCRIPTION: Full width content with no sidebar; used for attachment pages



*/







.single-attachment #content {



	margin: 0 auto;



	width: 900px; /* width of content area */



}











/* =Fonts



-------------------------------------------------------------- */



body,



input,



textarea,



.page-title span,



.pingback a.url {



	font-family: 'Carrois Gothic SC', sans-serif;



	letter-spacing: 1px;



}



h3#comments-title,



h3#reply-title,



#access .menu,



#access div.menu ul,



#cancel-comment-reply-link,



.form-allowed-tags,



#site-info,



#site-title,



#wp-calendar,



.comment-meta,



.comment-body tr th,



.comment-body thead th,



.entry-content label,



.entry-content tr th,



.entry-content thead th,



.entry-meta,



.entry-title,



.entry-utility,



#respond label,



.navigation,



.page-title,



.pingback p,



.reply,



.widget-title,



.wp-caption-text,



.fancybox-container {



	font-family: 'Carrois Gothic SC', sans-serif;



	



}



input[type=submit] {



	font-family: 'Carrois Gothic SC', sans-serif;



	appearance:none;



	-webkit-appearance:none;



	-moz-appearance:none;



	background-color: #F8F8F8;



	font-size: 14px;



	border: 1px solid #C6C6C6;



	color: #666;



	cursor: pointer;



	border-radius:3px;	



	margin: 0px 0 0;



	-webkit-transition: 0.3s .05s;



	transition: 0.3s .05s;



	padding: 4px 10px;



}







input[type=submit]:hover {



	opacity:0.7;



}











pre {



	font-family: "Courier 10 Pitch", Courier, monospace;



}



code {



	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;



}







::-webkit-input-placeholder {



	color:#999999;



}



:-moz-placeholder { /* Firefox 18- */ 



	color:#999999;



}



::-moz-placeholder {  /* Firefox 19+ */



	color:#999999;  



}



:-ms-input-placeholder { 



	color:#999999;  



}







/* =Structure



-------------------------------------------------------------- */







/* The main theme structure */



#access .menu-header,



div.menu,



#colophon,



#branding,



.inner_wrapper,



#main {



	margin: 0 auto;



	width: 100%;



	max-width: 1200px;



}



#wrapper {



	background: #fff;



}







/* Structure the footer area */



#footer-widget-area {



	overflow: hidden;



}



#footer-widget-area .widget-area {



	float: left;



	margin-right: 20px;



	width: 220px;



}



#footer-widget-area #fourth {



	margin-right: 0;



}







/* =Global Elements



-------------------------------------------------------------- */







/* Main global 'theme' and typographic styles */



body {



	background: #fff;



	-webkit-text-size-adjust: 100%;



	-webkit-font-smoothing: antialiased;



}



body,



input,



textarea {



	color: #575757;



	font-size: 14px;



	line-height: 20px;



}



hr {



	background-color: #e7e7e7;



	border: 0;



	clear: both;



	height: 1px;



	margin-bottom: 18px;



}







/* Text elements */



p {



	margin-bottom: 18px;



}



ul {



	margin: 0 0 18px 1.5em;



}



ol {



	list-style: decimal;



	margin: 0 0 18px 1.5em;



}



ol ol {



	list-style: upper-alpha;



}



ol ol ol {



	list-style: lower-roman;



}



ol ol ol ol {



	list-style: lower-alpha;



}



ul ul,



ol ol,



ul ol,



ol ul {



	margin-bottom: 0;



}



dl {



	margin: 0 0 24px 0;



}



dt {



	font-weight: bold;



}



dd {



	margin-bottom: 18px;



}



strong {



	font-weight: bold;



}



cite,



em,



i {



	font-style: italic;



}



big {



	font-size: 131.25%;



}



ins {



	background: #ffc;



	text-decoration: none;



}



blockquote {



	font-style: italic;



	padding: 0 3em;



}







blockquote p{



	



}







blockquote cite,



blockquote em,



blockquote i {



	font-style: normal;



}



pre {



	background: #f7f7f7;



	color: #222;



	line-height: 18px;



	margin-bottom: 18px;



	overflow: auto;



	padding: 1.5em;



}



abbr,



acronym {



	border-bottom: 1px dotted #666;



	cursor: help;



}



sup,



sub {



	height: 0;



	line-height: 1;



	position: relative;



	vertical-align: baseline;



}



sup {



	bottom: 1ex;



}



sub {



	top: .5ex;



}



input[type="text"],



textarea {



	/*background: #f9f9f9;



	border: 1px solid #ccc;



	padding: 2px;*/



}



a:link,



a:visited {



	color: #02155a;



}







a:active,



a:hover {



	text-decoration:none;



}







/* Text meant only for screen readers */



.screen-reader-text {



	position: absolute;



	left: -9000px;



}







input[type="text"],



input[type="email"],



input[type="tel"],



textarea {



 	border: 1px solid #a9a9a9;



    padding: 0 0 0 1%;



	



}







.search-form input[type="text"] {



    padding:4px;



	width:140px;



}











/* =Header



-------------------------------------------------------------- */







#header {







}







#masthead{



}







#branding{



	overflow: hidden;



	padding: 10px 0;



	position: relative;



}







#branding #logo {



    width: 100px;



    margin: 0 auto;



}







#site-title {



}







#site-title a {



	color: #000;



	font-weight: bold;



	text-decoration: none;



}







#site-title img {



}







#site-description {



	clear: right;



	float: right;



	font-style: italic;



	margin: 15px 0 18px 0;



	width: 220px;



}







/* This is the custom header image */



#branding #headerimage {



	border-top: 4px solid #000;



	border-bottom: 1px solid #000;



	display: block;



	float: left;



}







#headerright {



	clear: right;



	float: right;



	font-style: italic;



	margin: 15px 0 18px 0;



	width: 220px;



}











#top_bar {



	background: #303a44;



    color: #fff;



    padding: 10px 0;



    width: 100%;



    float: left;



	text-align: center;



	position:relative;



}







#top_bar .social_icons {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 38px;
	
}

#top_bar .social_icons a{
	text-decoration: none;
    color: inherit;
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px;
    vertical-align: middle;
}

#top_bar .social_icons a.email_icon{
	background: url(themes/clarkes/images/email_icon.png) center no-repeat;
    background-size: 30px;
    width: 30px;
    height: 38px;
	
}


.shortcode_columns.join-us-for-coffee {
    margin: 40px 0;
}

.shortcode_columns.join-us-for-coffee .shortcode_right_col{
	float:left;	
}

.shortcode_columns.join-us-for-coffee .shortcode_right_col{
	float:left;	
}





#header_left_menu {



    float: left;



	position: relative;



    z-index: 999999999;



}







#header_right_menu {



    float: right;



    position: relative;



    z-index: 999999999;



}







.top_bar_menu {



    font-size: 12px;



	line-height: 18px;



    text-transform: uppercase;



}







.top_bar_menu ul{



    list-style-type:none;



	margin:0;



}







.top_bar_menu ul li{



    float: left;



    padding-right: 18px;



    border-right: 1px solid #fff;



    margin-right: 18px;



}







.top_bar_menu ul li:last-child{



    padding-right: 0;



    border-right:0;



    margin-right: 0;



}







.top_bar_menu ul li a {



    color: #fff;



    text-decoration: none;



    line-height: 18px;



}







.top_bar_menu ul li a:hover {



    text-decoration: underline;



}







.header_search_form {



    position: absolute;



    top: 22px;



    left: 0;



}











.header_search_form .search-form input[type="text"]{



    width: 100%;



    padding: 12px;



    line-height: 1;



    box-sizing: border-box;



    padding-left: 30px;



    font-size: 14px;



    color: #505050;



    border: 0;



    background-image: url(themes/clarkes/images/search_icon.svg);



    background-repeat: no-repeat;



    background-position: center left 8px;



    background-size: 14px;



    letter-spacing: .1px;



}







.header_search_form .search-form input[type="text"]:focus{



	outline:none;



	background-color: #f2f2f2;



}











.header_search_form input[type=submit] {



    display: none;



}











/* =Slideshow



-------------------------------------------------------------- */



#slideshow {



    clear: both;



}







.slider_content_wrapper {



    float: left;



    width: 35%;



}







.slider_content_wrapper .slider_content_box {



    width: 70%;



    margin: 0 auto;



}







.slider_content {



    text-align: center;



}







.slider_content_wrapper .slider_description {



	font-size: 24px;



    line-height: 32px;



    padding: 14% 0 12%;



}







.slider_image {


    line-height: 0;



}







.slider_logo_shortcode {



    width: 62%;



    margin: 0 auto;



}







a.link_with_arrow {



    font-size: 18px;



    line-height: 28px;



    color: #505050;



    text-decoration: none;



    display: table;



    margin: 0 auto;



    font-family: 'Carrois Gothic SC', sans-serif;



    font-weight: normal;



}







a.link_with_arrow:hover {



    text-decoration: underline;



}







a.link_with_arrow:after {



	content: '';



    display: inline-block;



    border-color: transparent transparent transparent #505050;



    border-style: solid;



    border-width: 4px;



    margin-left: 16px;



}







#featured_image {



    width: 100%;



    background-position: center;



    background-repeat: no-repeat;



    background-size: cover;







    overflow: hidden;



}







.shadow {



    display: table;



    height: inherit;



    width: 100%;



	background:url(themes/clarkes/images/f_image_shadow.png) repeat;



}







#featured_image .featured_title_wrapper {



    display: table;



    height: inherit;



    width: 1200px;



    margin: 0 auto;



}







.featured_content_box {



    display: table-cell;



    vertical-align: middle;



}







#featured_image .featured_title_wrapper .featured_logo_text {



    width: 400px;



    text-align: center;



}











.featured_title_wrapper .featured_logo_text  .entry-title {



    color: #02155a;



}







.at {



    font-family: 'Tangerine', cursive;



    font-size: 70px;



    line-height: 70px;



    margin-bottom: 20px;



    font-weight: 700;



	color: #02155a;



}







.featured_logo {



    line-height: 0;



    width: 180px;



    margin: 0 auto;



}











#featured_image  img{}











/* =Menu



-------------------------------------------------------------- */



#access {



	display: block;



    border-top: 1px solid #ededed;



    border-bottom: 1px solid #ededed;



	padding:20px 0; 
	width:100%;
	background:#fff;



}







#access .menu-header {



    font-size: 20px;



	text-align: center;



}







#access .menu-header > ul{



	display:table;



	margin:0 auto;	



}







#access ul { /* applied to remove list bullets and set margin 0 for all menu ULs */



	list-style: none;



	margin: 0;



}







#access ul li{



    position: relative;



    float: left;



}







#access .menu-header > ul > li{



	padding-right: 16px;



    border-right: 1px solid #ededed;



    margin-right: 16px;



}







#access .menu-header > ul > li.parent-menu-item > a:after {



	content: '';



    display: inline-block;



    border-color: #505050 transparent transparent transparent;



    border-style: solid;



    border-width: 4px;



    margin-left: 16px;



}







#access ul li a {



	color: #505050; /* default menu text color */



    display: block;



	line-height: 18px; /* height of parent menu item */



	text-decoration: none;



}



#access ul ul { /* this css is applied to all ULs but NOT the first one */



	display: none;



	position: absolute;



	top: 18px; /* start position of drop down */



	left: 0;



	float: left;



	width: 160px;



	z-index: 99999;



	border-top: 12px solid #fff;



}



#access ul ul li {



	min-width: 160px;



}



#access ul ul ul { /* this is applied to 3rd and all after ULs as well */



	left: 100%;



	top: 0;



}



#access ul ul a {



	background: #303a44;



    line-height: 1em;



    padding: 10px;



    width: 160px;



    height: auto;



    color: #fff;



    text-align: left;



}



#access li:hover > a { /* hover css for parent and drop down menu items */



	color: #02155a;



}







#access ul ul :hover > a { /* hover css for parent and drop down menu items */



	background:#02155a;



	color:#fff;



}







#access ul li:hover > ul { /* hover css for displaying sub menu items */



	display: block;



}



#access .menu-header > ul > li.current_page_item > a,



#access .menu-header > ul >  li.current-menu-ancestor > a,



#access .menu-header > ul > li.current-menu-item > a,



#access .menu-header > ul >  li.current-menu-parent > a{ /* current page menu item css */



	color: #02155a;



}



* html #access ul li.current_page_item a,



* html #access ul li.current-menu-ancestor a,



* html #access ul li.current-menu-item a,



* html #access ul li.current-menu-parent a,



* html #access ul li a:hover {



	color: #fff;



}











/* =Content



-------------------------------------------------------------- */







#main {



	clear: both;



	overflow: hidden;



	padding:50px 0;



}







.home #main,



.page-template-coffee_shop #main {



	width: 100%;



    padding: 50px 0 0;



    max-width: 100%;



}







#content {



	color: #575757;



	font-size: 16px;



	line-height: 24px;



}







.home #content {



}







#content p,



#content ul,



#content ol,



#content dd,



#content pre,



#content hr {



	margin-bottom: 24px;



}







#content p:empty {



    margin-bottom: 0;



}







#content ul ul,



#content ol ol,



#content ul ol,



#content ol ul {



	margin-bottom: 0;



}



#content pre,



#content kbd,



#content tt,



#content var {



	font-size: 15px;



	line-height: 21px;



}



#content code {



	font-size: 13px;



}



#content dt,



#content th {



	color: #565656;



}



#content h1,



#content h2,



#content h3,



#content h4,



#content h5,



#content h6 {



	color: #575757;



	line-height: 1.3em;



	margin: 0 0 20px 0;



}











#content h1{	



}







.home #content h1{	



}







#content h2{	



}







.home #content h2{	



}







#content h3{	



}







.home #content h3{	



}







#content h4{	



}







#content h5{	



}







#content h6{	



}







h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {



	color:inherit;



}







#blog_header_text_widget{



	



}







#blog_header_text_widget .widget-container{



	



}







#blog_header_text_widget h1.widget-title{



	



}	







.post {



	margin: 0 0 0 0;



}







.blog .post,



.archive .post,



.search .post,



.search .page {



    margin: 0 0 25px 0;



    padding: 0 0 20px;



    border-bottom: 1px solid #ccc;



    overflow: hidden;



}















.blog .post:last-of-type,



.archive .post:last-of-type,



.search .post:last-of-type,



.search .page:last-of-type {



    margin: 0 0 0 0;



    padding: 0;



    border: none;



}







.single .post {



	margin: 0 0 36px 0;



}







.single_featured_image {



	float: left;



	width: auto;



}







.blog_content {



    float: right;



    width: calc(100% - 180px);



}







.entry-title {



	color: #333;



    font-size: 100px;



    line-height: 1.2em;



    margin-bottom: 0;



    font-family: 'Tangerine', cursive;



    font-weight: 700;



}







.home .entry-title {



}







.blog h1.entry-title {



}







.blog #content h2.entry-title,



.archive #content h2.entry-title,



.search #content h2.entry-title {



}







.single .entry-title {



}







.entry-title a:link,



.entry-title a:visited {



	color: inherit;



	text-decoration: none;



}



.entry-title a:active,



.entry-title a:hover {



	color: inherit;



}



.entry-meta {



	color: #888;



	font-size: 12px;



}







.single .entry-meta {



}







.entry-content,



.entry-summary {



	clear: both;



	padding: 0;



}







.entry-utility {



	clear: both;



	color: #888;



	font-size: 12px;



	line-height: 18px;



}



.entry-meta a,



.entry-utility a {



	color: #888;



}



.entry-meta a:hover,



.entry-utility a:hover {



	color: #ff4b33;



}







#content table {



	border: 1px solid #e7e7e7;



	margin: 0 -1px 24px 0;



	text-align: left;



	width: 100%;



}



#content tr th,



#content thead th {



	color: #888;



	font-size: 12px;



	font-weight: bold;



	line-height: 18px;



	padding: 9px 24px;



}



#content tr td {



	border-top: 1px solid #e7e7e7;



	padding: 6px 24px;



}



#content tr.odd td {



	background: #f2f7fc;



}







.home .sticky {



	background: #f2f7fc;



	border-top: 4px solid #000;



	margin-left: -20px;



	margin-right: -20px;



	padding: 18px 20px;



}







.page-title {



	color: #000;



	font-size: 14px;



	font-weight: bold;



	margin: 0 0 36px 0;



}



.page-title span {



	color: #333;



	font-size: 16px;



	font-style: italic;



	font-weight: normal;



}



.page-title a:link,



.page-title a:visited {



	color: #888;



	text-decoration: none;



}



.page-title a:active,



.page-title a:hover {



	color: #ff4b33;



}







.entry-meta abbr,



.entry-utility abbr {



	border: none;



}



.entry-meta abbr:hover,



.entry-utility abbr:hover {



	border-bottom: 1px dotted #666;



}







#content a.blog_read_more {



	display: table;



}



#content .entry-summary p:last-child {



	margin-bottom: 12px;



}



.entry-content fieldset {



	border: 1px solid #e7e7e7;



	margin: 0 0 24px 0;



	padding: 24px;



}



.entry-content fieldset legend {



	background: #fff;



	color: #000;



	font-weight: bold;



	padding: 0 24px;



}



/*.entry-content input {



	margin: 0 0 24px 0;



}*/



.entry-content input.file,



.entry-content input.button {



	margin-right: 24px;



}



.entry-content label {



	color: #888;



	font-size: 12px;



}



.entry-content select {



	margin: 0 0 24px 0;



}



.entry-content sup,



.entry-content sub {



	font-size: 10px;



}



.entry-content blockquote.left {



	float: left;



	margin-left: 0;



	margin-right: 24px;



	text-align: right;



	width: 33%;



}



.entry-content blockquote.right {



	float: right;



	margin-left: 24px;



	margin-right: 0;



	text-align: left;



	width: 33%;



}



.page-link {



	clear: both;



	color: #000;



	font-weight: bold;



	margin: 0 0 22px 0;



	word-spacing: 0.5em;



}



.page-link a:link,



.page-link a:visited {



	background: #f1f1f1;



	color: #333;



	font-weight: normal;



	padding: 0.5em 0.75em;



	text-decoration: none;



}



.home .sticky .page-link a {



	background: #d9e8f7;



}



.page-link a:active,



.page-link a:hover {



	color: #ff4b33;



}



body.page .edit-link {



	clear: both;



	display: block;



}



#entry-author-info {



	background: #f2f7fc;



	border-top: 4px solid #000;



	clear: both;



	font-size: 14px;



	line-height: 20px;



	margin: 24px 0;



	overflow: hidden;



	padding: 18px 20px;



}



#entry-author-info #author-avatar {



	background: #fff;



	border: 1px solid #e7e7e7;



	float: left;



	height: 60px;



	margin: 0 -104px 0 0;



	padding: 11px;



}



#entry-author-info #author-description {



	float: left;



	margin: 0 0 0 104px;



}



#entry-author-info h2 {



	color: #000;



	font-size: 100%;



	font-weight: bold;



	margin-bottom: 0;



}







#content .video-player {



	padding: 0;



}











/* =Asides



-------------------------------------------------------------- */







.home #content .format-aside p,



.home #content .category-asides p {



	font-size: 14px;



	line-height: 20px;



	margin-bottom: 10px;



	margin-top: 0;



}



.home .post.format-aside,



.home .post.category-asides {



	padding: 0;



}



.home #content .format-aside .entry-content,



.home #content .category-asides .entry-content {



	padding-top: 0;



}











/* =Gallery listing



-------------------------------------------------------------- */







.format-gallery .size-thumbnail img,



.category-gallery .size-thumbnail img {



	border: 10px solid #f1f1f1;



	margin-bottom: 0;



}



.format-gallery .gallery-thumb,



.category-gallery .gallery-thumb {



	float: left;



	margin-right: 20px;



	margin-top: -4px;



}



.home #content .format-gallery .entry-utility,



.home #content .category-gallery .entry-utility {



	padding-top: 4px;



}











/* =Attachment pages



-------------------------------------------------------------- */







.attachment .entry-content .entry-caption {



	font-size: 140%;



	margin-top: 24px;



}



.attachment .entry-content .nav-previous a:before {



	content: '\2190\00a0';



}



.attachment .entry-content .nav-next a:after {



	content: '\00a0\2192';



}















/* =Images



-------------------------------------------------------------- */







/*



Resize images to fit the main content area.



- Applies only to images uploaded via WordPress by targeting size-* classes.



- Other images will be left alone. Use "size-auto" class to apply to other images.



*/



img.size-auto,



img.size-full,



img.size-large,



img.size-medium,



.attachment img {



	max-width: 100%; /* When images are too wide for containing element, force them to fit. */



	height: auto; /* Override height to match resized width for correct aspect ratio. */



}



.alignleft,



img.alignleft {



	display: inline;



	float: left;



	margin-right: 24px;



	margin-top: 4px;



}



.alignright,



img.alignright {



	display: inline;



	float: right;



	margin-left: 24px;



	margin-top: 4px;



}



.aligncenter,



img.aligncenter {



	clear: both;



	display: block;



	margin-left: auto;



	margin-right: auto;



}



img.alignleft,



img.alignright,



img.aligncenter {



	margin-bottom: 12px;



}



.wp-caption {



	background: #f1f1f1;



	line-height: 18px;



	margin-bottom: 20px;



	max-width: 632px !important; /* prevent too-wide images from breaking layout */



	padding: 4px;



	text-align: center;



}



.wp-caption img {



	margin: 5px 5px 0;



}



.wp-caption p.wp-caption-text {



	color: #888;



	font-size: 12px;



	margin: 5px;



}



.wp-smiley {



	margin: 0;



}



.gallery {



	margin: 0 auto 18px;



}



.gallery .gallery-item {



	float: left;



	margin-top: 0;



	text-align: center;



	width: 33%;



}



.gallery-columns-2 .gallery-item {



	width: 50%;



}



.gallery-columns-4 .gallery-item {



	width: 25%;



}



.gallery img {



	border: 2px solid #cfcfcf;



}



.gallery-columns-2 .attachment-medium {



	max-width: 92%;



	height: auto;



}



.gallery-columns-4 .attachment-thumbnail {



	max-width: 84%;



	height: auto;



}



.gallery .gallery-caption {



	color: #888;



	font-size: 12px;



	margin: 0 0 12px;



}



.gallery dl {



	margin: 0;



}



.gallery img {



	border: 10px solid #f1f1f1;



}



.gallery br+br {



	display: none;



}



#content .attachment img {/* single attachment images should be centered */



	display: block;



	margin: 0 auto;



}











/* =Navigation



-------------------------------------------------------------- */







.navigation {



	color: #888;



	font-size: 12px;



	line-height: 18px;



	overflow: hidden;



}



.navigation a:link,



.navigation a:visited {



	color: #888;



	text-decoration: none;



}



.navigation a:active,



.navigation a:hover {



	color: #ff4b33;



}



.nav-previous {



	float: left;



	width: 50%;



}



.nav-next {



	float: right;



	text-align: right;



	width: 50%;



}



#nav-above {



	margin: 0 0 18px 0;



}



#nav-above {



	display: none;



}



.paged #nav-above,



.single #nav-above {



	display: block;



}



#nav-below {



	margin: -18px 0 0 0;



}











/* =Comments



-------------------------------------------------------------- */



#comments {



	clear: both;



}



#comments .navigation {



	padding: 0 0 18px 0;



}



h3#comments-title,



h3#reply-title {



	/*color: #000;*/



	font-size: 20px;



	font-weight: bold;



	margin-bottom: 0;



}



h3#comments-title {



	padding: 24px 0;



}



.commentlist {



	list-style: none;



	margin: 0;



}



.commentlist li.comment {



	border-bottom: 1px solid #e7e7e7;



	line-height: 24px;



	margin: 0 0 24px 0;



	padding: 0 0 0 56px;



	position: relative;



}



.commentlist li:last-child {



	border-bottom: none;



	margin-bottom: 0;



}



#comments .comment-body ul,



#comments .comment-body ol {



	margin-bottom: 18px;



}



#comments .comment-body p:last-child {



	margin-bottom: 6px;



}



#comments .comment-body blockquote p:last-child {



	margin-bottom: 24px;



}



.commentlist ol {



	list-style: decimal;



}



.commentlist .avatar {



	position: absolute;



	top: 4px;



	left: 0;



}



.comment-author {



}



.comment-author cite {



	color: #000;



	font-style: normal;



	font-weight: bold;



}



.comment-author .says {



	font-style: italic;



}



.comment-meta {



	font-size: 10px;



	margin: 0 0 1px 0;



}



.comment-meta a:link,



.comment-meta a:visited {



	color: #888;



	text-decoration: none;



}



.comment-meta a:active,



.comment-meta a:hover {



	color: #ff4b33;



}



.commentlist .even {



}



.commentlist .bypostauthor {



}



.reply {



	font-size: 12px;



	padding: 0 0 24px 0;



}



.reply a,



a.comment-edit-link {



	color: #888;



}



.reply a:hover,



a.comment-edit-link:hover {



	color: #ff4b33;



}



.commentlist .children {



	list-style: none;



	margin: 0;



}



.commentlist .children li {



	border: none;



	margin: 0;



}



.a_u_t_h_o_r__n_d_a_r_t_s_c_a {	



	text-decoration:none;



}



.nopassword,



.nocomments {



	display: none;



}



#comments .pingback {



	border-bottom: 1px solid #e7e7e7;



	margin-bottom: 18px;



	padding-bottom: 18px;



}



.commentlist li.comment+li.pingback {



	margin-top: -6px;



}



#comments .pingback p {



	color: #888;



	display: block;



	font-size: 12px;



	line-height: 18px;



	margin: 0;



}



#comments .pingback .url {



	font-size: 13px;



	font-style: italic;



}







/* Comments form */







#respond {



	border-top: 1px solid #e7e7e7;



	margin: 24px 0;



	overflow: hidden;



	position: relative;



}



#respond p {



	margin: 0;



}



#respond .comment-notes {



	margin-bottom: 1em;



}



.form-allowed-tags {



	line-height: 1em;



}



.children #respond {



	margin: 0 48px 0 0;



}



h3#reply-title {



	margin: 18px 0;



}



#comments-list #respond {



	margin: 0 0 18px 0;



}



#comments-list ul #respond {



	margin: 0;



}



#cancel-comment-reply-link {



	font-size: 12px;



	font-weight: normal;



	line-height: 18px;



}



#respond .required {



	color: #ff4b33;



	font-weight: bold;



}



#respond label {



	color: #888;



	font-size: 14px;



}







#respond input {



    margin: 0 0 9px;



    width: 97%;



}







#respond textarea {



	width: 98%;



}



#respond .form-allowed-tags {



	color: #888;



	font-size: 12px;



	line-height: 18px;



}



#respond .form-allowed-tags code {



	font-size: 11px;



}



#respond .form-submit {



	margin: 12px 0;



}







#respond .form-submit input {



    width: auto;



}











/* =Widget Areas



-------------------------------------------------------------- */







.widget-area ul {



	margin-left: 0;



}



.widget-area .widget-container ul {



	margin-left: 1.3em;



}



.widget-area select {



	max-width: 100%;



}



.widget_search #s {/* This keeps the search inputs in line */



	width: 60%;



}



.widget_search label {



	display: none;



}



.widget-container {



	margin: 0 0 18px 0;



}



.widget-title {



	color: #222;



	font-weight: bold;



}



.widget-area a:link,



.widget-area a:visited {



	text-decoration: none;



}



.widget-area a:active,



.widget-area a:hover {



	text-decoration: underline;



}



.widget-area .entry-meta {



	font-size: 11px;



}



#wp_tag_cloud div {



	line-height: 1.6em;



}



#wp-calendar {



	width: 100%;



}



#wp-calendar caption {



	color: #222;



	font-size: 14px;



	font-weight: bold;



	padding-bottom: 4px;



	text-align: left;



}



#wp-calendar thead {



	font-size: 11px;



}



#wp-calendar thead th {



}



#wp-calendar tbody {



	color: #aaa;



}



#wp-calendar tbody td {



	background: #f5f5f5;



	border: 1px solid #fff;



	padding: 3px 0 2px;



	text-align: center;



}



#wp-calendar tbody .pad {



	background: none;



}



#wp-calendar tfoot #next {



	text-align: right;



}



.widget_rss a.rsswidget {



	color: #000;



}



.widget_rss a.rsswidget:hover {



	color: #ff4b33;



}



.widget_rss .widget-title img {



	width: 11px;



	height: 11px;



}







/* Footer widget areas */



#footer-widget-area {



}











/* =Footer



-------------------------------------------------------------- */







#footer {



    clear: both;



    width: 100%;



    background: #303a44;



	color: #fff;	



}







#footer a{



}







#footer a:hover{



}











#colophon {



	overflow: hidden;



	padding: 30px 0;



}







/*



.social_icons {



	display: table;



	margin: 0px auto;



}







.social_icons a {



    float: left;



	width: 30px;



	height: 30px;



	text-indent: -9999px;



	margin: 0 7px;	



}







.social_icons a.facebook {



	background: url(themes/clarkes/images/fb.png) no-repeat;



}



.social_icons a.twitter {



	background: url(themes/clarkes/images/tw.png) no-repeat;



}



.social_icons a.google {



	background: url(themes/clarkes/images/google.png) no-repeat;



}



.social_icons a.linkedin {



	background: url(themes/clarkes/images/linkdin.png) no-repeat;



}



*/







.footer_bottom{



	font-size: 20px;



    letter-spacing: 2px;	



}







#site-info {



	float: left;



	font-size: 14px;



	font-weight: bold;	



}



#site-info a {



	color: #000;



	text-decoration: none;



}



#site-generator {



	position: relative;



	float: right;



	width: 220px;	



}



#site-generator a {



	/*background: url(themes/clarkes/images/wordpress.png) center left no-repeat;*/



	color: #666;



	display: inline-block;



	line-height: 16px;



	/*padding-left: 20px;*/



	text-decoration: none;



}



#site-generator a:hover {



	text-decoration: underline;



}



img#wpstats {



	display: block;



	margin: 0 auto 10px;



}











#footer_widget {



    width: 800px;



    float: left;



}







#footer_widget .widget-container{



	float: left;



    margin-bottom: 0;



    margin-right: 40px;



}







#footer_widget .textwidget{



    font-size: 16px;



    border-right: 1px solid #fff;



    padding-right: 40px;



}







#footer_widget .textwidget > p:last-child {



    margin-bottom: 0;



}







#footer_widget .widget-title {



    color: #fff;



    font-size: 20px;



    line-height: 26px;



    font-weight: normal;



    margin-bottom: 20px;



}







#footer_widget .widget-container:nth-child(2) .widget-title {



    visibility:hidden;



}











#footer_widget .textwidget > h3 {



    font-size: 20px;



}







/* =Footer Menu



-------------------------------------------------------------- */



#footer-menu{	



    width: 400px;



    float: right;



	padding: 34px 0 0;



}







#footer-menu div {



	/*float and width of menu here*/



}



#footer-menu ul {



	list-style: none;



	margin: 0;



}



#footer-menu li{



    display:inline-block;



    position: relative;



	width:190px;



}



#footer-menu ul ul{



	display:none; /* hide submenu items */



}



#footer-menu ul a {



	color: #fff; /* default menu color */



	display: block;



	line-height: 30px; /* height of parent menu item */



	padding: 0; /* left/right padding of parent menu item */



	text-decoration: none;



}



#footer-menu li:hover > a { /* hover css for parent and drop down menu items */



	text-decoration:underline;



}







/* =ndARTS.CA additional css



-------------------------------------------------------------- */







.clear {



	clear:both;



}



.i {



	font-style:italic;



}



.center {



	text-align:center;



}



.space {



	height:12px;



}



.shortcode_columns {



    width:100%;



	float:none;



	overflow: hidden;



}



.shortcode_columns > br {



	display:none;



}



.shortcode_left_col {



    width:64%;



    float:left;



}



.shortcode_right_col {



    width:32%;



    float:right;



}







/* contact form 7 start



-------------------------------------------------------------- */



.wpcf7-text,



.wpcf7 textarea, 



.wpcf7-quiz{



/* font-family: Arial, Helvetica, sans-serif; */



	margin: 0;



	background: #FFF;



	font-size: 12px;



	color: #000000;



	border: 1px solid #CCC;



	width: 200px;



	padding: 0 0 0 5px;



	line-height: 25px;



	border-radius: 0;



	-webkit-border-radius:0;



	-moz-border-radius:0;



	-o-border-radius:0;



}







.wpcf7 textarea{



}







.wpcf7-quiz {



	  margin: 0 0 5px;



}



.wpcf7-form .wpcf7-text{



	height:25px;



}



.wpcf7-form .wpcf7-submit{



	



}



#content .wpcf7-form p,



.wpcf7-form p{



	margin:0px;



	padding:0;



	font-size:14px;



}







.wpcf7-form ::-webkit-input-placeholder{



}







/* contact form 7 end



-------------------------------------------------------------- */







img{



	max-width:100%;



}







.mobile,



.mob_menu_bar{



	display:none;



}











/* =Mobile devices



-------------------------------------------------------------- */







a[href^=tel] {



    color: inherit;



    text-decoration: none;



}















/* Scale images



---------------- */



.zoom_in {



transition: transform .35s,-webkit-transform .35s;



}







.zoom_in:hover {



-webkit-transform: perspective(1000px) scale(1.05);



transform: perspective(1000px) scale(1.05);



}







/* Buttons fade-in



---------------- */



.transition {



-webkit-transition: 1.0s .05s;



transition: 1.0s .05s;



}







.transition:hover {



opacity:0.7;



}







/* Menu dropdown fade-in



---------------- */



#access .dropdown_zoom_in ul li:hover > ul {



-webkit-animation: fadein .8s; /* Safari and Chrome */



-moz-animation: fadein .8s; /* Firefox */



-ms-animation: fadein .8s; /* Internet Explorer */



-o-animation: fadein .8s; /* Opera */



animation: fadein .8s;



animation-fill-mode: forwards;



}







@keyframes fadein {



from { opacity: 0; }



to { opacity: 1; }



}







/* Firefox */



@-moz-keyframes fadein {



from { opacity: 0; }



to { opacity: 1; }



}







/* Safari and Chrome */



@-webkit-keyframes fadein {



from { opacity: 0; }



to { opacity: 1; }



}







/* Internet Explorer */



@-ms-keyframes fadein {



from { opacity: 0; }



to { opacity: 1; }



}







/* Opera */



@-o-keyframes fadein {



from { opacity: 0; }



to { opacity: 1; }



}















/* = HomePage Styling - Start



-------------------------------------------------------------- */







.home .shortcode_columns .shortcode_left_col {



    width: 700px;



}







.shortcode_columns .shortcode_left_col .seasonal_offer_shortcode{



    line-height:0;



}







.seasonal_offer_shortcode a{



    display:block;



}







.seasonal_offer_shortcode a:hover{



    opacity:.8;



}







.home .shortcode_columns  .shortcode_right_col {



	width: 500px;



    text-align: center;



    font-family: 'Tangerine', cursive;



    padding: 0 70px;



}







.about_us_shortcode .about_us_image {



    width: 150px;



	margin:0 auto;



    line-height: 0;



}







#content .about_us_shortcode h2.about_us_title {



	font-size: 50px;



    line-height: 54px;



    font-weight: 700;



	margin-bottom: 10px;



	letter-spacing: 0;



}







.about_us_shortcode .about_us_disc {



    margin-top: 20px;



    font-size: 22px;



    line-height: 45px;



    font-weight: 100;



	letter-spacing: 0;
	
	font-family: "Times New Roman", Times,serif;



}







#content .about_us_shortcode .about_us_disc > p:last-of-type {



    margin-bottom:20px;



}







.shortcode_columns.gallery-section {



    padding: 40px 0;



}





.final-tiles-gallery .caption .title {

    font-weight: normal !important;

}





#content .shortcode_columns.gallery-section > p{



   margin-bottom:0;



}







#content h2.section_title,



h2.section_title,



#brands_carousel .widget-title,



.visit_our_store_shortcode {



	font-size: 26px;



    line-height: 54px;



    display: table;



    margin: 0 auto;



    letter-spacing: 4px;



    color: #575757;



    font-weight: normal;



	margin-bottom:40px;



	font-family: 'Carrois Gothic SC', sans-serif;



	text-align: center;



}











.visit_our_store_shortcode{



	margin-bottom:0;



	line-height: 40px;



	width: 650px;



}







h2.section_title a{



	color:inherit;



	text-decoration:none;



	display:block;



}







h2.section_title a:hover{



	color:#02155a;



}











#brands_carousel .widget-title{



	margin-bottom:10px;



}







#content h2.section_title:before,



h2.section_title:before,



#brands_carousel .widget-title:before {



	content: '';



    display: table;



    margin: 0 auto;



    height: 1px;



	width:100px;



    background: #4f4f4f;



}







#content h2.section_title:after,



h2.section_title:after,



#brands_carousel .widget-title:after {



	content: '';



    display: table;



    margin: 0 auto;



    height: 1px;



	width:100px;



    background: #4f4f4f;



}











#brands_carousel {



    margin: 20px 0 50px;



}







#brands_carousel .widget-container:last-child{



    margin-bottom:0;



}







.shortcode_columns.about_us,



.shortcode_columns.join_us {



	width: 900px;



    margin: 0 auto;



    font-family: "Times New Roman", Times, serif;



    font-size: 18px;


    
}







.shortcode_columns.join_us {



	width: 800px;  



	text-align: center; 



}







#content .shortcode_columns.about_us h2.section_title {



    margin:0 auto 50px;



	line-height: 40px;



}







#content .shortcode_columns.about_us h2.section_title:last-child {



    margin:0 auto 20px;



}











#content .shortcode_columns.about_us h2.section_title:after,



#content .shortcode_columns.about_us h2.section_title:before {



    content: '';



    display: table;



    margin: 0;



    height: auto;



    width: auto;



}







a.brands_link{



	display:block;



}











.top_logo_shortcode {



    width: 250px;



    margin: 0 auto 50px;



}







.top_logo_shortcode + br {



    display: none;



}







.shortcode_columns.find_us {



    width: 900px;



    margin:50px auto 0;



}











.contact_shortcode {



	overflow: hidden;



    font-size: 20px;



    line-height: 30px;



    letter-spacing: 3px;



    padding: 20px 0;



}







.contact_shortcode .shortcode_left_col {



    width: 40%;



    float: left;



}







.contact_shortcode .shortcode_right_col {



    width: 50%;



    float: right;



}







.contact_shortcode > br,



.contact_shortcode .shortcode_right_col > br{



    display:none;



}







.social_shortcode {



    margin-bottom: 25px;



}







.social_shortcode a {



    color: inherit;



    text-decoration: none;



}







.social_shortcode a:hover {



    color: #004286;



}







#content h3.carousel_sub_title {



    letter-spacing: 3px;



    margin-bottom: 50px;



}











#content h2.carousel_title {



    letter-spacing: 2px;



	margin-bottom: 15px;



}







#content h2.carousel_title:after {



    content: '';



    display: inline-block;



    border-color: transparent transparent transparent #505050;



    border-style: solid;



    border-width: 4px;



    margin-left: 16px;



	vertical-align: middle;



}







#content .carousel_title_shortcode h2.section_title {



    margin: 0 0 40px;



}







.product_menu_shortcode {



	overflow: hidden;



    margin-bottom: 80px;



    font-size: 26px;



    letter-spacing: 4px;



}







#content .product_menu_shortcode ul {



    list-style-type: none;



    display: table;



    margin: 0 auto;



}







#content .product_menu_shortcode ul li {



    float: left;



    padding-right: 30px;



    border-right: 1px solid #505050;



    margin-right: 30px;



}



#content .product_menu_shortcode ul li a{

	display:block;

	text-decoration:none;

}



#content .product_menu_shortcode ul li a:hover{

	text-decoration:underline;

}









#content .product_menu_shortcode ul li:last-child {



    padding-right: 0;



    border-right: 0;



    margin-right: 0;



}







#content .product_menu_shortcode ul li span{



	color: #505050;



    display: block;



    line-height: 26px;



    text-decoration: none;



}

















#content .product_menu_shortcode ul li.current span{



	color: #8f0a0d;



}







#content .product_menu_shortcode ul li.current span:after{



	display:none;



}











.product_detail{



	color:#373737;



    font-size: 20px;



    line-height: 28px;



}







.product_detail .product_image {



    line-height: 0;



    margin-bottom: 20px;



}







.product_detail .brand_name {



	color: #02155a;



	margin-bottom: 10px;



}







.product_detail .visit_in_store a{



	text-decoration:none;



}







.product_detail .visit_in_store a:hover {



	text-decoration:underline;



}







.product_image img {



    width: 100%;



}







.fancybox-content {



    padding: 40px 40px 20px;



}











.fancybox-close-small {



    padding: 3px !important;



	width: 40px;



	height: 40px;



}







.fancybox-close-small:hover {



    color: #fff;



    background: #02155a !important;



}











#back-to-top {



    font-size: 50px;



    position: fixed;



    bottom: 30px;



    right: 30px;



    z-index: 99999999;



    cursor: pointer;



	opacity:0;



}











/* = HomePage Styling - End



-------------------------------------------------------------- */











/* =Print Style



-------------------------------------------------------------- */







@media only screen and (max-width:1240px){



	



#access .menu-header, div.menu,



#colophon, #branding,



.inner_wrapper, #main,



#featured_image .featured_title_wrapper,



.shortcode_columns.join_us {



    width: 94%;



}















#access {



    display: block;



    border-top: 1px solid #ededed;



    border-bottom: 1px solid #ededed;



    padding: 10px 0;



}	







#access .menu-header > ul > li {



    margin-top: 10px;



    margin-bottom: 10px;



}







.slider_logo_shortcode {



    width: 50%;



}







a.link_with_arrow {



    font-size: 16px;



    line-height: 28px;



}







.slider_content_wrapper .slider_description {



    padding: 14% 0;



}







.home .shortcode_columns .shortcode_left_col {



    width: 55%;



}











.home .shortcode_columns .shortcode_right_col {



    width: 45%;



	padding: 0 30px;



}







#footer-menu {



    width: 100%;



    float: left;



    padding: 60px 0 0;



}







#footer_widget .widget-container:nth-of-type(3n) .textwidget{



    border: 0;



}







.shortcode_columns.about_us,



.shortcode_columns.join_us,



.shortcode_columns.find_us {



    width: 100%;



}







.shortcode_columns.find_us,



.shortcode_columns.join_us {



    max-width:900px;



}



	



.at,



.featured_logo {



    display: none;



}	







#content .product_menu_shortcode ul {



    text-align: center;



}







#content .product_menu_shortcode ul li {



	margin-bottom: 25px;



    float: none;



    display: inline-block;



}











	



}











@media only screen and (min-width:768px) and (max-width:900px) {











.home .shortcode_columns .shortcode_left_col,



.home .shortcode_columns .shortcode_right_col {



    width: 100%;



}







.home .shortcode_columns .shortcode_right_col {



    margin-bottom:40px;



}











}



	







@media only screen and (max-width:767px){



	



/* = Auto resize vieo player



-------------------------------------------------------------- */	



	.player_video {



		position: relative;



		padding-bottom: 49%; /* Increade or decrease padding in % as per your video width */



		padding-top: 30px;



		height: 0;



		overflow: hidden;



		margin: 0 0 20px;



	}











	.player_video iframe {



		position: absolute;



		top: 0;



		left: 0;



		width: 100%;



		height: 100%;



	}



	



/* = Some default styles of responsive design



-------------------------------------------------------------- */		



		



	#access,



	.desktop{



		display:none;



	}	



	



	.mobile,



	.mob_menu_bar{



		display:block;



	}



	



	#wrapper{



		width:100%;



		padding:0;



	}



	



#access .menu-header, div.menu, #colophon,



#branding, .inner_wrapper, #main,



#featured_image .featured_title_wrapper,



.shortcode_columns.join_us {



    width: 92%;



}



	



	#masthead{



	}



	



	



#branding {



	padding:0;



}







#header {



	padding:30px 0;



}	



	



	#branding #logo {



	}



	



	#headerright {



		float: none;



		width: 220px;



	}



		



	#main{



	}



	



	.home #main{



	}



	



	#container{



		width:100%;



		margin:0 auto;



		float:none;



	}



	



	.page-template-homepage #container{



	}



	



	#content{



	}



	



	.home #content{



	}



	



/* = Heading tag styling



-------------------------------------------------------------- */	



	#content h2{	



	}



	



	.home #content h2{	



	}



	



	#content h3{	



	}



	



	.home #content h3{	



	}



	



	#content h4{	



	}



	



	#content h5{	



	}



	



	#content h6{	



	}



	



.home .shortcode_columns .shortcode_right_col {



	width: 100%;



    margin-bottom: 40px;



	padding: 0;



}	







.home .shortcode_columns .shortcode_left_col {



    width: 100%;



}







#top_bar,



.header_search_form {



    display: none;



}







.slider_content_wrapper {



    width: 100%;



    padding: 40px 0;



}







.slider_image {



    width: 100%;



}











.slider_content_wrapper .slider_description {



    padding: 0;



    margin-bottom: 40px;



}







#footer_widget {



    width: 100%;



}







#footer_widget .widget-container {



    float: none;



    margin-bottom: 0;



    margin-right: 40px;



    display: table;



    margin: 0 auto 40px;



}







#footer_widget .textwidget {



    border-right: 0;



    padding-right: 0;



    border-bottom: 1px solid #fff;



    padding-bottom: 40px;



}







#footer_widget .widget-container:nth-of-type(2) {



    display:none;



}







#footer_widget .widget-container:last-of-type {



    margin-bottom:0;



}







#footer_widget .widget-container:last-of-type .textwidget{



	padding-bottom:0;



}











.about_us_shortcode .about_us_disc,



.shortcode_columns.about_us, .shortcode_columns.join_us {



    font-size: 30px;



    line-height: 42px;



}







#footer-menu {



    display: none;



}







.entry-title {



    font-size: 80px;



}











.shortcode_right_col,



.shortcode_left_col,



.contact_shortcode .shortcode_right_col,



.contact_shortcode .shortcode_left_col {



    width: 100%;



}







#featured_image .featured_title_wrapper .featured_logo_text,



.visit_our_store_shortcode {



    width: 100%;



}







.product_menu_shortcode {



    display: none;



}







#back-to-top {



    font-size: 35px;



    bottom: 20px;



    right: 20px;



}











	



/* = Sidebar styling



-------------------------------------------------------------- */	



	#primary,



	#default_sidebar {



		float: none;



	}



	



	#primary .widget-container,



	#default_sidebar .widget-container{



	}



	



	#primary .widget-container ul,



	#default_sidebar .widget-container ul{



	}



	



	#primary .widget-container ul li,



	#default_sidebar .widget-container ul li{



	}



	



	#primary .widget-container ul li a,



	#default_sidebar .widget-container ul li a{



	}



	



	#primary{



	}



	



	#primary .widget-container{



	}



	



	#primary .widget-container ul{



	}



	



	#primary .widget-container ul li{



	}



	



	#primary .widget-container ul li a{



	}



	



	#default_sidebar{



	}



	



	#default_sidebar .widget-container {



	}



	



	#default_sidebar ul{



	}



	



	#default_sidebar ul li{



	}



	



	#default_sidebar ul li a{



	}



	



/* = Blog pages styling



-------------------------------------------------------------- */	







	#blog_header_text_widget{



	}







	#blog_header_text_widget .widget-container{



	}







	#blog_header_text_widget h1.widget-title{



		



	}











	.blog .post,



	.archive .post,



	.search .post {



	}



	



	.blog_content {



		float: none;



		width: 100%;



	}



	



	#content .entry-title {



	}



	



	.home #content .entry-title {



	}



	



	.blog #content h2.entry-title,



	.archive #content h2.entry-title,



	.search #content h2.entry-title {



	}



	



	.single #content .entry-title {



	}



	



	.entry-meta {



	}



	



	.single .entry-meta {



	}



	



	



/* contact form 7 start



-------------------------------------------------------------- */



	.wpcf7-text,



	.wpcf7 textarea, 



	.wpcf7-quiz{



		font-size: 12px;



		width: 100%;



		padding: 0 0 0 5px;



		line-height: 25px;



	}



	



	.wpcf7 textarea{



	}



	



	.wpcf7-quiz {



	}



	



	.wpcf7-form .wpcf7-text{



	}



	



	.wpcf7-form .wpcf7-submit{



	}



	



	.wpcf7-form p{



	}	



	



}/* Flexnav Base Styles */

@media only screen  and (max-width:767px) {
	
	
	
.mob_menu_bar {
    display: table;
    margin: 30px auto 0;
}

.footer_bottom .mob_menu_bar{
	margin: 0 auto 20px;
}		

#site-header {
	clear: both;
}
	
.fb_logo {
	float: right;
    margin-left: 100px;
    font-size: 26px;
    line-height: 38px;
}

.fb_logo a{
    width: 40px;
    height: 40px;
    border: 2px solid #303a44;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	color: #303a44;
}


.menu-button span {
    float: right;
    margin-left: 50px;
    font-size: 24px;	
}

.footer_bottom .menu-button span{
	margin-left: 0;
}	

.menu-button span {
    float: right;
    margin-left: 50px;
    font-size: 24px;	
}		
	
.menu-button {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	float: left;
	background: #303a44;
}


    .menu-button:hover {
        color: #fff;
    }

    .menu-button:after {
        content: '';
        margin: 0;
        padding: 0;
        width: 15px;
        height: 12px;
        /*background: url(themes/clarkes/images/mobile_nav_bt.png) 0 0 no-repeat;*/
        position: absolute;
        top: 11px;
        right: 12px;
        display: none;
    }

    .menu-button:hover:after {
        /*background: url(themes/clarkes/images/mobile_nav_bt.png) 0 -50px no-repeat;*/
    }

    .mob_menu #header_phone {
        overflow: hidden;
        text-align: center;
        color: #313131;
        line-height: 37px;
    }

    .mobile_menu_box {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        position: relative;
        top: -2px;
        display: block !important;
    }

    .flexnav {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
        -webkit-transform-style: preserve-3d;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        max-height: 0;
        position: absolute;
        left: 0;
        z-index: 999;
    }

    .flexnav ul {
        margin: 0 0 0 0;
        padding: 0;
        /* float: left; */
        width: 100%;
        position: relative;
        list-style: none;
        list-style-type: none;
    }

    .flexnav .menu-header > ul {
        margin: 2px 0 0 0;
    }

    .flexnav.opacity {
        opacity: 0;
    }

    .flexnav.flexnav-show {
        max-height: initial;
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 1000000;
    }

    .flexnav.one-page {
        position: fixed;
        top: 50px;
        right: 5%;
        max-width: 200px;
    }

    .flexnav li {
        font-size: 100%;
        position: relative;
        overflow: hidden;
        vertical-align: top;
        list-style-type: none;
    }

    .flexnav li a {
        position: relative;
        display: block;
        padding: .96em 4em .96em .96em;
        z-index: 2;
        font-size: 18px;
        line-height: 18px;
        /* overflow: hidden; */
        color: #fff;
        background: #35404a;
        text-decoration: none;
        border-bottom: 1px solid #fff;
    }

    .flexnav li ul {
        width: 100%;
    }

    .flexnav li ul li {
        font-size: 100%;
        position: relative;
        /* overflow: hidden; */
    }

    .flexnav li ul.flexnav-show li {
        /* overflow: visible; */
    }

    .flexnav li ul li a {
		display: block;
		background: #3a4650;
		padding: 0.96em 4.5em 0.96em 1.96em;
		font-size: 16px;
		border-bottom: 1px solid #fff;
    }

    .flexnav ul li ul li > a {
		background: #3f4c56;
		padding: 0.96em 5em 0.96em 2.6em;
		border-bottom: 1px solid #fff;
    }

    .flexnav ul li ul li ul li a {
        background: #48545d;
        padding: 0.96em 5em 0.96em 3.5em;
    }

    .flexnav .touch-button {
        position: absolute;
        z-index: 999;
        top: 0;
        right: 0;
        width: 50px;
        height: 52px;
        display: inline-block;
        background: #abd9e9;
        background: rgba(0, 0, 0, 0.15);
        text-align: center;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }

    .flexnav li ul li .touch-button {
        height: 49px;
    }

    .flexnav .touch-button:hover {
        cursor: pointer;
    }

    .flexnav .touch-button .navicon {
        position: relative;
        top: 1.3em;
        font-size: 12px;
        color: #fff;
        font-style: normal;
    }

    .menu-button.one-page {
        position: fixed;
        top: 0;
        right: 5%;
        padding-right: 45px;
    }

    .menu-button .touch-button {
        background: transparent;
        position: absolute;
        z-index: 999;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: none;
        text-align: center;
    }

    .menu-button .touch-button .navicon {
        font-size: 16px;
        position: relative;
        top: 1em;
        color: #666;
    }
}
 /*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.slider-container, .bg-slider-container {
	float: left;
	width: 100%;
}
.bg-slider-container {
	position: fixed;
	z-index: 0;
}
.slider-container a:active, .nda_slider a:active, .slider-container a:focus, .nda_slider a:focus {
	outline: none;
}
.slides, .nda-control-nav, .nda-direction-nav, .ndac-control-nav, .ndac-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.nda_slider, .nda_carousel {
	margin: 0;
	padding: 0;
}
.nda_slider .slides > li, .nda_carousel .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	background-color: #f9fafe !important;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.nda_slider .slides img, .nda_carousel .slides img {
	width: 100%;
	display: block;
}
.nda-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.nda_slider, .nda_carousel {
	position: relative;
	zoom: 1;
}
.bg-slider-container .nda_slider {
	border: none;
	background: none;
}
.nda-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .nda-viewport {
	max-height: 300px;
}
.nda_slider .slides {
	zoom: 1;
}
.nda_carousel li {
	margin-right: 5px
}
/* Direction Nav */
.nda-direction-nav, .ndac-direction-nav {
*height: 0;
}
.nda-direction-nav a, .ndac-direction-nav a {
	width: 25px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(themes/clarkes/images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}
.nda-direction-nav .nda-next, .ndac-direction-nav .ndac-next {
	background-position: 100% 0;
	right: -36px;
}
.nda-direction-nav .nda-prev, .ndac-direction-nav .ndac-prev {
	left: -36px;
}
.nda_slider .nda-next, .nda_carousel:hover .ndac-next {
	opacity: 0.8;
	right: 20px;
} /* change .nda_slider to .nda_slider:hover to show animation  */
.nda_slider .nda-prev, .nda_carousel:hover .ndac-prev {
	opacity: 0.8;
	left: 20px;
} /* change .nda_slider to .nda_slider:hover to show animation  */
.nda_slider:hover .nda-next:hover, .nda_carousel:hover .nda-next:hover {
	opacity: 1;
}
.nda_slider:hover .nda-prev:hover, .nda_carousel:hover .nda-prev:hover {
	opacity: 1;
}
.nda-direction-nav .nda-disabled, .ndac-direction-nav .ndac-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.nda-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
	display: none;
}
.nda-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.nda-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.nda-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.nda-control-paging li a.nda-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}
.nda-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.nda-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.nda-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.nda-control-thumbs img:hover {
	opacity: 1;
}
.nda-control-thumbs .nda-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 860px) {
.nda-direction-nav .nda-prev {
	opacity: 1;
	left: 10px;
}
.nda-direction-nav .nda-next {
	opacity: 1;
	right: 10px;
}
}

@media screen and (max-width: 767px) {
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('themes/clarkes/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('themes/clarkes/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('themes/clarkes/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('themes/clarkes/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('themes/clarkes/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('themes/clarkes/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.jcarousel-wrapper {
	margin: 20px auto;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.menu_carousel_shortcode {
	padding: 0 20px;
    margin-bottom: 50px;
    text-align: center;
}

.product_carousel_shortcode {
    margin: 0 0 60px;
}


.product_carousel_inner,
.carousel_title_shortcode {
    width: 880px;
	margin:0 auto;
}

.carousel_arrow {
    display: none;
}

.product_carousel_shortcode:hover .carousel_arrow {
    display:block;
}


/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}


.menu_carousel_shortcode .jcarousel li {
    width: 370px !important;
    margin-right: 20px;
    float: left;
}
.product_carousel_shortcode .jcarousel li{
    width: 160px !important;
	margin-right:20px;
	float:left;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
    top: 38%;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    text-indent: -999999px;
}

.jcarousel-control-prev {
	left: 80px;
    background: url(themes/clarkes/images/left_arrow.png) no-repeat;
    width: 34px;
    height: 51px;
}

.jcarousel-control-next {
    right: 80px;
    background: url(themes/clarkes/images/right_arrow.png) no-repeat;
    width: 34px;
    height: 51px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}



@media only screen and (max-width:1240px){

.product_carousel_inner, .carousel_title_shortcode {
    width: 700px;
}

.product_carousel_shortcode {
    margin: 0 auto 60px;
	width: 100%;
    max-width: 920px;
}

.jcarousel-control-prev {
    left: 20px;
}

.jcarousel-control-next {
    right: 20px;
}

}


@media only screen and (min-width:768px) and (max-width:900px) {

.jcarousel-control-next {
    right: 20px;
}

.product_carousel_shortcode {
    margin: 0 auto 60px;
	width: 100%;
    max-width: 720px;
}

}





@media only screen and (min-width:412px) and (max-width:767px){
	
.brands_carousel_shortcode {
    max-width: 560px;
}	

.brands_carousel_shortcode .jcarousel li {
    margin-right: 30px;
}

.menu_carousel_shortcode {
    max-width: 400px;
}

.menu_carousel_shortcode .jcarousel li {
    width: 400px !important;
}

}


@media only screen and (min-width:320px) and (max-width:412px){
	
.brands_carousel_shortcode {
    max-width: 300px;
}	

.brands_carousel_shortcode .jcarousel li {
    margin-right: 50px;
    max-width: 268px;	
}

.menu_carousel_shortcode {
    max-width: 280px;
}

.menu_carousel_shortcode .jcarousel li {
    width: 280px !important;
	margin-right:0;
}

}

@media only screen and (max-width:767px){

.product_carousel_inner{
    width: 160px;
}

.carousel_title_shortcode {
    width: 400px;
}

.product_carousel_shortcode {
    max-width: 350px;
}

.jcarousel-control-prev {
    left: 6%;
}

.jcarousel-control-next {
    right: 6%;
}

}