<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	overflow-x: hidden;
}

/* #Desktop 																				960 - 1239	*
===================================================================================================== */
@media only screen and (min-width: 960px) and (max-width: 1239px)
{	
	body 							{ min-width:0;}
	#Wrapper 						{ width: 960px; }
	
	.section_wrapper,
	.container,
	.with_aside .content_wrapper	{ width: 940px; }

	/* ======================================================= */
	
	/* Blog date_wrapper */
	.post.timeline:nth-child(odd) .date_wrapper, .post:nth-child(even) .date_wrapper { width: 114px; }
	.post.timeline:nth-child(odd) .date_wrapper { right: -114px; }
	.post.timeline:nth-child(even) .date_wrapper { left: -114px; }
	.with_aside .post.timeline:nth-child(odd) .date_wrapper, .with_aside .post.timeline:nth-child(even) .date_wrapper { width: 95px; }
	.with_aside .post.timeline:nth-child(odd) .date_wrapper { right: -95px; }
	.with_aside .post.timeline:nth-child(even) .date_wrapper { left: -95px; }
	
	/* Error 404 */
	#Error_404 .error_pic i { font-size: 260px; line-height: 260px; }
	#Error_404 .error_desk { padding-top: 45px; }
	
	/* Portfolio Full Screen */
	#FullScreen ul.project_details li .label { display: none; }
	#FullScreen ul.project_details li p { width: 96%; }
	
}


/*																								&gt; 960
===================================================================================================== */
@media only screen and (min-width: 960px) {
	#Header #menu { display:block !important; }

	/* #Header layouts: header-menu-bottom */
	.header-mb #Header #menu { top:auto; bottom:0;}
	.header-mb #Header .social { top:auto; bottom:13px;}
	.header-mb #Header .logo { margin:40px 0 90px 20px;}
	.header-mb #Header .addons { top:45px;}
	
	/* #Header layouts: header-menu-right */
	.header-mr #Header #menu { width:auto; background:none; left:auto; right:0; top:90px;}
	.header-mr #Header .social { left:0; right:auto;}
	.header-mr #Header .addons { top:15px; right:0;}
	.header-mr #Header .menu &gt; li:last-child { border-right:none;}
	
	/* #Header layouts: header-menu-only */
	.header-mo #Header { height:50px;}
	.header-mo #Header .logo { display:none !important;}
	.header-mo #Header .addons { display:none !important;}
	
	/* #Header.is-sticky */
	#Header.is-sticky { position:fixed; width:100%; left:0; top:0; height:50px; z-index:701; opacity:.97; filter: alpha(opacity = 97);}
	#Header.is-sticky .addons, 
	#Header.is-sticky .logo { display:none;}
	#Header.is-sticky #menu { top:0; bottom:auto;}
	#Header.is-sticky .social { top:13px; bottom:auto;}
}


/* 																								&lt; 960
===================================================================================================== */
@media only screen and (max-width: 959px) {
	
	/* #Header.is-sticky */
	.header_placeholder { margin-top:0 !important;}
	
	/* Header */
	#Header #menu { display:none; }
	#Header a.responsive-menu-toggle { display:block; width: 36px; height: 36px; line-height: 36px; font-size: 18px; text-align: center; position:absolute; top: 65px; right: 0px; -webkit-border-radius: 3px; border-radius: 3px; }
	#Header a:hover.responsive-menu-toggle { text-decoration: none; }

	/* main menu 1st level */
	#Header #menu &gt; ul { width:100%; background:rgba(0,0,0,0.1); float: left; }
	#Header #menu ul li	{ width: 100%; padding-bottom: 0; border-right: 0; }
	#Header #menu ul li em, #Header #menu .menu-arr-bottom, #Header #menu .menu-arr-top	{ display: none !important; }
	#Header #menu ul li	a { padding: 15px 20px; border-top-width: 0; text-align:left; display: block; margin: 0; }
	#Header #menu ul li.submenu .menu-toggle { width:50px; height:51px; display:block; position:absolute; right:0; top:0; border-left:1px solid rgba(255,255,255,0.03); background:url(../images/menu-plus.png) center no-repeat;}
	#Header #menu ul li.hover &gt; .menu-toggle { background: none;}
	#Header #menu ul li.hover a { border-bottom: 0; }
	
	.header-white-mod #Header #menu { background:#fff;}
	.header-white-mod #Header #menu &gt; ul { background:rgba(0,0,0,0.02); }

	/* main menu 2nd level */
	#Header #menu ul li	ul { position:relative !important; left:0 !important; padding: 0; margin-left: 0 !important; }
	#Header #menu ul li	ul li { width:100% !important;}
	#Header #menu ul li	ul li a { padding: 15px 20px 15px 40px;}
	#Header #menu ul li ul li a .menu-arrow { display: none;}
	
	/* main menu 3rd level */
	#Header #menu ul li	ul li ul { border-left: 0 !important; padding: 0; top: 0; }
	#Header #menu ul li	ul li ul li a { padding: 15px 20px 15px 60px;}
}


/* #Tablet (Landscape) 																		768 - 959	*
===================================================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px)
{	
	body							{ min-width:0; }
	#Wrapper						{ width: 768px; }

	.section_wrapper,
	.container,
	.with_aside .content_wrapper	{ width: 748px; }
	
	/* ======================================================= */
	
	/* Header */
	#Header .social { left: 20px; right: auto; top: 20px; }
	#Header .addons { right: 20px; top: 15px; }
	#Header a.responsive-menu-toggle { top: 90px; right: 20px; }
	#Header #menu { position: absolute; top: 126px; right: 20px; left: auto; width:300px; z-index:101; margin:0;}
	#Header #menu ul,
	#Header #menu ul li { width:300px;}
	
	#Header a.responsive-menu-toggle.active { -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }
	
	/* Blog date_wrapper */
	.post.timeline { width: 41%; }
	.post.timeline:nth-child(odd) .date_wrapper, .post:nth-child(even) .date_wrapper { width: 106px; }
	.post.timeline:nth-child(odd) .date_wrapper { right: -106px; }
	.post.timeline:nth-child(even) .date_wrapper { left: -106px; }
	.with_aside .post.timeline:nth-child(odd) .date_wrapper, .with_aside .post.timeline:nth-child(even) .date_wrapper { width: 90px; }
	.with_aside .post.timeline:nth-child(odd) .date_wrapper { right: -90px; }
	.with_aside .post.timeline:nth-child(even) .date_wrapper { left: -90px; }
	
	/* Feature box */
	.feature_box .desc { width: 80%; }
	
	/* Error 404 */
	#Error_404 { position: static; padding-top: 50px; margin-top: 0; }
	#Error_404 .error_pic { width: 100%; float: none; }
	#Error_404 .error_pic i { font-size: 260px; line-height: 260px; }
	#Error_404 .error_desk { width: 100%; float: none; padding-top: 20px; text-align: center; }
	
	/* Offer */
	.offer ul.offer-slider li .desc { width: 47%; }
	.offer ul.offer-slider li .image { width: 50%; }
	.offer .owl-controls { width: 47%; }
	
	/* Get in touch */
	.contact_box .buttons_wrapper a { padding: 12px 18px; }
	
	/* Portfolio Full Screen */
	#FullScreen ul.project_details li .label { display: none; }
	#FullScreen ul.project_details li p { width: 96%; }

}


/* #Tablet (Portrait) &amp; Mobile - COMMON 														&lt; 768	*
===================================================================================================== */
@media only screen and (max-width: 767px) 
{
	body 							{ min-width:0;}
	#Wrapper						{ width: 300px;}
	
	.section_wrapper .column,
    .container .column,
	.sections_group,
	.four.columns					{ margin:0; width: 100% !important; clear: both; }
	
	.section_wrapper,
	.container,
	.four.columns					{ width: 260px !important; }

	.left-sidebar .items_group,
	.right-sidebar .items_group,
	.with_aside .content_wrapper 	{ width:100%;}

	.section_wrapper .column		{ margin:0 0 20px;}
	
	.four.columns					{ float: none !important; margin:0 auto; }

	/* ======================================================= */
	
	/* .section  */
	.section { background-attachment:scroll !important;}
	
	/* Responsive menu button */
	#Header a.responsive-menu-toggle { top: 50px; }

	/* Popup contact */
	#popup_contact { display: none; }
	
	/* Disable Scaling */
	.feature_box a .photo img,
	.post .post_wrapper &gt; .photo a img, 
	.section-post-header .photo .photo_wrapper a img,
	.portfolio ul.portfolio-slider li .photo img,
	.portfolio_item .photo img { 
		-webkit-transform: scale(1) !important; 
		-moz-transform: scale(1) !important; 
		-ms-transform: scale(1) !important; 
		-o-transform: scale(1) !important; 
		transform: scale(1) !important;
	}
	/* Disable Mask */
	.portfolio ul.portfolio-slider li:hover .photo .mask,
	.portfolio_item .photo .mask {
		display: none !important;
	}
	
	/* Header */
	#Header .logo { float: none; width: 100%; text-align: center; margin: 120px 0 30px; }
	#Header #top_bar { display: block; }
	
	#Header a.responsive-menu-toggle { top: 50px; right: 0; }
	#Header #menu { position: static; }
	
	#Header .social { left: 0; width: 100%; text-align: center; }
	
	#Header .addons { right: 0px; top: 50px; width: 100%; }
	#Header .addons .mail { display: none; }
	#Header .addons .phone { display: none; }
	#Header .addons .language { float: left; }
	#Header .addons #searchform { margin-right: 42px; }
	#Header .addons #searchform.focus input[type="text"] { width: 120px; }
	
	/* Contact form */
	.wpcf7 span.wpcf7-form-control-wrap { width: 100% !important; margin-right: 0; }
	.wpcf7 span.wpcf7-form-control-wrap .wpcf7-text { margin-bottom: 6px; }
	.wpcf7 span.wpcf7-form-control-wrap:last-child .wpcf7-text { margin-bottom: 0px; }
	
	/* Widget area */
	.widget-area { padding: 20px 0;}
	.widgets_wrapper .column { margin-bottom: 0; }
	
	/* Clients &amp; Testimonials */
	.clients ul li { width: 50% !important; }
	.clients ul li.last_row_mobile .client_wrapper { border-bottom-color:transparent; }
	.clients ul li:nth-child(even) .client_wrapper { border-right: 0 !important; }

	.testimonials ul.photos { max-width: 81%; }
	.testimonials ul.photos:before { left: -36px; }
	.testimonials ul.photos:after { right: -36px; }
	
	.testimonials ul.tm-content li .left { width: 100%; float: none; text-align: center; }
	.testimonials ul.tm-content li .left .author { margin-right: 0; padding-top: 15px; }
	.testimonials ul.tm-content li .right { width: 100%; float: none; }
	.testimonials ul.tm-content li .right .desc { background: url("../images/blockquote_bg_arrow_b.png") bottom center; }
	
	/* Flickr */
	.Flickr .flickr_badge_image { width: 18% !important; }
	.Flickr .flickr_badge_image { margin: 0 2% 2% 0; }
	.Flickr .flickr_badge_image a img {width: 68px !important; height: 68px !important; }
	
	/* Timeline */
	.timeline_items { background: none; }
	.timeline_items li { padding: 100px 0 0 0; position: relative; margin-bottom: 20px; }
	.timeline_items li h5 { margin: 0 0 10px 0; position: static; width: 100% !important; float: none !important; text-align: center !important; }
	.timeline_items li h5 span { top: 0px; }
	.timeline_items li .desc { position: relative; width: 100%; float: none !important; min-height: auto !important; }
	.timeline_items li .desc:after { display: none; }
	
	/* Feature box */
	.feature_box .desc { width: 100%; position: relative; }
	
	/* Blog */
	.post { width: 100% !important; float: none !important; margin-bottom: 40px !important; margin-top: 0 !important; }
	.post .date_wrapper { display: none !important; }
	.post .desc .date_grid { display: block !important; }
	
	.single-post .post_navigation { margin: -40px 0 30px !important;} 
	.single-post .post_meta .tags { float:left;}
	.single-post .section-post-header .photo { margin-bottom:40px;}
	.single-post .post { margin-bottom:20px !important;}
	
	#comments .commentlist &gt; li .comment-body { padding:15px;}
	#comments .commentlist &gt; li .photo { display:none;}
	
	/* Tabs */
	.ui-tabs .ui-tabs-nav { padding: 0; }
	.ui-tabs .ui-tabs-nav li { margin-right: 0; width: 100%; }
	.ui-tabs .ui-tabs-nav li a { float: none !important; text-align: center; }
	.ui-tabs .ui-tabs-nav li a:after { display: none !important; }
	
	/* Portfolio shortcode */
	.portfolio ul.portfolio-slider li .photo { width: 100%; float: none !important; }
	.portfolio ul.portfolio-slider li .desc { width: 100%; float: none !important; }
	
	/* Portfolio page */
	.Projects_header { margin-bottom: 10px; }
	.Projects_header .categories ul { text-align: center; }
	.Projects_header .categories ul li.label { display: none; }
	.Projects_header .categories ul li { display: inline-block; float: none; }
	.Projects_header .categories ul li a { line-height: 40px; padding: 0 10px; }
	
	.portfolio_item.one .photo { width: 100%; float: none; }
	.portfolio_item.one .desc { width: 100%; float: none; }
	.portfolio_item.one .desc .list_view { display: none; }
	.portfolio_item.one .desc &gt; a h5 { text-align: center; font-size: 19px; line-height: 24px; }
	
	/* Single portfolio */
	.single-portfolio .portfolio_meta .portfolio_photo { width: 100%; float: none; margin-bottom: 15px; }
	.single-portfolio .portfolio_meta .portfolio_desc { width: 100%; float: none; margin-left: 0; }
		
	/* Error 404 */
	#Error_404 { position: static; padding-top: 20px; margin-top: 0; }
	#Error_404 .error_pic { width: 100%; float: none; }
	#Error_404 .error_pic i { font-size: 160px; line-height: 160px; }
	#Error_404 .error_desk { width: 100%; float: none; padding-top: 20px; text-align: center; }
	#Error_404 .error_desk h2 { font-size: 30px; line-height: 30px; }
	#Error_404 .error_desk h4 { font-size: 19px; line-height: 25px; }
	#Error_404 .error_desk p .check { line-height: 22px; font-size: 16px; margin-bottom: 15px; display: block; }
	
	/* Offer */
	.offer ul.offer-slider li .desc { width: 100%; float: none; padding-bottom: 40px; }
	.offer ul.offer-slider li .image { width: 100%; float: none; margin-bottom: 20px; }
	.offer .owl-controls { width: 100%; bottom: 0; }
	
	/* Portfolio Full Screen */
	.fs-portfolio a.go-to-homepage { top: 20px; }
	a.fsa-control { display: none; }
	#FullScreen ul.project_details li { display: none; }
	#FullScreen ul.project_details li span.label { display: none; }
	#FullScreen ul.project_details li.url { display: block; }
	.fsa-slider-wrapper &gt; li .fsa-title { font-size: 16px; letter-spacing: 0; }
	.fsa-slider-wrapper &gt; li .fsa-content .desc { font-size: 13px; line-height: 20px; }
	
	/* Gallery */
	.gallery .gallery-item { margin: 0 0 3px 0 !important; }

	
}


/* #Tablet (Portrait) &amp; #Mobile (Landscape)													480 - 767	*
===================================================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    #Wrapper						{ width: 420px;}
	
	.section_wrapper,
	.container,
	.four.columns					{ width: 380px !important;}

	.with_aside .content_wrapper 	{ width:100%;}
	
	/* ======================================================= */
	
	/* Respond */
	#respond .comment-form-author { width: 100%; margin-right: 0%; float: none; }
	#respond .comment-form-email { width: 100%; margin-right: 0%; float: none; }
	#respond .comment-form-url { width: 100%; float: none; }
	#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select { width: 94%; }
	#respond .comment-form-comment textarea { width: 96%; }
	#comments .commentlist .children { margin-left: 0px; padding-left: 30px; }
	#respond .required { right: 15px; }

}


/* 	#Mobile (Portrait)																			&lt; 480
===================================================================================================== */
@media only screen and (max-width: 479px) {
	
	/* Header */
	#Header .addons #searchform { display: none; }

	/* Flickr */
	.Flickr .flickr_badge_image { width: 23% !important; }
	.Flickr .flickr_badge_image a img {width: 60px !important; height: 60px !important; }
	
	/* Respond */
	#respond .comment-form-author { width: 99%; margin-right: 0%; float: none; }
	#respond .comment-form-email { width: 99%; margin-right: 0%; float: none; }
	#respond .comment-form-url { width: 99%; float: none; }
	#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select { width: 93%; }
	#respond .comment-form-comment textarea { width: 94%; }
	#comments .commentlist .children { margin-left: 0px; padding-left: 30px; }
	#respond .required { right: 11px; }
	
	/* Clients &amp; Testimonials */
	.testimonials ul.photos:before { display: none; }
	.testimonials ul.photos:after { display: none; }
	
	/* Portfolio Full Screen */
	.fsa-slider-wrapper &gt; li { border-left-width: 5px; }
	.fsa-slider-wrapper &gt; li .fsa-content { margin: 0 4%; }
	.fsa-slider-wrapper &gt; li .fsa-content .photo { width: 100%; position: static; float: none; margin-bottom: 15px; }
	.fsa-slider-wrapper &gt; li .fsa-content .desc { width: 100%; float: none; }
	
}


/* ============================================  Iframe  ============================================ */

</pre></body></html>