@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Dosis|Patrick+Hand);
/*
[RESET DEFAULT SETTINGS]
*/
html, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var,b, u, i, center,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section,
summary,time, mark, audio, video {	
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
 	-webkit-text-size-adjust: none;
 	text-decoration: none;
}
body{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
 	-webkit-text-size-adjust: none;
 	text-decoration: none;	
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section{
	display: block;
}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
*,*:hover,*:focus,*:active,*:visited{
	outline:none;
}
ul,ol{
	margin:0;
	padding:0;
	list-style:none;
}
input, textarea, keygen, select, button{
	font: inherit;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.2;
}
iframe{
	border-style:none;
}
textarea{
	resize: none;
}
button,
input[type="button"],
input[type="submit"]{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
fieldset{
	border-style: none;
}
button,
input[type='submit']{
	-webkit-appearance: none;
	border-radius: 0;
}
*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.page_boxed{
	max-width: 1250px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
/* LAYERS */
.page_boxed,
.cws_slider_container,
.site_top_panel,
.page_title,
.benefits_area,
.site_header,
.page_header_video_wrapper,
.page_header_video_slider_wrapper{
	position: relative;
}
.cws_slider_container{
	z-index: 2;
}
.site_top_panel,
.page_title,
.benefits_area{
	z-index: 3;
}
.page_header_video_wrapper{
	z-index: 10;
}
.page_header_video_slider_wrapper{
	z-index: 11;
}
/* \LAYERS */
body.wide,
.page_boxed{
	background: #fff !important;
}
body:not(.page_boxed) .media-part .container{
	width: auto;
}
.container,
.page-header.logo-left .sticky_container,
.page-header.logo-right .sticky_container,
.page-header.logo-center .main-menu,
.page_content>main .grid_row,
.fw_row_content_wrapper{
	width: 1170px;
	position:relative;
	margin:0 auto;
}
.page_content>main .grid_row.full_width{
	width: 100%;
	position: relative;
	margin: 0 auto;
}
main{
	width:100%;
}
.page_content:not(:empty){
	padding: 35px 0;
}
.page_content.single_sidebar main{
	width:870px;
}
.page_content.double_sidebar main{
	width:570px;
}
aside{
	width:270px;
}
.page_content>.container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	direction: ltr;
}
.page_content aside.sb_left{
   -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.page_content aside.sb_right{
   -webkit-box-ordinal-group: 4;
   -moz-box-ordinal-group: 4;
   -webkit-order: 3;
   -ms-flex-order: 3;
   order: 3;	
}
.page_content main{
   -webkit-box-ordinal-group: 3;
   -moz-box-ordinal-group: 3;
   -webkit-order: 2;
   -ms-flex-order: 2;
   order: 2;	
}
.page_content>.container>aside.sb_left{
	margin-right:30px;
}
.page_content>.container>aside.sb_right{
	margin-left:30px;
}
/* FOR IE 9 */
.page_content>.container,
.page_content>.container>*{
	display: block\9;
}
aside.sb_left,
main{
	float: left\9;
}
aside.sb_right{
	float: right\9;
}
.page_content>.container:after{
	display: none;
}
.page_content>.container:after{
	content: "";
	display: block\9;
	clear: both\9;
}
/* \FOR IE 9 */	
@media screen and (max-width: 1190px){
	.page_boxed{
		max-width: 1000px;
	}
	.container,
	.page-header.logo-left .sticky_container,
	.page-header.logo-right .sticky_container,
	.page-header.logo-center .main-menu,
	.page_content>main>.grid_row,
	.page_content>main .grid_row{
		width: 940px;
	}
	aside{
		width: 220px;
	}
	.page_content>.container>aside.sb_left{
		margin-right: 20px;
	}	
	.page_content>.container>aside.sb_right{
		margin-left: 20px;
	}
	.page_content.single_sidebar main{
		width: 700px;
	}
	.page_content.double_sidebar main{
		width: 460px;
	}
}
@media screen and (max-width: 980px){
	.page_boxed{
		max-width: 788px;
	}
	.container,
	.page-header.logo-left .sticky_container,
	.page-header.logo-right .sticky_container,
	.page-header.logo-center .main-menu,
	.page_content>main>.grid_row,
	.page_content>main .grid_row{
		width: 738px;
	}
	aside{
		width: 171px;
	}
	.page_content>.container>aside.sb_left{
		margin-right: 18px;
	}	
	.page_content>.container>aside.sb_right{
		margin-left: 18px;
	}
	.page_content.single_sidebar main{
		width: 549px;
	}
	.page_content.double_sidebar main{
		width: 360px;
	}
}
@media screen and (max-width: 767px){
	.page_content>.container>aside.sb_left + main{
		margin-top: 60px;
	}	
	.container,
	.page-header.logo-left .sticky_container,
	.page-header.logo-right .sticky_container,
	.page-header.logo-center .main-menu,
	.page_content>main>.grid_row,
	.page_content>main .grid_row{
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	.page_content>.container{
		-webkit-box-direction: normal;
	    -moz-box-direction: normal;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.page_content>.container>*{
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.page_content>.container>.sb_left+.sb_right+main,
	.page_content>.container>.sb_right{
		margin-top: 60px;
	}
	/* FOR IE 9 */
	.page_content>.container>.sb_right{
		margin-top: 0\9;
	}
	.page_content>.container>*+*{
		margin-top: 60px\9 !important;
	}
	/* \FOR IE 9 */
}
/*-----------------------------------------------------------------------------------
Little Signs @2024
--------------------------------------------------------------------------------
	-- MAIN COLOR
	-- MENU COLOR
	-- MENU COLOR HOVER
	-- OUTLINE COLOR
	-- COMMON
		-- Alignment
	-- FORM
	- CONTACT FORM 
	-- TYPOGRAPHY
		- HEADINGS
		- LIST
		- BLOCKQUOTE
		- TABLE
		- DEFINITION LIST
	-- SOCIAL LINKS
	-- GRID
	-- ROW BG VIDEO
	- EQUAL COLUMNS
	-- PATTERN PROPERTIES
	-- ROW BACKGROUND SETTINGS
	-- SELECT 2
	-- SELECT2 ARROW
	-- CLEARFIX
	-- HEADER 
	-- MENU
	-- DISABLE MOBILE MENU
	-- MOBILE MENU
	-- RESET DEFAULT MENU
	-- MOBILE MENU SWITCHER
	-- MOBILE MENU OPENER
	-- SUB-MENU
	-- STICKY-MENU
	-- BLOG
		-- HOVER EFFECT
		-- POST FORMATS
			-- AUDIO 
			-- VIDEO
			-- LINK
			-- GALLERY
			-- QUOTE
		-- PAGE TITLE
		-- PAGINATION
		-- LOAD MORE
		-- NEWS LAYOUT
		-- POST GRID
	-- CAROUSEL
	-- CWS Portfolio
	-- CWS Ourteam
	-- WIDGETS
		-- WIDGET ARCHIVES and MENU WIDGET
		-- WIDGET CALENDAR
		-- WIDGET TEXT
		-- TAGCLOUD
		-- SEARCH WIDGET
	-- SHORTCODES
	-- BUTTONS
	-- MESSAGE BOXES
	-- MILESTONE
	-- PROGRESS BAR
	-- SCROLL TOP
	-- ICON
	-- DROPCAP
	-- TABS
	-- ACCORDION
	-- TOGGLE
	-- PRICING TABLE
	-- PRICE
	-- PRICING TABLE LIST
	-- CALLOUT
	-- RECENT COMMENTS
	-- RECENT POST
	-- PORTFOLIO
	-- PORTFOLIO SINGLE
	-- PORTFOLIO SINGLE RELATED
	-- BENEFITS AREA
	-- TOP PANEL
	-- PARALLAX
	-- COMMENTS
	-- FLEXMAP
	-- FOOTER
	-- FOOTER / WIDGET TITLE
	-- COPYRIGHTS AREA
	-- CWS REVSLIDER
	-- FULL SCREEN VIDEO
	-- SEARCH
	-- 404 PAGE
	
*/

/**/

.main-nav-container .menu-item a,
.main-nav-container .menu-item .button_open,
.mobile_menu_header {
    font-family: Patrick Hand;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
}

.main-nav-container .sub-menu .menu-item a {
    font-size: 17px
}

.main-nav-container .sub-menu .menu-item,
.cws-widget .portfolio_item_thumb .pic .links > * {
    color: #ffffff
}

.ce_title,
.comments-area .comments_title,
.comments-area .comment-reply-title {
    font-family: Patrick Hand;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: #26b4d7;
}

h3.ce_title span {
    color: #fec20b;
}

.cws_portfolio_items .item .title_part,
.cws_portfolio_items .item .desc_part .categories a:hover,
.cf label,
.comments-area label,
.cws_ourteam .cws_ourteam_items .title,
.page_title h1,
.testimonial .quote .quote_link:hover,
.pagination a,
.widget-title,
a,
.bread-crumbs .current,
.cws-widget ul:not(.tweet_list) li>a:hover,
.page_footer .cws-widget ul:not(.tweet_list) li>a:hover,
.menu .menu-item.current-menu-ancestor>a,
.menu .menu-item.current-menu-item>a,
.cws-widget .current-cat>a,
.cws-widget .current_page_item>a,
.page_footer .cws-widget .current-cat>a,
.page_footer .cws-widget .current_page_item>a,
.select2-drop .select2-results .select2-highlighted,
.cws-widget .parent_archive .widget_archive_opener,
.cws-widget .has_children .opener {
    color: #26b4d7;
}

.page_title h1,
blockquote,
.item .date,
.pagination .page_links>*,
.cws_button,
.cws-widget .button,
input[type="submit"],
.more-link,
.cws_callout .callout_title,
.pricing_table_column .title_section,
.pricing_table_column .price_section,
.cws_portfolio_items .item .title_part,
.cws_msg_box .msg_box_title,
.milestone_number,
.cws_progress_bar .pb_title,
.testimonial,
.dropcap,
.cws-widget .widget-title,
.comments-area .comment_list .reply,
.cws_portfolio.single.related .carousel_nav_panel span,
.attach .carousel_nav_panel span,
.cws_ourteam .cws_ourteam_items .title,
.cws_ourteam:not(.single) .cws_ourteam_items .positions,
.news .media_part.only_link a,
.mini-cart .button,
.not_found,
.milestone_desc {
    font-family: Patrick Hand !important
}

div.woocommerce form p.form-row label:not(.checkbox),
.woocommerce-tabs form p label,
.woocommerce-tabs form .comment-form-rating label,
.woocommerce-tabs .tabs li a,
#comments .comment_container,
.woocommerce .order .order-total,
#searchform label.screen-reader-text,
.widget_shopping_cart_content p,
.woocommerce .woocommerce-tabs .shop_attributes th {
    color: #26b4d7
}

html,
body {
    font-family: Dosis;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    word-spacing: 0px;
    letter-spacing: 0px;
    color: #9f9e9e;
}

.cws-widget ul:not(.tweet_list) li>a,
.mini-cart .cart_list {
    color: #9f9e9e;
}

a:hover,
.pagination .page_links>* {
    color: #9f9e9e;
}

.woo_mini-count span {
    font-family: Dosis;
}

abbr {
    border-bottom-color: #9f9e9e;
}

.woocommerce .toggle_sidebar .switcher {
    line-height: 26px
}


/* MAIN COLOR */

.item .date:before,
.item .date .month,
.cws_button:hover,
input[type='submit']:hover,
.page_footer .cws_button,
.page_footer .button,
.page_footer input[type='submit'],
.copyrights_area .cws_button,
.copyrights_area input[type='submit'],
blockquote,
table thead th,
.pagination .page_links>.page-numbers.current:before,
.pagination .page_links>span:not(.dots):before,
.gallery-icon a:before,
.pricing_table_column .top_section,
.pricing_table_column.active_table_column .btn_section>a,
.pricing_table_column.active_table_column .separate,
.pricing_table_column:hover .separate,
.tabs .tab,
.accordion_title .accordion_icon,
.accordion_section.active .accordion_title,
.cws_tweet .tweet-icon:before,
.cws_progress_bar .progress,
.cws_fa_wrapper .cws_fa:not(.alt),
a:hover>.cws_fa_wrapper .cws_fa.alt,
.cws_button.alt>span,
.testimonial,
.cws-widget .search-form:before,
.owl-pagination .owl-page,
#recentcomments>.recentcomments:before,
.comments-area .comment_list .reply .comment-reply-link:hover,
.comments-area .comment-respond .comment-form .submit,
.cws_ourteam .cws_ourteam_items .social_links a,
.news .media_part.only_link,
.footer_wrapper_copyright,
.mini-cart,
.mini-cart .button,
input[type="radio"]:checked:before,
.pic .links a,
.site_top_panel .cws_social_links:after,
.copyrights_area .cws_social_links .cws_social_link,
.copyrights_area .lang_bar ul ul,
.cws_callout,
.site_top_panel .site_top_panel_toggle:before,
.site_top_panel .site_top_panel_toggle:after,
.footer_container .woocommerce-product-search:before,
.scroll_top {
    background-color: #26b4d7;
}

.tp-leftarrow.round,
.tp-rightarrow.round,
.rev_slider_wrapper {
    background-color: #26b4d7 !important;
}

.news .media_part,
.cws_ourteam_items .media_part,
.post_info,
.news .media_part,
.cws_img_frame,
img.image-type,
.gallery-icon,
.pricing_table_column,
.pricing_table_column .top_section:after,
.accordion_title,
.accordion_content,
.carousel_header .carousel_nav i,
.cws_portfolio_items .item .media_part,
.carousel_nav_panel .prev,
.carousel_nav_panel .next,
.cws_fa_wrapper:hover>a>i + .ring,
a:hover>.cws_fa_wrapper>i:not(.alt) + .ring,
.cws_button.alt:hover,
.cws_oembed_wrapper,
.bordered,
.cws-widget .portfolio_item_thumb .pic,
.select2-container .select2-choice .select2-arrow,
.post_item .post_thumb_wrapp,
#recentcomments>.recentcomments,
.ce .map-border,
.wp-playlist .mejs-container,
.lang_bar>div:not(.lang_sel_list_vertical):not(.lang_sel_list_horizontal)>ul:before {
    border-color: #26b4d7;
}

.select2-choice {
    border-color: #26b4d7 !important;
}

.select2-drop,
.select2-drop-active {
    border-color: #26b4d7 !important;
}

.post_info,
.info i,
.post_info>*>i,
.post_info .comments_link a,
ul li:before,
.carousel_header .carousel_nav i,
.carousel_nav_panel .prev,
.carousel_nav_panel .next,
.cws_progress_bar .pb_title .indicator,
.select2-container .select2-choice .select2-arrow,
.comments-area .comment_list .comment-meta .author-name,
.cws_milestone,
.copyrights_container,
.mini-cart .total>*,
input[type=checkbox]:checked:before,
.banner_404,
.msg_404 span,
.cws_tweet:before,
.cws_fa_wrapper .cws_fa.alt,
.site_top_panel #top_panel_links .share-toggle-button,
.site_top_panel .cws_social_links .cws_social_link,
.site_top_panel #top_panel_links .search_icon,
.site_top_panel .mini-cart {
    color: #26b4d7;
}

.tweet_even:after {
    clear: both;
    display: table;
    content: "";
}


/* MENU COLOR */

.header_logo_part.with_border .logo,
.main-nav-container .menu-item a,
.main-nav-container .menu-item:hover>.sub-menu>.menu-item,
.mobile_nav .menu-item,
.item .date .springs:before,
.item .date .springs:after,
.cws_button,
input[type='submit'],
.page_footer .cws_button:hover,
.page_footer .button:hover,
.page_footer input[type='submit']:hover,
.copyrights_area .cws_button:hover,
.copyrights_area input[type='submit']:hover,
.cws_callout .button_section>a:hover,
.pricing_table_column:hover .top_section,
.pricing_table_column.active_table_column .top_section,
.pricing_table_column.active_table_column .btn_section>a:hover,
.pricing_table_column .separate,
.tabs .tab.active,
.accordion_section.active .accordion_icon,
.separate,
.cws_fa_wrapper:hover>a .cws_fa,
a:hover>.cws_fa_wrapper .cws_fa:not(.alt),
.cws_button.alt:hover>span,
.dropcap,
.cws-widget .widget-title:after,
.cws-widget #calendar tbody td.ui-datepicker-today,
.owl-pagination .owl-page.active,
.comments-area .comment_list .reply .comment-reply-link,
.comments-area .comment-respond .comment-form .submit:hover,
.cws_ourteam .cws_ourteam_items .social_links a:hover,
.mini-cart .button:hover,
.mini-cart:hover,
.site_top_panel .cws_social_links.expanded:after,
.pic .links .link a,
.pic .links .link-item-bounce,
.pic .links .link-toggle-button,
.pic .links_popup .link a,
.pic .links_popup .link span,
.pic .links_popup .link-item-bounce,
.pic .links_popup .link-toggle-button,
.cws_img_frame:after,
.gallery-icon a:after,
.mobile_menu_header .mobile_menu_switcher,
.post_item .post_thumb_wrapp .links span,
.ce_toggle.alt .accordion_section .accordion_content,
.ce_accordion.alt .accordion_section .accordion_content,
body.wave-style hr,
.item .date.def_style .month:before,
.scroll_top:hover {
    background-color: #fec20b;
}

.cws-widget .search-form {
    background-color: #fec20b !important;
}

.bees:after,
.item .date,
.pricing_table_column:hover,
.pricing_table_column.active_table_column,
.pricing_table_column:hover .top_section:after,
.pricing_table_column.active_table_column .top_section:after,
.cws_tweet .tweet-icon,
.cws_fa_wrapper .ring,
.cws_button.alt,
.comments-area .comment_list .avatar,
.comments-area .comment-respond,
.tp-leftarrow.round,
.tp-rightarrow.round,
.site_top_panel form.search-form .search-field,
.testimonial .author img {
    border-color: #fec20b;
}

.post_info a,
.post_info>*,
.info,
.post_info .v_sep,
.bread-crumbs .delimiter,
blockquote:before,
blockquote:after,
.carousel_header .carousel_nav i:hover,
.carousel_nav_panel .prev:hover,
.carousel_nav_panel .next:hover,
.cws_progress_bar .pb_title,
.testimonial .quote .quote_link,
.testimonial .quote + .author>.dott>span:first-child,
.testimonial .quote + .author>.dott>span:last-child,
.testimonial:before,
.testimonial:after,
#recentcomments .comment-author-link a,
.comments-area .comment_list .comment-meta .comment_date,
.comments-area .required,
.cws_ourteam:not(.single) .cws_ourteam_items .positions a,
.footer_container .cws-widget .post_item .post_date,
.footer_container .post-date,
.woo_mini_cart .total>.amount,
.banner_404 span,
.cws_tweet .tweet_date,
.p_cut,
.news .more-link,
.site_top_panel.show-search #top_panel_links .search_icon,
.site_top_panel .mini-cart:hover,
.footer_container ul.product_list_widget li a,
.footer_container ul.product_list_widget ins,
.footer_container ul.product_list_widget span.amount {
    color: #fec20b;
}


/* MENU COLOR HOVER */

.main-nav-container .menu-item:hover>a,
.header_nav_part.mobile_nav .main-nav-container .menu-item.current-menu-ancestor,
.header_nav_part.mobile_nav .main-nav-container .menu-item.current-menu-item,
.main-nav-container .menu-item.current-menu-ancestor>a,
.main-nav-container .menu-item.current-menu-item>a,
.main-nav-container .sub-menu .menu-item:hover>a,
.main-nav-container .sub-menu .menu-item.current-menu-ancestor>a,
.main-nav-container .sub-menu .menu-item.current-menu-item>a,
.cws_callout .button_section>a:hover {
    background-color: #fd8e00;
}

.main-nav-container .menu-item:hover>a>.bees:after,
.main-nav-container .menu-item.current-menu-item>a>.bees:after,
.main-nav-container .menu-item.current-menu-ancestor>a>.bees:after,
.header_logo_part.with_border .logo {
    border-color: #fd8e00;
}


/* OUTLINE COLOR */

.pagination .page_links>*,
.pagination .page_links>.page-numbers.current:after,
.pagination .page_links>span:not(.dots):after,
.cws-widget #calendar td,
.benefits_area {
    background: #f9e8b2;
}

canvas.separator {
    color: #f9e8b2;
}

.page_title.flat {
    border-color: #f9e8b2;
}


/* SECONDARY COLOR */

canvas.breadcrumbs {
    color: #f8f2dc;
}

.page_title.flat {
    background: #f8f2dc;
}

.woocommerce .media_part,
ul.product_list_widget li a img,
.price_slider_wrapper .price_slider {
    border-color: #26b4d7;
}

.gridlist-toggle a:before,
.woocommerce div[class^='post-'] h1.product_title.entry-title,
div.woocommerce .cart_totals h2,
.upsells.products h2,
.woocommerce .related.products h2,
.cart_totals .amount,
input[type=checkbox]:checked:before {
    color: #26b4d7;
}

.cws-widget ul.product_list_widget>li>a,
form.checkout h3 {
    color: #26b4d7;
}

.button.add_to_cart_button,
.added_to_cart.wc-forward,
.woocommerce-pagination .page-numbers.current:after,
.woocommerce .button,
.woocommerce-page .button,
.woocommerce .woocommerce-tabs .tabs li,
ul.products li .media_part .rating_cont:before,
ul.products li .media_part .rating_cont .button-shadow,
.price_slider .ui-slider-range,
.woocommerce-product-search:before {
    background-color: #26b4d7;
}

.woocommerce ul.products h3,
.price,
.added_to_cart.wc-forward,
.woocommerce div[class^='post-'] h1.product_title.entry-title,
.woocommerce .button,
.woocommerce-page .button,
div.woocommerce .shop_table .amount,
div.woocommerce .cart_totals h2,
form.checkout h3,
.upsells.products h2,
.woocommerce .related.products h2,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.product.woocommerce.add_to_cart_inline ins,
.product.woocommerce.add_to_cart_inline del {
    font-family: Patrick Hand !important;
}

.price ins,
.price .amount,
.product.woocommerce.add_to_cart_inline ins,
.gridlist-toggle a.active:before,
.woocommerce-tabs #tab-reviews time,
div.woocommerce .shop_table .amount,
.cws-widget .product_list_widget>li .quantity>.amount,
.cws-widget .product_list_widget>li ins>.amount,
.cws-widget .product_list_widget>li>.amount,
.mini-cart .product_list_widget>li .quantity>.amount,
.mini-cart .product_list_widget>li ins>.amount,
.mini-cart .product_list_widget>li>.amount,
.mini-cart .total>.amount {
    color: #fec20b;
}

.added_to_cart.wc-forward:hover,
.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce .woocommerce-tabs .tabs li.active,
.price_slider .ui-slider-handle,
.woocommerce-product-search,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woo_panel {
    background-color: #fec20b;
}

.woocommerce-tabs .comment_container img {
    border-color: #fec20b;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination .page-numbers.current:before {
    background-color: #f9e8b2;
}

.woocommerce-pagination ul.page-numbers li,
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-tabs #tab-reviews .description {
    color: #9f9e9e !important;
}


/* 
COMMON 
*/

img,
iframe,
.wp-caption,
select {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 18px;
}

.wp-caption img.image-type {
    display: block;
    margin: 0;
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    text-indent: 0;
}

div.wp-caption .wp-caption-text {
    padding-right: 10px;
}

.wp-caption-text a {
    text-decoration: underline;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0;
}

.cws_oembed_wrapper,
.bordered {
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 18px;
    border-width: 9px;
    border-style: solid;
    padding: 2px;
    line-height: 0;
}

.bordered {
    box-sizing: border-box;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-transform: rotate(0.000001deg);
}

.cws_oembed_wrapper iframe {
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-transform: rotate(0.000001deg);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

embed {
    display: block;
    overflow: hidden;
    max-width: 100%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-transform: rotate(0.000001deg);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

img {
    height: auto;
}


/* Alignment */

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.alignleft .alignleft {
    margin-right: 0;
    margin-bottom: 0;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.alignright .alignright {
    margin-left: 0;
    margin-bottom: 0;
}

.aligncenter {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

a,
.main-nav-container .menu-item>a,
.mobile_nav .menu-item>.button_open,
.select2-results .select2-result,
.accordion_title,
.accordion_title .accordion_icon:not(.custom),
.carousel_header .carousel_nav i,
.carousel_nav_panel .prev,
.carousel_nav_panel .next,
.cws_button.alt>span,
.comments-area .comment-respond .comment-form .submit {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a {
    display: inline-block;
    cursor: pointer;
}

.a-left {
    text-align: left;
}

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

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

.v_sep {
    border-left: 1px solid;
    padding-left: 7px;
    margin-left: 7px;
}

body {
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.testimonial .quote,
aside,
.cws-widget input,
.cws-widget textarea,
.ce_accordion .accordion_title .accordion_icon,
.ce_toggle .accordion_title .accordion_icon,
input,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

aside {
    overflow: hidden;
}

.cws_wrapper {
    position: relative;
    overflow: hidden;
}


/* 
\COMMON 
*/


/* 
FORM
*/

input,
textarea,
input {
    width: 100%;
    max-width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: 1px solid #d8d8d8;
    margin: 0;
    font-size: 0.867em;
    line-height: 1.385em;
    color: inherit;
    box-shadow: none;
}

input[type='checkbox'],
input[type='radio'],
input[type='submit'] {
    width: auto;
}

input[type='submit'] {
    cursor: pointer;
}

label {
    margin-bottom: 5px;
    display: block;
    line-height: 1;
}

input[type="radio"] {
    padding: 0;
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -ms-box-szing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: 0;
    vertical-align: middle;
}

input[type="radio"]:before {
    display: block;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box !important;
    -ms-box-szing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    background: transparent;
    z-index: 999999;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type="radio"]:checked:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

input[type="file"] {
    padding: 0;
    border: 0;
    background: none;
    vertical-align: middle;
}

input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-szing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
    vertical-align: middle;
}

input[type="checkbox"]:before {
    content: "";
    content: '\f00c';
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 23px;
    line-height: 23px;
    display: inline-block;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 21px;
    line-height: 23px;
    text-align: center;
    z-index: 999999;
    color: transparent;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type=checkbox]:checked:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

input[type="search"] {
    -webkit-appearance: none;
}


/*
- CONTACT FORM
*/

div.cf .cf-form-control-wrap {
    margin-left: 8px;
    text-indent: 0;
}

form.cf-form>p {
    margin-left: -8px;
    margin-bottom: 0;
    text-indent: 8px;
}

form.cf-form>p>*:first-child {
    margin-left: 0;
}

form.cf-form>p:last-child:after {
    clear: both;
    display: table;
    content: "";
}

.cf-form-control.cf-captchac {
    display: inline-block;
    vertical-align: middle;
}

.cf .cf-form-control-wrap {
    margin-bottom: 15px;
    display: inline-block;
    max-width: calc(100% - 8px);
}

.cf label {
    font-weight: 700;
}

.cf input[type="submit"] {
    float: right;
}

.cf p {
    text-indent: 0;
}

span.cf-list-item:first-child {
    margin-left: auto;
}

.cf-not-valid {
    border-color: #ff6766;
}

.contact-form p.error {
    color: #ff6766;
    margin-top: 10px;
}

.contact-form .cws_msg_box {
    display: none;
}

.contact-form .cws_msg_box p {
    color: #ffffff;
    margin: 0;
}

div.cf-response-output {
    margin-top: 1.333em;
    margin-left: auto;
    margin-right: auto;
}

div.cf-response-output:last-child {
    margin-bottom: auto;
}

.cf-response-output:after {
    content: "";
}

div.cf-response-output:before {
    font-family: FontAwesome;
    left: 40px;
}

div.cf-response-output.cf-validation-errors:before {
    content: "\f12a";
}

div.cf-response-output.cf-mail-sent-ok:before {
    content: "\f164";
}

div.cf-validation-errors {
    border: none;
}

.contact-form .captcha-wrapper {
    display: inline-block;
}

.contact-form .captcha-wrapper iframe {
    display: inline-block;
    float: left;
    width: 57px;
    height: 47px;
    margin-top: -6px;
}

.contact-form .captcha-wrapper input {
    width: 84px;
}

.contact-form input.error {
    border-color: #ff6766;
}


/*
- \CONTACT FORM 7
*/


/*
- \FORM
*/


/* 
TYPOGRAPHY
*/

address:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child),
table:not(:last-child),
dl:not(:last-child),
code,
.testimonial:not(:last-child) {
    margin-bottom: 1.333em;
}

.cws_fa_tbl:not(:last-child) {
    margin-bottom: 0.67em;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

address {
    font-style: italic;
}

abbr {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: help;
}

cite {
    font-style: italic;
}

code {
    display: block;
    padding: 7px 10px;
    font-size: 0.9em;
    line-height: 1.5;
    background: #f3f2f2;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-top: 1.333em;
}

sub,
sup {
    font-size: 0.85em;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q:before {
    content: "\201c\0020";
}

q:after {
    content: "\0020\201d";
}

mark {
    padding: 2px 8px;
    border-radius: 5px;
}


/*
- HEADINGS
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

.widget-title {
    word-wrap: break-word;
}

h1 {
    font-size: 2em;
    font-weight: 300;
}

h1:not(:last-child) {
    margin-bottom: 0.67em;
}

h1:not(:first-child) {
    margin-top: 0.67em;
}

h2 {
    font-size: 1.5em;
}

h2:not(:last-child) {
    margin-bottom: 0.83em;
}

h2:not(:first-child) {
    margin-top: 0.83em;
}

h3 {
    font-size: 1.17em;
}

h3:not(:last-child) {
    margin-bottom: 1em;
}

h3:not(:first-child) {
    margin-top: 1em;
}

h4:not(:last-child) {
    margin-bottom: 1.33em;
}

h4:not(:first-child) {
    margin-top: 1.33em;
}

h5 {
    font-size: 0.83em;
}

h5:not(:last-child) {
    margin-bottom: 1.67em;
}

h5:not(:first-child) {
    margin-top: 1.67em;
}

h6 {
    font-size: 0.67em;
}

h6:not(:last-child) {
    margin-bottom: 2.33em;
}

h6:not(:first-child) {
    margin-top: 2.33em;
}

.ce_title:not(:last-child) {
    margin-bottom: 0.5em;
}

h1.ce_title.heading {
    font-size: 2em;
    line-height: 1.2;
}

h2.ce_title.heading {
    font-size: 1.5em;
    line-height: 1.2;
}

h3.ce_title.heading {
    font-size: 1.17em;
    line-height: 1.2;
}

h4.ce_title.heading {
    font-size: 1em;
    line-height: 1.2;
}

h5.ce_title.heading {
    font-size: 0.83em;
    line-height: 1.2;
}

h6.ce_title.heading {
    font-size: 0.67em;
    line-height: 1.2;
}


/*
- \HEADINGS
*/


/*
- LIST
*/

ul li {
    position: relative;
    line-height: 1.5em;
}

ul li li {
    padding-left: 1.3em;
}

ol li {
    line-height: 1.5em;
}

ul li:before {
    content: "•";
    padding-right: 0.35em;
}

ul.checkmarks_style li:before,
ul.arrow_style li:before,
ul.custom_icon_style li:before {
    font-family: FontAwesome;
}

ul.checkmarks_style li:before {
    content: "\f00c";
}

ul.arrow_style li:before {
    content: "\f105";
}

ol {
    list-style-type: decimal;
    margin-left: 1.3em;
}

ol>li {
    padding-left: 0;
}

ol>li:before {
    content: "";
}


/*
- \LIST
*/


/*
- BLOCKQUOTE
*/

blockquote {
    position: relative;
    padding: 1.1em 40px;
    font-style: italic;
    text-align: center;
    color: #fff;
    font-size: 1.21em;
    line-height: 1.4;
    border-radius: 20px;
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/dott_pattern.png);
    background-position: left center;
    z-index: 1;
}

blockquote p {
    text-indent: 0;
}

blockquote:before,
blockquote:after {
    content: "\201C";
    text-align: center;
    line-height: 0;
    width: 20px;
    font-size: 60px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 18px);
    text-shadow: rgb(255, 255, 255) 1px 1px, rgb(255, 255, 255) 1px 0px, rgb(255, 255, 255) 0px 1px, rgb(255, 255, 255) -1px -1px, rgb(255, 255, 255) -1px 0px, rgb(255, 255, 255) 0px -1px;
}

blockquote:before {
    content: "\201C";
    top: 14px;
}

blockquote:after {
    bottom: -14px;
}


/*
- BLOCKQUOTE
*/


/* 
- TABLE
*/

table {
    border-collapse: separate;
}

table th,
table td {
    padding: 19px;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

table thead th {
    border-color: #fff;
    color: #fff;
    font-size: 1.05em;
}

table thead th:first-child {
    border-top-left-radius: 14px;
    border-left: 0;
}

table thead th:last-child {
    border-top-right-radius: 14px;
    border-right: 0;
}

table thead th {
    border-bottom: 0;
}

table tr>*:first-child {
    border-left: 1px solid #d1d1d1;
}

table > *:first-child:not(thead) tr:first-child>* {
    border-top: 1px solid #d1d1d1;
}

table > *:first-child tr:first-child>*:first-child {
    border-top-left-radius: 14px;
}

table > *:first-child tr:first-child>*:last-child {
    border-top-right-radius: 14px;
}

table > *:last-child tr:last-child>*:first-child {
    border-bottom-left-radius: 14px;
}

table > *:last-child tr:last-child>*:last-child {
    border-bottom-right-radius: 14px;
}

table > tfoot ~ *:last-child tr:last-of-type th,

/* override the above declarations because of general sibling selector's specific features */

table > tfoot ~ *:last-child tr:last-of-type td {
    border-bottom-style: solid;
}


/* 
- TABLE
*/


/*
- DEFINITION LIST
*/

dl dt:not(:first-child) {
    margin-top: 0.65em;
}

dl dd {
    padding-left: 1.3em;
    font-style: italic;
}


/*
- \DEFINITION LIST
*/


/*
\TYPOGRAPHY
*/


/*
SOCIAL LINKS
*/

.cws_social_links .cws_social_link {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1em;
    width: 1em;
    padding: 8px;
    text-align: center;
    border-radius: 7px;
}

.cws_social_links .cws_social_link + .cws_social_link {
    margin-left: 3px;
}


/*
\SOCIAL LINKS
*/


/*
GRID
*/

.row_bg {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.row_bg:not(:first-child),
.grid_row:not(:first-child) {
    padding-top: 30px;
}

.row_bg:not(:last-child),
.grid_row:not(:last-child) {
    padding-bottom: 30px;
}

.row_bg > .grid_row {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2;
}


/*
ROW BG VIDEO
*/

.row_bg_video {
    position: relative;
    z-index: 3;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden;
    margin-left: -1px;
    margin-right: -1px;
}

.row_bg_video>video,
.row_bg_video>iframe {
    position: absolute;
    z-index: 1;
    max-width: none;
}

.row_bg_video>video:not(.cws_prlx_layer),
.row_bg_video>iframe:not(.cws_prlx_layer) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.row_bg_video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}


/* the 8 adjustments */

.row_bg_video>iframe {
    border-radius: 0;
    -webkit-mask-image: none;
    -webkit-transform: none;
}


/*
\ROW BG VIDEO
*/

.grid_col:not(.grid_col_12) {
    float: left;
}

.grid_col + .grid_col {
    margin-left: 2.5%;
}


/* ? */

.grid_col_4 {
    width: 31.63%;
}

.grid_col_3 {
    width: 23.1%;
}

.grid_col_6 {
    width: 48.745%;
}

.grid_col_8 {
    width: 65.83%;
}

.grid_col_9 {
    width: 74.35%;
}

.grid_col_12 {
    width: 100%;
}


/* \? */


/*
- EQUAL COLUMNS
*/

.grid_row.eq_cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid_row.eq_cols .grid_col {
    float: none;
}


/* FOR IE 9 */

.grid_row.eq_cols {
    display: block\9;
}

.grid_row.eq_cols .grid_col {
    float: left\9;
}

.grid_row.eq_cols {
    word-wrap: break-word;
}

.grid_row.eq_cols:after {
    display: none;
}

.grid_row.eq_cols:after {
    content: "";
    display: block\9;
    clear: both\9;
}


/* \FOR IE 9 */


/*
- EQUAL COLUMNS
*/


/*
- PATTERN PROPERTIES
*/

.page_content {
    padding-bottom: 178px !important;
    position: relative;
    z-index: 1;
}

.page_content>.footer_image {
    height: 143px;
    background-position: center bottom;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

.pattern {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.pattern.right-pattern {
    left: auto;
    right: 0;
}

.pattern.right-pattern {
    background-position: left top;
}

.pattern.left-pattern {
    background-position: right top;
}

.pattern.pattern-1 {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat1.png);
}

.pattern.pattern-2 {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat2.png);
}

.pattern.pattern-3 {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat3.png);
}

.pattern.pattern-4 {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat4.png);
}

.pattern.pattern-5 {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat5.png);
}

.pattern.pattern-6 {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat6.png);
}

.pattern.pattern-7 {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat7.png);
}

.pattern.pattern-8 {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat8.png);
}

.pattern.pattern-9 {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat9.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .pattern.pattern-1:not(.pattern-custom) {
        background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat1@2x.png);
        background-size: 376px;
    }
    .pattern.pattern-2:not(.pattern-custom) {
        background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat2@2x.png);
        background-size: 375px;
    }
    .pattern.pattern-3:not(.pattern-custom) {
        background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat3@2x.png);
        background-size: 375px;
    }
    .pattern.pattern-4:not(.pattern-custom) {
        background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat4@2x.png);
        background-size: 375px;
    }
    .pattern.pattern-5:not(.pattern-custom) {
        background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat5@2x.png);
        background-size: 378px;
    }
    .pattern.pattern-6:not(.pattern-custom) {
        background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat6@2x.png);
        background-size: 376px;
    }
    .pattern.pattern-7:not(.pattern-custom) {
        background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat7@2x.png);
        background-size: 376px;
    }
    .pattern.pattern-8:not(.pattern-custom) {
        background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat8@2x.png);
        background-size: 376px;
    }
    .pattern.pattern-9:not(.pattern-custom) {
        background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/patt/pat9@2x.png);
        background-size: 378px;
    }
}


/*
- PATTERN PROPERTIES
*/


/*
- ROW BACKGROUND SETTINGS
*/

.row_bg > * {
    position: relative;
    z-index: 1;
}

.row_bg > .grid_row {
    z-index: 2;
}

.row_bg_img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.row_bg_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
}


/*
- \ROW BACKGROUND SETTINGS
*/


/*
SELECT 2
*/

.select2-container {
    min-width: 200px;
    padding: 3px 0;
}

aside .select2-container {
    width: 100%;
}

.select2-results li {
    padding-left: 0;
}

.select2-results li:before {
    display: none;
}

.select2-drop,
.select2-drop.select2-drop-above,
.select2-search input,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open .select2-choice,
.select2-container-multi.select2-container-active .select2-choices,
.select2-container-multi .select2-choices .select2-search-field input,
.select2-container-multi .select2-choices .select2-search-choice,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}

.select2-container-active .select2-choice,
.select2-results li + li {
    border-top: 1px solid #d6d6d6;
}

.select2-results li,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop,
.select2-drop-active {
    color: inherit;
}

.select2-drop,
.select2-drop-active,
.select2-dropdown-open .select2-choice {
    overflow-y: hidden;
}

.select2-choice {
    border: none;
}

.select2-drop,
.select2-drop-active {
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 4px !important;
    background: #fafafa;
}

.select2-search input {
    background: #fff !important;
}

.select2-container:not(.select2-dropdown-open) .select2-choice {
    box-shadow: none;
}

.select2-search input {
    font-size: 0.867em;
}

.select2-drop-auto-width .select2-search {
    padding-top: 10px;
}

.select2-search {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.select2-search input,
html[dir="rtl"] .select2-search input {
    padding: 7px 10px;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 10px;
}

.select2-results {
    padding-left: 0px;
    margin: 10px;
}

html[dir="rtl"] .select2-results {
    padding-right: 10px;
    margin: 10px 0 10px 10px;
}

.select2-search-choice-close {
    top: 10px;
}

.select2-search input {
    border-radius: 4px;
}

.select2-container .select2-choice,
.select2-container .select2-choice .select2-arrow,
.select2-results .select2-no-results {
    background: transparent;
    color: inherit;
}

.select2-container .select2-choice,
.select2-container-multi .select2-choices .select2-search-choice {
    line-height: inherit;
    height: auto;
}

.select2-search,
.select2-search input {
    min-height: none;
}

.select2-container .select2-choice .select2-chosen,
.select2-results .select2-result-label {
    font-size: 0.867em;
    line-height: 1.385em;
    padding: 7px 10px;
}

.select2-container .select2-choice,
.select2-results .select2-result-label {
    padding-left: 0px;
}

.select2-container .select2-choice .select2-arrow b:after {
    display: none;
}


/*
-- SELECT2 ARROW
*/

.select2-choice {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px !important;
}

.select2-container .select2-choice .select2-arrow {
    width: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.select2-container .select2-choice .select2-arrow b {
    background-image: none;
}

.select2-results .select2-highlighted {
    background: transparent;
}

.select2-container .select2-arrow:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12px;
    line-height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    font-family: FontAwesome;
    content: "\f078";
}

.select2-container.select2-dropdown-open .select2-arrow:before {
    content: "\f077";
}

.select2-container .select2-choice > .select2-chosen {
    /* depend on the section described above */
    margin-right: 32px;
}

.select2-container .select2-choice .select2-arrow {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: inherit;
}


/*
-- \SELECT2 ARROW
*/


/*
\SELECT 2
*/


/*
CLEARFIX
*/

.clearfix:after,
.grid:after {
    content: "";
    display: block;
    clear: both;
}


/*
\CLEARFIX
*/


/* 
HEADER 
*/

.site_header {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site_header.loaded {
    opacity: 1;
}

.site_header .logo {
    display: inline-block;
}

.site_header .header_mask,
.header_mask .header_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: top center;
    z-index: 998;
    overflow: hidden;
}

.header_img {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/sunshine.png);
}

.header_pattern {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/dots-pattern.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    z-index: 998;
}

.header_cont {
    width: 100%;
    position: relative;
}

.site_header .header_pattern {
    z-index: 999;
    background-size: auto;
}

.header_mask {
    background-color: #26b4d7;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.header_logo_part.with_border .logo {
    border-width: 6px;
    border-style: solid;
    border-radius: 9px;
}

.site_header .logo>img {
    display: block;
}

.header_logo_part.with_border .logo>img {
    margin: 2px;
    padding: 7px 25px;
    border: 5px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
}

.site_header.custom_sticky_logo .header_logo_part .logo>img.logo_sticky,
.site_header.custom_mobile_logo .header_logo_part .logo>img.logo_mobile,
.site_header.sticky.custom_sticky_logo .header_logo_part .logo>img {
    display: none;
}

.site_header.sticky.custom_sticky_logo .header_logo_part .logo>img.logo_sticky {
    display: block;
}

.site_header.logo-in-menu .header_logo_part {
    display: inline-block;
    vertical-align: middle;
}

.site_header.mobile_nav.custom_mobile_logo .header_logo_part .logo>img,
.site_header.sticky.custom_sticky_logo.mobile_nav .header_logo_part .logo>img.logo_sticky,
.site_header.mobile_nav.sticky .header_logo_part .logo>img.logo_mobile {
    display: none;
}

.site_header.mobile_nav .header_logo_part .logo>img.logo_mobile,
.site_header.sticky.custom_sticky_logo.mobile_nav.sticky .header_logo_part .logo>img.logo_sticky {
    display: block;
}


/*
- MENU
*/

.main-nav-container .button_open {
    width: 36px;
    text-align: center;
    display: block;
    float: right;
}

.main-nav-container .button_open:before {
    font-family: FontAwesome;
    content: "\f105";
}

.main-nav-container .menu-item>a {
    display: block;
    padding: 15px 25px;
    position: relative;
    z-index: 1;
}

.main-nav-container .menu-item>a>.canvas_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 3;
}

.main-nav-container .menu-item>a>.canvas_wrapper canvas {
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 1;
}

.main-nav-container .main-menu>.menu-item:first-child>a>.canvas_wrapper canvas {
    left: 0;
}

.main-nav-container .main-menu>.menu-item:last-child>a>.canvas_wrapper canvas {
    left: auto;
    right: 2px;
}

/* .main-nav-container .main-menu.menu-bees>.menu-item:first-child>a>.canvas_wrapper canvas {
    left: -20px;
}

.main-nav-container .main-menu.menu-bees>.menu-item:last-child>a>.canvas_wrapper canvas {
    right: -20px;
} */

/* .main-nav-container .main-menu.menu-bees>.menu-item:first-child>a>.canvas_wrapper {
    left: -22px;
}

.main-nav-container .main-menu.menu-bees>.menu-item:last-child>a>.canvas_wrapper {
    right: -22px;
} */

.main-nav-container .main-menu:not(.menu-bees)>.menu-item:first-child>a {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

.main-nav-container .main-menu:not(.menu-bees)>.menu-item:last-child>a {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

.mobile_nav .main-nav-container .menu-item>a {
    padding: 2px 15px;
}

.main-nav-container .main-menu>.menu-item>a {
    display: inline-block;
    padding: 15px 25px;
    width: auto;
}

.header_nav_part:not(.mobile_nav) .main-nav-container .menu-item.bees-end {
    margin-right: 55px
}

.header_nav_part:not(.mobile_nav) .main-nav-container .menu-item.bees-start {
    margin-left: 55px;
}

.without-bees .header_nav_part:not(.mobile_nav) .main-nav-container .menu-item.bees-end {
    margin-right: 0px
}

.without-bees .header_nav_part:not(.mobile_nav) .main-nav-container .menu-item.bees-start {
    margin-left: 0px;
}

.main-nav-container .menu-item.bees-end>a {
    margin-right: 30px
}

.main-nav-container .menu-item.bees-start>a {
    margin-left: 30px;
}

.main-menu {
    font-size: 0;
    display: inline-block;
}

.main-nav-container .menu-item>a {
    position: relative;
    z-index: 1;
}

.main-menu>.menu-item {
    display: inline-block;
    vertical-align: middle;
}

.main-menu>.menu-item>a:after,
.main-menu .sub-menu .menu-item>a:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    left: 60%;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
    background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
}

.main-menu:not(.menu-bees)>.menu-item>a:after {
    background: #fff !important;
    left: 0;
    right: auto;
    height: 20px;
    top: calc(50% - 10px);
    width: 1px;
}

.main-menu:not(.menu-bees)> .header_logo_part + .menu-item>a:after,
.main-menu:not(.menu-bees)>.menu-item:hover>a:after,
.main-menu:not(.menu-bees)>.menu-item:hover + .menu-item>a:after,
.main-menu:not(.menu-bees)>.menu-item:first-child>a:after,
.main-menu:not(.menu-bees)>.menu-item.current-menu-ancestor>a:after,
.main-menu:not(.menu-bees)>.menu-item.current-menu-ancestor + .menu-item>a:after,
.main-menu:not(.menu-bees)>.menu-item.current-menu-item>a:after,
.main-menu:not(.menu-bees)>.menu-item.current-menu-item + .menu-item>a:after {
    display: none;
}

.main-menu .sub-menu .menu-item>a {
    padding: 6px 25px 6px 35px;
}

.main-menu .sub-menu .menu-item>a:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f111";
    font-size: 7px;
    z-index: 2;
    top: 50%;
    margin-top: -3px;
    left: 20px;
    line-height: 1;
    width: 1.1em;
}

.main-menu .sub-menu .menu-item.menu-item-has-children>a:before {
    content: "\f061";
    font-size: 8px;
}

.main-menu .right .sub-menu .menu-item.menu-item-has-children>a:before {
    content: "\f060";
}

.main-menu .sub-menu .menu-item>a:after {
    left: 0;
    opacity: 0;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
}

.main-menu .sub-menu .menu-item:hover>a:after {
    opacity: 1;
}

.main-menu>.menu-item>a:before {
    content: '';
    position: absolute;
    bottom: -4px;
    height: 5px;
    left: 0;
    right: 0;
}

.main-menu>.menu-item:last-child>a:after {
    background: transparent;
}

.main-nav-container .button_open {
    display: none;
}

.bees {
    display: inline-block;
}

.main-menu .bees {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    display: table-cell;
}

.main-menu .bees.bees-end {
    left: auto;
    right: 0;
}

.main-menu .bees:after {
    content: '';
    position: absolute;
    left: -27px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0px 32px 27px;
    border-left-color: transparent!important;
    -webkit-transform: scale(.9999);
    -moz-transform: scale(.9999);
    -ms-transform: scale(.9999);
    transform: scale(.9999);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .bees.bees-end:after {
    left: auto;
    right: -27px;
    border-width: 32px 27px 32px 0px;
    border-right-color: transparent!important;
}

.bees>span {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    animation: play .1s steps(3) infinite;
    -webkit-animation: play .1s steps(3) infinite;
}

.main-menu .bees>span {
    position: absolute;
    z-index: 1;
    top: calc(50% - 33px);
    left: -77px;
}

.main-menu .bees.bees-end>span {
    left: auto;
    right: -77px;
}

.bees.bees-end>span {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.bees>div {
    position: absolute;
    top: calc(50% - 11px);
    bottom: 0;
    right: -30px;
    width: 1px;
    transform: rotate(50deg) translate(4px, 0px);
    -webkit-transform: rotate(50deg) translate(4px, 0px);
    -moz-transform: rotate(50deg) translate(4px, 0px);
    -ms-transform: rotate(50deg) translate(4px, 0px);
    z-index: 1;
}

.bees>div:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e7f0ca;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.bees>div.line-one {
    transform: rotate(-50deg) translate(4px, 0px);
    -webkit-transform: rotate(-50deg) translate(4px, 0px);
    -moz-transform: rotate(-50deg) translate(4px, 0px);
    -ms-transform: rotate(-50deg) translate(4px, 0px);
    bottom: calc(50% - 11px);
    top: 0;
}

.bees.bees-start>div {
    transform: rotate(130deg) translate(4px, 0px);
    -webkit-transform: rotate(130deg) translate(4px, 0px);
    -moz-transform: rotate(130deg) translate(4px, 0px);
    -ms-transform: rotate(130deg) translate(4px, 0px);
    right: auto;
    left: -30px;
}

.bees.bees-start>div.line-one {
    transform: rotate(-130deg) translate(4px, 0px);
    -webkit-transform: rotate(-130deg) translate(4px, 0px);
    -moz-transform: rotate(-130deg) translate(4px, 0px);
    -ms-transform: rotate(-130deg) translate(4px, 0px);
    bottom: calc(50% - 11px);
    top: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .bees>span {
        background-size: 120px;
    }
}

.main-nav-container .menu-item>.sub-menu>.menu-item:nth-of-type(2)>a,
.main-nav-container .menu-item>.sub-menu>.menu-item:nth-of-type(2) {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.main-nav-container .menu-item>.sub-menu>.menu-item:nth-last-of-type(1)>a,
.main-nav-container .menu-item>.sub-menu>.menu-item:nth-last-of-type(1) {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 0;
}

.main-nav-container .menu-item>.sub-menu>.menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.main-nav-container .sub-menu .sub-menu {
    z-index: 1;
}

.main-nav-container .menu-item>.sub-menu {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
}

@keyframes play {
    100% {
        background-position: -120px;
    }
}

@-webkit-keyframes play {
    100% {
        background-position: -120px;
    }
}


/*
-- DISABLE MOBILE MENU
*/

.mobile_menu_header,
.main-nav-container .sub-menu>.back {
    display: none;
}


/*
-- \DISABLE MOBILE MENU
*/


/*
-- MOBILE MENU
*/

.mobile_nav .main-menu,
.mobile_nav .main-nav-container .sub-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: 200px;
    max-width: 370px;
}

.mobile_nav .menu-item {
    display: table;
    width: 100%;
    position: relative;
    margin-left: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 0;
}

.mobile_nav .menu-item + *,
.mobile_nav .header_logo_part + .menu-item {
    margin-top: 1px;
}

.mobile_nav .menu-item>a,
.mobile_nav .menu-item>.button_open {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 11;
}

.mobile_nav .main-menu>.menu-item>a {
    border-style: none;
}

.mobile_nav .menu-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.logo-in-menu .header_nav_part {
    width: 100%;
}

.header_nav_part.mobile_nav .main-nav-container .sub-menu .menu-item:not(.back)>a {
    display: table-cell;
}

.header_nav_part.mobile_nav .main-nav-container .menu-item.back>a {
    display: inline-block !important;
    width: 100%;
    box-sizing: border-box;
}


/*
--- RESET DEFAULT MENU
*/

.mobile_nav .main-nav-container .sub-menu,
.mobile_nav .main-nav-container .menu-item:hover>.sub-menu {
    left: auto;
    display: none;
}

.mobile_nav .main-nav-container .menu-item>a {
    padding: 2px 15px;
    font-size: 20px;
    white-space: normal;
}

.mobile_nav .menu-item:hover>a {
    background: transparent;
}

.mobile_nav .mobile_menu_header,
.mobile_nav .main-nav-container .sub-menu>.back {
    display: block;
}

.mobile_nav .main-nav-container .sub-menu {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}


/*
--- \RESET DEFAULT MENU
*/


/*
--- MOBILE MENU SWITCHER
*/

.mobile_menu_header .mobile_menu_switcher {
    display: none;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 7px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
}

.mobile_menu_header .mobile_menu_switcher span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1px;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile_nav .mobile_menu_switcher span:first-child {
    -webkit-transform: translate(0, 7px);
    -moz-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    transform: translate(0, 7px);
}

.mobile_nav .mobile_menu_switcher span:last-child {
    -webkit-transform: translate(0, -7px);
    -moz-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    transform: translate(0, -7px);
}

.mobile_nav.opened .mobile_menu_switcher span:first-child,
.mobile_nav.opened .mobile_menu_switcher span {
    -webkit-transform: translate(0, 0px) rotate(-45deg);
    -moz-transform: translate(0, 0px) rotate(-45deg);
    -ms-transform: translate(0, 0px) rotate(-45deg);
    transform: translate(0, 0px) rotate(-45deg);
}

.mobile_nav.opened .mobile_menu_switcher span:last-child {
    -webkit-transform: translate(0, 0px) rotate(45deg);
    -moz-transform: translate(0, 0px) rotate(45deg);
    -ms-transform: translate(0, 0px) rotate(45deg);
    transform: translate(0, 0px) rotate(45deg);
}

.mobile_nav .mobile_menu_header .mobile_menu_switcher {
    display: block;
}


/*
--- \MOBILE MENU SWITCHER
*/


/*
--- MOBILE MENU OPENER
*/

.header_nav_part.mobile_nav .main-menu {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
}

.header_nav_part.mobile_nav .main-menu .menu-item,
.mobile_nav .main-nav-container .sub-menu .menu-item {
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.header_nav_part.mobile_nav.opened .main-menu,
.mobile_nav .main-nav-container .sub-menu {
    display: block;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}

.header_nav_part.mobile_nav.opened .main-menu .menu-item:first-child,
.header_nav_part.mobile_nav.opened .main-menu .menu-item:first-child:before,
.mobile_nav .main-nav-container .sub-menu .menu-item:first-child,
.mobile_nav .main-nav-container .sub-menu .menu-item:first-child:before {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.header_nav_part.mobile_nav.opened .main-menu .menu-item:last-child,
.header_nav_part.mobile_nav.opened .main-menu .menu-item:last-child:before,
.mobile_nav .main-nav-container .sub-menu .menu-item:last-child,
.mobile_nav .main-nav-container .sub-menu .menu-item:last-child:before {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.header_nav_part.mobile_nav .main-menu .bees {
    display: none;
}

.header_nav_part.mobile_nav .main-nav-container .menu-item.bees-start,
.header_nav_part.mobile_nav .main-nav-container .menu-item.bees-start>a {
    margin-left: 0;
}

.header_nav_part.mobile_nav .main-nav-container .menu-item.current-menu-item>a,
.header_nav_part.mobile_nav .main-nav-container .menu-item a {
    background-color: transparent;
}

.header_nav_part.mobile_nav .main-menu>.menu-item>a:after,
.header_nav_part.mobile_nav .main-menu .sub-menu .menu-item>a:after {
    display: none;
    left: 0;
}

.header_nav_part.mobile_nav .menu-item>.button_open {
    float: none;
    cursor: pointer;
}

.header_nav_part.mobile_nav .main-nav-container .main-menu>.menu-item:before {
    content: "";
    display: block !important;
    position: absolute;
    height: 100%;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
}

.header_nav_part.mobile_nav .main-nav-container .menu-item>a>.canvas_wrapper {
    display: none;
}


/*
--- \MOBILE MENU OPENER
*/


/*
-- \MOBILE MENU
*/


/*
-- SUB-MENU
*/

.main-nav-container .menu-item {
    position: relative;
}

.main-nav-container .menu-item:after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 5px;
    left: 0;
}

.main-nav-container .sub-menu {
    position: absolute;
    top: calc(100% + 3px);
    left: auto;
    right: auto;
    width: 200px;
    text-align: left;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: translateX(-99999px);
    -moz-transform: translateX(-99999px);
    -ms-transform: translateX(-99999px);
    transform: translateX(-99999px);
}

.main-nav-container .sub-menu {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s step-end;
    -webkit-transition: opacity 0.3s ease, transform 0.3s step-end;
    -moz-transition: opacity 0.3s ease, -moz-transform 0.3s step-end;
    -moz-transition: opacity 0.3s ease, transform 0.3s step-end;
    -ms-transition: opacity 0.3s ease, -ms-transform 0.3s step-end;
    -ms-transition: opacity 0.3s ease, transform 0.3s step-end;
    transition: opacity 0.3s ease, -webkit-transform 0.3s step-end;
    transition: opacity 0.3s ease, -moz-transform 0.3s step-end;
    transition: opacity 0.3s ease, -ms-transform 0.3s step-end;
    transition: opacity 0.3s ease, transform 0.3s step-end;
}

.main-nav-container .menu-item:hover>.sub-menu {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s step-start;
    -webkit-transition: opacity 0.3s ease, transform 0.3s step-start;
    -moz-transition: opacity 0.3s ease, -moz-transform 0.3s step-start;
    -moz-transition: opacity 0.3s ease, transform 0.3s step-start;
    -ms-transition: opacity 0.3s ease, -ms-transform 0.3s step-start;
    -ms-transition: opacity 0.3s ease, transform 0.3s step-start;
    transition: opacity 0.3s ease, -webkit-transform 0.3s step-start;
    transition: opacity 0.3s ease, -moz-transform 0.3s step-start;
    transition: opacity 0.3s ease, -ms-transform 0.3s step-start;
    transition: opacity 0.3s ease, transform 0.3s step-start;
}


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

.main-nav-container .menu-item:hover>.sub-menu {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.header_nav_part.mobile_nav .main-nav-container .sub-menu .menu-item>a,
.header_nav_part.mobile_nav .main-nav-container .menu-item>a {
    background: transparent;
    display: table-cell;
}

.main-nav-container .sub-menu .sub-menu {
    top: 0;
    margin-left: 3px;
    margin-right: 3px;
}


/*** SHOW SUB-MENU ***/

.main-menu>.menu-item.right .menu-item>.sub-menu,
.main-menu>.menu-item.right>.sub-menu {
    left: auto;
}

.main-menu>.menu-item.right>.sub-menu {
    right: auto;
}

.main-menu>.menu-item.right>.sub-menu {
    right: 0;
}

.main-menu>.menu-item>.sub-menu {
    left: 0;
}

.main-nav-container .sub-menu .menu-item>.sub-menu {
    left: 100%;
}

.main-menu>.menu-item.right .sub-menu .menu-item>.sub-menu {
    right: 100%;
}


/*** SHOW SUB-MENU ***/

.main-nav-container .sub-menu .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 4px;
    right: 100%;
    top: 0;
}

.main-menu>.menu-item.right .sub-menu .sub-menu:before {
    right: auto;
    left: 100%;
}

.main-menu>.menu-item.right .sub-menu .sub-menu {
    margin-left: 0;
}


/*
-- \SUB-MENU
*/


/*
-- STICKY-MENU
*/

.site_header .header_box {
    position: relative;
    z-index: 1000;
    padding: 30px 0 45px;
}


/*
-- \STICKY-MENU
*/


/*
- \MENU
*/

header .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site_header.logo-in-menu .container>.header_logo_part,
.site_header.logo-in-menu.mobile_nav .main-menu .header_logo_part {
    display: none;
}

.site_header.logo-in-menu.mobile_nav .container>.header_logo_part {
    display: block;
}

.site_header.logo-in-menu.mobile_nav .container>.header_nav_part .mobile_menu_switcher {
    margin-left: auto;
}

.site_header.logo-center .header_nav_part {
    padding-bottom: 35px;
}

.site_header .header_logo_part {
    line-height: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.site_header.logo-right .header_logo_part {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.site_header.logo-right .header_nav_part {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

header.site_header.logo-center .container {
    display: block;
}

.site_header.logo-center .header_logo_part {
    text-align: center;
}

header.site_header.logo-center .header_nav_part:only-child {
    padding-top: 12px;
    padding-bottom: 12px;
}

.slider_vs_menu .site_header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.tp-leftarrow.round,
.tp-rightarrow.round {
    background-image: none;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
}

.tp-leftarrow.round:before,
.tp-rightarrow.round:before {
    content: "\f053";
    position: absolute;
    top: 0;
    left: 10px;
    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;
    transform: translate(0, 0);
    line-height: 40px;
    font-size: 23px;
    color: #fff;
}

.tp-rightarrow.round:before {
    content: "\f054";
    left: 14px;
}


/*
\HEADER
*/


/*
BLOG
*/

.news .media_part,
.cws_ourteam_items .media_part {
    position: relative;
    border-radius: 18px;
    border-width: 9px;
    border-style: solid;
    padding: 2px;
}

.cws_ourteam_items .media_part .hover-effect {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.cws_ourteam_items .media_part .pic>img {
    width: 100%;
}

.media_info_wrapper {
    position: relative;
    z-index: 1;
}

.news .media_part.only_link {
    border: 0;
}
.media_part.only_link {
	margin-bottom: 10px !important;
}
.news .media_part.video_post,
.news .media_part.audio_post.soundcloud {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.audio-shortcode {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

.news .media_part.quoute_post {
    border: 0;
    padding: 0;
    border-radius: 0;
    width: 100% !important;
}

.news .media_part.only_link a {
    color: #fff;
}

.item>.post_info_header h3.ce_title {
    margin: 0;
    font-size: 1.74em;
    line-height: 1;
}

.post_header_def_post {}

.cws_blog_header {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.cws_blog_header>* {
    display: table-cell;
    vertical-align: middle;
}

.cws_blog_header .ce_title {
    width: 100%;
}

.post_info_top {
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
}

.single .post_info_header {
    text-align: inherit;
}

.post_info_top.no_media .post_info_header {
    text-align: left;
}

.p_cut,
.news .more-link {
    font-size: 0.80em;
    padding-left: 0.3em;
    padding-right: 0.3em;
}

.p_cut:hover,
.news .more-link:hover {
    color: inherit;
}

.post_info {
    line-height: 1;
    font-size: 0.84em;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}

.news.single .post_info {
    display: block;
    text-align: inherit;
}

.post_info_top.no_media {
    display: table;
    width: 100%;
}

.post_info_top.no_media>* {
    display: table-cell;
    vertical-align: top;
}

.post_info_top.no_media .date {
    margin-right: 20px;
    margin-bottom: 10px !important;
}

.post_info_top.no_media .info_wrapper {
    width: 100%;
}

.post_info_top.no_media .post_info_header {
    margin-top: 8px;
    overflow: hidden;
}

.post_info_top.no_media .post_info {
    text-align: left;
}

.post_info_top.no_media .post_info_header .ce_title {
    float: left;
}

.post_info_top.no_media .comments_link {
    white-space: nowrap;
}

.post_info_top.no_media .info {
    margin-right: 20px;
    font-size: 0.84em;
    float: left;
}

.news .item.small .post_info_header,
.news .item.small .post_info,
.news .item.medium .post_info_header,
.news .item.medium .post_info,
.news .item.large .post_info_header,
.news .item.large .post_info {
    text-align: left;
}

.post_info>*,
.info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 100%;
    line-height: 1.2em;
}

.post_info a:hover {
    color: inherit;
}

.post_info:after {
    content: '';
    clear: both;
    display: table;
}

.post_info_top .comments_link {
    float: right;
    margin-top: 1px;
    margin-right: 0;
}

.item .date {
    position: relative;
    z-index: 1;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    padding: 9px;
    border-radius: 14px;
    font-size: 14px;
    color: #fff;
    background: #fff;
    margin-right: 15px;
    vertical-align: middle;
}

.item .date.no_media {
    margin-bottom: 0;
}

.post_header_def_post {
    display: table;
    margin-bottom: 13px;
}

.post_header_def_post>* {
    display: table-cell;
    vertical-align: middle;
}

.post_header_def_post .post_info_header {
    width: 100%;
}

.media_part + .date {
    position: absolute;
    top: -33px;
    left: 0;
    margin: 0 !important;
    background: #fff;
    z-index: 5;
}

.item .date .date-cont {
    margin: -6px;
    border-radius: 9px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.item .date .date-cont:after,
.item .date .month:before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.item .date:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border-radius: 9px;
}

.item .date .date-cont>span {
    text-align: center;
    display: block;
    min-width: 58px;
    box-sizing: border-box;
    padding: 0;
    height: 29px;
    line-height: 29px;
}

.item .date .day {
    font-size: 23px;
}

.item .date .month {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}

.item .date:hover .month {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.item .date .month:before {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item .date:hover .month:before {
    opacity: 0;
}

.item .date .month>span {
    display: block;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item .date:hover .month>span {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.item .date .springs {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.item .date .springs:before,
.item .date .springs:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 7px;
    border: 1px solid #fff;
    width: 4px;
    height: 10px;
    border-radius: 3px;
}

.item .date .springs:after {
    left: auto;
    right: 7px;
}

.item .date.def_style {
    float: left;
    border-width: 0;
    border-radius: 0;
    margin-top: -3px !important;
    margin-left: -3px;
}

.item .date.def_style:before {
    border-radius: 6px;
}

.item .date.def_style:hover .month:before {
    opacity: 1;
}

.item .date.def_style .month {
    background: transparent;
    border-radius: 0;
    overflow: visible;
}

.item .date.def_style .month:before {
    border-radius: 0 0 5px 5px;
}

.item .date.def_style .date-cont:after {
    background: transparent;
}

.item .date.def_style .date-cont {
    border-radius: 0;
}

.item .date.def_style .date-cont>span {
    min-width: 43px;
}

.item .date.def_style .springs:before,
.item .date.def_style .springs:after {
    display: none;
}

.pic,
.pic .hover-effect,
.pic img {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.news .media_part .pic img,
.news .media_part iframe {
    width: 100%;
}

.news .media_part .cws_oembed_wrapper {
    display: block;
}

.news:not(.single) .media_part .cws_oembed_wrapper {
    display: block;
    padding-bottom: 56.25%;
    width: 100%;
    box-sizing: border-box;
}

.news:not(.single) .media_part .cws_oembed_wrapper iframe {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.news .media_part .pic.link_post {
    line-height: 0;
}

.gallery_post_carousel {
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-transform: rotate(0.000001deg);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.news .item>.post_content .cws_oembed_wrapper,
.news .item>.post_content iframe {
    margin-bottom: 10px;
}

.news .item>.post_content .cws_oembed_wrapper>iframe {
    margin-bottom: 0;
}

.post_content_wrap:after,
.post_content:after {
    content: '';
    display: table;
    clear: both;
}

.post_content_wrap .post_content:after {
    display: none;
}

.post_content_wrap>* + * {
    margin-top: 15px;
}

.post_content_wrap .meta_cont_wrapper {
    overflow: hidden;
}

.post_content_wrap .meta_cont {
    display: table;
    width: 100%;
}

.post_content_wrap .meta_cont .button_cont {
    text-align: right;
    white-space: nowrap;
}

.post_content_wrap .meta_cont>* {
    display: table-cell;
    vertical-align: middle;
}

.news .media_part {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

.news .media_part .hover-effect {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.news .media_part .owl-carousel {
    margin-right: 0 !important;
}

.news .media_part .owl-carousel .owl-item>* {
    margin-right: 0 !important;
    width: 100% !important;
}

.news:not(.single) .grid .media_part,
.news:not(.single) .grid .media_info_wrapper {
    width: 100%;
    max-width: 100%;
}

.news.single .item {
    width: 100%;
}

.news.single .media_part.video_post {
    float: none;
}

/* .news .media_part .pic img {
    width: auto;
} */

.news .post_info_header:after,
.news .post_info:after {
    display: none;
}

.news .grid .item>* {
    margin-right: 0;
}

.news .grid .item.medium>*,
.news .grid .item.small>*,
.news.single .grid .item>* {
    margin-right: 30px;
}

.news.single .item>* {
    margin-bottom: 20px;
}

.news.single .media_part {
    width: auto;
}

.news .media_info_wrapper {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.news .item {
    width: calc(100% - 30px);
    margin-right: -30px;
}

.news .grid .item.medium,
.news .grid .item.small {
    width: 100%;
}

.news .item.small .media_part {
    max-width: 370px;
    width: 100%;
}

.news .item.medium .media_part {
    max-width: 570px;
    width: 100%;
}

.news .item.large .media_part {
    max-width: 100%;
    width: 100%;
}


/*
- HOVER EFFECT
*/

.pic {
    position: relative;
    z-index: 1;
}

.pic .hover-effect {
    position: absolute;
    background-color: #fff;
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
    opacity: 0;
    z-index: 5;
}

.hover-effect {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.pic .links_popup {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.pic:hover .hover-effect {
    opacity: 0.3;
}

.pic:hover .links_popup {
    opacity: 1;
}

.pic .links,
.pic .links_popup {
    position: absolute;
    z-index: 6;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    text-align: center;
    font-size: 0;
}

.pic .links_popup {
    height: 60px;
    width: 160px;
    left: calc(50% - 80px);
    top: calc(50% - 30px);
}

.pic .links_popup.animate {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: url('#goo');
    filter: url(http://127.0.0.1:8000/static/bundles/dev/images/img/filter.svg#goo);
}

.pic .links .link_cont,
.pic .links_popup .link_cont {
    position: absolute;
    top: 50%;
    left: 50%;
}

.pic .links .link_cont .link,
.pic .links_popup .link_cont .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.pic .links .link a,
.pic .links .link-item-bounce,
.pic .links .link-toggle-button,
.pic .links_popup .link a,
.pic .links_popup .link span,
.pic .links_popup .link-item-bounce,
.pic .links_popup .link-toggle-button {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -20px;
    margin-top: -20px;
    color: #fff;
    font-size: 17px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 10%;
    box-sizing: border-box;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
}

.pic .links_popup .link span {
    margin-left: -30px;
    margin-top: -30px;
    font-size: 23px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

footer .pic .links_popup .link span,
aside .pic .links_popup .link span {
    display: none;
}

.pic .links_popup .link a>i,
.pic .links_popup .link span>i {
    line-height: 39px;
    display: inline-block;
}

.pic .links .link-item-bounce,
.pic .links_popup .link-item-bounce,
.pic .links_popup .link_cont .link:only-child a {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
}

.pic .links_popup .link_cont .link:only-child a {
    font-size: 23px;
    line-height: 60px;
}

.pic .links_popup .link_cont .link:only-child a>i {
    line-height: 60px;
}

.pic .links .link-toggle-button,
.pic .links_popup .link-toggle-button {
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -40px;
    margin-left: -40px;
    border: 0;
    padding: 10px;
    box-sizing: content-box;
}

.pic .links .link-toggle-icon,
.pic .links_popup .link-toggle-icon {
    font-size: 23px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    line-height: 61px;
    cursor: pointer;
}


/*
- \HOVER EFFECT
*/

.news .post_tags>i,
.news .post_categories>i {
    margin-right: 5px;
}

.news .post_tags .v_sep,
.news .post_categories>.v_sep {
    padding-left: 7px;
    margin-left: 7px;
}

.news .media_part img,
.pic img {
    display: block;
}


/*
- POST FORMATS
*/


/* -- AUDIO */

.news .media_part .pic + .audio {
    position: absolute;
    top: auto;
    bottom: 0;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    left: 24px;
    right: 24px;
    z-index: 1;
}

.news .media_part .wp-audio-shortcode,
.news .media_part .mejs-controls {
    border-radius: 9px;
}


/* -- \AUDIO */


/* -- VIDEO */

.wp-playlist {
    border: 0 !important;
    padding: 0 !important;
    width: 100%!important;
}

.wp-playlist .mejs-container.mejs-video {
    border-radius: 18px;
    border-width: 9px;
    border-style: solid;
    padding: 2px;
    overflow: hidden;
    box-sizing: border-box;
    width: 100% !important
}

.wp-playlist .mejs-container.mejs-video .mejs-mediaelement {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 3px solid #fff;
    box-sizing: border-box;
    border-radius: 11px;
    overflow: hidden;
}

.mejs-video .mejs-controls {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    box-sizing: border-box;
}

.wp-playlist-light .wp-playlist-playing,
.wp-playlist-light {
    color: inherit !important;
}

.wp-playlist-light .wp-playlist-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    margin: 9px 0;
    text-indent: 0;
    color: inherit !important;
}

.wp-playlist-item-length {
    font-weight: 400;
}


/* -- \VIDEO */


/* -- LINK */

.news .media_part .link {
    font-size: 2em;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    word-break: break-all;
}

.news .media_part.only_link {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/dott_pattern.png);
    background-position: left center;
}

.news .media_part.audio_post {
    width: 100%;
    box-sizing: border-box;
}

.news .media_part .link:before {
    content: "\f0c1";
    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;
    transform: translate(0, 0);
    color: #fff;
    font-size: 0.9em;
    margin: 0 6px;
    vertical-align: middle;
}

.news .media_part .pic.link_post .hover-effect {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.news .media_part .pic.link_post:hover .hover-effect {
    opacity: 0.8;
}

.news .media_part .pic.link_post .link span {
    color: #fff;
}

.news .media_part .pic.link_post .link {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news .media_part > .link {
    margin: 24px;
}


/* -- \LINK */


/* -- GALLERY */

.cws_img_frame {
    display: inline-block;
    max-width: 100%;
}

.cws_img_frame img.image-type {
    margin: 0;
}

.cws_img_frame img.image-type,
.gallery-icon a,
.gallery-icon img {
    padding: 0;
    display: block;
}

.cws_img_frame,
.gallery-icon,
img.image-type {
    position: relative;
    border-radius: 18px;
    border-width: 9px;
    border-style: solid;
    padding: 2px;
    line-height: 0;
    box-sizing: border-box;
    overflow: hidden;
}

img.image-type {
    box-sizing: content-box;
    max-width: calc(100% - 22px);
}

.cws_img_frame.noborder,
img.image-type.noborder {
    border-width: 0;
    padding: 0;
}

.cws_img_frame.noborder>img {
    border-radius: inherit;
}

.gallery img,
.cws_img_frame img {
    border-radius: 9px;
    border: 0!important;
    max-width: 100%;
}

.gallery img {
    overflow: hidden;
}

.cws_img_frame:before,
.gallery-icon a:before {
    content: "";
    background-color: #000;
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 2px;
    left: 2px;
    opacity: 0;
    border-radius: 9px;
    z-index: 2;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.cws_img_frame.noborder:before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: inherit;
}

.cws_img_frame:hover:before,
.gallery-icon a:hover:before {
    opacity: 0.3;
}

.cws_img_frame:after,
.gallery-icon a:after {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 23px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cws_img_frame:hover:after,
.gallery-icon a:hover:after {
    opacity: 1;
}

.cws_img_frame:after,
.gallery-icon a:after {
    content: "\f064";
}

.gallery {
    margin-left: -30px !important;
}

.gallery.owl-carousel .owl-controls {
    padding: 20px 30px 20px 0;
}

.gallery.owl-carousel .gallery-item {
    margin-top: 0 !important;
}

.gallery img {
    display: block;
    width: 100%;
}

.gallery .gallery-item {
    padding-left: 30px;
    box-sizing: border-box;
}

.gallery .gallery-caption {
    padding: 0;
}

.gallery-icon a[href*=".jpg"]:after,
.gallery-icon a[href*=".jpeg"]:after,
.gallery-icon a[href*=".png"]:after,
.gallery-icon a[href*=".gif"]:after,
.cws_img_frame[href*=".jpg"]:after,
.cws_img_frame[href*=".jpeg"]:after,
.cws_img_frame[href*=".png"]:after,
.cws_img_frame[href*=".gif"]:after {
    content: "\f030";
}

.pp_gallery ul li:before {
    display: none;
}

.carousel_nav {
    cursor: pointer;
}

.news .media_part .carousel_nav {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    z-index: 2;
}

.news .media_part .carousel_nav>span {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.news .media_part .carousel_nav.prev>span:before,
.news .media_part .carousel_nav.prev>span:after {
    left: 0;
}

.news .media_part .carousel_nav.next>span:before,
.news .media_part .carousel_nav.next>span:after {
    right: 0;
}

.news .media_part .carousel_nav>span:before,
.news .media_part .carousel_nav>span:after {
    content: "";
    display: block;
    background: #fff;
    width: 50%;
    height: 2px;
    border-radius: 2px;
    position: absolute;
}

.news .media_part .carousel_nav.prev {
    left: 0;
}

.news .media_part .carousel_nav.next {
    right: 0;
}

.news .media_part .carousel_nav.next span:after {
    -webkit-transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}

.news .media_part .carousel_nav.next span:before {
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -moz-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
}

.news .media_part .carousel_nav.prev span:after {
    -webkit-transform: rotate(45deg) translateX(50%);
    -moz-transform: rotate(45deg) translateX(50%);
    -ms-transform: rotate(45deg) translateX(50%);
    transform: rotate(45deg) translateX(50%);
}

.news .media_part .carousel_nav.prev span:before {
    -webkit-transform: rotate(-45deg) translateX(50%);
    -moz-transform: rotate(-45deg) translateX(50%);
    -ms-transform: rotate(-455deg) translateX(50%);
    transform: rotate(-45deg) translateX(50%);
}


/* -- \GALLERY */


/* -- QUOTE */

.news .media_part .testimonial {
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonial {
    position: relative;
    padding: 0.8em 40px;
    text-align: center;
    color: #fff;
    font-size: 1.21em;
    line-height: 1.4;
    border-radius: 20px;
    background-position: left center;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonial.style-2 {
    background-color: #fec20b;
}

.testimonial:before,
.testimonial:after {
    content: "\201C";
    text-align: center;
    line-height: 0;
    width: 20px;
    font-size: 60px;
    font-style: italic;
    display: inline-block;
    position: absolute;
    left: calc(50% - 18px);
    text-shadow: rgb(255, 255, 255) 1px 1px, rgb(255, 255, 255) 1px 0px, rgb(255, 255, 255) 0px 1px, rgb(255, 255, 255) -1px -1px, rgb(255, 255, 255) -1px 0px, rgb(255, 255, 255) 0px -1px;
}

.testimonial:before {
    content: "\201C";
    top: 14px;
}

.testimonial:after {
    bottom: -14px;
}

.testimonial .author img {
    border-radius: 17px;
    padding: 3px;
    border-width: 3px;
    border-style: solid;
    display: inline-block;
    text-align: center;
}

.testimonial .author figcaption {
    font-size: 1.3043em;
    line-height: 1em;
    text-align: center;
}

.testimonial .author img + figcaption {
    padding-top: 6px;
}

.testimonial .quote {
    position: relative;
    z-index: 1;
}

.testimonial .quote>*:first-child {
    margin-top: 0;
}

.testimonial .quote + .author {
    overflow: hidden;
    line-height: 0;
    text-align: center;
    float: none;
    max-width: none;
}

.testimonial .quote + .author>.dott {
    display: block;
    line-height: 1;
    font-size: 60px;
    margin-top: -35px;
    letter-spacing: 3px;
}

.testimonial .quote .quote_link {
    position: absolute;
    bottom: -25px;
    right: 0;
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.testimonial .quote .quote_link:hover {
    color: inherit;
}

.testimonial .quote .quote_link:before {
    content: "\f064";
}


/* -- \QUOTE */


/*
- \POST FORMATS
*/


/*
-- PAGE TITLE
*/

.page_title {
    position: relative;
    z-index: 1;
    padding: 16px 0;
    margin-top: -16px;
    overflow: hidden;
}

.page_title.wave {
    z-index: 999;
}

.page_title.flat {
    margin-top: 0;
    border-bottom-width: 4px;
    border-style: solid;
    padding: 8px 0;
}

.page_title .container {
    display: table;
}

.page_title.wave .container {
    min-height: 39px;
}

.page_title .container>* {
    display: table-cell;
    vertical-align: middle;
}

.page_title h1 {
    font-size: 1.74em;
}

.bread-crumbs {
    text-align: right;
    font-size: 0.87em
}

.bread-crumbs .delimiter {
    vertical-align: middle;
    margin: 0 7px;
    font-size: 0.8em;
}

canvas.breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


/*
-- PAGE TITLE
*/


/*
-- PAGINATION
*/

.pagination {
    margin-top: 30px;
    text-align: center;
}

.pagination .page_links {
    display: inline-block;
}

.pagination .page_links>* {
    display: block;
    float: left;
    font-size: 1.16em;
    font-weight: 300;
    width: 2.042em;
    line-height: 2.05em;
    margin-right: 1px;
    position: relative;
    z-index: 1;
}

.pagination .page_links>.page-numbers.current,
.pagination .page_links>span:not(.dots) {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -2px;
    width: 2.042em;
    line-height: 2.05em;
    padding: 2px;
    color: #fff;
    position: relative;
    z-index: 2;
    background: transparent;
}

.pagination .page_links>.page-numbers.current:before,
.pagination .page_links>span:not(.dots):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}

.pagination .page_links>.page-numbers.current:after,
.pagination .page_links>span:not(.dots):after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 4px;
    right: 0;
    z-index: -2;
}

.pagination .page_links>*+.page-numbers.current:after,
.pagination .page_links>*+span:not(.dots):after {
    left: 0;
}

.pagination .page_links>.page-numbers.current:last-child:after,
.pagination .page_links>span:not(.dots):last-child:after {
    right: 4px;
}

.pagination .page_links>*:first-child {
    border-radius: 10px 0 0 10px;
}

.pagination .page_links>*:last-child {
    margin-right: 0px;
    border-radius: 0 10px 10px 0;
}

.pagination a {
    cursor: pointer;
}

.pagination .page_links>span {
    cursor: default;
}


/*
-- \PAGINATION
*/


/*
-- LOAD MORE
*/

.cws_load_more {
    display: table;
    margin-top: 50px;
}


/*
-- \LOAD MORE
*/


/*
-- NEWS LAYOUT
*/

.news .item > *:not(.def_style) + * {
    margin-top: 15px;
}


/*
-- \NEWS LAYOUT
*/


/* 
-- POST GRID
*/

.grid {
    margin-right: -30px;
}

.grid .item {
    display: block;
    float: left;
    margin-right: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

.news .grid-2 .item>*:not(.media_info_wrapper):not(.date):not(.separator-box),
.news .grid-3 .item>*:not(.media_info_wrapper):not(.date):not(.separator-box) {
    padding-left: 60px;
}

.news .grid-2 .item>.post_info,
.news .grid-3 .item>.post_info {
    display: block;
    overflow: visible;
    text-align: inherit;
}

.grid .item.medium,
.grid .item.small {
    margin-left: 0;
}

.page_content.single_sidebar .grid .item {
    width: 870px;
}

.page_content.double_sidebar .grid .item {
    width: 570px;
}

.grid.grid-2 .item {
    width: 570px;
}

.page_content.single_sidebar .grid.grid-2 .item {
    width: 420px;
}

.page_content.double_sidebar .grid.grid-2 .item {
    width: 270px;
}

.grid.grid-3 .item {
    width: 370px;
}

.page_content.single_sidebar .grid.grid-3 .item {
    width: 270px;
}

.page_content.double_sidebar .grid.grid-3 .item {
    width: 270px;
}

.grid-4 .item,
.page_content.single_sidebar .grid-4 .item,
.page_content.double_sidebar .grid-4 .item {
    width: 270px;
}

.isotope .item {
    transition-property: transform;
    -o-transition-property: -o-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
}

.separator-box {
    width: 100%;
    overflow: hidden;
    margin: 0;
    margin-top: 0 !important;
}

.news .separator-box .separator {
    margin-top: 30px;
}

hr {
    border-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-color: #d8d8d8;
}

body.wave-style hr {
    border: 0;
    height: 2px;
    border-radius: 6px;
}

.news .separator-box hr.separator {
    margin: 60px 0 30px;
}

canvas.separator {
    margin-top: 30px;
    display: block;
}


/* 
-- \POST GRID
*/


/*
\BLOG
*/


/*
CAROUSEL
*/

.owl-item {
    float: left;
}

.owl-item .separator-box {
    display: none;
}

.owl-wrapper {
    position: relative;
    z-index: 1;
}

.owl-wrapper-outer {
    overflow: hidden;
    cursor: move;
    position: relative;
}

.owl-pagination {
    font-size: 0;
    line-height: 11px;
    text-align: center;
}

.owl-pagination .owl-page {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border-radius: 50%;
}

.carousel_nav_panel .prev,
.carousel_nav_panel .next {
    cursor: pointer;
    font-size: 20px;
    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;
    transform: translate(0, 0);
    padding: 6px 10px 6px 8px;
    text-align: center;
    border-width: 4px;
    border-style: solid;
    border-radius: 9px;
    margin-left: 3px;
}

.carousel_nav_panel .next {
    padding: 6px 8px 6px 10px;
}

.carousel_nav_panel .prev:before {
    content: "\f053";
}

.carousel_nav_panel .next:before {
    content: "\f054";
}

.carousel_header {
    padding-bottom: 20px;
}

.carousel_header .carousel_nav {
    float: right;
    font-size: 20px;
}

.carousel_header .carousel_nav i {
    padding: 6px 10px 6px 8px;
    text-align: center;
    border-width: 4px;
    border-style: solid;
    border-radius: 9px;
    margin-left: 3px;
}

.carousel_header .carousel_nav i.next {
    padding: 6px 8px 6px 10px;
}

.carousel_header:after {
    content: '';
    display: table;
    clear: both;
}

.cws_sc_carousel .cws_sc_carousel_header {
    display: table;
    margin-bottom: 20px;
}

.cws_sc_carousel .cws_sc_carousel_header>div {
    display: table-cell;
    vertical-align: middle;
}

.cws_sc_carousel .cws_sc_carousel_header .ce_title {
    width: 100%;
}

.cws_sc_carousel .cws_sc_carousel_header .carousel_nav_panel {
    white-space: nowrap;
}

.cws_sc_carousel .owl-carousel,
.owl-carousel {
    margin-right: -30px !important;
    margin-left: 0 !important;
}

.cws_sc_carousel .owl-item .item,
.owl-item>* {
    margin-right: 30px !important;
    margin-left: 0 !important;
    width: calc(100% - 30px) !important;
    padding: 0 !important;
}

.owl-item > li.item {
    padding-left: 0;
}

.owl-item > li.item:before {
    display: none;
}


/*
\CAROUSEL
*/


/* - CWS Portfolio */

.cws-widget > .portfolio_item_thumbs {
	margin-top: 0px !important; 
    background: transparent !important;
    margin-left: -10px;
    margin-top: -10px;
    text-align: center;
    line-height: 0;
    overflow: hidden;
    word-spacing: -4px;
}

.cws-widget .portfolio_item_thumb {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    width: calc(33.33% - 10px);
}

.cws-widget .portfolio_item_thumb .pic>a {
    display: block;
}

.cws-widget .portfolio_item_thumb .pic {
    position: relative;
    border-radius: 14px;
    border-width: 3px;
    border-style: solid;
    padding: 3px;
}

.cws-widget .portfolio_item_thumb img {
    border-radius: 9px;
    width: 100%;
}

.cws-widget .portfolio_item_thumb .pic .links > * {
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 35px;
    margin: 2px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cws-widget .portfolio_item_thumb .pic:hover .links > * {
    opacity: 1;
}

@media screen and ( max-width: 767px) {
	.cws-widget .portfolio_item_thumb {
	    width: auto;
	}
}
@media screen and ( max-width: 479px) {
	.cws-widget .portfolio_item_thumb {
	    width: calc(33.33% - 10px);
	}
}

/* - \CWS Portfolio */


/* - \CWS Ourteam */

.cws_ourteam.single .item {
    margin-right: -30px;
    width: 100%;
}

.cws_ourteam.single .item>* {
    margin-right: 30px;
}

.cws_ourteam.single .item .media_part {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.cws_ourteam .cws_ourteam_items .media_part {
    margin-bottom: 10px;
}

.cws_ourteam .cws_ourteam_items .title {
    margin: 0;
    font-size: 1.2631em;
    text-transform: uppercase;
}

.cws_ourteam .cws_ourteam_items .item {
    overflow: hidden;
}

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

.cws_ourteam .ourteam_item_wrapper>*:not(.media_part) {
    padding-left: 15px;
    padding-right: 15px;
}

.cws_ourteam .ourteam_item_wrapper>:last-child:not(.media_part) {
    padding-bottom: 15px;
}

.cws_ourteam:not(.single) .cws_ourteam_items .positions {
    font-size: 1.1579em;
}

.cws_ourteam .cws_ourteam_items .social_links {
    padding-top: 15px;
    text-align: center;
}

.cws_ourteam .cws_ourteam_items .social_links a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    border-radius: 9px;
    color: #fff;
    margin: 0 2px;
    font-size: 19px;
}

.cws_ourteam.single .cws_ourteam_items .social_links a {
    width: 55px;
    height: 55px;
    display: inline-block;
    line-height: 55px;
    text-align: center;
    border-radius: 9px;
    color: #fff;
    margin: 0 2px;
    font-size: 35px;
}

.cws_ourteam:not(.single) .cws_ourteam_items .positions a:hover {
    color: inherit;
}

.cws_ourteam.single .item>* {
    margin-bottom: 20px;
}

.cws_ourteam.single .media_part_wrapper {
    float: left;
    margin-right: 30px;
}

.cws_ourteam.single .post_content:after {
    display: none;
}

.cws_ourteam.single .cws_ourteam_items {
    text-align: left;
}

.cws_ourteam_filter_container {
    text-align: right;
}

.cws_ourteam .cws_ourteam_header {
    padding-bottom: 20px;
    display: table;
    width: 100%;
}

.cws_ourteam .cws_ourteam_header>* {
    display: table-cell;
    vertical-align: middle;
}

.cws_ourteam .cws_ourteam_header .ce_title {
    width: 100%;
}


/* - \CWS Ourteam */


/*
WIDGETS
*/

aside .cws-widget {}

aside .cws-widget + .cws-widget {
    margin-top: 20px;
}

.cws-widget .widget-title {
    font-size: 1.8em;
    line-height: 1;
}

.cws-widget .widget-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    margin-top: 8px;
}

.cws-widget .widget-title + *:not(:empty) {
    margin-top: 10px;
}


/* - WIDGET ARCHIVES and MENU WIDGET */

.cws-widget ul li:before {
    display: none;
}
.cws-widget ul li:first-child {
	padding-top: 0;
}
.cws-widget ul li {
    position: relative;
    padding: 10px 0;
    z-index: 1;
}

.cws-widget ul li + li,
.cws-widget ul.children,
.cws-widget ul.sub-menu {
    border-top: 1px solid #e3e3e3;
}

.cws-widget ul.children,
.cws-widget ul.sub-menu {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: -10px;
}

.cws-widget ul.children>li,
.cws-widget ul.sub-menu>li {
    padding-left: 0;
}

.cws-widget .parent_archive .widget_archive_opener,
.cws-widget .has_children .opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    text-align: center;
    cursor: pointer;
}

.cws-widget .parent_archive .widget_archive_opener:before,
.cws-widget .has_children .opener:before {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cws-widget .parent_archive .widget_archive_opener.active:before,
.cws-widget .has_children .opener.active:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* -\WIDGET ARCHIVES and MENU WIDGET */


/* - WIDGET CALENDAR */

.cws-widget #calendar {
    border-style: none;
}

.cws-widget #calendar th,
.cws-widget #calendar td {
    padding: 0;
    border-bottom-style: none;
}

.cws-widget #calendar thead th {
    border-radius: 4px;
    line-height: 35px;
    border: 0;
    width: calc(100%/7);
}

.cws-widget #calendar_wrap {
    padding: 10px;
}

aside .cws-widget #calendar_wrap {
    padding: 0;
}

.cws-widget #calendar table {
    width: 100%;
    border-spacing: 1px;
}

.cws-widget #calendar thead {
    font-size: 0.842em;
}

.cws-widget #calendar tbody {
    font-size: 0.8em;
}

.cws-widget #calendar thead,
.cws-widget #calendar tbody {
    text-align: center;
}

.cws-widget #calendar tbody tr + tr {
    border-top: 1px solid #d8d8d8;
}

.cws-widget #calendar td {
    border: 0;
    border-radius: 4px;
    line-height: 35px;
}

.cws-widget #calendar td.ui-datepicker-other-month {
    background: transparent;
}

.cws-widget #calendar .ui-datepicker-header {
    font-size: 0.947em;
    line-height: 1em;
    margin-bottom: 15px;
}

.cws-widget #calendar tbody td.ui-datepicker-today {
    position: relative;
    color: #fff;
    z-index: 1;
}

.cws-widget #calendar tbody td a {
    color: inherit;
}

.cws-widget #calendar tbody td.ui-datepicker-today a {
    color: #ffffff;
}

.cws-widget #calendar tbody td.ui-datepicker-today:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    z-index: -1;
}

.cws-widget #calendar tfoot td#prev,
.cws-widget #calendar tfoot td#next {
    position: relative;
    background: transparent;
}

.cws-widget #calendar tfoot td#prev a,
.cws-widget #calendar tfoot td#next a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cws-widget #calendar .ui-datepicker-header {
    text-align: center;
}

.cws-widget #calendar .ui-datepicker-header .ui-datepicker-prev {
    float: left;
}

.cws-widget #calendar .ui-datepicker-header .ui-datepicker-next {
    float: right;
}


/* - \WIDGET CALENDAR */


/* - WIDGET TEXT */

.cws_textwidget_content .link {
    margin-top: 10px;
    text-align: right;
}

.benefits_area .cws_textwidget_content .link {
    text-align: center;
    margin-top: 20px;
}


/* - \WIDGET TEXT */


/* - TAGCLOUD */

.cws-widget .tagcloud {
    text-align: center;
    font-size: 0;
}

.cws-widget .tagcloud:not(:empty) {
    padding: 5px 10px 10px 5px;
}

.cws-widget .tagcloud a {
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle;
    padding: 0.5em 0.714em;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 5px;
}

.cws-widget .tagcloud a:hover {
    color: inherit;
}


/* - \TAGCLOUD */

.post-date {
    display: block;
    text-align: right;
    font-size: 0.9em;
    line-height: 1;
}


/* - SEARCH WIDGET */

.cws-widget.search-form-widget .widget-title:after {
    display: none;
}

.cws-widget .search-form {
    position: relative;
    z-index: 1;
    padding: 20px;
    border-radius: 14px !important;
    overflow: hidden;
}

.cws-widget .search-form label {
    margin-bottom: 0;
    display: block;
    position: relative;
}

.cws-widget .search-form input {
    display: block;
    border-radius: 4px;
    border: none;
}

.cws-widget .search-form input.search-field {
    padding-right: 41px;
    -webkit-box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.12);
}

.footer_container .cws-widget input.search-field {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.cws-widget .search-form:before {
    display: block;
    position: absolute;
    width: 41px;
    top: 20px;
    padding: 6px 0;
    right: 20px;
    line-height: 1.15em;
    font-family: FontAwesome;
    font-size: 1.052em;
    content: "\f002";
    color: #fff;
    text-align: center;
    z-index: 1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.cws-widget .search-form .screen-reader-text {
    display: none;
}

.cws-widget .search-form .search-submit {
    position: absolute;
    top: 20px;
    right: 20px;
    text-indent: 1000px;
    display: inline-block;
    width: 41px;
    padding: 6px 0;
    font-size: 1.05em;
    line-height: 1.15em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1;
    background: transparent !important;
    overflow: hidden;
}


/* - \SEARCH WIDGET */


/*
\WIDGETS
*/


/*
SHORTCODES
*/

.ce + .ce {
    margin-top: 30px;
}

.ce > * + * {
    margin-top: 30px;
}


/*
- BUTTONS
*/

.cws_button,
input[type='submit'],
.mini-cart .button {
    display: inline-block;
    font-size: 1.3em;
    line-height: 1;
    padding: 8px 34px;
    border-radius: 7px;
    border: none;
    color: #fff;
    margin-bottom: 5px;
}

.cws_button.alt>span {
    padding: 2px 28px;
    display: inline-block;
    margin: 3px;
    border-radius: 4px;
    font-size: 1.3em;
}

.cws_button.alt {
    background: transparent;
    padding: 0;
    border-width: 3px;
    border-style: solid;
    border-radius: 9px;
}

.cws_button:hover,
input[type='submit']:hover {
    color: #fff;
}

.cws_button.mini {
    border-radius: 5px;
}

.cws_button.mini {
    padding: 4px 18px;
    font-size: 0.95em;
}

.cws_button.mini.alt>span {
    margin: 2px;
    padding: 2px 12px;
    font-size: 0.8em;
}

.cws_button.small {
    border-radius: 6px;
}

.cws_button.small,
.cws_button.small.alt>span,
.mini-cart .button {
    padding: 8px 25px;
    font-size: 1.0211em;
}

.cws_button.small.alt>span {
    padding: 2px 19px;
}

.cws_button.small.alt>span,
.cws_button.mini.alt>span {
    border-radius: 3px;
}

.cws_button.large,
.cws_button.xlarge {
    border-radius: 9px;
}

.cws_button.large,
.cws_button.large.alt>span {
    padding: 12px 40px;
    font-size: 1.5789em;
}

.cws_button.large.alt>span {
    padding: 6px 34px;
}

.cws_button.xlarge,
.cws_button.xlarge.alt>span {
    padding: 15px 45px;
    font-size: 1.8578em;
}

.cws_button.xlarge.alt>span {
    padding: 9px 39px;
}

.cws_button.full_width {
    display: block;
    text-align: center;
}

.cws_button.alt {
    padding: 0;
    font-size: 1em;
}


/*
- \BUTTONS
*/


/*
- MESSAGE BOXES
*/

.cws_msg_box,
div.cf-response-output {
    position: relative;
    border-style: solid;
    border-width: 1px;
    padding: 10px 20px 10px 80px;
    min-height: 40px;
    border-radius: 14px;
    color: #fff;
    background: #ad6eb0;
    margin-bottom: 15px;
    border: 0;
}

.cws_msg_box .content_section>.msg_box_text:last-child {
    margin-bottom: 0;
}

.cws_msg_box.warning-box {
    background: #ffd800;
}

.cws_msg_box.warning-box .icon_section i {
    color: #ffd800;
}

.cws_msg_box.success-box,
.cf-response-output.cf-mail-sent-ok {
    background: #35e27e;
}

.cws_msg_box.success-box .icon_section i,
.cf-response-output.cf-mail-sent-ok:before {
    color: #35e27e;
}

.cws_msg_box.error-box,
.cf-response-output.cf-validation-errors {
    background: #ff7b7b;
}

.cws_msg_box.error-box .icon_section i,
.cf-response-output.cf-validation-errors:before {
    color: #ff7b7b;
}

.cws_msg_box .icon_section,
.cf-response-output:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
}

.cws_msg_box .icon_section i,
.cf-response-output:before {
    position: absolute;
    border: 0;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-style: solid;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    margin-left: -20px;
    margin-top: -22px;
    text-align: center;
    color: #ad6eb0;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
}

.cws_msg_box .msg_box_title {
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 400;
}

.cws_msg_box .msg_box_text {
    font-size: 0.93333em;
    line-height: 1.2857143;
}

.cws_msg_box .msg_box_title + .msg_box_text {
    margin-bottom: 5px;
}

.cws_msg_box.closable .cls_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.cws_msg_box.closable .cls_btn:before,
.cws_msg_box.closable .cls_btn:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 10px;
    height: 0;
    border-top: 7px solid #fff;
    border-bottom: 7px solid #fff;
    width: 2px;
    display: inline-block;
    -webkit-transform: rotate(-45deg) translate(-2px, 3px);
    -moz-transform: rotate(-45deg) translate(-2px, 3px);
    -ms-transform: rotate(-45deg) translate(-2px, 3px);
    transform: rotate(-45deg) translate(-2px, 3px);
}

.cws_msg_box.closable .cls_btn:after {
    -webkit-transform: rotate(45deg) translate(3px, 2px);
    -moz-transform: rotate(45deg) translate(3px, 2px);
    -ms-transform: rotate(45deg) translate(3px, 2px);
    transform: rotate(45deg) translate(3px, 2px);
}

.cws_msg_box.closable .cls_btn:hover:before,
.cws_msg_box.closable .cls_btn:hover:after {
    height: 5px;
    -webkit-transform: rotate(-45deg) translate(0px, 1px);
    -moz-transform: rotate(-45deg) translate(0px, 1px);
    -ms-transform: rotate(-45deg) translate(0px, 1px);
    transform: rotate(-45deg) translate(0px, 1px);
}

.cws_msg_box.closable .cls_btn:hover:after {
    -webkit-transform: rotate(45deg) translate(1px, 0px);
    -moz-transform: rotate(45deg) translate(1px, 0px);
    -ms-transform: rotate(45deg) translate(1px, 0px);
    transform: rotate(45deg) translate(1px, 0px);
}


/*
- \MESSAGE BOXES
*/


/*
- MILESTONE
*/

.cws_milestone {
    display: inline-block;
    text-align: center;
    position: relative;
    border-width: 6px;
    border-style: solid;
    padding-top: calc(50% - 1.4em - 6px);
    padding-bottom: calc(50% - 6px + 1.4em);
    border-radius: 60%;
}

.cws_milestone:after {
    content: '';
    position: absolute;
    top: calc(75% + 6px);
    left: 50%;
    width: 27px;
    margin-left: -13px;
    height: 0;
    border-width: 3px;
    border-style: solid;
    border-radius: 5px;
    background: #fff;
}

.milestone-wrapp {
    display: inline-block;
    text-align: center;
    margin: 0 10px 20px;
}

.milestone_cont {
    display: inline-block;
    padding-bottom: 10px;
}

.cws_milestone .milestone_icon {
    font-size: 4.8em;
    line-height: 1.1;
}

.cws_milestone .milestone_number {
    font-size: 2.8em;
    line-height: 1;
    font-weight: 400;
    float: left;
    height: 0;
    overflow: visible;
    min-width: 1.37em;
    position: relative;
    padding: 0 20px;
}

.milestone_desc {
    font-size: 1.58em;
}

.cws_milestone .odometer-inside {
    overflow: hidden;
    line-height: 0;
}

.cws_milestone .odometer-inside .odometer-digit-spacer {
    height: 1em;
}

.cws_milestone .milestone_desc {
    font-size: 1.06667em;
    line-height: 1.25;
}

.cws_milestone.alt {
    border-color: transparent;
    color: #fff;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    line-height: 1em;
}


/*
- \MILESTONE
*/


/*
- PROGRESS BAR
*/

.cws_progress_bar .pb_title {
    font-size: 1.26em;
    line-height: 1.8;
}

.cws_progress_bar {
    margin-bottom: 10px;
}

.cws_progress_bar .bar {
    position: relative;
    height: 6px;
    border-radius: 6px;
    background: #d6d6d6;
    overflow: hidden;
}

.cws_progress_bar .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
}


/*
- \PROGRESS BAR
*/


/*
SCROLL TOP
*/

.scroll_top {
    opacity: 0;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 9px;
    font-size: 27px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll_top:before {
    font-family: FontAwesome;
    content: "\f062";
}

.scroll_top:hover {}


/*
\SCROLL TOP
*/


/*
- ICON
*/

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

.cws_fa_tbl_row {
    display: table-row;
}

.cws_fa_tbl_cell {
    word-wrap: break-word;
    display: table-cell;
    vertical-align: middle;
}

.cws_fa_tbl .cws_fa_tbl_cell.size_1x {
    width: calc(2em + 28px);
}

.cws_fa_tbl .cws_fa_tbl_cell.size_2x {
    width: calc(4em + 28px);
}

.cws_fa_tbl .cws_fa_tbl_cell.size_3x {
    width: calc(6em + 28px);
}

.cws_fa_tbl .cws_fa_tbl_cell.size_4x {
    width: calc(8em + 28px);
}

.cws_fa_tbl .cws_fa_tbl_cell.size_5x {
    width: calc(10em + 28px);
}

.cws_fa_tbl .cws_fa_tbl_cell.size_lg {
    width: calc(1.33333333em*2 + 28px);
}

.cws_fa_tbl.v_align_top .cws_fa_tbl_cell {
    vertical-align: top;
}

.cws_fa_tbl .cws_fa_wrapper {
    margin-right: 20px;
}

.cws_fa_tbl h1,
.cws_fa_tbl h2,
.cws_fa_tbl h3,
.cws_fa_tbl h4,
.cws_fa_tbl h5,
.cws_fa_tbl h6 {
    margin-bottom: auto;
}

.cws_fa_tbl p {
    text-indent: 0;
}

.cws_fa_wrapper {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.cws_fa {
    display: inline-block;
    text-align: center;
    margin: 4px;
    color: #fff;
    border-radius: 23.5%;
    line-height: 0;
    position: relative;
    z-index: 1;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    /**/
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    transition: 0.5s linear;
}

.cws_fa.fa-2x {
    border-radius: 24.5%;
}

.cws_fa.fa-4x,
.cws_fa.fa-3x {
    border-radius: 26.5%;
}

.cws_fa.fa-5x {
    border-radius: 26.5%;
}

.cws_fa_wrapper .ring {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 27.86%;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: 1;
}

.cws_fa_wrapper.round .ring,
.cws_fa_wrapper.round .cws_fa {
    border-radius: 50%;
}

.cws_fa_wrapper.round .cws_fa:before,
.cws_fa_wrapper.round .cws_fa:after {
    line-height: 2em;
    width: 2em;
}

.cws_fa_wrapper:hover>a>i + .ring,
a:hover>.cws_fa_wrapper>i + .ring {
    transform: rotate3d(0, 1, 0, 360deg);
}

.cws_fa_wrapper.round:hover>a>i + .ring,
a:hover>.cws_fa_wrapper.round>i + .ring {
    transform: rotate3d(1, 1, 0, 360deg);
}

.cws_fa:before {
    line-height: 2em;
    width: 2em;
    display: inline-block;
    transition: opacity 0s linear 0.25s;
    -webkit-transition: opacity 0s linear 0.25s;
    -moz-transition: opacity 0s linear 0.25s;
    -ms-transition: opacity 0s linear 0.25s;
    opacity: 1;
}

a>.cws_fa:after,
a>.cws_fa_wrapper>.cws_fa:after {
    content: "\f0c1";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2em;
    width: 2em;
    display: inline-block;
    transition: opacity 0s linear 0.25s;
    -webkit-transition: opacity 0s linear 0.25s;
    -moz-transition: opacity 0s linear 0.25s;
    -ms-transition: opacity 0s linear 0.25s;
    opacity: 0;
}

.cws_fa_wrapper>i.cws_fa.alt:after {
    color: #fff;
}

.cws_fa_wrapper:hover>a .cws_fa,
a:hover>.cws_fa_wrapper>.cws_fa {
    transform: rotate3d(0, 1, 0, 180deg);
}

.cws_fa_wrapper.round:hover>a .cws_fa,
a:hover>.cws_fa_wrapper.round>.cws_fa {
    transform: rotate3d(1, 1, 0, 180deg);
}

.cws_fa_wrapper:hover>a .cws_fa:before,
a:hover>.cws_fa_wrapper>.cws_fa:before {
    opacity: 0;
}

.cws_fa_wrapper:hover>a .cws_fa:after,
a:hover>.cws_fa_wrapper> .cws_fa:after {
    opacity: 1;
}

.cws_fa.square {
    border-radius: 0.23em;
}


/*
- \ICON
*/


/*
- DROPCAP
*/

.dropcap {
    display: block;
    float: left;
    margin-right: 0.3ex;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 3.3em;
    width: 1em;
    line-height: 1;
}


/*
- \DROPCAP
*/


/*
- \TABS
*/

.tabs {
    position: relative;
    z-index: 3;
    margin-bottom: 0!important;
}

.tabs .tab {
    position: relative;
    min-height: 40px;
    display: inline-block;
    font-size: 1.14em;
    padding: 0 15px;
    text-align: center;
    line-height: 40px;
    margin-right: 1px;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}

.tabs .tab .icon {
    margin-right: 5px;
}

.tabs .tab img.icon {
    width: 30px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
}

.tabs .tab:first-child {
    -webkit-border-radius: 13px 0 0;
    -moz-border-radius: 13px 0 0;
    border-radius: 13px 0 0;
}

.tabs .tab:last-child {
    -webkit-border-radius: 0 13px 0 0;
    -moz-border-radius: 0 13px 0 0;
    border-radius: 0 13px 0 0;
}

.tab_items {
    position: relative;
    z-index: 2;
    font-size: 0.928em;
    padding: 15px;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 0 13px 13px 13px;
    -moz-border-radius: 0 13px 13px 13px;
    border-radius: 0 13px 13px 13px;
}

.ce_tabs.vertical .tab_items {
    -webkit-border-radius: 0 13px 13px 0;
    -moz-border-radius: 0 13px 13px 0;
    border-radius: 0 13px 13px 0;
}

.tab_item>*:last-child {
    margin-bottom: 0;
}

.ce_tabs.vertical {
    display: table;
    width: 100%;
}

.ce_tabs.vertical>div {
    display: table-cell;
}

.ce_tabs.vertical>.tabs {
    white-space: nowrap;
    vertical-align: top;
}

.ce_tabs.vertical>.tab_items {
    width: 100%;
}

.ce_tabs.vertical>.tabs>* {
    display: block;
    margin-right: 0;
    text-align: left;
}

.ce_tabs.vertical>.tabs>* {
    margin-bottom: 1px;
}

.ce_tabs.vertical .tabs .tab:last-child {
    -webkit-border-radius: 0 0 0 13px;
    -moz-border-radius: 0 0 0 13px;
    border-radius: 0 0 0 13px;
}

@media screen and (max-width:767px) {
    .tabs .tab {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        border-bottom: 1px solid #fff;
    }
    .tabs .tab:first-child {
        -webkit-border-radius: 13px 13px 0 0 !important;
        -moz-border-radius: 13px 13px 0 0 !important;
        border-radius: 13px 13px 0 0 !important;
    }
    .tabs .tab:last-child {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-bottom: 0;
    }
    .tab_items {
        -webkit-border-radius: 0 0 13px 13px;
        -moz-border-radius: 0 0 13px 13px;
        border-radius: 0 0 13px 13px;
    }
}


/*
- \TABS
*/


/*
- ACCORDION
*/

.ce_toggle.alt .accordion_section .accordion_title,
.ce_accordion.alt .accordion_section .accordion_title {
    margin-bottom: 1px;
}

.ce_toggle.alt .accordion_section .accordion_content,
.ce_accordion.alt .accordion_section .accordion_content {
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
}

.accordion_title {
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding: 7px 40px 7px 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    font-size: 1.157em;
    min-height: 30px;
}

.accordion_title>* {
    display: inline-block;
    vertical-align: middle;
}

.accordion_title .accordion_icon {
    position: absolute;
    top: 4px;
    left: 4px;
    height: 36px;
    width: 36px;
    overflow: hidden;
    text-align: center;
    line-height: 25px;
    border-radius: 9px;
    display: inline-block;
    color: #fff;
}

.accordion_title .accordion_icon:not(.custom):before,
.accordion_title .accordion_icon:not(.custom):after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 3px;
    background-color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 19px;
    left: 14px;
}

.accordion_title .accordion_icon:not(.custom):after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-top: -5px;
}

.accordion_title .accordion_icon {
    line-height: 36px;
}

.accordion_section + .accordion_section {
    margin-top: 10px;
}

.accordion_section.active .accordion_title {
    color: #fff;
    margin-bottom: -8px;
}

.accordion_section.active .accordion_icon:not(.custom) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/*
- \ACCORDION
*/


/*
- TOGGLE
*/

.accordion_title {
    position: relative;
    z-index: 1;
    padding: 7px 7px 7px 50px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    font-size: 1.157em;
}

.ce_toggle .accordion_section + .accordion_section {
    margin-top: 5px;
}

.accordion_content {
    position: relative;
    z-index: 1;
    padding: 30px 20px 20px 20px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 0;
}

.accordion_content:after {
    content: '';
    clear: both;
    display: table;
}


/* -- \TOGGLE ALTERNATIVE */


/*
- \TOGGLE
*/


/*
- PRICING TABLE
*/

.pricing_table_column {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-width: 10px;
    border-style: solid;
    border-radius: 19px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.pricing_table_column .title_section {
    padding: 0 18px;
    font-size: 1.9em;
    line-height: 1;
    text-transform: uppercase;
}

.pricing_table_column .encouragement {
    font-size: 1.1em;
}

.pricing_table_column .top_section {
    padding: 10px 0;
}


/*
-- PRICE
*/

.pricing_table_column .top_section {
    color: #fff;
    position: relative;
    z-index: 1;
}

.pricing_table_column .top_section:after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -20px;
    height: 20px;
    border-top-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-style: solid;
}

.pricing_table_column .price_section {
    padding: 10px 0;
}

.pricing_table_column .price_section .price_container {
    font-size: 5.1em;
    line-height: 0.762em;
    display: table;
    margin: 0 auto;
}

.pricing_table_column .price_section .price_container > span {
    display: table-cell;
    vertical-align: top;
}

.pricing_table_column .price_section .price_details {
    vertical-align: top;
}

.pricing_table_column .price_section .price_details>* {
    display: block;
    line-height: 0.8;
}

.pricing_table_column .currency,
.pricing_table_column .price_details {
    font-size: 0.33em;
    line-height: 1;
}

.pricing_table_column .price_details .price_description {
    line-height: 0.778em;
    margin-top: 0.78em;
}

.pricing_table_column .price_details .fract_price_part + .price_description {
    margin-top: 0;
}

.pricing_table_column .price_details .price_description>span {
    display: block;
    font-size: 0.6875em;
    line-height: 1;
}


/*
-- \PRICE
*/

.pricing_table_column .desc_section {
    padding: 0 10px;
}

.pricing_table_column .desc_section p {
    text-indent: 0;
    padding-bottom: 10px;
}

.pricing_table_column .desc_section>* {
    padding-top: 10px;
    margin-bottom: 0;
}


/*
-- PRICING TABLE LIST
*/

.pricing_table_column .desc_section ul ul {
    margin-left: auto;
    margin-right: auto;
}

.pricing_table_column .desc_section ul li {
    line-height: 1;
    padding: 10px 18px;
    border-bottom: 1px solid #cecece;
}

.pricing_table_column .desc_section ul ul li {
    padding-left: 0;
    padding-right: 0;
}

.pricing_table_column .desc_section ul ul li + li {
    padding-top: 0;
}

.pricing_table_column .desc_section ul ul li:last-child {
    padding-bottom: 0;
}

.pricing_table_column .desc_section ul li:before {
    display: none;
}


/*
-- \PRICING TABLE LIST
*/

.pricing_table_column .btn_section {
    padding-top: 10px;
    margin-bottom: -1.0em;
}

.pricing_table_column .btn_section a {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

.pricing_table_column .btn_section .button-shadow {
    position: absolute;
    bottom: 0;
    right: 10px;
    top: 0;
    left: 10px;
    background-color: inherit;
    z-index: -2;
}

.pricing_table_column .btn_section .button-shadow:before,
.pricing_table_column .btn_section .button-shadow:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -0px;
    left: -14px;
    height: 9px;
    background-color: inherit;
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/dark-pattern.png);
    background-position: left center;
    background-repeat: repeat;
}

.pricing_table_column .btn_section .button-shadow:after {
    left: 0;
    right: -14px;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}

.pricing_table_column .btn_section .hover-btn {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    z-index: -1;
}

.pricing_table_column.active_table_column,
.pricing_table_column:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pricing_table_column .separate {
    display: inline-block;
    width: 22px;
    height: 5px;
    border-radius: 5px;
}


/*
- \PRICING TABLE
*/


/*
- CALLOUT
*/

.cws_callout {
    position: relative;
    padding: 21px 40px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    border-radius: 20px;
    background-position: left center;
    z-index: 1;
}

.cws_callout a {
    color: inherit;
}

.cws_callout .callout_title {
    font-size: 1.473em;
    line-height: 1;
}

.cws_callout .callout_title .bees {
    vertical-align: baseline;
    width: 0px;
}

.cws_callout .callout_title .bees.bees-end>span {
    -webkit-transform: rotateY(180deg) translateX(125%);
    -moz-transform: rotateY(180deg) translateX(125%);
    -ms-transform: rotateY(180deg) translateX(125%);
    transform: rotateY(180deg) translateX(125%);
}

.cws_callout .separate {
    display: inline-block;
    width: 22px;
    height: 5px;
    border-radius: 5px;
    background-color: #fec20b;
}

.cws_callout .callout_text {
    font-size: 1.21em;
    line-height: 1.1;
    padding-bottom: 10px;
}

.cws_callout .callout_text p {
    text-indent: 0;
}

.cws_callout .button_section>a {
    position: relative;
    font-size: 1.58em;
    padding: 8px 16px;
    line-height: 1;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.15);
}

.cws_callout .button_section {
    margin-bottom: -1.57em;
}

.cws_callout .button_section .button-shadow {
    position: absolute;
    bottom: 0;
    right: 10px;
    top: 0;
    left: 10px;
    background-color: inherit;
    z-index: -1;
}

.cws_callout .button_section .button-shadow:before,
.cws_callout .button_section .button-shadow:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -0px;
    left: -14px;
    height: 9px;
    background-color: inherit;
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/dark-pattern.png);
    background-position: left center;
    background-repeat: repeat;
}

.cws_callout .button_section .button-shadow:after {
    left: 0;
    right: -14px;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}

.cws_callout {
    text-align: center\9;
}

.cws_callout .content_section + .button_section {
    margin-top: 25px;
}


/*
- \CALLOUT
*/


/*
- \TWEETER
*/

.cws_tweet {
    padding-bottom: 16px;
    margin-bottom: 16px;
    /* border-bottom: 1px solid #d6d6d6; */
}

.cws_tweet:after {
    content: "";
    clear: both;
    display: table;
}

.cws_tweet .follow_us {
    float: left;
    margin-right: 8px;
}

.cws_tweet .follow_us:before {
    display: inline-block;
    font-size: 20px;
    transform: translate(0, 0);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-width: 3px;
    border-style: solid;
    border-radius: 9px;
}

.cws_tweet .tweet_content {
    overflow: hidden;
    font-size: 0.947em
}
 
footer .cws_tweet .tweet_content {
	font-size: 1em;
}
.tweets_carousel_footer {
    text-align: right;
}

.cws_tweet .tweet_date {
    text-align: right;
}
.tweets_carousel ul li:after {
	content: "";
	display: table;
	clear: both;
}

/*
- \TWEETER
*/


/*
- RECENT COMMENTS
*/

#recentcomments>.recentcomments {
    border-width: 3px;
    border-style: solid;
    border-radius: 14px;
    padding: 15px;
    overflow: hidden;
}

#recentcomments>.recentcomments+.recentcomments {
    margin-top: 15px;
}

#recentcomments>.recentcomments:before {
    content: "\f075";
    color: #fff;
    position: static;
    width: 32px;
    text-align: center;
    height: 32px;
    float: left;
    border-radius: 9px;
    margin-bottom: 8px;
    margin-right: 8px;
    margin-top: 4px;
    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;
    transform: translate(0, 0);
    line-height: 32px;
}

#recentcomments .comment-author-link {
    display: block;
}

#recentcomments .comment-author-link:hover {
    color: inherit;
}


/*
- /RECENT COMMENTS
*/


/*
- RECENT POST
*/

.post_item {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.post_item .post_title {
    font-size: 1.0526em;
}

.post_item .post_date {
    text-align: right;
    text-indent: 0;
}

.post_item .post_title a {
    display: block;
}

.post_item .post_thumb_wrapp {
    border-width: 3px;
    border-style: solid;
    border-radius: 14px;
    line-height: 0;
    float: left;
    margin-right: 8px;
}

.post_item .post_thumb {
    border-radius: 7px;
    margin: 3px;
}

.post_item .post_thumb_wrapp .links span {
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: 50%;
    margin-top: -17px;
    color: #fff;
    font-size: 17px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
}

.post_item .post_thumb_wrapp:hover .links span {
    opacity: 1;
}


/*
- \RECENT POST 
*/


/*
PORTFOLIO
*/

.cws_portfolio_items .item {
    overflow: hidden;
    margin-top: 30px;
}

.cws_portfolio_items .item .media_part {
    position: relative;
    border-radius: 18px;
    border-width: 9px;
    border-style: solid;
    padding: 2px;
}

.cws_portfolio_items .item .media_part .hover-effect {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cws_portfolio_items .item .media_part .pic img {
    border-radius: 9px;
    width: 100%;
}

.cws_portfolio_items.grid,
.cws_portfolio_items.grid.grid-2,
.cws_portfolio_items.grid.grid-3,
.cws_portfolio_items.grid.grid-4 {
    margin-top: -30px;
}

.cws_portfolio_items.grid.grid-2 .item,
.cws_portfolio_items.grid.grid-3 .item,
.cws_portfolio_items.grid.grid-4 .item {
    margin-top: 30px;
    border-top-style: none;
    padding-top: 0;
}

.cws_portfolio_items .item > * + * {
    margin-top: 5px;
}

.cws_portfolio_items .item > .media_part + * {
    margin-top: 10px;
}

.cws_portfolio_items .item .title_part,
.cws_portfolio_items .item .desc_part {
    text-align: center;
}

.cws_portfolio_items .item .desc_part .categories a {
    color: inherit;
}

.cws_portfolio_items .item .title_part {
    font-size: 1.74em;
    line-height: 1;
    padding: 5px 0 10px 0;
}

.separate_part .separate {
    display: inline-block;
    width: 22px;
    height: 5px;
    border-radius: 5px;
}

.separate_part {
    text-align: center;
    line-height: 1;
    font-size: 0;
    margin: 10px 0;
}

.cws_portfolio_items .item .title_part a,
.cws_portfolio_items .item .title_part a:hover {
    color: inherit;
}

.cws_portfolio.massonry .pagination {
    margin-top: 30px;
    border-top-style: none;
    padding-top: 0;
}

.cws_portfolio_filter {
    float: right;
    max-width: 200px;
}

.cws_portfolio .carousel_nav_panel {
    float: right;
}

.cws_portfolio_header {
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cws_portfolio_header>.ce_title {
    /* width: 100%; */
    margin-bottom: 0;
}

.cws_portfolio_header>.cws_portfolio_filter_container {
    width: 210px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
}

.carousel_nav_panel_container {
    white-space: nowrap;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


/*
- PORTFOLIO SINGLE
*/

.cws_portfolio.single .cws_portfolio_items .item > * + * {
    margin-top: 20px;
}

.cws_portfolio.single .cws_portfolio_items .item .desc_part {
    text-align: left;
}

.cws_portfolio.single .cws_portfolio_items .media_part {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.cws_portfolio.single .cws_portfolio_items .ce_title + .media_part {
    margin-top: 0;
}

.cws_portfolio.single .cws_portfolio_items .item>* {
    margin-right: 30px;
}

.cws_portfolio.single .cws_portfolio_items .item {
    margin-right: -30px;
    width: 100%;
}


/*
-- PORTFOLIO SINGLE RELATED
*/

.grid_row + .grid_row.related_projects {
    border-top: 1px solid #d8d8d8;
}

.related_projects .cws_portfolio_header .ce_title {
    margin-top: 0;
}

.cws_portfolio.single.related .carousel_nav_panel,
.attach .carousel_nav_panel {
    float: none;
    margin-top: 30px;
    clear: both;
}

.cws_portfolio.single.related .carousel_nav_panel span,
.attach .carousel_nav_panel span {
    display: inline-block;
    vertical-align: middle;
}

.cws_portfolio.single.related .carousel_nav_panel .prev_section,
.attach .carousel_nav_panel .prev_section {
    float: left;
}

.cws_portfolio.single.related .carousel_nav_panel .next_section,
.attach .carousel_nav_panel .next_section {
    float: right;
}

.cws_portfolio.single.related .item {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.cws_portfolio.single.related .carousel_nav_panel span,
.attach .carousel_nav_panel span {
    font-family: inherit;
    font-size: 1.27em;
}

.cws_portfolio.single.related .carousel_nav_panel span:before,
.cws_portfolio.single.related .carousel_nav_panel .next:after,
.attach .carousel_nav_panel span:before,
.attach .carousel_nav_panel .next:after {
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.8em;
}

.cws_portfolio.single.related .carousel_nav_panel .prev:before,
.attach .carousel_nav_panel .prev:before {
    margin-right: 10px;
}

.cws_portfolio.single.related .carousel_nav_panel .next:before,
.attach .carousel_nav_panel .next:before {
    display: none;
}

.cws_portfolio.single.related .carousel_nav_panel .next:after,
.attach .carousel_nav_panel .next:after {
    content: "\f054";
    margin-left: 10px;
}


/*
-- \PORTFOLIO SINGLE RELATED
*/


/*
- \PORTFOLIO SINGLE
*/


/*
\SHORTCODES
*/


/*
- BENEFITS AREA
*/

.benefits_area {
    padding: 50px 0;
    border-top-width: 4px;
    border-style: solid;
    border-color: #fff;
    position: relative;
    z-index: 1;
}

.benefits_area.wave {
    background: transparent;
    z-index: 15;
    padding: 30px 0;
    border: 0;
}

.benefits_area .cloud_wrapper {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 100%;
    bottom: -30px;
    overflow: hidden;
    margin: 0;
}

.benefits_area .cloud {
    position: absolute;
    top: 0;
    left: 0px;
}

.benefits_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 0;
}

.benefits_container .cws-widget {
    -webkit-flex: 1 1 270px;
    -ms-flex: 1 1 270px;
    flex: 1 1 270px;
    min-width: calc(25% - 30px);
    margin: 25px 15px 25px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
}

.benefits_area.wave .benefits_container .cws-widget {
    margin: 35px 15px 35px;
}

.benefits_area.wave .cws-widget {
    border-radius: 25% 25% 25% 25%/60% 60% 40% 40%;
    position: relative;
    z-index: 1;
}

.benefits_area.wave .cws-widget:before,
.benefits_area.wave .cws-widget:after,
.benefits_area.wave .cws-widget>*:not(.search-form):before {
    content: '';
    width: 70%;
    height: calc(100% + 60px);
    border-radius: 100%;
    background: #FFF;
    position: absolute;
    top: -30px;
    left: 15%;
    z-index: -1;
}

.benefits_area.wave .cws-widget>*:first-child:not(.search-form):before,
.benefits_area.wave .cws-widget>*:last-child:not(.search-form):before {
    width: 20%;
    max-width: 170px;
    top: auto;
    bottom: -15px;
    right: 18%;
    left: auto;
    height: 100%;
    border-radius: 1000px;
}

.benefits_area.wave .cws-widget>*:last-child:not(.search-form):before {
    right: auto;
    left: 15%;
}

.benefits_area.wave .cws-widget:after {
    width: 28%;
    max-width: 170px;
    top: -19px;
    right: 14%;
    left: auto;
    height: 100%;
    border-radius: 1000px;
}

.benefits_container .cws_textwidget_content,
.benefits_container .widget-title {
    text-align: center;
}

.benefits_container .cws-widget > *:not(:first-child):not(:empty),
.benefits_container .cws-widget .widget_carousel .item > * + *,
.benefits_container .cws-widget .widget_carousel .owl-controls {
    margin-top: 15px;
}

.benefits_container .cws-widget > *:not(.widget-title):not(:empty):not(.widget_carousel),
.benefits_container .cws-widget .widget_carousel .item > * {
    background: transparent;
    border-radius: 0;
}

.benefits_container .cws-widget .widget-title:after {
    display: none;
}

.widget_title_icon_section {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    padding-right: 0.2em;
}

.widget_title_icon_section i {
    width: 1em;
    height: 1em;
    line-height: 1;
}

.widget_title_text_section {
    display: inline-block;
    vertical-align: middle;
}

.cloud_wrapper {
    margin-top: -35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

canvas.white_cloud {}


/*
- /BENEFITS AREA
*/


/*
- TOP PANEL
*/

.site_top_panel {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 1001;
}

.site_top_panel.wave {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.site_top_panel:not(.wave):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0;
    background: #fff;
}

.site_top_panel .top_half_sin_wrapper {
    top: calc(100% - 1px);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 8px;
    overflow: hidden;
}

.site_top_panel .top_half_sin {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    top: 0;
    position: absolute;
    z-index: 2;
}

.site_top_panel.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.site_top_panel.slider.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

.site_top_panel .site_top_panel_toggle {
    position: absolute;
    top: 100%;
    right: 0;
    width: 31px;
    height: 25px;
    background: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    cursor: pointer;
    z-index: 1;
}

.site_top_panel .site_top_panel_toggle:before,
.site_top_panel .site_top_panel_toggle:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 9px;
    width: 13px;
    height: 3px;
}

.site_top_panel .site_top_panel_toggle:after {
    transform: rotate(90deg);
}

.site_top_panel #top_panel_text {
    padding: 4px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*.site_top_panel #top_panel_text a:hover,
.site_top_panel #top_panel_text a{
	color: inherit;
}*/

.site_top_panel #top_panel_text i.fa {
    padding-right: 8px;
    padding-left: 20px;
}

.site_top_panel .row_text_search {
    position: relative;
    z-index: 1;
}

.site_top_panel .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3;
}

.site_top_panel .row_text_search {
    font-size: 16px;
    flex-grow: 100;
    -webkit-flex-grow: 100;
    -moz-flex-grow: 100;
}

@media screen and ( max-width:479px) {
    .site_top_panel .container>*:not(.site_top_panel_toggle) {
        width: 100%;
        text-align: center;
    }
    .site_top_panel #top_panel_links {
        text-align: center;
    }
}

.site_top_panel .cws_social_links {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.site_top_panel .cws_social_links>*,
.site_top_panel .share-toggle-button {
    display: inline-block;
    font-size: 19px;
    line-height: 19px;
    width: 19px;
    height: 19px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    border-radius: 50%;
    padding: 7px;
    margin-top: -16px !important;
    margin-left: -16px !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
}

.site_top_panel .lang_bar {
    display: inline-block;
    vertical-align: middle;
}

.site_top_panel .lang_bar ul ul {
    top: 100%;
    bottom: auto;
}

.site_top_panel .lang_bar ul li {
    text-align: left;
}

.site_top_panel .lang_bar ul ul:before {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background: rgba(255, 255, 255, 1);
}

.site_top_panel .mini-cart {
    display: inline-block;
    font-size: 19px;
    line-height: 19px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 !important;
    vertical-align: middle;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.site_top_panel .woo_mini-count span {
    color: #fff;
    top: -7px;
    padding: 0 5px;
    min-width: 1.231em;
    box-sizing: border-box;
    left: calc(100% - 7px);
}

.site_top_panel .mini-cart:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.site_top_panel #top_panel_links {
    position: relative;
    z-index: 2;
    white-space: nowrap;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    text-align: right;
}

.site_top_panel #top_panel_links .search_icon {
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 19px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    margin-right: 5px;
    border-radius: 50%;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.site_top_panel.active_social #top_panel_links .search_icon {
    opacity: 0;
}

.site_top_panel #top_panel_links .search_icon:before {
    content: "\f002";
    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;
    transform: translate(0, 0);
}

.site_top_panel form.search-form .screen-reader-text,
.site_top_panel form.search-form .search-submit {
    display: none;
}

.site_top_panel form.search-form {
    position: absolute;
    top: 50%;
    margin-top: calc(-0.765em - 3px);
    right: 0;
    width: 0;
    box-sizing: border-box;
    -webkit-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    -moz-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    -ms-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
}

.site_top_panel.show-search form.search-form {
    width: 100%;
}

.site_top_panel.show-search form.search-form label {
    margin-bottom: 0;
}

.right_alight {
    text-align: right;
}

@media screen and ( max-width:479px) {
    .site_top_panel #top_panel_links {
        text-align: center;
    }
}

.site_top_panel form.search-form .search-field {
    border-width: 0;
    border-radius: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 4px 0;
    border-radius: 0;
}

.site_top_panel #top_panel_links .share-toggle-button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: -40px;
    z-index: 1;
    cursor: pointer;
}

.site_top_panel #top_panel_links .share-toggle-button {
    background-color: #fff;
}

.site_top_panel #top_panel_links .share-toggle-button i {
    width: 1em;
}

#top_social_links_wrapper {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    margin-right: 5px;
}

.site_top_panel.active_social .row_text_search,
.site_top_panel.show-search #top_panel_text {
    opacity: 0.2;
}


/*
- \TOP PANEL
*/


/*
PARALLAX
*/

.parallaxed {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.parallaxed>* {
    position: relative;
}

.parallaxed>*:not(.parallax-image) {
    z-index: 1;
}

.parallax-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.parallax-image img {
    width: auto;
    z-index: -2;
}

.grid_row.paralaxed {
    position: relative;
}

.paralaxed .owl-pagination div {
    background: #fff;
}

.paralaxed .owl-pagination .active {
    background: none;
}


/*
\PARALLAX
*/

.cws_prlx_section {
    position: relative;
    overflow: hidden;
}

.cws_prlx_layer {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: none;
    max-height: none;
}


/*
\PARALLAX
*/


/*
COMMENTS
*/

.comments-area p {
    text-indent: 0;
    margin-bottom: 15px;
}

.comments-area .comment-reply-title {
    margin-bottom: 20px;
    /* ovveride h3 margins */
}

.comments-area>*+* {
    margin-top: 30px;
}

.comments-area .comments_children {
    padding-left: 85px;
}

.comments-area .comment_list .comment + .comment,
.comments-area .comments_children {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d8d8d8;
}

.comments-area .comment_list {
    line-height: 1.4;
}

.comments-area .comment_list > .comment:last-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.comments-area .comment_list .avatar_section {
    float: left;
}

.comments-area .comment_list .avatar {
    display: block;
    border-radius: 10px;
    border-width: 3px;
    border-style: solid;
}

.comments-area .comment_list .avatar_section + .comment_info_section {
    margin-left: 86px;
}

.comments-area .comment_list .comment_info_section>* + * {
    margin-top: 10px;
}

.comments-area .comment_list .comment_info_section .comment-meta>* {
    margin-top: 10px;
}

.comments-area .comment_list .comment_info_section .comment-content {
    margin-top: 0;
}

.comments-area .comment_list .comment_info_section .comment-content p {
    margin-bottom: 10px;
}

.comments-area .comment_list .comment-meta .comment_date {
    margin-left: -0.8em;
}

.comments-area .comment_list .comment-meta .author-name {
    font-style: normal;
    font-weight: 700;
}

.comments-area .comment_list .comment-meta .author-name:after {
    content: '/';
    display: inline-block;
    padding: 0 8px;
}

.comments-area .comment_list .reply {
    float: right;
}

.comments-area .comment_list .comment-reply-link {
    display: inline-block;
    font-size: 1.3em;
    line-height: 1;
    border-radius: 9px;
    color: #fff;
    padding: 4px 10px;
    font-size: 0.95em;
}

.comments-area .comment_list .comment-reply-link i {
    font-size: 0.8em;
}

.comments-area *:not(.comments_title) + .comment-respond {
    margin-top: 60px;
}

.comments-area .comment-respond {
    border-width: 10px;
    border-style: solid;
    border-radius: 19px;
    padding: 20px;
}

.comments-area .comment-respond>*+* {
    margin-top: 10px;
}

.comments-area .comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url {
    float: left;
    width: 31%;
}

.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url {
    margin-left: 3.5%;
}

.comments-area .comment-respond .comment-form input:not([type='submit']),
.comments-area .comment-respond .comment-form textarea {
    padding: 6px 10px;
    font-size: 0.86667em;
    line-height: 1.3077em;
    border: 1px solid #d8d8d8;
}

.comments-area .form-allowed-tags {
    display: none;
}

.comments-area .comments_nav.carousel_nav_panel span {
    vertical-align: middle;
}

.comments-area .comments_nav.carousel_nav_panel .prev_section {
    float: left;
}

.comments-area .comments_nav.carousel_nav_panel .next_section {
    float: right;
}

.comments-area .comments_nav.carousel_nav_panel .prev_section>a,
.comments-area .comments_nav.carousel_nav_panel .next_section>a {
    display: block;
}

.comments-area .comments_nav.carousel_nav_panel .prev_section .prev,
.comments-area .comments_nav.carousel_nav_panel .next_section .next {
    float: none;
    display: inline-block;
}

.comments-area label {
    font-weight: 700;
}

.bypostauthor {}


/*
\COMMENTS
*/


/*
FLEXMAP
*/

.map-border {
	border: 10px solid;
	border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
}
.google-map {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 450px;
	border: 3px solid #fff;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.google-map iframe{
	z-index: 1;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    border: 0;
    margin: 0;
    resize: none;
    background: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
/FLEXMAP
*/


/*
FOOTER
*/

.footer_wrapper_copyright {
    position: relative;
    z-index: 1;
    background-position: left center;
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/dots-pattern.png);
}

.footer_wrapper_copyright .half_sin,
.footer_wrapper_copyright .footer_half_sin {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer_wrapper_copyright .page_footer .container {
    overflow: hidden;
}

.copyrights_area .container {
    z-index: 3;
}

.half_sin_wrapper {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 10px;
    overflow: hidden;
    z-index: 2;
}

.page_footer {
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.85);
}

.page_footer .cws-widget ul:not(.tweet_list) li>a,
.page_footer .mini-cart .cart_list {
    color: rgba(255, 255, 255, 0.85);
}

.page_footer:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.page_footer a:hover {
    color: #fff;
}

.footer_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
}

.footer_container .cws-widget {
    -webkit-flex: 1 1 270px;
    -ms-flex: 1 1 270px;
    flex: 1 1 270px;
    min-width: calc(25% - 30px);
    margin-left: 30px;
    padding-top: 30px;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    overflow: hidden;
}
.footer_container .cws-widget ul li {
	padding: 16px 0;
}
.footer_container .cws-widget ul li:first-child {
	padding-top: 0;
}
.footer_container .cws-widget ul li + li,
.footer_container .cws-widget ul.children,
.footer_container .post_item,
.footer_container .cws_tweet,
.footer_container input,
.footer_container textarea,
.footer_container hr {
    border-color: rgba(255, 255, 255, 0.2)
}

.footer_container .cws-widget ul li + li,
.footer_container .cws-widget ul.children,
.footer_container .cws-widget ul.sub-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_container .post_item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.footer_container .cws-widget .portfolio_item_thumb .pic,
.footer_container #recentcomments>.recentcomments,
.footer_container .post_item .post_thumb_wrapp {
    border-color: #fff;
}

.footer_container .cws-widget .pic .hover-effect {
    background-color: #fff;
}

.footer_container .cws-widget > *:not(:first-child):not(:empty),
.footer_container .cws-widget .widget_carousel .item > * + * {
    margin-top: 0;
}

.footer_container .cws-widget .widget_carousel .owl-controls {
    margin-top: 15px;
}

.footer_container .cws-widget > *:not(.widget-title):not(:empty):not(.widget_carousel),
.footer_container .cws-widget .widget_carousel .item > * {
    background: transparent;
    border-radius: 0;
}

.footer_container .cws_textwidget_content > *,
.footer_container .cws-widget .post_item .post_preview,
.footer_container .cws-widget .post_item .post_date {
    padding: 0;
}

.footer_container .cws-widget {
    font-size: 0.8421em;
    line-height: 1.5;
}

.footer_container .cws-widget .widget-title {
    font-size: 2em;
}

.footer_container .cws-widget .cf {
    text-align: left;
}

.footer_container .cws_textwidget_content .text:not(only-child) {
    padding-bottom: 15px;
}

.footer_container .cws_textwidget_content .text + .link {
    margin-top: 0;
}

.footer_container .select2-container {
    text-align: left;
}

.footer_container ul li {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.cws-widget ul li + li,
.cws-widget ul.children,
.cws-widget ul.sub-menu {
    border-top: 1px solid #d6d6d6;
}

.footer_container .cws-widget > .menu-all-pages-container > ul > li:first-child,
.footer_container .cws-widget > ul > li:first-child {
    margin-top: -10px;
}

.footer_container .cws-widget > .menu-all-pages-container > ul > li:last-child,
.footer_container .cws-widget > ul > li:last-child {
    margin-bottom: -10px;
}

.footer_container hr {
    margin-top: 16px;
    margin-bottom: 16px;
    height: 1px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.footer_container .cws-widget .tagcloud a {
    margin-left: 2px;
    margin-right: 3px;
}

.footer_container .cws-widget #wp-calendar tbody,
.footer_container .cws-widget #wp-calendar thead {
    font-size: inherit;
}

.footer_container .cws-widget #wp-calendar thead {
    font-weight: inherit;
}

.footer_container .cws-widget #wp-calendar td {
    line-height: 2.38461538;
}

.footer_container .cws-widget #wp-calendar td a {
    color: #fff;
}

.footer_container .cws-widget .search-form,
.footer_container .woocommerce-product-search {
    border: 3px solid #fff;
    padding: 15px;
    background-color: transparent !important;
}

.footer_container .cws-widget .search-form .search-submit,
.footer_container .cws-widget .search-form:before,
.footer_container .woocommerce-product-search:before {
    top: 16px;
    right: 16px;
}

.footer_container .cws-widget .search-form:before,
.footer_container .woocommerce-product-search input[type='submit'] {
    top: 15px;
    right: 15px;
    padding: 7px 0;
}

.footer_container .cws-widget > .portfolio_item_thumbs {
    margin: 0 auto;
    max-width: 270px;
}

.footer_container .cws-widget .portfolio_item_thumb {
    margin-left: 3px;
    margin-right: 3px;
}

.footer_container .cws-widget .widget_carousel {
    margin-left: auto;
}

.footer_container .cws-widget .post_item {
    line-height: 1.38461538em;
    text-align: left;
}

.footer_container .cws-widget .post_item .post_preview {
    font-size: inherit;
    line-height: inherit;
}

.footer_container .cws-widget .post_item .post_preview > *:not(.post_thumb) + * {
    margin-top: 3px;
}

.footer_container .cws-widget .post_item .post_date {
    font-size: 0.846em;
    line-height: 1.63636363;
    text-align: left;
}

.footer_container .post_content:after {
    display: none;
}

.footer_container .gallery {
    margin-left: -10px !important;
}

html:not([dir="rtl"]) .footer_container .gallery.owl-carousel {
    margin-left: 0px !important;
}


/*
- FOOTER / WIDGET TITLE
*/

.footer_container input:not([type='submit']):not([type='radio']):not([type='checkbox']),
.footer_container textarea {
    background: transparent;
}

.footer_container .cws-widget .widget-title {
    padding: 15px 0;
    color: #fff;
}

.footer_container .cws-widget .gallery .gallery-item {
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 0 !important;
}

.footer_container .cws-widget .gallery-icon {
    background-color: transparent;
    border-width: 3px;
    border-radius: 14px;
    border-color: #fff;
}

.footer_container .cws-widget .widget-title:after {
    display: none;
}


/*
- \FOOTER / WIDGET TITLE
*/


/*
\FOOTER
*/


/*
COPYRIGHTS AREA
*/

.copyrights_area {
    position: relative;
    z-index: 1;
    padding: 18px 0;
}

.copyrights_area a:hover {
    color: #fff;
}

.copyrights_area:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: -1;
}

.copyrights_container {
    display: table;
    width: 100%;
}

.copyrights_container > * {
    display: table-cell;
    vertical-align: middle;
}

.copyrights_panel {
    white-space: nowrap;
}

.copyrights_panel_wrapper > * {
    display: inline-block;
    vertical-align: middle;
}

.copyrights_panel_wrapper > * + * {
    margin-left: 8px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.copyrights_area .copyrights {
    font-size: 0.7894em;
    line-height: 1;
    font-weight: 400;
    width: 100%;
}

.copyrights_area .cws_social_links .cws_social_link {
    position: relative;
    z-index: 1;
    padding: 5px;
    color: #fff;
    font-size: 0.9em;
}

.copyrights_area .cws_social_links .cws_social_link:before,
.lang_bar ul ul:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    border-radius: 7px;
}

.lang_bar ul ul:before {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: rgba(0, 0, 0, 0.65);
}

.lang_bar .lang_sel_list_horizontal li {
    display: table-cell;
    padding-left: 2px;
}

.lang_bar .lang_sel_list_horizontal>ul {
    display: table;
}

.lang_bar .lang_sel_list_horizontal>ul>li {
    padding-right: 10px;
}

.lang_bar .lang_sel_list_horizontal>ul>li:last-child {
    padding-right: 0;
}

#lang_sel_footer {
    display: none;
}

.lang_bar>div>ul {
    padding: 0 20px 0 10px;
    position: relative;
    z-index: 1;
}

.lang_bar>div.lang_sel_list_vertical>ul,
.lang_bar>div.lang_sel_list_horizontal>ul {
    padding: 0 0 0 10px;
}

.lang_bar>div:not(.lang_sel_list_vertical):not(.lang_sel_list_horizontal)>ul:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top-width: 4px;
    border-top-style: solid;
    right: 8px;
    top: calc(50% - 2px);
}

.lang_bar {
    font-size: 0.789em;
}

.lang_bar ul ul {
    position: absolute;
    z-index: 1;
    bottom: calc(100% - 1px);
    left: -999999px;
    opacity: 0;
    display: table;
    padding: 10px;
    padding-bottom: 0;
    padding: 6px 10px 0;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: opacity 0.3s ease, left 0.3s step-end;
    -moz-transition: opacity 0.3s ease, left 0.3s step-end;
    -ms-transition: opacity 0.3s ease, left 0.3s step-end;
    transition: opacity 0.3s ease, left 0.3s step-end;
}

.lang_bar ul:hover ul {
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, left 0.3s step-start;
    -moz-transition: opacity 0.3s ease, left 0.3s step-start;
    -ms-transition: opacity 0.3s ease, left 0.3s step-start;
    transition: opacity 0.3s ease, left 0.3s step-start;
}

.lang_bar ul ul .iclflag {
    padding-right: 0.25em;
}

.lang_bar li:before {
    display: none;
}

.lang_bar li {
    padding: 0;
}

.lang_bar li .iclflag {
    display: inline-block;
    vertical-align: baseline;
    /* position: absolute; */
    left: 0px;
    top: 8px;
}

.lang_bar ul li a {
    position: relative;
    white-space: nowrap;
    line-height: 1;
    padding-left: 18px;
    padding: 7px 2px 7px 3px;
}

.lang_bar ul li {
    display: table-row;
}
.lang_bar ul li img {
	max-width: 100px;
}

/*
\COPYRIGHTS AREA
*/


/*
CWS REVSLIDER
*/

.page_boxed {
    position: relative;
    overflow: hidden;
}

.image_stat_header {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.image_stat_header>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-width: calc(100% + 2px);
    min-height: 100%;
}

.fs_video_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden;
    margin-left: -1px;
    margin-right: -1px;
    z-index: -1;
}

.fs_video_slider .rev_slider,
.fs_video_slider .rev_slider_wrapper {
    background: transparent !important;
}

.fs_video_bg,
.fs_video_slider {
    background-color: #fff;
}

.fs_video_slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fs_video_bg>video,
.fs_video_bg>iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
    max-width: none;
}

.fs_video_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.fs_video_bg .bg_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    z-index: 2;
}


/* the 8 adjustments */

.fs_video_bg>iframe {
    border-radius: 0;
    -webkit-mask-image: none;
}


/* rev slider full width in box layout */

.page_boxed .fullwidthbanner-container {
    width: 100% !important;
    left: 0 !important;
}


/*
\FULL SCREEN VIDEO
*/


/*
FULL SCREEN VIDEO
*/

.page_header_video_wrapper {
    position: relative;
}

.page_header_video_wrapper iframe.page_header_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.page_header_video_wrapper + .page_header_video_slider_wrapper,
.page_boxed .page_header_video_wrapper + .page_header_video_slider_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page_header_video_wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
}


/*
\FULL SCREEN VIDEO
*/


/*
SEARCH
*/

.page_content.search_results main .search-form .search-submit {
    float: right;
    margin-top: 5px;
}


/*
\SEARCH
*/


/*
404 PAGE
*/

.not_found {
    max-width: 525px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}

.banner_404 {
    position: relative;
    font-size: 300px;
    line-height: 260px;
    z-index: 1;
}

.banner_404:before {
    content: "";
    display: block;
    position: absolute;
    width: 48%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 0.5714%;
    border-radius: 12%;
    z-index: 1;
}

.banner_404 img {
    display: block;
    position: relative;
    z-index: 2;
}

.msg_404 {
    font-size: 46px;
    line-height: 1;
}

.msg_404 span {
    font-size: 100px;
    line-height: 1;
}

.not_found * + .link {
    padding-top: 45px;
}

.not_found .link {
    font-size: 28px;
    line-height: 1;
}


/*
\404 PAGE
*/

@media screen and ( max-width: 1190px) {
    .gallery.owl-carousel .owl-controls {
        padding: 20px 20px 20px 0;
    }
    .grid {
        margin-right: -20px;
    }
    .grid .item,
    .news .grid .item.medium>*,
    .news .grid .item.small>*,
    .news.single .grid .item>* {
        margin-right: 20px;
    }
    .news .item>*,
    .cws_portfolio.single .cws_portfolio_items .item>* {
        margin-right: 20px;
    }
    .news .media_part {
        margin-right: 20px;
        max-width: calc(100% - 20px);
    }
    .news .item {
        margin-right: 20px;
        width: calc(100% - 20px);
    }
    .news .grid .item.medium,
    .news .grid .item.small {
        width: 100%;
    }
    .page_content.single_sidebar .grid .item {
        width: 700px;
    }
    .page_content.double_sidebar .grid .item {
        width: 460px;
    }
    .page_content.double_sidebar .news.news-medium .post_info_part:not(.full_width),
    .page_content.double_sidebar .news.news-small .post_info_part:not(.full_width) {
        float: none;
        width: 100%;
        margin-right: auto;
    }
    .grid.grid-2 .item {
        width: 460px;
    }
    .page_content.single_sidebar .grid.grid-2 .item {
        width: 340px;
    }
    .page_content.double_sidebar .grid.grid-2 .item {
        width: 220px;
    }
    .grid.grid-3 .item {
        width: 300px;
    }
    .page_content.single_sidebar .grid.grid-3 .item,
    .page_content.double_sidebar .grid.grid-3 .item {
        width: 220px;
    }
    .grid.grid-4 .item,
    .page_content.single_sidebar .grid.grid-4 .item,
    .page_content.double_sidebar .grid.grid-4 .item {
        width: 220px;
    }
    .benefits_container,
    .footer_container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .benefits_container .cws-widget,
    .footer_container .cws-widget {
        margin-left: 10px;
        margin-right: 10px;
        -webkit-flex: 1 1 210px;
        -ms-flex: 1 1 210px;
        flex: 1 1 210px;
    }
    .cws_sc_carousel .owl-carousel,
    .owl-carousel {
        margin-right: -20px !important;
    }
    .cws_sc_carousel .owl-item .item,
    .owl-item>* {
        margin-right: 20px !important;
        width: calc(100% - 20px) !important;
    }
}

@media screen and ( max-width: 980px) {
    .gallery.owl-carousel .owl-controls {
        padding: 20px 18px 20px 0;
    }
    .page_content.single_sidebar .grid .item,
    .page_content.double_sidebar .grid .item {
        width: calc(100% - 18px);
    }
    .page_content.single_sidebar .news .item.medium .media_part,
    .page_content.double_sidebar .news .item.medium .media_part {
        max-width: calc(100% - 18px);
    }
    .page_content.double_sidebar .news.news-medium .post_info_part:not(.full_width) {
        width: 100%;
    }
    .page_content.double_sidebar .news.news-small .post_info_part:not(.full_width) {
        float: left;
        width: 370px;
        margin-right: 24px;
    }
    .grid {
        margin-right: -18px;
    }
    .cws_sc_carousel .owl-carousel,
    .owl-carousel {
        margin-right: -18px !important;
    }
    .grid .item,
    .news .grid .item.medium>*,
    .news .grid .item.small>*,
    .news.single .grid .item>*,
    .cws_portfolio.single .cws_portfolio_items .item>* {
        margin-right: 18px;
    }
    .news .item>* {
        margin-right: 18px;
    }
    .cws_sc_carousel .owl-item .item,
    .owl-item>* {
        margin-right: 18px !important;
        width: calc(100% - 18px) !important;
    }
    .news .media_part {
        margin-right: 18px;
        max-width: calc(100% - 18px);
    }
    .news .item {
        margin-right: 18px;
        width: calc(100% - 18px);
    }
    .news .grid .item.medium,
    .news .grid .item.small {
        width: 100%;
    }
    .grid.grid-2 .item {
        width: 360px;
    }
    .grid.grid-3 .item,
    .grid.grid-4 .item {
        width: 234px;
    }
    .page_content.double_sidebar .grid.grid-4 .item,
    .page_content.double_sidebar .grid.grid-3 .item,
    .page_content.double_sidebar .grid.grid-2 .item {
        width: 171px;
    }
    .page_content.single_sidebar .grid.grid-2 .item,
    .page_content.single_sidebar .grid.grid-4 .item,
    .page_content.single_sidebar .grid.grid-3 .item {
        width: 265px;
    }
    .benefits_container,
    .footer_container {
        margin-left: -9px;
        margin-right: -9px;
    }
    .benefits_container .cws-widget,
    .footer_container .cws-widget {
        margin-left: 9px;
        margin-right: 9px;
        -webkit-flex: 1 1 171px;
        -ms-flex: 1 1 171px;
        flex: 1 1 171px;
    }
    .grid_row.eq_cols .grid_col.grid_col_6,
    .grid_row.eq_cols .grid_col.grid_col_3,
    .grid_row.eq_cols .grid_col.grid_col_9 {
        width: 48.65%;
        margin-top: 30px;
    }
    .grid_row.eq_cols .grid_col.grid_col_3:nth-child(1),
    .grid_row.eq_cols .grid_col.grid_col_4:nth-child(1),
    .grid_row.eq_cols .grid_col.grid_col_3:nth-child(2),
    .grid_row.eq_cols .grid_col.grid_col_4:nth-child(2),
    .grid_row.eq_cols .grid_col.grid_col_6:nth-child(1),
    .grid_row.eq_cols .grid_col.grid_col_6:nth-child(2),
    .grid_row.eq_cols .grid_col.grid_col_8:nth-child(1),
    .grid_row.eq_cols .grid_col.grid_col_8:nth-child(2),
    .grid_row.eq_cols .grid_col.grid_col_9:nth-child(1),
    .grid_row.eq_cols .grid_col.grid_col_9:nth-child(2) {
        margin-top: 0;
    }
    .grid_row.eq_cols .grid_col.grid_col_3:nth-child(odd),
    .grid_row.eq_cols .grid_col.grid_col_6:nth-child(odd),
    .grid_row.eq_cols .grid_col.grid_col_9:nth-child(odd) {
        margin-left: 0;
    }
}

@media screen and ( max-width: 1024px) {
	.site_header .header_box {
        padding: 30px 0 25px 0;
    }
    .site_header .logo>img:not(.logo_mobile) {
        max-height: 50px;
        width: auto;
    }
    .header_logo_part.with_border .logo>img:not(.logo_mobile) {
        padding: 0 7px;
        margin: 1px;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }
    .header_logo_part.with_border .logo {
        border-width: 4px;
        border-style: solid;
        border-radius: 6px;
    }
    .header_cont {
        border-bottom: 2px solid #fff;
    }
}
@media screen and ( max-width: 767px) {
    .site_header {
        position: relative !important;
    }
    .site_header .header_box {
        padding: 30px 0 25px 0;
    }
    .site_header .logo>img:not(.logo_mobile) {
        max-height: 50px;
        width: auto;
    }
    .header_logo_part.with_border .logo>img:not(.logo_mobile) {
        padding: 0 7px;
        margin: 1px;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }
    .header_logo_part.with_border .logo {
        border-width: 4px;
        border-style: solid;
        border-radius: 6px;
    }
    .header_cont {
        border-bottom: 2px solid #fff;
    }
    .page_content.single_sidebar .news .item.medium .media_part,
    .page_content.double_sidebar .news .item.medium .media_part {
        max-width: 570px;
    }
    .news .grid .item.medium .media_part {
        width: calc(100% - 18px);
        max-width: calc(100% - 18px);
    }
    .news .item.large .media_part {
        width: 100%;
    }
    .grid .item,
    .page_content.single_sidebar .grid .item,
    .page_content.double_sidebar .grid .item {
        width: calc(100% - 18px);
        /* for portfolio one column */
    }
    .news .item,
    .page_content.single_sidebar .news .item,
    .page_content.double_sidebar .news .item {
        width: calc(100% - 18px);
    }
    .news .grid .item.medium,
    .news .grid .item.small {
        width: 100%;
    }
    .news.news-medium .post_info_part:not(.full_width),
    .news.news-small .post_info_part:not(.full_width),
    .page_content.double_sidebar .news.news-small .post_info_part:not(.full_width) {
        float: none;
        width: 100%;
        margin-right: auto;
    }
    .grid.grid-2,
    .page_content.single_sidebar .grid.grid-2,
    .page_content.double_sidebar .grid.grid-2,
    .grid.grid-3,
    .page_content.single_sidebar .grid.grid-3,
    .page_content.double_sidebar .grid.grid-3,
    .grid.grid-4,
    .page_content.single_sidebar .grid.grid-4,
    .page_content.double_sidebar .grid.grid-4 {
        margin-right: -30px
    }
    .grid.grid-2 .item,
    .page_content.single_sidebar .grid.grid-2 .item,
    .page_content.double_sidebar .grid.grid-2 .item,
    .grid.grid-3 .item,
    .page_content.single_sidebar .grid.grid-3 .item,
    .page_content.double_sidebar .grid.grid-3 .item,
    .grid.grid-4 .item,
    .page_content.single_sidebar .grid.grid-4 .item,
    .page_content.double_sidebar .grid.grid-4 .item {
        float: left;
        width: calc(49.5% - 30px);
        margin-right: 30px;
        text-align: center;
    }
    .page_content.double_sidebar .grid.grid-2:not(.owl-carousel) .item .media_part,
    .page_content.single_sidebar .grid.grid-3:not(.owl-carousel) .item .media_part,
    .page_content.double_sidebar .grid.grid-3:not(.owl-carousel) .item .media_part,
    .grid_row:not(.related_projects) .grid.grid-4:not(.owl-carousel) .item .media_part,
    .page_content.single_sidebar .grid.grid-4:not(.owl-carousel) .item .media_part,
    .page_content.double_sidebar .grid.grid-4:not(.owl-carousel) .item .media_part {
        width: 270px;
        max-width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
        box-sizing: border-box;
    }
    .cws_sc_carousel .owl-carousel,
    .owl-carousel {
        margin-right: -30px !important;
    }
    .cws_sc_carousel .owl-item .item,
    .owl-item>* {
        margin-right: 30px !important;
        width: calc(100% - 30px) !important;
    }
    .page_title .container {
        width: calc(100% - 40px);
    }
    .grid_col {
        width: 100%;
    }
    .grid_col:not(.grid_col_12) {
        float: none;
    }
    .grid_col + .grid_col {
        margin-top: 30px;
        margin-left: auto;
    }
    .benefits_container,
    .footer_container {
        margin-left: -2%;
        margin-right: -2%;
    }
    .benefits_container .cws-widget,
    .footer_container .cws-widget {
        margin-left: 2%;
        margin-right: 2%;
        -webkit-flex: 1 1 200px;
        -ms-flex: 1 1 200px;
        flex: 1 1 200px;
    }
    .comments-area .comments_children {
        padding-left: 35px;
    }
    .post_content_wrap .meta_cont>* {
        display: block;
        text-align: center !important;
    }
    .copyrights_container > * {
        display: block;
        text-align: center;
    }
    .copyrights_container > * + * {
        padding-top: 10px;
    }
    .post_content_wrap .meta_cont>*+* {
        margin-top: 10px;
    }
    .gallery {
        margin-left: -5% !important;
    }
    .gallery .gallery-item {
        padding-left: 5%;
        margin-bottom: calc(5% - 10px);
    }
    .gallery#gallery-1.gallery-size-large .gallery-item {
	    margin-bottom: 3%;
	}
    .gallery-icon {
        border-width: 3px;
        border-radius: 14px;
    }
    .page_title .container>* {
        display: block;
        text-align: left;
    }
    .page_title .container>.bread-crumbs {
        padding-bottom: 5px;
    }
    .banner_404 {
        font-size: 45vw;
        line-height: 39vw;
    }
    .msg_404 {
        font-size: 6.9vw;
    }
    .msg_404 span {
        font-size: 15vw;
    }
    .not_found .link {
        font-size: 16px;
        padding-top: 20px;
    }
    .grid_row.eq_cols .grid_col.grid_col_4,
    .grid_row.eq_cols .grid_col.grid_col_8 {
        width: 48.65%;
        margin-top: 30px;
    }
    .grid_row.eq_cols .grid_col.grid_col_4:nth-child(1),
    .grid_row.eq_cols .grid_col.grid_col_4:nth-child(2),
    .grid_row.eq_cols .grid_col.grid_col_8:nth-child(1),
    .grid_row.eq_cols .grid_col.grid_col_8:nth-child(2),
    {
        margin-top: 0;
    }
    .grid_row.eq_cols .grid_col.grid_col_4:nth-child(odd),
    .grid_row.eq_cols .grid_col.grid_col_8:nth-child(odd) {
        margin-left: 0;
    }
    .cws_portfolio.single.related .item {
        width: 100%;
    }
    .site_top_panel .mini-cart {
        position: initial;
        transform: initial !important;
        -webkit-transform: initial !important;
        -moz-transform: initial !important;
        -ms-transform: initial !important;
    }
}

@media screen and ( max-width:479px) {
    .grid.grid-2,
    .page_content.single_sidebar .grid.grid-2,
    .page_content.double_sidebar .grid.grid-2,
    .grid.grid-3,
    .page_content.single_sidebar .grid.grid-3,
    .page_content.double_sidebar .grid.grid-3,
    .grid.grid-4,
    .page_content.single_sidebar .grid.grid-4,
    .page_content.double_sidebar .grid.grid-4 {
        margin-right: auto;
    }
    .grid.grid-2 .item,
    .page_content.single_sidebar .grid.grid-2 .item,
    .page_content.double_sidebar .grid.grid-2 .item,
    .grid.grid-3 .item,
    .page_content.single_sidebar .grid.grid-3 .item,
    .page_content.double_sidebar .grid.grid-3 .item,
    .grid.grid-4 .item,
    .page_content.single_sidebar .grid.grid-4 .item,
    .page_content.double_sidebar .grid.grid-4 .item {
        float: none;
        width: 100%;
        margin-right: auto;
    }
    .news .grid .item.medium .media_part,
    .news .grid .item.small .media_part {
        width: calc(100% - 18px);
        max-width: calc(100% - 18px);
    }
    .news .media_part .pic img {
        width: 100%;
    }
    .footer_container .cws-widget {
        padding-left: 0;
    }
    .grid_row.eq_cols .grid_col.grid_col_3,
    .grid_row.eq_cols .grid_col.grid_col_4,
    .grid_row.eq_cols .grid_col.grid_col_6,
    .grid_row.eq_cols .grid_col.grid_col_8,
    .grid_row.eq_cols .grid_col.grid_col_9 {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    .grid_row.eq_cols .grid_col.grid_col_3:nth-child(2),
    .grid_row.eq_cols .grid_col.grid_col_4:nth-child(2),
    .grid_row.eq_cols .grid_col.grid_col_6:nth-child(2),
    .grid_row.eq_cols .grid_col.grid_col_8:nth-child(2),
    .grid_row.eq_cols .grid_col.grid_col_9:nth-child(2) {
        margin-top: 30px;
    }
    .grid_row.eq_cols .grid_col:not(:first-child) {
        margin-top: 30px !important;
    }
    .cws_portfolio_header {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cws_portfolio_header>* {
        width: 100%;
        text-align: center;
    }
    .cws_portfolio_header>.ce_title + * {
        padding-top: 10px;
    }
    .cws_portfolio_header>.ce_title + *>* {
        float: none;
    }
    .cws_portfolio_header .cws_portfolio_filter {
        float: none;
        text-align: left;
        padding-top: 10px;
    }
}


/*
\RESPONSIVE
*/


/* kos */

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out
}

.tp-caption a:hover {
    color: #ffa902
}


/* fvkdfljvldfv */

.tabs_box_navigation.sf-timetable-menu,
.sf-timetable-menu li:hover ul a,
.sf-timetable-menu li.submenu:hover ul a,
.tt_responsive .tt_timetable.small .tt_items_list a,
.tt_responsive .tt_timetable.small .tt_items_list span,
.tt_event_theme_page p,
.tt_event_theme_page h2,
.tt_event_theme_page h3,
.tt_event_theme_page h4,
.tt_event_theme_page h5 {
    font-family: Dosis !important;
}

.tt_event_theme_page.page_content {
    width: 100%;
    margin: 0;
}

.tt_calendar_icon {
    margin-top: 0.5em;
}

.tt_event_page_left .cws_img_frame .attachment-event-post-thumb {
    margin-bottom: 0;
}

.tt_event_theme_page h1 {
    font-size: 2em;
}

.tt_event_theme_page h2 {
    font-size: 1.5em;
}

.tt_event_theme_page h3 {
    font-size: 1.17em;
}

.tt_event_theme_page h4 {
    font-size: 1em;
}

.tt_event_theme_page h5 {
    font-size: 0.83em;
}

.tt_event_theme_page p {
    padding: 0;
    font-size: 19px;
    line-height: 26px;
}

.widget.timetable_sidebar_box .box_header {
    font-size: 1.8em;
    line-height: 1;
}

.widget.timetable_sidebar_box .box_header {
    margin-bottom: 0;
    font-family: Patrick Hand !important;
    color: #26b4d7!important;
}

.widget.timetable_sidebar_box .box_header:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    margin-top: 8px;
    background-color: #fec20b;
}

.widget.timetable_sidebar_box .textwidget,
.widget.timetable_sidebar_box p {
    font-size: 0.947em;
}

.tt_upcoming_events_widget .tt_upcoming_events_wrapper {
    margin-top: 10px;
}

.widget.timetable_sidebar_box .box_header + .textwidget p:first-child {
    margin-top: 10px;
}

.tabs_box_navigation.sf-timetable-menu li:before,
.tt_tabs_navigation li:before {
    display: none;
}

.tabs_box_navigation.sf-timetable-menu {
    font-size: 19px !important;
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover,
.sf-timetable-menu li:hover ul a,
.sf-timetable-menu li.submenu:hover ul a,
.tt_tabs_navigation li a,
.tt_tabs_navigation li a:hover,
.tt_tabs_navigation li a.selected,
.tt_tabs_navigation li.ui-tabs-active a,
.tt_responsive .tt_timetable.small .tt_items_list a,
.tt_responsive .tt_timetable.small .tt_items_list span,
.tt_event_theme_page p,
.tt_event_theme_page h2,
.tt_event_theme_page h3,
.tt_event_theme_page h4,
.tt_event_theme_page h5,
.tt_responsive .tt_timetable.small .box_header,
.tt_items_list .value {
    color: #9f9e9e!important;
}

.tt_tooltip:hover .tt_tooltip_text .tt_tooltip_content {
    box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.2);
}

.tt_timetable th,
.tt_timetable td {
    color: #9f9e9e;
}

table.tt_timetable thead th {
    color: #fff;
    background-color: #26b4d7;
}

.tt_timetable .event {
    background-color: #fec20b;
}

.tt_timetable .event:hover,
.tt_timetable .event .event_container.tt_tooltip:hover,
.tt_tooltip .tt_tooltip_content,
.sf-timetable-menu li:hover a,
.sf-timetable-menu li.selected a,
.sf-timetable-menu li.current-menu-item a,
.sf-timetable-menu li.current-menu-ancestor a {
    background-color: #fd8e00;
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
    max-width: 200px;
    min-width: 200px;
    box-sizing: border-box;
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
    padding: 7px 10px !important;
    border-radius: 4px;
    box-shadow: none;
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover {
    box-shadow: none;
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
    border: 1px solid #fec20b;
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected,
.sf-timetable-menu li ul li a:hover,
.sf-timetable-menu li ul li.selected a:hover {
    background-color: #fec20b;
}

.tt_tabs_navigation li a:hover,
.tt_tabs_navigation li a.selected,
.tt_tabs_navigation li.ui-tabs-active a {
    border-color: #fec20b !important;
}

.tabs_box_navigation label {
    font-size: 0.867em !important;
    line-height: 1.385em;
}

.tabs_box_navigation.sf-timetable-menu li:hover ul,
.tabs_box_navigation.sf-timetable-menu li.sfHover ul {
    top: calc(100% + 1px) !important;
    box-shadow: none;
    left: 0;
    border: none !important;
}

.sf-timetable-menu li ul {
    width: 200px;
    border-color: none !important;
}

.sf-timetable-menu li ul li {
    width: 100%;
    padding: 0 !important;
}

.sf-timetable-menu li ul li a {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.sf-timetable-menu li ul li:first-child a {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sf-timetable-menu li ul li:last-child a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sf-timetable-menu li:hover ul a,
.sf-timetable-menu li.submenu:hover ul a {
    padding: 7px 10px !important;
}

.sf-timetable-menu li ul li a:hover,
.sf-timetable-menu li ul li.selected a:hover {
    border-color: transparent !important;
}

.sf-timetable-menu li ul li:first-child {
    padding-top: 3px !important;
}

.tt_event_items_list li .tt_event_text {
    float: none !important;
}

.tt_items_list li:before {
    display: none;
}

.tt_event_column_left,
.tt_event_column_right {
    width: calc(50% - 15px) !important;
}

.tt_event_items_list li {
    position: relative;
    padding-left: 0 !important;
    line-height: 1.5em !important;
    background: transparent !important;
    font-size: 19px !important;
    color: #9f9e9e!important;
    font-family: Dosis !important;
}

.tt_event_items_list li.type_info {
    border-bottom: 1px solid #d8d8d8;
    display: table;
    width: 100%;
}

.tt_event_items_list li.type_info>* {
    display: table-cell;
    float: none;
    width: 50%;
    font-size: inherit !important;
}

.tt_event_items_list li.type_info:before {
    display: none;
}

.tt_event_hours_count {
    color: inherit;
}

.tt_event_hours li {
    border: 1px solid #d8d8d8;
    border-left: 3px solid #26b4d7;
    width: calc(50% - 15px);
    box-sizing: border-box;
}

.tt_event_hours li:before {
    display: none;
}

.tt_event_hours li h4 {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 5px;
}

.tt_event_hours li>*:not(:last-child) {
    margin-bottom: 5px;
}

aside .tt_upcoming_events li {
    width: 100%;
}

aside .tt_upcoming_events li .tt_upcoming_events_event_container {
    font-size: 19px;
    color: #9f9e9e;
    font-family: Dosis;
    border-left: 3px solid #26b4d7;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}

.tt_upcoming_event_controls a {
    border: 1px solid #d8d8d8;
}

aside .tt_upcoming_events li .tt_upcoming_events_event_container .tt_event_hours_description {
    display: none;
}

aside .tt_upcoming_events li .tt_upcoming_events_event_container:hover .tt_event_hours_description {
    display: block;
    margin-top: 0;
}

.tt_upcoming_events li .tt_upcoming_events_event_container:hover {
    background: #26b4d7;
    border-top: 1px solid #26b4d7;
    border-bottom: 1px solid #26b4d7;
    border-right: 1px solid #26b4d7;
}

.timetable_sidebar_box {
    margin-top: 30px;
}

@media screen and (max-width: 1190px) {
    .tt_event_page_right {
        width: 220px;
    }
    .tt_event_hours li {
        width: calc(50% - 10px);
        margin: 0 20px 20px 0;
    }
    .tt_event_column_left,
    .tt_event_column_right {
        width: calc(50% - 10px) !important;
    }
    .tt_event_column_left {
        margin-right: 20px !important;
    }
    .tt_responsive .tt_timetable th,
    .tt_responsive .tt_timetable .event_container,
    .tt_responsive .tt_tooltip .tt_tooltip_content {
        padding: 4px 4px 5px;
    }
}

@media screen and (max-width: 980px) {
    .tt_event_page_right {
        width: 171px;
    }
    .tt_event_hours li {
        width: calc(50% - 10px);
        margin: 0 20px 20px 0;
    }
    .tt_event_column_left,
    .tt_event_column_right {
        width: calc(50% - 10px) !important;
    }
    .tt_event_column_left {
        margin-right: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .tt_event_hours li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .tt_event_column_left,
    .tt_event_column_right {
        width: 100% !important;
    }
    .tt_event_column_left {
        margin-right: 20px !important;
    }
}


/**/

.cws_callout,
.testimonial,
.header_logo_part.with_border .logo>img {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/dots-pattern.png);
}


/**/

.tp-caption.home-h2,
.home-h2 {
    color: rgba(255, 255, 255, 1.00);
    font-size: 65px;
    line-height: 65px;
    font-weight: 400;
    font-style: normal;
    font-family: Patrick Hand;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 1.00);
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.298039) 0px 5px 0px
}

.tp-caption.home-h1,
.home-h1 {
    color: rgba(255, 255, 255, 1.00);
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    font-style: normal;
    font-family: Patrick Hand;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 1.00);
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.298039) 0px 5px 0px
}

.tp-caption.home-general-font,
.home-general-font {
    font-size: 27px;
    line-height: 35px;
    font-weight: 400;
    font-family: Rancho;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
    text-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 0px
}
@media screen and ( max-width: 479px) {
	.none-visible-mobile {
		display: none !important;
	}
}

/**/

#gallery-1 {
    margin: auto;
}

#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
#gallery-1.gallery-size-large .gallery-item {
	margin-bottom: 20px;
}
#gallery-1.gallery-size-full .gallery-item {
    width: 100%;
}

#gallery-1 img {
    border: 2px solid #cfcfcf;
}

#gallery-1 .gallery-caption {
    margin-left: 0;
}

#gallery-2 {
    margin: auto;
}

#gallery-2 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}

#gallery-2 img {
    border: 2px solid #cfcfcf;
}

#gallery-2 .gallery-caption {
    margin-left: 0;
}


/**/

.page_content>.footer_image {
    background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/footer-304vqsf31glt2ll026r4zu.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .page_content>.footer_image {
        background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/footer.png);
        background-size: 1895px;
    }
}

.uranus.tparrows {
    width: 50px;
    height: 50px;
    background: transparent;
}

.uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.uranus.tparrows:hover:before {
    opacity: 0.75;
}

.comment-form-rating label{
	display: block !important;
}
.woocommerce .comment-form-rating .stars span {
	display: block;
	z-index: 1;
}
.woocommerce .comment-form-rating .stars,
.woocommerce .comment-form-rating .stars span,
.woocommerce .comment-form-rating .stars:before{
	cursor: pointer;
}
.woocommerce .comment-form-rating .stars .stars-active{
	white-space: nowrap;
}
.comment-form-rating .stars{
	overflow: hidden;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding-right: 1px;
	line-height: 1;
}
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active{
	font-size: 32px;
}

.woocommerce .comment-form-rating .stars>span{
	cursor: pointer;
	width: auto!important;
	position: absolute;
	top: 0;
	margin-top: 0;
}
.comment-form-rating .stars>span a{
	display: inline-block;
	color: transparent!important;
	pointer-events: none;
	position: relative;
	z-index:  2;
}
.stars-active.fixed-mark{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.woocommerce-tabs form .comment-form-rating label {
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: 700;
}


/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(http://127.0.0.1:8000/static/bundles/dev/fonts/fonts/fontawesome-webfont93e3.eot);
  src: url(http://127.0.0.1:8000/static/bundles/dev/fonts/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(http://127.0.0.1:8000/static/bundles/dev/html/fonts/fontawesome-webfont93e3.html) format('woff2'), url(http://127.0.0.1:8000/static/bundles/dev/fonts/fonts/fontawesome-webfont93e3.woff) format('woff'), url(http://127.0.0.1:8000/static/bundles/dev/fonts/fonts/fontawesome-webfont93e3.ttf) format('truetype'), url(http://127.0.0.1:8000/static/bundles/dev/images/fonts/fontawesome-webfont93e3.svg#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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: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-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-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";
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(http://127.0.0.1:8000/static/bundles/dev/images/img/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(http://127.0.0.1:8000/static/bundles/dev/images/img/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(http://127.0.0.1:8000/static/bundles/dev/images/img/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*
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(http://127.0.0.1:8000/static/bundles/dev/images/css/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(http://127.0.0.1:8000/static/bundles/dev/images/css/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(http://127.0.0.1:8000/static/bundles/dev/images/css/select2.png) no-repeat 100% -22px;
    background: url(http://127.0.0.1:8000/static/bundles/dev/images/css/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(http://127.0.0.1:8000/static/bundles/dev/images/css/select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(http://127.0.0.1:8000/static/bundles/dev/images/css/select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(http://127.0.0.1:8000/static/bundles/dev/images/css/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(http://127.0.0.1:8000/static/bundles/dev/images/css/select2.png) no-repeat -37px -22px;
    background: url(http://127.0.0.1:8000/static/bundles/dev/images/css/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(http://127.0.0.1:8000/static/bundles/dev/images/css/select2.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(http://127.0.0.1:8000/static/bundles/dev/images/css/select2.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(http://127.0.0.1:8000/static/bundles/dev/images/css/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(http://127.0.0.1:8000/static/bundles/dev/images/css/select2-spinner.gif) no-repeat 100%;
    background: url(http://127.0.0.1:8000/static/bundles/dev/images/css/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(http://127.0.0.1:8000/static/bundles/dev/images/css/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(http://127.0.0.1:8000/static/bundles/dev/images/css/select2-spinner.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(http://127.0.0.1:8000/static/bundles/dev/images/css/select2-spinner.gif) 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: 200px;
    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(http://127.0.0.1:8000/static/bundles/dev/images/css/select2-spinner.gif) 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(http://127.0.0.1:8000/static/bundles/dev/images/css/select2-spinner.gif) 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(http://127.0.0.1:8000/static/bundles/dev/images/css/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-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/* SHOP*/
/**/
/*************************************/
/*button*/
#container{
	overflow: hidden;
}
.woocommerce .button,
.cws-widget .button,
.woocommerce .added_to_cart,
.woocommerce-page .button,
.woocommerce-page .added_to_cart{
	display: inline-block;
	line-height: 1;
	border-radius: 9px;
	padding: 8px 25px;
	margin: 2px 0;
	font-size: 1.0211em;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.woocommerce{
	line-height: 1.5;
}
.woocommerce ins{
	text-decoration: none;
	background: transparent;
}
.woocommerce img{
	border: 0;
}
.woocommerce .media_part {
	position: relative;
	z-index: 1;
	border-radius: 18px;
	border-width: 9px;
	border-style: solid;
	padding: 2px;
	margin-bottom: 10px;
}
form.woocommerce-ordering .orderby{
	width: auto;
	padding: 0;
	background-color: #fff;
	border-radius: 4px;
}
.woo_panel{
	display: table;
	width: 100%;
	border-radius: 18px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.woo_panel>*{
	display: table-cell;
	vertical-align: middle;
}
.woo_panel .woocommerce-message{
	display: table-caption;
}
.gridlist-toggle{
	font-size: 0;
	white-space: nowrap;
}
.gridlist-toggle a:before{
	width: 38px;
	height: 38px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	text-rendering: auto;
	background-color: #fff;
	margin-left: 5px;
	border-radius: 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gridlist-toggle a>*{
	display: none;
}
.gridlist-toggle #grid:before{
	content: "\f009";
}
.gridlist-toggle #list:before{
	content: "\f00b";
}
.gridlist-toggle a:last-child:before{
	margin-right: 10px;
}
#content h1.page-title {
	padding-left: 15px;
	background-color: transparent;
	border-top: 0;
	color: black;
	border-left: 3px solid;
	line-height: 1;
}
.woocommerce p.woocommerce-result-count{
	width: 100%;
	color: #fff;
}
.woocommerce-pagination ul.page-numbers li{
	display: block;
	float: left;
	width: 2.378em;
	height: 2.378em;
	padding: 0;
	margin-right: 1px;
}
.woocommerce-pagination ul.page-numbers li:before{
	display: none;
}
.product.woocommerce.add_to_cart_inline {
	border-radius: 14px;
}
.product.woocommerce.add_to_cart_inline ins,
.product.woocommerce.add_to_cart_inline del{
	font-size: 1.3em;
}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination .page-numbers.current{
	display: inline-block;
	font-size: 1.16em;
	line-height: 2.05em;
	width: 100%;
	height: 100%;
	display: inline-block;
	border-right: 1px solid #fff;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.woocommerce-pagination ul.page-numbers li:last-child>a{
	border-radius: 0 10px 10px 0;
}
.woocommerce-pagination ul.page-numbers li:first-child>a{
	border-radius: 10px 0 0 10px;
}
.woocommerce-pagination{
	text-align: center;
	line-height: 0;
	padding: 2px;
	margin-top: 30px;
}
.woocommerce-pagination ul.page-numbers {
	text-align: center;
	display: inline-block;
}
.woocommerce-pagination .page-numbers.current{
	margin-left: -2px;
	margin-right: -2px;
	margin-top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	line-height: calc(2.05em + 4px);
	color: #fff;
	border: 0;
	position: relative;
	z-index: 2;
}
.woocommerce-pagination .page-numbers.current:before{
	content: '';
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 1px;
	right: 1px;
	z-index: -2;
}
.woocommerce-pagination li:first-child .page-numbers.current:before{
	left: 9px;
}
.woocommerce-pagination li:last-child .page-numbers.current:before{
	right: 9px;
}
.woocommerce-pagination .page-numbers.current:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border-radius: 10px;
}


ul.products{
	margin: 0 -15px 30px;
	width: calc(100% + 30px);
	/*********************/
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	/*********************/
	display: -moz-flex;
	-moz-flex-wrap: wrap;
	/*********************/
	display: -o-flex;
	-o-flex-wrap: wrap;
	-o-align-items: stretch;
	/*********************/
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-align: stretch;
	/*********************/
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	/*********************/
}
ul.products li{
	position: relative;
	width: 270px;
	margin: 0 15px 30px;
	padding-bottom: 20px;
	text-align: center;
	overflow: hidden;

	/*********************/
	-webkit-align-content: stretch;
	/*********************/
	o-align-content: stretch;
	/*********************/
	-ms-align-content: stretch;
	/*********************/
	-moz-align-content: stretch;
	/*********************/
	align-content: stretch;
	/*********************/
	-o-transition: background 0.3s, color 0.3s;
	-ms-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
}
ul.products li .media_part .pic{
	line-height: 0;
}
ul.products li .media_part .pic .go_to_post{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 6;
}
ul.products.grid div.prop-description {
	display: none;
}
ul.products div.prop-description{
	margin-bottom: 10px;
}
ul.products .gridlist-buttonwrap+hr{
	display: none;
}
ul.products.list li{
	width: 100%;
	text-align: start;
}
ul.products li .media_part .rating_cont{
	position: absolute;
	bottom: -15px;
	left: 50%;
	z-index: 3;
	padding: 9px 20px;
	margin-left: -62px;
	border: 1px solid #fff;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
ul.products li .media_part .rating_cont:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
ul.products li .media_part .rating_cont .button-shadow{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
}
ul.products li .media_part .rating_cont .button-shadow:before,
ul.products li .media_part .rating_cont .button-shadow:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6px;
	left: -2px;
	background-color: inherit;
	background-image: url(http://127.0.0.1:8000/static/bundles/dev/images/img/dark-pattern.png);
	background-position: left center;
	background-repeat: repeat;
	-webkit-transform: skew(45deg);
	-moz-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	z-index: -1;
}
ul.products li .media_part .rating_cont .button-shadow:after{
	right: -2px;
	left: 6px;
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
}
ul.products li .media_part .star-rating{
	width: 84px;
}
ul.products li .media_part .star-rating:before{
	color: 	#fff;
}
ul.products li .media_part .star-rating:before,
ul.products li .media_part .star-rating span:before{
	font-size: 18px;
}
ul.products.list li .media_part{
	float: left;
	margin-right: 30px;
}
.shortcode_carousel ul.products,
.shortcode_carousel ul.products li{
	margin: 0 !important;
}
.shortcode_carousel .woocommerce{
	overflow: hidden;
}
.shortcode_carousel ul.products{
	margin-right: -30px !important;
}
.shortcode_carousel ul.products li{
	width: auto !important;
	margin-right: 30px !important;
}
ul.products>li>a{
	position: relative;
	display: block;
	z-index: 1;
	margin-bottom: 10px;
}
ul.products>li>a>h3{
	margin-bottom: 0;
}
ul.products .product-category img{
	width: 100%;
}
ul.products .product-category img{
	border-radius: 14px;
}
ul.products .product-category .count{
	color: inherit !important;
}
ul.products li .pic img{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	background-color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.products li .pic .hover-effect,
.product .media_part .pic .hover-effect{
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
/*search-form*/
form.search-form .screen-reader-text{
	display: inline-block;
	padding-bottom: 3px;
}
/*woocommers post*/
/*---onSale---*/
.woocommerce span.onsale,
.woocommerce-page span.onsale {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 50px;
	line-height: 1;
	z-index: 10;
	color: #fff;
	text-transform: lowercase;
	font-size: 23px;
	-webkit-transform: rotate(-45deg) translate(-28%,-50%);
	-moz-transform: rotate(-45deg) translate(-28%,-50%);
	-ms-transform: rotate(-45deg) translate(-28%,-50%);
	transform: rotate(-45deg) translate(-28%,-50%);
}


ul.products h3 {
	display: inline-block;
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0;
	font-size: 1.5em;
	margin-bottom: 10px;
	line-height: 1;
}
/*ul.products a h3:hover{
	text-decoration: underline;
}*/
.price{
	display: block;
	margin-bottom: 10px !important;
}
.price .amount{
	position: relative;
	line-height: 1;
	font-size: 1.3em;
}
.price span{
	padding: 0 3px;
}
.price del .amount,
.price del,
.product.woocommerce.add_to_cart_inline del{
	color: #ddd;
	text-decoration: line-through;
}
.price>*:first-child>span{
	padding-left: 0;
}
.button.add_to_cart_button.added{
	-webkit-transform:translateY(15px);
	-moz-transform:translateY(15px);
	-ms-transform:translateY(15px);
	transform:translateY(15px);
	opacity: 0;
	pointer-events: none;
}
.added_to_cart.wc-forward{
	position: absolute;
	white-space: nowrap;
	left: 50%;
	margin-left: calc(-25px - 1.5em);
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	transform:translateY(-15px);

	animation-name: cws_fade_in;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
	-webkit-animation-name: cws_fade_in;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
}
@keyframes cws_fade_in {
    from{
    	opacity: 0;
    	transform:translateY(-15px);
    	-moz-transform:translateY(-15px);
    	-ms-transform:translateY(-15px);
    	-webkit-transform:translateY(-15px);
    }
    to{
    	opacity: 1;
    	transform:translateY(0);
    	-moz-transform:translateY(0);
    	-ms-transform:translateY(0);
    	-webkit-transform:translateY(0);
    }
}
@-webkit-keyframes cws_fade_in {
    from{
    	opacity: 0;
		-webkit-transform:translateY(-15px);
		-moz-transform:translateY(-15px);
		-ms-transform:translateY(-15px);
		transform:translateY(-15px);
    }
    to{
    	opacity: 1;
    	transform:translateY(0);
    	-moz-transform:translateY(0);
    	-ms-transform:translateY(0);
    	-webkit-transform:translateY(0);    
   	}
}
.woocommerce-message{
	padding-bottom: 20px;
}
.woocommerce-message .button{
	margin-right: 10px;
}
/******* STAR RAITING ******/
.star-rating,
.related.products .star-rating{
	position: relative;
	width: 93px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 0;
	line-height: 1;
	text-align: left;
}
.star-rating>span{
	position: absolute;
	top: 0;
	left: 0;
}
.star-rating:before,
.comment-form-rating .stars:before{
	color: #ddd;
}
.star-rating:before,
.star-rating>span:before,
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active
{
	content: "\f005\f005\f005\f005\f005";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;	
}
.star-rating>span:before,
.comment-form-rating .stars .stars-active{
	color: rgb(252, 211, 0);
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
}
.woocommerce div[class^="post-"] .entry-summary .star-rating,
.woocommerce div[class^="post-"] .commentlist .star-rating{
	display: inline-block;
	float: right;
}
.woocommerce .related.products .star-rating {
	float: none;
}
.comment-form-rating label{
	display: block !important;
}
.comment-form-rating #rating,
.comment-form-rating #s2id_rating{
	display: none;
}
.woocommerce .comment-form-rating .stars span {
	display: block;
	z-index: 1;
}
.woocommerce .comment-form-rating .stars,
.woocommerce .comment-form-rating .stars span,
.woocommerce .comment-form-rating .stars:before{
	cursor: pointer;
}
.woocommerce .comment-form-rating .stars .stars-active{
	white-space: nowrap;
}
.comment-form-rating .stars{
	overflow: hidden;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding-right: 1px;
}
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active{
	font-size: 32px;
}

.woocommerce .comment-form-rating .stars>span{
	position: absolute;
	width: 100%;
	height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
	top: 0;
	left: 0;
	margin-top: 0;
	cursor: pointer;
}
.comment-form-rating .stars>span>a{
	width: 20%;
	color: transparent !important;
	position: relative;
	z-index:  2;
}
.woocommerce .comment-form-comment textarea{
	height: initial;
}
div.woocommerce .product-thumbnail .media_part{
	line-height: 0;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	border-radius: 14px;
	border-width: 3px;
}
div.woocommerce  .product-name a{
	font-weight: 700;
}
div.woocommerce  .product-name .variation{
	display: inline-block;
	margin-left: 15px;
}
div.woocommerce  .product-name .variation>*{
	display: inline-block;
	padding-left: 0;
	font-style: normal;
}
.woo_mini_cart .variation p{
	margin: 0;
}
div.woocommerce  .product-name .variation p{
	margin-bottom: 0;
}

/*** Woocommerce  Checkout     ****/
form.login,
form.checkout_coupon{
	padding: 15px 5px;
	/*********************/
	display: -webkit-flex;
	-webkit-align-items: center;
	/*********************/
	display: -moz-flex;
	-moz-align-items: center;
	/*********************/
	display: -o-flex;
	-o-align-items: center;
	/*********************/
	display: -ms-flexbox;
	-ms-flex-align: center;
	/*********************/
	display: flex;
	align-items: center;
	/*********************/
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
form.login>p{

}
div.woocommerce form.login{
	border: 10px solid rgb(214, 214, 214);
	border-radius: 18px;
	margin-top: 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
    flex-wrap: wrap;

	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
form.login p:first-child{
	margin: 0;
}
div.woocommerce form.login p{
	margin: 0 0 10px 5px;
}
div.woocommerce form.login p.form-row,
div.woocommerce p.form-row #user_login{
	max-width: 300px;
	width: 100%;
}

.checkout_coupon p.form-row.form-row-first{
	margin: 0;
	margin-right: -1px;
}
.checkout_coupon p.form-row.form-row-last{
	margin: 0;
}
.checkout_coupon p.form-row.form-row-last .button{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.login p.form-row .button{

}
.login p.form-row label #rememberme,
.checkout #createaccount{
	vertical-align: middle;
	width: 25px;
	height: 25px;
	line-height: 1;
	padding: 0;
	font-weight: 400;
}
.login p.form-row label.inline{
	vertical-align: middle;
	margin: 0 !important;
}
.login p.lost_password{
	padding: 4px 0;
}
.woocommerce>form.checkout{
	margin-top: 20px;
}

.woocommerce  .col2-set{
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}
.woocommerce  .col2-set>div{
	float: left;
	width: 49.5%;
	margin-right: 1%;
}
.woocommerce  .col2-set>div:last-child{
	margin-right: 0;
}
.woocommerce  .col2-set h3 label{
	margin: 0;
	font-size: inherit;
	line-height: 1.2;
}
form.checkout h3{
	margin-bottom: 10px;
	font-size: 1.5em;
}
form.checkout h3 .input-checkbox{
	float: right;
	margin-top: -2em;
	font-size: 0.5em;
	padding: 0;
	line-height: 1;
	width: 25px;
	height: 25px;
}
form.checkout .input-text{
	margin: 3px 0;
}
div.woocommerce form p.form-row label,
.woocommerce-tabs form p label{
	display: inline-block;
	margin-bottom: 5px;
	line-height: 1;
	font-weight: 700;
}
div.woocommerce form p textarea{
	height: auto;
	margin: 3px 0;
}
div.woocommerce form p,
.woocommerce-tabs form p
{
	margin-bottom: 15px;
}
form.checkout #order_review,
form.checkout #order_review .shop_table{
	width: 100%;
	text-align: left;
}
div.woocommerce table th,
div.woocommerce  strong {
	font-weight: bold;
}
div.woocommerce table th{
	line-height: 1;
}
div.woocommerce .woocommerce-info{
	margin-bottom: 20px;
}
div.woocommerce table th, div.woocommerce table td {
	vertical-align: middle;
}
div.woocommerce table td:not(.product-name){
	text-align: center;
}
div.woocommerce table tr.order-total td strong span,
ul.woocommerce-error li strong{
	font-weight: bold;
}
div.woocommerce table{
	margin-bottom: 15px;
}
.payment_methods .payment_box {
	margin: 10px 0;
	background: #f5f5f5;
	border-radius: 9px;
	padding: 15px 15px 5px;
	position: relative;
}
.payment_methods .payment_box:before {
	position: absolute;
	content: "";
	top: 0;
	height: 0;
	left: 30px;
	border: 5px solid;
	border-color: transparent transparent #f5f5f5 transparent;
	margin-top: -10px;
}
#payment ul.payment_methods li{
	margin-top: 25px;
	padding-left: 0;
}
#payment ul.payment_methods li:before{
	display: none;
}
#payment ul.payment_methods{
	margin-bottom: 25px;
}
#payment ul.payment_methods label{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

#payment ul.payment_methods li input{
	vertical-align: middle;
}
#payment ul.payment_methods label img{
	margin: 0 5px;
}
ul.woocommerce-error{
	background: #ff7b7b;
	position: relative;
	border-style: solid;
	border-width: 1px;
	padding: 10px 20px 10px 80px;
	min-height: 40px;
	border-radius: 14px;
	color: #fff;
}
ul.woocommerce-error:before{
	content: "\f12a";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	margin-top: -22px;
	text-align: center;
	color: #ff7b7b;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	line-height: 45px;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
}
ul.woocommerce-error li{
	line-height: 1.5;
}
ul.woocommerce-error li:before{
	color: #fff;
}

/*******************         CART        ********************/

.product-remove a{
	font-size: 2.5em;
	font-weight: bold;
	line-height: 0;
	color: #ed1c24;
}
.cart input[type=number]::-webkit-inner-spin-button,
.cart input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
    margin:0;
}
.cart input[type="number"] {
	-webkit-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    appearance: textfield;
}
input[type="checkbox"]{
	-webkit-appearance: button;
	-moz-appearance: button;
	-ms-appearance: button;
	appearance: button;

}
.cart input[type=number]{
	width: 40px;
	text-align: center;
}
.quantity{
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.quantity input{
	border-radius: 9px;
}

.woo_table_footer{
	border: 0;
}
.woo_table_footer td{
	border: none !important;
}
div.woocommerce .actions .coupon .button{
	margin: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
div.woocommerce #coupon_code{
	width: 225px;
	vertical-align: middle;
	border-radius: 0;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
	margin-right: -1px;
	line-height: 1.3em
}
div.woocommerce label[for="coupon_code"]{
	display: none;
}
div.woocommerce .shop_table>*:last-child .cart_item:last-of-type td:first-child,
div.woocommerce .shop_table.cart>*:last-child .cart_item:nth-last-child(2) td:first-child{
	border-bottom-left-radius: 14px;
}
div.woocommerce .shop_table>*:last-child .cart_item:last-of-type td:last-child,
div.woocommerce .shop_table.cart>*:last-child .cart_item:nth-last-child(2) td:last-child{
	border-bottom-right-radius: 14px;
}
div.woocommerce .shop_table  .product-quantity .quantity{
	margin-right: 0;
}
div.woocommerce .actions .coupon{
	display: inline-block;
	float: left;
	margin: 4px 2px;
}
div.woocommerce .actions  .button{
	vertical-align: middle;
	margin: 4px 2px;
}
div.woocommerce .actions{
	position: relative;
}
.wc-proceed-to-checkout{
	text-align: end;
}
.woocommerce-shipping-calculator .country_to_state{
	width: 100%;
	text-align: start;
}
.cart-collaterals .cart_totals{
	padding-top: 15px;
}
div.woocommerce .shop_table,
.cart-collaterals .cart_totals,
.cart-collaterals .cart_totals table,
div.woocommerce .shipping_calculator
{
	width: 100%;
}
.cart-collaterals .cart_totals table tr>*{
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	padding: 10px;
}
.cart-collaterals .cart_totals table .order-total>*{
	border-bottom: 0;
}
div.woocommerce tr td.actions{
	padding: 15px 0 0 0;
	text-align: right;
}
div.woocommerce tr td.actions:after{
	content: "";
	clear: both;
	display: block;
}
div.woocommerce  h2{
	display: inline-block;
	margin-bottom: 15px;
}

/*********my acount*************/
.woocommerce p.myaccount_user,
.woocommerce p.myaccount_address{
	margin-bottom: 30px;
}
.woocommerce .col2-set.addresses header{
	padding-bottom: 5px;
	border-bottom: 1px solid #d8d8d8;
}
.woocommerce .col2-set.addresses header a{
	padding-bottom: 3px;
	display: block;	
}
.woocommerce .col2-set.addresses address{
	margin-bottom: 20px;
	font-style: normal;
}
.woocommerce div[class^="post-"] {
	position: relative;
	overflow: hidden;
}
.woocommerce div[class^="post-"] .images>.pic a img,
.woocommerce div[class^="post-"] .images .pic.thumbnail a img{
	height: auto;
}
.woocommerce div[class^="post-"] .images{
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 300px;
	max-width: 100%;
}
.woocommerce div[class^="post-"] .images .thumbnails{
	/***************/
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	/***************/
	display:-moz-flex;
	-moz-flex-wrap: wrap;
	/***************/
	display: -o-flex;
	-o-flex-wrap: wrap;
	/***************/
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	/***************/
	display: flex;
	flex-wrap: wrap;
}
.woocommerce div[class^="post-"] .images .pic.media_part{
	margin-top: 2%;
	width: 32%;
	margin-right: 2%;
	line-height: 0;
	border-radius: 14px;
	border-width: 3px;
	margin-bottom: 0;
	box-sizing: border-box;
}
.woocommerce div[class^="post-"] .images .pic.media_part .pic{
	overflow: hidden;
}
.woocommerce div[class^="post-"] .images .pic.media_part:nth-child(3n){
	margin-right: 0;
}
.woocommerce div[class^="post-"] .images .pic.media_part a{
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
	-ms-box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
	box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
}
.woocommerce div[class^="post-"] h1.product_title.entry-title{
	font-size: 2.105em;
	line-height: 1;
	margin-bottom: 10px;
}
.woocommerce .variations{
	width: 100%;
	display: block;
}
.woocommerce .variations td{
	border:none !important;
}
.woocommerce .variations td.label,
.woocommerce .variations td.value{
	padding: 8px 8px 8px 0;
	line-height: 19px;
	text-align: left;
	vertical-align: middle;
}
.woocommerce .variations td.label label{
	margin-bottom: 0;
	margin-right: 5px;
}
.woocommerce .variations td .reset_variations{
	vertical-align: middle;
	padding-left: 10px;
}
.woocommerce div[class^="post-"] .summary.entry-summary>*:not(h1){
	margin-top: 10px;
}
.woocommerce div[class^="post-"] .summary.entry-summary{
	margin-bottom: 45px;
	margin-left: 320px;
}
.woocommerce-tabs{
	margin-bottom: 45px;
	display: inline-block;
	width: 100%;
}
.upsells.products{
	margin-bottom: 45px;
}
.upsells.products h2,
.woocommerce div[class^="post-"] .related.products h2{
	font-size: 2.105em;
	line-height: 1;
	margin-bottom: 15px;
}

.woocommerce-tabs:after,
.woocommerce-tabs ol.commentlist .comment:after{
	content: '';
	clear: both;
	display: block;
}
.woocommerce-tabs .comment_container{
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid rgb(227, 227, 227);
}
.woocommerce-tabs .comment_container img{
	float: left;
	margin-right: 15px;
	border-radius: 10px;
	border-width: 3px;
	border-style: solid;
}
.woocommerce-tabs h3{
	padding: 15px 0;
	border: 0;
	font-size: 17px;
	line-height: 23px;
	margin: 0;
}
.woocommerce .order .order-actions a{
/* 	padding: 2px 6px;
font-size: 14px;
line-height: 14px;
color: white;
border-width: 3px;
border-style: solid;
border-radius: 0; */
}
.woocommerce .order .order-actions a:hover {
	/* background: #fff; */
}
.woocommerce #tab-description p>a{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
div.woocommerce p.form-row label[for="user_login"]{
	display: block;
}

.woocommerce-tabs #tab-reviews p.meta{
	padding-top: 7px;
	margin-bottom: 0;
}


/*widgets woo*/
.woocommerce .cws-widget strong{
	font-weight: 600;
}
#searchform>div{
	position: relative;
}
#searchform>div.hover-search:before{
 	background-color: white;
}
#searchform>div:before{
	content: "\f002";
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 35px;
	border-width: 3px;
	border-style: solid;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#searchform>div:after {
	content: '';
	position: absolute;
	bottom: 16px;
	right: 37px;
	margin-right: 3px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right-width: 4px;
	border-right-style: solid;
}
#searchform label.screen-reader-text{
	display: block;
	margin-bottom: 5px;
}
#searchform input#s{
	padding-right: 45px;
}
#searchform input#searchsubmit{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0;
	padding: 0;
	height: 40px;
	width: 40px;
	background-color: transparent;
	border: 0;	
}

/******************product_list_widget*************************/
ul.product_list_widget{
	display: block;
	text-align: center;
}
.cws-widget .product_list_widget>li>*{
	margin-bottom: 5px;
	margin-right: 15px;
	display: block;
	line-height: 1;
}
.cws-widget .product_list_widget>li>*:not(a):not(.star-rating){
	margin-left: 70px;
}
.cws-widget .product_list_widget>li>*:last-child{
	margin-bottom: 0;
}
.cws-widget .cart_list.product_list_widget>li:last-child{
	border-bottom: 1px solid #d6d6d6;
}
.cws-widget .product_list_widget>li .remove{
	float: right;
	color: #ed1c24;
	font-size: 30px;
	line-height: 0;
	height: 13px;
	margin: 0;
    padding: 28px 0 28px 6px;
}

ul.product_list_widget>li>a:before{
	display: none !important;
}
.cws-widget ul.product_list_widget>li>a:hover{
	color: inherit;
}
ul.product_list_widget del span.amount{
	text-decoration: line-through;
	color: #C9C9C9;
}
ul.product_list_widget li a{
	padding: 0;
	font-weight: 600;
}
ul.product_list_widget li a img{
	max-width: 58px;
	float: left;
	position: relative;
	border-radius: 14px;
	border-width: 3px;
	border-style: solid;
	padding: 3px;
	margin-right: 4px;
}
ul.product_list_widget li{
	line-height: 0;
}
ul.product_list_widget .star-rating{
	font-size: 15px;
	display: inline-block;
	font-size: 0;
}
/* woocommerce-product-search */
.woocommerce-product-search{
	position: relative;
	z-index: 1;
	padding: 20px;
	border-radius: 14px !important;
}
.woocommerce-product-search .search-field{
	display: block;
	border-radius: 4px;
	border: none;
	padding-right: 41px;
	-webkit-box-shadow: inset 0px 5px 0px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0px 5px 0px 0px rgba(0,0,0,0.12);
	box-shadow: inset 0px 5px 0px 0px rgba(0,0,0,0.12);
}
.woocommerce-product-search input[type='submit']{
	position: absolute;
	top: 20px;
	right: 20px;
	text-indent: 1000px;
	display: inline-block;
	width: 41px;
	padding: 6px 0;
	font-size: 1.05em;
	line-height: 1.15em;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	z-index: 1;
	background: transparent !important;
	overflow: hidden;
}
.woocommerce-product-search:before{
	display: block;
	position: absolute;
	width: 41px;
	top: 20px;
	padding: 6px 0;
	right: 20px;
	line-height: 1.15em;
	font-family: FontAwesome;
	font-size: 1.052em;
	content: "\f002";
	color: #fff;
	text-align: center;
	z-index: 1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.woocommerce-product-search .screen-reader-text{
	display: none;
}

/* cart-widget*/
.widget_shopping_cart_content p{
	margin: 15px 0;
	text-align: center;
}
.widget_shopping_cart_content{
	overflow: hidden;
}
/*filter-price widget*/
.price_slider_wrapper .price_slider{
	height: 22px;
	border-radius: 22px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	margin-top: 25px;
	border-width: 2px;
	border-style: solid;
	box-sizing: border-box;
	overflow: hidden;
}
.price_slider .ui-slider-range{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 22px;
}
.price_slider .ui-slider-handle{
	width: 18px;
	height: 100%;
	border-radius: 18px;
	border: 2px solid #fff;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}
.price_slider .ui-slider-handle:last-child{
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}
.price_slider_wrapper .price_slider_amount{
	/********************/
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	/********************/
	display: -moz-flex;
	-moz-justify-content: space-between;
	/********************/
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	/********************/
	display: -o-flex;
	-o-justify-content: space-between;
	/********************/
	display: flex;
	justify-content: space-between;

	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.price_slider_wrapper .price_slider_amount .price_label{
	display: inline-block;
}
.price_slider_wrapper .price_slider_amount .clear{
	display: none;
}

.woocommerce ul.chosen-results li:before{
	display: none;
}
.woocommerce ul.chosen-results li{
	font-size: inherit;
}

.footer_container ul.product_list_widget li a{
	font-weight: 400;
}
.footer_container ul.product_list_widget ins{
	background: transparent;
}
.footer_container ul.product_list_widget li a:hover{
	color: #fff;
}
.footer_container ul.product_list_widget li a img{
	border-color: #fff !important;
	margin-right: 8px;
}
.footer_container  .cws-widget .product_list_widget>li .remove{
	color: #ed1c24;
}
.footer_container  .cws-widget .cart_list.product_list_widget>li:last-child{
	border-color: rgba(255,255,255,0.2);
}


/***** SLAVIK ****/
.woocommerce .woocommerce-tabs .tabs:after,
ul.product_list_widget li:after{
	display: block;
	content: "";
	clear: both;
}
.woocommerce .products li,
.woocommerce .woocommerce-tabs .tabs li{
	padding-left: 0;
}
.woocommerce .woocommerce-tabs .tabs li{
	position: relative;
	min-height: 40px;
	float: left;
	display: inline-block;
	font-size: 1.14em;
	padding: 0 15px;
	text-align: center;
	line-height: 40px;
	margin-right: 1px;
	z-index: 1;
}
.woocommerce .woocommerce-tabs .tabs li a{
	color: #fff;
}
.woocommerce .woocommerce-tabs h2,
.woocommerce .woocommerce-tabs h3{
	margin-bottom: 10px;
	font-size: 1.5em;
}
.woocommerce .woocommerce-tabs #review_form_wrapper{
	padding-top: 15px;
}
.woocommerce .woocommerce-tabs .tabs li:first-child{
	-webkit-border-radius: 13px 0 0;
	-moz-border-radius: 13px 0 0;
	border-radius: 13px 0 0;
}
.woocommerce .woocommerce-tabs .tabs li:last-child{
	-webkit-border-radius: 0 13px 0 0;
	-moz-border-radius: 0 13px 0 0;
	border-radius: 0 13px 0 0;
}
.woocommerce .products li:before,
.woocommerce .woocommerce-tabs .tabs li:before{
	display: none;
}
.woocommerce ol.commentlist{
	list-style-type: none;
	margin-left: 0;
}
.woocommerce .panel.entry-content{
	position: relative;
	z-index: 2;
	font-size: 0.928em;
	padding: 15px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 0 13px 13px 13px;
	-moz-border-radius: 0 13px 13px 13px;
	border-radius: 0 13px 13px 13px;
}
.woocommerce .woocommerce-tabs .shop_attributes{
	text-align: left
}
.woocommerce .woocommerce-tabs .shop_attributes th{
	padding-right: 20px;
}
.product_list_widget li.empty{
	border-top-style: none !important;
	border-bottom-style: none !important;
}
/**** Disable Mark ****/
ul.products h3 mark{
	background: transparent;
}
ul.products .product:hover h3 mark{
	color: #fff;
}
/* mini cart */
.mini-cart {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1em;
	padding: 8px;
	text-align: center;
	border-radius: 7px;
	width: 1em;
	margin-left: 3px;
	color: #fff;
}
.mini-cart .woo_icon{
	position: relative;
	z-index: 1;
	color: inherit;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);	
}
.mini-cart .woo_icon i{
	line-height: 0;
}
.mini-cart{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.woo_mini-count span{
	position: absolute;
	z-index: 1;
	top: -16px;
	left: calc(100% - 2px);
	text-align: center;
	display: inline-block;
	font-size: 13px;
	height: 16px;
	font-weight: 700;
	line-height: 16px;
	padding: 0 5px;
	border-radius: 16px;
	background-color: #ed1c24;
}
.mini-cart .cart_list{
	background-color: #fff;
	margin-bottom: 15px;
}
.mini-cart .woo_mini_cart>*:last-child{
	margin-bottom: 0;
}
.mini-cart .cart_list li:before{
	display: none;
}
.mini-cart .cart_list li{
	padding: 10px 0;
}
.mini-cart .cart_list li{
	border-bottom: 1px solid #d6d6d6;
	text-align: start;
	overflow: hidden;
}
.mini-cart .cart_list li:first-child{
	padding-top: 0;
}
.mini-cart .cart_list li.empty{
	padding-bottom: 0;
	line-height: 1;
}
.mini-cart .cart_list li a img {
	max-width: 40px;
	margin-right: 10px;
	margin-top: -5px;
	float: left;
	position: relative;
	border-radius: 14px;
	border-width: 3px;
	border-style: solid;
	padding: 3px;
}
.mini-cart .cart_list li>* {
	margin-top: 5px;
	margin-right: 20px;
	display: block;
	line-height: 1;
}
.mini-cart .woo_mini_cart{
	position: absolute;
	top: calc(100% + 15px);
	right: 0;
	width: 370px;
	padding: 18px 20px;
	background: #fff;
	border-radius: 18px;
	text-align: center;
	border: 10px solid #d6d6d6;
	box-sizing: border-box;
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-ms-transform:translateY(10px);
	transform:translateY(10px);
	visibility: hidden;
	opacity: 0;
	transition-duration: 0;
}
.mini-cart .woo_mini_cart:before{
	content: '';
	position: absolute;
	top: -25px;
	right: -10px;
	height: 30px;
	width: 100%;
}
.mini-cart .woo_mini_cart .product_list_widget>li .remove {
	float: right;
	color: #ed1c24;
	font-size: 40px;
	/*height: 15px;*/
	margin: 1px 0 5px 5px;
}
.mini-cart .product_list_widget>li .quantity>.amount{
	font-weight: 700;
}
.woo_mini_cart .total{
	margin-bottom: 15px;
	text-align: start;
	display: table;
	width: 100%;
}
.woo_mini_cart .total>*{
	display: table-cell;
}
.woo_mini_cart  .total>.amount{
	text-align: end;
	font-size: 1.263em;
	font-weight: 700;
}
.mini-cart:hover .woo_mini_cart {
	visibility: visible;
	opacity: 1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);

	transition-delay: 0s;
	-webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0s;
	transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s;
}
.mini-cart .woo_mini_cart .variation{
	margin-bottom: 0;
}
.woo_mini_cart .variation>*{
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
}
/* RESPONSIVE SHOP*/

@media screen and (max-width: 1190px){
	ul.products{
		margin: 15px -10px;
		width: calc(100% + 20px);
	}
	ul.products li{
		width: 220px;
		margin: 15px 10px;
	}
	.woocommerce .col2-set#customer_details>div {
		width: 100%;
	}	
	.woocommerce div[class^="post-"] .images{
		width: 240px;
	}
	.woocommerce div[class^="post-"] .summary.entry-summary {
		margin-left: 0;
	}
}

@media screen and (max-width: 980px){
	ul.products{
		margin: 15px -8px;
		width: calc(100% + 18px);
	}
	ul.products li{
		margin: 15px 9px;
	}
	ul.products li{
		width: 234px;
	}
	.single_sidebar ul.products li{
		width: 265px;
	}	
	.double_sidebar ul.products li{
		width: 171px;
	}
	.price_slider_wrapper .price_slider_amount{
		display: block;
		text-align: center;
	}
	ul.product_list_widget li a img{
		max-width: 40px;
	}
	.cws-widget .product_list_widget>li>*:not(a):not(.star-rating){
		margin-left: 52px;
	}
	div.woocommerce .product-thumbnail .media_part{
		max-width: 50px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 767px){
	ul.products{
		margin: 15px -15px;
		width: calc(100% + 30px);
	}
	ul.products li,
	.single_sidebar ul.products li,
	.double_sidebar ul.products li{
		width: calc(50% - 30px);
		margin: 15px;
	}	
	ul.product_list_widget li a img{
		max-width: 58px;
	}
	.cws-widget .product_list_widget>li>*:not(a):not(.star-rating){
		margin-left: 70px;
	}
	.price_slider_wrapper .price_slider_amount{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
	}
	.woocommerce .woocommerce-tabs .tabs li{
		float: none !important;
		display: block;
	}
	.woocommerce .woocommerce-tabs .tabs li a{
		display: block;
	}
	.woocommerce .woocommerce-tabs .tabs li + li{
		border-left-style: none;
		border-top: 1px solid #fff;
	}
	.woocommerce .woocommerce-tabs .tabs li{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.woocommerce .woocommerce-tabs .tabs li:first-child {
		-webkit-border-radius: 13px 13px 0 0 !important;
		-moz-border-radius: 13px 13px 0 0 !important;
		border-radius: 13px 13px 0 0 !important;
	}
	.woocommerce .woocommerce-tabs .tabs li:last-child{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.woocommerce .panel.entry-content{
		-webkit-border-radius: 0 0 13px 13px;
		-moz-border-radius: 0 0 13px 13px;
		border-radius: 0 0 13px 13px;
	}
/*	.page-content ul.products{
		width: 100%;
		margin: 15px 0;
	}*/
	ul.product_list_widget li del{
		display: inline-block;
	}
	.woocommerce div[class^="post-"] .images {
		width: 175px;
	}
	.page-content.double-sidebar ul.product_list_widget .star-rating{
		margin-left: calc(50% + 100px);
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.page-content.double-sidebar .cws-widget .star-rating:before, 
	.page-content.double-sidebar .cws-widget .star-rating>span:before{
		font-size: 20px;
	}
	.page-content.double-sidebar .cws-widget .star-rating{
		width: 93px;
	}
	.page-content.double-sidebar .cws-widget .star-rating>span:before{
		margin-top: -30px;
	}
	div.woocommerce .product-thumbnail .media_part{
		display: none;
	}
	div.woocommerce table.shop_table th,
	div.woocommerce table.shop_table td{
		padding-right: 5px;
		padding-left: 5px;
	}
}

@media screen and ( max-width:479px ){
	.woo_panel{
		display: block;
	}
	ul.products.list li{
		text-align: center;
	}
	ul.products.list li .media_part{
		float: none;
		margin-right: 0;
	}
	.woo_panel>*{
		display: block;
		text-align: center;
		margin-bottom: 10px !important;
	}
	.woo_panel>*:last-child{
		margin-bottom: 0 !important;
	}
	ul.products{
		margin: 15px 0;
		width: 100%;
	}
	ul.products li,
	.single_sidebar ul.products li,
	.double_sidebar ul.products li{
		width: 100%;
		margin: 15px 0;
	}
	div.woocommerce .product-price,
	.shop_table.my_account_orders .order-status{
		display: none;
	}div.woocommerce td.actions {
		text-align: center;
	}
	div.woocommerce .actions .coupon {
		display: block;
		width: 100%;
		text-align: center;
	}
	div.woocommerce tr td.actions{
		text-align: center !important;
	}
	div.woocommerce .actions .coupon>*{
		border-radius: 9px !important;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.checkout_coupon p.form-row.form-row-first{
		width: 50%;
	}
	.woocommerce .col2-set>div {
		width: 100%;
	}
	.woocommerce div[class^="post-"] .images {
		width: 100%;
		max-width: none;
	}
	.woocommerce div[class^="post-"] .images img{
		width: 100%;
	}
	.woocommerce #tab-reviews .star-rating {
		display: inline-block;
		float: left;
	}	
	.woocommerce p.woocommerce-result-count{
		float: none;
		width: 100%;
		text-align: center;
	}
	form.woocommerce-ordering {
		text-align: center;
	}
	form.woocommerce-ordering .orderby {
		margin-top: 5px;
	}
/*	.shortcode_carousel ul.products li{
		margin-right: 0 !important;
	}*/
}

/*
\RESPONSIVE
*/

/*
 Woo RTL support
*/

html[dir='rtl'] .woocommerce div[class^="post-"] .images{
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
html[dir='rtl'] .woocommerce div[class^="post-"] .summary.entry-summary {
    margin-left: 0;
    margin-right: 320px;
}
html[dir='rtl'] .woocommerce div[class^="post-"] .entry-summary .star-rating, 
html[dir='rtl'] .woocommerce div[class^="post-"] .commentlist .star-rating {
    float: left;
}
html[dir='rtl'] .star-rating>span{
	right: 0;
	left: auto;
}
html[dir='rtl'] .woocommerce .woocommerce-tabs .tabs li{
	float: right;
	margin-right: 0;
	margin-left: 1px;
}
html[dir='rtl'] .woocommerce .woocommerce-tabs .tabs li:first-child {
    -webkit-border-radius: 0 13px 0 0;
	-moz-border-radius: 0 13px 0 0;
	border-radius: 0 13px 0 0;
}
html[dir='rtl'] .woocommerce .woocommerce-tabs .tabs li:last-child{
	 -webkit-border-radius: 13px 0 0;
    -moz-border-radius: 13px 0 0;
    border-radius: 13px 0 0;
}
html[dir='rtl'] .woocommerce .panel.entry-content{
    -webkit-border-radius: 13px 0 13px 13px;
    -moz-border-radius: 13px 0 13px 13px;
    border-radius: 13px 0 13px 13px;	
}
html[dir='rtl'] .woocommerce-tabs .comment_container img{
	float: right;
	margin-right: 0;
	margin-left: 15px;
}
html[dir='rtl'] .woocommerce .comment-form-rating .stars .stars-active{
	left: auto;
	right: 0;
}
html[dir='rtl'] div.woocommerce .product-thumbnail .media_part{
	margin-left: 20px;
	margin-right: 0;
}
html[dir='rtl'] div.woocommerce #coupon_code{
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
html[dir='rtl'] div.woocommerce .actions .coupon .button{
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
html[dir='rtl'] div.woocommerce .shop_table>*:last-child .cart_item:last-of-type td:last-child, 
html[dir='rtl'] div.woocommerce .shop_table.cart>*:last-child .cart_item:nth-last-child(2) td:last-child{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 14px;
}
html[dir='rtl'] div.woocommerce .shop_table>*:last-child .cart_item:last-of-type td:first-child, 
html[dir='rtl'] div.woocommerce .shop_table.cart>*:last-child .cart_item:nth-last-child(2) td:first-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 14px;	
}
html[dir='rtl'] div.woocommerce .product-name .variation{
	margin-left: 0;
	margin-right: 15px;
}
html[dir='rtl'] form.checkout h3 .input-checkbox{
	float: left;
}
html[dir='rtl'] #payment{
	text-align: right;
}
.shop_table.order_details .order_item{
	text-align: center;
}

@media screen and (max-width: 980px){
	html[dir='rtl'] div.woocommerce .product-thumbnail .media_part {
		margin-left: 5px;
	}
}
@media screen and (max-width: 767px){
}
/*
 /Woo RTL support
*/




/*# sourceMappingURL=main.css.map*/