/*------------------------------------------------------------------
[Table of Contents]

    Global Styles
    Widgets
    Offcanvas
    Content
    Products Archive
    Single Product
    Fresco/Lightbox
    WP Gallery
    Comments
    Footer	
	
[/Table of Contents]
-------------------------------------------------------------------*/


/**********************************************************************************/
/* Global Styles ******************************************************************/
/**********************************************************************************/

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
}

a {	
	-webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}


body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
font-size: 16px;
	line-height: 1.63;
	font-weight: normal;

}

html.overflow-y-hidden,
body.overflow-y-hidden
{
	overflow:hidden;
}


h1{
	margin-bottom: 2rem;
}
.entry-content-archive h1, .entry-content h1, h2, h3,h4, h5{
	font-weight: 700 !important;
	margin-bottom: 1.3rem;
}

ins {
	text-decoration:none;
}

article {
	margin-bottom:40px;
}

.woocommerce-page article {
	margin:0;
}

address {
	font-size: 1rem;
	line-height:1.5rem;
	margin-bottom:15px;
	font-style: normal;
}

audio {
	visibility:hidden;
}

pre {
	background:#fafafa;
	padding:23px 30px;
	line-height:1.8em;
	border:1px solid #ddd;
	margin-bottom:30px;
    color: #5f5b5b;
}

table {
	width:100%;
	margin-bottom:40px;
	background:none;
}

table thead th {
	text-transform:uppercase;
	font-size:13px !important;
}

table tbody th {
	font-weight:normal;
}

table tr
{
	text-align:left;
	border-collapse: collapse;
}

table tr td
{
	border-top-width:1px;
	border-top-style:solid;
}

table tbody tr:last-child td
{
	border-bottom: none;
}

table tfoot,
table thead
{
    background: none;
}

blockquote {
	margin:0 0 40px 0;
	padding:0;
	border:0;
	font-size:30px;
	color:#000;
	line-height:1.3em;
	/*padding:20px 0 0 60px;*/
}

blockquote cite {
	margin:20px 0 0 0;
	font-style:normal;
	font-weight:bold;
	line-height: 20px;
}

ul, ol, dl {
	margin-bottom: 0;
}

dl {
	/*padding:30px 0 30px 60px;*/
}

dl dt {
margin-bottom: 0.8rem;
}

dl dd {
	margin:0;
}

dl.wp-caption {
	padding:0;
}

dd {
	padding-bottom:30px;
}

.row-relative {
	position: relative;
}

.vertical-aligned { 
	margin: auto;
	position: absolute;
	top: 50%;
	/*-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);*/
	margin-top:-20px;
}

.vertical-aligned.to-left {
	left:0; right:auto;
}

.vertical-aligned.to-right {
	right:0; left:auto;
}


/**********************************************************************************/
/* Widgets ************************************************************************/
/**********************************************************************************/

.widget-area {
	font-size:16px;
}

.widget {
	margin-bottom:50px;
}

.widget a {
	font-weight:400;
}

.widget form {
	margin:0;
}

.widget ul,
.widget ol {
	margin:0 0 0 0;
	font-size:15px;
	line-height: 20px;
	list-style:none;
}

.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu
{
	margin:5px 0 5px 20px;
}

.widget li {
	margin:0 0 17px 0;
}

.widget .post-date {
	display:block;
}

.widget .recentcomments,
.widget_recent_entries li,
.shop_sidebar .widget_recent_entries li
{
	position:relative;
	margin-bottom: 17px
}

.widget .recentcomments:before {
	display: none;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	content:"\f0e5";
	position:absolute;
	top:0;
	left:-20px;
	width:20px;
	height:20px;
}

.widget .recentcomments a {
	display: block;
	font-style:normal;
	display: block !important;
}

.widget .cat-item {
	text-transform:capitalize;
	margin-bottom: 10px;
}


.widget .tagcloud
{
	margin-top: 26px;
	margin-bottom: -5px;
}

.widget .tagcloud a {
    border-width: 1px;
	border-style: solid;
    border-radius: 13px;
    display: inline-block;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 6px 13px 4px;
    text-transform: uppercase;
    word-wrap: break-word;
}

#site-footer .widget .tagcloud a,
.widget .tagcloud a
{
	color: #999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.widget .tagcloud a:hover {
	color:#fff !important;
	border: 1px solid;
}

.widget .textwidget {
	line-height:1.375em;
}

.entry-content .widget ins
{
	background: none;
	color: #888;
}

.widget .amount {
	margin-top: 5px;
	display: inline-block;
}

.widget del .amount {
	font-size:1em;
	text-decoration: line-through;
}

.widget_archive li {
	margin:0 0 5px 0;
}

.widget_meta li {
	margin:0 0 5px 0;
}

.widget_rss .widget-title a {
	color:#000;
	font-weight:bold !important;
}

.widget_rss .widget-title a:first-child {
	display:none;
}

.widget_rss .rss-date,
.widget_rss cite
{
	display:block;
	padding:10px 0;
	color:#555;
	font-style:italic;
}

.widget_rss .rssSummary {
	display:block;
}

.widget_calendar table {
	border:0;
}

.widget_calendar table thead, 
.widget_calendar table tfoot
{
	background:none;
}

.widget_calendar caption {
	font-size: 0.875rem;
	padding:0 0 10px 0;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar table thead th
{
	font-size: 0.875rem !important;
	font-weight: 700;
}

.widget_calendar table tr
{
	border: none;
}

.widget_calendar table tr td
{
	font-size: 0.8125rem;
}

.widget_calendar table tr th,
.widget_calendar table tr td
{
	text-align:left;
}

.widget_calendar table thead tr th, 
.widget_calendar table tfoot tr td
{
	padding: 0;
}

.widget_calendar table tr.even,
.widget_calendar table tr.alt,
.widget_calendar table tr:nth-of-type(even)
{
	background:none;
}

.widget_calendar #prev {
	text-align:left;
}

.widget_calendar #next {
	text-align:right;
}

.widget_calendar #today
{
	font-weight: 700;
}

.widget_product_search,
.widget_search
{
	/*margin: 0;*/
	position: relative;
}

.widget_product_search label,
.widget_search label
{
	display: none;
}

.widget_product_search input,
.widget_search input
{
	margin:0;
	padding: 1rem;
}

.widget_product_search #searchsubmit,
.widget_search #searchsubmit,
.widget_product_search .search-submit,
.widget_search .search-submit
{
	position:absolute;
	bottom:2px;
	right:2px;
	padding:9px 10px 8px 10px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}


.widget_zealous_social_media .widget-title
{
	margin-bottom: 16px;
}

.widget_zealous_social_media a
{
	font-size: 0;
}

.widget_zealous_social_media a:before
{
	display: inline-block;
	font-size: 24px;
	padding: 10px 20px 10px 0;
	margin-right: 10px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.widget_zealous_social_media a:first-of-type:before
{
	/*padding-left: 0 !important;*/
}

.widget a.widget_connect_facebook:before {
	content:"\f09a";
}

.widget a.widget_connect_pinterest:before {
	content:"\f0d2";
}

.widget a.widget_connect_linkedin:before {
	content:"\f0e1";
}

.widget a.widget_connect_twitter:before {
	content:"\f099";
}

.widget a.widget_connect_googleplus:before {
	content:"\f0d5";
}

.widget a.widget_connect_rss:before {
	content:"\f09e";
}

.widget a.widget_connect_tumblr:before {
	content:"\f173";
}

.widget a.widget_connect_instagram:before {
	content:"\f16d";
}

.widget a.widget_connect_youtube:before {
	content:"\f16a";
}

.widget a.widget_connect_vimeo:before {
	content:"\f194";
}
.widget a.widget_connect_behance:before {
	content:"\f1b4";
}

.widget a.widget_connect_dribble:before {
	content:"\f17d";
}

.widget a.widget_connect_flickr:before {
	content:"\f16e";
}

.widget a.widget_connect_git:before {
	content:"\f1d3";
}

.widget a.widget_connect_skype:before {
	content:"\f17e";
}

.widget a.widget_connect_weibo:before {
	content:"\f18a";
}

.widget a.widget_connect_foursquare:before {
	content:"\f180";
}

.widget a.widget_connect_soundcloud:before {
	content:"\f1be";
}


.widget_shopping_cart_content
{
	position: relative;
	min-height: 87px;
	margin-top: 30px;
}

.widget_shopping_cart_content .product-thumbnail
{
	width: 80px;
	min-width: 80px;
	max-width: 80px;
}

.widget_shopping_cart_content tr
{
	vertical-align: top;
}

.widget_shopping_cart_content tr td
{
	font-size: 14px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.widget_shopping_cart_content tr .product-thumbnail,
.widget_shopping_cart_content tr .product-name
{
		padding-right: 20px;
}

.widget_shopping_cart_content tr:first-child td
{
	padding-top: 0px;
	border: none;
}

.widget_shopping_cart_content tr:last-child td
{
	padding-bottom: 0px;
}

.widget_shopping_cart_content tr td.product-remove .remove
{
	font-size: 16px;
}

.widget_shopping_cart_content .product-name a
{
	display: block;	
}

.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
	margin: 6px 0 1px;
	color: #888;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
	padding: 0;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt p,
.woocommerce td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt p,
.woocommerce-page td.product-name dl.variation dd p
{
	font-size: 1rem;
	margin: 0;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
	padding: 0;
	margin-right: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

.widget_shopping_cart_content table
{
	margin-bottom: 0;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total
{
	border-top: none;
	padding: 20px 0 21px;
	margin: 0;
	line-height: 1.3125rem;
}

.widget_shopping_cart .total .subtotal_name {
	display:inline-block;
	font-size:13px;
	text-transform:uppercase;
	color:#555;
}

.widget_shopping_cart .total .amount {
	font-size: 1.3125rem;
	font-weight: 700;
	display:inline-block;
	margin-top: 0;
	text-align:right;
	float:right;
	
}

.widget_shopping_cart .buttons
{
	margin-bottom: 0;
}

.widget_shopping_cart .buttons a {
	width:100%;
	margin:0 0 10px 0;
}

.widget_shopping_cart .buttons a:after
{
	display: none;
}

.widget_shopping_cart .buttons a.view_cart
{
	background: none !important;
	border: 2px solid;
	box-shadow:none;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	
	transition: all 0.3s;
	-webkit-transition: 0.3s;
}

.widget_shopping_cart .buttons a.view_cart:hover
{
	background: #000 !important;
	border: 2px solid #000;
	color: #fff !important;
}

.widget_shopping_cart .buttons a.checkout
{
	margin-bottom: 0;
}

.widget-cart-empty-banner
{
	position: absolute;
	left: 0;
	top: 0;
}

.cart-empty-box
{
	width: 87px;
	height: 78px;
	background-image: url('../images/empty_cart_widget.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 87px 78px;		
	display: inline-block;
}

.cart-empty-text
{
	font-weight: 700;
	font-size: 1.3125rem;
	line-height: 1.625rem;
	padding-left: 107px;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.cart_list,
.woocommerce-page ul.product_list_widget
{
	margin-top: 27px;
}

.widget_recent_reviews .product_list_widget li a:first-child,
.widget_top_rated_products .product_list_widget li a:first-child
{
	margin-bottom: 2px;
}

.widget_recent_reviews ul.product_list_widget li img,
.widget_top_rated_products ul.product_list_widget li img
{
	margin-top: -22px !important;
}

.product_list_widget .star-rating
{
	font-size: 11px;
}


/**********************************************************************************/
/* Offcanvas **********************************************************************/
/**********************************************************************************/

.right-off-canvas-menu-content {
	padding:20px 30px;
	color:#fff;
}

.right-off-canvas-menu-content a {
	color:#ccc;
}

.right-off-canvas-menu-content a:hover {
	color:#999;
}

.right-off-canvas-menu-content .widgettitle {
	color:#fff;
	margin-bottom:20px;
}

.right-off-canvas-menu-content .buttons a {
	width:100%;
}


.shop_sidebar .widget ul .children
{
	margin: 4px 0px 7px 20px;
}

/**********************************************************************************/
/* Content ************************************************************************/
/**********************************************************************************/

.without-sidebar {
	/*text-align:center;*/
}

.page-header {
	margin-bottom:55px;
}
#products-grid div.large-5.xxlarge-5.columns > div > div > form > button{
	max-width: 65% !important;
}
.content-area {
	padding:85px 0 0 0;
}
.page .content-area {
	padding: 0 !important;
}
.page header.entry-header.with_featured_img{
	background-size: cover;
	background-position: center center;
	padding: 70px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.page header.entry-header.header_no_img{
	padding: 70px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.page header.entry-header.header_no_img h1.page-title{
    line-height: 1;
    width: 100%;
    font-family: "Raleway";
    font-size: 54px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 !important;
}



.page header.entry-header.with_featured_img h1.page-title{
	line-height: 1;
	width: 100%;
	font-family: "Raleway";
	color: #fff;
	font-size: 54px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 !important;
}

.page header.entry-header .color_page_header_overlay{

}
.color_page_header_overlay{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	opacity: 0.75;
}
.archive .content-area {

}
.shop-title-padding{
	display: block;
	width: 100%;
	height: 0;
	clear: both;
	float: left;
}
#breadcrumbs{
	list-style:none;
	margin:10px 0;
	overflow:hidden;
	text-transform: none;
	font-size: 14px;
	margin-bottom: 25px;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 32px;
}

#breadcrumbs li{
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	text-transform: none;
	font-size: 14px;
}
#breadcrumbs li a.bread-link.bread-home{

}
.page #breadcrumbs li a{

}
#masthead{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.single #breadcrumbs li *{
	color: #000 !important;
}
.single #breadcrumbs li a:hover{
	text-decoration: underline;
	color: #000;
}
.single .with-thumb #breadcrumbs li *{
	color: #fff !important;
}
.single .with-thumb #breadcrumbs li a:hover{
	color: #fff !important;
	text-decoration: underline;
}

#breadcrumbs .separator{

	font-weight:100;
	color:#193059;
}
ul,
ol {

}


.wp-caption {
	max-width:100%;
}

.entry-thumbnail {
	text-align:center;
}

.entry-thumbnail img
{
    /* margin-bottom:65px;*/   
}

.entry-meta {
	margin:58px 0;
	line-height:1.8em;
	font-size:.85em;
	/*font-style:italic;*/
	text-align:center;
}

.edit-link {
	margin: 30px 0;
}

.without-sidebar .entry-meta {
	/*text-align:center;*/
}

.entry-meta ul {
	list-style:none;
	padding:0;
	margin:0;
}

.entry-meta ul li {
	display:inline-block;
	margin-right:20px;
}

.author-info {
	padding:0 0 0 100px;
	position:relative;
	margin:50px 0 0 0;
	text-align:left;
}

.author-avatar {
	position:absolute;
	left:0;
	top:.3em;
	width:70px;
	height:70px;
	overflow:hidden;
}

.author-avatar img {
	width:70px;
	height:70px;
}

.author-link {
	display:inline-block;
}

.wp-caption-text {
	color:#999;
	margin-top:10px;
	font-size:14px;
	line-height: 16px;
}

.attachement {
	text-align:center;
	margin-bottom: 80px;
}

.attachement .entry-content {
	margin-top:40px;
}

.entry-meta-attachment,
.previous-image,
.next-image
{
	line-height:1.8em;
	font-size: 1.125rem;
}

.entry-meta-attachment
{
	padding:3px 0 8px; 
}

/* Image Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.previous-image,
.next-image
{
	padding:15px 0 0px; 
}

.next-image a,
.previous-image a 
{
	color: #adadad;
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

.next-image a
{
	padding-right: 5px;
}

.previous-image a
{
	padding-left: 5px;
}

.previous-image
{
	text-align:left;
}

.next-image
{
	text-align:right;
	text-transform: uppercase;
}

.previous-arrow,
.next-arrow
{
	display: inline-block;
	line-height: 1;
	position: relative;
	top: 1px;
}

#nav-below {
/*	margin:50px 0 0px;*/
}

.nav-previous {
	text-align:left;
	line-height:1.8em;
}

.nav-next {
	text-align:right;
	line-height:1.8em;
}

.nav-previous-title,
.nav-next-title
{
	font-size:0.619em;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
}


/**********************************************************************************/
/* Products Archive ***************************************************************/
/**********************************************************************************/

.products-grid {
	-webkit-backface-visibility: hidden;
}

.woocommerce  ul.products-grid,
.woocommerce-page  ul.products-grid
{
	margin: 0px -10px 16px;
}

.products li {
	position:relative;
}

.site-content .products li {
	margin-bottom:6px;
}

.products li img {
	width:100%;
	height:auto;
}

#products-grid li img {
	opacity:.05;
	-webkit-transition: opacity .3s ease;                  
    -moz-transition: opacity .3s ease;                 
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;          
    transition: opacity .3s ease;
}


/**********************************************************************************/
/* Single Product *****************************************************************/
/**********************************************************************************/

.product_summary_top {
	margin:0 0 9px 0;
	font-size:1rem;
}

.product_summary_top h1 {
	font-size:3.7em;
	margin:0 0 20px 0;
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating
{
	margin: 0;
	float: none;
	display:inline-block;
	top:4px;
}

.product_description {
	margin:0 0 40px 0;
}

.variations_lines {
	padding: 0;
}

.big-select
{
/*	font-size: 1.1em !important;
	border: none;
	background-color:transparent;
	font-family: inherit;
	font-size: inherit;
	color: #314381;
	font-weight: inherit;
	line-height: 30px;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:0 20px 5px 5px;
	margin:0 0 0 -10px;
	width:auto !important;*/
	opacity:0;
	width: 230px;
	height: 48px;
	margin: 0;
	padding: 0;
 
}

.big-select.alignright
{
/*	margin:0 -5px 0 0;
	direction: rtl;*/
}

.big-select:hover
{
	background-color:transparent;
}

.big-select:focus
{
	outline: none;
}

.reset_variations {
	margin:11px 0 0 0;
	display:inline-block;
	font-size:1rem;
}

.single_variation_wrap {
}

.single_variation {
	margin: 22px 0 26px;
}

.woocommerce-tabs {
	margin:0px;
}

.product_meta {
	text-align:left;
	margin:30px 0;
}

.single_product_summary_related h2,
.single_product_summary_upsell h2
{
	font-size:1.5em;
	margin:54px 0 26px 0;
}

.product_navigation {
	margin:10px 0;
}

.owl-carousel.related.products li,
.owl-carousel.upsells.products li {
	margin:0 10px;
}

.owl-carousel.related.products .owl-item,
.owl-carousel.upsells.products .owl-item {
	padding-top:10px;
}

.product_images {
	/*background: url(../images/AjaxLoader.gif) no-repeat center center;
	min-height:150px;*/
}

.product_images .owl-carousel{
	/*display:block;*/
}

/**********************************************************************************/
/* Fresco/Lightbox ****************************************************************/
/**********************************************************************************/

.fr-close,
.fr-window-fresco .fr-close .fr-close-icon,
.fr-ui-outside .fr-close-background
{
	cursor: pointer;
    width: 31px;
	height: 31px;
}

.fr-close
{
	pointer-events: auto;

	position: absolute;
    right: 30px;
    top: 27px;
}
.page-product_socials_wrapper_inner {
	border-width: 1px;
	border-style: solid;
	margin-bottom: 50px;
}
.page-product_socials_wrapper_inner .social_media {
	display: inline-block;
	font-size: 24px;
	margin: 1px;
	padding: 0 8px;
	width: 40px;
	float: right;
	color: #BBBDBD;
	border-left: 1px solid #E2E2E2;
}
#author-info #author-avatar{

}
.lighter{
	font-weight: 300 !important;
}
.post-hd{
	margin: -3px 0 8px 0;
	padding: 0;

}
.about-author:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.title_span {
	font-size: 1.3125rem;
}

.underline {
	padding-bottom: 2px;
	border-bottom: grey 1px solid;
}
.post-author-bio{
	margin-top: 65px;
}
.author-avatar img{
	box-shadow: 3px 3px 5px rgba(0,0,0,1);
}
#author-info #author-description{
	padding: 0 0 0 10px;
}
.fr-window-fresco .fr-close .fr-close-icon
{
	background: none;
	position: absolute;
}

.fr-ui-outside .fr-close-background
{
	background: none;
}

.fr-close-background,
.fr-close-icon
{
	top:0px;
	left:0px;
}

.fr-side-previous .fr-side-button
{
	left: 3px;
}

.fr-side-next .fr-side-button
{
	right: 3px;
}

.fr-ui-outside .fr-close:hover .fr-close-background,
.fr-close:hover .fr-close-background,
.fr-touch-button .fr-touch-button-background
{
	background: none !important;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-close .fr-close-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-close .fr-touch-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-more .fr-touch-button-icon
{
	opacity: 0.5;
	background: none;
}

.fr-window-fresco .fr-close:hover .fr-close-icon
{
	opacity: 1;
}

.fr-close-icon:before,
.fr-touch-button-icon:before
{
	content: "\f00d";
	font-size: 32px;
	color: #fff;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fr-touch-more .fr-touch-button-icon:before,
.fr-touch-more.fr-touch-less .fr-touch-button-icon:before
{
	font-size: 23px;
	color: #fff;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fr-touch-more .fr-touch-button-icon:before
{
	content: "\f0d7";
}

.fr-touch-more.fr-touch-less .fr-touch-button-icon:before
{
	content: "\f0d8";
}

.fr-touch-button
{
	width: 32px;
	height: 32px;
	padding: 0;
}

.fr-touch-close
{
	position: absolute;
	top: 6px;
	right: 3px;
	padding: 0;
}

.fr-touch-more
{
	position: absolute;
	top: 12px;
	right: 38px;
	padding: 0;
}

.fr-touch-more.fr-touch-less
{
	top: 11px;
}

.fr-info,
.fr-window-fresco .fr-touch-caption-wrapper
{
	font-size: 0.875rem;
}


/**********************************************************************************/
/* WP Gallery *********************************************************************/
/**********************************************************************************/

.gallery {
	margin:20px 0 !important;
}

.gallery dl dt {
	padding:0;
	margin:0;
}

.gallery-item {
	margin:0 !important;
}


/**********************************************************************************/
/* Comments ***********************************************************************/
/**********************************************************************************/

.comments-area {
	margin:36px 0 25px;
}

.comments-title {
	font-size:1.5rem;
	line-height: 2rem;
	font-weight:normal;
	text-align: center;
}

.comments-area article {
	padding:19px 0;
	margin:0;
}

.comment-list {
	list-style:none;
	padding:0;
	margin: 17px 0 0 !important;
}

.comment-list ul.children {
	list-style:none;
	margin: 0 0 1em 0;
}

.comment-content {
	padding:0;
	position:relative;
}

.comment-content .comment-author,
.comment-content .comment-metadata{
	padding:0 0 0 55px;
}

.comment-author-avatar {
	position:absolute;
	left:0;
	top:5px;
	width:36px;
	height:36px;
	overflow:hidden;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
}

.comment-author-avatar img {
	width:36px;
	height:36px;
}

.comment-author {
	padding:0;
	margin:0;
	display:inline-block;
	text-transform: capitalize;
	font-size: 1.125rem;
}

.comment-metadata time {
	font-size:14px;
	color: #999999;
}

.comment-text p
{
	margin:15px 0 10px 0
}

.comment-reply
{
	padding-right:20px;
}

.comment-reply i,
.comment-edit-link i
{
	font-size:13px;
	margin-right:5px;
}

.comment-reply {
	font-size:14px;
}

.comment-edit-link {
	font-size:14px;
}

.comment-awaiting-moderation {
	font-style:italic;
	color:#999;
	font-size:14px;
}

.comment-respond {
	margin:0px 0 30px 0;
}

.comment-respond label {
/*	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:7px;
	font-size:.8em;*/
}

#reply-title {
	font-size:30px;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0;
	text-align: center;
}

.logged-in-as,
.comment-notes {
	text-align: center;
	margin-bottom: 30px;
}

.comment-notes {
	color: #777;
}

textarea#comment {
	height:200px;
	line-height:1.8em;
}


/**********************************************************************************/
/* Footer *************************************************************************/
/**********************************************************************************/

#site-footer {
	padding:60px 0 0;
}

/*.site-footer-widget-area .columns:nth-child(2n+1) {
	clear:left;
}*/

.site-footer-widget-area .columns:last-child {
	float:left;
}
.site-footer-copyright-area{
    padding-top: 60px;
}
.site-footer-copyright-area:before{
    border-top: 1px solid red;
    width: 30%;
    margin: 0 auto;
}
#site-footer .widget-title {
	text-transform: uppercase;
	font-weight: bold;
}

.payment_methods
{
	text-align: center;
}

.payment_methods img {
	max-height:30px;
	width:auto;
	margin-bottom: 17px;
}

.copyright_text {
	font-size:14px;
	line-height: 20px;
	padding:0;
	text-align:center;
}
h1.marginalized-center{
	margin-left: 45px;
}
p.marginalized-center{
	margin-left: 45px;
	width: 50%;
}
.cat-top-space{
	display: block;
	width: 100%;
	height: 0;
}
.has-post-thumbnail.sticky .featured-post{
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 9px;
    font-size: 13px;
    color: #fff;
    z-index: 99;
    text-transform: uppercase;
    display: inline;
}
.sticky .featured-post{
    position: absolute;
    top: -35px;
    left: -35px;
	width: 70px;
	height: 70px;
	line-height: 71px;
	border-radius: 71px;
    font-size: 13px;
    z-index: 99;
	text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: inline;
}
.sticky .post-entry-description {
    padding: 3rem 2rem;
}
.post.sticky{

}
#viewGridBox .fancyPriceOn del{
	display: none !important;
}
.post-entry-description{
	padding: 1.6rem 2rem;
}
.blog-post .entry-title-archive a{
	font-size: 1.6rem;
	line-height: 2.1rem;
}
.post-entry-description ul,
.post-entry-description ol,
.post-entry-description li
{
	text-align: left;
}
.uppercase{
	text-transform: uppercase;
}
.about-author-span {
	position: relative;
	top: -6px;
}
.align-center{
	text-align: center;
}
.comments-icon{
	color: #aeaeae;
	padding: 12px 0 0 0;
	font-size: 32px;
	line-height: 33px;
}
.comments-icon a{
	color: #aeaeae;
}
.comments-icon span{
	font-size: 16px;
	position: relative;
	top: -7px;
}
.single .share-this{
	padding: 9px 12px 0 12px !important;
}

/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
	margin: 0;
	position: relative;
	display: inline-block;
	/* inline-block for ie7 */
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	/*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.
      More Info : http://www.quirksmode.org/css/box.html
    */
	-webkit-box-sizing: border-box; /* webkit */
	-moz-box-sizing: border-box; /* firefox */
	box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;

	border: 1px solid #aaa;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;

	border-radius: 4px;

	background-clip: padding-box;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
	background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
	padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #aaa;

	border-radius: 0 0 4px 4px;

	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
	margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
	margin-right: 26px;
	display: block;
	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;
	float: none;
	width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
	margin-left: 26px;
	margin-right: 0;
}

.select2-container .select2-choice abbr {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 24px;
	top: 8px;

	font-size: 1px;
	text-decoration: none;

	border: 0;
	background: url('../images/select2.png') right top no-repeat;
	cursor: pointer;
	outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
	display: inline-block;
}

.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer;
}

.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 9998;
	/* styles required for IE to work */
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 9999;
	top: 100%;

	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	border-top: 0;

	border-radius: 0 0 4px 4px;

	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0;

	border-radius: 4px 4px 0 0;

	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
	border: 1px solid #5897fb;
	border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
	border-top: 1px solid #aaa;
	width: auto;
}

.select2-drop-auto-width .select2-search {
	padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;

	border-left: 1px solid #aaa;
	border-radius: 0 4px 4px 0;

	background-clip: padding-box;

	background: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
	background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
	left: 0;
	right: auto;

	border-left: none;
	border-right: 1px solid #aaa;
	border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
	background-position: 2px 1px;
}

.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;

	position: relative;
	z-index: 10000;

	white-space: nowrap;
}

.select2-search input {
	width: 100%;
	height: auto !important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;

	outline: 0;
	font-family: sans-serif;
	font-size: 1em;

	border: 1px solid #aaa;
	border-radius: 0;

	-webkit-box-shadow: none;
	box-shadow: none;

	background: #fff url('../images/select2.png') no-repeat 100% -22px;
	background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
	padding: 4px 5px 4px 20px;

	background: #fff url('../images/select2.png') no-repeat -37px -22px;
	background: url('../images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url('../images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('../images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('../images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
	margin-top: 4px;
}

.select2-search input.select2-active {
	background: #fff url('select2-spinner.html') no-repeat 100%;
	background: url('../images/select2-spinner.html') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url('../images/select2-spinner.html') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('../images/select2-spinner.html') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('../images/select2-spinner.html') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;

	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;

	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;

	background-color: #eee;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
	background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #5897fb;
	border-top-color: transparent;

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
	background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
	background: transparent;
	border-left: none;
	filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
	border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -16px 1px;
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* results */
.select2-results {
	max-height: 250px;
	padding: 0 0 0 4px;
	margin: 4px 4px 4px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
	padding: 0 4px 0 0;
	margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
	margin: 0;
	padding-left: 0;
}

.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
	font-weight: bold;
}

.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;

	min-height: 1em;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
	background: #3875d7;
	color: #fff;
}

.select2-results li em {
	background: #feffde;
	font-style: normal;
}

.select2-results .select2-highlighted em {
	background: transparent;
}

.select2-results .select2-highlighted ul {
	background: #fff;
	color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item;
	padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
	color: #666;
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}
.select2-results .select2-disabled {
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}

.select2-results .select2-selected {
	display: none;
}

.select2-more-results.select2-active {
	background: #f4f4f4 url('select2-spinner.html') no-repeat 100%;
}

.select2-results .select2-ajax-error {
	background: rgba(255, 50, 50, .2);
}

.select2-more-results {
	background: #f4f4f4;
	display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
	display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative;

	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;

	background-color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
	padding: 0 0 0 5px;
}

.select2-locked {
	padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
	min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;

	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
	float: left;
	list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
	float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
	padding: 5px;
	margin: 1px 0;

	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
	background: #fff url('select2-spinner.html') no-repeat 100% !important;
}

.select2-default {
	color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;

	line-height: 13px;
	color: #333;
	cursor: default;
	border: 1px solid #aaaaaa;

	border-radius: 3px;

	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

	background-clip: padding-box;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
	margin: 3px 5px 3px 0;
	padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
	cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
	background: #d4d4d4;
}

.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;

	font-size: 1px;
	outline: none;
	background: url('../images/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
	right: auto;
	left: 3px;
}

.select2-container-multi .select2-search-choice-close {
	left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
	left: auto;
	right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
	background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
	text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0px !important;
	top: 0px !important;
}

.select2-display-none {
	display: none;
}

.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
	.select2-search input,
	.select2-search-choice-close,
	.select2-container .select2-choice abbr,
	.select2-container .select2-choice .select2-arrow b {
		background-image: url('../images/select2x2.png') !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important;
	}

	.select2-search input {
		background-position: 100% -21px !important;
	}
}
/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {

}

.easyzoom.is-ready img {

}

.easyzoom.is-error img {

}
.vc_general.vc_btn3 {

}
.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: opacity .7s ease;
	-moz-transition: opacity .7s ease;
	transition: opacity .7s ease;
}

.easyzoom-flyout:hover {
	opacity:1;
}

.easyzoom-flyout img {
	max-width:none !important;
	width:auto !important;
}
.times-widget i{
	float: left;
	font-size: 43px;
	clear: both;
	margin-right: 10px;
	position: absolute;
	left: 0;

}
p.times-widget{
	padding-left: 53px;
	position: relative;
}
/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
.ft-newsletter-panel input {
	background: rgba(0,0,0,0)!important;
	border: rgba(255,255,255,0.5) 1px solid !important;
	margin: 0 0 8px 0 !important;
}
.ft-newsletter-panel input[type="submit"] {
	border: none !important;
}
.ft-newsletter-panel input:focus {
	background: rgba(255,255,255,1)!important;
	border: rgba(255,255,255,0.5) 1px solid !important;
	margin: 0 0 8px 0 !important;
}
.site-footer-widget-area .widget{
	padding: 0 1.6rem ;
}
.ft-contact-panel a.button {
	width: 165px;
	border: 1px solid #fff !important;
	background: transparent !important;
}
p.ftcallus{
	font-size: 17px;
}
p.ftcallus i{
	font-size: 23px;
	margin-right: 15px;
	position: relative;
	top: 5px;
}
.widget ul.footer_socials_wrapper{
	text-align: left;
	margin: 15px 0;
}
.widget .footer_socials_wrapper li {
	display: inline-block;
	font-size: 24px;
	margin: 0 15px 0 0;
}