/*
Theme Name: Safir Denge Wordpress Teması
Theme URI: http://demo.safirtema.com/denge
Description: http://demo.safirtema.com/denge
Author URI: http://safirtema.com
Author: Safir Tema
Requires PHP: 7.1
Version: 1.0
*/

/*
Safir Denge Wordpress Teması Niğde 3.Noterliği tarafından Safir Tasarım adına tescillenmiş olup, ilgili dijital ürünün kopyalanması, lisanssız kullanılması ve dağıtılması halinde hakkınızda yasal işlem başlatılacaktır.
*/

/* CUSTOM FONT */

	@font-face {
	  font-family: 'Poppins';
	  src: url('fonts/Poppins-Medium.eot');
	  src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
	       url('fonts/Poppins-Medium.woff2') format('woff2'),
	       url('fonts/Poppins-Medium.woff') format('woff'),
	       url('fonts/Poppins-Medium.ttf')  format('truetype'),
	       url('fonts/Poppins-Medium.svg#svgFontName') format('svg');
		   font-weight: 500;
	}

	@font-face {
	  font-family: 'Poppins';
	  src: url('fonts/Poppins-Italic.eot');
	  src: url('fonts/Poppins-Italic.eot?#iefix') format('embedded-opentype'),
	       url('fonts/Poppins-Italic.woff2') format('woff2'),
	       url('fonts/Poppins-Italic.woff') format('woff'),
	       url('fonts/Poppins-Italic.ttf')  format('truetype'),
	       url('fonts/Poppins-Italic.svg#svgFontName') format('svg');
		   font-style: italic;
	}

	@font-face {
	  font-family: 'Poppins';
	  src: url('fonts/Poppins-Regular.eot');
	  src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
	       url('fonts/Poppins-Regular.woff2') format('woff2'),
	       url('fonts/Poppins-Regular.woff') format('woff'),
	       url('fonts/Poppins-Regular.ttf')  format('truetype'),
	       url('fonts/Poppins-Regular.svg#svgFontName') format('svg');
	}

	@font-face {
	  font-family: 'Poppins';
	  src: url('fonts/Poppins-SemiBold.eot');
	  src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
	       url('fonts/Poppins-SemiBold.woff2') format('woff2'),
	       url('fonts/Poppins-SemiBold.woff') format('woff'),
	       url('fonts/Poppins-SemiBold.ttf')  format('truetype'),
	       url('fonts/Poppins-SemiBold.svg#svgFontName') format('svg');
		   font-weight: 600;
	}

	@font-face {
	  font-family: 'Poppins';
	  src: url('fonts/Poppins-Bold.eot');
	  src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
	       url('fonts/Poppins-Bold.woff2') format('woff2'),
	       url('fonts/Poppins-Bold.woff') format('woff'),
	       url('fonts/Poppins-Bold.ttf')  format('truetype'),
	       url('fonts/Poppins-Bold.svg#svgFontName') format('svg');
		   font-weight: bold;
	}

	@font-face {
		font-family: "denge";
		src:url("fonts/denge.eot");
		src:url("fonts/denge.eot?#iefix") format("embedded-opentype"),
		url("fonts/denge.woff") format("woff"),
		url("fonts/denge.ttf") format("truetype"),
		url("fonts/denge.svg#denge") format("svg");
		font-weight: normal;
		font-style: normal;
	}

	[data-icon]:before,
	#infoBlock .item .icon:before,
	#header .searchButton:before,
	#menu span.icon:before, #menu li.menu-item-has-children span.arrow:before,
	#search button:before,
	.wp-block-gallery a .icon:before,
	.numberWidget .icon:before,
	.safirCustomMenu .icon:before,
	#callUs .icon:before,
	footer .column.contact .contactItem .icon:before,
	footer .safirTop:before,
	.nativeWidget ul.menu a:before,
	.safirSidebarMenu a .arrow.icon:before,
	#mobileHeaderBlock .button:before,
	.galleryWidget .items a .icon:before,
	#contactPage .infoBlock .item .icon:before,
	#mobileMenuContainer #menu li.menu-item-has-children span.mobilearrow:before,
	div.gallery .gallery-item a .icon:before,
	.widgetSwitcher:before, .buttonWidget .icon:before, .safir-list li:before, #crewPage .crewGallery .detail .social a:before, .safirSocial a:before, .mainHeading .icon:before, .safirOwlButtons .owl-nav div:before, .contactWidget .infoBlock .item .icon:before, #content .safirForm p>span:before, #single .metaBox .icon:before, .commentlist .comment-author cite:before, .commentlist .comment-meta a:before, #comments a.comment-reply-link:before, #comments ol.children li .comment-body:before, #gallery-links .prev a:before, #gallery-links .next a:after, #switcher .icon span:before, .safir-faq .icon:before, .safir-faq .openclose:before, .descriptionbox .icon:before {
		font-family: "denge" !important;
		content: attr(data-icon);
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

/* SAFİR RESET  */

	*, *:before, *:after {
		outline:0;
		margin:0;
		padding:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		vertical-align: bottom;
	}

	ol {
		list-style-position:inside;
	}

	ul {
		list-style:none;
		list-style-position:outside;
	}

	blockquote {
		margin: 10px 0;
		padding: 15px;
		font-style: italic;
		background: #ECF0F1;
		border-left: 5px solid rgba(0,0,0,0.05);
	}

	blockquote p {
		margin: 0 !important;
		text-align: left !important;
	}

	a {
		text-decoration:none;
	}

	a:hover {
		text-decoration:none;
	}

	a img {
		border:none;
	}

	iframe {
		max-width:100%;
	}

	img {
		max-width: 100%;
		height: auto;
		width: auto;
	}

	h1 {
		font-size:20px;
	}

	h2 {
		font-size:18px;
	}

	h3 {
		font-size:16px;
	}

/* DESIGN  */

	body {
		background: #edf0f7;
		font: 14px "Poppins", sans-serif;
		color: #2e2e2e;
	}

	body.home {
		background: #FFF;
	}

	input, select, textarea, button {
		font:14px "Poppins",sans-serif;
	}

	a:hover {
		color: #222;
	}

/* GENERAL CLASSES */

	.stickyMenu #wpadminbar {
		z-index: 999;
	}

	.innerContainer {
		max-width: 1180px;
		margin: auto;
		overflow: hidden;
		padding: 0 5px;
	}

	.safirBox {
		background: #fff;
		margin-bottom: 5px;
		padding: 30px;
		position: relative;
		overflow: hidden;
	}

	aside .safirWidget {
		background: #fff;
		padding: 15px;
		position: relative;
		overflow: hidden;
	}

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

	aside .safirBox {
		padding: 15px;
	}

	.safirEmbedContainer {
		padding-bottom: 52.25%;
		position: relative;
		height: 0;
	}

	.safirEmbedContainer.wide {
		padding-bottom: 35%;
	}

	.safirEmbedContainer iframe, .safirEmbedContainer embed, .safirEmbedContainer object, .safirEmbedContainer video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.safirButton {
		color: #fff !important;
		display: inline-block;
		font-weight: bold;
		border-radius: 3px;
		line-height: 50px;
		border:0;
		cursor: pointer;
		transition: all .3s;
	}

	.safirButton .inner {
		transition: all .3s;
		padding: 0 60px 0 30px;
		position: relative;
	}

	.safirButton:hover .inner {
		background: rgba(0,0,0,0.2);
	}

	.safirButton:hover span {
		right: 25px;
	}

	.safirButton+.safirButton {
		margin-left: 15px;
	}

	.safirButton span {
		position: absolute;
		transition: all .3s;
		top: 20px;
		right: 30px;
		display: block;
		width: 10px;
		height: 8px;
		border-style: solid;
		border-width: 5px 0 5px 8px;
		border-color: transparent transparent transparent rgba(255,255,255,0.6);
	}

	.safirButton span:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 8px;
		border-color: transparent transparent transparent rgba(255,255,255,0.2);
		position: absolute;
		left: -16px;
		top: -5px;
		display: block;
	}

	.safirButton span:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 8px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		right: -6px;
		top: -5px;
		display: block;
	}

	.pageHeading {
		margin: 0 -30px 30px;
		padding: 0 30px;
		position: relative;
	}

	.pageHeading .inner {
		padding-left: 15px;
		position: relative;
	}

	.pageHeading .inner:before {
		width: 4px;
		height: 100%;
		border-radius: 2px;
		position: absolute;
		left: 0;
		top: 0;
		content: "";
	}

	.pageHeading .inner h1 {
		font-size: 26px;
		font-weight: 600;
		color: #2e2e2e;
	}

	.pageHeading .inner #crumbs {
		margin-top: 3px;
		font-size: 12px;
		font-weight: 300;
		color: #6f6f6f;
	}

	.mainHeading {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 20px;
		color: #464c59;
		font-size: 20px;
		line-height: 1;
		font-weight: 500;
	}

	.mainHeading h1, .mainHeading h2, .mainHeading h3 {
		color: #464c59;
	}

	.mainHeading .icon {
		display: block;
		float: left;
		height: 20px;
		width: 20px;
		margin: 0 8px 0 0;
	}

	.mainHeading .icon:before {
		display: block;
		height: 20px;
		width: 20px;
		line-height: 20px;
		font-size: 20px;
		text-align: center;
	}

	.mainHeading .text {
		font-size: 20px;
		line-height: 20px;
		font-weight: 500;
	}

	.mainHeading:before {
		content: "";
	    display: block;
	    width: 8px;
	    height: 8px;
		border-radius: 50%;
	    position: absolute;
	    left: 50px;
	    bottom: -3px;
		z-index: 2;
	}

	.mainHeading:after {
		content: "";
	    display: block;
	    width: 100%;
	    height: 2px;
		clear: both;
	    position: absolute;
	    left: 0;
	    bottom: 0;
		z-index: 1;
	}

	aside .mainHeading {
		margin-bottom: 15px;
	}

	aside .mainHeading .text {
		font-size: 17px;
	}

	.reading, .reading p, .reading li {
		line-height: 1.8;
		text-align: justify;
		font-size: 15px;
	}

	.reading>p+*, .reading>ol+*, .reading>ul+*, .reading>div+* {
		margin-top: 20px;
	}

	.reading {
		margin-bottom: 0;
	}

	.reading ul li {
		list-style-type: disc;
		list-style-position: inside;
	}

	.reading ol {
		list-style: none;
		counter-reset: item;
	 }

	 .reading ol li {
		counter-increment: item;
		margin-bottom: 5px;
	 }

	 .reading ol li:before {
		margin-right: 4px;
		content: counter(item) ". ";
		font-weight: 600;
	 }

	.reading a:hover, .nativeWidget a:hover {
		color: #333;
	}

	.float {
		overflow: hidden;
	}

	.bold {
		font-weight: bold;
	}

	.reading {
		font-size: 13px;
	}

	.post img {
		width: 100%;
	}

	.categoryDesc {
		line-height: 1.5;
		background: #fafafa;
		padding: 15px;
		margin-bottom: 15px;
		font-size: 14px;
		color: #333;
	}

	.safirNoGallery .gallery {
		display: none;
	}

	#crumbs, #crumbs a {
		color: #6f6f6f;
	}

/* SWITCHER */

	#switcher {
		position:absolute;
		z-index:9999999999;
		top:200px;
		left:-100px;
		text-align: center;
		font-size: 12px;
	}

	#switcher p {
		padding: 3px 0;
		background: #f3f3f3;
	}

	#switcher .icon {
		position: absolute;
		width: 30px;
		height: 30px;
		right: -30px;
		background:#fff;
		box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
		cursor: pointer;
		border-radius: 0 5px 5px 0;
		z-index: 1;
		color: #fff;
	}

	#switcher .icon span {
		display: block;
		width: 30px;
		height: 30px;
	}

	#switcher .icon span:before {
		display: block;
		margin:7px;
		width: 16px;
		height: 16px;
		font-size: 16px;
		content: "\E01F";
		animation: switcher 8s infinite linear;
	}

	#switcher.active .icon span:before {
		content: "\E02A";
		animation: none;
		margin: 9px;
		width: 12px;
		height: 12px;
		font-size: 12px;
	}

	@-webkit-keyframes switcher {
		from {
			transform: rotate(0deg);
		}
		to {
			transform: rotate(359deg);
		}
	}

	#switcher form {
		float: left;
		width:100px;
		background:#fff;
		box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
		padding: 5px;
		position: relative;
		z-index: 2;
	}

	#switcher .designButtons {
		overflow: hidden;
	}

	#switcher .designButtons .container {
		padding: 3px 0 0;
	}

	#switcher .designButtons a {
		display: block;
		margin-top: 5px;
		line-height: 18px;
		text-align: center;
		cursor: pointer;
		background: #fafafa;
		border: 1px solid #ddd;
		line-height: 20px;
		color: #373f50;
		font-weight: 500;
	}

	.widgetSwitcher {
		position: absolute;
		left: -35px;
		margin-top: 40px;
		z-index: 10;
		width: 30px;
		height: 30px;
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
		background: #fff;
		border-radius: 50%;
		transition: all .3s;
		cursor: pointer;
	}

	.widgetSwitcher:before {
		display: block;
		content: "\E040";
		color: #000;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		margin: 7px;
		font-size: 16px;
	}

	.homeWidget:hover .widgetSwitcher {
		left: 10px;
	}

/* TOPBAR */

	#topbar {
		background: #eff2f8;
		color: #92959d;
		z-index: 50;
		position: relative;
	}

	#topbar a {
		color: #92959d;
	}

	#topbar a:hover {
		color: #696c73;
	}

	#infoBlock {
		float: left;
		overflow: hidden;
		font-size: 11px;
		font-weight: 500;
		line-height: 40px;
	}

	#infoBlock .item {
		float: left;
		overflow: hidden;
		white-space: nowrap;
		margin-right: 10px;
	}

	#infoBlock .item .icon {
		float: left;
		width: 40px;
		height: 40px;
		background: #e7eaf0;
	}

	#infoBlock .item .icon:before {
		display: block;
		margin: 12px;
		width: 16px;
		height: 16px;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
	}

	#infoBlock .item.address .icon:before {
		content: "\E000";
	}

	#infoBlock .item.phone .icon:before {
		content: "\E00E";
	}

	#infoBlock .item.email .icon:before {
		content: "\E04E";
	}

	#infoBlock .item .data {
		margin-left: 50px;
	}

	#topRight {
		float: right;
		overflow: hidden;
	}

	#headerSocial {
		float: left;
		padding: 12px 10px;
		border-left: 2px solid #e7eaf0;
	}

	#languageSelector {
		float: right;
		background: #e7eaf0;
		line-height: 24px;
		padding: 8px 10px;
		overflow: hidden;
	}

	#languageSelector a {
		display: block;
		float: left;
		margin-left: 6px;
	}

	#languageSelector a:first-child {
		margin-left: 0;
	}

	#languageSelector img {
		width: 24px;
	}

/* HEADER */

	header {
		position: relative;
	}

	#header {
		position: relative;
		z-index: 40;
		clear:both;
		padding: 0;
		box-shadow: 0 0 10px rgba(0,0,0,0.15);
		transition: all .2s;
	}

	#header:before {
		position: absolute;
		width: 50%;
		height: 100%;
		background: #fff;
		content: "";
		top: 0;
		right: 0;
	}

	#headerInner {
		background: #fff;
		max-width: 1170px;
		margin: auto;
		height: 80px;
		transition: all .5s;
	}

	#mobileHeaderBlock, #mobileMenuContainer {
		display: none;
	}

	#header .innerContainer {
		overflow: visible;
		padding: 0;
	}

	#logo {
		float: left;
		display: table;
		padding: 10px 50px 10px 0;
		position: relative;
		z-index: 100;
		transition: all .2s;
	}

	#logo:after {
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 30px 80px 0;
		border-color: transparent #fff transparent transparent;
		position: absolute;
		top: 0;
		right: 0;
		transition: all .5s;
	}

	#logo h1, #logo span {
		display: table-row;
		transition: all .5s;
	}

	#logo a {
		display: table-cell;
		vertical-align: middle;
		height: 60px;
		transition: all .5s;
	}

	#logo img {
		max-height: 60px;
		transition: all .5s;
	}

	#logo img.mobile {
		display: none;
	}

/* SAFIR SOCIAL */

	.safirSocial {
		overflow: hidden;
	}

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

	.safirSocial li:first-child {
		margin-left: 0;
	}

	.safirSocial a {
		display: block;
		width: 16px;
		height: 16px;
		color: #9ea1a9;
	}

	.safirSocial li a:before {
		display: block;
		width: 16px;
		height: 16px;
		line-height: 16px;
		font-size: 16px;
	}

	.safirSocial li.facebook a:before {
		content: "\E00B";
	}

	/*.safirSocial li.twitter a:before {
		content: "\E00D";
	}*/

	.safirSocial li.twitter a:before {
    content: "";
    background-image: url(data:image/png;base64,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);
    background-size: contain;
    opacity: 0.5;
}

	.safirSocial li.instagram a:before {
		content: "\E007";
	}

	.safirSocial li.linkedin a:before {
		content: "\E00C";
	}

	.safirSocial li.youtube a:before {
		content: "\E016";
	}

	.safirSocial li.pinterest a:before {
		content: "\E005";
	}

	.safirSocial li.whatsapp a:before {
		content: "\E020";
	}

	.safirSocial li.rss a:before {
		content: "\E021";
	}

/* MENU	 */

	#menuGroup {
		float: right;
		height: 80px;
		position: relative;
		z-index: 20;
		position: relative;
		transition: all .5s;
	}

	#menu {
		font-weight: 600;
		z-index:40;
		position:relative;
		float: left;
	}

	#menu span.icon {
		display: none;
		width: 20px;
		height: 20px;
		margin: 30px 5px 30px 0;
	}

	#menu span.icon:before {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 20px;
		display: block;
	}

	#menu li {
		float: left;
		position: relative;
	}

	#menu a {
		display:block;
		color:#222835;
		font-size: 14px;
		line-height: 80px;
		padding: 0 20px;
		transition: all .5s;
	}

	#menu>ul>li>a:after, #menu>ul>li.active>a:after {
		display: block;
		opacity: 0;
		content: '';
		position: absolute;
		left: 50%;
		bottom: -10px;
		margin-left: -4px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 4px 4px 4px;
		border-color: transparent transparent #e7eaf0 transparent;
		transition: all .5s;
	}

	#menu>ul>li:hover>a:after, #menu>ul>li.active>a:after {
		bottom: 0;
		opacity: 1;
	}

	#menuGroup.searchActive #menu>ul>li:hover>a:after, #menuGroup.searchActive #menu>ul>li.active>a:after {
		opacity: 0;
	}

	#menu>ul>li>a:before {
		display: block;
		width: 1px;
		height: 20px;
		content: '';
		position: absolute;
		top: 30px;
		left: 0;
		background: #edf0f7;
	}

	#menu>ul>li:first-child>a:before {
		display: none;
	}

	#menu .sub-menu {
		display: none;
		position:absolute;
		z-index: 40;
		background: #f8f9fd;
		border-radius: 0 0 3px 3px;
	}

	#menu .sub-menu li {
		float:none;
		padding: 0;
		margin: 0;
		border: 0;
		border-top: 1px solid #edf0f7;
	}

	#menu .sub-menu a {
		display: block;
		width: auto;
		min-width: 210px;
		text-align: left;
		line-height:50px;
		margin:0;
		white-space: nowrap;
		padding: 0 25px;
		border: 0;
		font-weight: normal;
		font-size: 14px;
	}

	#menu .sub-menu a:hover {
		background: #f3f4f9;
	}

	#menu .sub-menu .sub-menu {
		left:100%;
		top: 0;
		margin: -1px 0 0 0;
		border-top: 0;
		border-left: 1px solid #edf0f7;
	}

	#menu .sub-menu span.icon {
		width: 16px;
		height: 16px;
		margin: 17px 5px 17px 0;
		display: inline-block;
	}

	#menu .sub-menu span.icon:before {
		content: "\E01C";
		font-size: 16px;
		line-height: 16px;
		display: block;
	}

	#menu li.menu-item-has-children span.arrow {
		width: 10px;
		height: 10px;
		display: block;
		float: right;
		margin: 35px 0 35px 5px;
	}

	#menu li.menu-item-has-children span.arrow:before {
		display: block;
		font-size: 6px;
		line-height: 10px;
		content: "\E022";
	}

	#menu li.menu-item-has-children li.menu-item-has-children span.arrow {
		margin: 20px -15px 20px 0;
	}

	#menu li.menu-item-has-children li.menu-item-has-children span.arrow:before {
		color: #666;
		content: "\E023";
		font-size: 8px;
	}

/* HEADER SEARCH */

	#search {
		float: right;
	}

	#search .searchButton {
		cursor: pointer;
		margin-left: 20px;
		padding-left: 20px;
		border-left: 1px solid #edf0f7;
		margin: 30px 0 40px 0;
		color: #b0b5c0;
		transition: all .5s;
	}

	#search:hover .searchButton {
		color: #767980;
	}

	#search .searchButton:before {
		content: "\E001";
		display: block;
		width: 20px;
		height: 20px;
		font-size: 20px;
		line-height: 20px;
	}

	#search .searchForm {
		display: none;
		position: absolute;
		right: 0;
		top: 90px;
		z-index: 999;
		width: 275px;
		background: #fff;
		border-radius: 3px;
		box-shadow: 0 0 8px rgba(0,0,0,0.1);
	}

	#search .searchForm:before {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: -8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 8px 8px;
		border-color: transparent transparent #d5d8df transparent;	}

	#search input[type=text] {
		display: block;
		width: 100%;
		line-height: 30px;
		padding: 10px 40px 10px 10px;
		border:0;
		font-size: 13px;
		color: #654654;
		background: none;
	}

	#search button {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background: #d5d8df;
		border:0;
		color: #9ea1a9;
		cursor: pointer;
	}

	#search button:before {
		content: "\E01C";
		display: block;
		margin: 17px;
		width: 16px;
		height: 16px;
		font-size: 16px;
		line-height: 16px;
	}

/* DESIGN */

	#main {
		overflow: hidden;
		margin: 0 auto 40px auto;
		clear: both;
		padding-top: 30px !important;
	}

	#home {
		min-height: 110px;
		clear: both;
	}

	#content {
		float:right;
		width: 70.940171%;
	}

	.sidebarRight #content {
		float: left;
	}

	#content.full {
		float:none;
		width:100%;
	}

	#content.full iframe {
		border: 0;
	}

	aside {
		float: left;
		width: 26.49572659%;
	}

	.sidebarRight aside {
		float: right;
	}

/* WIDGETS */

	.nogallery {
		text-align: center;
		padding: 30px;
		font-size: 18px;
	}

	.darkBg .nogallery a {
		color: #f9f9f9;
	}

	.safirWidget.homeWidget {
		background: #fff;
		transition: all .2s;
	}

	.safirWidget.homeWidget.lightBg {
		background: #edf0f7;
	}

	.safirWidget.homeWidget.darkBg {
		background: #222835;
		color: #eee;
	}

	.safirWidget.homeWidget.darkBg .mainHeading {
		color: #edf0f7;
	}

	.safirWidget.homeWidget .innerContainer {
		padding: 40px 5px;
	}

	.safirWidget.homeWidget.notitle .innerContainer {
		overflow: visible
	}

	.safirWidget.sidebarWidget .innerContainer {
		padding: 0;
		overflow: visible;
	}

	.sidebarWidget {
		margin-top: 30px;
	}

	.sidebarWidget:first-child {
		margin-top: 0;
	}

	.nativeWidget li {
		border-top:1px dotted #ddd;
		padding-top: 10px;
		margin-top: 10px;
	}

	.nativeWidget li:first-child {
		border-top:0;
		margin-top:0;
		padding-top:0;
	}

	.nativeWidget ul.menu a:before {
		width: 12px;
		height: 12px;
		line-height: 20px;
		margin: 4px 4px 4px 0;
		content: "\E01C";
	}

	.nativeWidget ul.menu a {
		transition: all .3s;
	}

	.nativeWidget ul.menu a:hover {
		padding-left: 8px;
	}

	.rev_slider li {
		border-top: 0;
	}

	.safirOwlButtons .innerContainer {
		position: relative;
	}

	.safirOwlButtons .owl-nav {
		position: absolute;
		right: 5px;
		top: 35px;
		color: #fff;
	}

	.safirOwlButtons.notitle {
		overflow: hidden;
	}

	.safirOwlButtons.notitle .owl-nav {
		left: inherit;
		top: inherit;
		width: 100%;
		opacity: 0;
		transition: all .3s;
		position: inherit;
	}

	.safirOwlButtons.notitle .owl-nav div {
		position: absolute;
		top: 50%;
		margin-top: -15px;
	}

	.safirOwlButtons.notitle:hover .owl-nav {
		opacity: 0.6;
	}

	.safirWidget.darkBg.safirOwlButtons .owl-nav {
		color: #fff;
	}

	.safirOwlButtons .owl-nav div {
		float: left;
		margin-left: 5px;
		border-radius: 3px;
	}

	.safirOwlButtons .owl-nav div.owl-prev {
		float: left;
	}

	.safirOwlButtons .owl-nav div.owl-next {
		float: right;
	}

	.safirOwlButtons.notitle .owl-nav div.owl-prev {
		margin-left: -40px;
		left: 0;
	}

	.safirOwlButtons.notitle .owl-nav div.owl-next {
		margin-right: -40px;
		right: 0;
	}

	.safirOwlButtons .owl-nav div:before {
		width: 30px;
		height: 30px;
		padding: 8px;
		line-height: 14px;
		font-size: 14px;
		display: block;
		text-align: center;
		transition: all .3s;
	}

	.safirOwlButtons .owl-nav .owl-prev:before {
		content: "\E024";
	}

	.safirOwlButtons .owl-nav .owl-next:before {
		content: "\E01C";
	}

	.safirOwlButtons .owl-nav div:hover:before {
		background: rgba(0,0,0,0.2);
	}

	aside .safirOwlButtons .owl-nav {
		right: 0;
		top: 0;
	}

	aside .safirOwlButtons.notitle .owl-nav {
		margin-top: -10px;
	}

	aside .safirOwlButtons.notitle .owl-nav div.owl-prev {
		margin-left: 0;
	}

	aside .safirOwlButtons.notitle .owl-nav div.owl-next {
		margin-right: 0;
	}

	aside .safirOwlButtons .owl-nav div:before {
		width: 20px;
		height: 20px;
		padding: 4px;
		line-height: 12px;
		font-size: 12px;
	}

/* SIDEBAR YAN MENÜ */

	.safirSidebarMenu ul.menu {
		margin-bottom: -5px;
	}

	.safirSidebarMenu li {
		position: relative;
	}

	.safirSidebarMenu a {
		display: block;
		color: #94979f;
		padding: 0 15px;
		font-weight: 500;
		position: relative;
		z-index: 1;
	}

	.safirSidebarMenu .inner {
		background: #f8f9fd;
		border-radius: 3px;
		margin-bottom: 5px;
		overflow: hidden;
		height: 40px;
		line-height: 40px;
	}

	.safirSidebarMenu .sub-menu a {
		font-size: 13px;
	}

	.safirSidebarMenu a .arrow.icon {
		display: block;
		float: left;
	}

	.safirSidebarMenu .sub-menu a .arrow.icon {
		color: #6f6f6f;
	}

	.safirSidebarMenu a .arrow.icon:before {
		content: "\E03B";
		height: 10px;
		display: block;
		float: left;
		font-size: 10px;
		margin: 5px 5px 5px 0;
	}

	.safirSidebarMenu a .title {
		transition:all .2s;
	}


	.safirSidebarMenu .inner:after {
		content: "";
		display: block;
		width: 8px;
		height: 40px;
		border-radius: 3px;
		background: #edf0f7;
		background: -moz-linear-gradient(left, #edf0f7 0%, #f8f9fd 100%);
		background: -webkit-linear-gradient(left, #edf0f7 0%, #f8f9fd 100%);
		background: linear-gradient(to right, #edf0f7 0%, #f8f9fd 100%);
		position: absolute;
		left: 0;
		top: 0;
		transition: all .3s;
		z-index: 0;
	}

	.safirSidebarMenu li.active .inner:after,
	.safirSidebarMenu .inner:hover:after {
		width: 100%;
	}

	.safirSidebarMenu .toggle.icon {
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 14px;
		color: #fff;
		cursor: pointer;
		border-radius: 3px;
		z-index: 10;
	}

	.safirSidebarMenu .toggle.icon:before {
		content: "+";
	}

	.safirSidebarMenu .toggle.icon.active:before {
		content: "-";
	}

	.safirSidebarMenu>div>ul>li>.sub-menu {
		display: none;
	}

	.safirSidebarMenu .sub-menu {
		margin-left: 15px;
	}

	.safirSidebarMenu .sub-menu .sub-menu {
		margin-left: 30px;
	}

/* NUMBER WIDGET */

	.desktop .revSliderWidget+.numberWidget.withTitle {
		margin-top: -50px;
		pointer-events: none;
	}

	.desktop .revSliderWidget+.numberWidget.withTitle .widgetSwitcher {
		margin-top: 90px;
	}

	.numberWidget.withTitle .innerContainer {
		padding-top: 50px;
	}

	.numberWidget .innerContainer {
		position: relative;
	}

	.numberWidget .widgetTitle {
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		line-height: 50px;
		font-weight: 600;
		font-size: 14px;
		padding: 0 20px;
	}

	.numberWidget .widgetTitle .icon {
		float: left;
		margin: 15px 10px 15px 0;
	}

	.numberWidget .widgetTitle .icon:before {
		display: block;
		width: 20px;
		height: 20px;
		font-size: 20px;
		line-height: 20px;
	}

	.numberWidget .widgetTitle:after {
		content: "";
		display: block;
		position: absolute;
		bottom: -20px;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 20px 20px 0;
	}

	.numberWidget .iconList {
		display: flex;
		flex-wrap: nowrap;
		margin: 30px -15px 0;
	}

	.numberWidget .iconList .item {
		width: 100%;
		text-align: center;
		padding: 0 15px;
	}

	.numberWidget .iconList .item .icon {
		border-bottom: 2px solid #f3f5fa;
		margin-bottom: 10px;
		padding-bottom: 10px;
		text-align: center;
		color: #9398a2;
	}

	.numberWidget .iconList .item .icon:before {
		display: inline-block;
		height: 40px;
		font-size: 40px;
		line-height: 40px;
	}

	.numberWidget .iconList .item .number {
		font-size: 22px;
		line-height: 25px;
		font-weight: bold;
	}

	.numberWidget .iconList .item .text {
		font-weight: 500;
	}

	/* Dark - Light */

	.numberWidget.lightBg .iconList .item .icon {
		border-color: #e7eaf0;
	}

	.numberWidget.darkBg .iconList .item .icon {
		color: #edf0f7;
		border-color: rgba(255,255,255,0.1);
	}

	aside .numberWidget .iconList {
		flex-wrap: wrap;
		margin: 30px -5px -30px;
	}

	aside .numberWidget .iconList .item {
		width: 50%;
		padding: 0 5px 30px;
	}

/* ABOUT WIDGET */

	.aboutWidget {
		overflow: hidden;
	}

	.aboutWidget .aboutContainer {
		overflow: hidden;
		margin: 0 -15px;
	}

	.aboutWidget .infoBlock {
		line-height: 2;
		color: #8a8d95;
		width: 100%;
		float: left;
		padding: 0 15px;
	}

	.aboutWidget.showPosts .infoBlock {
		width: 70%;
	}

	.aboutWidget .infoBlock h1, .aboutWidget .infoBlock h2, .aboutWidget .infoBlock h3 {
		margin-bottom: 10px;
	}

	.aboutWidget.homeWidget.darkBg .infoBlock h1, .aboutWidget.homeWidget.darkBg .infoBlock h2, .aboutWidget.homeWidget.darkBg .infoBlock h3, .aboutWidget.homeWidget.darkBg .infoBlock a {
		color: #fff;
	}

	.aboutWidget .infoBlock h1 {
		font-size: 26px;
	}

	.aboutWidget .infoBlock h2 {
		font-size: 22px;
	}

	.aboutWidget .infoBlock h3 {
		font-size: 18px;
	}

	.aboutWidget .infoBlock p {
		margin-bottom: 10px;
	}

	.aboutWidget .infoBlock p:last-child {
		margin-bottom: 0;
	}

	.aboutWidget .postsBlock {
		width: 30%;
		float: right;
		padding: 0 15px;
		margin-bottom: -15px;
		overflow: hidden;
	}

	.aboutWidget .postsBlock .item {
		margin-bottom: 15px;
		overflow: hidden;
	}

	.aboutWidget .postsBlock .item .thumb {
		float: left;
		margin-right: 10px;
	}

	.aboutWidget .postsBlock .item .thumb img {
		display: block;
		border-radius: 3px;
	}

	.aboutWidget .postsBlock .item .detail {
		line-height: 20px;
		height: 85px;
		overflow: hidden;
		font-size: 12px;
		color: #8a8d95;
		margin: 2px 0 3px;
	}

	.aboutWidget .postsBlock .item .title {
		margin-bottom: 5px;
		font-weight: 600;
		font-size: 13px;
	}

	.aboutWidget .postsBlock .item .title a {
		color: #464c59;
	}

	.aboutWidget.darkBg .postsBlock .item .title a {
		color: #edf0f7;
	}

	aside .aboutWidget.showPosts .infoBlock {
		width: 100%;
	}

	aside .aboutWidget .postsBlock {
		width: 100%;
		margin-top: 25px;
	}

/* ADVANCED POSTS WIDGET 1 */

	.advancedPostsWidget1 .items {
		margin: 0 -15px -30px;
	}

	.advancedPostsWidget1 .item-container {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.advancedPostsWidget1 .list {
		display: flex;
		flex-wrap: wrap;
	}

	.advancedPostsWidget1 .list .item-container {
		width: 25%;
	}

	.advancedPostsWidget1 .item {
		text-align: center;
	}

	.advancedPostsWidget1 .item .thumb {
		border-radius: 3px;
		overflow: hidden;
		margin-bottom: 15px;
		position: relative;
	}

	.advancedPostsWidget1 .item .thumb img {
		z-index: 1;
	}

	.advancedPostsWidget1 .item .thumb .text {
		position: absolute;
		top: 10px;
		left: 10px;
		border-radius: 12px;
		line-height: 24px;
		color: #fff;
		padding: 0 12px;
		font-size: 12px;
		z-index: 2;
	}

	.advancedPostsWidget1 .item .thumb img {
		width: 100%;
	}

	.advancedPostsWidget1 .item .title {
		font-size: 14px;
		font-weight: 600;
		color: #464c59;
		text-transform: uppercase;
	}

	.advancedPostsWidget1 .item .title a {
		color: #464c59;
	}

	.advancedPostsWidget1 .item .category {
		font-size: 11px;
		font-weight: 600;
		color: #8a8d95;
		text-transform: uppercase;
		margin-bottom: 5px;
	}

	.advancedPostsWidget1 .item .category a {
		color: #8a8d95;
	}

	.advancedPostsWidget1 .item .postprice {
		font-weight: bold;
		font-size: 17px;
		position: relative;
	}

	.advancedPostsWidget1 .item .postprice:before {
		content: "";
		display: block;
		width: 70px;
		height: 2px;
		background: #edf0f7;
		margin: 10px auto;
	}

	.advancedPostsWidget1 .item .postprice span {
		text-decoration: line-through;
		font-weight: normal;
		margin-right: 8px;
	}

	.advancedPostsWidget1.darkBg .item .title, .advancedPostsWidget1.darkBg .item .title a {
		color: #f7f7f7;
	}

	aside .advancedPostsWidget1 .list .item-container {
		width: 100%;
	}

	aside .advancedPostsWidget1 .items {
		margin: 0 -15px -15px;
	}

	aside .advancedPostsWidget1 .item-container {
		margin-bottom: 15px;
	}

/* ADVANCED POSTS WIDGET 2 */

	.advancedPostsWidget2 .items {
		margin: 0 -15px -30px;
	}

	.advancedPostsWidget2 .item-container {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.advancedPostsWidget2 .list {
		display: flex;
		flex-wrap: wrap;
	}

	.advancedPostsWidget2 .list .item-container {
		width: 33.3333333333%;
	}

	.advancedPostsWidget2 .item {
		border-radius: 3px;
		overflow: hidden;
		background: #f8f9fd;
	}

	.advancedPostsWidget2 .item .thumb {
		position: relative;
	}

	.advancedPostsWidget2 .item .thumb img {
		z-index: 1;
	}

	.advancedPostsWidget2 .item .thumb .date {
		position: absolute;
		top: 10px;
		left: 10px;
		border-radius: 12px;
		line-height: 24px;
		color: #fff;
		padding: 0 12px;
		font-size: 12px;
		z-index: 2;
	}

	.advancedPostsWidget2 .item .thumb img {
		width: 100%;
	}

	.advancedPostsWidget2 .item .detail {
		height: 180px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.advancedPostsWidget2 .item .title {
		font-size: 17px;
		font-weight: 500;
		color: #464c59;
		line-height: 20px;
		position: relative;
		padding: 20px;
		line-height: 20px;
	}

	.advancedPostsWidget2 .item .title:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 20px;
		width: 70px;
		height: 2px;
		z-index: 2;
	}

	.advancedPostsWidget2 .item .title:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #edf0f7;
		z-index: 1;
	}

	.advancedPostsWidget2 .item .title a {
		color: #464c59;
	}

	.advancedPostsWidget2 .item .desc {
		margin: 20px 20px 0;
		color: #8a8d95;
		font-size: 14px;
		line-height: 20px;
	}

	.advancedPostsWidget2.darkBg .item {
		background: rgba(0,0,0,0.05);
	}

	.advancedPostsWidget2.darkBg .item .title:after {
		background: rgba(255,255,255,0.05);
	}

	.advancedPostsWidget2.darkBg .item .title, .advancedPostsWidget2.darkBg .item .title a {
		color: #f7f7f7;
	}

	aside .advancedPostsWidget2 .items {
		margin: 0 -15px -15px;
	}

	aside .advancedPostsWidget2 .item-container {
		margin-bottom: 15px;
	}

	aside .advancedPostsWidget2 .list .item-container {
		width: 100%;
	}

/* CREW WIDGET */

	.crewWidget .items {
		overflow: hidden;
		margin: -15px;
	}

	.crewWidget .item-container {
		padding: 15px;
	}

	.crewWidget .items .list {
		display: flex;
		flex-wrap: wrap;
	}

	.crewWidget .items .list .item-container {
		width: 20%;
	}

	.crewWidget .item {
		border-radius: 3px;
		text-align: center;
		overflow: hidden;
		background: #fff;
	}

	.crewWidget.whiteBg .item {
		border:1px solid #eee;
		background: #fafafa;
	}

	.crewWidget .item a {
		display: block;
	}

	.crewWidget .item img {
		width: 100%;
	}

	.crewWidget .item .info {
		margin: 5px;
		line-height: 20px;
		min-height: 40px;
	}

	.crewWidget .item .title {
		font-weight: 600;
	}

	.crewWidget .item .detail {
		color: #868686;
		font-size: 13px;
	}

	aside .crewWidget .items {
		margin: -5px;
	}

	aside .crewWidget .item-container {
		padding: 5px;
	}

	aside .crewWidget .items .list .item-container {
		width: 50%;
	}

/* CUSTOMER WIDGET */

	.customerWidget .items {
		overflow: hidden;
	}

	.customerWidget .item {
		text-align: center;
	}

	.customerWidget .item .thumb {
		display: inline-block;
		max-width: 100px;
		background: #fff;
		border-radius: 50%;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.customerWidget .item .name {
		font-weight: bold;
		font-size: 15px;
		color: #464c59;
	}

	.customerWidget .item .title {
		color: #a3a6ae;
	}

	.customerWidget .item .detail {
		color: #989ba2;
		margin-top: 15px;
		font-size: 16px;
	}

	.customerWidget.whiteBg .item .thumb {
		border:1px solid #eee;
		background: #fafafa;
	}

	.customerWidget.whiteBg .item .thumb img {
		height: 80px;
	}

	.customerWidget.darkBg .item .name {
		color: #fafafa;
	}

/* REFERENCES WIDGET */

	.referencesWidget .items {
		margin: -15px;
	}

	.referencesWidget .items .item-container {
		padding: 15px;
	}

	.referencesWidget .items a {
		height: 130px;
		line-height: 130px;
		display: block;
		border-radius: 3px;
		text-align: center;
		padding: 0 12px;
		border:1px solid #eee;
	}

	.referencesWidget .item a img {
		vertical-align: middle;
		width: inherit;
		display: inline-block;
		max-height: 110px;
	}

	.referencesWidget.lightBg .items a, .referencesWidget.darkBg .items a {
		background: #fff;
		border: 0;
	}

	aside .referencesWidget .items {
		margin: -5px;
	}

	aside .referencesWidget .items .item-container {
		padding: 5px;
	}

/* GALLERY WIDGET */

	.galleryWidget .items {
		overflow: hidden;
		margin: -15px;
	}

	.galleryWidget .item-container {
		padding: 15px;
	}

	.galleryWidget .items .list {
		display: flex;
		flex-wrap: wrap;
	}

	.galleryWidget .items .list .item-container {
		width: 25%;
	}

	.galleryWidget .item {
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		border-radius: 3px;
		overflow: hidden;
	}

	.galleryWidget .item img {
		width: 100%;
	}

	.galleryWidget .item a {
		display: block;
		position: relative;
	}

	.galleryWidget .item a .icon {
		background: rgba(0,0,0,0.5);
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		color: #333;
	}

	.galleryWidget .item a .icon:before {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -15px 0 0 -15px;
		background: #fff;
		border-radius: 2px;
		box-shadow: 0 0 4px rgba(0,0,0,.3);
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		text-align: center;
		content: "\E031";
	}

	.galleryWidget .item a[href$= ".jpg"] .icon:before,
	.galleryWidget .item a[href$= ".jpeg"] .icon:before,
	.galleryWidget .item a[href$= ".png"] .icon:before,
	.galleryWidget .item a[href$= ".gif"] .icon:before {
		content: "\E032";
	}

	aside .galleryWidget .items {
		margin: -5px;
	}

	aside .galleryWidget .item-container {
		padding: 5px;
	}

	aside .galleryWidget .items .list .item-container {
		width: 50%;
	}

/* MENU WIDGET */

	.safirCustomMenu .items {
		margin: 0 -15px -30px;
	}

	.safirCustomMenu .item-container {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.safirCustomMenu .list {
		display: flex;
		flex-wrap: wrap;
	}

	.safirCustomMenu .list .item-container {
		width: 25%;
	}

	.safirCustomMenu .item {
		background: #f3f5fa;
		border-radius: 3px;
		text-align: center;
		overflow: hidden;
	}

	.safirCustomMenu .item .icon {
		color: #9398a2;
		border-bottom: 1px solid rgba(0,0,0,0.04);
		padding: 30px 0;
	}

	.safirCustomMenu .item .icon:before {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 60px;
	}

	.safirCustomMenu .item .title {
		font-size: 17px;
		padding: 10px;
		font-weight: 500;
		color: #292929;
	}

	.safirCustomMenu .item .desc {
		margin: 0 10px 10px;
		font-size: 12px;
		color: #8c8c8c;
		line-height: 20px;
		min-height: 60px;
	}

	.safirCustomMenu.lightBg .item {
		background: #fff;
	}

	.safirCustomMenu.darkBg .item {
		background: rgba(0,0,0,0.05);
	}

	.safirCustomMenu.darkBg .item {
		background: rgba(255,255,255,0.04);
	}

	.safirCustomMenu.darkBg .item .icon {
		color: #fff;
		border-color: rgba(255,255,255,0.05);
	}

	.safirCustomMenu.darkBg .item .title {
		color: #f7f7f7;
	}

	.safirCustomMenu.darkBg .item .desc {
		color: #b8bbc3;
	}

	aside .safirCustomMenu .items {
		margin: 0 -5px -15px;
	}

	aside .safirCustomMenu .item-container {
		padding: 0 5px;
		margin-bottom: 15px;
	}

	aside .safirCustomMenu .list .item-container {
		width: 100%;
	}

/* BUTTON WIDGET */

	.buttonWidget {
		overflow: hidden;
		transition: all .15s;
		border-radius: 4px;
	}

	.buttonWidget a {
		display: block;
		color: #464c59;
		transition: all .3s;
		background: #fff;
		padding: 25px;
	}

	.buttonWidget a:hover {
		background: #f8f9fd;
	}

	.buttonWidget .icon {
		float: left;
		margin: 10px 20px 10px 0;
	}

	.buttonWidget .icon:before {
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 40px;
	}

	.buttonWidget .table {
		display: table;
		min-height: 60px;
	}

	.buttonWidget .cell {
		display: table-cell;
		vertical-align: middle;
	}

	.buttonWidget .header {
		font-size: 17px;
		font-weight: 600;
	}

	.buttonWidget .description {
		margin-top: 10px;
		color: #8a8d95;
		font-size: 12px;
		font-weight: 500;
	}

/* CONTACT WIDGET */

	.contactWidget {
		position: relative;
	}

	.contactWidget .map {
		height: 330px;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

	.contactWidget .map iframe {
		width: 100%;
	}

	.contactWidget .infoBlock {
		width: 340px;
		position: absolute;
		z-index: 2;
		top: 30px;
		right: 30px;
		border-radius: 4px;
		background: #fff;
		overflow: hidden;
	}

	.contactWidget .infoBlock .logo {
		padding: 20px;
		margin-bottom: 20px;
	}

	.contactWidget .infoBlock .logo img {
		max-height: 30px;
	}

	.contactWidget .infoBlock .item {
		margin: 0 20px 20px;
		font-size: 11px;
		overflow: hidden;
	}

	.contactWidget .infoBlock .item .icon {
		float: left;
		width: 40px;
		height: 40px;
		border-radius: 3px;
		background: #edf0f7;
	}

	.contactWidget .infoBlock .item .icon:before {
		display: block;
		width: 20px;
		height: 20px;
		font-size: 20px;
		text-align: center;
		line-height: 20px;
		margin: 10px;
	}

	.contactWidget .infoBlock .item.contactaddress .icon:before {
		content: "\E000";
	}

	.contactWidget .infoBlock .item.contactmail .icon:before {
		content: "\E04E";
	}

	.contactWidget .infoBlock .item.contactphone .icon:before {
		content: "\E00E";
	}

	.contactWidget .infoBlock .item .table {
		display: table;
		min-height: 40px;
	}

	.contactWidget .infoBlock .item .table .row {
		display: table-row;
	}

	.contactWidget .infoBlock .item .table .data {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
		color: #92959d;
	}

	/* Sidebar */

	aside .contactWidget .map {
		height: 250px;
		overflow: hidden;
		margin-bottom: 15px;
	}

	aside .contactWidget .infoBlock {
		width: 100%;
		position: relative;
		top: inherit;
		right: inherit;
		margin-bottom: -15px;
	}

	aside .contactWidget .infoBlock .logo {
		display: none;
	}

	aside .contactWidget .infoBlock .item {
		margin: 0 0 15px;
	}

/* LISTING */

	/* Style1 */

	.listing.style1 {
		margin: 0 -15px -30px;
		display: flex;
		flex-wrap: wrap;
	}

	.listing.style1 .item-container {
		padding: 0 15px;
		margin-bottom: 30px;
		width: 33.3333333333%;
	}

	.listing.style1 .item {
		text-align: center;
	}

	.listing.style1 .item .thumb {
		border-radius: 3px;
		overflow: hidden;
		margin-bottom: 15px;
		position: relative;
	}

	.listing.style1 .item .thumb img {
		z-index: 1;
	}

	.listing.style1 .item .thumb .text {
		position: absolute;
		top: 10px;
		left: 10px;
		border-radius: 12px;
		line-height: 24px;
		color: #fff;
		padding: 0 12px;
		font-size: 12px;
		z-index: 2;
	}

	.listing.style1 .item .thumb img {
		width: 100%;
	}

	.listing.style1 .item .title {
		font-size: 14px;
		font-weight: 600;
		color: #464c59;
		text-transform: uppercase;
	}

	.listing.style1 .item .title a {
		color: #464c59;
	}

	.listing.style1 .item .category {
		font-size: 11px;
		font-weight: 600;
		color: #8a8d95;
		text-transform: uppercase;
		margin-bottom: 5px;
	}

	.listing.style1 .item .category a {
		color: #8a8d95;
	}

	.listing.style1 .item .postprice {
		font-weight: bold;
		font-size: 17px;
		position: relative;
	}

	.listing.style1 .item .postprice:before {
		content: "";
		display: block;
		width: 70px;
		height: 2px;
		background: #edf0f7;
		margin: 10px auto;
	}

	.listing.style1 .item .postprice span {
		text-decoration: line-through;
		font-weight: normal;
		margin-right: 8px;
	}

	/* Style 2 */

	.listing.style2 {
		margin: 0 -15px -30px;
		display: flex;
		flex-wrap: wrap;
	}

	.listing.style2 .item-container {
		padding: 0 15px;
		margin-bottom: 30px;
		width: 33.3333333333%;
	}

	.listing.style2 .item {
		border-radius: 3px;
		overflow: hidden;
		background: #f8f9fd;
	}

	.listing.style2 .item .thumb {
		position: relative;
	}

	.listing.style2 .item .thumb img {
		z-index: 1;
	}

	.listing.style2 .item .thumb .date {
		position: absolute;
		top: 10px;
		left: 10px;
		border-radius: 12px;
		line-height: 24px;
		color: #fff;
		padding: 0 12px;
		font-size: 12px;
		z-index: 2;
	}

	.listing.style2 .item .thumb img {
		width: 100%;
	}

	.listing.style2 .item .detail {
		height: 180px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.listing.style2 .item .title {
		font-size: 17px;
		font-weight: 500;
		color: #464c59;
		line-height: 20px;
		position: relative;
		padding: 20px;
		line-height: 20px;
	}

	.listing.style2 .item .title:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 20px;
		width: 70px;
		height: 2px;
		z-index: 2;
	}

	.listing.style2 .item .title:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #edf0f7;
		z-index: 1;
	}

	.listing.style2 .item .title a {
		color: #464c59;
	}

	.listing.style2 .item .desc {
		margin: 20px 20px 0;
		color: #8a8d95;
		font-size: 14px;
		line-height: 20px;
	}

/* CONTACT PAGE */

	body.page-template-page-contact #main {
		margin-top: -100px;
	}

	#contactMap {
		height: 300px;
		overflow: hidden;
		clear: both;
	}

	#contactMap iframe {
		width: 100%;
	}

	#contactPage .infoBlock {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px 30px;
	}

	#contactPage .infoBlock .item {
		width: 33.33333333%;
		margin-bottom: 20px;
		color: #92959d;
		font-size: 13px;
		padding: 0 10px;
	}

	#contactPage .infoBlock .item .icon {
		float: left;
		width: 60px;
		height: 60px;
		border-radius: 3px;
		background: #f5f6fa;
	}

	#contactPage .infoBlock .item .icon:before {
		display: block;
		width: 20px;
		height: 20px;
		font-size: 20px;
		text-align: center;
		line-height: 20px;
		margin: 20px;
	}

	#contactPage .infoBlock .item.contactaddress .icon:before {
		content: "\E000";
	}

	#contactPage .infoBlock .item.contactmail .icon:before {
		content: "\E04E";
	}

	#contactPage .infoBlock .item.contactphone .icon:before {
		content: "\E00E";
	}

	#contactPage .infoBlock .item.contactgsm .icon:before {
		content: "\E002";
	}

	#contactPage .infoBlock .item.contactfax .icon:before {
		content: "\E013";
	}

	#contactPage .infoBlock .item.social .icon:before {
		content: "\E025";
	}

	#contactPage .infoBlock .item.social .safirSocial {
		display: inline-block;
	}

	#contactPage .infoBlock .item .table {
		display: table;
		min-height: 60px;
	}

	#contactPage .infoBlock .item .table .row {
		display: table-row;
	}

	#contactPage .infoBlock .item .table .data {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
	}

	#contactPage .infoBlock .item .table .data .title {
		display: block;
		font-weight: 600;
	}

	#contactPage .ajax-loader {
		display: inline-block;
		margin: 10px 0;
	}

/* CREW PAGE */

	#crewPage .crewGallery {
		margin: 0 -15px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}

	#crewPage .crewGallery .crewContainer {
		width: 33.33333333333%;
		padding: 15px;
	}

	#crewPage .crewGallery .crew {
		overflow: hidden;
		border-bottom: 1px solid #ededed;
	}

	#crewPage .crewGallery .crew img {
		width: 100%;
	}

	#crewPage .crewGallery .detail {
		padding: 10px;
		background: #f8f9f8;
		text-align: center;
	}

	#crewPage .crewGallery .detail .title {
		font-size: 14px;
		font-weight: 600;
	}

	#crewPage .crewGallery .detail .position {
		font-size: 12px;
		color: #6f6f6f;
	}

	#crewPage .crewGallery .detail .social {
		margin: 5px -10px -10px;
		background: #f0f0f0;
		padding: 0;
	}

	#crewPage .crewGallery .detail .social.filled {
		padding: 7px 0;
	}

	#crewPage .crewGallery .detail .social a {
		display: inline-block;
		padding: 0 5px;
		color: #8a8d95;
	}

	#crewPage .crewGallery .detail .social a:before {
		width: 16px;
		height: 16px;
		font-size: 16px;
	}

	#crewPage .crewGallery .detail .social a.facebook:before {
		content: "\E00B";
	}

	#crewPage .crewGallery .detail .social a.twitter:before {
		content: "\E00D";
	}

	#crewPage .crewGallery .detail .social a.instagram:before {
		content: "\E007";
	}

/* REFERENCES PAGE */

	#referencesPage .refsGallery {
		margin: 0 -15px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}

	#referencesPage .refsGallery .refsContainer {
		width: 33.33333333333%;
		padding: 15px;
	}

	#referencesPage .refsGallery .ref {
		overflow: hidden;
		border: 1px solid #ededed;
	}

	#referencesPage .refsGallery .ref .thumb {
		height: 150px;
		line-height: 130px;
		padding: 10px;
		text-align: center;
	}

	#referencesPage .refsGallery .ref img {
		max-height: 130px;
		vertical-align: middle;
	}

	#referencesPage .refsGallery .detail {
		padding: 10px;
		background: #f8f9f8;
		text-align: center;
	}

	#referencesPage .refsGallery .detail .title {
		font-size: 14px;
		font-weight: 600;
	}

	#referencesPage .refsGallery .detail .description {
		font-size: 12px;
		color: #6f6f6f;
	}

/* SHORTCODES */

	.reading .mainHeading {
		padding-left: 30px;
		padding-right: 30px;
		margin-left:-30px;
		margin-right:-30px;
	}

	.reading .mainHeading:before {
		display: none;
	}

	.safir-list ul, .safir-list ol {
		overflow: hidden;
	}

	.safir-list ul li, .safir-list ol li {
		padding: 15px;
		margin: 0;
		list-style: none;
		background: #fafafa;
		background: #e5e8ef;
		background: -moz-linear-gradient(left, #f5f5f5 0%, #fafafa 50px, #fafafa 100%);
		background: -webkit-linear-gradient(left, #f5f5f5 0%,#fafafa 50px, #fafafa 100%);
		background: linear-gradient(to right, #f5f5f5 0%,#fafafa 50px, #fafafa 100%);
		border: 1px solid #f5f5f5;
		border-radius: 5px;
		margin-bottom: 10px;
		line-height: 16px;
	}

	.safir-list .inner {
		display:inline;
	}

	.safir-list li:before {
		content: "\E01D";
		margin-right: 5px;
		vertical-align: middle;
		line-height: 16px;
	}

	.descriptionbox {
		border-radius: 3px;
		overflow: hidden;
		margin-bottom: 20px;
		color: #fff;
		text-shadow: 0 0 5px #000;
		background-size: cover !important;
	}

	.descriptionbox.coffee {
		background: url(images/descriptionbox/coffee.jpg) 50% 50%;
	}

	.descriptionbox.desk {
		background: url(images/descriptionbox/desk.jpg) 50% 50%;
	}

	.descriptionbox.environment {
		background: url(images/descriptionbox/environment.jpg) 50% 50%;
	}

	.descriptionbox.flowers {
		background: url(images/descriptionbox/flowers.jpg) 50% 50%;
	}

	.descriptionbox.notes {
		background: url(images/descriptionbox/notes.jpg) 50% 50%;
	}

	.descriptionbox.question {
		background: url(images/descriptionbox/question.jpg) 50% 50%;
	}

	.descriptionbox.railways {
		background: url(images/descriptionbox/railways.jpg) 50% 50%;
	}

	.descriptionbox.buildings {
		background: url(images/descriptionbox/buildings.jpg) 50% 50%;
	}

	.descriptionbox.sky {
		background: url(images/descriptionbox/sky.jpg) 50% 50%;
	}

	.descriptionbox .inner {
		padding: 3%;
		overflow: hidden;
		background: rgba(0,0,0,.5);
	}

	.descriptionbox .icon {
		display: block;
		float: left;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		margin-right: 10px;
	}

	.descriptionbox .icon:before {
		display: block;
		font-size: 60px;
		content: "\E028";
	}

	.descriptionbox .header {
		font-size: 18px;
		font-weight: bold;
	}

	.descriptionbox .content {
		text-align: left;
		font-size: 15px;
		line-height: 1.5;
	}

	.safir-faq {
		margin-top: 10px !important;
		font-size: 14px;
	}

	.safir-faq .question {
		cursor: pointer;
		position: relative;
		transition:all .3s;
		padding: 0 40px;
		font-weight: 600;
		background: #f9f9f9;
		overflow: hidden;
	}

	.safir-faq .question:hover, .safir-faq .question.active {
		background: #f3f3f3;
	}

	.safir-faq .question .text {
		line-height: 20px;
		padding: 10px;
		display: block;
		float: left;
	}

	.safir-faq .icon {
		position: absolute;
		left: 0;
		top: 0;
		width: 40px;
		height: 40px;
		padding: 10px;
	}

	.safir-faq .icon:before {
		display: block;
		content: "\E029";
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 20px;
		text-align: center;
		color: #fff;
	}

	.safir-faq .openclose {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		padding: 12px;
		color: #555;
	}

	.safir-faq .openclose:before {
		display: block;
		font-size: 13px;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
	}

	.safir-faq .openclose.plus:before {
		content: "\E022";
	}

	.safir-faq .active .openclose.plus:before {
		content: "\E02A";
		font-size: 10px
	}

	.safir-faq .answer {
		display: none;
		padding: 15px;
		background: #fafafa;
		border-bottom: 1px solid #f9f9f9;
	}

/* SINGLE */

	/* Post Price */

	#single .singlepostprice {
		margin: 0 0 15px;
		font-size: 18px;
		font-weight: 600;
		padding: 10px;
		background: #fafafa;
		border: 1px solid #f4f4f4;
		display: inline-block;
	}

	#single .singlepostprice .title {
		color: #666;
		margin-right: 5px;
		display: inline-block;
		font-weight: normal;
	}

	#single .singlepostprice span {
		text-decoration: line-through;
		font-weight: normal;
		margin-right: 8px;
	}

	/* Single Block */

	#singleBlock.type1 {
		margin-bottom: 30px;
	}

	#singleBlock .thumb {
		position: relative;
		border-radius: 4px;
		overflow: hidden;
	}

	#singleBlock .thumb .text {
		position: absolute;
		top: 10px;
		left: 10px;
		border-radius: 12px;
		line-height: 24px;
		color: #fff;
		padding: 0 12px;
		font-size: 12px;
		z-index: 2;
	}

	#singleBlock.type2 {
		float: left;
		margin: 0 10px 5px 0;
	}

	#singleBlock img {
		width: 100%;
	}

	/* Metabox */

	#single .metaBox {
		overflow:hidden;
		margin-bottom: 30px;
		clear: both;
		color: #9ea1a9;
		font-weight: 500;
	}

	#single .metaBox .meta {
		float: left;
		background: #f5f6fa;
		border-radius: 3px;
		padding: 10px 20px;
		font-size: 12px;
		line-height: 16px;
		margin-left: 10px;
	}

	#single .metaBox .meta:first-child {
		margin-left: 0;
	}

	#single .metaBox .meta a {
		color: #9ea1a9;
	}

	#single .metaBox .meta a:hover {
		color: #5d6161;
	}

	#single .metaBox .icon {
		width: 16px;
		height: 16px;
		float: left;
		margin-right: 8px;
	}

	#single .metaBox .icon:before {
		font-size: 16px;
		line-height: 16px;
	}

	#single .metaBox .category .icon:before {
		content: "\E049";
	}

	#single .metaBox .date .icon:before {
		content: "\E034";
	}

	#single .metaBox .hit .icon:before {
		content: "\E02E";
	}

	#single .metaBox .comment .icon:before {
		content: "\E02D";
	}

	#single .metaBox .share {
		float: right;
		background: #f5f6fa;
		border-radius: 3px;
		padding: 10px 20px;
		font-size: 12px;
		line-height: 16px;
		margin-left: 10px;
	}

	#single .share a {
		transition: all .3s;
	}

	#single .share .facebook a:hover {
		color: #597AC7;
	}

	#single .share .twitter a:hover {
		color: #5BBCEC;
	}

	#single .share .whatsapp a:hover {
		color: #55CD6C;
	}

	/* Tags */

	#single .tags {
		overflow: hidden;
		position: relative;
		margin: 30px -30px 0;
		padding: 30px 30px 0;
		border-top: 2px solid #f3f5fa;
		line-height: 20px;
		overflow: hidden;
		color: #8a8d95;
	}

	#single .tags .title {
		margin-right: 5px;
		font-weight: 600;
		color: #464c59;
	}

	#single .tags a {
		color: #8a8d95;
	}

	#single .tags a:hover {
		color: #65676d;
	}

	/* Related */

	#related .listing {
		display: block;
	}

	#related .listing .item-container {
		width: 100%;
	}

	#related.safirOwlButtons .owl-nav {
		top: 25px;
		right: 30px;
	}

	/* Comment List */

	#comments {
		margin-top: 30px;
	}

	#comments .commentlist {
		margin-top: -25px;
	}

	#comments ol {
		list-style: none;
	}

	#comments ol li {
		clear: both;
		line-height: 1.5;
	}

	#comments ol li .comment-meta+p {
		margin-top: 6px;
		position: relative;
		z-index: 1;
	}

	#comments .reply {
		position: absolute;
		top: 20px;
		right: 0;
	}

	#comments a.comment-reply-link {
		display: inline-block;
		line-height: 20px;
		font-size: 13px;
		margin-top: 5px;
	}

	#comments a.comment-reply-link:before {
		content: "\E035";
		line-height: 20px;
		margin-right: 4px;
		font-size: 12px;
	}

	#comments li li .comment-body {
		padding-left: 80px;
	}

	#comments li li li .comment-body {
		padding-left: 160px;
	}

	#comments .depth-1>ol.children>li:first-child>.comment-body:before {
		display: block;
		content: "\E036";
		line-height: 20px;
		font-size: 14px;
		position: absolute;
		top: 55px;
		left: 40px;
		font-size: 18px;
	}

	#reply-title {
		display: block;
	}

	#comments div.comment-body {
		position: relative;
		padding: 25px 0;
		border-top:2px solid #f1f1f1;
	}

	#comments .commentlist>li:first-child>div.comment-body {
		border-top: 0;
	}

	#comments div.comment-body br {
		display:none;
	}

	#comments .says {
		display: none;
	}

	.commentlist .avatar {
		float: left;
		margin: 0 10px 0 0;
		display: block;
		box-shadow: 0 0 8px rgba(0,0,0,0.1);
		padding: 5px;
		background: #fff;
		position: relative;
		z-index: 2;
		border-radius: 50%;
	}

	.commentlist .comment-author {
		display: inline;
		color: #6e6e6e;
	}

	.commentlist .comment-author cite {
		margin-right: 10px;
		display: inline-block;
		font-style: normal;
		line-height: 20px;
		font-weight: 600;
	}

	.commentlist .comment-author cite:before {
		content: "\E02C";
		font-size: 16px;
		line-height: 20px;
		margin-right: 4px;
	}

	.commentlist .comment-meta {
		color: #999;
		display: inline-block;
		line-height: 20px;
		font-size: 12px;
		padding-right: 70px;
	}

	.commentlist .comment-meta a {
		color: #a4a4a4;
	}

	.commentlist .comment-meta a:first-child:before {
		content: "\E034";
		margin-right: 2px;
		line-height: 20px;
		font-size: 14px;
	}

	/* Comment Form */

	#respond p {
		clear: both;
	}

	#respond .inputs {
		overflow: hidden;
		margin: 0 -10px;
	}

	#respond .inputs .item {
		width: 50%;
		float: left;
		padding: 0 10px;
	}

	#respond p.warning {
		color: red;
		font-style: italic;
	}

	#comments input#author, #comments input#email, #comments input#url {
		display: block;
		width: 100%;
	}

	#respond {
		overflow: hidden;
		padding: 0 0 15px;
	}

	#content #comments form textarea {
		width: 100%;
		display: block;
		height: 80px;
	}

	#comments.logged-in textarea {
		margin-top: 10px;
	}

	#respond p.form-submit {
		clear: both;
		float: right;
		margin-bottom: 0;
	}

/* WP IMAGES */

	img.alignleft {
		border: 1px solid #cdc;
		float: left;
		margin: 0 10px 10px 0;
		padding: 1px;
	}

	img.alignright {
		border: 1px solid #cdc;
		float: right;
		margin: 0 0 10px 10px;
		padding: 1px;
	}

	.alignleft {
		float: left;
	}

	.alignright {
		float: right;
	}

	.aligncenter {
		display: block;
		text-align: center;
		margin: 5px auto;
	}

	.wp-caption {
		max-width: 100%;
	}

/* ATTACHMENT */

	#gallery-links {
		overflow: hidden;
		position: relative;
		height: 30px;
		margin-bottom: 10px;
	}

	#gallery-links .prev {
		float: left;
	}

	#gallery-links .next {
		float: right;
	}

	#gallery-links a {
		display: block;
		width: 110px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		text-align: center;
		border-radius: 2px;
		transition: all .3s;
	}

	#gallery-links a:hover {
		background: #333;
	}

	#gallery-links .prev a:before {
		float: left;
		content: "\E037";
	}

	#gallery-links .next a:after {
		float: right;
		content: "\E023";
	}

	#gallery-links .prev a:before, #gallery-links .next a:after {
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		background: rgba(0,0,0,0.1);
		text-align: center;
	}

	#gallery-links .number {
		margin: auto;
		position: absolute;
		width: 100px;
		left: 50%;
		top: 0;
		margin-left: -50px;
		text-align: center;
		line-height: 30px;
		font-size: 12px;
	}

	#image {
		text-align: center;
	}

	#single.attachment .gallery-nav {
		text-align: center;
		margin-bottom: 10px;
	}

	#page-links {
		text-align: center;
		margin-bottom: 5px;
	}

	#page-links span {
		display: inline-block;
	}

	#single.attachment .reading p {
		text-align: center;
	}

	#single.attachment #image {
		text-align: center;
		padding: 2%;
		background: #fafafa;
	}

	#single.attachment .gallery-nav a, #page-links span {
		display: inline-block;
		color: #999;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.59);
		background: #ECECEC;
		padding: 6px 0;
		width: 30px;
		text-align: center;
		border: 1px solid #D8D8D8;
		border-bottom: 1px solid #CCC;
		border-radius: 3px;
		overflow: visible;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 15px 14px rgba(255, 255, 255, 0.57);
		margin: 2px;
		font-weight: bold;
		font-size: 12px;
		transition:all .2s;
	}

	#single.attachment .gallery-nav a:hover, #single.attachment .gallery-nav a.active, #page-links>span {
		color: #888;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.69);
		background: #ddd;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187);
	}

	#gallery-1 {
		clear: both;
	}

	#single.attachment .safirSocial {
		text-align: center;
		margin-top: 20px;
	}

	#single.attachment .safirSocial ul {
		display: inline-block;
	}

/* GALLERY */

	div.gallery {
		margin-left: -13px;
		margin-right: -13px;
		overflow: hidden;
	}

	div.gallery .gallery-item {
		padding: 0 13px 26px;
		float: left;
		margin: 0;
	}

	div.gallery .gallery-item a, .wp-block-gallery .gallery-item a {
		display: block;
		padding: 10px;
		border: 1px solid #eee;
		background: #fafafa;
		position: relative;
		overflow: hidden;
		border-radius: 3px;
	}

	div.gallery .gallery-item a .icon, .wp-block-gallery a .icon {
		background: rgba(0,0,0,0.5);
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	div.gallery .gallery-item a .icon:before, .wp-block-gallery a .icon:before {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -15px 0 0 -15px;
		background: #fff;
		border-radius: 2px;
		box-shadow: 0 0 4px rgba(0,0,0,.3);
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		text-align: center;
		content: "\E031";
	}

	div.gallery .gallery-item a[href$= ".jpg"] .icon:before,
	div.gallery .gallery-item a[href$= ".jpeg"] .icon:before,
	div.gallery .gallery-item a[href$= ".png"] .icon:before,
	div.gallery .gallery-item a[href$= ".gif"] .icon:before,
	.wp-block-gallery a[href$= ".jpg"] .icon:before,
	.wp-block-gallery a[href$= ".jpeg"] .icon:before,
	.wp-block-gallery a[href$= ".png"] .icon:before,
	.wp-block-gallery a[href$= ".gif"] .icon:before
	 {
		content: "\E032";
	}

	div.gallery .gallery-item img {
		border: 0;
	}

	#gallery-1, #gallery-2, #gallery-3 {
		clear: both;
	}

	.nativeWidget div.gallery .gallery-item a {
		padding: 3px;
	}

	.nativeWidget div.gallery {
		margin-left: -3px;
		margin-right: -3px;
		overflow: hidden;
	}

	.nativeWidget div.gallery .gallery-item {
		padding: 0 3px 6px;
		float: left;
		margin: 0;
		width: 33.33333333%;
	}

/* FORMS */

	#content form p {
		overflow: hidden;
		margin-bottom: 10px;
		position: relative;
	}

	#content form .wpcf7-form-control-wrap {
		width: 100%;
	}

	#content form span {
		display: block;
	}

	#content form input[type=text],
	#content form input[type=password],
	#content form input[type=tel],
	#content form input[type=date],
	#content form input[type=email],
	#content form textarea,
	#content form select {
		font-family: "Poppins", sans-serif;
		width: 100%;
		height: 50px;
		outline: none;
		border: 0;
		border-radius: 3px;
		background: #f5f6fa;
		margin: 5px 0;
		padding: 10px 15px;
		transition: all .25s;
		color: #464c59;
		line-height: 20px;
	}

	#content form input[type=text]:focus,
	#content form input[type=password]:focus,
	#content form input[type=tel]:focus,
	#content form input[type=date]:focus,
	#content form input[type=email]:focus,
	#content form textarea:focus,
	#content form select:focus {
		background: #edf0f7;
		color: #282c34;
	}

	#content form input[type=checkbox] {
		margin: 7px 7px 7px 0;
	}

	#content form textarea {
		max-width: 100%;
		width: 100%;
		height: 190px;
	}

	#content form .safirForm p span.ajax-loader {
		margin: 0;
		display: block;
	    margin: 10px 0;
	    position: absolute;
	    top: 15px;
	    left: 15px;
	    width: 20px;
	    height: 20px;
	    margin: 0;
	    background: url(images/loading.gif) 50% 50% no-repeat;
		background-size: contain;
	}

	#content form input[type=submit] {
		border: 0;
		cursor: pointer;
		color: #fff;
		line-height: 50px;
		padding: 0 50px;
		transition: all .3s;
		display: block;
		font-weight: bold;
		border-radius: 3px;
	}

	/* Contact Form 7 */

	div.wpcf7-validation-errors {
		border:0 !important;
		text-align: center !important;
	}

	div.wpcf7-response-output {
		margin: 20px 0 0 0 !important;
		padding: 10px !important;
		background: #fafafa;
		border-radius: 4px;
	}

	span.wpcf7-not-valid-tip {
		position: absolute;
		font-size: 12px !important;
		line-height: 20px;
		right: 15px;
		top: 15px;
	}

	/* Safir Form */

	#content .safirForm {
		overflow: hidden;
		margin-bottom: -20px;
	}

	#content .safirForm .safirLeft {
		float: left;
		width: 50%;
		padding-right: 15px;
	}

	#content .safirForm .safirRight {
		float: right;
		width: 50%;
		padding-left: 15px;
	}

	#content .safirForm .safirButton {
		width: 100%;
	}

	#content .safirForm p>span {
		margin-bottom: 10px;
		overflow: hidden;
		position: relative;
	}

	#content .safirForm p>span:before {
		width: 50px;
		height: 50px;
		font-size: 20px;
		line-height: 20px;
		text-align: center;
		margin: 15px 5px 15px 0;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
	}

	#content .safirForm p>span.mesaj:before, #content .safirForm p>span.yorum:before {
		height: 95%;
	}

	#content .safirForm p>span.adsoyad:before {
		content: "\E026";
	}

	#content .safirForm p>span.email:before {
		content: "\E04E";
		font-size: 24px;
	}

	#content .safirForm p>span.telefon:before {
		content: "\E002";
	}

	#content .safirForm p>span.konu:before {
		content: "\E027";
	}

	#content .safirForm p>span.mesaj:before {
		content: "\E02D";
	}

	#content .safirForm p>span.yorum:before {
		content: "\E027";
	}

	#content .safirForm input[type=text],
	#content .safirForm input[type=password],
	#content .safirForm input[type=tel],
	#content .safirForm input[type=date],
	#content .safirForm input[type=email],
	#content .safirForm textarea,
	#content .safirForm select {
		padding-left: 45px;
		border: 0;
		margin: 0;
	}

	#content .safirForm input[type=text]:focus,
	#content .safirForm input[type=password]:focus,
	#content .safirForm input[type=tel]:focus,
	#content .safirForm input[type=date]:focus,
	#content .safirForm input[type=email]:focus,
	#content .safirForm textarea:focus,
	#content .safirForm select:focus {
		border: 0;
	}

/* SAFIRNAVI */

	.safirnavi {
		overflow:hidden;
		clear: both;
		margin-top: 30px;
		text-align: center;
	}

	.safirnavi span, .safirnavi a {
		display: inline-block;
		min-width: 28px;
		padding: 0 15px;
		text-align: center;
		margin:0 5px 5px 0;
		line-height: 35px;
		border: 0;
		color: #fff;
		font-weight: 500;
		border-radius: 2px;
		transition: all .4s;
	}

	.safirnavi a:hover, .safirnavi .current {
		background: #333;
	}

/* CALL US */

	#callUs {
		background: #222835;
		color: #fff;
		padding: 30px 0;
		font-size: 17px;
		overflow: hidden;
		line-height: 40px;
	}

	#callUs .icon {
		float: left;
	}

	#callUs .icon:before {
		display: block;
		font-size: 40px;
		line-height: 40px;
		content: "\E002";
	}

	#callUs .text {
		float: left;
		margin-left: 15px;
	}

	#callUs .phone {
		float: right;
		font-size: 28px;
	}

/* FOOTER */

	footer {
		clear: both;
		position: relative;
		z-index: 10;
		background: #fff;
		color: #92959d;
	}

	footer .mainHeading {
		color: #464c59;
		margin-bottom: 20px;
		padding-bottom: 15px;
		color: #464c59;
		font-size: 17px;
		font-weight: 600;
	}

	footer .mainHeading:before {
	    display: none;
	}

	footer .safirButton {
		line-height: 40px;
	}

	footer .safirButton .inner {
		transition: all .3s;
		padding: 0 50px 0 15px;
		position: relative;
	}

	footer .safirButton span {
		right: 25px;
		top: 15px;
	}

	footer .safirButton:hover span {
		right: 17px;
	}

	footer .safirButton span:before {
		left: -16px;
		top: -5px;
	}

	footer .columns {
		overflow: hidden;
		margin: 0 -15px;
	}

	footer .column {
		float: left;
		width: 33.333333333%;
		padding: 50px 15px;
	}

	footer .column.about .columnContent {
		font-size: 12px;
		line-height: 1.8;
	}

	footer .column.about .columnContent .safirButton {
		margin-top: 10px;
	}

	footer .column.menu ul {
		margin: -5px;
		overflow: hidden;
	}

	footer .column.menu li {
		padding: 5px;
		width: 50%;
		float: left;
	}

	footer .column.menu a {
		display: block;
		background: #f8f9fd;
		color: #94979f;
		line-height: 40px;
		padding: 0 15px;
		border-radius: 3px;
		font-weight: 500;
		overflow: hidden;
		position: relative;
	}

	footer .column.menu a span {
		position: relative;
		z-index: 2;
	}

	footer .column.menu a:after {
		content: "";
		display: block;
		width: 8px;
		height: 100%;
		background: #edf0f7;
		background: -moz-linear-gradient(left, #edf0f7 0%, #f8f9fd 100%);
		background: -webkit-linear-gradient(left, #edf0f7 0%, #f8f9fd 100%);
		background: linear-gradient(to right, #edf0f7 0%, #f8f9fd 100%);
		position: absolute;
		left: 0;
		top: 0;
		transition: all .3s;
		z-index: 0;
	}

	footer .column.menu a:hover:after {
		width: 100%;
	}

	footer .column.menu.sub-menu {
		display: none;
	}

	footer .column.contact .contactItem {
		margin-bottom: 10px;
	}

	footer .column.contact .contactItem .item {
		overflow: hidden;
	}

	footer .column.contact .contactItem .icon {
		float: left;
		width: 40px;
		height: 40px;
		border-radius: 3px;
		background: #f8f9fd;
	}

	footer .column.contact .contactItem .icon:before {
		display: block;
		width: 20px;
		height: 20px;
		font-size: 20px;
		text-align: center;
		line-height: 20px;
		margin: 10px;
	}

	footer .column.contact .contactItem .address .icon:before {
		content: "\E000";
	}

	footer .column.contact .contactItem .mail .icon:before {
		content: "\E04E";
	}

	footer .column.contact .contactItem .phone .icon:before {
		content: "\E00E";
	}

	footer .column.contact .contactItem .gsm .icon:before {
		content: "\E002";
	}

	footer .column.contact .contactItem .social .icon:before {
		content: "\E025";
	}

	footer .column.contact .contactItem .table {
		display: table;
		min-height: 40px;
	}

	footer .column.contact .contactItem .table .row {
		display: table-row;
	}

	footer .column.contact .contactItem .table .data {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
		color: #92959d;
		font-size: 12px;
	}

	footer #footerBottom {
		background: #222835;
		color: #b8bbc3;
		font-size: 12px;
	}

	footer #footerBottom .innerContainer {
		position: relative;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	footer #footerBottom a {
		color: #a2a5ac;
	}

	footer #footerBottom .text {
		padding-right: 75px;
		line-height: 20px;
	}

	footer .safirTop {
		display: block;
		position: absolute;
		right: 0;
		top: 0px;
		width: 60px;
		height: 100%;
		padding-top: 23px;
		cursor: pointer;
		background: #2f3645;
		text-align: center;
	}

	footer .safirTop:before {
		color: #fff;
		content: "\E033";
		font-size: 14px;
		width: 14px;
		height: 14px;
		line-height: 14px;
	}

	footer .safirTop:hover span {
		color: #fff;
	}

/* OWL */

	.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* MINICOLORS */

	.minicolors{position:relative}.minicolors-sprite{background-image:url(lib/colorpicker/jquery.minicolors.png)}.minicolors-swatch{position:absolute;vertical-align:middle;background-position:-80px 0;border:solid 1px #ccc;cursor:text;padding:0;margin:0;display:inline-block}.minicolors-swatch-color{position:absolute;top:0;left:0;right:0;bottom:0}.minicolors input[type=hidden] + .minicolors-swatch{width:28px;position:static;cursor:pointer}.minicolors-panel{position:absolute;width:173px;height:152px;background:white;border:solid 1px #CCC;box-shadow:0 0 20px rgba(0,0,0,.2);z-index:99999;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;display:none}.minicolors-panel.minicolors-visible{display:block}.minicolors-position-top .minicolors-panel{top:-154px}.minicolors-position-right .minicolors-panel{right:0}.minicolors-position-bottom .minicolors-panel{top:auto}.minicolors-position-left .minicolors-panel{left:95px; top:6px;}.minicolors-with-opacity .minicolors-panel{width:194px}.minicolors .minicolors-grid{position:absolute;top:1px;left:1px;width:150px;height:150px;background-position:-120px 0;cursor:crosshair}.minicolors .minicolors-grid-inner{position:absolute;top:0;left:0;width:150px;height:150px}.minicolors-slider-saturation .minicolors-grid{background-position:-420px 0}.minicolors-slider-saturation .minicolors-grid-inner{background-position:-270px 0;background-image:inherit}.minicolors-slider-brightness .minicolors-grid{background-position:-570px 0}.minicolors-slider-brightness .minicolors-grid-inner{background-color:black}.minicolors-slider-wheel .minicolors-grid{background-position:-720px 0}.minicolors-slider,.minicolors-opacity-slider{position:absolute;top:1px;left:152px;width:20px;height:150px;background-color:white;background-position:0 0;cursor:row-resize}.minicolors-slider-saturation .minicolors-slider{background-position:-60px 0}.minicolors-slider-brightness .minicolors-slider{background-position:-20px 0}.minicolors-slider-wheel .minicolors-slider{background-position:-20px 0}.minicolors-opacity-slider{left:173px;background-position:-40px 0;display:none}.minicolors-with-opacity .minicolors-opacity-slider{display:block}.minicolors-grid .minicolors-picker{position:absolute;top:70px;left:70px;width:12px;height:12px;border:solid 1px black;border-radius:10px;margin-top:-6px;margin-left:-6px;background:none}.minicolors-grid .minicolors-picker > div{position:absolute;top:0;left:0;width:8px;height:8px;border-radius:8px;border:solid 2px white;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.minicolors-picker{position:absolute;top:0;left:0;width:18px;height:2px;background:white;border:solid 1px black;margin-top:-2px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.minicolors-inline{display:inline-block}.minicolors-inline .minicolors-input{display:none!important}.minicolors-inline .minicolors-panel{position:relative;top:auto;left:auto;box-shadow:none;z-index:auto;display:inline-block}.minicolors-theme-default .minicolors-swatch{top:5px;left:5px;width:18px;height:18px}.minicolors-theme-default.minicolors-position-right .minicolors-swatch{left:auto;right:5px}.minicolors-theme-default.minicolors{width:auto;display:inline-block}.minicolors-theme-default .minicolors-input{width:auto;display:inline-block;padding-left:26px}.minicolors-theme-default.minicolors-position-right .minicolors-input{padding-right:26px;padding-left:inherit}.minicolors-theme-bootstrap .minicolors-swatch{top:3px;left:3px;width:28px;height:28px;border-radius:3px}.minicolors-theme-bootstrap .minicolors-swatch-color{border-radius:inherit}.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch{left:auto;right:3px}.minicolors-theme-bootstrap .minicolors-input{padding-left:44px}.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input{padding-right:44px;padding-left:12px}.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch{top:4px;left:4px;width:37px;height:37px;border-radius:5px}.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch{width:24px;height:24px}

/* COLORBOX */

	#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:url(lib/colorbox/images/overlay.png) repeat 0 0;opacity:0.9}#colorbox{outline:0}#cboxTopLeft{width:21px;height:21px;background:url(lib/colorbox/images/controls.png) no-repeat -101px 0}#cboxTopRight{width:21px;height:21px;background:url(lib/colorbox/images/controls.png) no-repeat -130px 0}#cboxBottomLeft{width:21px;height:21px;background:url(lib/colorbox/images/controls.png) no-repeat -101px -29px}#cboxBottomRight{width:21px;height:21px;background:url(lib/colorbox/images/controls.png) no-repeat -130px -29px}#cboxMiddleLeft{width:21px;background:url(lib/colorbox/images/controls.png) left top repeat-y}#cboxMiddleRight{width:21px;background:url(lib/colorbox/images/controls.png) right top repeat-y}#cboxTopCenter{height:21px;background:url(lib/colorbox/images/border.png) 0 0 repeat-x}#cboxBottomCenter{height:21px;background:url(lib/colorbox/images/border.png) 0 -29px repeat-x}#cboxContent{background:#fff;overflow:hidden}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{margin-bottom:28px}#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494}#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494}#cboxLoadingOverlay{background:url(lib/colorbox/images/loading_background.png) no-repeat center center}#cboxLoadingGraphic{background:url(lib/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}#cboxPrevious{position:absolute;bottom:0;left:0;background:url(lib/colorbox/images/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px}#cboxPrevious:hover{background-position:-75px -25px}#cboxNext{position:absolute;bottom:0;left:27px;background:url(lib/colorbox/images/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px}#cboxNext:hover{background-position:-50px -25px}#cboxClose{position:absolute;bottom:0;right:0;background:url(lib/colorbox/images/controls.png) no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px}#cboxClose:hover{background-position:-25px -25px}

/* RESPONSIVE */

	@media all and (max-width:1100px) {

		#topbar {
			display: none;
		}

		#related.safirOwlButtons .owl-nav, .safirOwlButtons .owl-nav {
			top: 10px;
			right: 10px;
		}

		.safirBox, aside .safirWidget {
			padding: 10px;
		}

		.galleryWidget .items {
			margin: -5px;
		}

		.galleryWidget .item-container {
			padding: 5px;
		}

		body .advancedPostsWidget1 .items, body .advancedPostsWidget2 .items, .listing {
			margin: 0 -5px -10px !important;
		}

		body .advancedPostsWidget1 .item-container, body .advancedPostsWidget2 .item-container, .listing .item-container {
			padding: 0 5px !important;
			margin-bottom: 10px !important;
		}

		.safirWidget.homeWidget .innerContainer {
			padding: 20px 10px;
		}

		.referencesWidget .items {
			margin: -5px;
		}

		.referencesWidget .items .item-container {
			padding: 5px;
		}

		.numberWidget.withTitle .innerContainer {
			padding-top: 50px !important;
		}

		body .safirCustomMenu .items {
			margin: 0 -5px -10px;
		}

		body .safirCustomMenu .item-container {
			padding: 0 5px;
			margin-bottom: 10px;
		}

		.crewWidget .items {
			margin: -5px;
		}

		.crewWidget .item-container {
			padding: 5px;
		}

 		#content .safirForm .safirLeft {
			padding-right: 5px;
		}

 		#content .safirForm .safirRight {
			padding-left: 5px;
		}

		#content .safirForm {
			margin-bottom: 0;
		}

		#content form textarea {
			height: 170px;
		}

		#content form p {
			margin-bottom: 0;
		}

		#crewPage .crewGallery {
			margin: -5px;
		}

		#crewPage .crewGallery .crewContainer {
			padding: 5px;
		}

		#referencesPage .refsGallery {
			margin: -5px;
		}

		#referencesPage .refsGallery .refsContainer {
			padding: 5px;
		}

		div.gallery {
		    margin-left: -5px;
		    margin-right: -5px;
		}

		div.gallery .gallery-item {
			padding: 0 5px 10px;
		}

		#single .tags {
			margin: 10px 0 0;
    		padding: 10px 0 0;
		}

		.innerContainer {
			padding: 0 10px;
		}

		#callUs {
			text-align: center;
		}

		#callUs .icon, #callUs .text, #callUs .phone {
			float: none;
			display: inline-block;
		}

		#switcher, header #menuGroup {
			display: none;
		}

		#header {
			box-shadow: 0 0 8px rgba(0,0,0,0.2);
		}

		#logo {
			padding-left: 10px;
			z-index: 10;
		}

		#menu {
			float: none;
		}

		#mobileHeaderBlock {
			display: block;
			position: absolute;
			z-index: 20;
			top: 25px;
			right: 5px;
			overflow: hidden;
		}

		#mobileHeaderBlock .button {
			display: block;
			float: left;
			min-width: 30px;
			height: 30px;
			line-height: 30px;
			padding: 0 5px;
			text-align: center;
			font-weight: 500;
			background: #fff;
			cursor: pointer;
			margin-left: 5px;
			border-radius: 1px;
		}

		#mobileHeaderBlock .button:before {
			font-size: 18px;
			line-height: 30px;
			vertical-align: middle;
		}

		#mobileHeaderBlock .button.phone:before {
			content: "\E002";
		}

		#mobileHeaderBlock .button.email:before {
			content: "\E04E";
		}

		#mobileHeaderBlock .button.info:before {
			content: "\E009";
		}

		#mobileHeaderBlock .button.info.active:before {
			content: "\E02A";
		}

		#mobileHeaderBlock .button.toggleMenu:before {
			content: "\E049";
		}

		#mobileHeaderBlock .button.toggleMenu.open:before {
			content: "\E02A";
			font-size: 16px;
		}

		#mobileMenuContainer {
			background: #fff;
			overflow: hidden;
			position: fixed;
			top: 0;
			left: 0;
			padding-top: 80px;
			width: 100%;
			height: 100%;
			overflow: scroll;
			z-index: 20;
			border-bottom:2px solid #f3f3f3;
		}

		#mobileMenuContainer #menuGroup #search {
			display: none;
		}

		#mobileMenuContainer #search {
			position: relative;
			float: none;
		}

		#mobileMenuContainer #search .searchButton {
			display: none;
		}

		#mobileMenuContainer #search .searchForm {
			display: block;
			position: relative;
		    right: inherit;
		    top: inherit;
		    z-index: 999;
		    width: 100%;
		}

		#mobileMenuContainer #menuGroup {
			height: auto;
			float: 	none;
			margin: 0 0 10px 0;
			padding-right: 0;
			background: #fafafa;
		}

		#mobileMenuContainer #menu li {
			float: none;
			border-left: 0;
			padding: 0;
		}

		#mobileMenuContainer #menu a {
			line-height: 54px;
			padding: 0 10px;
			transition: none;
			border-radius: 0;
			border-top: 1px solid #ededed;
		}

		#mobileMenuContainer #menu a span.icon {
			margin: 17px 5px 18px 0;
		}

		#mobileMenuContainer #menu .sub-menu a span.icon {
			margin: 19px 5px 20px 0;
		}

		#mobileMenuContainer #menu>ul>li:hover>a>span.icon, #mobileMenuContainer #menu>ul>li.active>a>span.icon {
			color: inherit;
		}

		#mobileMenuContainer #menu span.arrow {
			display: none;
		}

		#menu>ul>li:hover>a:after, #menu>ul>li.active>a:after {
			display: none;
		}

		#mobileMenuContainer #menu li.menu-item-has-children span.mobilearrow {
			position: absolute;
			top: 5px;
			right: 5px;
			width: 45px;
			height: 45px;
			display: block;
			text-align: center;
			cursor: pointer;
			font-size: 9px;
		}

		#mobileMenuContainer #menu li.menu-item-has-children span.mobilearrow:before {
			line-height: 45px;
			content: "\E022";
		}

		#mobileMenuContainer #menu li.menu-item-has-children span.mobilearrow.active:before {
			content: "\E02A";
		}

		#mobileMenuContainer #menu .sub-menu {
			position: relative;
			display: none;
			box-shadow: none;
			visibility: visible;
			top: inherit;
			border: 0;
			background: #fdfdfd;
			left: inherit;
		}

		#mobileMenuContainer #menu .sub-menu .sub-menu {
			margin: 0;
		}

		#mobileMenuContainer #menu .sub-menu li {
			border: 0;
		}

		#mobileMenuContainer #menu .sub-menu a {
			background: none;
			padding-left: 30px;
		}

		#mobileMenuContainer #menu .sub-menu a:hover {
			color: inherit;
		}

		#mobileMenuContainer #menu .sub-menu .sub-menu a {
			padding-left: 55px;
		}

		#mobileMenuContainer #menu .sub-menu .sub-menu .sub-menu a {
			padding-left: 80px;
		}

		#mobileMenuContainer .safirSocial {
			text-align: center;
			margin: 8px;
			float: right;
		}

		#mobileMenuContainer .safirSocial li {
			float: none;
			display: inline-block;
		}

		#mobileMenuContainer #languageSelector {
			margin: 5px 0 10px 8px;
			text-align: center;
			float: left;
			border-radius: 2px;
			background: #fafafa;
			padding: 3px;
		}

		#mobileMenuContainer #languageSelector img {
			width: 24px;
			margin: 0 2px;
		}

	}


	@media all and (max-width:960px) {

		.numberWidget .iconList {
		    flex-wrap: wrap;
		    margin: 30px -5px -20px;
		}

		.numberWidget .iconList .item {
		    width: 20%;
		    padding: 0 5px;
			margin-bottom: 20px;
		}

	}

	@media all and (max-width:900px) {

		.crewWidget .items .list .item-container {
			width: 25%;
		}

		#contactPage .infoBlock .item {
			width: 50%;
			margin-bottom: 10px;
		}

	}

	@media all and (max-width:768px) {

		#main {
			margin: 0;
			padding: 0;
		}

		#content, aside {
			clear: both;
			float: none;
			width: 100%;
		}

		aside {
			padding: 15px;
		}

		body .advancedPostsWidget1 .list .item-container, .listing.style1 .item-container, body .galleryWidget .items .list .item-container {
			width: 33.33333333333%;
		}

		body .advancedPostsWidget2 .list .item-container, .listing.style2 .item-container {
			width: 50%;
		}

		.aboutWidget.showPosts .infoBlock {
			width: 100%;
		}

		.aboutWidget.showPosts .postsBlock {
			width: 100%;
			margin-top: 15px;
		}

		body .numberWidget .iconList .item {
		    width: 20%;
		}

		body .safirCustomMenu .list .item-container {
			width: 33.3333333333%;
		}

		body .crewWidget .items .list .item-container {
			width: 33.3333333%;
		}

		.contactWidget .infoBlock {
			width: 100%;
			position: relative;
			z-index: 2;
			top: 0;
			left: 0;
			padding: 15px;
		}

		.contactWidget .infoBlock .safirContactInfo {
			margin-bottom: -20px;
			overflow: hidden;
		}

		aside .contactWidget .infoBlock {
			margin-top: 10px;
			padding: 0;
		}

		aside .contactWidget .infoBlock .item {
			margin-bottom: 10px;
		}

		aside .contactWidget .infoBlock .safirContactInfo {
			margin-bottom: 5px;
		}

		.contactWidget.homeWidget .infoBlock .inner {
			height: inherit;
		}

		.contactWidget .infoBlock .logo {
			display: none;
		}

		.contactWidget .infoBlock .item {
			margin: 0 0 20px;
		}

		#single .metaBox {
			margin-bottom: 15px;
		}

		#single .metaBox .meta span {
			display: none;
		}

		#single .metaBox .meta {
			margin: 0 5px 5px 0;
		}

		#single .metaBox .share {
			float: left;
			margin-left: 0;
		}

		#respond .inputs .item {
			width: 100%;
		}

		footer .column {
			width: 100%;
			padding: 15px;
		}

		#main {
			padding-top: 0 !important;
		}

		#content form input[type=submit], #respond p.form-submit {
			width: 100%;
			float: none;
		}

		.safirBox+.safirBox, #comments {
			margin-top: 15px;
		}

		.safirWidget .innerContainer {
			overflow: visible;
			padding: 0;
		}

		.mainHeading {
			margin-bottom: 15px;
		}

		.reading, .reading p, .reading li {
			text-align: left;
		}

		.reading h1, .reading h2, .reading h3, .reading h4, .reading h5, .reading h6 {
			margin-bottom: 10px;
		}

		.numberWidget .widgetTitle {
			width: 100%;
			text-align: center;
		}

		.numberWidget .widgetTitle .icon {
			float: none;
			display: inline-block;
		}

	}


	@media all and (max-width:600px) {

		body .numberWidget .iconList .item {
		    width: 25%;
		}

		#contactPage .infoBlock .item {
			width: 100%;
		}

		#content .safirForm .safirLeft, #content .safirForm .safirRight {
			width: 100%;
			padding: 0;
		}

		#crewPage .crewGallery .crewContainer {
			width: 50%;
		}

		#referencesPage .refsGallery .refsContainer {
			width: 50%;
		}

		.reading .gallery .gallery-item dt {
			line-height: 100px;
		}

		.gallery .gallery-item {
			width: 33.3333333333%;
		}

		.gallery br {
			display: none;
		}

	}


	@media all and (max-width:550px) {

		body .advancedPostsWidget1 .list .item-container, body .galleryWidget .items .list .item-container, .listing.style1 .item-container {
			width: 50%;
		}

		body .numberWidget .iconList .item {
		    width: 33.3333333333%;
		}

		body .safirCustomMenu .list .item-container {
			width: 50%;
		}

		body .crewWidget .items .list .item-container {
			width: 50%;
		}

		.gallery .gallery-item {
			width: 50%;
		}

		.gallery br {
			display: none;
		}

	}

	@media all and (max-width:450px) {

		#singleBlock.type2 {
			float: none;
			margin: 0 0 5px 0;
		}

	}

	@media all and (max-width:374px) {

		body .advancedPostsWidget1 .list .item-container, body .galleryWidget .items .list .item-container, .listing.style1 .item-container {
			width: 100%;
		}

		body .advancedPostsWidget2 .list .item-container, .listing.style2 .item-container {
			width: 100%;
		}

		body .numberWidget .iconList .item {
		    width: 50%;
		}

		body .safirCustomMenu .list .item-container {
			width: 100%;
		}

		body .crewWidget .items .list .item-container {
			width: 100%;
		}

	}

/* Ek CSS kodlarını buraya yazınız */
