/*------------------------------------------------------------------

	[Master Stylesheet]
	
	Theme Name: LookUp
	Theme URI: http://lookup.ideal-theme.com/html5/
	Description: Responsive Multi-Purpose HTML5 Template
	Author: IdealTheme
	Author URI: http://themeforest.net/user/IdealTheme
	Version: 1.1
	Last change:	04/12/2017

-----------------------------

	[Table of contents]
	
	1. Body
	2. Header / #site_header
	3. Navigation / #main_nav
	4. Content / .content
	5. Left column / .left_sidebar
	6. Right column / .right_sidebar
	7. Sidebar / #sidebar
	9. Search / #search
	10. BlogContainer / .hm_blog_list
	11. SectionBlock / .content_section
	12. Preloader / #preloader
	13. Footer / #footer

-----------------------------

	[Color codes]
	
	MainColor:    #fbb73f (light blue)
	Background:	#ffffff (white)
	Content:	  #F7F7F7 (light black)
	Header h1/h2/h3/h4/h5/h6:    #324545
	Footer:    #222222
	a:    #fbb73f (light blue)

-----------------------------

	[Typography]

	Body copy:		14px/1.9 "Open Sans", Verdana, Helvetica, sans-serif;
	Headers:		     font-family: "Open Sans", Verdana, Helvetica, sans-serif;
	Header h1:		36px/1.2
	Header h2:		30px/1.2
	Header h3:		26px/1.2
	Header h4:		22px/1.2
	Header h5:		18px/1.2
	Header h6:		15px/1.2

-------------------------------------------------------------------*/

/* Additions by Anas */

.grecaptcha-badge{
	bottom: 40px !important;
}
.top_add_leftlang {
	border-right: 1px solid #efefef;
	color: #bbb;
	display: block;
	font-size: 16px;
	height: 25px;
	line-height: 30px;
	position: absolute;
	right: 45px;
	text-align: center;
	width: 50px;
	z-index: 6;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top_add_leftlang:hover>span,
.hm_icon_search_btn:hover>span {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

/* .ico-fr:before { */
/* content: '';
    display: block;
    height: 40px;  
    width: 40px;  
    top: 0px;
	background: url("../img/fr.png") no-repeat 0px 4px;
	background-size: 40px auto;
}
.ico-es:before {
	content: '';
    display: block;
    height: 40px;  
    width: 40px; 
    top: 0px;
	background: url("../img/es.png") no-repeat 0px 0px;
	background-size: cover; */
/* } */
/* @media (max-width: 780px){
	.ico-fr:before,.ico-es:before {
		position: absolute;
		left: 5px;
	}
} */
.form-reply {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	background: #272e67;
	color: white;
	text-align: center;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}

.form-reply-visible {
	visibility: visible !important;
	opacity: 1 !important;
}

.counter.fadeInDown .hm_divider.divi_border1.divi_centered.divi_i_c.divi_mid2.default_bgc.default_boc.divi_hi2.divi_space1 {
	background: #fff !important;
}


.c_con {
	font-size: 14px;
}



@media (max-width: 1023) {
	.shitty-arrow-fix {
		display: none !important;
	}
}

@media (max-width: 492) {
	.shitcount {
		position: absolute !important;
	}
}

.bp-spacer {
	padding-top: 76px;
	margin-top: -76px;
	width: 1px;
	/* '0' will not work for Opera */
	/* display: hidden; */
}

#rev_slider_35_1 .zeus .tp-bullet:hover .tp-bullet-title,
#rev_slider_35_1 .zeus .tp-bullet:hover .tp-bullet-image,
#rev_slider_35_1 .zeus .tp-bullet:hover .tp-bullet-imageoverlay {
	display: none;
}

.process-close-button {
	display: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 40px;
	transition: all 0.5s ease;
}

.process-close-button:hover {
	cursor: pointer;
	background: #eee;
	transition: all 0.5s ease;
}

.process-step-active .process-close-button {
	display: block;
	visibility: visible;
	opacity: 1;
	transition: all 0.5s ease;

}

/* .process-step-active:before {
    content: "X";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
} */
.process-step-inactive .process-info-trigger:hover {
	background: #eee;
	cursor: pointer;
	padding: 10px;
}

.process-step-active .icon:hover {
	background: #eee;
	cursor: pointer;
}

.process-step-inactive .process-info {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.process-step,
.process-step .process-info,
.process-info-trigger {
	transition: all 0.5s ease;
}

.process-step-active {
	z-index: 1;
	background: white;
	width: 100% !important;
	height: 100%;
	position: relative;
}

.process-step-active .process-info {
	opacity: 1;
	visibility: visible;
	display: block;
	text-align: left;
}

.process-step-active .simple {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.process-step-active .title {
	font-size: x-large;
	color: #272e67;
}

.process-step {
	float: left;
	text-align: center;
}

.process-step .icon {
	color: #272e67 !important;
	position: relative;
	background-color: white;
	max-width: 150px;
	max-height: 150px;
	text-align: center;
	padding: 0;
	font-size: 36px;
	line-height: 150px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #fbb73f;
	overflow: hidden;
	margin: 0 auto;
}

ul.simple {
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 !important;
}

ul.simple li {
	text-indent: -5px;
	list-style: none;
	display: list-item;
	text-align: -webkit-match-parent;
}

ul.simple li:before {
	content: "-";
	position: relative;
	left: -5px;
}

.row:after,
.row:before {
	content: " ";
	display: table;
}

@media (min-width: 1200px) {
	.process .process-row:before {
		top: 75px;
		left: 0;
		position: relative;
		color:
			/* #272e67*/
			#fbb73f;
		content: " ";
		width: 100%;
		height: 1px;
		border-top: 1px dashed;
		z-index: 0;
	}
}

@media (max-width: 1022px) {
	.rev-btn {
		/* display:none !important; */
	}
}

/* Additions by Anas end here */

@charset "utf-8";

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

ins {
	background: #efefef;
	padding: 0 5px;
	text-decoration: none;
	padding: 2px 6px;
}

address {
	font-style: italic;
	margin: 0 0 24px
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

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

.alignleft {
	float: left
}

.alignright {
	float: right
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%
}

figure {
	margin: 0
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

.tahoma_font {
	font-family: tahoma;
	font-weight: normal;
}

body,
textarea {
	font-family: "Open Sans", Verdana, Helvetica, sans-serif;
}

body {
	font-size: 16px;
	color: #777;
	position: relative;
	line-height: 1.9;
}

body.site_boxed {
	background-color: #f9f9f9;
}

body,
html {
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	height: 100%;
}

b,
strong {
	font-weight: bold;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

a,
a:hover {
	color: #fbb73f;
	text-decoration: none;
	outline: none;
}

::-webkit-selection {
	background: #fbb73f;
	color: #fff;
}

::-moz-selection {
	background: #fbb73f;
	color: #fff;
}

::selection {
	background: #fbb73f;
	color: #fff;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.entry-content ol {
	list-style: decimal;
	margin: 0 0 18px 18px;
}

.entry-content ul {
	list-style: square;
	margin: 0 0 18px 18px;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}

.list_icon {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

dl {}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

pre {
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.06);
	color: #555;
	font-size: 15px;
	line-height: 1.8;
	margin: 20px 0;
	overflow: auto;
	padding: 20px 25px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

.clear {
	clear: both;
	display: block;
}

img,
object,
embed {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

img {
	font-size: 0;
}

p {
	margin-bottom: 18px;
}

.hm_dropcap {
	color: #555;
	display: block;
	float: left;
	font-size: 40px;
	line-height: 34px;
	margin: 4px 10px 8px 0;
	text-transform: uppercase;
}

.f_s_i_zoom {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

a:not(.rev-btn),
#navy>li>a>span,
#navy ul li a,
#navy ul li .parent_arrow,
.owl-prev,
.owl-next,
#navy ul.mega_menu li a:before,
#navy .img_menu_i>a span:before,
#navy>li>a,
.top_catt_remove:after,
.top_catt_remove:before,
.top_catt_remove,
.top_cart_title,
.lookup_p>span,
.owl_n>span,
.lookup_p>span:after,
.lookup_p>span:before,
.owl_n>span:after,
.owl_n>span:before,
.owl-dot,
.btn_a>span>span,
.tabs-navi a:after,
.tabs-body:after,
.tabs-navi a:before,
.feature_icon .icon,
.feature_icon .item h5 .title,
.expand_img,
.detail_link,
.porto_nums>span.like i,
.porto_type:after,
.option-set li a,
.option-set li,
.option-set li a span,
.option-set li a span:after,
.option-set li a span:before,
#sort-by.option-set,
.porto_type>img,
.icon_expand>span:after,
.porto_desc h6,
.porto_type>img,
.owl_n,
.lookup_p,
.video_frame:before,
.video_frame:after,
.video_frame div:after,
.video_frame div:before,
.play_video_btn>span,
.youtube_bg_video,
.add2cart_btn,
.add2cart_btn i,
.add2cart_image .add2cart_zoom,
.add2cart_img:after,
.tagcloud a,
.tagcloud a span,
.tagcloud a span:after,
.tagcloud a span:before,
.pagination li a,
.cart_toltip_icon:after,
.cart_toltip_icon:before,
.add2cart_icons,
.thumbs_gall_slider_con .owl-controls,
.tree_features>li,
.team_block2 .member_img:after,
.team_block2 .member_img:before,
.person_name,
.member_img2:before,
.member_img2:after,
.hm_new_bar_controll_btn.pause i,
.feature_inner_ling:after,
.feature_inner:hover:after,
.feature_inner:hover:before,
.plan_head,
.plan_head span,
input,
textarea:focus,
.recent_posts_img:after,
.recent_posts_img:before,
.flickr_badge_image,
.flickr_badge_image a:after,
.flickr_badge_image a:before,
.vid_icon i,
.hm_vid_con:after,
a>span,
.hm_filter_wrapper_con.timeline .filter_item_block,
a:after,
a:before,
.timeline_feature>a span.image-zoom,
.featured_slide_img:after,
.featured_slide_details,
.f_s_i_zoom,
.social_links_widget a,
.social_in,
#submit-comment,
.comment-reply-link,
.comment-edit-link,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.counter .icon,
.content_thumbs_gall .gall_thumbs .owl-item>.item,
.content_thumbs_gall .gall_thumbs .owl-item>.item:after,
.main_button,
.btn_a,
.mfp-close,
.mfp-arrow,
.rev_offer_circle span,
.rev_offer_circle2 span,
.hm_go_top,
.flex_style1 #flex_thumbs li:after,
.flex_style1 #flex_thumbs li,
.flex_style1 #flex_carousel .flex_next>span:after,
.flex_style1 #flex_carousel .flex_previous>span:after,
.flex_style1 #flex_carousel .flex_next:hover span span:before,
.flex_style1 #flex_carousel .flex_next:hover span span:after,
.flex_style1 #flex_carousel .flex_next:hover span span,
.flex_style1 #flex_carousel .flex_previous:hover span span:before,
.flex_style1 #flex_carousel .flex_previous:hover span span:after,
.flex_style1 #flex_carousel .flex_previous:hover span span,
.flex_in_flex,
.wobbly_slide ul li,
.wobbly_slide>nav span,
.wobbly_slide>nav span i,
.leaf_icon,
.hoverdir_con,
.acc_title,
.acc_arr:after,
.acc_arr:before,
.lfc_icon,
input[type="password"],
.mega_toltip,
.mobile_menu #navy>li.opened_menu>a>span:after,
.normal_menu_arrow::after,
#navy ul li a i.menu_icon,
.error,
#form-messages,
#subscribe_output,
.newsl_i i,
.share_on_socials a,
.top_cart,
#main_nav,
#logo,
.header_on_side.site_boxed #side_heder,
.owl_abs_arr .owl-nav,
.main_button i,
.plan_price,
.hm_plan2,
button,
.porto_desc,
.quote_con .title,
.timeline_post_format,
.hm_icon_search {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#nav_bar {
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	-ms-transition: background 0.4s ease;
	transition: background 0.4s ease;
}

.related_posts_slide .related_img>img,
.add2cart_image .add2cart_img>img {
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
}

a.img_popup>.hm_plus_i,
a.img_popup>img,
.tooltip_con,
.hm_icon_in,
.hmicon_i,
.hmicon_i i,
.mejs-overlay-button,
.top_add_card i {
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease
}

#navy .has_sub_img .owl-controls,
.top_catt_remove,
.owl-dot,
.rotate_icon,
.owl-dot,
.porto_galla .owl-dot,
.client_img,
.client_img img,
.content_slider .owl-dot,
.play_video_btn>span,
.play_video_btn,
.add2cart_image .add2cart_zoom,
.cart_toltip_icon,
.sidebar_slide_discount:after,
.owl-dot,
.cart_toltip_icon2,
.sidebar_slide_discount,
.share_on_socials a,
.vid_icon,
.single_cart_video .vid_icon:after,
.commerce_comments .avatar_img,
.next_product_nav .icon-wrap,
.social_media a,
.team_block2 .member_img,
.team_block2 .member_img img,
.team_block2 .member_img,
.team_block2 .member_img:after,
.team_block2 .member_img:before,
.hm_circle_progressbar.style1:not(.square)>svg,
.hm_vid_con .vid_icon i,
.timeline_post_format,
.timeline_feature a span.image-zoom,
.small_title .s_icon,
.mejs-controls .mejs-time-rail .mejs-time-current:after,
.rev_arrow_a,
.rev_offer_circle,
.rev_offer_circle2,
.flex_style1 #flex_carousel .flex_next,
.flex_style1 #flex_carousel .flex_previous,
.flex_style1 #flex_carousel .flex_next>span,
.flex_style1 #flex_carousel .flex_previous>span,
.flex_style1 #flex_carousel .flex_next>span:after,
.flex_style1 #flex_carousel .flex_previous>span:after,
.leaf_icon,
.page404>span:after,
.page404>span::before,
.face404,
.hm_circle_progressbar.style1:after,
#navy .has_sub_img .owl-controls:before,
.contact_details_row .icon,
.preloader3 .spinner .sk-dot2,
.preloader3 .spinner .sk-dot1,
.hm_woocomm_vid,
.social_links_widget.circle_socials a,
.circle_socials .social_in,
.tit_num,
.owl_abs_arr .lookup_p,
.owl_abs_arr .owl_n,
.counter_round_icon .icon,
.rounded_arrows li .list-arr,
.circle_arrows .list-arr,
.hmicon_i_border .hmicon_i,
.hmicon_i_border .hm_icon_in,
.hm_requires,
.wobbly_slide .icon,
.hm_exp_author img,
.full_radius {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.play_video_btn>span i,
.add2cart_image .add2cart_zoom,
.team_block2 .member_img:after,
.hm_circle_progressbar .path_val,
.recent_posts_img:before,
.flickr_badge_image a:before,
.timeline_post_format i,
.timeline_feature a span.image-zoom,
.hm_vid_con .vid_icon,
.rev_offer_circle>span,
.rev_offer_circle2>span,
.flex_style1 #flex_thumbs .flex_next i,
.flex_style1 #flex_thumbs .flex_previous i,
.wobbly_slide>nav span i,
#navy .has_sub_img .owl-controls,
.plan_col .spec_req2,
a.img_popup>.hm_plus_i,
.hm_circle_progressbar i,
.hm_circle_title,
.f_s_i_zoom,
.porto_nav {
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.rotate_icon,
.main_title.centered span,
.centered .main_title span,
.main_title.centered span:before,
.centered .main_title span:before,
.tabs2 .tabs-navi a.selected:after,
.tabs2 .tabs-navi a.selected:before,
.tabs1.fill_active .tabs-navi a.selected:before,
.section_icon,
.cart_toltip_icon:before,
.sidebar_slide_discount:before,
.sidebar_slide_price:before,
.hm_filter_wrapper_con.timeline:after,
.wobbly_slide ul li>svg,
.face404,
.tooltip_con.top,
.tooltip_con.bottom {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.top_add_card,
.shop_slider .owl-controls,
.thumbs_gall_slider_larg .owl-controls,
.porto_galla .owl-nav,
.flex_style1 #flex_carousel .flex_next,
.flex_style1 #flex_carousel .flex_previous,
.porto_galla .owl-prev,
.porto_galla .owl-next,
.mega_toltip,
.nav_trigger,
#navy .tab_menu_item.active>a:after,
.tooltip_con.left,
.tooltip_con.left .tooltip_arrow,
.tooltip_con.right .tooltip_arrow,
.filter_simple #filter-by>li a:after,
.p_format_link:after,
.hm_search_c {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.radius3,
.btn_a,
.main_title.has_bg h2,
.tabs2 .tabs-body,
a.img_popup,
.project_text_nav .expand_img,
.project_text_nav .detail_link,
.what_say_block .say_img,
.add2cart_slide,
.light_socials a,
.bordered_socials a:after,
.social_in,
.tagcloud a,
.tagcloud .tag,
.cart_toltip_icon:after,
.sidebar_slide,
.shop_product_wrapper .hm-tabs.simple_tabs .tabs-navi li a,
.thumbs_gall_slider_larg,
.shop_product_wrapper .hm-tabs.simple_tabs:after,
.commerce_comments .comment_container,
.breadcrumbs,
.check_out_totals,
[class^="send_button"],
[class*=" send_button"],
.team_block .f1_card>div,
.gall_thumbs .owl-item,
.thumbs_gall_slider_con,
.black_button,
.newsletter_con,
.hm_vid_con,
.about_author,
.about_author_link>img,
.timeline_block .timeline_feature>a,
.read_more_button,
.timeline_block .timeline_feature a:after,
.timeline_block .timeline_feature,
.hm_blog_list:not(.hm_blog_full_list) .feature_inner_ling,
#submit-comment,
.comment-box,
.hm_blog_list:not(.hm_blog_full_list) .feature_inner .embed-container,
.main_button,
.bordered_btn_white,
.container #flex_carousel.flexslider,
.content #flex_carousel.flexslider,
.flex_in_flex.flexslider,
.camera_commands,
.hoverdir_meta .expand_img,
.hoverdir_meta .detail_link,
.acc_title,
.form_row input[type="file"],
.login_form_colored,
input[type="password"],
.tabs1.tabs_mobile.fill_active:not(.ver_tabs) .tabs-navi>li a,
.tabs2 .tabs-body,
#form-messages,
.menu_button_mode:not(.header_on_side) #navy>li>a,
.hm_icon_search>a,
.nav_trigger,
.feature_inner_ling,
.about_auther_page,
.commerce_comments img.avatar,
.hm_woocomm_vid_desc,
.shopping-commerce-pagination span.current,
div.ideal-cf-validation-errors,
div.ideal-cf-mail-sent-ok,
.rev_radius,
.shop_slider .lookup_p,
.shop_slider .owl_n,
.widget_block select,
.footer_row select,
.widget_calendar table,
.pagination li,
.table-responsive,
.hm_blog_list .feature_inner,
.has_sapce_portos.porto_full_desc .porto_type,
.has_sapce_portos.porto_full_desc .porto_desc,
.about_auther_con .avatar_img,
.timeline_no_more,
#subscribe_output h4,
.widget_recent_comments li,
.post_img_toltip span:not(.recent_posts_img),
.team-col-2 .arrow,
.team_simple_b .team_img img,
.ui-video-background-controls,
a.img_popup>.hm_plus_i,
.tooltip_con,
.tooltip_con>img,
.tooltip_desc>img,
.plan_row3 .plan_col .plan_price_btn,
.hm_plan2,
ins,
.hm_image_sc img,
.embed-container,
.bordered_socials a,
.social_links_widget a,
.feature_icon .icon,
.full_banner_colored.new_boxed_banner,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="password"],
.orderby_label select,
textarea,
.thumb_item img,
.porto_galla .lookup_p,
.porto_galla .owl_n,
.filter_buttons #filter-by>li a,
.filter_buttons #filter-by>li:last-child a,
.filter_buttons #filter-by>li:first-child a,
.internal_post_con .quote_con,
.related_slider_widget,
.related_posts_slide .related_img>.hm_format_i:after,
.related_posts_slide .related_img,
.flexslider .slides img,
.f_s_i_format,
.f_s_i_zoom,
.featured_slider .lookup_p,
.featured_slider .owl_n,
.hoverdir_meta,
.has_sapce_portos.porto_hidden_title .porto_type,
.hm_filter_wrapper .icon_expand,
.porto_full_desc .porto_meta,
.masonry_grid_posts .blog_grid_block,
.masonry_posts .p_format_link,
.search_block.sc_search_block input.serch_input,
.vc_gitem-zone,
.newsletter_button,
.newsl_i,
.tabs_mobile .tabs-navi a,
.top_add_card>span,
.main_button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.radius2,
.posts_widget_list li>a img,
.attach_shop_thumb.ico-post-image,
.fill_con,
.progress_bar .value,
.fill,
.recent_posts_list li>a .recent_posts_img,
.flickr_badge_image a,
.hm_vid_con img,
.hm_vid_con:after,
.blog_list_format,
.posts_widget_list2 li>a img,
.comment-container .trees_number,
.mejs-controls .mejs-time-rail .mejs-time-float,
.content_thumbs_gall .gall_thumbs .owl-item>.item,
.social_share_btn::before,
.social_share_btn::after,
.mega_toltip,
.ac_pm.acc_no .acc_arr,
.tooltip_arrow span,
.hm_mark,
mark,
.list-arr,
.nav_with_nums span.num,
.f_s_i_date,
.mejs-container,
.timeline_block .meta {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.radius5,
.site_boxed_space #main_wrapper,
.header_on_side.dark_sup_menu.site_boxed_space #side_heder:not(.start_side_offset) #side_heder_in,
.hm_message,
.content .hm_new_con,
.about_auther_con .avatar_img img,
.single_post_body,
.hm_divider i,
.tabs2 .tabs-navi a,
.what_say_block .say_img img,
.team-col,
.member_img2,
.team_block .team_img img,
.img_popup_con,
.img_popup_con a.img_popup,
.plan_col.hm_plan2 .plan_price_btn,
.counter_bordered .counter,
.hm_quote3,
.hm_quote4,
.entry-content table,
pre,
.bordered_columns,
.social_large a,
.hmicon_bordered,
#filter-by>li:last-child:first-child a,
.filter_by_mobile #filter-by>li a,
.wobbly_slide>nav span,
#options .sort_list a.sort_selecter,
#sort-direction.option-set,
.porto_hidden_title.has_sapce_portos .porto_block,
.pagination li a,
.hm_filter_wrapper_con.timeline .timeline_block,
.error404 .search_block input.serch_input,
.plan_col:not(.hm_plan2),
.section_icon i,
.section_icon,
.hmicon_i.radius5,
.hm_icon_in.radius5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.radius10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.hm-tabs.simple_tabs .tabs-navi li:first-child a,
.lookup_p,
#filter-by>li:first-child a {
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

.tabs1.fill_active .tabs-navi li>a,
.plan_col .plan_name {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
}

.hm-tabs.simple_tabs .tabs-navi li:last-child a,
.owl_n,
#filter-by>li:last-child a {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

#sort-by.option-set,
.has_sapce_portos.porto_simple_title .porto_desc:not(.simple_porto_desc) {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.add2cart_details,
.blog_grid_con,
.panel-body,
.hm_occ_content .acc_content,
.lfc_forget_pass,
#navy ul,
.top_cart_con,
.top_cart_footer,
.before_after_desc,
.hm_search_form,
.hm_owl_carousel .post_popular_title,
.has_sapce_portos.porto_hidden_title .porto_desc,
.masonry_posts .quote_con:not(.p_format_link) {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#options .sort_list:hover a.sort_selecter,
a.add2cart_img,
.feature_inner_ling,
.blog_grid_desc,
.occ_expanded .acc_title,
.lfc_header,
.table_container,
.before_after_img,
.hm_go_top,
.hm_owl_carousel .related_img,
.has_sapce_portos.porto_simple_title .porto_type {
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
}

.hm_blog_full_list .feature_inner_ling,
.hosted_video_audio_con .mejs-container,
.dark_sup_menu #navy ul ul,
.hm_filter_wrapper.masonry_posts .feature_inner_ling,
.buttons_added .input-text,
.tabs1.ver_tabs .tabs-body,
.porto_full_desc .porto_desc,
.acc_simple .acc_title,
.plan_row3 .plan_col,
.line_arrows .list-arr,
.porto_type .img_popup,
.masonry_posts a.img_popup,
.masonry_posts .mejs-container,
.no_radius {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.quantity_controll.minus,
.tp-rightarrow.preview4:after,
.flex_style1 #flex_thumbs .flex_previous,
.camera_next,
.lfc_icon,
#navy .image_menu .owl-prev,
.next_product_nav .next .icon-wrap {
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-ms-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
}

.quantity_controll.plus,
.tagcloud .num,
.tp-leftarrow.preview4:after,
.flex_style1 #flex_thumbs .flex_next,
.camera_prev,
#navy .image_menu .owl-next,
#navy .tab_menu_item .image_menu .owl-prev,
.orderby_label:before,
.next_product_nav .prev .icon-wrap,
.search_block.sc_search_block .search_btn {
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
}

.cart_toltip_icon:after,
.add2cart_btn,
.sidebar_slide_price:after,
.plan_col .plan_price_btn,
.num_colored,
.four_boxes_block,
.four_boxes_title,
.social_share_btn,
.tree_features>li,
.search_block .serch_input,
.tags_con>a,
.ideal-f-topic-tags a,
.post_tag_t,
#comments .single_comment .avatar,
.comment-reply-link,
.comment-edit-link,
.has_border .small_title_con,
.main_title.has_border h2,
.hmbtn_curved,
.hmbtn_curved_c,
.bordered_btn_white,
.plan_col .plan_per,
.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-ms-border-radius: 200px;
	-o-border-radius: 200px;
	border-radius: 200px;
}

.hosted_audio,
.hosted_video {
	width: 100% !important
}

.hm_edit_post {
	display: none
}

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

.white_section h1,
.white_section h2,
.white_section h3,
.white_section h4,
.white_section h5,
.white_section h6:not(.name) {
	color: #fff;
}

#main_wrapper {
	overflow: hidden;
}

hr {
	background: #E9E9E9;
	border: none;
	height: 1px;
	margin: 30px 0;
}

/* WordPress Gallery 
------------------------------------------ */
.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}

.gallery-columns-2 .gallery-item {
	width: 50%
}

.gallery-columns-3 .gallery-item {
	width: 33.3333%
}

.gallery-columns-4 .gallery-item {
	width: 25%
}

.gallery-columns-5 .gallery-item {
	width: 20%
}

.gallery-columns-6 .gallery-item {
	width: 16.6667%
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%
}

.gallery-columns-8 .gallery-item {
	width: 12.5%
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.hm_text_sc:last-of-type:after,
.hm_text_sc+p:last-of-type:after {
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 8px;
}

table {
	width: 100%;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.small_title .s_text,
.hmicon_t {
	font-family: "Open Sans", Verdana, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #324545;
}

.animated h1,
.animated h2,
.animated h3,
.animated h4,
.animated h5,
.animated h6 {
	visibility: inherit !important;
}

h1,
.h1 {
	font-size: 36px;
	line-height: 1.2;
	margin: 30px 0 22px;
}

h2,
.h2 {
	font-size: 30px;
	line-height: 1.2;
	margin: 30px 0 22px;
}

h3,
.h3 {
	font-size: 26px;
	line-height: 1.2;
	margin: 30px 0 18px;
}

h4,
.h4 {
	font-size: 22px;
	line-height: 1.2;
	margin: 30px 0 18px;
}

h5,
.h5 {
	font-size: 18px;
	line-height: 1.2;
	margin: 30px 0 15px;
}

h6,
.h6 {
	font-size: 15px;
	line-height: 1.2;
	margin: 30px 0 15px;
}

.hm_mark,
mark {
	background: #444;
	color: #fff;
	padding: 2px 6px;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea,
.form_row input[type="file"],
.lfc_user_row input[type="password"],
.orderby_label select {
	border: 1px solid #ddd;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.08) inset;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.08) inset;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.08) inset;
	padding: 12px 16px;
	color: #666;
	font-size: 14px;
	background-color: #fff;
	outline: none;
	font-family: inherit;
}

.white_section input[type="text"],
.white_section input[type="tel"],
.white_section input[type="password"],
.white_section input[type="date"],
.white_section input[type="email"],
.white_section input[type="number"],
.white_section .form_row input.ideal-form-control,
.white_section .form_row textarea {
	background-color: rgba(255, 255, 255, 0.02);
	border-color: rgba(255, 255, 255, 0.15);
	border-width: 2px;
	color: #fff;
}

select {
	border: 1px solid #E6E6E6;
	padding: 8px 12px;
	font-size: 13px;
}

input.error,
textarea.error,
select.error,
input.error[type="text"]:focus,
textarea.error:focus,
input.error[type="password"]:focus,
input.error[type="email"]:focus,
input.error[type="number"]:focus {
	box-shadow: none;
	border-color: #e74c3c;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:not(.qty):focus,
textarea:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus {
	border-color: #999;
	color: #777;
}

.form_douple input[type="text"]:focus,
.form_douple input[type="date"]:focus,
.form_douple input[type="email"]:focus,
.form_douple input[type="number"]:not(.qty):focus,
.form_douple textarea:focus,
.form_douple input[type="password"]:focus,
.form_douple input[type="tel"]:focus,
.form_douple input[type="password"]:focus {
	border-color: #fbb73f;
}

.white_section input[type="text"]:focus,
.white_section input[type="date"]:focus,
.white_section input[type="email"]:focus,
.white_section input[type="number"]:not(.qty):focus,
.white_section textarea:focus,
.white_section input[type="password"]:focus,
.white_section input[type="tel"]:focus,
.white_section .form_row input.ideal-form-control:focus,
.white_section .form_row textarea.ideal-form-control:focus {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.07);
}

.white_section {
	color: rgba(255, 255, 255, 0.94);
	background: #42484d;
}

.page-template-template-soon .white_section {
	background: none;
}

.theme_option {
	display: none;
}

.table_container {
	background: #fff;
	border: 1px solid #E7E7E7;
	border-width: 1px;
	padding: 15px;
}

[class^="send_button"] i,
[class*=" send_button"] i {
	margin-right: 11px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.margin_l_a {
	margin-left: 15px;
}

.margin_t_e {
	margin-top: 55px;
}

input:-moz-placeholder {
	color: #a9a9a9;
}

textarea:-moz-placeholder {
	color: #a9a9a9;
}

.hm-tabs li .hm_column_con {
	padding: 0;
}

.hm_image_sc .hm_column_con {
	padding: 0;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.hm_image_sc.f_left {
	margin: 8px 30px 15px 0;
}

.hm_image_sc.f_right {
	margin: 8px 0 30px 15px;
}

.hm_image_sc.f_none {
	float: none;
}

.hm_image_sc.centered {
	display: block;
	float: none;
	margin: 0 auto;
}

.right_sidebar {
	border-left: 1px solid #f2f2f2;
}

.left_sidebar {
	border-right: 1px solid #f2f2f2;
}

.left_sidebar>.hm_column_con {
	padding-right: 35px !important;
	padding-left: 0px !important;
}

.right_sidebar>.hm_column_con {
	padding-left: 35px !important;
	padding-right: 0px !important;
}

.content_block.f_left {
	padding-right: 35px;
	padding-left: 0;
}

.content_block.f_right {
	padding-left: 35px;
	padding-right: 0;
}

.content {
	padding: 0 15px;
}

.content:not(.hm_woo_page) .content {
	padding-left: 0;
	padding-right: 0;
}

.single-product .hm_woo_page.content {
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.content .rows_container {
	margin: 0 -15px;
}

.content_block .rows_container {
	margin: 0;
}

.no_padding {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.content_hidden {
	margin: 0;
	overflow: hidden;
}

.content,
.container {
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
	width: 100%;
	-webkit-transform: translateZ(0);
}

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

.hm_posts_tax_con {
	padding: 70px 0;
}

.animated:not(.vc_grid-item) {
	visibility: hidden;
	display: block;
}

.visible:not(.vc_grid-item) {
	visibility: visible;
	display: block;
}

.varela_font {
	font-family: "Varela Round", "Open Sans", sans-serif;
}

.raleway_font {
	font-family: "Raleway", "Open Sans", sans-serif;
}

.img_b_space1 {
	margin-bottom: 25px;
}

.default_bgc {
	background: #fbb73f !important;
}

.default_bgc_h:hover {
	background: #fbb73f !important;
}

.default_txc {
	color: #fbb73f !important;
}

.default_txc_h:hover {
	color: #fbb73f !important;
}

.default_boc {
	border-color: #fbb73f !important;
}

.default_boc_h:hover {
	border-color: #fbb73f !important;
}

.white_color {
	color: #fff !important;
}

.white_color_h:hover {
	color: #fff !important;
}

.bg_white {
	background: #fff !important;
}

.bg_white_h:hover {
	background: #fff !important;
}

.white_border {
	border-color: #fff !important;
}

.white_border_h:hover {
	border-color: #fff !important;
}

.upper {
	text-transform: uppercase !important;
}

.lightt {
	font-weight: 300 !important;
}

.boldi {
	font-weight: 500 !important;
}

.bold1 {
	font-weight: 600 !important;
}

.bold2 {
	font-weight: 700 !important;
}

.bold3 {
	font-weight: 800 !important;
}

.hasborder {
	border-style: solid !important;
}

.border1 {
	border-width: 1px !important;
}

.border2 {
	border-width: 2px !important;
}

.border3 {
	border-width: 3px !important;
}

.border4 {
	border-width: 4px !important;
}

.fs13 {
	font-size: 13px !important;
}

.fs14 {
	font-size: 14px !important;
}

.fs15 {
	font-size: 15px !important;
}

.fs16 {
	font-size: 16px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs22 {
	font-size: 22px !important;
}

.fs24 {
	font-size: 24px !important;
}

.fs26 {
	font-size: 26px !important;
}

.fs28 {
	font-size: 28px !important;
}

.fs30 {
	font-size: 30px !important;
}

.fs32 {
	font-size: 32px !important;
}

.fs34 {
	font-size: 34px !important;
}

.fs36 {
	font-size: 36px !important;
}

.fs38 {
	font-size: 38px !important;
}

.fs40 {
	font-size: 40px !important;
}

.fs50 {
	font-size: 50px !important;
}

.fs64 {
	font-size: 64px !important;
}

.fs70 {
	font-size: 70px !important;
}

.fs_res {
	font-size: 8vw !important;
}

.lin_hei18 {
	line-height: 1.8 !important;
}

.lin_hei1 {
	line-height: 1 !important;
}

.let_space1 {
	letter-spacing: 1px !important;
}

.let_space3 {
	letter-spacing: 3px !important;
}

.btn_padd1 {
	padding: 25px 40px !important;
}

.btn_padd2 {
	padding-right: 35px !important;
	padding-left: 35px !important;
}

.btn_padd3 {
	padding: 17px 30px !important;
}

.btn_padd4 {
	padding: 17px 40px !important;
}

.btn_padd5 {
	padding: 15px 25px !important;
}

.btn_padd6 {
	padding: 8px 0px !important;
}

.btn_padd7 {
	padding: 5px 30px !important;
}

.btn_padd8 {
	padding: 15px 30px !important;
}

.btn_padd9 {
	padding: 13px 20px !important;
}

.btn_padd10 {
	padding: 20px 40px !important;
}

.bg_gray1 {
	background-color: #f9f9f9 !important;
}

.bg_gray2 {
	background-color: #f7f7f7 !important;
}

.bg_gray3 {
	background-color: #fafafa !important;
}

.bg_gray4 {
	background-color: #fbfbfb !important;
}

.bg_color1 {
	background-color: #1b1d29 !important;
}

.bg_color2 {
	background-color: #3c4a54 !important;
}

.bg_color3 {
	background-color: #382133 !important;
}

.bg_color4 {
	background-color: #253540 !important;
}

.bg_color5 {
	background-color: #e43262 !important;
}

.bg_color6 {
	background-color: #454650 !important;
}

.bg_color7 {
	background-color: #333 !important;
}

.bg_color8 {
	background-color: #43525c !important;
}

.bg_color9 {
	background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg_color10 {
	background-color: #3e484f !important;
}

.bg_color11 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg_color12 {
	background-color: #394348 !important;
}

.bg_color13 {
	background-color: #2c383e !important;
}

.bg_color14 {
	background-color: #30313c !important;
}

.bg_color15 {
	background-color: #f8fcff !important;
}

.bg_color16 {
	background-color: #324862 !important;
}

.bg_color17 {
	background-color: #11252f !important;
}

.bg_color18 {
	background-color: #3a4c57 !important;
}

.bg_color19 {
	background-color: rgba(255, 255, 255, 0.7) !important;
	border-color: rgba(0, 0, 0, 0.08) !important;
}

.bg_color20 {
	background-color: #15314d !important;
}

.bg_color21 {
	background-color: #39354c !important;
}

.bg_black {
	background-color: #000000 !important;
}

.bg_color22 {
	background-color: rgba(0, 0, 0, 0.04) !important;
}

.bg_color23 {
	background-color: #042E41 !important;
}

.bg_color24 {
	background-color: #f4f8fb !important;
}

.bg_color25 {
	background-color: #3b474e !important;
}

.bg_color26 {
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.bg_color27 {
	background-color: #4d4c51 !important;
}

.bg_color28 {
	background-color: #46454c !important;
}

.bg_color29 {
	background-color: #273140 !important;
}

.bg_color30 {
	background-color: #f7f8f8 !important;
}

.bg_color31 {
	background-color: #454e56 !important;
}

.bg_color32 {
	background-color: #364550 !important;
}

.bg_color33 {
	background-color: rgba(0, 0, 0, 0.15) !important;
}

.bg_color34 {
	background-color: #3f3c4d !important;
}

.bg_color35 {
	background-color: #37373d !important;
}

.bg_color36 {
	background-color: #e25066 !important;
}

.bg_color37 {
	background-color: #343342 !important;
}

.bg_color38 {
	background-color: #f4f7f8 !important;
}

.bg_color39 {
	background-color: #112435 !important;
}

.bg_color40 {
	background-color: #08141e !important;
}

.bg_color41 {
	background-color: #183045 !important;
}

.bg_color42 {
	background-color: #283238 !important;
}

.bg_color43 {
	background-color: #46575f !important;
}

.bg_color44 {
	background-color: #f8f8f8 !important;
}

.bg_color45 {
	background-color: #2d353b !important;
}

.bg_color46 {
	background-color: #39434b !important;
}

.bg_color47 {
	background-color: #434550 !important;
}

.bg_color48 {
	background-color: #00a9a1 !important;
}

.bg_color49 {
	background-color: #383737 !important;
}

.bg_color50 {
	background-color: #222222 !important;
}

.bg_color51 {
	background-color: #363c45 !important;
}

.bg_color52 {
	background-color: #1c1e2a !important;
}

.bg_color53 {
	background-color: #393a41 !important;
}

.bg_color54 {
	background-color: #211f1d !important;
}

.bg_color55 {
	background-color: #f1f1f1 !important;
}

.bg_color56 {
	background-color: #151e24 !important;
}

.bg_color57 {
	background-color: #3e4950 !important;
}

.bg_color58 {
	background-color: #414747 !important;
}

.bg_color59 {
	background-color: #1d1f2b !important;
}

.bg_color60 {
	background-color: #181626 !important;
}

.black2 {
	color: #222 !important;
}

.black3 {
	color: #333 !important;
}

.black6 {
	color: #666 !important;
}

.black8 {
	color: #888 !important;
}

.black_a {
	color: #aaa !important;
}

.has_just_main_title.content {
	padding-bottom: 15px;
}

.not_space {
	margin-top: 0 !important;
}

.icons_spacer {
	margin-bottom: -45px;
	padding-bottom: 90px;
	padding-top: 90px;
}

.it_section>div {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

.repeated_bg {
	background-size: auto !important;
}

.padding15 {
	padding: 15px !important;
}

.padding40 {
	padding: 40px !important;
}

.pb_space {
	margin-bottom: 15px;
}

.space_marg1 {
	margin-bottom: 90px;
	margin-top: 90px;
}

.space_marg2 {
	margin-bottom: 70px;
	margin-top: 70px;
}

.row_spacer {
	padding-bottom: 90px;
	padding-top: 90px;
}

.row_spacer2 {
	padding-bottom: 60px;
	padding-top: 60px;
}

.rowt_spacer3 {
	padding-top: 100px;
}

.row_spacer3 {
	padding-bottom: 100px;
	padding-top: 100px;
}

.rowt_spacer4 {
	padding-top: 120px;
}

.row_spacer4 {
	padding-bottom: 120px;
	padding-top: 120px;
}

.row_spacer5 {
	padding-bottom: 140px;
	padding-top: 120px;
}

.row_spacer6 {
	padding-bottom: 100px;
	padding-top: 120px;
}

.row_spacer7 {
	padding-bottom: 120px;
	padding-top: 100px;
}

.row_spacer8 {
	padding-bottom: 50px;
	padding-top: 100px;
}

.row_spacer9 {
	padding-bottom: 170px;
	padding-top: 170px;
}

.row_spacer10 {
	padding-bottom: 100px;
	padding-top: 80px;
}

.row_spacer11 {
	padding-bottom: 50px;
	padding-top: 90px;
}

.column_spacer1 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.column_spacer2 {
	padding-bottom: 50px;
	padding-top: 50px;
}

.column_spacer3 {
	padding-bottom: 30px;
}

.column_spacer4 {
	padding-bottom: 60px;
}

.column_spacer5 {
	padding-bottom: 40px;
}

.spacer30 {
	height: 30px;
}

.spacer60 {
	height: 60px;
}

.spacer120 {
	height: 120px;
}

.content_spacer {
	padding-top: 70px;
	padding-bottom: 70px;
}

.bg_bottom {
	background-position: center bottom;
}

.bg_scroll {
	background-attachment: scroll !important;
}

.grad_bg1 {
	background: -webkit-gradient(linear, left top, right top, from(#f15f79), to(#b24592)) !important;
	background: -webkit-linear-gradient(bottom, #b24592, #f15f79) !important;
	background: -moz-linear-gradient(bottom, #b24592, #f15f79) !important;
	background: -ms-linear-gradient(bottom, #b24592, #f15f79) !important;
	background: -o-linear-gradient(bottom, #b24592, #f15f79) !important;
}

.grad_bg2 {
	background-image: -webkit-gradient(linear, left top, right top, from(#1a4855), to(#11252f)) !important;
	background-image: -webkit-linear-gradient(left, #11252f, #1a4855) !important;
	background-image: -moz-linear-gradient(left, #11252f, #1a4855) !important;
	background-image: -ms-linear-gradient(left, #11252f, #1a4855) !important;
	background-image: -o-linear-gradient(left, #11252f, #1a4855) !important;
}

.grad_bg3 {
	background-color: #ac3c8a;
	background-image: -webkit-gradient(linear, left top, right top, from(#f15d7d), to(#ac3c8a));
	background-image: -webkit-linear-gradient(left, #ac3c8a, #f15d7d);
	background-image: -moz-linear-gradient(left, #ac3c8a, #f15d7d);
	background-image: -ms-linear-gradient(left, #ac3c8a, #f15d7d);
	background-image: -o-linear-gradient(left, #ac3c8a, #f15d7d);
}

.bg_overlay {
	position: relative;
	background-attachment: scroll;
}

.bg_overlay_con {
	opacity: .7;
	left: 0;
	position: absolute;
	top: 0;
}

.bg_overlay .bg_overlay_con {
	height: 100%;
	width: 100%;
	background: #000;
}

.bg_opacity9 {
	opacity: 0.9
}

.bg_opacity8 {
	opacity: 0.8
}

.bg_opacity6 {
	opacity: 0.6
}

.bg_opacity7 {
	opacity: 0.7
}

.bg_opacity1 {
	opacity: 0.1
}

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

.bg_overlay.hm_overlay {
	height: 100%;
	position: fixed;
	width: 100%;
}

.section_internal_bg {
	position: absolute;
}

.ternal_t_half,
.ternal_b_half {
	height: 50%;
	left: 0;
	width: 100%;
}

.bg_gray1 {
	background-color: #f5f5f5;
}

.bg_gray2 {
	background-color: #fafafa;
}

.border_t_gray1 {
	border-color: #ebebeb;
	border-style: solid;
	border-top-width: 1px;
}

.ternal_t_half {
	top: 0;
}

.ternal_b_half {
	bottom: 0;
}

.ternal_r_half,
.ternal_l_half {
	height: 100%;
	width: 50%;
	top: 0;
}

.ternal_r_half {
	right: 0;
}

.ternal_l_half {
	left: 0;
}

.ternal_skew {
	top: 0;
	transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	height: 100%;
	left: -50%;
	width: 100%;
}

.bordered_btn_white {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	padding: 8px 30px 10px;
	letter-spacing: 1px;
}

.bordered_btn_white:hover {
	background: #fff;
	color: #333;
}

.italic {
	font-style: italic
}

.centered {
	text-align: center
}

.bold {
	font-weight: 700
}

.light {
	font-weight: 300
}

.align_right {
	text-align: right
}

.btn_space {
	margin-top: 25px;
	margin-bottom: 15px;
}

.tab_img {
	float: left;
	max-width: 33%;
	padding: 8px 25px 0 0;
}

#logo {
	float: left;
	margin-right: 45px;
	position: relative;
	z-index: 4;
}

#logo>a,
#logo>span {
	display: block;
	margin: 14px 0;
	height: 45px;
	position: relative;
}

#logo>a img {
	display: inline-block;
	font-size: 0;
	position: relative;
	max-height: 100%;
	top: 0;
	width: auto;
}

#logo>a .light_logo {
	left: 0;
	position: absolute;
	opacity: 0;
}

.dark_header #logo>a .light_logo {
	opacity: 1;
}

.dark_header #logo>a img:not(.light_logo) {
	opacity: 0;
}

/*-------------------------------------------------------------
                    Back Top
-------------------------------------------------------------*/
.hm_go_top {
	display: inline-block;
	height: 35px;
	width: 45px;
	position: fixed;
	bottom: 0;
	right: 20px;
	background: rgba(0, 0, 0, 0.7) url(../img/hm-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translateZ(0);
}

.hm_go_top.hm_go_is-visible {
	visibility: visible;
	opacity: 1;
}

.hm_go_top:hover {
	opacity: .8;
}

/*-------------------------------------------------------------
                    Boxed Width
-------------------------------------------------------------*/
.site_boxed #main_wrapper {
	background: #fff;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}

.site_boxed_space #main_wrapper {
	border-top: 1px solid #e4e4e4;
	margin: 40px auto;
}

.site_boxed .content {
	padding-right: 20px;
	padding-left: 20px;
}

.site_boxed .container>.rows_container {
	padding-left: 5px;
	padding-right: 5px;
}

.site_boxed .tp-banner-container.content {
	padding: 0;
}

.site_boxed .top_cart_con {
	border-width: 1px 0 1px 1px;
}

/*-------------------------------------------------------------
                    Core Owl Carousel
-------------------------------------------------------------*/
.owl-carousel {
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapperafter {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translateZ(0);
}

.owl-controls {
	text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-controls .owl-dot,
.owl-controls .owl-nav div {
	cursor: pointer;
}

.grabbing {
	cursor: move;
}

.owl-carousel .owl-item {
	float: left;
}

.testimonial_con1 .owl-controls {
	text-align: left;
	height: 0;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*-------------------------------------------------------------
                    VC
-------------------------------------------------------------*/

.it_section .wpb_row {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.it_section .vc_column_container {
	padding-left: 15px;
	padding-right: 15px;
}

.vc_custom_heading h4 {
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 0;
}

.vc_grid-item .vc_gitem_row .vc_gitem-col {
	padding: 25px 30px;
}

.vc_btn3.vc_btn3-size-md {
	padding: 11px 25px 13px !important;
}

.full_content .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.full_content .vc_row .sec_full {
	margin-left: -15px;
	margin-right: -15px;
}

/*-------------------------------------------------------------
                    Header BG Image
-------------------------------------------------------------*/
.bg_fixed {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: translateZ(0);
}

.section_icon {
	border: 3px solid rgba(0, 0, 0, 0.06);
	display: block;
	position: absolute;
	text-align: center;
	top: -38px;
	z-index: 1;
}

.section_icon i {
	background: #fff;
	color: #555;
	display: block;
	font-size: 32px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
	text-shadow: 0 0 0;
}

.has_col_img.on_desktop>img {
	bottom: 0;
	max-width: 50%;
	position: absolute;
}

/*-------------------------------------------------------------
                    Titles
-------------------------------------------------------------*/
.main_title.no_line {
	margin-bottom: 20px;
}

.main_title.no_line h2 {
	padding-bottom: 0;
	font-weight: 500;
}

.main_title.no_line .line {
	display: none;
}

.main_title.tit_space1 {
	margin-bottom: 30px;
}

.main_title h2 .icon {
	color: #fbb73f;
	font-size: 24px;
	margin-right: 15px;
}

.main_title.medium h2 {
	font-size: 24px;
}

.main_title.small h2 {
	font-size: 22px;
}

.main_title.small:not(.no_line) h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.main_title.no_line h2 {
	padding-bottom: 0;
}

.main_title {
	margin-bottom: 20px;
}

.main_title h2 {
	font-size: 30px;
	font-weight: inherit;
	line-height: 1.5;
	position: relative;
	font-weight: 300;
	letter-spacing: 1px;
	display: inline-block;
	color: #272e67;
	margin: 0;
}

.side_line.align_left h2 {
	padding-left: 0;
}

.side_line.align_right h2 {
	padding-right: 0;
}

.main_title i {
	color: #b5b5b5;
	margin-right: 13px;
}

.main_title.small_space h2 {
	margin-bottom: 25px;
}

.main_title.align_right .line i {
	padding-left: 13px;
	padding-right: 0;
	right: 0;
}

.main_title:not(.centered):not(.align_right) .line i {
	padding-right: 13px;
	width: auto;
}

.main_title.side_line {
	margin-bottom: 20px;
}

.main_title h2 .line {
	background: #eaeaea;
	bottom: 0;
	height: 2px;
	position: absolute;
	width: 70px;
}

.main_title.align_right .line:before {
	right: 0;
}

.main_title.has_bg.align_right .line:before {
	right: 20px;
}

.main_title.align_right .dot {
	right: 0;
}

.main_title h2:hover .line:before {
	width: 75%;
}

.main_title.side_line h2:after {
	margin-left: -40px;
	left: 0;
}

.main_title.side_line h2:before {
	margin-right: -40px;
	right: 0;
}

.main_title.side_line.align_right h2:before {
	left: -50px;
	right: auto;
}

.main_title.short_line h2 {
	display: inline-block;
}

.short_line h2 {
	padding-bottom: 18px;
}

.main_title.side_line h2,
.main_title.side_line h2 strong {
	display: inline-block;
}

.side_line h2 {
	padding-bottom: 0;
	padding: 0 20px;
}

.main_title.side_line .line:before {
	background: none;
}

.main_title.side_line .line {
	background: none;
}

.main_title.short_line .line:before {
	background: none;
}

.main_title.has_bg h2 {
	padding: 8px 20px;
	display: inline-block;
	background: #fbb73f
}

.title_full.has_bg h2 {
	display: block;
}

.title_full .content {
	display: block;
}

.main_title.has_bg .line {
	background: none;
}

.main_title.tt_space1,
.small_title.tt_space1 {
	margin-top: 0px;
}

.main_title.tt_space10,
.small_title.tt_space10 {
	margin-top: 10px;
}

.main_title.tt_space25,
.small_title.tt_space25 {
	margin-top: 25px;
}

.main_title.tt_space30,
.small_title.tt_space30 {
	margin-top: 30px;
}

.main_title.tb_space1,
.small_title.tb_space1 {
	margin-bottom: 0px;
}

.main_title.tb_space5,
.small_title.tb_space5 {
	margin-bottom: 5px;
}

.main_title.tb_space10,
.small_title.tb_space10 {
	margin-bottom: 10px;
}

.main_title.tb_space15,
.small_title.tb_space15 {
	margin-bottom: 15px;
}

.main_title.tb_space20,
.small_title.tb_space20 {
	margin-bottom: 20px;
}

.main_title.tb_space25,
.small_title.tb_space25 {
	margin-bottom: 25px;
}

.main_title.tb_space35,
.small_title.tb_space35 {
	margin-bottom: 35px;
}

.main_title.tb_space40,
.small_title.tb_space40 {
	margin-bottom: 40px;
}

.centered .main_title.side_line h2:after,
.main_title.side_line.centered h2:after,
.main_title.side_line h2:before {
	background: #aaa;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 40px;
}

.white_section .main_title h2,
.white_section .small_title:not(.has_border) .s_text {
	color: #fff;
}

.show_text_shadow {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.hm_parallax {
	background-attachment: fixed !important;
}

.hm_filter_wrapper {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.hm_filter_wrapper.no_sapce_portos .hm_filter_wrapper_con {
	background: #fff;
}

.full_content .hm_filter_wrapper.masonry_posts,
.full_content .hm_filter_wrapper.masonry_grid_posts {
	padding: 0 15px;
}

.white_section .main_title:not(.has_bg):not(.side_line) h2 .line {
	background: rgba(255, 255, 255, 0.1);
}

.white_section .centered .main_title.side_line h2:after,
.white_section .main_title.side_line.centered h2:after,
.white_section .main_title.side_line h2:before {
	background: rgba(255, 255, 255, 0.2);
}

.align_right h2 .line {
	right: 0;
}

.hm_shop_page .page-title {
	color: #fbb73f;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 20px;
	line-height: 24px;
}

.desc_text_block {
	color: #666;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.8;
	margin-bottom: 25px;
}

.desc2 {
	background-color: #fbfbfb;
	border-color: #e9e9e9;
	border-style: solid;
}

.white_section .desc_text_block {
	color: #fff;
}

.error_desc404 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 auto 45px;
	letter-spacing: 1px;
}

.half_desc {
	width: 75%;
	margin: 0 auto;
}

.hm_message {
	border-width: 1px 1px 1px 4px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.15);
	font-size: 15px;
	letter-spacing: 1px;
	padding: 20px;
	position: relative;
}

.hm_message:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.15);
	border-style: solid;
	border-width: 5px;
	content: "";
	left: 0;
	position: absolute;
	top: 25px;
}

.hm_message.hm_error:after {
	border-left-color: #e74c3c;
}

.hm_message.hm_error {
	border-left-color: #e74c3c;
}

/*-------------------------------------------------------------
                    Buttons				
-------------------------------------------------------------*/
.send_button,
#submit-comment,
#respond input#submit,
a.button,
button.button,
input.button,
#respond input#submit.alt,
a.button.alt,
button.button.alt,
input.button.alt,
.shopping-commerce #respond input#submit,
.shopping-commerce a.button,
.shopping-commerce button.button,
.shopping-commerce input.button {
	background: #fbb73f;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 13px 20px 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	line-height: 1;
}

.has_text_shadow {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.has_box_shadow {
	box-shadow: 0 8px 10px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 8px 10px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 10px 2px rgba(0, 0, 0, 0.1);
}

.send_button:hover,
#submit-comment:hover,
#respond input#submit:hover,
a.button:hover,
button.button:hover,
input.button:hover,
#respond input#submit.alt:hover,
a.button.alt:hover,
button.button.alt:hover,
input.button.alt:hover,
.shopping-commerce #respond input#submit:hover,
.shopping-commerce a.button:hover,
.shopping-commerce button.button:hover,
.shopping-commerce input.button:hover {
	background: #444;
	border-color: #444;
	color: #fff;
}

.send_button2 {
	background: #fff;
	border: 2px solid #fbb73f;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	padding: 14px 25px 16px;
	color: #555;
}

.send_button2:hover {
	border-color: #555;
}

.white_section .send_button2 {
	background: #fbb73f;
	border: none;
	color: #fff;
}

.white_section .send_button2:hover {
	background: #fff;
	color: #fbb73f;
}

.send_button3 {
	background: #555;
	border: 1px solid #555;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 13px 16px;
	text-transform: uppercase;
}

.send_button3:hover {
	background: #fbb73f;
	border-color: #fbb73f;
	color: #fff;
}

.send_button4 {
	background: #88999a;
	color: #fff;
	border: 1px solid #88999a;
	padding: 10px 25px 12px;
	font-weight: 600;
}

.send_button4:hover {
	background: #576162;
	border-color: #576162;
	color: #fff;
}

.acc_content .send_button3 {
	display: inline-block;
	margin: 20px 0 5px;
}

.arrow_btn {
	font-size: 13px;
	color: #444444;
	margin-top: 10px;
	display: inline-block;
}

.arrow_btn i {
	margin-right: 8px;
}

.white_section .arrow_btn,
.team_block .back .arrow_btn {
	color: #fff;
}

/*-------------------------------------------------------------
                    Pgination				
-------------------------------------------------------------*/
#pagination {
	margin-top: 80px;
}

.pagination li {
	float: left;
	margin-right: 10px;
}

#pagination i {
	font-size: 22px;
	line-height: 36px;
}

.pagination ul,
.shopping-commerce nav.shopping-commerce-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled,
.pagination li.page_of,
.shopping-commerce nav.shopping-commerce-pagination ul li span,
.shopping-commerce nav.shopping-commerce-pagination ul li a {
	background: #fff !important;
	border: 2px solid rgba(0, 0, 0, 0.08);
	border-radius: 100px !important;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	-o-border-radius: 100px !important;
	color: #888;
	display: inline-block;
	font-size: 14px !important;
	height: 42px;
	line-height: 37px !important;
	min-width: 42px !important;
	padding: 0 !important;
	text-align: center;
	font-weight: 600;
}

.pagination li.page_of {
	color: #555;
	font-size: 13px !important;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 25px !important;
}

.pagination li.next_pagination>a,
.pagination li.prev_pagination>a {
	color: #aaa;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.next_pagination>a:hover,
.pagination li.prev_pagination>a:hover,
.shopping-commerce nav.shopping-commerce-pagination ul li span.current,
.shopping-commerce nav.shopping-commerce-pagination ul li a:hover {
	border-color: #fbb73f;
	color: #fbb73f;
}

/*-------------------------------------------------------------
                    Select Options				
-------------------------------------------------------------*/
.orderby_label {
	display: block;
	position: relative;
	width: 250px;
	font-weight: normal;
}

.orderby_label:before {
	background: #fff;
	content: "\ee4f";
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.08) inset;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.08) inset;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.08) inset;
	display: block;
	font-family: "idealtheme";
	font-size: 16px;
	height: 100%;
	line-height: 43px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 43px;
}

.orderby_label select {
	height: 45px;
	max-height: 45px;
	width: 100%;
}

/*-------------------------------------------------------------
                    Social Share		
-------------------------------------------------------------*/
.share_on_socials a {
	background: #fff;
	border: 2px solid #E9ECED;
	color: #666;
	display: inline-block;
	height: 40px;
	line-height: 39px;
	margin: 6px 6px 0 0;
	text-align: center;
	width: 40px;
	font-size: 14px;
}

.share_on_socials a:hover {
	color: #555;
	border-color: #fbb73f;
}

.share_on_socials.simple_share a {
	border: none;
	height: auto;
	line-height: 1;
	margin: 0 20px 20px 0;
	width: auto;
}

.share_on_socials.simple_share {
	padding-top: 11px;
}

.share_on_socials .ico-googleplus,
.social_media .ico-googleplus {
	font-size: 17px;
}

.share_on_socials.simple_share .post_tag_t {
	background: none;
	border: none;
	font-weight: 700;
	height: auto;
	line-height: 1;
	margin-bottom: 20px;
	margin-right: 15px;
	padding: 0;
	text-transform: capitalize;
}

.share_on_socials a:last-child {
	margin-right: 0;
}

.social_share_btn {
	background: #fff;
	border: 2px solid #ccc;
	display: inline-block;
	font-size: 13px;
	line-height: 40px;
	min-height: 40px;
	margin-right: 15px;
	padding: 0 18px;
	position: relative;
}

.social_share_btn:after,
.social_share_btn:before {
	content: "";
	height: 13px;
	position: absolute;
	top: 14px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	width: 13px;
}

.social_share_btn:after {
	background: #fff;
	right: -3px;
}

.social_share_btn:before {
	background: #ccc;
	right: -6px;
}

.social_media a {
	background: #fff;
	border: 2px solid #e5e5e5;
	color: #777;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	margin: 0 7px 7px 0;
	font-size: 14px;
}

.social_media a:last-child {
	margin-right: 0;
}

.social_media a:hover {
	color: #fbb73f;
	border-color: #fbb73f;
}

.white_section .team_detail .social_media a {
	background: rgba(0, 0, 0, 0.6);
	border: none;
	line-height: 42px;
}

/*-------------------------------------------------------------
                    Page Title
-------------------------------------------------------------*/
.page_title {
	position: relative;
	z-index: 1;
	padding: 35px 0;
}

.page_title {
	background-color: #fafafa;
}

.page_title.has_bg_image {
	padding: 50px 0;
	background-size: cover;
}

.page_title.has_bg_image.large_header {
	padding: 150px 0 150px;
}

.page_title.has_bg_image::after {
	background: rgba(255, 255, 255, 0.1);
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page_title.has_bg_image h1 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
}

.page_title h1 {
	clear: both;
	color: #444;
	float: left;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
}

.breadcrumbs {
	color: #888;
	float: right;
	font-size: 13px;
	line-height: 25px;
}

.breadcrumbs a {
	color: #888;
}

.breadcrumbs a:hover {
	color: #444444;
}

.crumbs-spacer {
	margin: 0 5px;
	opacity: 0.4;
}

.crumbs-spacer:last-child {
	display: none;
}

.white_section.page_title h1,
.white_section .breadcrumbs,
.white_section .breadcrumbs a {
	color: #fff;
}

blockquote {
	border-left: 5px solid #eee;
	color: #555;
	font-family: "Noto Serif", "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 30px 0;
	padding-left: 20px;
	position: relative;
}

blockquote footer {
	color: #333;
	font-size: 85%;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 20px;
	padding-left: 20px;
	position: relative;
}

blockquote footer>span {
	background: #555;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 9px;
}

.hm_quote1 {
	border-left: 5px solid #eee;
	padding-left: 20px;
}

.white_section blockquote {
	color: #fff;
}

.hm_quote2 {
	padding-left: 50px;
	border: none;
}

.hm_quote2 i {
	color: rgba(0, 0, 0, 0.1);
	font-size: 32px;
	left: 0;
	position: absolute;
	top: 0;
	line-height: 1;
}

.hm_quote3 {
	border: 2px solid rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.hm_quote4 {
	background: rgba(0, 0, 0, 0.02);
	padding: 20px 30px;
	border: none;
}

.quote_left,
.quote_right {
	color: #999;
	float: left;
	font-size: 14px;
	margin: 0;
	max-width: 300px;
	padding-right: 30px;
}

.quote_right {
	float: right;
	padding-left: 30px;
}

.hm_quote1.align_r {
	border-left: none;
	border-right: 5px solid #eee;
	padding-right: 20px;
}

.align_r {
	text-align: right;
}

.align_r footer {
	padding: 0 20px 0 0;
}

.align_r footer span {
	left: auto;
	right: 0;
}

.hm_quote2.align_r {
	padding-left: 0;
	padding-right: 50px;
}

.align_r i {
	left: auto;
	right: 0;
}

/*-------------------------------------------------------------
                    Small Title			
-------------------------------------------------------------*/
.small_title {
	margin-bottom: 15px;
	position: relative;
	display: block;
}

.small_title.full_side_line:after {
	border-bottom: 1px solid #eee;
}

.white_section .small_title.full_side_line:after {
	border-color: rgba(255, 255, 255, 0.14);
}

.small_title.full_grad_line:after {
	background: #eee;
	background: -webkit-linear-gradient(left, transparent, #DCDCDC, transparent);
	background: linear-gradient(to right, transparent, #DCDCDC, transparent);
}

.small_title:after {
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.small_title_con {
	background: #fff;
}

.small_title .small_title_con {
	display: inline-block;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}

.small_title.align_right .small_title_con {
	padding-left: 15px;
	padding-right: 0;
	direction: rtl;
}

.small_title.align_right .s_icon {
	direction: ltr;
}

.small_title.align_right .s_icon {
	margin-left: 10px;
	margin-right: 0;
}

.small_title .s_text {
	color: #444;
	font-size: 20px;
	letter-spacing: 1px;
}

.small_title .s_icon i {
	font-size: 30px;
}

.small_title .s_icon {
	color: #b5b5b5;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.internal_post_con .small_title .small_title_con .s_text {
	color: #aaa;
}

.centered .small_title_con {
	padding-left: 20px;
}

.small_title.has_border .small_title_con,
.main_title.has_border h2 {
	border: 2px solid #f1f1f1;
	line-height: 2.4;
	padding: 0 30px 2px;
}

.tit_num {
	border: 3px solid #fbb73f;
	color: #fbb73f;
	display: inline-block;
	height: 45px;
	line-height: 39px;
	margin-right: 13px;
	width: 45px;
	text-align: center;
}

/*-------------------------------------------------------------
                    Magnific Lightbox				
-------------------------------------------------------------*/
.magnific-popup {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.ajax_content_container {
	background: #fff;
	margin: 0 auto;
	width: 50%;
}

.hm_script_loaded .ajax_content_container {
	opacity: 0;
}

.small-dialog h6 {
	margin-top: 10px;
}

.small-dialog p {
	margin-bottom: 0;
}

.boxedcontainer {
	max-width: 1170px;
	margin: auto;
	padding: 0px 30px;
}

/*-------------------------------------------------------------
                    404 Page	
-------------------------------------------------------------*/
.page404 {
	color: #dfdfdf;
	font-size: 250px;
	line-height: 250px;
	margin: 0;
	position: relative;
	text-align: center;
}

.page404>span {
	font-weight: 600;
}

/*-------------------------------------------------------------
                    Login Page	
-------------------------------------------------------------*/
.lfc_user_row {
	position: relative;
}

.lfc_user_row:not(:last-of-type) {
	margin-bottom: 20px;
}

.lfc_user_row input[type="text"],
.lfc_user_row input[type="password"] {
	color: #888;
	font-weight: 500;
	padding-left: 40px;
	width: 100%;
}

.lfc_user_row input.input_no_icon {
	padding-left: 13px;
}

.login_form_colored {
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 20px;
	position: relative;
}

.login_form_colored input[type="checkbox"] {
	display: inline-block;
	margin: 3px 5px 4px 0;
}

.login_form_colored .remember-box {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0;
}

.login_form_colored label {
	display: block;
	text-align: left;
}

i.lfc_icon {
	bottom: 1px;
	display: block;
	font-size: 14px;
	height: 100%;
	color: #fbb73f;
	left: 1px;
	line-height: 39px;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 40px;
}

.lfc_forget_pass {
	background: #F9F9F9;
	border-top: 1px solid #e1e1e1;
	color: #888;
	display: block;
	font-size: 13px;
	margin: 20px -20px -20px;
	padding: 15px 20px;
	text-align: left;
}

.lfc_forget_pass:hover {
	color: #555555;
}

.lfc_header {
	background: #F9F9F9;
	border-bottom: 1px solid #e1e1e1;
	color: #555555;
	display: block;
	margin: -20px -20px 0;
	padding: 15px 20px;
	text-transform: uppercase;
}

.login_flip {
	position: absolute;
	width: 100%;
}

.flip_top {
	z-index: 3;
}

/*-------------------------------------------------------------
                    Lists
-------------------------------------------------------------*/
.list_icon li {
	list-style: none;
	position: relative;
	padding: 0 0 0 35px;
	margin-bottom: 5px;
	margin-bottom: 12px;
}

.simple_arrows li {
	padding: 0;
}

.simple_arrows .list-arr {
	display: none;
}

.list_icon:not(.simple_arrows):not(.line_arrows):not(.circle_arrows) li .list-arr {
	background: #fbb73f;
	color: #fff;
	font-size: 15px;
	height: 19px;
	left: 0;
	line-height: 19px;
	position: absolute;
	text-align: center;
	text-indent: -2px;
	top: 5px;
	width: 19px;
}

.list_icon li>i {
	color: #aaa;
	font-size: 16px;
	margin-right: 12px;
	position: relative;
	top: 2px;
}

.line_arrows .list-arr i,
.circle_arrows .list-arr i {
	display: none;
}

.list_icon b {
	margin-right: 6px;
	color: #555;
}

.line_arrows .list-arr {
	background: #fbb73f;
	height: 1px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 13px;
}

.dot_arrows .list-arr {
	height: 5px;
	width: 5px;
	top: 9px;
}

.dot_arrows li {
	padding: 0 0 0 19px;
}

.circle_arrows li {
	padding: 0 0 0 23px;
}

.circle_arrows .list-arr {
	border: 1px solid rgba(0, 0, 0, 0.2);
	height: 6px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 6px;
}

.circle_arrows.colored .list-arr {
	background: #fbb73f;
	border-color: #fbb73f;
}

.list_icon.grayed .list-arr {
	background: #CACACA;
	border-color: #CACACA;
}

/*-------------------------------------------------------------
                    Preloader
-------------------------------------------------------------*/
.preloader2 #preloader,
.preloader1 #preloader,
.preloader3 #preloader,
.preloader4 #preloader {
	display: block;
}

#preloader {
	background: #ffffff;
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000000;
}

.preloader_img {
	left: 50%;
	position: fixed;
	text-align: center;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

/*-------------------------------------------------[ Preloader - Style 1 ]------*/
.preloader1 .spinner {
	font-size: 10px;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -25px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 57px;
	-webkit-transform: translateZ(0);
}

.preloader1 .spinner>div {
	background-color: #fbb73f;
	height: 100%;
	width: 6px;
	float: left;
	margin-right: 3px;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.preloader1 .spinner .sk-dot2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.preloader1 .spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.preloader1 .spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.preloader1 .spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

/*-------------------------------------------------[ Preloader - Style 2 ]------*/
.preloader2 .spinner {
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 40px;
	-webkit-animation: sk-chasingDotsRotate 2s infinite linear;
	animation: sk-chasingDotsRotate 2s infinite linear;
	-webkit-transform: translateZ(0);
}

.preloader2 .spinner .sk-dot1,
.preloader2 .spinner .sk-dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #fbb73f;
	border-radius: 100%;
	-webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
	animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.preloader2 .spinner .sk-dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes sk-chasingDotsRotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-chasingDotsBounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-chasingDotsBounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*-------------------------------------------------[ Preloader - Style 3 ]------*/
.preloader3 .spinner {
	height: 80px;
	left: 50%;
	margin: -40px 0 0 -40px;
	position: fixed;
	top: 50%;
	width: 80px;
	-webkit-transform: translateZ(0);
}

.preloader3 .spinner .sk-dot1 {
	opacity: 0;
	border: 4px solid #fbb73f;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	-webkit-animation: cirlePreloader 1.3s infinite ease-in-out;
	animation: cirlePreloader 1.3s infinite ease-in-out;
}

.preloader3 .spinner .sk-dot2 {
	opacity: 0;
	border: 4px solid #fbb73f;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	-webkit-animation: cirlePreloader 1.3s infinite 0.4s ease-in-out;
	animation: cirlePreloader 1.3s infinite 0.4s ease-in-out;
}

@-webkit-keyframes cirlePreloader {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cirlePreloader {
	0% {
		opacity: 1;
		-moz-transform: scale(0);
	}

	100% {
		opacity: 0;
		-moz-transform: scale(1);
	}
}

@keyframes cirlePreloader {
	0% {
		opacity: 1;
		transform: scale(0);
	}

	100% {
		opacity: 0;
		transform: scale(1);
	}
}

.zoom-anim-dialog.login_popup {
	background: none;
	padding: 0;
}

/*-------------------------------------------------------------
       Navigation	
-------------------------------------------------------------*/
#nav_bar {
	background: #111;
	position: relative;
	z-index: 1000;
	-webkit-transform: translateZ(0);
}

#navy {
	font-size: 14px;
	line-height: 18px;
}

#navy li {
	float: left;
	letter-spacing: 1px;
	position: relative;
}

#navy ul {
	z-index: 1;
	background: #fff;
	border: 1px solid #E4E4E4;
	left: 0;
	position: absolute;
	min-width: 220px;
}

.light_sup_menu:not(.header_on_side) #nav_menu #navy>li>ul {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
}

#navy ul li {
	width: 100%;
}

#navy>li.normal_menu li a,
.header_on_side #navy>li li a {
	line-height: 40px;
}

#navy ul li a {
	border-bottom: 1px solid #e8e8e8;
	color: #555555;
	display: block;
	line-height: 33px;
	padding: 0 25px;
	position: relative;
	white-space: nowrap;
	font-weight: 400;
}

#navy ul li .parent_arrow {
	position: absolute;
	right: 22px;
	top: 16px;
}

#navy ul li .mega_arrow {
	background-image: url("../img/m_d_arrow.png");
	height: 9px;
	position: absolute;
	right: 20px;
	width: 9px;
}

#navy ul li .normal_menu_arrow {
	background-image: url("../img/m_s_arrow.png");
	height: 9px;
	position: absolute;
	width: 5px;
}

#navy ul li.tab_menu_item.active .mega_arrow {
	background-image: url("../img/m_d_arrow_white.png");
}

#navy ul li ul {
	left: 100%;
	top: 0;
}

#navy ul li.normal_menu ul {
	top: -1px;
}

#navy>li>a {
	position: relative;
	color: #fff;
	display: block;
	font-weight: 700;
}

#navy>li>a>span {
	display: block;
	padding: 8px 18px;
	text-transform: uppercase;
}

#navy>li>a>span.parent_arrow.normal_menu_arrow {
	display: none;
}

#navy ul li:hover>a,
#navy ul li:hover>a i.menu_icon {
	color: #fbb73f;
}

#navy ul li a i.menu_icon {
	font-size: 14px;
	margin-right: 10px;
	color: #aaa;
}

#navy ul li:last-child>a,
#navy ul.mega_menu li>a {
	border-bottom: none;
}

#navy .tab_menu {
	border-top-width: 0px;
}

#navy .tab_menu_item.active>a:hover i {
	color: #fff;
}

#navy ul.mega_menu li.has-children>a:hover>.mega_toltip,
#navy .tab_menu_item:not(.active)>a:hover>.mega_toltip {
	opacity: 1;
	right: 40px;
}

#navy>li.current_page_item>a:not(.nav_trigger),
#navy>li:hover>a:not(.nav_trigger),
#navy>li.current>a,
#navy>li.current-menu-ancestor>a,
.light_header:not(.menu_button_mode) #navy>li.current-menu-ancestor>a,
.light_header #navy>li.current>a {
	color: #fbb73f;
}

.light_header:not(.dark_sup_menu) #nav_menu:not(.mobile_menu) .tab_menu,
.light_header:not(.dark_sup_menu) #nav_menu:not(.mobile_menu) #navy>li>.mega_menu {
	border-top: 1px solid #E4E4E4;
}

.header_on_side.dark_sup_menu #navy li a,
.dark_sup_menu #navy li a,
.header_on_side.dark_sup_menu #navy,
.dark_sup_menu #navy {
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.header_on_side.dark_sup_menu #side_heder_in #navy,
.header_on_side.dark_sup_menu #navy ul {
	background: none;
}

#navy .has_mega_menu ul.mega_menu,
#navy ul.image_menu,
#navy ul.tab_menu,
#navy li.normal_menu ul {
	display: none;
}

#navy li.has_mega_menu,
#navy li.has_tab_menu,
#navy li.has_image_menu {
	position: inherit;
}

#site_header+div,
#site_header+section {
	clear: both;
}

.one_page_site #main_nav:not(.has_mobile_menu) {
	float: right;
}

.sticky_menu #nav_bar {
	width: 100%;
	left: 0;
	right: 0;
}

.light_header #nav_bar {
	background: #fff;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------------------
       Mobile Menu Trigger	
-------------------------------------------------------------*/
.mobile_menu_trigger {
	display: none;
}

.nav_trigger {
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: block;
	height: 38px;
	position: absolute;
	right: 0px;
	width: 38px;
	z-index: 3;
	font-size: 0;
}

.nav_trigger span,
.nav_trigger span:before,
.nav_trigger span:after {
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 17px;
}

.nav_trigger span {
	background: #272e67;
}

.nav_trigger span:before {
	background: #272e67;
}

.nav_trigger span:after {
	background: #fbb73f;
}

.nav_trigger span {
	position: absolute;
	top: 19px;
	right: 10px;
	margin-top: -1px;
	padding: 0;
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}

.nav_trigger span:before,
.nav_trigger span:after {
	content: '';
	right: 0;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}

.nav_trigger span:before {
	top: -6px;
}

.nav_trigger span:after {
	top: 6px;
}

.nav_trigger.nav-is-visible span {
	background: rgba(46, 50, 51, 0);
}

.nav_trigger.nav-is-visible span:before {
	-webkit-transform: translateX(3px) translateY(0px) rotate(45deg);
	-moz-transform: translateX(3px) translateY(0px) rotate(45deg);
	-ms-transform: translateX(3px) translateY(0px) rotate(45deg);
	-o-transform: translateX(3px) translateY(0px) rotate(45deg);
	transform: translateX(3px) translateY(0px) rotate(45deg);
}

.nav_trigger.nav-is-visible span:after {
	-webkit-transform: translateX(3px) translateY(0px) rotate(-45deg);
	-moz-transform: translateX(3px) translateY(0px) rotate(-45deg);
	-ms-transform: translateX(3px) translateY(0px) rotate(-45deg);
	-o-transform: translateX(3px) translateY(0px) rotate(-45deg);
	transform: translateX(3px) translateY(0px) rotate(-45deg);
}

#top_cart+#main_nav .nav_trigger {
	right: 53px;
}

.one_page_site .nav_trigger {
	right: 0;
}

/*-------------------------------------------------------------
       Mega Menu	
-------------------------------------------------------------*/
.mega_toltip {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 13px;
	padding: 4px 6px;
	position: absolute;
	right: 30px;
	opacity: 0;
}

#navy ul.mega_menu {
	border-top: none;
	left: 15px;
	max-width: 1140px;
	position: absolute;
}

#navy ul.mega_menu>li a {
	padding: 0 30px 0px 38px;
}

#navy ul.mega_menu>li>a {
	color: #fbb73f;
	font-weight: 600;
	text-transform: uppercase;
}

#navy ul.mega_menu>li ul {
	border: none;
	box-shadow: none;
	left: auto;
	position: relative;
	top: auto;
	width: auto;
}

#navy ul.mega_menu>li {
	overflow: hidden;
	clear: none;
	float: left;
	width: 25%;
	position: relative;
	border-right: 1px solid #ededed;
	padding: 24px 0;
}

#navy ul.mega_menu>li:last-child {
	border-right: none;
}

#navy ul.mega_menu li.go-back>a {
	color: #aaa;
}

#navy ul.mega_menu li.go-back>a:before {
	background-image: url("../img/d_m_d_arrow_back.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 9px;
	position: absolute;
	width: 9px;
	left: 19px;
}

#navy ul.mega_menu li a:before {
	left: 22px;
	top: 15px;
}

#navy ul.mega_menu .moves-out>li>a {
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

#navy ul.mega_menu ul ul {
	border: none;
	box-shadow: none;
	height: auto;
	left: 1px;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

#navy ul.mega_menu ul ul.is-hidden {
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

/*-------------------------------------------------------------
       Tabs Menu	
-------------------------------------------------------------*/
#navy .tab_menu {
	left: 15px;
	max-width: 1140px;
	width: 100%;
}

#navy .tab_menu .tab_menu_con {
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
}

#navy .tab_menu .tab_menu_list {
	border-right: 1px solid #eee;
	border-bottom: none;
	border-top: none;
	border-left: none;
	box-shadow: none;
	left: 0;
	position: static;
	width: 25%;
	padding: 15px 0 30px;
	height: 100%;
}

#navy .tab_menu .tab_menu_item {
	clear: left;
	float: none;
	position: static;
	width: 100%;
}

#navy .tab_menu .tab_menu_item>a {
	padding: 0 22px;
}

#navy .tab_menu .tab_menu_item>a .parent_arrow {
	right: 20px;
}

#navy .tab_menu .tab_menu_item>a:hover {
	color: #fbb73f;
}

#navy .tab_menu .tab_menu_item.active>a {
	background: #fbb73f;
	color: #fff;
}

#navy .tab_menu .tab_menu_item.active>a i {
	color: #fff;
}

#navy .tab_menu .tab_menu_item:not(.active)>a:hover i {
	color: #fbb73f;
}

#navy .tab_menu .tab_menu_item.active>ul {
	display: block;
}

#navy .tab_menu .tab_menu_item>ul {
	display: none;
}

#navy .tab_menu .tab_menu_list>li>ul {
	background: none;
	border: none;
	box-shadow: none;
	left: 25%;
	position: absolute;
	width: 75%;
}

#navy .tab_menu .tab_menu_list>li>ul>li>ul li {
	clear: both;
	float: none;
}

#navy .tab_menu .tab_menu_list>li>ul.html_content_menu>li {
	padding: 15px 20px;
	width: 100%;
}

#navy .tab_menu .tab_menu_list>li>ul>li>ul {
	height: auto;
	left: 0;
	position: relative;
	top: 100%;
	background: none;
	border: none;
	box-shadow: none;
	top: 0;
}

#nav_menu:not(.mobile_menu) .tab_menu_list>li>ul>li:not(.image_menu_slide) {
	clear: none;
	float: left;
	padding: 15px 0;
	width: 33.3333%;
}

/*-------------------------------------------------------------
       Images Slider Menu	
-------------------------------------------------------------*/
#navy .image_menu {
	left: 0;
	width: 100%;
	overflow: hidden;
}

#navy .image_menu .owl-next {
	right: -27px;
	border-left-width: 0;
}

#navy .image_menu .owl-next:after {
	box-shadow: 0 0 9px #ccc;
	content: "";
	display: block;
	height: 100%;
	left: -20px;
	position: absolute;
	top: 0;
	width: 20px;
}

#navy .image_menu .owl-prev {
	left: -27px;
	border-right-width: 0;
}

#navy .image_menu .owl-prev:after {
	box-shadow: 0 0 9px #ccc;
	content: "";
	display: block;
	height: 100%;
	right: -20px;
	position: absolute;
	top: 0;
	width: 20px;
}

#navy .image_menu .owl-prev,
#navy .image_menu .owl-next {
	background: #fff;
	text-align: center;
	border: 1px solid #eee;
	-moz-box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.07);
	box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.07);
	color: #fbb73f;
	font-size: 17px;
	height: 145px;
	line-height: 145px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	width: 27px;
	display: none;
}

#navy .image_menu .has_sub_img .owl-prev,
#navy .image_menu .has_sub_img .owl-next {
	display: block;
	font-size: 13px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

#navy .image_menu .owl-dots {
	display: none;
}

#navy .image_menu .owl-wrapper-outer {
	z-index: 1;
}

#navy .image_menu .image_menu_slide>.owl-wrapper-outer:after {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
}

#navy .image_menu .has_sub_img .owl-controls:before {
	border: 4px solid rgba(0, 0, 0, 0.4);
	content: "";
	display: block;
	height: 48px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 48px;
}

#navy .image_menu .owl-nav:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
}

#navy .image_menu .owl-carousel:after {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 10px;
	z-index: 1;
}

#navy .image_menu .img_menu_i {
	padding: 20px 10px 5px;
}

#navy .image_menu .img_menu_i:last-child {
	border-right: none;
}

#navy .image_menu .img_menu_i>a {
	border-bottom: none;
	padding: 0;
}

#navy .image_menu .img_menu_i>a.menu_imgs {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: block;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
	font-weight: 500;
}

#navy .image_menu .img_menu_i>a.menu_imgs:hover {
	color: #aaa;
}

#navy .image_menu .img_menu_i>a span {
	display: block;
	padding: 2px 0 0 15px;
	position: relative;
}

#navy .image_menu .img_menu_i>a span:before {
	left: 0px;
	top: 17px;
}

#navy .tab_menu_item .image_menu .owl-prev {
	height: 50px;
	left: auto;
	right: -27px;
	line-height: 50px;
	top: 80px;
	border-right-width: 1px;
	border-left-width: 0px;
}

#navy .tab_menu_item .image_menu .owl-prev:after {
	left: -20px;
	right: auto;
}

#navy .tab_menu_item .image_menu .owl-next {
	height: 50px;
	line-height: 50px;
}

#navy .tab_menu_item .image_menu .has_sub_img .owl-prev {
	line-height: 40px;
	top: auto;
	left: 0;
}

#navy .tab_menu_item .image_menu .has_sub_img .owl-next {
	line-height: 40px;
	top: auto;
}

/*-------------------------------------------------------------
       Sub Images Slider Menu	
-------------------------------------------------------------*/
#navy .has_sub_img .owl-controls {
	background: rgba(29, 205, 202, 0.8);
	height: 40px;
	left: 50%;
	position: absolute;
	top: 46%;
	width: 40px;
	z-index: 2;
}

#navy .has_sub_img .owl-prev,
#navy .has_sub_img .owl-next {
	color: #fff;
	font-size: 10px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	width: 20px;
	border: none;
	top: auto;
	background: none;
}

#navy .has_sub_img .owl-prev:hover,
#navy .has_sub_img .owl-next:hover {
	opacity: .5;
}

#navy .has_sub_img .owl-next {
	right: 0;
}

#navy .has_sub_img .owl-prev {
	left: 0;
}

#navy .has_sub_img .owl-next:after,
#navy .has_sub_img .owl-prev:after {
	display: none;
}

#navy .has_sub_img .owl-next i {
	margin-right: 8px;
}

#navy .has_sub_img .owl-prev i {
	margin-left: 8px;
}

#navy .has_sub_img .owl-item {
	border-right: none;
}

#navy .has_sub_img .img_menu_i {
	padding: 0px;
}

#navy .owl-item {
	border: none;
}

/*-------------------------------------------------------------
       Light Header ( Navigation )	
-------------------------------------------------------------*/
.light_header #navy>li>a {
	color: #555;
}

.light_header #navy>li.current_page_item>a:not(.nav_trigger)>span:not(.normal_menu_arrow),
.light_header #navy>li:hover>a:not(.nav_trigger)>span:not(.normal_menu_arrow) {
	background: none;
}

.light_header .top_add_card,
.light_header .nav_trigger {
	border-color: #EDEDED;
}

/*-------------------------------------------------------------
       Navigation ( Dark Menu )
-------------------------------------------------------------*/
.dark_sup_menu #navy ul {
	background: #13181A;
	border: none;
}

.dark_sup_menu #navy .owl-carousel:after,
.dark_sup_menu #navy .image_menu_slide>.owl-wrapper-outer:after {
	background: #13181A;
}

.dark_sup_menu #navy .has_sub_img.owl-carousel:after {
	background: none;
}

.dark_sup_menu #navy .mega_menu li.go-back>a {
	background: rgba(0, 0, 0, 0.15);
}

.dark_sup_menu #navy ul li:not(.image_menu_slide) a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.dark_sup_menu #navy ul li:not(.image_menu_slide) a {
	color: #fff;
	opacity: 0.6;
}

.dark_sup_menu #navy ul li.current_page_item>a {
	opacity: 1;
}

.dark_sup_menu #navy .tab_menu_list {
	background: rgba(0, 0, 0, 0.2);
}

.dark_sup_menu #navy ul.mega_menu>li>a {
	color: #fff;
	opacity: 1;
}

.dark_sup_menu #navy ul li:not(.tab_menu_item):hover>a {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	opacity: 1;
}

.dark_sup_menu #navy ul.mega_menu>li:hover>a {
	background: none;
	color: #fbb73f;
}

.dark_sup_menu #navy .img_menu_i>a {
	color: #ccc;
}

.dark_sup_menu:not(.header_on_side) #navy .mega_menu>li {
	border-right-color: rgba(255, 255, 255, 0.04);
}

.dark_sup_menu:not(.header_on_side) #navy ul.mega_menu>li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.dark_sup_menu:not(.header_on_side) #navy ul li.normal_menu ul {
	border-left: 1px solid rgba(255, 255, 255, 0.03);
}

.dark_sup_menu #navy ul li a:hover,
.dark_sup_menu #navy ul li:not(.tab_menu_item):hover>a i.menu_icon {
	color: #CACACA;
}

.dark_sup_menu #navy li.tab_menu_item.active>a,
.dark_sup_menu #navy li.tab_menu_item:hover>a {
	color: #fff;
}

.dark_sup_menu #navy ul li.normal_menu ul {
	top: 0;
}

.dark_sup_menu .menu_special_color {
	color: #fbb73f;
}

/*-------------------------------------------------------------
        Navigation ( Search Bar ) 	
-------------------------------------------------------------*/
.hm_icon_search {
	float: right;
	padding-top: 18px;
	width: 38px;
}

.hm_search_form {
	display: none;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1111;
}

.hm_search_form>form {
	height: 100%;
}

.hm_search_form input {
	font-family: "Roboto", "Open Sans", sans-serif;
	border: none;
	font-size: 20px;
	height: 100%;
	padding: 0 15px;
	width: 100%;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.hm_search_c {
	color: #555;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 13px;
}

.dark_header .hm_icon_search_btn {
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.hm_divider {
	height: 1px;
	margin: 70px 0;
	position: relative;
	width: 100%;
	border-color: #e9e9e9;
}

.hm_divider.divi_border1 {
	background: #e9e9e9;
}

.hm_divider.divi_border2 {
	background: #e9e9e9;
}

.hm_divider.divi_grad {
	background: -webkit-linear-gradient(left, transparent, #DCDCDC, transparent);
	background: linear-gradient(to right, transparent, #DCDCDC, transparent);
}

.hm_divider.divi_border2 {
	border-bottom: 2px dashed #e9e9e9;
}

.white_section .hm_divider.divi_border2 {
	border-color: rgba(255, 255, 255, 0.11);
}

.hm_divider i {
	background: #fff;
	color: #ccc;
	font-size: 18px;
	height: 45px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	width: 45px;
	left: 50%;
	margin: -25px 0 0 -25px;
	border: 2px solid #f1f1f1;
}

.hm_divider.divi_half {
	width: 50%;
}

.hm_divider.divi_centered {
	margin-left: auto;
	margin-right: auto;
}

.divi_nospace {
	margin-bottom: 0px;
	margin-top: 0px;
}

.divi_space1 {
	margin-bottom: 30px;
	margin-top: 10px;
}

.divi_space2 {
	margin-top: 25px;
	margin-bottom: 40px;
}

.divi_space3 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.divi_space4 {
	margin-bottom: 25px;
	margin-top: 25px;
}

.divi_space5 {
	margin-bottom: 50px;
	margin-top: 10px;
}

.divi_space6 {
	margin-bottom: 10px;
	margin-top: 35px;
}

.divi_space7 {
	margin-bottom: 40px;
	margin-top: 40px;
}

.divi_space8 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.divi_space9 {
	margin-bottom: 22px;
	margin-top: 22px;
}

.divi_space10 {
	margin-bottom: 70px;
	margin-top: 60px;
}

.divi_hi2 {
	height: 2px;
}

.white_divi:not(.divi_border2) {
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.3);
}

.divi_mid {
	width: 100px;
}

.divi_mid2 {
	width: 80px;
}

.divi_mid3 {
	width: 50px;
}

.divi_short {
	background: #333;
	height: 3px;
	width: 50px;
}

.divi_i_l i {
	left: 0;
}

.divi_i_r i {
	left: inherit;
	right: 0;
}

.divi_pattern1 {
	background: url("../img/pattern1.png");
	min-height: 5px;
}

.divi_pattern2 {
	background: url("../img/pattern2.png");
	min-height: 10px;
	border-right: 1px solid #dedede !important;
}

.hm_divider.divi_right {}

/* ----------------------------------------------------------------
	Contact Us
-----------------------------------------------------------------*/

.contact_details_row {
	margin-bottom: 50px;
	position: relative;
	float: left;
	/* text-align: left; Anas was here */
}

@media only screen and (min-width:995px) {
	.contact_details_row {
		border-right: 1px solid #e9e9e9;
		margin-bottom: 0;
		padding: 0px 24px;
	}
}

.contact_details_row.con_small_space {
	margin-bottom: 25px;
}

.contact_details_row .icon {
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.09);
	color: #999;
	display: block;
	font-size: 24px;
	height: 70px;
	line-height: 70px;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 70px;
}

.contact_details_row .ic_det2 {
	border: none;
	color: #ffffff;
	line-height: 70px;
	background: #fbb73f;
}

.white_section .contact_details_row .icon {
	background-color: rgba(0, 0, 0, 0.7);
}

.contact_details_row .icon+.c_con {
	position: relative;
	padding-left: 90px;
	min-height: 75px;
}

.contact_details_row:last-child {
	margin-bottom: 0;
	border-right: none;
}

.internal_portfolio_con .contact_details_row {
	margin-bottom: 15px;
	margin-top: 15px;
}

.c_con .c_title {
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 29px;
	text-transform: uppercase;
}

.c_con a {
	color: #272e67 !important;
}

.c_detail {
	display: block;
	line-height: 28px;
}

.table_style .c_detail {
	border-bottom: 1px solid #f3f3f3;
	padding: 9px 0 11px;
}

.white_section .table_style .c_detail {
	border-color: rgba(255, 255, 255, 0.1);
}

.table_style .c_name {
	color: #777;
	font-weight: 700;
}

.c_detail .c_name {
	color: #333;
	display: inline-block;
	font-weight: 600;
	margin-right: 8px;
	margin: 30px 0 15px;
}

.c_detail .c_desc {
	color: #777;
}

.c_detail.inline_block {
	display: inline-block;
	margin-right: 30px;
}

.white_section .c_con .c_title,
.white_section .c_detail .c_name,
.white_section .c_detail .c_desc,
.white_section .form_row label:not(.orderby_label) {
	color: #fff;
}

.white_section .c_detail .c_desc,
.white_section .form_row label:not(.orderby_label) .hm_field_name {
	opacity: 0.7;
}

.hm_contact_form {
	position: relative;
}

.label_space {
	display: block;
	margin-bottom: 10px;
}

.form_row {
	margin-bottom: 30px;
}

.form_row label:not(.orderby_label) {
	color: #555;
	cursor: pointer;
	display: block;
	float: left;
	letter-spacing: 1px;
	line-height: 39px;
	width: 20%;
}

.orderby_label span {
	position: static;
	width: 100% !important;
}

.form_row .orderby_label {
	float: left;
	width: 80%;
}

.form_row>span {
	display: inline-block;
}

.form_row label.error {
	color: #e74c3c;
	margin-bottom: 0;
	width: 80%;
	float: right;
	font-size: 13px;
}

.form_row input.ideal-form-control {
	color: #444;
	width: 100%;
}

.form_douple .form_row .ideal-form-control {
	border-width: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.form_row .ideal-cf-not-valid {
	border-color: #e74c3c !important;
}

div.ideal-cf-mail-sent-ok {
	border: 2px solid #398f14;
	color: #398f14;
	margin: 30px 0 0 20%;
	padding: 15px;
}

span.ideal-cf-not-valid-tip {
	color: #e74c3c;
	font-size: 13px;
	font-weight: bold;
	margin-top: 9px;
}

.ideal-form-control-wrap {
	width: 100%;
}

label+span.ideal-form-control-wrap {
	float: left;
	width: 80%;
}

.form_upper .form_row label:not(.orderby_label) {
	font-weight: 600;
	text-transform: uppercase;
}

.hm_label_block label:not(.orderby_label) {
	float: none;
	line-height: 1.7;
	margin-bottom: 8px;
	width: 100%;
}

.hm_label_block span.ideal-form-control-wrap,
.hm_label_block .orderby_label {
	float: none;
	width: 100%;
}

.form_row textarea {
	color: #444;
	width: 100%;
}

.form_row #form-messages {
	margin-left: 20%;
}

.form_row input[type="radio"]:first-of-type,
.form_row input[type="checkbox"]:first-of-type {
	margin-left: 0;
}

.form_row input[type="radio"],
.form_row input[type="checkbox"] {
	display: inline-block;
	margin: 3px 5px 4px 15px;
}

.form_row input[type="file"] {
	width: 100%;
}

.hm_requires_star {
	color: #FF270F;
	margin-left: 4px;
}

#form-messages.send_success {
	border: 2px solid #44a244;
	color: #555;
	padding: 14px 20px 15px;
}

div.ideal-cf-validation-errors {
	background-color: #e74c3c;
	border: 3px solid #e74c3c;
	color: #fff;
	line-height: 1.7;
	margin: 30px 0 0 20%;
	padding: 8px 15px 10px;
}

.form_row button,
.form_row input[type="submit"] {
	max-width: 80%;
	margin-left: 20%;
}

.full_button {
	width: 100%;
}

.form_loader {
	background: url("../img/camera-loader.gif") no-repeat center center rgba(255, 255, 255, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.hm_requires {
	background: #e94b35;
	display: inline-block;
	height: 4px;
	margin-left: 8px;
	vertical-align: middle;
	width: 4px;
}

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
#footer {
	position: relative;
	width: 100%;
	background: #fcfcfc;
	overflow: hidden;
	color: #989898;
	font-size: 14px;
}

#footer>.container {
	padding-top: 75px;
	padding-bottom: 75px;
}

#footer .footer_copyright {
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.25);
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
}

.recent_posts_list li:first-child {
	padding-top: 0;
}

#footer .recent_posts_list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	padding-top: 9px;
}

#footer.hm_light_footer .footer_copyright {
	background: #ffffff;
	border-top: 1px dotted rgba(0, 0, 0, 0.15);
}

#footer .head_socials {
	float: right;
}

#footer .footer_copyright.has_social_icons {
	padding: 21px 0;
}

#footer #recentcomments {
	padding-top: 7px;
}

#footer .footer_title+.socials_widget,
#footer .footer_title+.tagcloud {
	padding-top: 9px;
}

#footer .hm_vid_con {
	top: 9px;
}

#footer .tagcloud a {
	margin: 0 8px 8px 0;
}

#footer.hm_dark_footer .tagcloud a .tag {
	background: rgba(0, 0, 0, 0.2);
	border-color: rgba(255, 255, 255, 0);
	color: #888;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	overflow: hidden;
	padding: 7px 10px;
	position: relative;
	text-transform: capitalize;
	vertical-align: top;
}

#footer.hm_dark_footer .tagcloud a:hover .tag {
	color: #fff;
	border-color: rgba(255, 255, 255, 0);
	background: rgba(0, 0, 0, 0.4);
}

.hm_light_footer .footer_title {
	color: #444;
}

.footer_title {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.footer_logo {
	margin-bottom: 20px;
}

.footer_desc {
	display: block;
	line-height: 25px;
}

.black_button {
	background: rgba(0, 0, 0, 0.2);
	color: #888;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 24px 0 0;
	padding: 4px 13px 5px;
}

.black_button:hover {
	color: #fff;
}

.hm_light_footer .black_button {
	color: #fff;
	background: #fbb73f;
}

.hm_light_footer .black_button:hover {
	background: #444;
}

.black_button i {
	margin-right: 6px;
}

.hm_light_footer .footer_row {
	border-color: rgba(0, 0, 0, 0.1);
}

.footer_row {
	padding-bottom: 40px;
}

.footer_row:first-child {
	border-top: 0;
}

.newsletter_con {
	line-height: 39px;
	margin-top: 20px;
	position: relative;
}

.hm_dark_footer .newsletter_con>input {
	background: rgba(0, 0, 0, 0.4);
	border: none;
	color: #ddd;
}

.hm_dark_footer .newsletter_con>input.fname-subs {
	background: rgba(255, 255, 255, 0.08);
	margin-bottom: 10px;
}

.newsletter_con>input {
	font-size: 13px;
	height: 40px;
	padding: 7px 50px 9px 16px;
	width: 100%;
}

.newsletter_con label.error {
	color: #e74c3c;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 7px;
}

.newsletter_button {
	background: #fbb73f;
	border: none;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 42px;
}

.newsl_i {
	bottom: 0;
	height: 40px;
	position: absolute;
	right: 0;
	width: 42px;
	z-index: 1;
	pointer-events: none;
}

.newsl_i i {
	left: 14px;
	position: absolute;
	top: 11px;
	font-size: 16px;
}

.hm_dark_footer .newsl_i {
	color: #fff;
}

.newsl_i .subscribe_true,
.newsl_i .refresh_loader {
	opacity: 0;
}

#subscribe_output h4 {
	background: #afe9b0;
	color: #243524;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	margin: 16px 0 0;
	padding: 10px 18px;
	position: relative;
}

#subscribe_output h4::after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #afe9b0;
	border-style: solid;
	border-width: 7px;
	content: "";
	left: 14px;
	position: absolute;
	top: -12px;
}

.refresh_loader {
	-moz-animation: sendingSubs .5s infinite linear;
	-webkit-animation: sendingSubs .5s infinite linear;
	animation: sendingSubs .5s infinite linear;
}

@-moz-keyframes sendingSubs {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes sendingSubs {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes sendingSubs {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.footer_row:last-child {
	padding-bottom: 0;
}

.footer_copyright.has_social_icons .footer_copy_text {
	line-height: 40px;
}

.icon_details_list {
	margin-top: 20px;
}

.icon_details_list li:not(:last-child) {
	margin-bottom: 10px;
}

.icon_details_list li {
	padding-left: 25px;
}

.icon_details_list li i {
	display: inline-block;
	font-size: 14px;
	margin: 0 0 0 -24px;
	vertical-align: middle;
	width: 24px;
}

.hm_dark_footer .icon_details_list b {
	color: #ddd;
}

.icon_details_list b {
	font-weight: 500;
	margin-right: 2px;
}

.recent_posts_list li {
	padding-bottom: 14px;
}

.recent_posts_list li>a .recent_posts_img {
	float: left;
	margin: 5px 18px 0 0;
	display: block;
	overflow: hidden;
	position: relative;
}

.recent_posts_list li>a .recent_posts_img:after {
	content: "";
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	background: #fbb73f;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.recent_posts_list li>a .recent_posts_img:before {
	content: "+";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
	z-index: 1;
	font-size: 24px;
	opacity: 0;
	color: #fff;
}

.hm_dark_footer .recent_posts_list li>a span {
	color: #aaa;
}

.recent_posts_list li>a span {
	display: block;
	line-height: 24px;
}

#sidebar .recent_posts_list li>a span {
	color: #444;
	font-size: 14px;
	text-transform: capitalize;
}

#sidebar .recent_posts_list li>a span.recent_posts_img:before {
	color: #fff;
}

#sidebar .recent_posts_list li>a:hover span {
	color: #fbb73f;
}

#sidebar .recent_posts_list li .recent_post_detail {
	color: #999;
	display: block;
	font-size: 12px;
	font-style: normal;
}

.recent_posts_list li .recent_post_detail {
	display: block;
	font-size: 11px;
	color: #777;
	line-height: 22px;
	text-transform: uppercase;
}

.recent_posts_list li .recent_post_detail:last-child {
	margin-bottom: 0;
}

.recent_posts_list li:last-child {
	margin-bottom: 0px;
}

.recent_posts_list li>a .recent_posts_img:hover:after,
.recent_posts_list li>a .recent_posts_img:hover:before {
	opacity: 1;
}

.flickr_widget_block .flickr_badge_image {
	display: block;
	float: left;
	margin: 0 0 10px;
	padding: 0 10px 0 0;
	width: 33.3333%;
	height: auto;
}

.col-md-4 .flickr_widget_block .flickr_badge_image {
	width: 25%;
	height: 82px;
}

.flickr_badge_image a {
	display: block;
	position: relative;
	overflow: hidden;
}

.flickr_badge_image a:after {
	content: "";
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	background: #fbb73f;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.flickr_badge_image a:before {
	content: "\e6e5";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-family: "idealtheme";
	text-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
	z-index: 1;
	font-size: 24px;
	color: #fff;
	opacity: 0;
}

.flickr_widget_block {
	margin-right: -10px;
}

.flickr_badge_image:hover a:after,
.flickr_badge_image:hover a:before {
	opacity: 1;
}

.hm_vid_con {
	display: block;
	overflow: hidden;
	position: relative;
}

.hm_vid_con .vid_icon {
	color: #fff;
	font-size: 60px;
	height: 54px;
	position: absolute;
	text-align: center;
	width: 54px;
	z-index: 1;
}

.hm_vid_con .vid_icon i {
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	line-height: 47px;
	position: absolute;
	top: 0;
}

.hm_vid_con .vid_icon:hover i {
	transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	-o-transform: rotate(120deg);
}

.hm_vid_con:after {
	background: #fbb73f;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.6;
}

.hm_vid_con:hover:after {
	opacity: .9;
}

.about_author {
	background: #fff;
	border: 1px solid #e4e4e4;
	margin-top: 30px;
	padding: 15px 0 15px 15px;
	position: relative;
}

.hm_dark_footer .about_author {
	background: #f4f8f9;
	border: none;
}

.about_author .social_media a {
	background: rgba(0, 0, 0, 0);
	border: none;
	font-size: 13px;
	margin: 0 14px 0 0;
	text-align: left;
	width: auto;
}

.about_author .social_media a:last-child {
	margin-right: 0;
}

.about_author_link>img {
	float: left;
	margin: 0 15px 0 0;
	max-width: 100px;
}

.about_author_link>span {
	color: #444;
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.about_author_link:hover>span {
	color: #fbb73f;
}

.footer_copy_text {
	color: #666;
	letter-spacing: 1px;
}

.footer_copy_text a {
	color: #999;
}

.footer_copy_text+.footer_menu {
	margin-top: 5px;
}

.footer_menu>li {
	display: inline-block;
	padding: 0 9px;
	position: relative;
}

.footer_menu>li a {
	color: #666;
	display: block;
}

.footer_menu>li a:hover {
	color: #aaa;
}

.footer_menu>li:first-child {
	padding-left: 0px;
}

.footer_menu>li:last-child {
	padding-right: 0px;
}

.col_centered .footer_menu {
	float: none;
	text-align: center;
}

.col_centered .footer_copy_text {
	display: block;
	text-align: center;
}

.head_socials>a {
	color: #777;
	display: inline-block;
	font-size: 15px;
	text-align: center;
	width: 35px;
}

.head_socials>a:hover {
	color: #ddd;
}

.post_img_toltip {
	float: left;
	margin: 0 10px 10px 0;
	max-width: 30%;
	padding: 0 !important;
	position: relative;
}

.post_img_toltip:nth-child(3n) {
	margin-right: 0;
}

.recent_posts_list li.post_img_toltip .recent_posts_img {
	margin: 0;
}

.post_img_toltip span:not(.recent_posts_img) {
	background: rgba(0, 0, 0, 0.9);
	font-size: 13px;
	left: 50%;
	margin-top: -7px;
	opacity: 0;
	padding: 5px 10px;
	position: absolute;
	transform: translateY(-100%) translateX(-50%);
	-webkit-transform: translateY(-100%) translateX(-50%);
	-moz-transform: translateY(-100%) translateX(-50%);
	white-space: nowrap;
	z-index: 1;
	pointer-events: none;
}

.post_img_toltip .recent_posts_img:hover+span {
	opacity: 1;
}

.post_img_toltip span:not(.recent_posts_img)::after {
	border-color: rgba(0, 0, 0, 0.9) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 5px;
	bottom: -10px;
	content: "";
	left: 50%;
	margin-left: -5px;
	position: absolute;
}

.shop_product_wrapper .tabs_mobile .tabs-navi li {
	margin-bottom: 0;
}

/* ----------------------------------------------------------------
	Welcome Banner
-----------------------------------------------------------------*/
.welcome_banner .welcome_banner {
	padding: 0 40px;
	position: relative;
}

.welcome_banner h3,
.text_slide h3 {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 20px;
	text-transform: capitalize;
}

.welcome_banner .intro_text,
.text_slide_desc {
	display: block;
	font-size: 15px;
}

.welcome_banner_slider>.welcome_banner:not(:first-child) {
	display: none;
}

.top_sapce1 {
	margin-top: 30px;
}

/* --------- Tabs --------*/

.hm-tabs .tabs-body {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hm-tabs {
	position: relative;
	margin: 0px auto 50px;
	clear: both;
}

.hm-tabs:last-of-type {
	margin-bottom: 0;
}

.hm-tabs nav {
	-webkit-overflow-scrolling: touch;
	background: #f8f7ee;
	box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
	-moz-box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
	-webkit-box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
	position: relative;
	float: none;
	background: transparent;
	box-shadow: none;
	z-index: 1;
}

.hm-tabs:after,
.tabs-navi:after {
	content: "";
	display: table;
	clear: both;
}

.hm-tabs .tabs-navi {
	width: auto;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.tabs-navi li {
	display: inline-block;
}

.tabs-navi a {
	display: block;
	color: #999;
	line-height: 45px;
	width: auto;
	font-size: 14px;
	padding: 0 35px;
	position: relative;
	background: #fff;
	text-transform: capitalize;
	font-weight: 600;
}

.tabs-navi a i {
	font-size: 18px;
	margin-right: 8px;
	vertical-align: sub;
}

.tabs_mobile .tabs-navi a {
	line-height: 40px;
	padding-right: 22px;
	padding-left: 22px;
}

.tabs_mobile .tabs-navi a i {
	display: none;
}

.no-touch .tabs-navi a:hover {
	color: #444;
}

.tabs2:not(.fill_active) .tabs-navi a:hover {
	color: #fbb73f;
}

.hm-tabs:not(.simple_tabs) .tabs-body {
	background: #ffffff;
	clear: both;
}

.hm-tabs:not(.simple_tabs) .tabs-body>li {
	padding: 30px 35px 25px;
}

.tabs-body>li {
	display: none;
}

.tabs-body li.selected {
	display: block;
	-webkit-animation: cd-fade-in 0.5s;
	-moz-animation: cd-fade-in 0.5s;
	animation: cd-fade-in 0.5s;
}

.tabs1.ver_tabs .tabs-navi a.selected {
	background: #fff;
	color: #fbb73f;
}

.tabs1.ver_tabs .tabs-navi a {
	border-bottom: 1px solid #e9e9e9;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0 25px;
	text-transform: uppercase;
}

.tabs1.ver_tabs nav {
	clear: none;
	float: left;
	width: 25%;
	margin-bottom: -1px;
}

.tabs1.ver_tabs nav ul {
	width: 100%;
}

.tabs1.ver_tabs .tabs-body {
	background: #fff;
	border: none;
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 75%;
}

.tabs1.ver_tabs .tabs-body:after {
	background: #e9e9e9;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.ver_tabs .tabs-navi a {
	background: #fcfcfc;
}

.tabs1:not(.ver_tabs) .tabs-navi a.selected {
	background: #ffffff;
	color: #444;
}

.tabs1:not(.ver_tabs) .tabs-navi a {
	border-color: #eee;
	border-right: 2px solid #eee;
	border-top: 2px solid #eee;
}

.tabs1:not(.ver_tabs) .tabs-navi a.selected:after {
	background: #fff;
	bottom: -2px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.tabs1 .tabs-body {
	border: 2px solid #eeeeee;
}

.tabs_mobile.tabs1:not(.ver_tabs):not(.fill_active) .tabs-navi a.selected:before {
	left: -1px;
	top: -2px;
	width: calc(100% + 2px);
}

.tabs1:not(.ver_tabs):not(.fill_active) .tabs-navi a.selected:before {
	background: #fbb73f;
	content: "";
	display: block;
	height: 3px;
	left: -2px;
	position: absolute;
	top: -2px;
	width: calc(100% + 4px);
}

.tabs1:not(.ver_tabs):not(.fill_active) .tabs-navi>li:first-child a {
	border-left: 2px solid #eee;
}

.tabs1.fill_active .tabs-navi a:before {
	display: none;
}

.tabs1.fill_active .tabs-navi a.selected:after {
	background: none;
}

.ver_tabs .tabs-navi li {
	display: block;
	width: 100%;
}

.ver_tabs .tabs-navi a:before {
	background: none;
	content: "";
	height: calc(100% + 2px);
	left: -1px;
	position: absolute;
	top: -1px;
	width: 3px;
}

.ver_tabs .tabs-navi a.selected:before {
	background: #fbb73f;
}

.tabs2 .tabs-navi a.selected:after {
	border-color: transparent transparent #fff;
	border-style: solid;
	border-width: 8px;
	bottom: -28px;
	content: "";
	display: block;
	position: absolute;
}

.tabs2 .tabs-navi a.selected:before {
	border-color: transparent transparent #666;
	border-style: solid;
	border-width: 8px;
	bottom: -28px;
	content: "";
	display: block;
	position: absolute;
}

.tabs2 .tabs-navi li {
	margin-right: 8px;
}

.tabs2 .tabs-navi a.selected {
	border-color: #fbb73f;
	color: #fbb73f;
}

.tabs2 .tabs-navi a.selected>span i {
	color: #fbb73f;
}

.tabs2 .tabs-navi a {
	background: #fff;
	border: 2px solid #eeeeee;
	color: #888;
}

.tabs2 .tabs-body {
	margin-top: 25px;
	border: 1px solid #E9E9E9;
}

.tabs2.fill_active .tabs-navi a.selected,
.tabs2.fill_active .tabs-navi a:hover {
	background: #fbb73f;
	color: #fff !important;
	border-color: #fbb73f;
}

.tabs2.fill_active .tabs-navi a.selected>span i {
	color: #fff !important;
}

.tabs1.fill_active .tabs-navi a.selected {
	background: #fff;
}

.ver_tabs:not(.ver_tab_sim) .tabs-navi a.selected:after {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	width: 1px;
}

.hm-tabs.tabs1.ver_tabs {
	border: 1px solid #e9e9e9;
	background: #fcfcfc;
}

.hm-tabs.tabs1.ver_tabs.ver_tab_sim,
.tabs1.ver_tabs.ver_tab_sim .tabs-navi a {
	background: none;
	border: none;
}

.tabs1.ver_tabs.ver_tab_sim .tabs-navi a:before {
	right: -1px;
	left: auto;
}

.tabs1.ver_tabs.ver_tab_sim .tabs-body>li {
	padding: 0 35px;
}

.hm-tabs.simple_tabs .tabs-navi li a {
	background: #fff;
	border: 2px solid #fbb73f;
	color: #444;
	margin-right: -2px;
	padding: 0 35px;
}

.hm-tabs.simple_tabs .tabs-navi li a:not(.selected):hover {
	color: #fbb73f;
}

.hm-tabs.simple_tabs .tabs-navi li a.selected {
	background: #fbb73f;
	border-color: #fbb73f;
	z-index: 1;
	color: #fff;
}

.hm-tabs.simple_tabs .tabs-navi a {
	background: rgba(0, 0, 0, 0);
}

.hm-tabs.simple_tabs .tabs-body>li {
	border-bottom: 2px dashed #eee;
	padding: 30px 0 30px;
}

.white_section .hm-tabs.simple_tabs .tabs-body>li {
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.2);
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 30px 40px;
}

.tabs1.tabs_mobile:not(.ver_tabs):not(.fill_active) .tabs-navi>li a {
	border: 1px solid #e5e5e5;
	margin: 0 8px 8px 0;
}

.tabs1.tabs_mobile:not(.ver_tabs) .tabs-navi a.selected::after {
	display: none;
}

.hm-tabs.simple_tabs.tabs_mobile .tabs-navi li a {
	margin-bottom: 15px;
}

.hm-tabs.simple_tabs.tabs_mobile .tabs-body>li {
	padding-top: 0;
}

.tabs1.tabs_mobile.fill_active:not(.ver_tabs) .tabs-navi>li a {
	margin: 0 8px 8px 0;
}

.tabs1.tabs_mobile.fill_active:not(.ver_tabs) .tabs-navi>li a:not(.selected):not(:hover) {
	border: 1px solid #e5e5e5;
}

.tabs1.fill_active.tabs_mobile:not(.ver_tabs) .tabs-navi li a.selected,
.tabs1.fill_active.tabs_mobile:not(.ver_tabs) .tabs-navi li a:hover {
	border-left: 1px solid #fbb73f;
	border-bottom: 1px solid #fbb73f;
}

.tabs2.tabs_mobile .tabs-navi li {
	margin-bottom: 8px;
}

.tabs2.tabs_mobile.fill_active:not(.ver_tabs) .tabs-body {
	margin-top: 17px;
}

.tabs1.fill_active .tabs-navi li>a {
	background: #fafafa;
	border-bottom: 2px solid #eee;
	border-left: 2px solid #eee;
}

.tabs1.fill_active .tabs-navi a:hover {
	background: #fff;
}

.fill_active .tabs-navi li {
	margin-bottom: -2px;
	margin-right: 8px;
}

.widget_block .tabs-navi a {
	line-height: 39px;
	padding: 0 18px;
}

.widget_block .hm-tabs .tabs-body>li {
	padding: 20px 0;
}

.widget_block .tabs1 .tabs-body {
	border-color: #eee;
	border-style: solid;
	border-width: 2px 0 0;
}

.icon_alone,
.tabs-navi a i.icon_alone {
	margin-right: 0;
}

.hm-tabs li>p:not(last-child),
.panel-body p:not(last-child) {
	margin-bottom: 15px;
}

.hm-tabs li>p:last-child,
.panel-body p:last-child {
	margin-bottom: 0px;
}

@-webkit-keyframes cd-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes cd-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes cd-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* ----------------------------------------------------------------
	Light Box
-----------------------------------------------------------------*/
a.img_popup {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}

.img_popup_con {
	background: rgba(0, 0, 0, .04);
}

.white_section .img_popup_con {
	background: #fff;
}

.img_popup_con>span {
	color: #333;
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 13px 22px;
}

.always_show_i>span {
	opacity: 1 !important;
}

a.img_popup>.hm_plus_i {
	background: #fff;
	color: #444;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 40px;
	z-index: 2;
}

.filter_icon_but .hm_plus_i,
.porto_full_desc .hm_plus_i {
	display: none !important;
}

a.img_popup:hover>span,
.porto_type:hover a.img_popup>.hm_plus_i,
.porto_block:hover a.img_popup>.hm_plus_i,
.feature_inner_corners:hover a.img_popup>.hm_plus_i,
.timeline_feature:hover a.img_popup>.hm_plus_i {
	opacity: 1;
}

/* ----------- Icon Boxes -----------*/

.hmicon {
	position: relative;
}

.hmicon_simple_con,
.hmicon_side_con {
	margin-top: -50px;
}

.hmicon_bordered_con {
	margin-top: -50px;
}

.hmicon_simple_con .hm_columns,
.hmicon_side_con .hm_columns {
	margin-top: 50px;
}

.hmicon_bordered_con .hm_columns {
	margin-top: 50px;
}

.hmicon_no_margin .hm_columns {
	margin-bottom: 0 !important;
}

.hmicon_i {
	color: #fbb73f;
	display: inline-block;
	font-size: 32px;
	line-height: 1;
	position: relative;
}

.hmicon_i.gray_hmicon {
	color: #bbbbbb;
}

.white_section .hmicon_t {
	color: #fff;
}

.hmicon_t {
	color: #444;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	vertical-align: middle;
}

.hmicon_i_above .hmicon_t {
	display: block;
}

.hmicon_t a {
	color: inherit;
}

.hmicon_d {
	margin-top: 10px;
}

.hmicon_link {
	border-bottom: 1px solid #fbb73f;
	color: #fbb73f;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 2;
	margin-top: 25px;
	position: relative;
	text-transform: uppercase;
}

.hmicon_link:hover {
	color: #333;
	border-color: #333;
}

.white_section .hmicon_link:hover {
	color: #fff;
	border-color: #fff;
}

.hmicon_box {
	height: 100%;
}

.hmicon_bordered {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 40px 35px;
	background: #fff;
}

.hmicon_i {
	margin-right: 15px;
	vertical-align: middle;
}

.hmicon_i_above .hmicon_i_simple .hmicon_i {
	font-size: 50px;
}

.hmicon_i_above .hmicon_i {
	display: block;
	font-size: 38px;
	margin-bottom: 25px;
	margin-right: 0;
}

.hmicon_align_r .hmicon_i {
	margin-left: 15px;
	margin-right: 0;
}

.no_border {
	border: none !important;
}

.hmicon_align_c {
	text-align: center;
}

.hmicon_align_l {
	text-align: left;
}

.hmicon_align_r {
	text-align: right;
	direction: rtl;
}

.hmicon_align_l .hmicon_side .hmicon_i,
.hmicon_align_r .hmicon_side .hmicon_i {
	position: absolute;
	top: 10px;
	left: 0;
}

.hmicon_align_r .hmicon_side .hmicon_i {
	right: 0;
	left: auto;
}

.hmicon_align_l .hmicon_side .hmicon {
	padding-left: 50px;
}

.hmicon_align_r .hmicon_side .hmicon {
	padding-left: 0;
	padding-right: 50px;
}

.hmicon_side.hmicon_i_border .hmicon {
	padding-left: 90px;
}

.hmicon_align_r .hmicon_side.hmicon_i_border .hmicon {
	padding-left: 0;
	padding-right: 90px;
}

.hmicon_i_above .hmicon_i_border .hmicon_i {
	height: 100px;
	width: 100px;
	line-height: 100px;
}

.hmicon_align_c.hmicon_i_above .hmicon_bordered.hmicon_i_border .hmicon_i {
	margin-bottom: -30px !important;
	margin-top: -40px !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.hmicon_align_c.hmicon_i_above .hmicon_i_border .hmicon_i {
	margin: 0 auto 20px;
}

.hmicon_i_border .hmicon_i {
	color: #999;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
}

.hmicon_side.hmicon_i_border .hmicon.iclarger {
	padding-left: 105px;
}

.hmicon_i_border .iclarger .hmicon_i {
	height: 80px;
	line-height: 80px;
	width: 80px;
}

.hmicon_i_border .hm_icon_in,
.hmicon_i_border .hmicon_i {
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.hmicon_i_border .hmicon_i.hmicon_i_co1 {
	box-shadow: 0 0 0 3px #fbb73f inset;
	-webkit-box-shadow: 0 0 0 3px #fbb73f inset;
	-moz-box-shadow: 0 0 0 3px #fbb73f inset;
	color: #fbb73f;
	background: #fff;
}

.hmicon_i_border .hmicon_i.hmicon_i_co1 .hm_icon_in {
	color: #fff;
	background: #fbb73f;
	box-shadow: 0 0 0 3px #fbb73f inset;
	-webkit-box-shadow: 0 0 0 3px #fbb73f inset;
	-moz-box-shadow: 0 0 0 3px #fbb73f inset;
}

.hm_icon_in {
	color: #999;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	top: 0;
	opacity: 0;
}

.hmicon_is_hover.hmicon:hover .hm_icon_in {
	opacity: 1;
}

.hmicon_is_hover.hmicon:hover .hmicon_i>i {
	opacity: 0;
}

.hmicon_image .hmicon_i i,
.hmicon_image .hm_icon_in {
	display: none !important;
}

.hmicon_bordered_con .hm_columns.hmicon_i_border_col {
	margin-top: 100px;
}

/* ----------- Features -----------*/

.feature_col1 {
	width: 33.3333%;
}

.feature_col1:first-child,
.feature_col2:first-child {
	padding-right: 30px;
}

.feature_col1:last-child,
.feature_col2:last-child {
	padding-left: 30px;
}

.hm_columns.feature_col2 {
	width: 50%;
}

.feature_icon .item:not(:last-child) {
	margin-bottom: 50px;
}

.feature_icon .item h5 {
	font-size: 17px;
	margin: 0;
}

.feature_icon.on_right .item h5 {
	direction: rtl;
}

.feature_icon .item h5 .title {
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize;
	vertical-align: bottom;
}

.feature_icon .icon {
	background: #fbb73f;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	left: 0;
	line-height: 43px;
	position: relative;
	text-align: center;
	top: 0;
	width: 45px;
}

.feature_icon .icon i {
	position: relative;
	z-index: 1;
}

.feature_icon .item h5:after {
	content: "";
	display: table;
	clear: both;
}

.hm_feature_slider .feature_icon .item:last-child {
	margin-bottom: 0;
}

.feature_icon .item>span {
	display: block;
	margin-top: 12px;
}

.white_section .feature_icon .item>span {
	color: #fff;
}

.white_section .feature_icon .icon {
	background: rgba(0, 0, 0, 0.8);
}

.white_section .feature_icon .item:hover h5 .icon {
	border-color: rgba(0, 0, 0, 0);
}

.feature_icon .icon,
.white_section .feature_icon .icon {
	margin-right: 13px;
}

.feature_icon.on_right .item h5 .icon {
	margin-left: 13px;
	margin-right: 0;
}

.feature_icon.on_right .item>span {
	display: block;
	text-align: right;
}

.feature_icon_img img {
	display: block;
	margin: 0 auto;
}

.entry-content ul.tree_features {
	margin: 0;
	padding: 0;
}

.tree_features>li:nth-of-type(2n) {
	float: right;
	clear: right;
	text-align: right;
	margin-right: -5px;
}

.tree_features>li:nth-of-type(2n) .leaf_icon {
	left: auto;
	right: 0;
}

.tree_features>li {
	min-height: 144px;
	clear: left;
	float: left;
	background: #fbb73f;
	color: #fff;
	padding: 25px 25px 15px;
	position: relative;
	width: 50%;
	margin-bottom: 5px;
	list-style: none;
	vertical-align: top;
	display: block;
}

.tree_features>li>.tree_curv {
	background: #fbb73f;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	width: 50%;
}

.tree_features>li:after {
	background: #fff;
	content: "";
	display: block;
	height: 80px;
	left: 3px;
	position: absolute;
	top: 100%;
	width: 100%;
	border-radius: 72px 72px 0 0;
	-webkit-border-radius: 72px 72px 0 0;
	-moz-border-radius: 72px 72px 0 0;
}

.tree_features>li:nth-of-type(2n):after {
	left: -3px;
}

.tree_features>li:nth-child(2n)>.tree_curv {
	left: 0;
	right: auto;
}

.tree_features>li:nth-child(2n) .leaf_con {
	padding-right: 144px;
	padding-left: 0;
}

.tree_features_t {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.tree_features_t:hover {
	color: #eee;
}

.tree_features_d {
	display: block;
	overflow: hidden;
}

.leaf_icon {
	background: rgba(0, 0, 0, 0.1);
	display: block;
	font-size: 32px;
	height: 144px;
	left: 0px;
	line-height: 144px;
	position: absolute;
	text-align: center;
	width: 144px;
	z-index: 1;
	top: 0;
}

.leaf_con {
	padding-left: 144px;
	position: relative;
	z-index: 1;
}

/* ----------------------------------------------------------------
	Features
-----------------------------------------------------------------*/
.counter_b .counter {
	margin-top: 32px;
}

.counter_b {
	margin-top: -50px;
}

.counter_b .col-md-12 .hm_column_con {
	padding: 0;
}

.white_section .counter .value {
	color: #fff;
}

.counter {
	text-align: center;
}

.white_section .counter .icon {
	color: #fff;
}

.white_section .counter_round_icon .icon {
	background: rgba(255, 255, 255, 0.07);
}

.counter>span {
	display: block;
	position: relative;
	line-height: 1.5;
}

.counter .icon {
	font-size: 32px;
	margin: 0 auto 13px;
	color: #fbb73f;
}

.counter .icon i {
	position: relative;
	z-index: 1;
}

.counter .value:first-child {
	margin-top: 0px;
}

.counter .value {
	font-size: 32px;
	font-weight: 800;
	color: #555;
}

.counter .title {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 300;
	margin-top: 15px;
	position: relative;
}

.show_divider .title:after {
	background: #ddd;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 0;
	width: 15px;
}

.white_section .show_divider .title:after {
	background: #fff;
	opacity: 0.2;
}

.show_divider .title {
	margin-top: 15px;
	padding-top: 25px;
}

.counter_simple2>div {
	text-align: center;
}

.counter_simple2 .counter {
	display: inline-block;
}

.counter_simple2 .value {
	display: inline-block;
	color: #aaa;
}

.counter_simple2 .icon {
	display: inline-block;
	margin-right: 15px;
}

.counter_simple2 .title {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0;
}

.counter_round_icon .icon {
	background: rgba(0, 0, 0, 0.04);
	display: block;
	height: 100px;
	line-height: 96px;
	margin-bottom: 15px;
	width: 100px;
}

.counter_round_icon .value {
	color: #444;
	font-size: 40px;
	font-weight: 300;
}

.counter_round_icon .title {
	color: #999;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.white_section .counter .title {
	color: #fff;
}

.counter_no_icon .icon {
	display: none;
}

.counter_bordered .counter {
	border: 1px solid rgba(0, 0, 0, 0.07);
	padding: 25px 0 30px;
	background: #fff;
}

.white_section .counter_bordered .counter {
	border-color: rgba(255, 255, 255, 0);
	background: rgba(0, 0, 0, 0.07);
}

.hm_counter_con>div {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 32px;
	position: relative;
}

.hm_counter_con span {
	display: block;
}

.c_val {
	color: #555;
	font-weight: 700;
	line-height: 1;
}

.c_text {
	font-size: 16px;
	margin-top: 10px;
	font-weight: 300;
}

.hm_cdown:after {
	color: rgba(0, 0, 0, 0.25);
	content: ":";
	font-size: 32px;
	line-height: 1;
	position: absolute;
	right: -3px;
	top: 0;
	opacity: .6;
}

.white_section .c_val,
.white_section .hm_cdown:after {
	color: #fff;
}

/* ----------------------------------------------------------------
	Client Say
-----------------------------------------------------------------*/
.normal_text_slider {
	position: relative;
}

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

.team_block2 .member_img,
a.img_popup>.hm_plus_i,
.f_s_i_format,
.related_img .hm_format_i,
.porto_nav .expand_img,
.porto_nav .detail_link,
.hm_filter_wrapper .icon_expand {
	box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
}

.client_img {
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.client_img {
	background: #fff;
	display: inline-block;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 6px;
	position: relative;
	text-align: center;
}

.normal_text_slider .client_details {
	color: #444;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 22px 0 0 0;
}

.client_details span {
	margin-right: 12px;
}

.job_tit {
	font-weight: 400;
	margin-top: 6px;
}

.monial_desc {
	color: #8f8e8e;
	display: block;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	position: relative;
}

.white_section .normal_text_slider .client_details {
	color: #fff;
}

.white_section .monial_desc {
	color: #fff;
}

.white_section .btn_a {
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 3px;
	border: none;
}

.monial_desc {
	margin: 0 auto;
	max-width: 700px;
}

.client_details .name {
	text-transform: uppercase;
	font-weight: 700;
}

.what_say_block {
	position: relative;
	margin-bottom: 60px;
}

.what_say_block .say_img {
	margin-top: 8px;
	position: absolute;
	width: 100px;
}

.say_img+.say_datils {
	padding-left: 120px;
}

.what_say_block .say_datils {
	min-height: 89px;
}

.say_datils>h5,
.say_datils {
	color: #444;
	margin-bottom: 7px;
}

span.cli_n {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
	text-transform: uppercase;
}

span.job_n {
	color: #888;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 5px;
	font-weight: 500;
}

.say_datils span {
	margin-right: 13px;
}

.say_datils .text {
	font-size: 15px;
	letter-spacing: 1px;
}

.white_section .say_datils>h5,
.white_section .say_datils,
.white_section span.job_n {
	color: #fff;
}

.white_section .say_datils .text {
	opacity: 0.7;
}

.shadoo1 {
	box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
}

.shadoo2 {
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.03);
}

.shadoo3 {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.shadoo4 {
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.03);
}

.shadoo5 {
	box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.03);
}

.shadoo6 {
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
}

.shadoo7 {
	box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.04);
}

.paddiirl1 {
	padding: 0 15px;
}

.paddii1 {
	padding: 20px 30px;
}

.borderi1 {
	border: 1px solid #e4e4e4;
}

.relative {
	position: relative;
}

.owl_blocks_item {
	margin-top: 90px;
}

.testimonial_con1 .paddiirl1 {
	padding: 0;
}

.testimonial_con {
	margin-top: -90px;
}

.owl_blocks_slider:not(.testimonial_con1)>.owl_blocks_item {
	width: 33.3333%;
	float: left;
	padding: 0 15px;
}

.testimonial_con1>.owl_blocks_item {
	display: none;
}

.testimonial_con1>.owl_blocks_item:first-child {
	display: block;
}

.testimonial_author .say_datils {
	display: block;
	padding-left: 105px;
	padding-top: 20px;
	min-height: 90px;
}

.testimonial_author .client_img {
	position: absolute;
}

.testimonial_author {
	margin-top: 20px;
	position: relative;
}

.testimonial_desc {
	background: #fff;
	color: #555;
}

.hm_box_arr:before,
.hm_box_arr:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: transparent;
	border-width: 10px;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
}

.hm_box_ar_b:before {
	border-top-color: #ccc;
	bottom: 0;
	left: 35px;
	margin-bottom: -1px;
}

.hm_box_ar_b:after {
	border-top-color: #fff;
	bottom: 0;
	left: 35px;
}

.white_section .hm_box_ar_b:before {
	border-top-color: rgba(0, 0, 0, 0.4);
	margin-bottom: 0;
}

.white_section .hm_box_ar_b:after {
	border-top: none;
}

.white_section .testimonial_desc {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	border: none;
}

/* ----------------------------------------------------------------
	Video Background
-----------------------------------------------------------------*/
.mb_YTPPlaypause,
.mb_YTPMuteUnmute {
	display: none !important;
}

.mb_YTPlayer {
	display: block;
	transform: translateZ(0);
	transform-style: preserve-3d;
	perspective: 1000;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	animation-timing-function: linear;
	box-sizing: border-box;
}

.mb_YTPlayer :focus {
	outline: 0;
}

.mbYTP_wrapper iframe {
	max-width: 4000px !important;
}

.mb_YTPBar {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 5px;
	width: 100%;
	z-index: 1000;
	position: absolute;
}

.mb_YTPBar span {
	display: inline-block;
	height: 24px;
	position: relative;
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	color: #aaa;
}

.mb_YTPProgress {
	height: 7px;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	bottom: 0;
	left: 0;
}

.mb_YTPLoaded {
	height: 7px;
	width: 0;
	background: rgba(255, 255, 255, 0.3);
	left: 0;
}

.mb_YTPseekbar {
	height: 7px;
	width: 0;
	background: #fbb73f;
	bottom: 0;
	left: 0;
}

.video_frame {
	background: rgba(255, 255, 255, 0.02);
	position: relative;
}

.video_frame:after,
.video_frame:before {
	top: -1px;
	right: -1px;
}

.video_frame:hover:after,
.video_frame:hover:before {
	top: 10px;
	right: 10px;
}

.video_frame_tl:after,
.video_frame_tl:before {
	top: -1px;
	left: -1px;
}

.video_frame:hover .video_frame_tl:after,
.video_frame:hover .video_frame_tl:before {
	top: 10px;
	left: 10px;
}

.video_frame_br:after,
.video_frame_br:before {
	bottom: -1px;
	right: -1px;
}

.video_frame:hover .video_frame_br:after,
.video_frame:hover .video_frame_br:before {
	bottom: 10px;
	right: 10px;
}

.video_frame_bl:after,
.video_frame_bl:before {
	bottom: -1px;
	left: -1px;
}

.video_frame:hover .video_frame_bl:after,
.video_frame:hover .video_frame_bl:before {
	bottom: 10px;
	left: 10px;
}

.video_frame:after,
.video_frame_tl:after,
.video_frame_bl:after,
.video_frame_br:after {
	height: 2px;
	width: 12px;
}

.video_frame:after,
.video_frame_tl:after,
.video_frame:before,
.video_frame_tl:before,
.video_frame_br:after,
.video_frame_bl:after,
.video_frame_br:before,
.video_frame_bl:before {
	background: #fff;
	content: "";
	position: absolute;
}

.video_frame:before,
.video_frame_tl:before,
.video_frame_bl:before,
.video_frame_br:before {
	height: 12px;
	width: 2px;
}

.video_frame_bl {
	padding-left: 15px;
	padding-right: 15px;
}

.play_video_btn {
	display: inline-block;
	height: 80px;
	position: relative;
	width: 80px;
}

.video_frame .ui-icon {
	overflow: inherit;
	text-indent: 0px;
}

.video_frame .ui-widget-content {
	background: none !important;
	border: none !important;
}

.play_video_btn>span {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: block;
	font-size: 32px;
	height: 100%;
	width: 100%;
}

.play_video_btn>span i {
	display: block;
	position: absolute;
}

.play_video_btn>span i.ico-pause {
	font-size: 20px;
}

.play_video_btn>span i.ico-play5 {
	padding-left: 8px;
}

.play_video_btn>span i.ico-pause2 {
	font-size: 29px;
}

.play_video_btn:hover>span {
	background: rgba(0, 0, 0, 0.9);
}

.youtube_bg_video.mb_YTPlayer {
	display: block;
	height: 100%;
	position: absolute !important;
	width: 100%;
}

.youtube_bg_video.has_overlay:after {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
}

.youtube_bg_video+.content {
	min-height: 500px;
}

/*-------- HTML5 Video --------*/

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

.html_video_background {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.html_video_background video {
	width: 100%;
}

.ui-video-background-controls {
	background: rgba(0, 0, 0, 0.9);
	font-size: 18px;
	line-height: 50px;
	margin: 0 auto !important;
	padding: 0 !important;
	position: relative;
	text-align: center;
	width: 120px;
}

.hm_bg_vid_control .ui-widget-content {
	background: none !important;
	border: none !important;
}

.ui-video-background-controls li {
	display: inline-block;
	width: 50%;
}

.ui-video-background-controls li a {
	color: inherit;
	display: block;
	width: 100%;
	height: 100%;
}

.ui-video-background-controls li:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.ui-video-background-controls li:first-child a {
	padding-left: 5px;
}

.ui-video-background-controls li:last-child a {
	padding-right: 5px;
}

.ui-video-background-play {
	font-size: 14px;
}

/* ----------------------------------------------------------------
	Team
-----------------------------------------------------------------*/
.team_block {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	z-index: 1;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
	text-shadow: 0 0 0;
	-webkit-text-shadow: 0 0 0;
	-moz-text-shadow: 0 0 0;
}

.team_block .f1_card {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.team_block .face {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-moz-transition: -moz-transition 700ms ease;
	-webkit-transition: -webkit-transition 700ms ease;
	-o-transition: -o-transition 700ms ease;
	transition: transform 700ms ease;
}

.team_block .front {
	text-align: center;
	position: relative;
	padding-bottom: 25px;
}

.person_name {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.white_section .front .person_name {
	color: #fff;
}

.white_section .team_block .front .person_jop {
	color: #fff;
	opacity: 0.6;
}

.white_section .person_name:not(.flip_member),
.white_section .team_block2 .person_jop,
.white_section .team_block2 .person_desc {
	color: #fff;
}

.white_section .person_desc {
	opacity: 0.7;
}

.team_block .front .person_jop {
	color: #777;
	font-size: 14px;
	letter-spacing: 1px;
}

.team_white,
.team_white .person_name {
	color: #fff !important;
}

.team_block .back {
	padding: 20px 30px;
	position: absolute;
	top: 0;
	background: #f5f5f5;
	display: block;
	overflow: hidden;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
}

.team_block:hover .face.back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.team_block:hover .face.front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.team_block .team_img {
	margin-bottom: 20px;
}

.team_block .back .person_jop {
	font-weight: 600;
	margin: 0px 0 8px;
	color: #777;
}

.person_jop,
.person_desc {
	display: block;
}

.zoom-anim-dialog .person_jop {
	font-size: 15px;
	margin-bottom: 15px;
	color: #666;
}

.zoom-anim-dialog .person_jop+div {
	color: #666;
}

.person_desc {
	margin-bottom: 20px;
	color: #777;
}

.team_block .person_desc:after {
	bottom: 0;
	content: "...";
	display: inline-block;
	height: 23px;
	margin-left: 3px;
	position: relative;
	right: 3px;
}

.team_block2 {
	margin-bottom: 0px;
}

.team_block2 .member_img {
	background: #fff;
	display: block;
	float: right;
	overflow: hidden;
	padding: 8px;
	position: relative;
	width: 30%;
}

.team_block2 .member_img:before {
	background: #fbb73f;
	border: 8px solid #fff;
	content: "";
	top: 0px;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 0;
	z-index: 1;
}

.team_block2 .member_img:after {
	content: "\e114";
	display: block;
	height: 40px;
	line-height: 40px;
	position: absolute;
	width: 40px;
	font-family: "idealtheme";
	color: #fff;
	font-size: 24px;
	text-align: center;
	opacity: 0;
	z-index: 2;
}

.team_block2 .member_img:hover:before,
.team_block2 .member_img:hover:after {
	opacity: 1;
}

.team_block2 .team_detail {
	float: right;
	padding-right: 20px;
	width: 70%;
}

.team_block2 .person_jop {
	color: #aaa;
	margin: 0 0 10px;
}

.team_block2 .person_desc {
	color: #999;
}

.team_block2 .social_media a:last-child {
	margin-right: 0;
}

.team_block2 .share_on_socials a {
	margin: 0 9px 6px 0;
}

.our_team_section .owl-item:nth-child(2n+1) .team_block2 .team_detail {
	text-align: right;
}

.our_team_section .owl-item:nth-child(2n+1) .team_block2 .social_media a {
	display: inline-block;
	margin: 0 0 7px 8px;
}

.our_team_section .owl-item:nth-child(2n+1) .team_block2 .share_on_socials a {
	margin: 0 0 7px 9px;
}

.our_team_section .owl-item:nth-child(2n) .team_block2 .member_img {
	float: left;
}

.our_team_section .owl-item:nth-child(2n) .team_block2 .team_detail {
	padding-right: 0px;
	padding-left: 20px;
}

.team-col-con {
	background: #f6f7f9;
	overflow: auto;
}

.team-col {
	float: left;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	width: calc(50% - 20px);
}

.team-col-2 .arrow {
	position: absolute;
	background: #f6f7f9;
	width: 15px;
	height: 15px;
	top: 50px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	left: auto;
	right: -7px;
}

.team-col-1 {
	width: 50%;
	float: left;
	position: relative;
}

.team-col-1 .member_img2>span {
	display: block;
	position: relative;
}

.team-col-1 .member_img2>span:after {
	box-shadow: 0 0 75px rgba(0, 0, 0, 0.5) inset;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.team-col-2 {
	width: 50%;
	float: left;
	position: relative;
}

.team-col:not(.team_col_on_right) .team-col-2 .arrow {
	left: -7px;
}

.team_block3 .person_jop {
	color: #777;
}

.team_block3 .person_desc {
	margin: 10px 0 12px;
}

.team_block3 .team-col-2-con {
	padding: 22px 32px;
	position: absolute;
}

.team_block3 .social_media a:hover {
	opacity: 0.7;
}

.member_img2 {
	display: block;
	overflow: hidden;
	position: relative;
}

.member_img2:before {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	top: 0px;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 0;
	z-index: 1;
}

.member_img2:after {
	content: "\e114";
	display: block;
	height: 40px;
	line-height: 40px;
	position: absolute;
	width: 40px;
	font-family: "idealtheme";
	color: #fff;
	font-size: 24px;
	text-align: center;
	left: 50%;
	top: 50%;
	opacity: 0;
	-moz-transform: translateX(-50%) translateY(-50%) scale(0);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
	transform: translateX(-50%) translateY(-50%) scale(0);
	z-index: 2;
}

.member_img2:hover:before {
	opacity: 1;
}

.member_img2:hover:after {
	opacity: 1;
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.team-col.team_col_on_right .team-col-1 {
	float: right;
}

.team-col:nth-child(2n+1) {
	clear: both;
	margin-right: 40px;
}

.team-col-2-con>a {
	display: inline-block;
}

.team-col-2-con>a:hover {
	opacity: 0.7;
}

.team_simple_con {
	margin-top: -60px;
}

.team_simple_b .team_img img {
	margin-bottom: 20px;
}

.team_s_text {
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	margin: 20px 0;
	padding: 20px 0;
}

.team_simple_b {
	margin-top: 60px;
}

.team_simple_b .social_media a {
	border: none;
}

.person_name:hover {
	color: #fbb73f;
}

.team_simple_b .person_jop {
	color: #777;
	letter-spacing: 1px;
}

/* ----------------------------------------------------------------
	Pies & Skills
-----------------------------------------------------------------*/
.progress_bar {
	margin-bottom: 30px;
}

.progress_bar .fill_con {
	height: 6px;
	position: relative;
	background: rgba(0, 0, 0, 0.07);
}

.progress_bar .fill_con.fill_max {
	height: 15px;
}

.progress_bar .fill {
	height: 100%;
	background: #fbb73f;
	width: 0;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 0;
}

.progress_bar .title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.progress_bar .title .value {
	float: right;
}

.progress_bar:last-of-type {
	margin-bottom: 0;
}

.white_section .progress_bar .fill_con {
	background: rgba(255, 255, 255, 0.07);
}

.hm_circle_progressbar_con {
	text-align: center;
	opacity: 0;
}

.hm_circle_progressbar_con~div {
	opacity: 0;
}

.page-template-template-soon #main_wrapper {
	background: none;
}

.hm_circle_progressbar {
	width: 100%;
	padding: 0;
	position: relative;
	margin: 0 auto;
	font-size: 22px;
	max-width: 190px;
}

.hm_circle_progressbar.mid_circle {
	max-width: 160px;
}

.hm_circle_progressbar.circle.has_inside_circle:after {
	background: rgba(0, 0, 0, 0.03);
	content: "";
	height: 60%;
	left: 20%;
	position: absolute;
	top: 20%;
	width: 60%;
}

.hm_comming_soon .hm_circle_progressbar {
	max-width: 180px;
}

.rows_container.hm_comming_soon {
	margin: 0 -55px;
}

.hm_circle_progressbar>svg {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

.hm_circle_progressbar .path_val {
	opacity: 1;
	position: absolute;
	white-space: nowrap;
}

.hm_circle_progressbar .path_val .num {
	font-weight: 300;
}

.hm_circle_progressbar.path {
	padding: 15px 35px 5px;
}

.hm_circle_progressbar.square {
	padding: 20px;
}

.hm_circle_title:first-child {
	display: block;
}

.hm_circle_title {
	display: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	position: absolute;
	text-transform: uppercase;
	z-index: 2;
}

.hm_comming_soon .hm_circle_title {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-top: 30px;
	position: relative;
	text-transform: capitalize;
}

.hm_comming_soon .progressbar-text {
	font-weight: 300;
	font-size: 32px;
}

.hm_circle_desc {
	font-size: 13px;
	margin-top: 10px;
	opacity: 0.8;
}

.progressbar-text,
.hm_circle_progressbar .path_val {
	opacity: 0;
}

.hm_circle_progressbar:not(.style1)>.progressbar-text {
	color: #fff;
}

.hm_circle_progressbar.style1>.progressbar-text {
	color: #324545;
	position: relative;
	z-index: 2;
}

.hm_circle_progressbar i {
	font-size: 64px;
	position: absolute;
}

.hm_circle_progressbar i~p,
.hm_circle_title~p {
	display: none;
}

/* ----------   Pricing Tables  ---------*/
.plan_img {
	margin-bottom: 35px;
}

.plan_col ul {
	list-style: none;
	margin: 0 0 -1px 0;
	padding: 0 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.plan_col {
	background: #ffffff;
	position: relative;
}

.plan_colored {
	background-color: #fbb73f;
	border-color: #fbb73f;
}

.plan_col .spec_req2 {
	left: 50%;
	position: absolute;
	top: 0;
	z-index: 1;
}

.plan_col li i {
	margin-right: 10px;
}

.plan_col li strong {
	font-weight: 600;
}

.plan_col li i.check_icon {
	color: #92C135;
}

.plan_col li i.wrong_icon {
	color: #e74c3c;
}

.plan_col {
	border: 1px solid #eaeaea;
	text-align: center;
	overflow: hidden;
	color: #555;
	letter-spacing: 1px;
	margin-top: 30px;
}

.plan_row:not(.plan_row3) {
	margin-top: -30px;
}

.plan_col .plan_name {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	color: #333;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 8px 10px 7px;
}

.plan_col li {
	border-bottom: 1px dotted #f3f1f2;
	padding: 15px 0;
}

.plan_col .plan_price {
	color: #333;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	padding: 25px 0;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, 0.01);
}

.plan_col .plan_per {
	border: 2px solid #eceeef;
	color: #777;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 18px 7px;
	vertical-align: top;
}

.hm_currence {
	display: block;
	font-family: "Roboto", "Open Sans", sans-serif;
}

.colored_plan ul li {
	border-color: rgba(255, 255, 255, 0.07);
}

.colored_plan ul,
.colored_plan .plan_name {
	border-color: rgba(255, 255, 255, 0.1);
}

.colored_plan.plan_col .plan_per {
	border-color: rgba(255, 255, 255, 0.2);
}

/*------------*/
.hm_plan2 .plan_name {
	border: none;
	padding: 15px 0 10px;
}

.hm_plan2 .plan_price {
	padding: 0 0 25px;
	background: none;
}

.hm_plan2 .plan_head {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.hm_plan2 ul {
	border: none;
	padding: 0;
}

.hm_plan2 {
	border: none;
}

.hm_plan2 li {
	border: none;
	padding: 20px 0 0;
}

.hm_plan2:hover,
.hm_plan2.active_plan,
.plan_row3 .plan_col.active_plan {
	box-shadow: 0 18px 12px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 18px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 18px 12px rgba(0, 0, 0, 0.1);
}

.hm_plan2:hover {
	margin-top: 10px;
}

.plan_price_btn {
	border: 2px solid #eaeaea;
	color: #555;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin: 30px 0;
	padding: 12px 30px 14px;
}

.plan_price_btn i {
	font-size: 12px;
	margin-right: 10px;
}

.plan_price_btn:hover {
	border-color: #eee;
	color: #777;
}

.hm_plan2 .plan_price_btn {
	background: #fbb73f;
	border-color: #fbb73f;
	color: #fff;
}

.hm_plan2 .plan_price_btn:hover {
	background: #333;
	border-color: #333;
}

.colored_plan:not(.hm_plan2) .plan_price_btn,
.colored_plan:not(.hm_plan2) .plan_price_btn:hover {
	background: #fff;
	border-color: #fff;
}

.plan_row3 .plan_col {
	margin: 0 -1px 0 0;
}

.plan_row3>div>div>div {
	padding: 0;
}

.plan_row3 .plan_col.active_plan {
	margin-top: -19px;
	z-index: 1;
	padding-bottom: 19px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.plan_row3 .plan_col.active_plan .plan_name {
	padding: 17px 0;
}

.plan_row3 .plan_col ul {
	padding: 0;
}

.plan_row3 .plan_col ul li {
	border-style: solid;
}

/* ----------------------------------------------------------------
	Carousel
-----------------------------------------------------------------*/
.featured_slide_img {
	display: block;
	position: relative;
}

.featured_slide_block {
	position: relative;
	overflow: hidden;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}

.featured_slider:not(.owl_full_slider)>.featured_slide_block {
	opacity: 0;
}

.featured_slider>.featured_slide_block {
	float: left;
	width: 20%;
}

.featured_slider.owl_full_slider>.featured_slide_block {
	float: none;
	width: 100%;
}

.featured_slider.owl_full_slider>.featured_slide_block:not(:first-child) {
	display: none;
}

.featured_slide_img:after {
	background: #fbb73f;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 101%;
	opacity: 0;
}

.featured_slide_block:hover .featured_slide_img:after {
	opacity: .9;
}

.featured_slide_block:hover .featured_slide_details {
	bottom: 0;
	opacity: 1;
}

.featured_slide_block:hover .f_s_i_zoom {
	opacity: 1;
}

.hm_meta_hash {
	margin: 0 5px;
}

.hm_meta_hash:last-child,
.hm_meta_hash:first-child {
	display: none;
}

.featured_slide_details {
	background: rgba(0, 0, 0, .95);
	bottom: -20px;
	opacity: 0;
	position: absolute;
	width: 100%;
	font-size: 13px;
	padding: 12px 22px 16px;
	font-weight: 600;
}

.hm_disable_elm {
	display: none;
}

.f_s_d_link {
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}

.f_s_d_link:hover {
	color: #fff;
}

.f_s_i_format {
	background: #fff;
	color: #444;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: absolute;
	right: 13px;
	text-align: center;
	top: 13px;
	width: 40px;
	z-index: 1;
}

.f_s_i_date {
	background: rgba(255, 255, 255, 0.2);
	color: #ccc;
	display: inline-block;
	font-size: 11px;
	left: 0;
	line-height: 1;
	opacity: 1;
	padding: 5px;
	text-transform: uppercase;
}

.owl_desc_light .f_s_i_date {
	background: rgba(0, 0, 0, .03);
	color: #888;
}

.hm_flip_cats {
	display: block;
	line-height: 24px;
	color: #888;
	margin-top: 4px;
}

.f_s_i_date span {
	display: inline-block;
}

.f_s_i_zoom {
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 43px;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 40px;
	z-index: 10;
}

.related_posts_slide .related_img {
	display: inline-block;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	vertical-align: top;
}

.related_posts_slide .related_img .hm_format_i {
	color: #fff;
	display: block;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	text-align: center;
	width: 42px;
	left: 50%;
	top: 50%;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
	-moz-transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
	-ms-transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
	-o-transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
}

.related_posts_slide .related_img:hover .hm_format_i {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
	-moz-transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
	-ms-transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
	-o-transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
	transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
}

.related_posts_slide:not(.re_post_slide) .related_img:hover>img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.related_posts_slide .related_img .hm_format_i i {
	color: #444;
	position: relative;
	z-index: 1;
}

.related_posts_slide .related_img .hm_format_i:after {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.related_posts_slide .related_img_con {
	position: relative;
}

.related_posts_slide .related_title {
	color: #666;
	display: block;
	font-size: 15px;
	margin-top: 11px;
	text-align: left;
}

.related_posts_slide .related_title:hover {
	color: #666;
}

.related_posts_slide .post_date {
	color: #555;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	margin-top: 3px;
}

.hm_cats_cont {
	font-size: 13px;
}

.related_slider_widget .related_posts_slide {
	padding: 0;
}

.related_slider_widget {
	overflow: hidden;
}

.related_posts_con>.related_posts_slide {
	float: left;
	margin-bottom: 20px;
	width: 25%;
}

.related_posts .small_title {
	margin-left: 5px;
	margin-right: 5px;
}

.hoverdir_con {
	color: #fff;
	height: 100%;
	padding: 25px 30px;
	position: absolute;
	width: 100%;
}

.hoverdir_con:before {
	/*border: 6px solid rgba(0,0,0,.3);*/
	background: #30383E !important;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.has_hoverdir.owl_desc_margin1 {
	background: #30383e;
}

.hoverdir_meta {
	height: 100%;
	position: relative;
	width: 100%;
}

.hoverdir_meta_in {
	position: absolute;
	width: 100%;
}

.hoverdir_meta .proj_name {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.proj_date {
	font-size: 13px;
}

.post_popular_title {
	background: #f7f7f7;
	color: #444;
	display: block;
	font-style: normal;
	height: auto;
	padding: 12px 22px 15px;
	width: 100%;
	z-index: 1;
}

.post_popular_a {
	color: #333;
	display: block;
	font-size: 15px;
	line-height: 1.8;
}

.re_post_slide .hm_cats_cont a,
.hm_owl_carousel .post_date {
	color: #888;
}

.re_post_slide .hm_cats_cont a:hover {
	opacity: 0.7;
}

.hm_owl_carousel .post_date,
.hm_owl_carousel .hm_cats_cont {
	font-size: 13px;
	margin-top: 7px;
}

.hm_owl_carousel .post_popular_title {
	padding: 15px 25px 20px;
}

.owl_show_desc .featured_slide_details {
	bottom: 0;
	opacity: 1;
	position: relative;
}

.owl_full_slider {
	overflow: hidden;
}

.owl_full_slider .featured_slide_details {
	padding: 22px 30px 27px;
}

.owl_full_slider .f_s_d_link {
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.owl_full_slider .f_s_i_date {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 5px 8px 6px;
}

.owl_desc_light .featured_slide_details {
	background: #f5f5f5;
}

.owl_desc_light.owl_desc_margin2 .featured_slide_details {
	background: #f9f9f9;
}

.owl_desc_light .f_s_d_link {
	color: #333;
}

.owl_desc_light .f_s_d_link:hover {
	color: #666;
}

.owl_size3 .f_s_d_link {
	font-size: 15px;
	letter-spacing: 1px;
}

.owl_size3 .featured_slide_details {
	padding: 18px 28px 23px;
}

.owl_size3 .hm_flip_cats {
	font-size: 14px;
}

/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/
.btn_a {
	background: #fff;
	border: 1px solid #dbdbdb;
	color: #888;
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
	overflow: hidden;
	vertical-align: bottom;
}

.btn_a>span {
	display: block;
	overflow: hidden;
	position: relative;
	padding-right: 40px;
}

.btn_a>span>span {
	display: inline-block;
	left: 41px;
	padding: 15px 18px 16px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	white-space: nowrap;
	line-height: 1;
}

.btn_a.white_btn_a>span>span {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.btn_a i.in_left {
	left: 0px;
}

.btn_a i.in_right {
	padding-right: 2px;
	right: -40px;
	opacity: 0;
}

.btn_a:hover {
	color: #555;
}

.btn_a:hover>span>span {
	left: -1px;
}

.btn_a:hover i.in_left {
	left: -40px;
	opacity: 0;
}

.btn_a:hover i.in_right {
	right: 0;
	opacity: 1;
}

.btn_a i.in_right,
.btn_a i.in_left,
.btn_a>span>span {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn_a i.in_left,
.btn_a i.in_right {
	color: #fbb73f;
	font-size: 16px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	line-height: 43px;
	height: 100%;
}

.bottom_space {
	margin-bottom: 20px;
}

.btn_a.large_btn {
	font-size: 16px;
}

.btn_a.large_btn>span {
	padding-right: 50px;
}

.btn_a.large_btn>span>span {
	left: 51px;
	margin-top: -3px;
	padding: 18px 20px;
}

.btn_a.large_btn i.in_left,
.btn_a.large_btn i.in_right {
	font-size: 18px;
	height: 100%;
	line-height: 52px;
	width: 50px;
}

.btn_a.large_btn:hover>span>span {
	left: -1px;
}

.btn_a.large_btn:hover i.in_left {
	left: -60px;
	opacity: 0;
}

.btn_a.large_btn:hover i.in_right {
	right: 0;
	opacity: 1;
}

.btn_a.small_btn {
	font-size: 13px;
}

.btn_a.small_btn>span {
	padding-right: 32px;
}

.btn_a.small_btn>span>span {
	left: 33px;
	padding: 10px 15px;
}

.btn_a.small_btn i.in_left,
.btn_a.small_btn i.in_right {
	line-height: 33px;
	width: 35px;
	font-size: 13px;
}

.btn_a.small_btn:hover>span>span {
	left: -1px;
}

.btn_a.small_btn:hover i.in_left {
	left: -35px;
	opacity: 0;
}

.btn_a.small_btn:hover i.in_right {
	right: 0;
	opacity: 1;
}

.acc_content .main_button {
	line-height: normal;
	margin-top: 20px;
}

.main_button {
	border: 1px solid #e4e4e4;
	color: #999;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 13px 20px 13px;
	vertical-align: bottom;
	letter-spacing: 1px;
	position: relative;
	margin-top: 25px;
	margin-right: 15px;
	border-style: solid;
	font-weight: 600;
}

.main_button:hover {
	color: #666;
}

.hov_light_btn:hover {
	opacity: 0.8;
}

.btn_bord1 {
	color: #666666;
	border-color: #e2e5e8;
}

.btn_bord1:hover {
	background: #e2e5e8;
}

.btn_bord2 {
	color: #969595;
	border-color: #969595;
}

.btn_bord2:hover {
	color: #fff;
	background: #969595;
}

.btn_bord3 {
	color: #383737;
	border-color: #383737;
}

.btn_bord3:hover {
	color: #fff;
	background: #383737;
}

.btn_bord4 {
	color: #1493c1;
	border-color: #1493c1;
}

.btn_bord4:hover {
	color: #fff;
	background: #1493c1;
}

.btn_bord5 {
	color: #00a9b2;
	border-color: #00a9b2;
}

.btn_bord5:hover {
	color: #fff;
	background: #00a9b2;
}

.btn_bord6 {
	color: #199679;
	border-color: #199679;
}

.btn_bord6:hover {
	color: #fff;
	background: #199679;
}

.btn_bord7 {
	color: #9854b3;
	border-color: #9854b3;
}

.btn_bord7:hover {
	color: #fff;
	background: #9854b3;
}

.btn_bord8 {
	color: #f35552;
	border-color: #f35552;
}

.btn_bord8:hover {
	color: #fff;
	background: #f35552;
}

.btn_bord9 {
	color: #79af33;
	border-color: #79af33;
}

.btn_bord9:hover {
	color: #fff;
	background: #79af33;
}

.btn_bord10 {
	color: #68524c;
	border-color: #68524c;
}

.btn_bord10:hover {
	color: #fff;
	background: #68524c;
}

.btn_bord11 {
	color: #973a4b;
	border-color: #973a4b;
}

.btn_bord11:hover {
	color: #fff;
	background: #973a4b;
}

.btn_bord12 {
	color: #d91897;
	border-color: #d91897;
}

.btn_bord12:hover {
	color: #fff;
	background: #d91897;
}

.btn_bord13 {
	color: #00939b;
	border-color: #00939b;
}

.btn_bord13:hover {
	color: #fff;
	background: #00939b;
}

.btn_bord14 {
	color: #374f99;
	border-color: #374f99;
}

.btn_bord14:hover {
	color: #fff;
	background: #374f99;
}

.btn_bord15 {
	color: #dd3333;
	border-color: #dd3333;
}

.btn_bord15:hover {
	color: #fff;
	background: #dd3333;
}

.btn_bord16 {
	color: #5d4157;
	border-color: #5d4157;
}

.btn_bord16:hover {
	color: #fff;
	background: #5d4157;
}

.btn_bord17 {
	color: #53777a;
	border-color: #53777a;
}

.btn_bord17:hover {
	color: #fff;
	background: #53777a;
}

.btn_bord18 {
	color: #f39a1d;
	border-color: #f39a1d;
}

.btn_bord18:hover {
	color: #fff;
	background: #f39a1d;
}

.btn_bord19 {
	color: #a9aeb3;
	border-color: #c8ced4;
}

.btn_bord19:hover {
	color: #83878b;
	border-color: #aeb4b9;
}

.btn_fill1 {
	background: #fbb73f;
	border-color: #fbb73f;
	color: #fff;
}

.btn_fill1:hover {
	color: #fbb73f;
	background: #fff;
}

.btn_fill2 {
	background: #4E3E57;
	border-color: #4E3E57;
	color: #fff;
}

.btn_fill2:hover {
	color: #4E3E57;
	background: #fff;
}

.btn_fill3 {
	background: #918F8F;
	border-color: #918F8F;
	color: #fff;
}

.btn_fill3:hover {
	color: #918F8F;
	background: #fff;
}

.btn_fill4 {
	color: #fff;
	background: #ed4a6b;
	border-color: #ed4a6b;
}

.btn_fill4:hover {
	color: #ed4a6b;
	background: #fff;
}

.btn_fill5 {
	color: #fff;
	background: #F6155C;
	border-color: #F6155C;
}

.btn_fill5:hover {
	color: #F6155C;
	background: #fff;
}

.btn_fill6 {
	color: #e43262;
	background: #fff;
	border-color: #c1c0b6;
}

.btn_fill6:hover {
	color: #fff;
	background: #e43262;
	border-color: #e43262;
}

.btn_fill7 {
	color: #333;
	border-color: #bbbbbb;
}

.btn_fill7:hover {
	color: #fbb73f;
	border-color: #fbb73f;
}

.main_button.three_d_btn {
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.main_button i {
	font-size: 115%;
	margin-right: 8px;
	vertical-align: top;
}

.main_button i.no_margin {
	display: block;
	font-size: inherit;
	min-width: 36px;
	text-align: center;
	text-indent: 1px;
}

.main_button.vid_btn {
	height: 70px;
	line-height: 70px;
	padding: 0;
	text-indent: 5px;
	width: 70px;
}

.main_button.vid_btn:hover {
	background: #222 !important;
}

.main_button.large_btn {
	font-size: 15px;
	line-height: 1;
	padding: 15px 27px 18px;
}

.main_button.large_btn i {
	margin-right: 14px;
}

.main_button.small_btn {
	font-size: 12px;
	padding: 10px 15px;
}

.main_button.small_btn i {
	margin-right: 9px;
}

.text_inline+.main_button {
	margin: 6px 0;
}

.btn_sub {
	display: block;
	font-size: 80%;
	font-weight: 500;
	letter-spacing: 0;
	margin: 15px 0 5px;
	text-transform: capitalize;
}

.hmbtn_curved,
.hmbtn_curved_c {
	border: 2px solid rgba(0, 0, 0, 0.08);
	color: #999;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 8px 30px 10px;
	background: #fff;
	line-height: 1.8;
	position: relative;
}

.hmbtn_curved:hover,
.hmbtn_curved_c {
	color: #fbb73f;
	border-color: #fbb73f;
}

.hmbtn_curved_c:hover {
	color: #fff;
	background: #fbb73f;
}

.white_section .hmbtn_curved {
	background: none;
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff !important;
}

/*-------- Google Map --------*/
.google_map {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.go_map_bord {
	background-color: #ffffff;
	border-color: #eeeeee;
	border-style: solid;
	padding: 8px;
}

.bg_map .google_map {
	height: 100% !important;
}

.google_map img {
	max-width: none;
}

.bg_map {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
}

/*-------- Tooltip --------*/
.hm_tooltip {
	margin: 0 3px;
	position: relative;
	width: 100%;
	display: inline;
}

.tooltip_con {
	position: absolute;
	background: #222;
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
	line-height: 1.8;
	opacity: 0;
	pointer-events: none;
	z-index: 5;
}

.hm_tooltip:hover .tooltip_con {
	opacity: 1;
	pointer-events: auto;
}

.social_tooltip a:hover .tooltip_con {
	opacity: 1;
}

.social_tooltip .tooltip_desc {
	line-height: 24px;
	padding: 3px 11px 5px;
	white-space: nowrap;
}

.tooltip_arrow {
	height: 10px;
	left: 50%;
	margin-left: -10px;
	overflow: hidden;
	position: absolute;
	bottom: -9px;
	width: 20px;
}

.tooltip_arrow span {
	background: #222;
	height: 20px;
	left: 0;
	position: absolute;
	top: -17px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	width: 20px;
	border-style: solid;
	border-color: transparent;
}

.tooltip_desc {
	padding: 7px 15px 10px;
}

.tooltip_con.top {
	bottom: 100%;
	margin-bottom: 7px;
}

.tooltip_con.bottom {
	top: 100%;
	margin-top: 7px;
}

.tooltip_con.bottom .tooltip_arrow {
	bottom: auto;
	top: -10px;
}

.tooltip_con.bottom .tooltip_arrow span {
	top: 8px;
}

.tooltip_con>img {
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	float: left;
	padding: 7px;
}

.tooltip_desc>img {
	float: left;
	margin: 7px 15px 14px 0;
}

/* ----------------------------------------------------------------
	Thembs Gallery
-----------------------------------------------------------------*/
.gall_desc_t {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.gall_desc_d {
	color: #ccc;
	display: block;
	font-size: 15px;
}

.gall_desc {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	padding: 22px 30px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.thumbs_gall_slider_larg:not(.internal_porto) .item>a:after {
	background: #fbb73f;
	color: #fff;
	content: "\e112";
	display: block;
	font-family: idealtheme;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	width: 60px;
	opacity: 0;
	pointer-events: auto;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(2) rotate(45deg);
	-moz-transform: translateY(-50%) translateX(-50%) scale(2) rotate(45deg);
	-ms-transform: translateY(-50%) translateX(-50%) scale(2) rotate(45deg);
	-o-transform: translateY(-50%) translateX(-50%) scale(2) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) scale(2) rotate(45deg);
}

.thumbs_gall_slider_con .owl-controls {
	height: 0;
	opacity: 1;
	position: absolute;
	width: 100%;
}

.single_product_slider .thumbs_gall_slider_con .owl-controls {
	opacity: 0;
}

.gall_thumbs {
	padding: 12px 0 0;
}

.gall_thumbs .owl-item {
	border: 1px solid #fff;
}

.thumbs_gall_slider_con:hover .owl-controls {
	opacity: 1;
}

.content_thumbs_gall {
	margin-bottom: 25px;
}

.content_thumbs_gall .gall_thumbs .owl-item {
	border: none;
}

.content_thumbs_gall .thumbs_gall_slider_larg .owl-prev {
	left: 20px;
}

.content_thumbs_gall .thumbs_gall_slider_larg .owl-next {
	right: 20px;
}

.thumbs_gall_slider_larg {
	overflow: hidden;
}

.thumbs_gall_slider_larg .item>a {
	display: block;
	position: relative;
	pointer-events: none;
}

.thumbs_gall_slider_larg .owl-prev {
	left: -1px;
}

.thumb_item {
	cursor: pointer;
}

.thumbs_gall_slider_larg>.item:not(:first-child) {
	display: none;
}

.gall_thumbs>.item {
	display: none;
}

/* ----------------------------------------------------------------
	Accordion
-----------------------------------------------------------------*/
.acc_content {
	padding: 20px 30px;
	background: #fff;
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 0 1px 1px;
}

.white_section .acc_content,
.white_section .acc_title {
	color: #555;
}

.acc_content>p:last-child {
	margin-bottom: 0;
}

.acc_content .small_title .small_title_con {
	background: #FFF;
}

.acc_title {
	background: #fff;
	border: 1px solid #E6E6E6;
	color: #333;
	font-weight: 600;
	cursor: pointer;
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 13px 25px 14px;
	position: relative;
}

.hm_filter_wrapper .acc_title {
	text-transform: capitalize;
}

.acc_gray .acc_content {
	border-color: #F5F5F5;
}

.acc_gray .acc_title {
	background: #F5F5F5;
	border-color: #F5F5F5;
}

.acc_gray .occ_expanded .acc_title {
	color: #555;
}

.acc_title i {
	color: #ccc;
	font-size: 16px;
	margin-right: 9px;
}

.acc_simple .hm_occ_container,
.acc_no .hm_occ_container {
	padding-bottom: 0;
}

.acc_simple .acc_title {
	border-width: 1px 0 0 0;
	padding: 17px 0;
	background: none;
}

.acc_simple .hm_occ_container:not(.occ_expanded):last-child .acc_title {
	border-width: 1px 0 1px 0;
}

.acc_simple .acc_content {
	border-width: 1px 0 0 0;
	padding-left: 0;
	padding-right: 0;
	background: none;
}

.acc_bg .occ_expanded .acc_title {
	color: #fff;
	background: #fbb73f;
	border-color: #fbb73f;
}

.acc_bg .occ_expanded .acc_title i {
	color: #fff;
}

.hm_filter_wrapper_con .occ_expanded .acc_title {
	color: #fbb73f;
	background: #fff;
	border-color: #e5e5e5;
}

.hm_filter_wrapper_con .occ_expanded .acc_title i,
.occ_expanded .acc_title,
.occ_expanded .acc_title i {
	/*color: #fbb73f;*/
}

.hm_filter_wrapper_con .hm_occ_container {
	padding-bottom: 0px;
}

.hm_occ_container {
	position: relative;
	padding-bottom: 10px;
}

.hm_occ_content {
	overflow: hidden;
	height: 0;
	position: relative;
}

.ac_pm .acc_arr:after,
.ac_pm .acc_arr:before {
	background: #cecece;
	content: "";
	height: 2px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
}

.ac_pm .hm_occ_container:not(.occ_expanded) .acc_arr:after {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.arrow_style .acc_arr:after,
.arrow_style .acc_arr:before {
	background: #cecece;
	content: "";
	height: 2px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 6px;
}

.arrow_style .occ_expanded .acc_arr:before {
	transform: rotate(-38deg) translateX(-50%);
	-moz-transform: rotate(-38deg) translateX(-50%);
	-webkit-transform: rotate(-38deg) translateX(-50%);
	-ms-transform: rotate(-38deg) translateX(-50%);
	-o-transform: rotate(-38deg) translateX(-50%);
}

.arrow_style .occ_expanded .acc_arr:after {
	transform: rotate(38deg) translateX(50%);
	-moz-transform: rotate(38deg) translateX(50%);
	-webkit-transform: rotate(38deg) translateX(50%);
	-ms-transform: rotate(38deg) translateX(50%);
	-o-transform: rotate(38deg) translateX(50%);
}

.arrow_style .acc_arr:before {
	transform: rotate(38deg) translateX(-50%);
	-moz-transform: rotate(38deg) translateX(-50%);
	-webkit-transform: rotate(38deg) translateX(-50%);
	-ms-transform: rotate(38deg) translateX(-50%);
	-o-transform: rotate(38deg) translateX(-50%);
}

.arrow_style .acc_arr:after {
	transform: rotate(-38deg) translateX(50%);
	-moz-transform: rotate(-38deg) translateX(50%);
	-webkit-transform: rotate(-38deg) translateX(50%);
	-ms-transform: rotate(-38deg) translateX(50%);
	-o-transform: rotate(-38deg) translateX(50%);
}

.acc_bg .occ_expanded .acc_arr:after,
.acc_bg .occ_expanded .acc_arr:before {
	background: #fff;
}

.hm_filter_wrapper_con .occ_expanded .acc_arr:after,
.hm_filter_wrapper_con .occ_expanded .acc_arr:before,
.ac_pm.acc_no .occ_expanded .acc_arr {
	background: #fbb73f;
}

.hm_text_sc p:last-child {
	margin: 0;
}

.hm_text_sc.text_inline {
	display: inline-block;
}

.hm_text_sc .hm_text_sc,
.hm_text_sc .hm_text_sc p {
	display: inline;
}

.acc_no .acc_title {
	background: none;
	border: none;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 700;
}

.acc_no.ac_pm .acc_title {
	padding: 0 32px;
}

.acc_no .acc_content {
	border: none;
	padding: 0 0 30px 32px;
	background: none;
}

.ac_pm.acc_no .acc_arr:after,
.ac_pm.acc_no .acc_arr:before {
	left: 5px;
	right: auto;
	background: #fff;
	top: 9px;
}

.ac_pm.acc_no .acc_arr {
	background: #aaa;
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

/*-------------------------------------------------[ Owl Custom ]------*/
.owl-prev,
.owl-next {
	left: 50%;
	position: absolute;
	top: 0;
}

.client_say_slider .owl-nav {
	margin-top: 40px;
}

.owl-carousel:not(.owl_abs_arr) .owl-prev {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
}

.owl-next {
	margin-left: -2px;
}

.content_slider .owl-controls {
	text-align: center;
}

.our_team_section>.col-md-12 {
	opacity: 0;
	height: 50px;
}

.white_section .owl-dot,
.white_section .owl-dot {
	background-color: #eee;
}

.owl-dots {
	height: 12px;
}

.related_posts_con .owl-dots {
	margin-top: 30px;
}

.related_slider_widget .owl-dots {
	margin-top: 15px;
	text-align: left;
}

.porto_galla .owl-dot {
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.owl-dot {
	background-color: #ddd;
	border: 2px solid #fff;
	display: inline-block;
	height: 11px;
	margin: 0 4px;
	vertical-align: top;
	width: 11px;
}

.owl-dot.active,
.owl-dot:hover {
	background-color: #fbb73f;
	/*border-color: #fbb73f;*/
}

.white_section .owl-dot.active,
.white_section .owl-dot:hover {
	background: #fff;
}

.white_section .owl-dot {
	background: none;
	border: 2px solid #fff;
}

.porto_galla .owl-dots {
	height: 0;
	padding: 0 !important;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 100%;
	z-index: 10;
}

.testimonial_con1 .owl-prev,
.testimonial_con1 .owl-next {
	left: 46px;
	margin-top: 15px;
}

.testimonial_con1 .owl-dots {
	margin-top: -15px;
	padding-left: 10px;
	position: relative;
	z-index: 1;
}

.testimonial_con1 .testimonial_author {
	padding-left: 10px;
}

/*-------[ Text Slider ]------*/

.client_rows {
	overflow: hidden;
}

.client_rows .c_logo {
	padding: 25px;
}

.c_logo a:hover {
	opacity: 0.5;
}

.client_rows .rows_container {
	margin-right: -1px;
	margin-top: -1px;
}

.client_rows .rows_container>div {
	border-right: 1px dotted #E9E9E9;
	border-top: 1px dotted #E9E9E9;
	max-width: 50%;
}

.white_section .client_rows .rows_container>div {
	border-color: rgba(255, 255, 255, 0.07);
	border-style: solid;
}

.owl_abs_arr .lookup_p,
.owl_abs_arr .owl_n {
	background: #fff;
	border: none;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08) inset;
	-webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08) inset;
	-moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08) inset;
	color: #888;
	line-height: 47px;
}

.featured_slider .lookup_p,
.featured_slider .owl_n {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #222;
	font-size: 16px;
}

.featured_slider .lookup_p:hover,
.featured_slider .owl_n:hover {
	background: rgba(0, 0, 0, 0.9) !important;
	color: #fff !important;
}

.container .featured_slider .lookup_p {
	margin-left: 13px;
}

.container .featured_slider .owl_n {
	margin-right: 13px;
}

.featured_slider .lookup_p {
	margin-left: 15px;
}

.featured_slider .owl_n {
	margin-right: 15px;
}

.has_hoverdir .lookup_p,
.has_hoverdir .owl_n {
	background: #fff;
	color: #777;
}

.has_hoverdir .lookup_p:hover,
.has_hoverdir .owl_n:hover {
	background: #fff !important;
	color: #333 !important;
}

.owl_abs_arr .lookup_p:hover,
.owl_abs_arr .owl_n:hover {
	background: #fbb73f;
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.owl_abs_arr.timeline_feature .lookup_p:hover,
.owl_abs_arr.timeline_feature .owl_n:hover {
	background: #333;
}

.owl-nav {
	position: relative;
	height: 45px;
}

.navi_false .owl-nav {
	display: none;
}

.owl_abs_arr .owl-dots {
	padding-top: 30px;
	position: absolute;
	width: 100%;
}

.thumbs_gall_slider_con .owl-dots {
	padding-top: 0;
	height: 0;
}

.owl_client .owl-nav {
	opacity: 0;
}

.owl_abs_arr .owl-nav {
	height: 0;
	margin-top: -23px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.porto_galla.owl_abs_arr .owl-nav {
	margin: 0;
}

.owl_abs_arr:hover .owl-nav,
.porto_block:hover .owl_abs_arr .owl-nav {
	opacity: 1;
}

/*------[ Owl Sliders ]------*/

.porto_block .owl-controls {
	position: static;
	width: 100%;
	top: 0;
	z-index: 10;
	height: 0;
}

.porto_full_desc .porto_block:hover .owl-controls {
	display: none;
}

.owl_client:not(.owl-carousel) {
	height: 65px;
	overflow: hidden;
}

.owl_client>.c_logo {
	float: left;
	padding: 0 15px;
	text-align: center;
	width: 14.2%;
}

.c_logo>a,
.c_logo img {
	display: block;
	margin: 0 auto;
}

.owl_client img {
	width: auto !important;
	margin: 0 auto;
}

.white_section .lookup_p,
.white_section .owl_n {
	border-color: #838383;
	color: #fff;
	background: none;
}

.lookup_p,
.owl_n {
	background: #fff;
	border: 2px solid #e0e1e1;
	color: #dadbdb;
	display: block;
	font-size: 24px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	width: 45px;
}

.porto_galla .lookup_p,
.porto_galla .owl_n {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	background: #fff;
	color: #fbb73f;
	display: block;
	height: 37px;
	line-height: 39px;
	text-align: center;
	width: 37px;
}

.lookup_p:hover,
.owl_n:hover {
	color: #fbb73f;
	border-color: #fbb73f;
}

.owl-prev:hover,
.owl-next:hover {
	z-index: 1;
}

.white_section .lookup_p:hover,
.white_section .owl_n:hover {
	color: #fff;
	border-color: #fff;
}

.owl_abs_arr .owl-prev {
	left: 0;
	right: inherit;
}

.owl_abs_arr .owl-next {
	left: inherit;
	right: 0;
}

.normal_text_slider .text_slide {
	padding: 0 55px;
}

.porto_galla .owl-prev {
	left: 0;
	opacity: 0;
}

.porto_galla .owl-next {
	right: 0;
	opacity: 0;
}

.sec_full .owl-prev {
	left: 20px;
}

.sec_full .owl-next {
	right: 20px;
}

.porto_galla:hover .owl-prev,
.porto_block:hover .porto_galla .owl-prev {
	opacity: 1;
	left: 10px;
}

.porto_galla:hover .owl-next,
.porto_block:hover .porto_galla .owl-next {
	opacity: 1;
	right: 10px;
}

.related_posts_con .owl-nav,
.related_slider_widget .owl-nav {
	color: #dadbdb;
	font-size: 15px;
	position: absolute;
	right: 0;
	top: -39px;
}

.related_posts .related_posts_con .owl-nav {
	display: none;
}

.hm_cats_cont:last-child .hm_slash {
	display: none;
}

.related_posts_con .owl-nav .owl-prev,
.related_slider_widget .owl-nav .owl-prev {
	right: 30px;
}

.related_posts_con .owl-nav .owl-next,
.related_slider_widget .owl-nav .owl-next {
	right: 0;
}

.related_posts_con .owl-nav .owl-prev:hover,
.related_posts_con .owl-nav .owl-next:hover {
	color: #1dcbca;
}

/*-------------------------------------------------------------
       Portfolio
-------------------------------------------------------------*/
.hm_filter_wrapper.boxed_portos {
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
	width: 100%;
}

.content_hidden {
	margin: 0;
	overflow: hidden;
}

.sort_options+.hm_filter_wrapper_con {
	margin-top: 40px;
}

.container .hm_filter_wrapper.has_sapce_portos .hm_filter_wrapper_con {
	margin-left: -15px;
	margin-right: -15px;
}

.container .hm_filter_wrapper {
	padding: 0 15px;
}

.hm_column_con .hm_filter_wrapper {
	padding: 0;
}

.hm_filter_wrapper_con.no_margin {
	margin: 0;
}

.hm_column_con .hm_filter_wrapper.has_sapce_portos {
	margin: 0 -15px;
}

.no_margin {
	margin: 0 !important;
}

.no_margin_r {
	margin-right: 0 !important;
}

.sort_options {
	text-transform: capitalize;
}

.masonry_porto #options.sort_options {
	margin-bottom: 30px;
}

.masonry_porto .hmbtn_curved {
	margin: 40px 0;
}

.site_boxed #options.sort_options {
	padding: 0 15px;
}

.site_boxed .hm_filter_wrapper.boxed_portos {
	padding: 0 5px;
}

.content #options.sort_options {
	margin: 0 -15px;
	padding: 0;
}

.hm_filter_wrapper_con:after {
	content: '';
	display: block;
	clear: both;
}

.content .hm_filter_wrapper.masonry_porto.full_portos.no_sapce_portos .hm_filter_wrapper_con {
	background: #fff;
}

.has_sapce_portos .filter_item_block {
	padding: 0 15px;
	margin-bottom: 30px;
}

.filter_item_block {
	width: 33.33333%;
	float: left;
	position: relative;
}

.filter_item_block .number {
	display: none;
}

.two_blocks .filter_item_block {
	width: 50%;
}

.two_blocks .porto_type img {
	width: 100%;
}

.four_blocks .filter_item_block {
	width: 25%;
}

.five_portos .filter_item_block {
	width: 20%;
}

.width1 {
	width: 33.3333%;
}

.filter_item_block.width2 {
	width: 40%;
}

.has_sapce_portos .width2 .img_popup {
	margin-bottom: -20px;
}

.two_blocks .filter_item_block.width2 {
	width: 50%;
}

.content .two_blocks .filter_item_block.width2 {
	width: 100%;
}

.three_blocks .filter_item_block.width2 {
	width: 66.66666%;
}

.four_blocks .filter_item_block.width2 {
	width: 50%;
}

.porto_simple_title .porto_desc h6:hover {
	color: #fbb73f;
}

.porto_type {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.porto_type>img {
	position: relative;
	top: 0;
}

.internal_post_con .feature_inner_corners .porto_galla a.img_popup:after {
	display: none;
}

.hm_filter_wrapper .porto_type:not(.simple_porto_img):after,
.hm_filter_wrapper .porto_type .porto_galla a.img_popup:after,
.feature_inner_corners>a.img_popup:after,
.feature_inner_corners .porto_galla a.img_popup:after {
	background: rgba(0, 0, 0, .9);
	pointer-events: none;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.white_section .hm_filter_wrapper .porto_type:not(.simple_porto_img):after,
.white_section .hm_filter_wrapper .porto_type .porto_galla a.img_popup:after,
.white_section .feature_inner_corners>a.img_popup:after,
.white_section .feature_inner_corners .porto_galla a.img_popup:after {
	background: #fbb73f;
}

.hm_filter_wrapper .porto_block:hover .porto_type:after,
.porto_type:hover:after,
.hm_filter_wrapper .porto_block:hover .porto_galla a.img_popup:after,
.feature_inner_corners>a.img_popup:hover:after,
.feature_inner_corners .porto_galla:hover a.img_popup:after {
	opacity: 0.8 !important;
}

.hm_filter_wrapper .icon_expand {
	color: #444;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	text-align: center;
	width: 40px;
}

.hm_filter_wrapper .icon_expand>span {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.hm_filter_wrapper.porto_full_desc .icon_expand {
	margin-top: 13px;
	left: 0;
}

.before_after_img {
	display: block;
	position: relative;
	overflow: hidden;
}

.before_after_b,
.before_after_a {
	display: block;
	float: left;
	width: 50%;
	position: relative;
}

.before_after_desc {
	background: #fff;
	border: 1px solid #dfe3e6;
	padding: 18px 24px 10px;
}

.before_after_desc h6 {
	margin-bottom: 10px;
}

.porto_nav {
	position: absolute;
	text-align: center;
	z-index: 10;
}

.icon_expand:nth-child(1n) {
	left: 25px;
}

.icon_expand:nth-child(2n) {
	left: -25px;
}

.porto_block .expand_img,
.porto_block .detail_link,
.hm_filter_wrapper .icon_expand,
.hoverdir_meta .expand_img,
.hoverdir_meta .detail_link {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.hm_filter_wrapper.porto_full_desc .icon_expand {
	background: #333;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #fff;
	opacity: 1 !important;
}

.porto_full_desc .icon_expand:hover {
	background: #fbb73f;
}

.porto_nav .expand_img,
.porto_nav .detail_link,
.hm_filter_wrapper .icon_expand {
	background: #fff;
	margin: 0px 4px 0;
	opacity: 0;
}

.project_text_nav .expand_img,
.project_text_nav .detail_link,
.hoverdir_meta .expand_img,
.hoverdir_meta .detail_link {
	font-size: 13px;
	padding: 9px 19px 11px;
	line-height: 17px;
}

.project_text_nav .porto_type:hover .expand_img,
.project_text_nav .porto_type:hover .detail_link,
.project_text_nav .porto_type:hover .icon_expand,
.hm_filter_wrapper.porto_hidden_title .porto_block:hover .icon_expand,
.hm_filter_wrapper.porto_hidden_title .porto_block:hover .expand_img,
.hm_filter_wrapper.porto_hidden_title .porto_block:hover .detail_link,
.porto_desc:hover .icon_expand {
	left: 0;
	opacity: 1;
}

.porto_meta .expand_img,
.porto_meta .detail_link,
.hoverdir_meta .expand_img,
.hoverdir_meta .detail_link {
	margin: 16px 2px 10px;
}

.hm_filter_wrapper.four_blocks.boxed_portos .icon_expand {
	height: 44px;
	line-height: 44px;
	width: 44px;
}

.porto_nav .expand_img:hover,
.porto_nav .detail_link:hover,
.project_text_nav .porto_type:hover .icon_expand:hover {
	color: #777;
}

.porto_desc h6 {
	font-size: 15px;
	letter-spacing: 1px;
	margin: 0;
	display: inline;
	font-weight: 500;
}

.three_blocks .porto_desc h6 {
	font-size: 16px;
}

.three_blocks .porto_date {
	font-size: 14px;
	margin-top: 1px;
}

.hm_filter_wrapper.masonry_porto.has_sapce_portos .width2.rectangle_width .porto_type img {
	margin-top: -15px;
}

.content .hm_filter_wrapper.masonry_porto.no_sapce_portos .hm_filter_wrapper_con:before {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.menu_special_color {
	color: #e74c3c;
	font-weight: 700;
}

.simple_porto_img:hover>a {
	opacity: .8;
}

.has_sapce_portos .porto_desc:not(.simple_porto_desc) {
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15) inset;
}

.porto_desc:not(.simple_porto_desc) {
	background: #fff;
	overflow: hidden;
	padding: 18px 30px 20px 30px;
	position: relative;
	z-index: 1;
	text-align: left;
}

.hm_filter_wrapper:not(.has_sapce_portos):not(.porto_full_desc):not(.porto_hidden_title) .porto_desc:before {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 1);
	border-style: solid;
	border-width: 8px;
	content: "";
	left: 50%;
	position: absolute;
	top: -13px;
}

.porto_date {
	color: #999;
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 3px;
}

.porto_date+.porto_nums,
.proj_cats_con+.porto_nums {
	float: right;
	margin-top: -25px;
}

.porto_nums>span {
	color: #a1a1a1;
	font-size: 13px;
	margin-right: 10px;
}

.porto_nums>span i {
	color: #d7d7d7;
	font-size: 13px;
	vertical-align: sub;
	margin-right: 8px;
}

.porto_nums>span:last-child {
	margin-right: 0px;
}

.porto_nums>span.like.added i {
	color: #fbb73f;
}

.porto_nums>span.comm i {
	font-size: 18px;
}

.porto_nums>span.like {
	cursor: pointer;
}

.porto_nums>span.like i:hover {
	color: #fbb73f;
}

.option-set {
	float: left;
}

#filter-by.option-set {
	position: relative;
	font-size: 0;
	margin: 0;
	padding: 0;
}

#filter-by.option-set:not(.hm_faq_opt):last-child {
	float: none;
}

#filter-by>li {
	display: inline-block;
	font-size: 14px;
	list-style: none;
}

#filter-by>li a {
	background: #fff;
	border: 1px solid #e6eaed;
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 17px;
	margin-left: -1px;
	padding: 12px 20px 14px;
	position: relative;
}

.filter_buttons #filter-by>li a {
	border-radius: 100px !important;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	-o-border-radius: 100px !important;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 12px 0 0;
	padding: 12px 21px;
}

.filter_buttons #filter-by>li a:not(.selected):hover {
	color: #fbb73f;
}

.filter_simple #filter-by>li a {
	background: none !important;
	border: none !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0;
	padding: 11px 17px;
	text-transform: uppercase;
}

.white_section .filter_simple #filter-by>li a:not(.selected) {
	color: #fff;
}

.filter_simple #filter-by>li a.selected,
.filter_simple #filter-by>li a:hover {
	color: #fbb73f;
}

.filter_simple #filter-by>li:not(:last-child) a:after {
	content: "/";
	position: absolute;
	right: -3px;
	opacity: 0.4;
}

.filter_simple #filter-by>li:first-child a {
	padding-left: 0;
}

#filter-by>li a.selected {
	background: #fbb73f;
	border-color: #fbb73f;
	color: #fff;
}

#filter-by>li:first-child a {
	border-left: 1px solid #dfe3e6;
}

.filter_by_mobile #filter-by>li a {
	border: 1px solid #dfe3e6;
	margin: 0 7px 7px 0;
	padding: 12px 14px;
}

.filter_by_mobile #filter-by>li a.selected {
	border-color: #fbb73f;
}

.nav_no_nums span.num {
	display: none;
}

.nav_with_nums span.num {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #898989;
	display: block;
	font-size: 10px;
	height: 21px;
	left: 50%;
	line-height: 18px;
	margin-left: -12px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: -14px;
	width: 25px;
}

.nav_with_nums .filter_bordered span.num {
	left: 0;
	margin-left: -12px;
	margin-top: -10px;
	top: 50%;
	z-index: 1;
}

.nav_with_nums li:hover span.num,
.nav_with_nums a.selected span.num {
	opacity: 1;
}

#options .sort_list {
	max-width: 200px;
	float: right;
	min-width: 180px;
	position: relative;
	margin: 12px 0 0;
	line-height: 17px;
	text-align: left;
}

#options .sort_list a.sort_selecter {
	border: 1px solid #dfe3e6;
	background: #fff;
	width: 100%;
}

#options .sort_list a.sort_selecter .arrow {
	font-size: 11px;
	line-height: 33px;
	position: absolute;
	right: 11px;
	top: 0;
}

#options .sort_list a {
	border-bottom: 1px solid #dfe3e6;
	display: block;
	position: relative;
	font-size: 13px;
	color: #898989;
}

#options .sort_list a span.text {
	display: block;
	padding: 8px 15px;
}

#options .sort_list ul li:last-child a {
	border-bottom: none;
}

#options .sort_list:hover {
	z-index: 10;
}

#options .sort_list:hover>#sort-by.option-set {
	visibility: visible;
	opacity: 1;
}

#sort-by.option-set {
	background: #fff;
	border-color: #dfe3e6;
	border-style: solid;
	border-width: 0 1px 1px;
	position: absolute;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#options .sort_list a:hover,
#options .sort_list a.selected,
#sort-direction.option-set a.selected,
#sort-direction.option-set a:hover {
	color: #fbb73f;
}

#sort-direction.option-set {
	float: right;
	background: #fff;
	border: 1px solid #dfe3e6;
	list-style: none;
	margin: 12px 10px 0 8px;
	padding: 0;
	display: none;
	position: relative;
	z-index: 1;
}

#sort-direction.option-set li:first-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#sort-direction.option-set a {
	color: #ddd;
}

#sort-direction.option-set span {
	display: block;
	line-height: inherit;
	padding: 0 11px;
}

#sort-direction.option-set span i {
	display: block;
	line-height: 16px;
	font-size: 15px;
	vertical-align: sub;
}

.hm_filter_wrapper.boxed_portos:not(.has_sapce_portos) .hm_filter_wrapper_con {
	margin-right: 15px;
	margin-left: 15px;
}

.content .hm_filter_wrapper.boxed_portos .hm_filter_wrapper_con {
	margin-right: 0;
	margin-left: 0;
}

.nav_in_center .option-set {
	float: none;
}

.nav_in_center #options .sort_list {
	float: none;
	margin: 30px auto 0;
}

.nav_in_center #sort-direction.option-set {
	float: none;
	margin: 30px auto 0;
	max-width: 38px;
}

.hm_filter_wrapper.full_portos #options.sort_options {
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
	width: 100%;
}

.no_sapce_portos.porto_simple_title .filter_item_block.design:nth-child(2n) .porto_desc {
	background: #f4f4f4;
}

.porto_hidden_title .porto_meta,
.porto_desc h6 {
	position: relative;
	z-index: 1;
}

.porto_hidden_title .porto_desc h6 {
	color: #fff;
}

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

.hm_filter_wrapper.porto_hidden_title .porto_desc {
	background: rgba(0, 0, 0, .9);
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 13px 20px 15px 23px;
	position: absolute;
	width: 100%;
	opacity: 0;
	bottom: -20px;
}

.hm_filter_wrapper.porto_hidden_title .porto_block:hover .porto_desc {
	opacity: 1;
	bottom: 0;
}

.hm_filter_wrapper.porto_hidden_title .porto_block:hover .porto_type>img {
	top: -30px;
}

.hm_filter_wrapper.porto_hidden_title.boxed_portos.four_blocks .porto_desc {
	padding: 13px 20px 12px;
}

.porto_full_desc .porto_desc {
	background: none;
	border: none;
	color: #bfc6cd;
	height: 100%;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.porto_full_desc .porto_meta {
	background: #fff;
	height: 100%;
	padding: 20px;
	position: relative;
	width: 100%;
}

.porto_full_desc .porto_meta>p {
	margin: 16px 0;
}

.porto_full_desc .porto_desc h6 {
	color: #444;
	font-size: 16px;
}

.porto_full_desc .porto_date,
.hoverdir_meta .proj_date {
	color: #fff;
	display: block;
	margin: 5px 0;
}

.porto_full_desc .porto_date {
	color: #666;
}

.porto_full_desc .porto_nums {
	display: block;
	float: none;
	margin: 0;
}

.porto_full_desc .porto_nums>span {
	display: inline-block;
	margin: 6px 7px 0;
	line-height: 17px;
}

.four_blocks.boxed_portos.porto_full_desc .porto_meta>p {
	font-size: 13px;
	margin: 11px 0 12px;
}

.da-slideFromTop {
	left: 0px;
	top: -100%;
}

.da-slideFromBottom {
	left: 0px;
	top: 100%;
}

.da-slideFromLeft {
	top: 0px;
	left: -100%;
}

.da-slideFromRight {
	top: 0px;
	left: 100%;
}

.da-slideTop {
	top: 0px;
}

.da-slideLeft {
	left: 0px;
}

.hm_columns.centered #sort-direction.option-set,
.hm_columns.centered #options .sort_list {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.hm_columns.centered #filter-by.option-set {
	float: none;
}

.hm_columns.centered .sort_options+.hm_filter_wrapper_con {
	margin-top: 60px;
}

/*-------------------------------------------------------------
       Blog	
-------------------------------------------------------------*/
.hm_import_posts .content_spacer,
.hm_import_posts .hm_filter_wrapper_con {
	margin: 0;
	padding: 0;
}

.post_readmore {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	color: #555;
}

.hm_new_con {
	background: #10222c;
	overflow: hidden;
}

.hm_new_title_con {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	float: left;
	height: 100%;
	line-height: 57px;
	padding: 0 20px 0 20px;
	position: absolute;
	text-align: center;
	width: auto;
}

.hm_new_title_con .new_title {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
}

.hm_new_title_con .new_title i {
	display: inline-block;
	font-size: 16px;
	line-height: 47px;
	margin-right: 8px;
}

.hm_new_title_con .new_title>span {
	display: inline-block;
	line-height: 48px;
	vertical-align: top;
}

.hm_new_con.newbar_has_title .hm_new_bar {
	padding: 12px 0px 12px 77px;
}

.hm_new_bar {
	float: left;
	font-size: 13px;
	padding: 15px 50px 15px 15px;
	position: relative;
	width: 100%;
}

.hm_new_bar_controll {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
}

.hm_new_bar_slider {
	line-height: 24px;
	max-height: 24px;
	overflow: hidden;
}

.hm_new_bar_slider>.news_item {
	display: inline-block;
}

.hm_new_bar_slider .news_item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 16px;
}

.hm_new_bar_slider .news_item::after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 7px;
}

.hm_new_bar_slider .news_item a {
	color: rgba(255, 255, 255, .8);
}

.hm_new_bar_slider .news_item a:hover {
	color: #fff;
}

.hm_new_bar_controll_btn {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}

.hm_new_bar_controll_btn i {
	font-size: 12px;
	margin-left: -1px;
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-o-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	opacity: 1;
}

.hm_new_bar_controll_btn.pause .pause_news,
.hm_new_bar_controll_btn.play .play_news {
	-moz-transform: translateX(-50%) translateY(-50%) scale(0);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
	-o-transform: translateX(-50%) translateY(-50%) scale(0);
	transform: translateX(-50%) translateY(-50%) scale(0);
	opacity: 0;
}

/*-------------------------------------------------------------
       Blog
-------------------------------------------------------------*/
.blog_grid_block {
	position: relative;
	margin-bottom: 40px;
}

.blog_grid_block>div,
.feature_inner {
	position: relative;
}

.blog_grid_block>div.feature_inner:hover:after,
.blog_grid_block>div.feature_inner:hover:before {
	opacity: 1;
}

.blog_grid_con {
	padding: 30px 35px;
}

.meta>.meta_slash:first-child,
.meta>.meta_slash:last-child {
	display: none;
}

.blog_grid_con p {
	margin: 0;
}

.blog_grid_con p:not(.desc) {
	margin-bottom: 20px;
}

.post .blog_grid_con>p:last-child {
	margin-bottom: 0;
}

.post_title_con {
	margin-bottom: 10px;
	position: relative;
}

.single_post_body .post_title_con {
	padding: 25px 35px 0;
	margin-bottom: 0;
}

.internal_post_con {
	position: relative;
}

.internal_no_padding>.hm_blog_list {
	padding-top: 80px;
	padding-bottom: 80px;
}

.internal_post_con .content_block,
.internal_post_con #sidebar {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.blog_grid_con .meta a,
.post_title_con .meta a,
.timeline_block .meta a {
	color: inherit;
}

.blog_grid_con .meta a:hover,
.post_title_con .meta a:hover,
.timeline_block .meta a:hover {
	color: #fbb73f;
}

.blog_grid_con .title,
.post_title_con .title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 10px;
	visibility: inherit;
}

.blog_grid_con .meta {
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.masonry_grid_posts .meta+.hm_exp_con,
.masonry_posts .meta+.hm_exp_con {
	border-top: 1px solid #F1F1F1;
	margin-top: 23px;
	padding-top: 20px;
}

.blog_grid_con .meta .meta_part {
	position: relative;
}

.blog_grid_con .meta .meta_part:not(:nth-last-child(2)) {
	margin-right: 25px
}

.blog_grid_con .meta .meta_part:not(:nth-last-child(2)):after {
	content: "/";
	opacity: 0.5;
	position: absolute;
	right: -14px;
	top: -2px;
}

.masonry_grid_posts .blog_grid_con .title a {
	color: #444;
}

.blog_grid_con .title a:hover {
	color: #fbb73f;
}

.blog_grid_con .desc {
	color: #555;
	font-size: 13px;
}

.feature_inner_ling {
	position: relative;
	display: block;
	overflow: hidden;
}

.hm_blog_full_list.hm_blog_list .feature_inner_corners {
	position: relative;
	max-width: 100%;
}

.embed-container+.feature_inner_corners,
.quote_con+.feature_inner_corners,
.self_hosted_container+.feature_inner_corners {
	margin-top: 30px;
}

.hm_blog_full_list.hm_blog_list .format-gallery .feature_inner_corners {
	display: block;
}

.hm_blog_full_list.hm_blog_list .feature_inner_corners .feature_inner_ling {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
}

.feature_inner_ling:after,
.hm_popup_frames:not(.lookup_btn):after,
.related_posts_slide .related_img:after {
	background: #fbb73f;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 0;
}

.feature_inner:hover .feature_inner_ling:after,
.magnific-gallery .feature_inner_ling:hover:after,
.magnific-image .feature_inner_ling:hover:after,
.hm_popup_frames:hover:after,
.related_posts_slide .related_img:hover:after {
	opacity: 0.9;
}

.single_post_row {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding-bottom: 60px;
	padding-top: 60px;
}

.tags_con {
	margin-top: 10px;
}

.single_post_row:last-child {
	padding-bottom: 0;
	border: none;
}

.internal_portfolio_con .single_post_row {
	border-top: 1px solid #eee;
	margin-bottom: 60px;
}

.single_post_body {
	background: #fafafa;
}

.post_body_con {
	padding: 25px 35px 60px;
}

.hm_exp_author {
	border-top: 1px solid #f1f1f1;
	margin-top: 23px;
	padding-top: 23px;
}

.hm_exp_author img {
	margin-right: 5px;
	margin-top: 5px;
}

.hm_exp_author span {
	color: #444;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
}

/*-------------------------------------------------[ Blog Timeline ]------*/
.hm_filter_wrapper_con.timeline .filter_item_block {
	width: 50%;
	list-style: none;
	position: relative;
	z-index: 1;
	padding-top: 2px;
}

.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) {
	padding-right: 50px;
}

.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n) {
	padding-left: 50px;
}

.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2) {
	margin-top: 85px;
}

.hm_filter_wrapper_con.timeline .filter_item_block .timeline_block {
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03), 0 0 4px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03), 0 0 4px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03), 0 0 4px rgba(0, 0, 0, 0.03);
	background: #F7F7F7;
	height: 100%;
	padding: 35px;
	position: relative;
	width: 100%;
}

.hm_filter_wrapper_con.timeline .filter_item_block .timeline_block:after {
	border-style: solid;
	border-width: 8px;
	content: "";
	position: absolute;
	display: block;
	top: 20px;
}

.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) .timeline_block:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f7f7f7;
	right: -15px;
	left: auto;
}

.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n) .timeline_block:after {
	border-color: rgba(0, 0, 0, 0) #f7f7f7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	left: -15px;
	right: auto;
}

.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) .timeline_post_format {
	right: -81px;
	left: auto;
}

.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n) .timeline_post_format {
	left: -80px;
	right: auto;
}

.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n) .read_more_button {
	float: right;
}

.timeline_feature .self_hosted_container {
	max-height: 350px;
}

.timeline_block .meta {
	background: rgba(0, 0, 0, 0.03);
	display: block;
	font-size: 13px;
	margin-bottom: 18px;
	margin-top: 20px;
	padding: 5px 14px;
}

.timeline_block .meta .meta_part {
	display: inline-block;
}

.meta .meta_part:last-child {
	margin-right: 0;
}

.timeline_block .timeline_feature {
	margin-bottom: 25px;
	overflow: hidden;
}

.timeline_block .timeline_feature a {
	display: block;
	overflow: hidden;
	position: relative;
}

.timeline_block .timeline_title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 13px;
	margin-top: 25px;
}

.timeline_block .timeline_title a {
	color: #324545;
}

.timeline_block .timeline_title a:hover {
	color: #fbb73f;
}

.timeline_block .article {
	line-height: 24px;
	margin-bottom: 10px;
}

.timeline_block .date {
	color: #b0afaf;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 15px;
	margin-right: 20px;
	font-style: italic;
}

.timeline_block .date i {
	font-size: 16px;
	margin-right: 8px;
	vertical-align: sub;
}

.hm_filter_wrapper_con.timeline {
	position: relative;
	min-height: 100px;
}

.full_content .hm_filter_wrapper_con.filter_margin1 {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.has_sapce_portos .filter_margin1 .filter_item_block {
	margin-bottom: 20px;
	padding: 0 10px;
}

.hm_filter_wrapper.timeline:before {
	background: #ededed;
	bottom: 0;
	content: "";
	height: 100%;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	width: 4px;
}

.hm_filter_wrapper.timeline:after {
	background: #E5E5E5;
	background: -webkit-linear-gradient(#E5E5E5, transparent);
	background: -o-linear-gradient(#E5E5E5, transparent);
	background: -moz-linear-gradient(#E5E5E5, transparent);
	background: linear-gradient(#E5E5E5, transparent);
	bottom: -70px;
	content: "";
	height: 100px;
	position: absolute;
	width: 4px;
	left: 50%;
	margin-left: -2px;
}

.hm_filter_wrapper_con.timeline:after {
	background: #E5E5E5;
	background: -webkit-linear-gradient(transparent, #E5E5E5);
	background: -o-linear-gradient(transparent, #E5E5E5);
	background: -moz-linear-gradient(transparent, #E5E5E5);
	background: linear-gradient(transparent, #E5E5E5);
	top: -65px;
	content: "";
	height: 100px;
	position: absolute;
	width: 4px;
	left: 50%;
}

.hm_filter_wrapper.timeline {
	position: relative;
	/*overflow: hidden;*/
	margin: 0 auto;
}

.read_more_button {
	color: #fbb73f;
	display: inline-block;
	font-size: 13px;
	padding: 5px 0;
	font-style: italic;
}

.read_more_button i {
	margin-right: 7px;
}

.timeline_post_format {
	background: #fff;
	border: 3px solid rgba(0, 0, 0, .1);
	color: #ccc;
	height: 60px;
	overflow: hidden;
	position: absolute;
	top: -2px;
	width: 60px;
	z-index: 1;
}

.timeline_post_format i {
	font-size: 18px;
	position: absolute;
	z-index: 1;
}

.timeline_block .timeline_feature>a:not(.quote_con):before,
.timeline_block .timeline_feature .owl-item a:before {
	background: #fbb73f;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.timeline_block .timeline_feature a span.image-zoom {
	color: #fff;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	opacity: 1;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 1000;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	opacity: 0;
}

.timeline_block .timeline_feature a:hover span.image-zoom {
	opacity: 1;
}

.timeline_block .timeline_feature:hover a:before {
	opacity: 0.8;
}

/*------------------------------------------[ Blog Masonry ]------*/
.blog_grid_desc {
	border-color: #e9e9e9;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	background: #fff;
	color: #324545;
	padding: 17px 7px 19px 30px;
}

.blog_grid_desc .title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
}

.blog_grid_desc .title a {
	color: #576162;
}

.blog_grid_desc .title a:hover {
	color: #fbb73f;
}

.blog_grid_desc .meta {
	display: block;
	font-size: 13px;
}

.blog_grid_desc .desc {
	margin-bottom: 0;
	margin-top: 11px;
	font-size: 13px;
}

.hm_filter_wrapper.masonry_posts .filter_item_block,
.hm_filter_wrapper.masonry_grid_posts .filter_item_block {
	padding: 0 15px;
}

.content .hm_filter_wrapper.masonry_grid_posts,
.content .hm_filter_wrapper.masonry_posts {
	margin-left: -15px;
	margin-right: -15px;
}

.colored_masonry .blog_grid_desc {
	background: #fbb73f;
	color: #fff;
	border: none;
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1) inset;
}

.colored_masonry .blog_grid_desc .title a,
.colored_masonry .blog_grid_desc .title a:hover {
	color: #fff;
}

.blog_grid_desc .meta .meta_part i,
.blog_grid_con .meta .meta_part i {
	font-size: 14px;
	margin-right: 4px;
	vertical-align: top;
	color: #aaa;
	display: inline-block;
}

.hm_blog_full_list .blog_grid_con .meta .meta_part i,
.hm_blog_list .blog_grid_con .meta .meta_part i {
	font-size: 16px;
	margin: 0 0 0 -5px;
}

.internal_post_con .meta .meta_part i {
	font-size: 14px;
	line-height: 15px;
	margin: 0 11px;
	opacity: 0.3;
	vertical-align: top;
}

.meta_part:first-child .in_slash {
	display: none;
}

.internal_post_con .meta .meta_part .ico-user5,
.timeline_block .meta .meta_part .ico-user5 {
	font-size: 13px;
}

/*--------[ Blog List ]--------*/

.over_hidden {
	overflow: hidden;
}

.hm_filter_wrapper>.centered {
	margin-top: 30px;
}

.hm_filter_wrapper.no_sapce_portos>.centered {
	margin-top: 40px;
}

.hm_blog_list .blog_grid_con {
	background: none;
	border: none;
	float: left;
	padding: 0 0 0 40px;
	width: 65%;
}

.hm_blog_list .blog_grid_block {
	margin-bottom: 60px;
}

.hm_blog_list .blog_grid_block:not(:last-child) {
	border-bottom: 2px solid #F5F5F5;
	padding-bottom: 60px;
}

.hm_blog_list .blog_grid_block:last-child {
	margin-bottom: 0;
}

.hm_blog_list .col-md-12:last-child .blog_grid_block {
	margin-bottom: 0;
}

.hm_blog_list:not(.hm_blog_full_list) .feature_inner {
	float: left;
	width: 35%;
}

.hm_blog_list:not(.hm_blog_full_list) .feature_inner .hm_plus_i {
	background: none;
	color: #fff;
}

.hm_blog_list .blog_grid_con .desc {
	color: #555;
	font-size: 14px;
}

.hm_blog_list .feature_inner_ling:before {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.hm_blog_list .format_quote .blog_grid_con .meta {
	margin-bottom: 0;
}

.hm_blog_list .btn_a {
	margin-top: 25px;
}

.hm_blog_list .blog_grid_con .meta .meta_part,
.post_title_con .meta .meta_part {
	display: inline-block;
	line-height: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hm_blog_list .blog_grid_con .meta_part,
.timeline_block .meta .meta_part {
	margin-right: 26px;
	position: relative;
}

.hm_blog_list .blog_grid_con .meta .meta_part:not(:last-child):after,
.timeline_block .meta .meta_part:not(:last-child):after {
	content: "/";
	opacity: 0.4;
	position: absolute;
	right: -17px;
	top: 0;
}

.masonry_grid_posts .blog_grid_block,
.masonry_posts .blog_grid_con {
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07) inset;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07) inset;
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07) inset;
	overflow: hidden;
}

.hm_blog_list .blog_grid_con .title,
.hm_blog_full_list .blog_grid_con .title,
.post_title_con .title,
.quote_con .title {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 11px;
	margin-top: -5px;
	text-transform: uppercase;
}

.search_meta {
	color: #bbb;
	display: block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.search_meta span {
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	line-height: 1.7;
	margin-top: 8px;
	padding: 2px 10px 3px;
}

.hm_blog_list .blog_grid_con .title a {
	color: inherit;
}

.post_title_con .title {
	font-size: 26px;
}

.hm_blog_list .blog_grid_con .title a:hover,
.post_title_con .title a:hover {
	color: #fbb73f;
}

.hm_blog_list .blog_grid_con .meta {
	color: #999;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.hm_blog_list .hm_exp_con {
	margin-top: 15px;
}

.post_title_con .meta {
	border-bottom: none;
	font-size: 13px;
	color: #888;
	font-weight: 600;
}

.hm_search_results_block .blog_grid_con .meta {
	border: none;
	font-size: 14px;
	margin-bottom: 0;
	color: #999;
}

.hm_search_results_con {}

.hm_search_results_block .blog_grid_con .title {
	margin-bottom: 6px;
}

.hm_search_results_block {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	padding: 0 0 40px;
}

.hm_blog_full_list .hm_search_results_block .blog_grid_con {
	padding-top: 15px;
}

.hm_blog_full_list .blog_grid_con {
	border: none;
	background: none;
	width: 100%;
	float: none;
	clear: both;
	padding: 30px 0 0;
}

.internal_post_con .hm_blog_full_list .blog_grid_con {
	padding-top: 0;
}

.blog_list_format {
	background: #fbb73f;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 40px;
	left: 11px;
	line-height: 43px;
	position: absolute;
	text-align: center;
	top: 11px;
	width: 40px;
	z-index: 1;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	opacity: 0;
}

.blog_list_format:hover {
	color: #fff;
	background: #fbb73f;
}

.self_hosted_container {
	position: relative;
}

.embed-container {
	background: #eee;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed_block1 {
	border: 4px solid #fff;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feature_inner_corners .quote_con,
.timeline_feature .quote_con {
	font-size: 16px;
	line-height: 30px;
	padding: 15px 25px 25px;
}

.quote_con>span {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.8;
}

.p_format_l {
	font-weight: 600;
	display: block;
	opacity: 0.4;
}

.filter_item_block .quote_con>span:not(.p_format_l) {
	font-size: 15px;
}

.quote_con .p_format_l {
	font-size: 15px;
}

.filter_item_block .quote_con .quote_author {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.quote_con span+.quote_author {
	margin-top: 15px;
}

.quote_con .quote_author {
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: initial;
}

.quote_author>span {
	font-weight: 700;
	margin-right: 15px;
}

.quote_con.p_format_link,
.quote_con.p_format_link:focus {
	padding: 25px 35px 30px;
	background: #333;
	color: #fff;
}

.quote_con {
	display: block;
	font-size: 15px;
	padding: 30px 35px;
	position: relative;
}

.p_format_link:after {
	color: #fff;
	content: "\e1d2";
	font-family: "idealtheme";
	font-size: 32px;
	opacity: 0.15;
	position: absolute;
	right: 29px;
}

.quote_con,
.quote_con:focus {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}

a.quote_con:not(.p_format_link):hover,
.masonry_grid_posts a.quote_con:not(.p_format_link),
.timeline a.quote_con:not(.p_format_link) {
	color: #fff;
	background: #fbb73f;
}

.masonry_grid_posts a.quote_con:hover {
	background: #444;
}

.flex-caption h2 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 5px 0 10px;
}

.flex-caption h2 a {
	color: #555;
}

.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
	padding: 20px 30px !important;
}

.flexslider {
	border-width: 8px !important;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1) !important;
}

/*------------------------------------------[ Blog Comments ]------*/
#comments ol.comments_list li {
	list-style: none;
}

#comments>ol>li>ol.children {
	padding-left: 85px;
}

#comments .children {
	position: relative;
}

#comments .comment-box {
	padding-top: 40px;
}

#comments .comments_list {
	margin: 0;
	padding: 0;
}

#comments .trees_number {
	background: #fff;
	border: 1px solid #eee;
	color: #c1c1c1;
	float: right;
	padding: 0 7px;
	font-size: 11px;
	display: none;
}

#comments .avatar {
	float: left;
}

#comments .comment_content {
	border-bottom: 1px solid #f2f2f2;
	margin-left: 85px;
	padding-bottom: 40px;
	position: relative;
}

#comments h4.author_name {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
}

#comments span.comment_meta {
	display: block;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#comments span.comment_meta a {
	color: #b4b4b4;
	font-size: 11px;
	font-weight: 600;
}

#comments .comment_said_text p {
	line-height: 26px;
	margin: 0;
}

.comment_btns {
	position: absolute;
	right: 0;
	top: 0;
}

#comments .comment-reply-link,
#comments .comment-edit-link {
	border: 2px solid #eee;
	color: #aaa;
	display: inline-block;
	font-size: 11px;
	line-height: 22px;
	margin: 2px 0 0 3px;
	padding: 0 15px 1px;
}

#comments .comment-reply-link:hover,
#comments .comment-edit-link:hover {
	border-color: #fbb73f;
	color: #324545;
}

#comments .comments_list+.comment-respond {
	margin-top: 40px;
}

#comments .logged-in-as,
#comments .comment-notes {
	color: #aaa;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 8px 0 20px;
}

h3#reply-title {
	margin: 0;
}

#commentform input[type="text"] {
	height: 43px;
	margin: 0 1.4% 1.4% 0;
	width: 32.4%;
	float: left;
}

#commentform input:last-of-type {
	margin-right: 0;
}

#commentform textarea {
	width: 100%;
}

#commentform #submit-comment {
	margin: 10px 0 0;
}

/*------------------------------------------[ Blog About Auther Block ]------*/
.about_auther:not(.single_post_row) {
	margin-bottom: 30px;
	font-size: 15px;
}

.about_auther_page {
	background: #fbfbfb;
	border: 1px solid #e4e4e4;
	margin-bottom: 60px;
	padding: 20px;
}

.about_auther .avatar_img {
	position: absolute;
	width: 90px;
}

.about_auther .about_auther_details {
	display: block;
	padding-left: 115px;
}

.about_auther_details .auther_link,
.post_rel_t,
.widget_block>h6 {
	color: #444;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 0;
}

.about_auther_details .auther_link {
	margin: -3px 0 7px 0;
}

.post_rel_t i {
	margin-right: 10px;
}

.about_auther .about_auther_details .social_media a {
	margin-top: 15px;
}

.about_auther .about_auther_con .desc {
	display: block;
	line-height: 26px;
}

/*------------------------------------------[ Blog Tags ]------*/
.tags_con>h6,
.share_on_socials>h6 {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 15px;
}

.tags_con>a,
.ideal-f-topic-tags a,
.post_tag_t {
	border: 2px solid #eee;
	color: #888;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	margin: 0 7px 7px 0;
	padding: 7px 15px 8px;
}

.single-post .tags_con>a {
	padding: 10px 17px;
}

.post_tag_t {
	padding: 10px 20px;
}

.post_tag_t {
	background: #fbfbfb;
	color: #555;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.tags_con>a:hover {
	border-color: #fbb73f;
	color: #fbb73f;
}

.post_next_prev a {
	color: #aaa;
	float: left;
	font-size: 24px;
	line-height: 15px;
	margin-right: 5px;
}

.post_next_prev i {
	line-height: 14px;
}

.post_next_prev a .t {
	color: #666;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 5px;
	text-transform: uppercase;
	vertical-align: top;
}

.post_next_prev a:hover,
.post_next_prev a:hover .t {
	color: #fbb73f;
}

.post_next_prev_con {
	background: #f3f3f3;
	padding: 25px 0;
}

.post_next_prev a:last-child {
	float: right;
}

/* ----------------------------------------------------------------
	Widgets
-----------------------------------------------------------------*/
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_nav_menu li {
	padding: 0 0 8px 17px;
	position: relative;
}

.hm_dark_footer .widget_recent_comments li {
	background: rgba(0, 0, 0, 0.1);
	padding: 15px 25px;
}

.widget_recent_comments li {
	margin-bottom: 16px;
}

.widget_pages li:before,
.widget_meta li:before,
.widget_recent_entries li:before,
.widget_nav_menu li:before {
	background: #aaa;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 7px;
}

.widget_pages li a,
.widget_meta li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_nav_menu li a,
.posts_widget li a {
	color: #555;
}

.hm_dark_footer a,
.hm_dark_footer .widget_pages li a,
.hm_dark_footer .widget_meta li a,
.hm_dark_footer .widget_recent_comments li a,
.hm_dark_footer .widget_recent_entries li a,
.hm_dark_footer .widget_nav_menu li a {
	color: #aaa;
}

.widget_pages li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover,
.widget_nav_menu li a:hover,
.posts_widget li a:hover {
	color: #999;
}

.widget_calendar table {
	border: 1px solid #e4e4e4;
	font-family: "Roboto", "Open Sans", sans-serif;
}

.hm_dark_footer .widget_calendar table {
	background: rgba(0, 0, 0, 0.15);
	border: none;
	border-collapse: collapse;
	color: #777;
}

.hm_dark_footer .widget_calendar th {
	background: rgba(0, 0, 0, 0.15);
}

.hm_dark_footer .widget_calendar #today {
	color: #fff;
}

.widget_calendar tbody td:not(.pad) {}

label.screen-reader-text {
	display: block;
	margin-bottom: 5px;
}

.widget_calendar caption {
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0 0 8px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar th,
.widget_calendar td {
	font-size: 12px;
	font-weight: 300;
	line-height: 32px;
	text-align: center;
}

.widget_categories ul>li ul,
.product-categories>li ul,
.widget_archive ul>li ul {
	border-top: 1px dotted #e5e5e5;
	margin: 7px 0 -7px;
}

.widget_block select,
.footer_row select {
	width: 100%;
}

.widget_categories ul>li:first-child,
.product-categories>li:first-child,
.widget_archive ul>li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_categories ul>li,
.product-categories>li,
.widget_archive ul>li {
	border-top: 1px solid #f2f2f2;
	clear: both;
	color: #aaa;
	font-size: 11px;
	letter-spacing: 1px;
	list-style: none;
	padding: 8px 0;
}

.hm_dark_footer .widget_categories ul>li,
.hm_dark_footer .product-categories>li,
.hm_dark_footer .widget_archive ul>li {
	border-color: rgba(255, 255, 255, 0.06);
}

.widget_categories ul>li a,
.product-categories>li a,
.widget_archive ul>li a {
	color: #777;
	font-size: 14px;
	margin-right: 10px;
	letter-spacing: 0;
}

.hm_dark_footer .widget_categories ul>li a,
.hm_dark_footer .product-categories>li a,
.hm_dark_footer .widget_archive ul>li a {
	color: #aaa;
}

.hm_dark_footer .rows_container a:hover,
.hm_dark_footer .recent_posts_list a:hover span {
	color: #ddd;
}

.widget_block {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.widget_block:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*------[ Search Widget ]------*/
.search_block {
	height: 39px;
	position: relative;
}

.search_block input.serch_input {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	float: left;
	font-size: 13px;
	height: 42px;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 40px 5px 20px;
	width: 100%;
}

.white_section .search_block input.serch_input {
	border: none;
}

.search_block.sc_search_block input.serch_input {
	font-size: 15px;
	height: 45px;
	padding-right: 135px;
}

.search_block input.serch_input:focus {
	color: #444444;
	border-color: #999;
}

.search_block form .search_btn {
	background: none;
	border: none;
	color: #888;
	font-size: 14px;
	height: 42px;
	min-width: 39px;
	position: absolute;
	right: 6px;
}

.s_btn_text {
	display: none;
}

.sc_search_block .s_btn_text {
	display: inline-block;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: 9px;
	text-transform: uppercase;
}

.search_block.sc_search_block .search_btn {
	background: #fb5f45;
	color: #fff;
	height: 45px;
	padding: 0 15px;
	right: 0;
}

.sc_search_block {
	margin: 0 auto;
	max-width: 600px;
}

.search_block form .search_btn:hover {
	opacity: 0.7;
}

.search_block.large_search form input.serch_input {
	color: #666;
	font-size: 15px;
	height: 47px;
	padding: 4px 45px 5px 20px;
}

.search_block.large_search form .search_btn {
	color: #ddd;
	font-size: 15px;
	height: 47px;
	line-height: 45px;
	min-width: 45px;
	right: 0;
}

/*-------------------------------------------------[ Social Links Widget ]------*/
.social_links_widget:not(.co_socials) a {
	background: #fff;
}

.social_links_widget {
	font-size: 0;
}

.social_links_widget a {
	color: #777;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 43px;
	margin: 0 8px 8px 0;
	position: relative;
	text-align: center;
	width: 40px;
}

.social_medium {
	margin-right: -8px;
	margin-bottom: -8px;
}

.social_in {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background: #333;
	opacity: 0;
	overflow: hidden;
}

.co_socials .social_in {
	opacity: 1;
}

.social_links_widget a>i {
	position: relative;
	z-index: 2;
}

.bordered_socials a:hover .social_in,
.light_socials a:hover .social_in,
.simple_socials a:hover .social_in {
	opacity: 1;
}

.bordered_socials a:hover,
.simple_socials a:hover {
	color: #fff !important;
}

.light_socials a {
	background: #f5f5f5;
}

.light_socials a:hover {
	background: #555;
	color: #fff;
}

.social_large a {
	font-size: 26px;
	height: 60px;
	line-height: 60px;
	width: 60px;
}

.co_socials a {
	color: #fff;
}

.co_socials a:hover {
	color: #fff;
	opacity: 0.6;
}

.bordered_socials a,
.co_socials a {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
}

.social_small a {
	font-size: 14px;
	height: 35px;
	line-height: 36px;
	width: 35px;
}

#footer .social_links_widget a {
	font-size: 16px;
	height: 35px;
	width: 35px;
	line-height: 36px;
}

#footer .socials_widget,
#footer .tag_cloud_widget {
	margin-bottom: -8px;
	font-size: 0;
}

#footer .custom_lightbox_video {
	margin-bottom: 8px;
}

.widget_recent_comments ul {
	margin-bottom: -16px;
}

/*-------[ Tagcloud Widget ]------*/
.tagcloud.hm_tagcloud a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	line-height: 15px;
}

.tagcloud a:hover .tag {
	color: #fbb73f;
}

.tagcloud .tag,
.tagcloud:not(.hm_tagcloud) a {
	background: #fff;
	border: 1px solid #dedede;
	color: #666;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 8px 9px;
}

.tagcloud:not(.hm_tagcloud) a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0 5px 0 0 !important;
	position: relative;
}

.hm_dark_footer .tagcloud .tag,
.tagcloud:not(.hm_tagcloud) a {
	border: none;
}

.tagcloud:not(.hm_tagcloud) a:hover {
	color: #aaa;
}

.tagcloud .num {
	background: #FAFAFA;
	border-color: #dedede;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	font-size: 11px;
	padding: 8px 9px 8px 11px;
	color: #888;
	position: relative;
	margin-left: -2px;
}

.tagcloud.style2 .num:before {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6c6c6;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: 0px;
	position: absolute;
	top: 12px;
}

.tagcloud.style2 .num:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: -1px;
	position: absolute;
	top: 12px;
}

#footer .tagcloud.style2 .num:before,
#footer .tagcloud.style2 .num:after {
	display: none;
}

.hm_dark_footer .tagcloud .num {
	background: #1a1a1a;
	border: none;
}

/*-------------------------------------------------[ Tagcloud Widget ]------*/
.posts_widget_list li:not(:last-child),
.posts_widget_list2 li:not(:last-child) {
	margin-bottom: 25px;
}

.posts_widget_list2 {
	line-height: 20px;
}

.posts_widget_list li>a {
	color: #fbb73f;
	font-size: 13px;
	text-transform: capitalize;
}

.posts_widget_list li>a img {
	border: 1px solid #DDDDDD;
	padding: 4px;
	max-width: 70px;
	float: left;
	margin: 4px 15px 0 0;
}

.posts_widget_list li .your_rate {
	margin: 5px 0 9px;
}

.posts_widget_list2 li>a {
	color: #324545;
	font-size: 13px;
	text-transform: capitalize;
}

.posts_widget_list2 li>a img {
	max-width: 90px;
	float: left;
	margin: 5px 15px 0 0;
}

.posts_widget_list2 li>a span:hover {
	color: #888;
}

.posts_widget_list li .post_date,
.posts_widget_list2 li .post_date {
	color: #999;
	display: block;
	font-size: 12px;
	margin: 3px 0;
}

.post_date i {
	font-size: 12px;
	margin-right: 5px;
}

.post_comment {
	font-size: 13px;
	font-style: italic;
}

/*-------------------------------------------------[ Shop Slider Widget ]------*/
.sidebar_slide {
	position: relative;
	max-width: 500px;
	overflow: hidden;
}

.sidebar_slide_link {
	display: block;
	position: relative;
}

.sidebar_slide_details {
	height: 100%;
	position: absolute;
	width: 100%;
}

.sidebar_slide_title {
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 15px 20px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}

.sidebar_slide_title:after {
	background: #fbb73f;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
}

.sidebar_slide_cats {
	color: #324545;
	display: block;
	font-size: 14px;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}

.sidebar_slide_cats:after {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
}

.sidebar_slide_discount {
	border: 4px solid rgba(255, 255, 255, 0.7);
	color: #fff;
	display: block;
	font-size: 32px;
	font-style: italic;
	height: 90px;
	line-height: 80px;
	margin: 20px auto 0;
	position: relative;
	text-align: center;
	width: 90px;
}

.sidebar_slide_discount:after {
	background: #e74c3c;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sidebar_slide_price {
	color: #e74c3c;
	display: block;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 1px;
	margin: 20px auto 0;
	padding: 8px 15px;
	position: relative;
	text-align: center;
	width: 50%;
}

.sidebar_slide_price:after {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sidebar_slide_price:before {
	border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 5px;
	bottom: -10px;
	content: "";
	display: block;
	position: absolute;
}

/*-------------------------------------------------[ Next Product ]------*/
.single-portfolio .next_product_nav {
	height: 1px;
	position: fixed;
}

.next_product_nav {
	height: 0px;
	position: fixed;
	top: 313px;
	width: 100%;
	left: 0;
	z-index: 5;
}

.next_product_nav>div {
	display: block;
	position: absolute;
	text-align: left;
}

.next_product_nav>div:hover .icon-wrap {
	background: rgba(0, 0, 0, 0.3);
}

.next_product_nav .icon-wrap {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	display: block;
	font-size: 28px;
	height: 55px;
	line-height: 55px;
	position: relative;
	text-align: center;
	width: 45px;
}

.next_product_nav .next {
	right: -1px;
}

/*--------------------------------------------------------
     New Style
----------------------------------------------------------*/
.footer_menu>li:not(:last-child):after {
	content: "/";
	display: block;
	position: absolute;
	right: -3px;
	top: 0;
	color: #444;
}

#navy>li>a>span>i {
	font-size: 18px;
	margin-right: 6px;
	vertical-align: bottom;
}

.full_banner_colored.new_boxed_banner {
	margin: 0 auto;
	max-width: 1170px;
}

.recent_posts_list li>a .recent_posts_img {
	max-width: 90px;
}

.flickr_widget_block img {
	height: auto;
}

.hm_ad_block,
.add_text_con {
	overflow: hidden;
	position: relative;
	text-align: center;
	float: left;
	background: #fbfbfb;
	display: block;
	margin-bottom: 15px;
	margin-right: 15px;
}

.ads_text {
	color: #888;
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}

.add_text_con {
	border: 1px solid #dddddd;
}

.size_125x125,
.ad_text_125x125 {
	height: 125px;
	width: 125px;
}

.size_234x60,
.ad_text_234x60 {
	height: 60px;
	width: 234px;
}

.size_120x600,
.ad_text_120x600 {
	height: 600px;
	width: 120px;
}

.size_120x240,
.ad_text_120x240 {
	height: 240px;
	width: 120px;
}

.size_160x600,
.ad_text_160x600 {
	height: 600px;
	width: 160px;
}

.size_250x250,
.ad_text_250x250 {
	height: 250px;
	width: 250px;
}

.size_200x200,
.ad_text_200x200 {
	height: 200px;
	width: 200px;
}

.size_180x150,
.ad_text_180x150 {
	height: 150px;
	width: 180px;
}

.hm_ads_con {
	margin-right: -16px;
}

.post_comment a {
	color: #888;
}

.about_auther .avatar_img img {
	height: auto;
}

.post_gall_desc {
	background: #1B1916;
	bottom: 0;
	color: #fff;
	font-size: 15px;
	left: 0;
	padding: 20px 25px;
	position: absolute;
	z-index: 1;
}

.hm_icon_search>a {
	color: #777;
	display: block;
	font-size: 15px;
	height: 38px;
	line-height: 40px;
	opacity: 0.5;
	position: absolute;
	right: 15px;
	text-align: center;
	text-indent: 1px;
	z-index: 6;
}

.hm_icon_search.active>a,
.hm_icon_search>a:hover {
	color: #fbb73f;
}

.hm_blog_list:not(.hm_blog_full_list) .fullwidth_blog_list .feature_inner {
	float: none;
	width: 100%;
}

.hm_blog_list:not(.hm_blog_full_list) .fullwidth_blog_list .blog_grid_con {
	float: none;
	margin-top: auto;
	padding-left: inherit;
	padding-top: 31px;
	width: 100%;
}

.hm_blog_list .feature_inner {
	overflow: hidden;
}

.single_post_body .feature_inner {
	margin: 18px 0 0;
}

.timeline_no_more {
	background: #fff;
	border: 1px solid #E5E5E5;
	display: block;
	font-size: 13px;
	margin: 25px 15px;
	padding: 9px;
	position: relative;
	text-align: center;
	width: auto;
	display: none;
}

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

.hm_filter_wrapper_con.timeline .filter_item_block {
	padding-bottom: 50px;
}

.porto_galla>a:not(:first-child) {
	display: block;
	max-width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.content .hm_filter_wrapper.boxed_portos.has_sapce_portos .hm_filter_wrapper_con {
	margin-left: -25px;
	margin-right: -25px;
}

.porto_nums>span.like.liked,
.porto_nums>span.like.liked i {
	color: #fbb73f;
}

.normal_text_slider .owl-dots {
	margin-top: 20px;
}

.share_on_socials.soc_sc {
	margin-top: 25px;
}

.list_icon a {
	color: inherit;
	opacity: 0.7;
	text-decoration: underline;
}

.list_icon a:hover {
	opacity: 0.8;
}

.proj_cats_con {
	display: block;
	font-size: 14px;
	opacity: 0.9;
	margin-top: 5px;
}

.porto_simple_title .proj_cats_con,
.porto_hidden_title .proj_cats_con {
	margin-top: 0;
}

.porto_hidden_title .porto_meta>span:not(.porto_nums) {
	color: #fff;
	opacity: 0.8;
}

.proj_cats_con a {
	color: #888;
}

.proj_cats_con a:hover {
	color: #777;
}

.porto_full_desc .proj_cats_con a {
	color: #666;
}

.hoverdir_meta .proj_cats_con a,
.porto_full_desc .proj_cats_con a {
	color: #fff;
	opacity: 0.7;
}

.hoverdir_meta .proj_cats_con a:hover,
.porto_full_desc .proj_cats_con a:hover {
	opacity: 0.9;
}

.cats_cont {
	margin-left: 7px;
	text-transform: uppercase;
}

.quote_con .title {
	color: #555;
}

a.quote_con:hover .title,
a.quote_con:hover .quote_author {
	color: #fff;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

.rows_container.bordered_columns {
	overflow: hidden;
}

.columns_con {
	position: relative;
	min-width: 100%;
}

.vc_row .sec_full .rows_container {
	padding: 0 15px;
}

.hm_column_con {
	padding-right: 15px;
	padding-left: 15px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.hm_column_con.padd_all {
	padding: 15px;
}

.hm_column_out {
	height: 100%;
}

.full_content>div>.hm_column_con {
	padding: 0;
}

.col_padd_rl15 {
	padding-left: 15px;
	padding-right: 15px;
}

.col_padd_rl25 {
	padding-left: 25px;
	padding-right: 25px;
}

.col_padd_b50 {
	padding-bottom: 50px;
}

.col_padd2 {
	padding: 20px;
}

.col_padd3 {
	padding: 30px;
}

.col_padd4 {
	padding: 40px;
}

.col_padd5 {
	padding: 50px;
}

.col_padd6 {
	padding: 60px;
}

.col_padd7 {
	padding: 70px;
}

.col_padd8 {
	padding: 80px;
}

.hm_columns {
	position: relative;
	min-height: 1px;
	height: 100%;
	float: left;
}

.full_content .vc_column_container>.vc_column-inner {
	padding: 0;
}

.content .bordered_columns {
	border: 1px solid #e9e9e9;
}

.bordered_columns+.bordered_columns {
	border-top: 1px solid #e9e9e9;
}

.bordered_columns .columns_con {
	margin: -1px -1px 0 0;
}

.bordered_columns .hm_column_con {
	padding: 80px 35px;
}

.bordered_columns .hm_columns {
	border-right: 1px solid #ededed;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin-bottom: -1px;
}

.hm_columns.f_right {
	float: right;
}

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

.hm_columns.f_left {
	float: left;
}

.centered_columns .hm_columns {
	display: inline-block;
	float: none;
	vertical-align: top;
}

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

.align_left {
	text-align: left;
}

/*--------- Magnific Popup CSS ---------*/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

.mfp-content br:first-child {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #E84C3D;
}

.ajax_content_container .mfp-close {
	color: #aaa;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* ====== Zoom effect ====== */
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* ====== Zoom-out effect ======*/
.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}

/*------------*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateZ(0);
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*--------------------------------*/
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/*--------------------------------*/
.small-dialog {
	background: white;
	padding: 20px 35px 30px;
	text-align: left;
	max-width: 500px;
	margin: 40px auto;
	position: relative;
}

.medium-dialog {
	max-width: 600px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*----------- Tables -----------*/
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.entry-content table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}

.entry-content table,
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.entry-content table thead:first-child tr:first-child th:first-child,
.entry-content table tbody:first-child tr:first-child td:first-child {
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

.entry-content table thead:first-child tr:first-child th:last-child,
.entry-content table tbody:first-child tr:first-child td:last-child {
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.entry-content table thead:last-child tr:last-child th:first-child,
.entry-content table tbody:last-child tr:last-child td:first-child {
	border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
}

.entry-content table thead:last-child tr:last-child th:last-child,
.entry-content table tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

th {
	text-align: left;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
.entry-content table>thead>tr>th,
.entry-content table>tbody>tr>th,
.entry-content table>tfoot>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>tbody>tr>td,
.entry-content table>tfoot>tr>td {
	border-top: 1px solid #E9E9E9;
	line-height: 1.42857;
	padding: 10px 15px;
	vertical-align: top;
}

.table>thead>tr>th,
.entry-content table>thead>tr>th {
	vertical-align: bottom;
}

.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td,
.entry-content table>colgroup+thead>tr:first-child>th,
.entry-content table>thead:first-child>tr:first-child>th,
.entry-content table>caption+thead>tr:first-child>td,
.entry-content table>colgroup+thead>tr:first-child>td,
.entry-content table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody,
.entry-content table>tbody+tbody {
	border-top: 2px solid #E5E5E5;
}

.entry-content table>thead>tr>th:last-child,
.entry-content table>tbody>tr>th:last-child,
.entry-content table>thead>tr>td:last-child,
.entry-content table>tbody>tr>td:last-child {
	border-right: none;
}

.entry-content table>tbody>tr:last-child>td {
	border-bottom: none;
}

.entry-content table>thead>tr>th:first-child,
.entry-content table>tbody>tr>th:first-child,
.entry-content table>thead>tr>td:first-child,
.entry-content table>tbody>tr>td:first-child,
.entry-content table>tfoot>tr>th:first-child {
	border-left: 1px solid #e5e5e5 !important;
}

.entry-content table {
	border-color: #E5E5E5;
	border-style: solid;
	border-width: 0px 1px 1px 0;
	border-collapse: separate;
	*border-collapse: collapse;
}

.entry-content table>thead>tr>th,
.entry-content table>tbody>tr>th,
.entry-content table>tfoot>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>tbody>tr>td,
.entry-content table>tfoot>tr>td {
	border-right: 1px solid #e5e5e5;
}

.entry-content table>thead>tr>th,
.entry-content table>thead>tr>td {
	border-bottom-width: 2px;
}

@media screen and (max-width: 767px) {

	/* #footer .col-md-3:nth-child(2n+1) {
	clear: left;
} Anas was here */
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border-color: #e5e5e5;
		border-style: solid;
		border-width: 0 1px 1px;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}

	.table-responsive>table>thead>tr>th,
	.table-responsive>table>tbody>tr>th,
	.table-responsive>table>tfoot>tr>th,
	.table-responsive>table>thead>tr>td,
	.table-responsive>table>tbody>tr>td,
	.table-responsive>table>tfoot>tr>td {
		white-space: nowrap;
	}

	.table-responsive>table>thead>tr>th:first-child,
	.table-responsive>table>tbody>tr>th:first-child,
	.table-responsive>table>tfoot>tr>th:first-child,
	.table-responsive>table>thead>tr>td:first-child,
	.table-responsive>table>tbody>tr>td:first-child,
	.table-responsive>table>tfoot>tr>td:first-child {
		border-left: 0;
	}

	.table-responsive>table>thead>tr>th:last-child,
	.table-responsive>table>tbody>tr>th:last-child,
	.table-responsive>table>tfoot>tr>th:last-child,
	.table-responsive>table>thead>tr>td:last-child,
	.table-responsive>table>tbody>tr>td:last-child,
	.table-responsive>table>tfoot>tr>td:last-child {
		border-right: 0;
	}

	.table-responsive>table>tbody>tr:last-child>th,
	.table-responsive>table>tfoot>tr:last-child>th,
	.table-responsive>table>tbody>tr:last-child>td,
	.table-responsive>table>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}

.col_centered {
	clear: both;
	float: none;
	margin: 0 auto;
}

/*----------------- VC ---------------*/
#main_wrapper .wpb_single_image:last-child {
	margin-bottom: 0;
}

#main_wrapper .wpb_row,
#main_wrapper .wpb_revslider_element {
	margin-bottom: 0;
}

/*----------------- Revolution Slider ---------------*/
.rev_slider_wrapper {
	overflow: hidden !important;
}

.hebe .tp-tab-desc {
	font-weight: 700 !important;
}

/*-------------------------------------------------------------
                    Responsive
-------------------------------------------------------------*/
@media only screen and (min-width: 640px) {

	.content,
	.container,
	#navy li:not(.tab_menu_con):not(.image_menu_slide),
	.site_boxed #main_wrapper {
		max-width: 625px;
	}

	.owl_client.owl_abs_arr .owl-next {
		right: -52px;
	}

	.owl_client.owl_abs_arr .owl-prev {
		left: -52px;
	}
}

@media only screen and (min-width: 992px) {
	#navy>li.normal_menu>ul.menu_edge {
		left: auto !important;
		right: 0;
	}

	#navy ul li.normal_menu ul.menu_edge {
		left: inherit;
		right: 100%;
	}

	#navy>li.normal_menu>ul li:first-child {
		padding-top: 5px;
	}

	#navy>li.normal_menu>ul li:last-child {
		padding-bottom: 7px;
	}

	#navy>li.normal_menu>ul li:last-child>a {
		border: none;
	}

	#navy .image_menu {
		padding: 0 10px;
	}

	#nav_menu:not(.mobile_menu) #navy ul.mega_menu>li {
		display: table-cell;
		float: none;
	}

	#navy ul.mega_menu>li>a {
		margin-bottom: 10px;
	}

	.header_on_side #navy ul.mega_menu>li>a {
		margin-bottom: 0;
	}

	/*------------------------------------------------[ Side Menu ]--------*/
	.light_header.dark_sup_menu.header_on_side #nav_bar {
		border-color: rgba(255, 255, 255, .1);
	}

	.header_on_side #navy>li:last-child>a {
		border-bottom: none;
	}

	.header_on_side #navy .tab_menu .tab_menu_item.active>a {
		background: #f5f5f5;
		color: #666;
	}

	.header_on_side #navy .tab_menu .tab_menu_item.active>a i,
	.header_on_side #navy .tab_menu .tab_menu_item.active>a:hover i {
		color: #aaa;
	}

	.side_header_social {
		float: left;
		padding: 30px 20px;
		width: 270px;
	}

	.header_on_side #main_nav {
		float: none;
	}

	.header_on_side #navy .owl-carousel:after,
	.header_on_side #navy .image_menu_slide>.owl-wrapper-outer:after {
		display: none;
	}

	.header_on_side #navy>li>a>span.parent_arrow.normal_menu_arrow {
		display: block;
	}

	.header_on_side #navy ul li.normal_menu ul {
		left: 0;
		top: 0;
	}

	.header_on_side #navy ul.mega_menu .mega_menu_in {
		padding-left: 0px;
	}

	.header_on_side #navy ul.mega_menu {
		left: 0;
	}

	.header_on_side #navy ul {
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}

	.header_on_side #navy {
		background: #fff;
		left: 0;
		position: relative;
		top: 0;
		width: 100%;
	}

	.header_on_side #navy li {
		margin: 0 auto;
		padding: 0 !important;
		position: relative;
		width: 100%;
	}

	.header_on_side #navy>li>a {
		color: #888;
	}

	.header_on_side #navy>li.current_page_item>a,
	.header_on_side #navy>li>a:hover,
	.header_on_side #navy>li.opened_menu>a {
		color: #fbb73f;
	}

	.header_on_side #navy>li>a>span {
		padding: 12px 0;
	}

	.header_on_side #navy li a {
		border-bottom: 1px solid #eee;
	}

	.header_on_side #navy>li>a>span.normal_menu_arrow {
		display: block;
		padding: 0px !important;
	}

	.header_on_side #navy>li.opened_menu>a span.normal_menu_arrow:after {
		transform: scale(0);
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		-o-transform: scale(0);
	}

	.header_on_side #navy>li.opened_menu.has_mega_menu>a>span:after,
	.header_on_side #navy li.normal_menu li.opened_menu>a>span.normal_menu_arrow,
	.header_on_side #navy li.has_tab_menu.opened_menu>a>span:after {
		right: 0;
		transform: rotate(90deg) translateX(2px);
		-moz-transform: rotate(90deg) translateX(2px);
		-webkit-transform: rotate(90deg) translateX(2px);
		-o-transform: rotate(90deg) translateX(2px);
	}

	.header_on_side #navy ul li.tab_menu_item.active .mega_arrow {
		transform: rotate(90deg) translateX(2px);
		-moz-transform: rotate(90deg) translateX(2px);
		-webkit-transform: rotate(90deg) translateX(2px);
		-o-transform: rotate(90deg) translateX(2px);
	}

	.header_on_side #navy ul li.normal_menu ul {
		padding-left: 15px;
	}

	.header_on_side #navy ul.mega_menu {
		position: relative;
	}

	.header_on_side #navy ul.mega_menu>li,
	.header_on_side #navy .tab_menu_list>li>ul>li {
		border-right: none;
		width: 100%;
	}

	.header_on_side #navy>li>a>span.normal_menu_arrow {
		background: #aaa;
		height: 1px;
		position: absolute;
		right: 0px;
		top: 50%;
		width: 9px;
	}

	.header_on_side #navy>li>a>span.normal_menu_arrow:after {
		background: #aaa;
		content: "";
		display: block;
		height: 9px;
		left: 4px;
		position: absolute;
		top: -4px;
		width: 1px;
	}

	.header_on_side #navy ul.mega_menu>li>a:before {
		background-image: url("../img/m_d_arrow.png");
		width: 9px;
	}

	.header_on_side #navy ul li .normal_menu_arrow,
	.header_on_side #navy>li>a>span.normal_menu_arrow {
		right: 0px;
	}

	.header_on_side #navy ul li:last-child a,
	.header_on_side #navy ul.mega_menu li a {
		border-bottom: 1px solid #eee;
	}

	.header_on_side #navy ul.mega_menu>li a {
		padding: 0 20px 0 28px;
	}

	.header_on_side #navy ul.mega_menu li a:before {
		left: 13px;
		top: 16px;
	}

	.header_on_side #navy ul.mega_menu li.go-back>a:before {
		left: 10px;
	}

	.header_on_side #navy ul li .mega_arrow {
		right: 15px;
	}

	.header_on_side #navy .tab_menu .tab_menu_list>li>ul {
		width: 100%;
	}

	.header_on_side #navy .tab_menu_item ul {
		padding-left: 0px;
	}

	.header_on_side #navy li.has_mega_menu>a>span:after,
	.header_on_side #navy li.has_tab_menu>a>span:after {
		background-image: url("../img/m_d_arrow.png");
		background-repeat: no-repeat;
		background-position: right center;
		content: "";
		display: block;
		height: 9px;
		position: absolute;
		right: 0px;
		top: 17px;
		width: 9px;
		transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
	}

	.header_on_side #navy .tab_menu .tab_menu_list {
		width: 100%;
		padding: 0;
		border-right: 0 none;
	}

	.header_on_side #navy .tab_menu_item a {
		padding: 0 15px;
	}

	.header_on_side #navy .tab_menu_item a .parent_arrow {
		right: 15px;
	}

	.header_on_side #navy .tab_menu .tab_menu_list>li>ul {
		left: 0;
		position: relative;
	}

	.header_on_side #navy .tab_menu {
		left: 0;
	}

	#main_nav {
		float: left;
	}

	#main_nav.f_right {
		float: right;
	}

	.menu_light_transparent #site_header>div:not(.sticky_menu) #nav_bar,
	.menu_light_transparent #site_header>div {
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
		-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
	}

	.menu_light_transparent #site_header>div:not(.sticky_menu) #nav_bar,
	.menu_light_transparent #site_header>div,
	.menu_dark_transparent #site_header>div:not(.sticky_menu) #nav_bar,
	.menu_dark_transparent #site_header>div {
		background: none;
		position: absolute;
		width: 100%;
		-moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
	}

	.light_header.menu_light_transparent #site_header>div:not(.sticky_menu) #navy>li>a,
	.light_header.menu_light_transparent #site_header>div:not(.sticky_menu) .hm_icon_search>a,
	.light_header.menu_light_transparent #site_header>div:not(.sticky_menu) .hm_search_form input,
	.light_header.menu_light_transparent #site_header>div:not(.sticky_menu) .hm_search_form .hm_search_c {
		color: #fff;
	}

	.menu_light_transparent #site_header>div:not(.sticky_menu) .top_add_card i {
		color: #fff;
		opacity: 0.5;
	}

	.menu_light_transparent #site_header>div:not(.sticky_menu) .top_add_card:hover i,
	.menu_light_transparent #site_header>div:not(.sticky_menu) .hm_icon_search_btn:hover {
		opacity: 1;
	}

	.menu_light_transparent #site_header>div:not(.sticky_menu) .top_add_card {
		border-color: rgba(255, 255, 255, 0.15);
	}

	.light_header.menu_light_transparent:not(.menu_button_mode) #site_header>div:not(.sticky_menu) #navy>li.current-menu-ancestor>a,
	.light_header.menu_light_transparent:not(.menu_button_mode) #site_header>div:not(.sticky_menu) #navy>li.current_page_item>a,
	.light_header.menu_light_transparent:not(.menu_button_mode) #site_header>div:not(.sticky_menu) #navy>li:hover>a {
		opacity: 0.5;
	}

	.dark_header.menu_dark_transparent #site_header>div:not(.sticky_menu) #navy>li>a {
		color: #555;
	}

	.dark_header.menu_dark_transparent:not(.menu_button_mode) #site_header>div:not(.sticky_menu) #navy>li:hover>a {
		color: #fbb73f;
	}

	.dark_header.menu_dark_transparent #site_header>div:not(.sticky_menu) .hm_icon_search>a {
		color: #bbb;
	}

	.menu_light_transparent #site_header>div:not(.sticky_menu) #logo>a .light_logo,
	.menu_dark_transparent #site_header>div:not(.sticky_menu) #logo>a img:not(.light_logo) {
		opacity: 1;
	}

	.menu_light_transparent #site_header>div:not(.sticky_menu) #logo>a img:not(.light_logo),
	.menu_dark_transparent #site_header>div:not(.sticky_menu) #logo>a .light_logo {
		opacity: 0;
	}

	.menu_light_transparent .content_section:first-child .section_content,
	.menu_dark_transparent .content_section:first-child .section_content {
		padding-top: 74px;
	}

	/*-------------------------------------------------------------
                    Menu Button Mode
-------------------------------------------------------------*/
	.horizontal_menu:not(.header_on_side) #navy>li {
		padding: 19px 0;
	}

	.horizontal_menu:not(.header_on_side) #navy>li.button_menu_item>a>span {
		border: 2px solid #fbb73f;
		border-radius: 3px;
		color: #fbb73f;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		padding: 7px 18px !important;
	}

	.menu_button_mode:not(.header_on_side) #navy>li>a {
		padding: 9px 14px;
		margin-right: 10px;
	}

	.menu_button_mode:not(.header_on_side) #navy>li:last-child>a {
		margin-right: 0px;
	}

	.menu_button_mode:not(.header_on_side) #navy>li.current_page_item>a,
	.menu_button_mode:not(.header_on_side) #navy>li.current_page_item:hover>a,
	.menu_button_mode:not(.header_on_side) #navy>li:hover>a {
		background: #fbb73f;
		color: #fff;
	}

	.menu_button_mode:not(.header_on_side) #navy>li>a>span {
		padding: 0;
	}

	#navy>li>ul {
		top: 100%;
	}

	.header_on_side #navy {
		display: block;
	}

	.header_on_side #navy .img_menu_i {
		padding: 20px 0;
	}

	.header_on_side #navy .img_menu_i>a {
		border-bottom: none !important;
	}

	.header_on_side:not(.site_full) .hm_filter_wrapper {
		padding-right: 30px;
		padding-left: 30px;
	}

	.header_on_side .container {
		padding-right: 45px;
		padding-left: 45px;
	}

	.header_on_side #footer .container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.header_on_side .content {
		padding-right: 30px;
		padding-left: 30px;
	}

	.header_on_side .content .hm_filter_wrapper {
		padding-right: 0px;
		padding-left: 0px;
	}

	.header_on_side #side_heder .content {
		padding-right: 20px;
		padding-left: 30px;
	}

	.header_on_side #main_nav.has_mobile_menu {
		float: none;
		padding: 0;
		position: relative;
	}

	.header_on_side #main_wrapper {
		padding-left: 270px;
		width: auto;
	}

	.header_on_side:not(.site_boxed):not(.dark_sup_menu) #side_heder {
		border-right: 1px solid #e4e4e4;
	}

	.header_on_side #logo {
		float: none;
		margin: 25px 0;
	}

	.header_on_side #side_heder {
		position: static;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
		width: 270px;
	}

	.header_on_side #side_heder_in {
		position: relative;
		height: 100%;
		width: 287px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.header_on_side #nav_bar {
		width: 270px;
		background: none;
	}

	#side_heder #nav_bar {
		box-shadow: none;
	}

	#side_heder .hm_icon_search {
		display: none;
	}

	.site_boxed.header_on_side #side_heder {
		left: auto;
		margin-left: -270px;
		margin-top: 40px;
	}

	.site_boxed.header_on_side #side_heder.start_side_offset {
		margin-top: 0;
	}

	.site_boxed.header_on_side .has_col_img.on_desktop>img {
		clear: both;
		display: block;
		margin: 0 auto;
		max-width: 100%;
		position: relative;
	}

	.site_boxed.header_on_side #main_wrapper {
		margin: 40px auto 0;
		max-width: 992px;
		padding-left: 270px;
		padding-top: 7px;
		position: relative;
		border-top: 1px solid #E7E7E7;
	}

	.site_boxed.header_on_side .filter_item_block {
		width: 50%;
	}

	.site_boxed.header_on_side #footer .hm_columns {
		margin-bottom: 60px;
	}

	.site_boxed.header_on_side #footer>.container {
		margin-bottom: -60px;
	}

	.site_boxed.header_on_side .footer_copyright .hm_columns {
		line-height: 30px;
		text-align: center;
	}

	.site_boxed.header_on_side .footer_menu {
		float: none;
	}

	.site_boxed.header_on_side .plan_col {
		margin-bottom: 40px;
	}

	.site_boxed.header_on_side.dark_sup_menu #main_wrapper:after {
		background: rgba(255, 255, 255, .1);
	}

	.site_boxed.header_on_side #main_wrapper:after {
		content: "";
		background: #e7e7e7;
		width: 1px;
		height: 100%;
		top: 0;
		position: absolute;
		left: 270px;
	}

	.site_boxed.header_on_side .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.site_boxed.header_on_side .content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.site_boxed.header_on_side .hm_filter_wrapper {
		padding: 0 15px;
	}

	.site_boxed.header_on_side .hm_filter_wrapper.masonry_grid_posts {
		padding: 0;
	}

	.site_boxed.header_on_side .shop_slider {
		padding-left: 0px;
		padding-right: 0px;
	}

	.site_boxed.header_on_side #options .sort_list {
		margin-right: 6px;
	}

	.content,
	.container,
	.site_boxed #main_wrapper {
		max-width: 970px;
	}
}

@media only screen and (min-width: 1200px) {

	.content,
	.container,
	.site_boxed #main_wrapper {
		max-width: 1170px;
	}
}

@media only screen and (max-width: 1170px) {
	.four_blocks .filter_item_block {
		width: 33.3333%;
	}

	.four_blocks .filter_item_block.width2 {
		width: 66.66666%;
	}

	.project_text_nav .expand_img,
	.project_text_nav .detail_link,
	.hoverdir_meta .expand_img,
	.hoverdir_meta .detail_link {
		font-size: 12px;
		padding: 7px 10px;
	}

	.f1_card .social_media>a:not(:last-child) {
		margin-right: 4px;
	}

	.f1_card .social_media {
		overflow-x: scroll;
		white-space: nowrap;
	}
}

@media only screen and (min-width: 1024px) {
	.site_boxed.header_on_side #main_wrapper {
		max-width: 1170px;
	}
}

@media only screen and (max-width: 1024px) {
	.counter_b .counter {
		margin-bottom: 50px;
	}

	#top_cart+.hm_icon_search+#main_nav .nav_trigger {
		right: 77px;
	}

	.row_spacer {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.team-col {
		width: 100%;
	}

	.team-col-1 {
		width: 30%;
	}

	.team-col-2 {
		width: 70%;
	}

	.team_block3 .person_desc {
		margin-bottom: 11px;
	}

	.hm_new_bar {
		padding-left: 60px;
	}

	#sidebar {
		border-top: 1px solid #DDDDDD;
		padding-top: 25px;
		width: 100%;
	}

	.three_blocks .filter_item_block {
		width: 50%;
	}

	.four_blocks .filter_item_block.width2 {
		width: 66.66666%;
	}

	#footer .footer_copyright {
		padding: 20px 0;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n) {
		padding-left: 35px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) {
		padding-right: 35px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) .timeline_post_format {
		right: -72px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n) .timeline_post_format {
		left: -72px;
	}

	.main_button.large_btn {
		padding: 14px 18px 16px;
	}

	.main_button {
		padding: 9px 13px;
	}

	.btn_a.large_btn>span>span {
		left: 56px;
		padding: 13px 14px 15px;
	}

	.btn_a.large_btn i.in_left,
	.btn_a.large_btn i.in_right {
		line-height: 55px;
		width: 55px;
	}

	.btn_a.large_btn>span {
		padding-right: 55px;
	}

	.btn_a i.in_right {
		right: -55px;
	}

	.section_icon {
		top: -35px;
	}

	.section_icon i {
		height: 70px;
		line-height: 70px;
		width: 70px;
	}

	.feature_icon_slider .hm_columns {
		width: 33.3333%;
		padding: 0;
	}

	.feature_icon .item h5 .title {
		font-size: 18px;
		margin-top: 15px;
	}

	.feature_icon_slider .hm_columns:nth-child(2n) {
		padding: 0 15px;
	}

	.feature_icon .icon {
		height: 48px;
		line-height: 48px;
		width: 48px;
	}

	.feature_icon .icon {
		height: 50px;
		margin-right: 12px;
		width: 50px;
	}

	.feature_icon .item h5 {
		margin-bottom: 8px;
	}

	.feature_icon.on_right .item h5 .icon {
		margin-left: 12px;
	}

	.feature_icon .item>span {
		font-size: 13px;
		line-height: 22px;
	}

	.page_title.has_bg_image.large_header {
		padding: 100px 0 105px;
	}

	.contact_details_row:last-child {
		margin-bottom: 30px;
	}

	.five_portos .filter_item_block {
		width: 25%;
	}

	.filter_item_block.width2 {
		width: 50%;
	}

	.porto_nums {
		display: block;
		margin-top: 7px;
		float: none;
	}

	.shopping-commerce ul.products li {
		width: 50%;
	}

	.four_boxes_title {
		width: 70%;
	}

	.four_boxes_desc {
		font-size: 23px;
		line-height: 1.2;
	}
}

/* end 1024 */
@media only screen and (max-width: 992px) {
	.top_add_card>span {
		display: none !important;
	}

	#navy>li.current_page_item>a,
	#navy>li>a:hover,
	.mobile_menu #navy>li.opened_menu>a {
		color: #fbb73f;
	}

	.top_add_card:hover,
	.active .top_add_card {
		color: #fbb73f;
	}

	.plan_row .col-md-3 {
		width: 50%;
	}

	.plan_row .col-md-3:nth-child(2n+1) {
		clear: left;
	}

	.counter_b .col-md-3 {
		width: 50%;
	}

	.testimonials_slider .col-md-6 {
		width: 100%;
	}

	#footer .col-md-3 {
		width: 50%;
	}

	/* #footer .col-md-3:nth-child(2n+1) {
	clear: left; Anas was here
} */
	.col-xs-12 .hm_image_sc {
		text-align: center;
	}

	@media only screen and (max-width:500px) {
		#footer .col-md-3 {
			width: 100%;
		}
	}

	/*------------------------------------------------[ Mobile Menu ]--------*/
	.light_header.dark_sup_menu #navy>li>a {
		border-color: rgba(255, 255, 255, 0.03);
		color: #fff;
	}

	.dark_sup_menu #navy {
		border-top: none;
	}

	.dark_header #main_nav:after {
		background: #1A2023;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.light_header #main_nav:after {
		background: #fff;
	}

	.light_header #main_nav:after,
	.dark_header #main_nav:after {
		content: "";
		height: 75px;
		left: -25%;
		position: absolute;
		top: 0;
		width: 150%;
	}

	.dark_sup_menu #nav_menu:before {
		background-color: #13181a;
	}

	.light_sup_menu #nav_menu:before {
		background-color: #fff;
	}

	.dark_sup_menu #nav_menu:before,
	.light_sup_menu #nav_menu:before {
		content: "";
		height: 100%;
		left: -25%;
		position: absolute;
		top: 0;
		width: 150%;
	}

	#nav_bar {
		min-height: 76px;
	}

	#navy .tab_menu .tab_menu_item.active>a {
		background: #f5f5f5;
		color: #666;
	}

	#navy .tab_menu .tab_menu_item.active>a i,
	#navy .tab_menu .tab_menu_item.active>a:hover i {
		color: #aaa;
	}

	#navy ul li.tab_menu_item.active .mega_arrow {
		background-image: url("../img/m_d_arrow.png");
	}

	#navy,
	#navy .owl-carousel:after,
	#navy .image_menu_slide>.owl-wrapper-outer:after {
		display: none;
	}

	#navy>li>a>span.parent_arrow.normal_menu_arrow {
		display: block;
	}

	#main_nav {
		float: none;
		padding: 75px 0 0 0;
		position: relative;
	}

	#navy ul li.normal_menu ul {
		left: 0;
		top: 0;
	}

	#navy ul.mega_menu .mega_menu_in {
		padding-left: 15px;
	}

	#navy ul.mega_menu {
		left: 0;
	}

	.light_sup_menu #nav_menu #navy>li>ul {
		box-shadow: none;
	}

	#navy>li:last-child {
		margin-bottom: -1px;
	}

	#navy ul {
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}

	.mobile_menu_trigger {
		display: inline-block;
		height: 0;
		position: absolute;
		right: 0;
		top: 37px;
	}

	#navy {
		background: #fff;
		left: 0;
		position: relative;
		top: 0;
		width: 100%;
		border-top: 1px solid #eeeeee;
	}

	.dark_sup_menu #navy {
		background: none;
	}

	#navy li {
		margin: 0 auto;
		padding: 0 !important;
		position: relative;
		width: 100%;
	}

	#navy>li>a {
		color: #888;
	}

	#navy>li.current_page_item>a,
	#navy>li>a:hover,
	#navy>li.opened_menu>a {
		color: #fbb73f;
	}

	#navy>li>a>span {
		padding: 12px 0;
	}

	#navy li a {
		border-bottom: 1px solid #eee;
	}

	#navy>li>a>span.normal_menu_arrow {
		display: block;
		padding: 0px !important;
	}

	#navy>li.opened_menu>a span.normal_menu_arrow:after {
		transform: scale(0);
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		-o-transform: scale(0);
	}

	#navy>li.opened_menu.has_mega_menu>a>span:after,
	#navy li.normal_menu li.opened_menu>a>span.normal_menu_arrow,
	#navy li.has_tab_menu.opened_menu>a>span:after {
		right: 0;
		transform: rotate(90deg) translateX(2px);
		-moz-transform: rotate(90deg) translateX(2px);
		-webkit-transform: rotate(90deg) translateX(2px);
		-o-transform: rotate(90deg) translateX(2px);
	}

	#navy ul li.tab_menu_item.active .mega_arrow {
		transform: rotate(90deg) translateX(2px);
		-moz-transform: rotate(90deg) translateX(2px);
		-webkit-transform: rotate(90deg) translateX(2px);
		-o-transform: rotate(90deg) translateX(2px);
	}

	#navy ul li.normal_menu ul {
		padding-left: 15px;
	}

	#navy ul.mega_menu {
		position: relative;
	}

	#navy ul.mega_menu>li,
	#navy .tab_menu_list>li>ul>li {
		border-right: none;
		width: 100% !important;
	}

	#navy>li>a>span.normal_menu_arrow {
		background: #aaa;
		height: 1px;
		position: absolute;
		right: 0px;
		top: 50%;
		width: 7px;
	}

	#navy>li>a>span.normal_menu_arrow:after {
		background: #aaa;
		content: "";
		display: block;
		height: 7px;
		left: 3px;
		position: absolute;
		top: -3px;
		width: 1px;
	}

	#navy ul.mega_menu>li>a:before {
		background-image: url("../img/m_d_arrow.png");
		width: 9px;
	}

	#navy ul li .normal_menu_arrow,
	#navy>li>a>span.normal_menu_arrow {
		right: 0px;
	}

	#navy ul li:last-child a,
	#navy ul.mega_menu li a {
		border-bottom: 1px solid #eee;
	}

	#navy ul.mega_menu>li a {
		padding: 0 20px 0 28px;
	}

	#navy ul.mega_menu li a:before {
		left: 13px;
		top: 16px;
	}

	#navy ul.mega_menu li.go-back>a:before {
		left: 10px;
	}

	#navy ul li .mega_arrow {
		right: 15px;
	}

	#navy .tab_menu .tab_menu_list>li>ul {
		width: 100%;
	}

	#navy .tab_menu_item ul {
		padding-left: 15px;
	}

	#navy li.has_mega_menu>a>span:after,
	#navy li.has_tab_menu>a>span:after {
		background-image: url("../img/m_d_arrow.png");
		background-position: right center;
		background-repeat: no-repeat;
		content: "";
		display: block;
		height: 7px;
		position: absolute;
		right: 0;
		top: 17px;
		width: 8px;
		transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
	}

	#navy .tab_menu .tab_menu_list {
		width: 100%;
		padding: 0;
		border-right: 0 none;
	}

	#navy .tab_menu_item a {
		padding: 0 15px;
	}

	#navy .tab_menu_item a .parent_arrow {
		right: 15px;
	}

	#navy .tab_menu .tab_menu_list>li>ul {
		left: 0;
		position: relative;
	}

	#navy .tab_menu {
		left: 0;
	}

	/*-------[ End Mobile Menu ]--------*/
	.side_header_social {
		display: none;
	}

	#nav_bar {
		border-bottom: 1px solid #E4E4E4;
	}

	.footer_row:last-child {
		padding-bottom: 40px;
	}

	.flickr_badge_image img {
		width: 100%;
	}

	#footer .row_spacer {
		padding-bottom: 50px;
	}

	#footer .head_socials {
		float: none;
		text-align: center;
	}

	.footer_copy_text {
		display: block;
		text-align: center;
	}

	.footer_menu {
		float: none;
		text-align: center;
	}

	.top_cart_con {
		right: -1px;
		top: 75px;
	}

	.foot_cols>div:not(:first-child) {
		margin-top: 10px;
	}

	.filter_item_block {
		width: 50%;
	}

	.quote_con,
	a.quote_con:focus {
		font-size: 18px;
		line-height: 30px;
	}

	.has_col_img.on_desktop>img {
		display: block;
		margin: 0 auto;
		position: relative;
		clear: both;
		max-width: 100%;
	}

	.filter_item_block {
		width: 50%;
	}

	.left_sidebar {
		float: none !important;
		padding: 0 !important;
		border: none !important;
	}

	.right_sidebar {
		float: none !important;
		padding: 0 !important;
		border: none !important;
	}

	.content_block.f_left {
		float: none;
		padding: 0;
	}

	.content_block.f_right {
		padding: 0;
		float: none;
	}
}

@media only screen and (min-width: 768px) {
	.col-md-6 .tab_img {
		width: 50%;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block.timeline_on_right {
		padding-right: 0px;
		padding-left: 50px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block.timeline_on_left {
		padding-right: 50px;
		padding-left: 0px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block.timeline_on_right .timeline_block:after {
		border-color: rgba(0, 0, 0, 0) #f7f7f7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		left: -15px;
		right: auto;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block.timeline_on_left .timeline_block:after {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f7f7f7;
		right: -15px;
		left: auto;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block.timeline_on_right .timeline_post_format {
		left: -80px;
		right: auto;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block.timeline_on_left .timeline_post_format {
		right: -81px;
		left: auto;
	}
}

@media only screen and (max-width: 1024px) {
	.tree_features>li {
		margin: 0 0 5px;
		width: 100%;
	}

	.tree_features>li:nth-of-type(2n) {
		margin-top: 0;
	}

	.tree_features>li::after {
		left: 7px;
	}

	.tree_features>li:nth-of-type(2n)::after {
		left: -7px;
	}
}

@media only screen and (max-width: 768px) {
	.plan_row3 .plan_col.active_plan {
		border-radius: 0;
		-webkit-border-radius: 0;
		margin-top: 0;
		padding-bottom: 0;
	}

	.plan_row3 .plan_col.active_plan .plan_name {
		padding: 8px 10px 7px;
	}

	.col_padd8,
	.col_padd7,
	.col_padd6,
	.col_padd5,
	.col_padd4,
	.col_padd3 {
		padding-right: 15px;
		padding-left: 15px;
	}

	#options .sort_list,
	#sort-direction.option-set,
	.hm_columns.centered #sort-direction.option-set,
	.hm_columns.centered #options .sort_list {
		display: none;
	}

	.four_blocks .filter_item_block.width2 {
		width: 100%;
	}

	.four_blocks .filter_item_block {
		width: 100%;
	}

	.internal_post_con {
		padding: 40px 0;
	}

	.tabs2 .tabs-navi a.selected:before,
	.tabs2 .tabs-navi a.selected:after {
		display: none;
	}

	.feature_icon .icon,
	.white_section .feature_icon .icon {
		float: none;
	}

	.content .col-md-3 {
		padding-left: 0;
		padding-right: 0;
	}

	.flickr_badge_image {
		width: 33.3333%;
	}

	.filter_item_block {
		width: 50%;
	}

	.hm_blog_list .blog_grid_con {
		float: none;
		margin-top: 20px;
		padding: 0;
		width: 100%;
	}

	.hm_blog_list:not(.hm_blog_full_list) .feature_inner {
		float: none;
		width: 100%;
	}

	.row_spacer {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.content_spacer {
		padding-bottom: 50px;
		padding-top: 35px;
	}

	.four_blocks .filter_item_block {
		width: 50%;
	}

	.two_blocks .filter_item_block {
		width: 100%;
	}

	#comments>ol>li>ol.children {
		padding-left: 0;
		border-left: none;
	}

	#comments>ol>li>ol.children:after {
		background: none;
	}

	.quote_con,
	a.quote_con:focus {
		font-size: 16px;
		line-height: 27px;
	}

	.send_button {
		padding: 8px 11px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block {
		width: 100%;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) {
		padding-right: 0px;
		padding-left: 71px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n) {
		padding-left: 71px;
		padding-right: inherit;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2) {
		margin-top: 0;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) .timeline_post_format {
		left: -72px;
		right: auto;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) .timeline_block::before {
		border-color: rgba(0, 0, 0, 0) #E5E5E5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		left: -16px;
		right: auto;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) .timeline_block::after {
		border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		left: -15px;
		right: auto;
	}

	.hm_filter_wrapper_con.timeline:after {
		left: 29px;
	}

	.hm_filter_wrapper.timeline:before,
	.hm_filter_wrapper.timeline:after {
		left: 44px;
	}

	.hm_filter_wrapper.timeline .centered {
		text-align: left;
	}

	.counter .value {
		font-size: 28px;
	}

	.counter .title {
		font-size: 20px;
	}

	.feature_icon_slider .feature_icon_img {
		margin: 30px 0;
	}

	.feature_icon.on_right .item h5 .icon,
	.feature_icon .icon {
		display: block;
		float: none;
		left: 50%;
		margin: 0 0 0 -25px;
		position: relative;
	}

	.feature_icon.on_right .item h5 .title,
	.feature_icon .item h5 .title {
		display: block;
		float: none;
		text-align: center;
	}

	.feature_icon.on_right .item>span,
	.feature_icon .item>span {
		display: block;
		text-align: center;
	}

	.feature_icon .item h5 .title {
		font-weight: 500;
		letter-spacing: 0;
	}

	.team_block3 .team-col-2-con {
		padding: 13px 18px;
	}

	.team_block3 .person_jop {
		font-size: 13px;
		margin: 2px 0 5px;
	}

	.team_block3 .person_desc {
		font-size: 13px;
		line-height: 21px;
		margin-bottom: 5px;
	}

	.team-col-2 {
		min-height: 134px;
	}

	.team_block3 .team-col-2-con {
		height: 100%;
		overflow: auto;
	}

	.team-col.team_col_on_right .team-col-2 .team-col-2-con {
		direction: rtl;
	}

	.team-col-2-con>a {
		display: block;
	}

	.team-col.team_col_on_right .team-col-2 .team-col-2-con * {
		direction: ltr;
	}

	.page_title h1 {
		font-size: 28px;
	}

	.main_title.has_bg h2 {
		padding: 11px 16px 13px;
	}

	.desc_text_block {
		font-size: 16px;
		line-height: 29px;
	}

	h1 {
		font-size: 37px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 27px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	.page404 {
		font-size: 250px;
	}

	.tab_img {
		padding: 0 0px 8px 0;
		width: 100%;
	}

	.hm-tabs:not(.simple_tabs) .tabs-body>li {
		padding: 14px 18px;
	}

	.filter_item_block.width2,
	.five_portos .filter_item_block.width2,
	.four_blocks .filter_item_block.width2,
	.three_blocks .filter_item_block.width2,
	.two_blocks .filter_item_block.width2 {
		width: 100%;
	}

	.five_portos .filter_item_block {
		width: 50%;
	}

	.porto_nums {
		display: inline-block;
		margin-top: 0px;
		float: right;
	}

	.list_icon li {
		padding-right: 0;
	}

	.shopping-commerce ul.products li {
		width: 100%;
	}

	table.check_out_table {
		display: block;
		overflow-x: auto;
		width: 100%;
	}

	.coupon_btn_con>input,
	.coupon_btn_con>button {
		margin-top: 13px;
	}

	.checkout_coupon_btns>* {
		float: left;
		margin: 15px 15px 0 0;
	}

	.single_product_slider {
		float: none;
		margin-bottom: 25px;
		padding-right: 0;
		width: 100%;
	}

	.single_product_details {
		float: left;
		width: 100%;
	}

	.next_product_nav a {
		top: 25px;
	}

	.shop_product_wrapper {
		padding-top: 25px;
	}

	.single_cart_video {
		clear: both;
		float: none;
		padding: 30px 0;
		width: 100%;
	}

	.shop_product_wrapper .hm-tabs {
		clear: both;
		float: left;
		margin: 50px auto;
		width: 100%;
	}

	.camera_caption {
		font-size: 13px;
	}
}

/* end 768 */
/* Landscape phones and down */
@media only screen and (max-width: 480px) {
	.plan_row .col-md-3 {
		width: 100%;
	}

	.owl_blocks_slider.testimonial_con {
		padding: 0 15px;
	}

	.three_blocks .filter_item_block {
		width: 100%;
	}

	.entry-content ul.tree_features {
		padding: 0 15px;
	}

	.four_blocks .filter_item_block,
	.two_blocks .filter_item_block,
	.three_blocks .filter_item_block,
	.five_portos .filter_item_block {
		width: 100%;
	}

	.check_out_list .buttons_added .input-text {
		border-left: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
	}

	.check_out_list .quantity_controll.minus {
		border-bottom: none;
		border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		-o-border-radius: 3px 3px 0 0;
	}

	.check_out_list .quantity_controll.plus {
		border-top: none;
		border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		-o-border-radius: 0 0 3px 3px;
	}

	.checkout_coupon_btns {
		clear: both;
	}

	.filter_item_block {
		width: 100%;
	}

	.site_boxed #main_wrapper {
		border: none;
		margin: 0;
	}

	.icons_spacer {
		padding-bottom: 20px;
		padding-top: 70px;
	}

	.page404 {
		font-size: 190px;
	}

	.hm_new_title_con {
		padding: 0 11px;
		width: 50px;
	}

	.hm_new_title_con .new_title i {
		font-size: 25px;
	}

	.page_title h1 {
		font-size: 25px;
		padding: 25px 0 15px;
		float: none;
	}

	.breadcrumbs {
		float: none;
		line-height: 30px;
		margin: 0 0 25px;
	}

	.hm_new_bar {
		padding-left: 45px;
	}

	blockquote .quote_text {
		padding-left: 0;
		padding-top: 38px;
	}

	blockquote {
		padding: 20px 0;
		font-size: 15px;
		line-height: 28px;
		margin: 20px 0;
	}

	.post_next_prev {
		float: none;
		margin-top: 25px;
	}

	.about_auther .about_auther_details {
		padding-left: 0;
		padding-top: 160px;
		text-align: center;
	}

	.about_auther_con .desc {
		font-style: normal;
		font-size: 13px;
		line-height: 24px;
	}

	.about_auther .avatar_img {
		left: 50%;
		margin-left: -70px;
	}

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

	#comments .single_comment .comment_content {
		margin-left: 0px;
	}

	#comments .single_comment .avatar {
		margin: 0 15px 15px 0;
	}

	.quote_con,
	a.quote_con:focus {
		font-size: 15px;
		line-height: 25px;
		padding: 13px 20px 18px;
	}

	#commentform input[type="text"] {
		margin: 0 0 1.4%;
		width: 100%;
	}

	.internal_post_con .content_block {
		padding-bottom: 20px;
	}

	.comment_said_text {
		font-size: 13px;
	}

	.timeline_block .timeline_title {
		font-size: 18px;
	}

	.timeline_block .meta .meta_part {
		margin: 0 17px 7px 0;
	}

	.welcome_banner h3 {
		font-size: 20px;
	}

	.section_icon {
		top: -30px;
	}

	.section_icon i {
		font-size: 27px;
		height: 60px;
		line-height: 60px;
		width: 60px;
	}

	.counter .value {
		font-size: 25px;
	}

	.counter .title {
		font-size: 18px;
	}

	.leaf_icon,
	.tree_features>li:nth-of-type(2n) .leaf_icon {
		left: 50%;
		margin-bottom: 20px;
		margin-left: -72px;
		position: relative;
	}

	.leaf_con,
	.tree_features>li:nth-child(2n) .leaf_con {
		padding: 0;
		text-align: center;
	}

	.tree_features>li:nth-of-type(2n) {
		margin-right: 0;
	}

	.tree_features>li {
		margin: 0 0 40px;
	}

	.tree_features>li,
	.tree_features>li::after {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}

	.tree_features>li>.tree_curv,
	.tree_features>li:nth-child(2n)>.tree_curv {
		bottom: -50px;
		height: 100%;
		left: 25%;
		top: auto;
		width: 50%;
	}

	.tree_features>li::after {
		-moz-border-radius: 0 100px;
		-webkit-border-radius: 0 100px;
		-ms-border-radius: 0 100px;
		-o-border-radius: 0 100px;
		border-radius: 0 100px;
		left: -13%;
	}

	.tree_features>li:nth-of-type(2n)::after {
		-moz-border-radius: 100px 0;
		-webkit-border-radius: 100px 0;
		-ms-border-radius: 100px 0;
		-o-border-radius: 100px 0;
		border-radius: 100px 0;
		left: auto;
		right: -13%;
	}

	.hm-tabs:not(.simple_tabs) .tabs-body>li {
		padding: 12px 16px;
	}

	.tabs-navi a,
	.tabs2 .tabs-navi a {
		line-height: 40px;
		padding: 0 16px;
	}

	.ver_tabs.tabs_mobile .tabs-navi a {
		line-height: normal;
		padding: 15px 15px;
		text-align: center;
	}

	.ver_tabs.tabs_mobile .tabs-navi a>span {
		display: block;
		margin-bottom: 7px;
	}

	.ver_tabs.tabs_mobile .tabs-navi a>span>i {
		margin: 0;
	}

	.team-col-1 {
		width: 100%;
	}

	.team-col-2 {
		width: 100%;
	}

	.team_block3 .team-col-2-con {
		position: relative;
	}

	.team-col .team-col-2 .arrow {
		display: none;
	}

	.team_block3 .social_media a {
		margin-top: 10px;
	}

	.normal_text_slider .desc {
		font-size: 15px;
		line-height: 29px;
	}

	.page_title.has_bg_image.large_header {
		padding: 50px 0 45px;
	}

	.form_row label {
		float: none;
		width: 100%;
	}

	.form_row select,
	.form_row .hm_textarea {
		width: 100%;
	}

	.form_row button,
	.form_row input[type="submit"] {
		margin-left: 0;
		max-width: 100%;
	}

	.c_detail {
		line-height: 24px;
	}

	.tab_img {
		padding: 0 0 8px;
		width: 100%;
	}

	.five_portos .filter_item_block {
		width: 100%;
	}

	.quantity.buttons_added>* {
		float: left;
		margin-bottom: 15px;
		margin-left: 0;
		margin-right: 15px;
	}

	.product_option_item {
		width: 100%;
	}

	.product_option_item:nth-child(2n) {
		padding-left: 0;
	}

	.product_option_item:nth-child(2n+1) {
		padding-right: 0;
	}

	.next_product_nav .icon-wrap {
		border: 1px solid #D5D5D5;
	}
}

@media (max-width: 600px) {
	.at-a-glance .counter_b .hm_column_con {
		height: 250px;
	}
}

/* end 480 */
@media only screen and (max-width: 360px) {
	.normal_text_slider .text_slide {
		padding: 0 15px;
	}

	#footer .col-md-3 {
		width: 100%;
	}

	.counter_b .col-md-3 {
		width: 100%;
	}

	.hm_new_title_con {
		display: none;
	}

	.hm_new_con.newbar_has_title .hm_new_bar {
		padding-left: 0;
	}

	body {
		font-size: 13px;
	}

	.welcome_banner h3 {
		font-size: 18px;
	}

	.hm_search_form {
		right: -61px;
	}
}

@media only screen and (max-width: 320px) {

	.hmicon_side.hmicon_i_border .hmicon,
	.hmicon_align_l .hmicon_side .hmicon {
		padding-left: 0 !important;
	}

	.hmicon_align_l .hmicon_side .hmicon_i,
	.hmicon_align_r .hmicon_side .hmicon_i {
		position: relative;
		top: 0;
	}

	.hmicon_t {
		display: block;
	}

	#nav_bar #logo>a {
		display: inline-block;
	}

	#logo {
		margin-right: 0;
		opacity: 1 !important;
		text-align: left;
		transform: scale(1.055);
	}

	#top_cart+#main_nav .nav_trigger {
		right: 0;
	}

	.top_cart_con {
		max-width: 100%;
		min-width: 240px;
		right: -1px;
	}

	.top_cart_title {
		margin-bottom: 5px;
	}

	.hm_icon_search {
		right: 63px;
		top: 76px;
		display: none;
	}

	.top_cart {
		top: 95px;
		display: none;
	}

	#top_cart+.hm_icon_search+#main_nav .nav_trigger {
		right: 0;
	}

	.hm_icon_search>a {
		right: 5px;
	}

	.hm_new_bar_slider {
		padding-left: 0;
	}

	.hm_new_bar {
		padding-left: 0;
	}

	.hm_new_title_con {
		display: none;
	}

	.comment-box {
		padding: 15px;
	}

	h4.author_name {
		font-size: 14px;
		line-height: 23px;
		margin: -6px 0 10px;
	}

	span.comment_meta a {
		font-size: 11px;
	}

	.comment_said_text {
		font-size: 13px;
	}

	.send_button {
		font-size: 13px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) {
		padding-left: 0;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n) {
		padding-left: 0;
	}

	.hm_filter_wrapper.timeline:before,
	.hm_filter_wrapper.timeline:after,
	.hm_filter_wrapper_con.timeline:after {
		left: 50%;
		bottom: 30px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) .timeline_post_format,
	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n) .timeline_post_format {
		left: 50%;
		margin-left: -22px;
		right: auto;
		top: -60px;
	}

	.hm_filter_wrapper_con.timeline {
		margin-top: 60px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block .timeline_block {
		margin: 0 0 80px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:last-child .timeline_block {
		margin: 0px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n) .timeline_block::before,
	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) .timeline_block::before {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #E5E5E5;
		left: 50%;
		margin-left: -8px;
		top: -16px;
	}

	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n) .timeline_block::after,
	.hm_filter_wrapper_con.timeline .filter_item_block:nth-child(2n+1) .timeline_block::after {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
		left: 50%;
		margin-left: -8px;
		top: -15px;
	}

	.timeline_block .timeline_title {
		font-size: 16px;
	}

	.hm_filter_wrapper.timeline .centered {
		text-align: center;
	}

	.page_title h1,
	.breadcrumbs {
		text-align: center;
	}

	.tabs-navi a {
		font-size: 13px;
	}

	.team_block2 .member_img,
	.our_team_section .col-md-6:nth-child(2n) .team_block2 .member_img {
		float: none;
		width: 100%;
	}

	.team_block2 .team_detail,
	.our_team_section .col-md-6:nth-child(2n) .team_block2 .team_detail {
		float: none;
		margin-top: 15px;
		padding-right: 0;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}

	.our_team_section .col-md-6:nth-child(2n+1) .team_block2 .team_detail {
		text-align: center;
	}

	.page404 {
		font-size: 130px;
	}

	.normal_text_slider .desc {
		font-size: 14px;
		line-height: 27px;
	}

	.flickr_badge_image {
		width: 50%;
	}

	.contact_details_row .c_con {
		margin-top: 15px;
		padding-left: 0;
	}

	.contact_details_row .icon {
		position: relative;
	}

	.porto_nums {
		display: block;
		margin-top: 7px;
		float: none;
	}
}

@media only screen and (min-width: 992px) {
	#logo+#top_cart+#main_nav.f_right {
		padding-right: 70px;
	}

	#logo+.hm_icon_search {
		right: 15px;
	}

	#logo+.hm_icon_search+#main_nav {
		padding-right: 10px;
	}

	#logo+#top_cart+.hm_icon_search+#main_nav.f_right {
		padding-right: 90px;
	}

	.light_header #navy>li:last-child>a>span {
		padding-right: 0;
	}

	.light_header:not(.menu_button_mode) #navy>li>ul:not(.image_menu):not(.tab_menu):not(.mega_menu) {
		left: 20px;
	}
}

/*
	Theme Default Color
*/
.preloader2 .spinner .sk-dot1,
.preloader2 .spinner .sk-dot2,
.preloader1 .spinner>div {
	background-color: #1ccdca;
}

.add2cart_details ins,
.single_product_details ins,
.price ins,
.single_product_price_con>.amount,
.add2cart_prod_price>.amount,
a,
a:hover,
#navy ul li:hover>a,
#navy ul li:hover>a i.menu_icon,
#navy .mega_menu>li>a,
#navy .tab_menu_item>a:hover,
#navy .tab_menu_item:not(.active)>a:hover i,
.light_header .top_add_card:hover,
.light_header .active .top_add_card,
.dark_sup_menu :not(.mobile_menu) #navy ul.mega_menu>li:hover>a,
.dark_sup_menu .menu_special_color,
.porto_simple_title .porto_desc h6:hover,
.porto_nums>span.like.added i,
.porto_nums>span.like i:hover,
#options .sort_list a:hover,
#options .sort_list a.selected,
#sort-direction.option-set a.selected,
#sort-direction.option-set a:hover,
.counter .icon,
.add2cart_btn:hover,
.add2cart_btn:hover i,
.team_block .back .social_media a:hover,
.social_media a:hover,
.blog_grid_con .meta a:hover,
.post_title_con .meta a:hover,
.timeline_block .meta a:hover,
.blog_grid_con .title a:hover,
.timeline_block .timeline_title a:hover,
.read_more_button,
.tags_con>a:hover,
.post_next_prev a:hover,
.post_next_prev a:hover,
.post_next_prev a:hover .t,
.porto_galla .lookup_p,
.porto_galla .owl_n,
.rev_color_main,
.flex_in_color1,
#navy>li.current_page_item>a:not(.nav_trigger),
#navy>li:hover>a:not(.nav_trigger),
#navy>li>a.current,
.light_header #navy>li>a.current,
#navy .image_menu .owl-prev,
#navy .image_menu .owl-next,
.top_cart_list>li>a:hover .top_cart_title,
.left.top_cart_total,
.left.top_cart_total,
.main_title h2 .icon,
.tabs2:not(.fill_active) .tabs-navi a:hover,
.tabs1.ver_tabs .tabs-navi a.selected,
.tabs2 .tabs-navi a.selected,
.tabs2 .tabs-navi a.selected>span i,
.add2cart_image .add2cart_zoom:hover,
.cart_toltip_icon,
.cart_toltip_icon2,
.posts_widget_list li>a,
.add2cart_buttons>a:hover,
.product_options .option_name,
.simple_title,
#reviews .required,
.team_block2 a:hover .person_name,
.about_author_link:hover>span,
.blog_grid_desc .title a:hover,
.hm_blog_list .blog_grid_con .title a:hover,
.post_title_con .title a:hover,
.hm_filter_wrapper_con .occ_expanded .acc_title,
.btn_a i.in_left,
.btn_a i.in_right,
.sitemap ul li a:hover,
i.lfc_icon,
.open_options,
.open_options:focus,
.share_on_socials a:hover,
.hm-tabs.simple_tabs .tabs-navi li a:not(.selected):hover,
.tabs1.fill_active .tabs-navi a.selected,
.lookup_p:hover,
.owl_n:hover,
.person_name:hover,
.hm_plan1 .plan_price_btn:hover,
.list_icon li>i,
.hmicon_i,
.hmbtn_curved:hover,
.hmbtn_curved_c,
.filter_simple #filter-by>li a.selected,
.filter_simple #filter-by>li a:hover,
.filter_buttons #filter-by>li a:not(.selected):hover,
.pagination li a:hover,
.pagination li.active a,
.pagination li.next_pagination>a:hover,
.pagination li.prev_pagination>a:hover,
.dark_header.menu_dark_transparent:not(.menu_button_mode) #site_header>div:not(.sticky_menu) #navy>li:hover>a,
.white_section .send_button2:hover,
.top_cart_con .total .amount,
#navy>li.current_page_item>a:not(.nav_trigger),
#navy>li:hover>a:not(.nav_trigger),
#navy>li.current>a,
.light_header #navy>li.current>a,
#navy>li.current-menu-ancestor>a,
.light_header:not(.menu_button_mode) #navy>li.current-menu-ancestor>a,
.light_header.dark_sup_menu .has_mobile_menu #navy>li.opened_menu>a {
	color: #fbb73f;
}

.newsletter_button,
.top_add_card>span,
.top_add_card:hover>span,
.tree_features>li>.tree_curv,
.tree_features>li,
.main_title.has_bg h2,
#navy .tab_menu_item.active>a,
.feature_icon .icon,
.hm_filter_wrapper .porto_type:after,
#filter-by>li a.selected,
.mb_YTPseekbar,
.spec_req2,
.spec_req2 .raq_a2,
.spec_req2 .raq_b2,
.progress_bar .fill,
.feature_inner_ling:after,
.hm_popup_frames:not(.lookup_btn):after,
.related_posts_slide .related_img:after,
.timeline_block .timeline_feature>a:not(.quote_con):before,
.timeline_block .timeline_feature .owl-item a:before,
.colored_masonry .blog_grid_desc,
.rev_offer_circle,
.flex_style1 #flex_carousel .flex_next>span:after,
.flex_style1 #flex_carousel .flex_previous>span:after,
.camera_wrap .camera_pag .camera_pag_ul li:hover>span,
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent>span,
.flex-control-paging li a.flex-active,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#navy li.normal_menu ul:after,
#navy li.has_mega_menu>ul:after,
.top_catt_remove:hover:after,
.top_catt_remove:hover:before,
.tabs1:not(.ver_tabs):not(.fill_active) .tabs-navi a.selected:before,
.tabs2.fill_active .tabs-navi a.selected,
.tabs2.fill_active .tabs-navi a:hover,
.ver_tabs .tabs-navi a.selected:before,
.send_button,
.sidebar_slide_title:after,
.send_button3:hover,
.team_block2 .member_img:before,
.recent_posts_list li>a .recent_posts_img:after,
.flickr_badge_image a:after,
.blog_list_format,
.blog_list_format:hover,
.acc_bg .occ_expanded .acc_title,
.hm_filter_wrapper_con .occ_expanded .acc_arr:after,
.hm_filter_wrapper_con .occ_expanded .acc_arr:before,
.sitemap>li>a,
.spinner1>div,
.dark .team_block .face.back,
.dark .acc_bg .occ_expanded .acc_title,
.option_button.active,
.option_button:hover,
.hm_vid_con:after,
.shopping-commerce .remove.top_catt_remove:hover:after,
.shopping-commerce .remove.top_catt_remove:hover:before,
.remove.top_catt_remove:hover:after,
.remove.top_catt_remove:hover:before,
.hm-tabs.simple_tabs .tabs-navi li a.selected,
.ac_pm.acc_no .occ_expanded .acc_arr,
.owl_abs_arr .lookup_p:hover,
.owl_abs_arr .owl_n:hover,
.line_arrows li .list-arr,
.hmbtn_curved_c:hover,
.porto_full_desc .icon_expand:hover,
.hoverdir_con:before,
.white_section .send_button2,
.shopping-commerce .product form.cart .single_add_to_cart_button.button:hover,
.sale_new,
.send_button,
#submit-comment,
#respond input#submit,
a.button,
button.button,
input.button,
#respond input#submit.alt,
a.button.alt,
button.button.alt,
input.button.alt,
.shopping-commerce #respond input#submit,
.shopping-commerce a.button,
.shopping-commerce button.button,
.shopping-commerce input.button,
.menu_button_mode:not(.header_on_side) #nav_menu:not(.mobile_menu) #navy>li.current_page_item>a,
.menu_button_mode:not(.header_on_side) #nav_menu:not(.mobile_menu) #navy>li.current_page_item:hover>a,
.menu_button_mode:not(.header_on_side) #nav_menu:not(.mobile_menu) #navy>li:hover>a,
#nav_menu:not(.mobile_menu) #navy li.normal_menu>ul:after,
.active .top_add_card>span {
	background: #fbb73f;
}

.filter_by_mobile #filter-by>li a.selected,
#filter-by>li a.selected,
.add2cart_btn:hover,
.dark .team_block .face.back,
.social_media a:hover,
.tags_con>a:hover,
.top_catt_remove:hover,
.tabs2 .tabs-navi a.selected,
.tabs2.fill_active .tabs-navi a.selected,
.tabs2.fill_active .tabs-navi a:hover,
.hm-tabs.simple_tabs .tabs-navi li a.selected,
.send_button,
.send_button2,
.pagination li a:hover,
.pagination li.active a,
.pagination li.next_pagination>a:hover,
.pagination li.prev_pagination>a:hover,
.send_button3:hover,
.comment-reply-link:hover,
.comment-edit-link:hover,
.acc_bg .occ_expanded .acc_title,
.sitemap>li>a,
.option_button.active,
.option_button:hover,
#comments .comment-reply-link:hover,
#comments .comment-edit-link:hover,
.shopping-commerce .remove.top_catt_remove:hover,
.remove.top_catt_remove:hover,
.share_on_socials a:hover,
.hm-tabs.simple_tabs .tabs-navi li a,
.lookup_p:hover,
.owl_n:hover,
.hm_plan1 .plan_price_btn:hover,
.hmbtn_curved:hover,
.hmbtn_curved_c,
.form_douple input[type="text"]:focus,
.form_douple input[type="date"]:focus,
.form_douple input[type="email"]:focus,
.form_douple input[type="number"]:not(.qty):focus,
.form_douple textarea:focus,
.form_douple input[type="password"]:focus,
.form_douple input[type="tel"]:focus,
.form_douple input[type="password"]:focus,
.white_section .hmbtn_curved:hover,
.preloader3 .spinner .sk-dot1,
.preloader3 .spinner .sk-dot2 {
	border-color: #fbb73f;
}

.tabs1.fill_active.tabs_mobile:not(.ver_tabs) .tabs-navi li a.selected,
.tabs1.fill_active.tabs_mobile:not(.ver_tabs) .tabs-navi li a:hover {
	border-bottom-color: #fbb73f;
}

.tabs1.fill_active.tabs_mobile:not(.ver_tabs) .tabs-navi li a.selected,
.tabs1.fill_active.tabs_mobile:not(.ver_tabs) .tabs-navi li a:hover {
	border-left-color: #fbb73f;
}

.dark_sup_menu #navy ul,
.dark_sup_menu #navy .owl-carousel:after,
.dark_sup_menu #navy .image_menu_slide>.owl-wrapper-outer:after,
.dark_sup_menu .has_mobile_menu #navy,
.dark_sup_menu .has_mobile_menu #nav_menu:before,
.header_on_side.dark_sup_menu #side_heder_in {
	background: #111111;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 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
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}

	70% {
		-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%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}

	70% {
		-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;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .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)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .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)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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 headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	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)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	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)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	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)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	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)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	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)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	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)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	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)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	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)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	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)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	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)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		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)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		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)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		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)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		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)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		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)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		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)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		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)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		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)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn)
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg)
	}

	50%,
	80% {
		-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)
	}

	to {
		-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) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn)
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg)
	}

	50%,
	80% {
		-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)
	}

	to {
		-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) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-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) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-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 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)
	}

	60%,
	80% {
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-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)
	}

	60%,
	80% {
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-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 rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: center
	}

	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: center
	}

	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

/*---------------------------
           Columns
----------------------------*/

@media (max-width: 360px) {

	.col-md-2,
	.col-md-3,
	.col-md-4 {
		width: 100%;
	}

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

@media (min-width: 768px) {

	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-lg-4col5 {
		width: 100%;
	}

	.col-md-3col5 {
		width: 66.66666667%;
	}

	.col-md-2col5 {
		width: 33.3333%;
	}

	.col-md-4,
	.col-md-5,
	.col-md-6 {
		width: 50%;
	}

	.col-md-3,
	.col-md-col5 {
		width: 33.3333%;
	}

	.col-md-2 {
		width: 33.3333%;
	}

	.col-md-1 {
		width: 16.66666667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-col5 {
		width: 20%;
	}

	.col-sm-4col5 {
		width: 80%;
	}

	.col-sm-2col5 {
		width: 40%;
	}

	.col-sm-3col5 {
		width: 60%;
	}
}

@media (max-width: 768px) {

	.col-md-5,
	.col-md-6,
	.col-md-col5 {
		width: 100%;
	}

	.col-md-3 {
		width: 50%;
	}

	.col-md-2 {
		width: 33.3333%;
	}

	.col-md-1 {
		width: 20%;
	}

	.col-xs-12 {
		width: 100%;
	}

	.col-xs-11 {
		width: 91.66666667%;
	}

	.col-xs-10 {
		width: 83.33333333%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-8 {
		width: 66.66666667%;
	}

	.col-xs-7 {
		width: 58.33333333%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-5 {
		width: 41.66666667%;
	}

	.col-xs-4 {
		width: 33.33333333%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-2 {
		width: 16.66666667%;
	}

	.col-xs-1 {
		width: 8.33333333%;
	}

	.col-xs-col5 {
		width: 20%;
	}

	.col-xs-4col5 {
		width: 80%;
	}

	.col-xs-2col5 {
		width: 40%;
	}

	.col-xs-3col5 {
		width: 60%;
	}

	.col-md-3col5,
	.col-md-2col5 {
		width: 100%;
	}

	.col-sm-12 .hm_image_sc {
		margin-right: 0;
	}
}

.col-md-12 {
	width: 100%;
}

/* @media (max-width: 992px) {
	.col-sm-6{
		width: 50%;
	}
	} */
@media (min-width: 992px) {
	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-col5 {
		width: 20%;
	}

	.col-md-4col5 {
		width: 80%;
	}

	.col-md-2col5 {
		width: 40%;
	}

	.col-md-3col5 {
		width: 60%;
	}
}

@media (min-width: 1200px) {
	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-col5 {
		width: 20%;
	}

	.col-lg-4col5 {
		width: 80%;
	}

	.col-lg-2col5 {
		width: 40%;
	}

	.col-lg-3col5 {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}