/*
Theme Name: Safir Pusula Wordpress Teması
Theme URI: https://safirdemo.com/pusula
Description: https://safirdemo.com/pusula
Author URI: https://safirtema.com
Author: Safir Tema
Requires PHP: 7.3 
Version: 2.2 
License: Safir Pusula 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.
License URI: https://safirtema.com

NOT: Tema güncellemelerinin sağlıklı yapılabilmesi için üstteki alanlarda düzenleme yapmamalısınız.
*/

/* PUSULA FONT */

@font-face {
	font-family: "pusula";
	src:url("fonts/pusula.eot");
	src:url("fonts/pusula.eot?#iefix") format("embedded-opentype"),
	url("fonts/pusula.woff") format("woff"),
	url("fonts/pusula.ttf") format("truetype"),
	url("fonts/pusula.svg#pusula") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before, #topbar .leftBlock .item:before, .safirSocial a:before, #safir-searchform:before, .safirOwlButtons .owl-nav div:before, .categoriesWidget .item .more span:before, #menu li.menu-item-has-children span.arrow:before,  #menu li.menu-item-has-children span.mobilearrow:before, .advancedPostsWidget2 .item .meta:before, .contactWidget .infoBlock .item .icon:before, footer .footerCols .col .title:before, footer .footerCols .col.contact .infoBlock .item .icon:before, footer .footerBottom .safirTop:before, #contactPage .infoBlock .table .item .icon:before, #contactPage .infoBlock .addressBlock .address .icon:before, #content .safirForm p>span:before, #single .metaBox .icon:before, #single #related .item .more span: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:before, .safir-faq .openclose:before, .safirCustomMenu a .arrow.icon:before, .buttonWidget .icon:before, #mobileHeaderBlock .button:before {
	font-family: "pusula" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	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;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

/* DESIGN  */

body {
	background: #F9F9F9;
	font-size: 14px;
	color: #666;
}

input, select, textarea, button {
	font-size: 14px;
}

a:hover {
	color: #222;
}

/* GENERAL CLASSES */

.homeWidget.lineBg:after {
	display: block;
	content: "";
	height: 4px;
	background: linear-gradient(90deg, #0eac51 12.50%, #565656 12.50%, #565656 25%, #f5b900 25%, #f5b900 37.50%, #e5e5e5 37.50%, #e5e5e5 50%, #0eac51 50%, #0eac51 62.50%, #565656 62.50%, #565656 75%, #f5b900 75%, #f5b900 87.50%, #e5e5e5 87.50%, #e5e5e5 100%);
	background-size: 640px 640px;
}

.innerContainer {
	max-width: 1180px;
	margin: auto;
	overflow: hidden;
	padding: 0 5px;
}

.safirBox {
	background: #fff;
	margin-bottom: 5px;
	border-radius: 2px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1);
}

aside .safirWidget {
	background: #fff;
	border-radius: 2px;
	padding: 15px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1);
}

.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 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.reading, .reading p, .reading li {
	line-height: 1.8;
	text-align: justify;
	font-size: 15px;
}

.reading>*+* {
	margin-top: 30px;
}

.reading {
	margin-bottom: 0;
}

.reading ul li {
	list-style-type: disc;
	margin-left: 20px;
	list-style-position: inside;
}

.reading ol li {
	margin-left: 20px;
	list-style-position: inside;
}

.reading a:hover, .nativeWidget a:hover {
	color: #333;
}

.reading table {
	border-collapse: collapse;
}

.reading th, .reading td {
	border: 1px solid #ddd;
	padding: 8px;
	vertical-align: top;
}

.float {
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.reading {
	font-size: 13px;
}

.post img {
	width: 100%;
}

.categoryDesc {
	line-height: 1.5;
	background: #fafafa;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 13px;
}

.safirNoGallery .gallery, .safirNoGallery .wp-block-gallery {
	display: none;
}

/* THUMBS */

img.lazy {
	opacity: 0;
	transition: opacity .3s ease-in;
}

.safirthumb {
	position: relative;
	overflow: hidden;
	background: #dfdfdf;
}

.safirthumb.square {
	padding-bottom: 100%;
}

.safirthumb.half {
	padding-bottom: 50%;
}

.safirthumb.nobg {
	background: none;
}

.safirthumb:before {
	position: absolute;
	display: block;
	content: "";
}

.safirthumb .thumbnail {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.safirthumb .center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate(50%,50%);
}

.safirthumb img {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fitImage .safirthumb img {
	object-fit: contain;
}

/* PIC HEADER */

.picHeader {
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
}

.picHeader .inner {
	padding: 20px 0 45px;
	background: url(images/picheaderbg.png);
}

.picHeader .titleGroup:before, .picHeader .titleGroup:after {
	display: block;
	content: "";
	width: 150px;
	height: 2px;
	margin: 30px 0;
}

.picHeader .title {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom:5px;
	line-height: 1;
}

.picHeader a {
	color: #fff;
}

/* HEADER */

header {
	position: relative;
	background: #fff;
}

#header {
	position: relative;
	z-index: 40;
	clear:both;
	padding: 0;
	background: #fff;
	box-shadow: 0 4px 8px -2px rgba(0,0,0,0.2);
	transition: all .2s;
}

#mobileHeaderBlock, #mobileMenuContainer {
	display: none;
}

#header .innerContainer {
	overflow: visible;
	display: flex;
	align-items: center;
}

#topbar {
	overflow:hidden;
	color: #666;
	border-bottom: 2px solid #f3f3f3;
}

#topbar .leftBlock {
	float: left;
	display: inline-block;
	overflow: hidden;
	line-height: 30px;
	padding: 5px 0;
	font-size: 15px;
}

#topbar .leftBlock .item {
	float: left;
	margin-right: 15px;
}

#topbar .leftBlock .item:before {
	float: left;
	display: block;
	margin-right: 5px;
	line-height: 30px;
	height: 30px;
}

#topbar .leftBlock .item.phone:before {
	content: "\E006";
	font-size: 16px;
}

#topbar .leftBlock .item.email:before {
	content: "\E005";
	font-size: 18px;
}

#topbar .rightBlock {
	float: right;
	display: inline-block;
}

#topSearch {
	border-left: 1px solid #f3f3f3;
	float:left;
}

#safir-searchform {
	position:relative;
	width: 220px;
	overflow: hidden;
	padding: 5px 0 5px 30px;
}

#safir-searchform:before {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: "\E00B";
	margin: 15px 30px 15px 20px;
	font-size: 10px;
}

#safir-searchform #s {
	display:block;
	float:left;
	margin: 0;
	width:100%;
	background:0;
	height:30px;
	border:0;
	line-height:30px;
	color:#999;
	padding:0 50px 0 5px;
	font-size: 12px;
}

#safir-searchform button {
	display:block;
	position:absolute;
	right:6px;
	top:6px;
	height:28px;
	line-height:28px;
	border:0;
	cursor:pointer;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	padding: 0 5px;
	font-size: 11px;
	transition: all .2s;
}

#topSocial {
	float:left;
	padding: 10px;
	border-left: 1px solid #f3f3f3;
}

.safirSocial ul {
	overflow: hidden;
	margin: 0 -4px;
}

.safirSocial li {
	float: left;
	margin: 0 4px;
}

.safirSocial a {
	display: block;
	width: 20px;
	height: 20px;
}

.safirSocial li a:before {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}

.safirSocial li.facebook a {
	color: #597AC7;
}

.safirSocial li.twitter a {
	color: #5BBCEC;
}

.safirSocial li.instagram a {
	color: #C7296B;
}

.safirSocial li.linkedin a {
	color: #11689B;
}

.safirSocial li.youtube a {
	color: #FD3832;
}

.safirSocial li.pinterest a {
	color: #F16261;
}

.safirSocial li.whatsapp a {
	color: #55CD6C;
}

.safirSocial li.rss a {
	color: #FBC95D;
}

.safirSocial li.facebook a:before {
	content: "\E004";
}

.safirSocial li.twitter a:before {
	content: "\E003";
}

.safirSocial li.instagram a:before {
	content: "\E03D";
}

.safirSocial li.linkedin a:before {
	content: "\E002";
}

.safirSocial li.youtube a:before {
	content: "\E000";
}

.safirSocial li.pinterest a:before {
	content: "\E001";
}

.safirSocial li.whatsapp a:before {
	content: "\E01A";
}

.safirSocial li.rss a:before {
	content: "\E03C";
}

#languageSelector {
	float: right;
	text-align: center;
	background: #F3F3F3;
	padding: 8px;
	overflow: hidden;
}

#languageSelector a {
	display: inline-block;
	margin: 0 2px;
}

#logo {
	position: relative;
	z-index: 100;
	display: flex;
	align-items: center;
}

#logo img {
	width: auto;
}

/* MENU	 */

#menuGroup {
	margin-left: auto;
	position: relative;
	z-index: 20;
}

#menuGroup .innerContainer {
	overflow: visible;
}

#menu {
	z-index:40;
	position:relative;
}

#menu li {
	float: left;
	margin-left: 1px;
	position: relative;
}

#menu a {
	display: flex;
	align-items: center;
	color:#565656;
	transition: background .2s;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	padding: 0 25px;
}

#menu>ul>li:hover>a, #menu>ul>li.active>a {
	background: #fafafa;
}

#header #menu .sub-menu {
	position:absolute;
	z-index: 40;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transform: translateY(20px);
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#header #menu li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}

#menu .sub-menu li {
	float:none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #eee;
}

#menu .sub-menu a {
	width: auto;
	min-width: 210px;
	text-align: left;
	line-height: 40px;
	margin: 0;
	white-space: nowrap;
	padding: 0 0 0 10px;
	background: #fff;
	border: 0;
	text-transform: none;
}

#menu .sub-menu .sub-menu {
	left:100%;
	top: 0;
	margin: -1px 0 0 1px;
}

#menu .sub-menu .icon svg {
	width: 16px;
	height: 16px;
}

#menu li.menu-item-has-children span.arrow:before {
	display: block;
	width: 8px;
	height: 8px;
	font-size: 8px;
	content: "\E008";
	margin-left: 5px;
}

#menu li.menu-item-has-children li.menu-item-has-children span.arrow {
	margin-left: auto;
}

#menu li.menu-item-has-children li.menu-item-has-children span.arrow:before {
	content: "\E009";
}

/* SIDE MENU */

#sidemenu {
	position: fixed;
	top: 150px;
	z-index: 9998;
	border-radius: 0 3px 3px 0;
}

.admin-bar #sidemenu {
	top: 182px;
}

#sidemenu .sub-menu {
	display: none;
}

#sidemenu.left {
	left: -140px;
}

#sidemenu.right {
	right: -140px;
}

#sidemenu a {
	display: block;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

#sidemenu li {
	position: relative;
}

#sidemenu a .icon {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
}

#sidemenu.left a .icon {
	float: right;
}

#sidemenu.right a .icon {
	float: left;
}

#sidemenu a .icon svg {
	margin: 10px;
	width: 20px;
	height: 20px;
}

#sidemenu a .text {
	width: 140px;
	line-height: 40px;
	color: #fff;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#sidemenu.left a .text {
	float: left;
}

#sidemenu.right a .text {
	float: right;
}

/* DESIGN */

#main {
	overflow: hidden;
	margin: -30px auto 30px;
	clear: both;
}

#content {
	float:right;
	width: 68.37606837606838%;
}

.sidebarRight #content {
	float: left;
}

#content.full {
	float:none;
	width:100%;
}

#content.full iframe {
	border: 0;
}

aside {
	float: left;
	width: 29.05982905982906%;
}

.sidebarRight aside {
	float: right;
}

/* SLIDER */

rs-module-wrap {
	clear: both;
	background: #f1f1f1;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

rs-module-wrap * {
	vertical-align: middle;
}

rs-module-wrap .wpcf7-form {
	background: rgba(255,255,255,0.8);
	padding: 30px;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0,0,0,0.06);
	width: 300px;
}

rs-module-wrap .wpcf7-form br {
	display: none;
}

rs-module-wrap .wpcf7-form .formBaslik {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #444;
}

rs-module-wrap .wpcf7-form input[type=text], rs-module-wrap .wpcf7-form input[type=password], rs-module-wrap .wpcf7-form input[type=phone], rs-module-wrap .wpcf7-form input[type=email],  rs-module-wrap .wpcf7-form select,  rs-module-wrap .wpcf7-form textarea {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 3px;
	background: #565656;
	color: #fff;
	margin-bottom: 10px !important;
	line-height: 20px !important;
	padding: 8px 5px;
	font-size: 12px;
}

rs-module-wrap .wpcf7-form input[type=submit] {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 3px;
	line-height: 20px !important;
	color: #fff;
	text-align: center !important;
	cursor: pointer;
	padding: 8px 5px;
	font-size: 12px;
}

rs-module-wrap .wpcf7-form .wpcf7-response-output {
	margin-top: 0;
	white-space: normal;
}

rs-module-wrap .wpcf7-form .wpcf7-form-control-wrap {
	position: relative;
}

rs-module-wrap .wpcf7-form span.wpcf7-not-valid-tip {
	position: relative;
	right: inherit;
	top: -8px;
}

/* WIDGETS */

.nogallery {
	text-align: center;
	padding: 30px;
	font-size: 18px;
}

.safirWidget.homeWidget {
	background: #fff;
}

.safirWidget.homeWidget.grayBg {
	background: #f9f9f9;
}

.safirWidget.homeWidget .innerContainer {
	padding: 40px 5px;
}

.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;
}

rs-module-wrap li {
	border-top: 0;
}

.safirOwlButtons .innerContainer {
	position: relative;
}

.safirOwlButtons .owl-nav {
	position: absolute;
	right: 5px;
	top: 40px;
}

.safirOwlButtons .owl-nav div {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-left: 10px;
	border-radius: 50%;
	border: 2px solid transparent;
}

.safirOwlButtons .owl-nav div:before {
	width: 12px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	display: block;
	margin: 12px;
}

.safirOwlButtons .owl-nav .owl-prev:before {
	content: "\E00C";
}

.safirOwlButtons .owl-nav .owl-next:before {
	content: "\E00D";
}

aside .safirOwlButtons .owl-nav {
	right: 0;
	top: 0;
}

aside .safirOwlButtons .owl-nav div {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	border: 0;
	text-align: center;
}

aside .safirOwlButtons .owl-nav div:before {
	color: #fff;
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	margin: 5px;
}

/* ABOUT WIDGET */

.aboutWidget .infoBlock {
	width: 50%;
	float: left;
	line-height: 1.75;
	color: #a4a4a4;
	padding-right: 40px;
}

.aboutWidget .infoBlock h1, .aboutWidget .infoBlock h2, .aboutWidget .infoBlock h3 {
	color: #565656;
	margin-bottom: 8px;
	line-height: 1.2;
}

.aboutWidget .infoBlock h1 {
	font-size: 26px;
}

.aboutWidget .infoBlock h2 {
	font-size: 22px;
}

.aboutWidget .infoBlock h3 {
	font-size: 18px;
}

.aboutWidget .menuBlock {
	width: 50%;
	float: right;
}

.aboutWidget .infoBlock p {
	margin-bottom: 10px;
}

.aboutWidget .infoBlock p:last-child {
	margin-bottom: 0;
}

.aboutWidget .menu {
	margin: 0 -10px -25px;
	overflow: hidden;
}

.aboutWidget .menu .sub-menu {
	display: none;
}

.aboutWidget .menu li {
	margin-bottom: 25px;
	padding: 0 10px;
	width: 50%;
	float: left;
}

.aboutWidget .menu li a {
	overflow: hidden;
	display: block;
}

.aboutWidget .menu li .iconContainer {
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	background: url(images/sprite.png) 0 -4px no-repeat;
	background-size: 320px 50px;
}

.aboutWidget .menu li .iconContainer .icon {
	display: block;
	width: 60px;
	height: 60px;
	margin: 10px;
	float: left;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(0,0,0,0.06);
}

.aboutWidget .menu li .iconContainer svg {
	width: 30px;
	height: 30px;
	margin: 15px;
	color: #565656;
}

.aboutWidget .menu li .title {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.aboutWidget .menu li .description {
	font-size: 12px;
	font-weight: 300;
	color: #a4a4a4;
}

.aboutWidget .menuBlock a[href]:hover .title {
	color: #333 !important;
}

/* Sidebar */

aside .aboutWidget .infoBlock, aside .aboutWidget .menuBlock {
	width: 100%;
}

aside .aboutWidget .infoBlock{
	margin-bottom: 25px;
}

aside .aboutWidget .menu li {
	width: 100%;
}

aside .aboutWidget .menu li .iconContainer span {
	border:1px solid #eee;
}

/* ADVANCED POSTS WIDGET 1 */

.advancedPostsWidget1 {
	position: relative;
}

.advancedPostsWidget1 .items {
	margin: -15px -15px 0;
}

.advancedPostsWidget1 .items .list {
	overflow: hidden;
}

.advancedPostsWidget1 .items .item-container {
	padding: 15px;
}

.advancedPostsWidget1 .items .list .item-container {
	width: 25%;
	float: left;
}

.advancedPostsWidget1 .item {
	background: #fff;
	position: relative;
	box-shadow: 0 0 6px rgba(0,0,0,0.06);
}

.advancedPostsWidget1 .item img {
	width: 100%;
}

.advancedPostsWidget1 .item .title {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.advancedPostsWidget1 .item .title a {
	display: block;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.advancedPostsWidget1 .item .post-order {
	position: absolute;
	top: -10px;
	left: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

/* Sidebar */

aside .advancedPostsWidget1 .items {
	margin: -8px -8px 0;
}

aside .advancedPostsWidget1 .items .item-container {
	padding: 8px;
}

aside .advancedPostsWidget1 .items .list .item-container {
	width: 50%;
}

/* ADVANCED POSTS WIDGET 2 */

.advancedPostsWidget2 {
	position: relative;
}

.advancedPostsWidget2 .items {
	margin: -15px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.advancedPostsWidget2 .items .item-container {
	padding: 15px;
	width: 50%;
}

.advancedPostsWidget2 .item {
	overflow: hidden;
}

.advancedPostsWidget2 .item .thumb {
	float: left;
	border-radius: 2px;
	overflow: hidden;
	width: 150px;
}

.advancedPostsWidget2 .item .detail {
	margin-left: 170px;
	padding-top: 10px;
}

.advancedPostsWidget2 .item .title a {
	display: block;
	line-height: 20px;
	max-height: 40px;
	margin-bottom: 15px;
	overflow: hidden;
	font-size: 17px;
	font-weight: bold;
	color: #565656;
	text-transform: uppercase;
}

.advancedPostsWidget2 .item .title a:hover {
	color: #333;
}

.advancedPostsWidget2 .item .metas {
	overflow: hidden;
}

.advancedPostsWidget2 .item .meta {
	float: left;
	margin-right: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 12px;
}

.advancedPostsWidget2 .item .meta:before {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
}

.advancedPostsWidget2 .item .meta.category:before {
	content: "\E03B";
}

.advancedPostsWidget2 .item .meta.date:before {
	content: "\E00F";
}

/* Sidebar */


aside .advancedPostsWidget2 .items {
	margin: -8px;
}

aside .advancedPostsWidget2 .items .item-container {
	padding: 8px;
	width: 100%;
}

aside .advancedPostsWidget2 .item .thumb {
	width: 40%;
}

aside .advancedPostsWidget2 .item .detail {
	margin-left: 42%;
	padding-top: 0;
}

aside .advancedPostsWidget2 .item .title a {
	text-transform: none;
	font-size: 15px;
	font-weight: 500;
}

aside .advancedPostsWidget2 .item .title a {
	margin-bottom: 5px;
}

/* CATEGORIES WIDGET */

.categoriesWidget {
	position: relative;
}

.categoriesWidget .items {
	margin: 0 -15px -30px;
	overflow: hidden;
}

.categoriesWidget .items .item-container {
	padding: 0 15px 30px;
}

.categoriesWidget .items .list .item-container {
	width: 33.33333333333333333333%;
	float: left;
}

.categoriesWidget .item {
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.categoriesWidget .item .titleContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%);
}

.categoriesWidget .item .titleContainer .inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 70px 15px 15px;
	color: #fff;
}

.categoriesWidget .item:hover .titleContainer .inner {
	color: #ddd;
}

.categoriesWidget .item .titleContainer .inner .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
}

.categoriesWidget .item .titleContainer .inner .count {
	color: #f5b900;
	font-size: 11px;
	margin-top: 3px;
}

.categoriesWidget .item .more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255,255,255,0.15);
	padding: 9px;
}

.categoriesWidget .item .more span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	padding: 10px;
}

.categoriesWidget .item .more span:before {
	display: block;
	width: 10px;
	height: 10px;
	font-size: 10px;
	text-align: center;
	color: #565656;
	content: "\E00D";
}

/* Sidebar */

aside .categoriesWidget .items .list .item-container {
	width: 100%;
}

aside .categoriesWidget .items {
	margin: 0 -15px -20px;
}

aside .categoriesWidget .items .item-container {
	padding-bottom: 20px;
}

/* REFERENCES WIDGET */

.referencesWidget .itemsContainer {
	margin: 0 -5px;
}

.referencesWidget .itemsContainer .itemContainer {
	padding: 0 5px;
}

.referencesWidget .itemsContainer a {
	display: block;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #eee;
}

.referencesWidget.references .itemsContainer a {
	padding: 10px;
	background: #fff;
}

.referencesWidget.references .itemsContainer .safirthumb {
	background: none;
}

.referencesWidget.gallery .itemsContainer a {
	padding: 5px;
}

/* Crew */

.referencesWidget.crew .itemsContainer {
	margin: 0 -15px;
}

.referencesWidget.crew .itemsContainer .itemContainer {
	padding: 0;
}

.referencesWidget.crew .itemsContainer .owl-item {
	padding: 5px 15px;
}

.referencesWidget.crew .itemsContainer a {
	display: block;
	color: #565656;
	border: 0;
}

.referencesWidget.crew .itemsContainer .safirthumb {
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	padding-bottom: 100%;
}

.referencesWidget.crew .itemsContainer .title {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #eee;
	font-weight: 500;
}

.referencesWidget.crew .itemsContainer .detail {
	color: #a4a4a4;
	font-size: 13px;
}

/* MENU WIDGET */

.safirCustomMenu li {
	transition: all .2s;
	border-bottom: 1px dotted #f9f9f9;
}

.safirCustomMenu .sub-menu li {
	border-bottom: 0;
	border-top: 1px dotted #f9f9f9;
}

.safirCustomMenu a {
	display: block;
	line-height: 20px;
	padding: 8px 0;
	overflow: hidden;
	font-size: 13px;
	text-transform: uppercase;
}

.safirCustomMenu a .arrow.icon {
	display: block;
	float: left;
	padding: 6px;
}

.safirCustomMenu a .arrow.icon:before {
	content: "\E015";
	height: 6px;
	display: block;
	float: left;
	font-size: 6px;
	vertical-align: middle;
}

.safirCustomMenu a .title {
	transition:all .2s;
}

.safirCustomMenu a .title.active {
	font-weight: 500;
}

.safirCustomMenu .toggle.icon {
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin: 10px 0;
	text-align: center;
	display: block;
	float: right;
	font-size: 14px;
	font-family: Arial;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
}

.safirCustomMenu .toggle.icon:before {
	content: "+";
}

.safirCustomMenu .toggle.icon.active:before {
	content: "-";
}

.safirCustomMenu.sub-closed>div>ul>li>.sub-menu {
	display: none;
}

.safirCustomMenu .sub-menu {
	margin-left: 15px;
}

/* BUTTON WIDGET */

.buttonWidget {
	border-radius: 2px;
	overflow: hidden;
	transition:all .15s;
}

.buttonWidget.homeWidget {
	max-width: 1170px;
	margin: 10px auto;
	background: #f9f9f9;
}

.buttonWidget.homeWidget .header {
	padding-top: 8px;
}

.buttonWidget a {
	display: block;
	min-height: 60px;
	background: #fff;
}

.buttonWidget .icon {
	float: left;
	margin-right: 10px;
	padding: 10px;
	border-radius: 2px;
}

.buttonWidget .icon svg {
	width: 40px;
	height: 40px;
}

.buttonWidget .header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.buttonWidget .description {
	text-align: left;
	color: #A4A4A4;
	font-size: 13px;
}

/* CONTACT WIDGET */

.contactWidget {
	position: relative;
}

.contactWidget #googleMap {
	height: 330px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.contactWidget #googleMap iframe {
	width: 100%;
}

.contactWidget .infoBlock {
	width: 290px;
	height: 270px;
	background: #fff;
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 30px;
	border-radius: 2px;
	box-shadow: 0px 0 3px rgba(0, 0, 0, 0.06);
}

.contactWidget .infoBlock .logo {
	border-bottom: 2px solid #F9F9F9;
	padding: 15px;
	margin-bottom: 15px;
}

.contactWidget .infoBlock .logo img {
	max-height: 60px;
}

.contactWidget .infoBlock .item {
	margin: 5px 10px 0 10px;
	overflow: hidden;
	border-radius: 2px;
	font-size: 11px;
}

.contactWidget .infoBlock .item .icon {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background: rgb(0,183,234);
	background: -moz-linear-gradient(left,  #f9f9f9 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  #f9f9f9 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  #f9f9f9 0%, rgba(0,0,0,0) 100%);
}

.contactWidget .infoBlock .item .icon:before {
	display: block;
	width: 20px;
	height: 20px;
	margin: 10px;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
}

.contactWidget .infoBlock .item.address .icon:before {
	content: "\E013";
}

.contactWidget .infoBlock .item.contactmail .icon:before {
	content: "\E010";
}

.contactWidget .infoBlock .item.contactphone .icon:before {
	content: "\E012";
}

.contactWidget .infoBlock .item.fax .icon:before {
	content: "\E011";
}

.contactWidget .infoBlock .item .table {
	display: table;
	height: 40px;
}

.contactWidget .infoBlock .item .table .row {
	display: table-row;
}

.contactWidget .infoBlock .item .table .data {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

/* Sidebar */

aside .contactWidget .infoBlock {
	width: 100%;
	height: inherit;
	top: inherit;
	right: inherit;
	position: relative;
	box-shadow: none;
}

aside .contactWidget .infoBlock .logo {
	display: none;
}

aside .contactWidget .infoBlock .item {
	margin-left: 0;
}

aside .contactWidget #googleMap {
	height: 290px;
}

/* LISTING */

/* Standard */

.listing.standard {
	overflow: hidden;
	margin: 0 -10px;
}

.listing.standard .itemContainer {
	float: left;
	width: 33.333333333333333%;
	margin-bottom: 30px;
	text-align: center;
	padding: 0 10px;
}

.listing.standard .item .thumb img {
	display: block;
	border-radius: 3px;
	width: 100%;
}

.listing.standard .item .titleContainer {
	margin: 5px 0 5px 0;
	height: 40px;
	overflow: hidden;
}

.listing.standard .item .title {
	display: table;
	width: 100%;
}

.listing.standard .item .title a {
	display: table-cell;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	vertical-align: middle;
	height: 40px;
	line-height: 20px;
	transition: all .3s;
}

.listing.standard .item .detail {
	padding-top: 5px;
	border-top: 1px solid #ECF0F1;
	font-size: 13px;
	line-height: 15px;
	height: 36px;
	overflow: hidden;
	color: #9fa4a4;
}

.listing.standard .item .safirButton {
	margin-top: 10px;
}

/* Double */

.listing.double {
	overflow: hidden;
	margin: 0 -10px;
}

.listing.double .itemContainer {
	padding: 0 10px;
	float: left;
	width: 50%;
}

.listing.double .item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #ECF0F1;
}

.listing.double .item .thumb {
	float: left;
	padding: 2px;
	border: 2px solid #ECF0F1;
}

.listing.double .item .detail {
	margin-left: 100px;
}

.listing.double .item .detail .inside {
	line-height: 19px;
	height: 87px;
	overflow: hidden;
}

.listing.double .item .detail .summary {
	font-size: 13px;
	color: #9fa4a4;
}

.listing.double .item .title {
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ECF0F1;
}

/* CONTACT PAGE */

#contactPage .infoBlock {
	margin: -30px -30px 30px;
	color: #fff;
	overflow: hidden;
}

#contactPage .infoBlock .table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#contactPage .infoBlock .table .item {
	display: table-cell;
	padding: 25px 30px;
}

#contactPage .infoBlock .table .item:nth-child(2n) {
	background: rgba(0,0,0,0.05);
}

#contactPage .infoBlock .table .item .icon {
	float: left;
	width: 40px;
	height: 30px;
}

#contactPage .infoBlock .table .item .icon:before {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
}

#contactPage .infoBlock .table .item.unvan .icon:before {
	content: "\E014";
}

#contactPage .infoBlock .table .item.contactmail .icon:before {
	content: "\E010";
}

#contactPage .infoBlock .table .item.contactphone .icon:before {
	content: "\E012";
}

#contactPage .infoBlock .table .item.fax .icon:before {
	content: "\E011";
}

#contactPage .infoBlock .table .item .data {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}

#contactPage .infoBlock .table .item .data span {
	font-size: 12px;
	display: block;
	font-weight: normal;
}

#contactPage .infoBlock .addressBlock {
	background: rgba(0,0,0,0.13);
	overflow: hidden;
	padding: 25px 30px;
}

#contactPage .infoBlock .addressBlock .address {
	float: left;
}

#contactPage .infoBlock .addressBlock .address .icon {
	float: left;
	width: 40px;
	height: 30px;
}

#contactPage .infoBlock .addressBlock .address .icon:before {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	content: "\E013";
}

#contactPage .infoBlock .addressBlock .address {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	width: 70%;
}

#contactPage .infoBlock .addressBlock .address span {
	font-size: 12px;
	display: block;
	font-weight: normal;
}

#contactPage .infoBlock .addressBlock .safirSocial {
	float: right;
	width: 30%;
	text-align: right;
}

#contactPage .infoBlock .addressBlock .safirSocial li {
	margin: 4px;
	display: inline-block;
	float: none;
}

#contactPage .infoBlock .addressBlock .safirSocial a {
	color: #fff;
}

#contactPage #formmap {
	overflow: hidden;
}

#contactPage #formmap .form {
	float: left;
	width: 50%;
	padding-right: 15px;
}

#contactPage #formmap .map {
	float: right;
	width: 50%;
	padding-left: 15px;
}

#contactPage #formmap #googleMap {
	height: 440px;
}

#contactPage #formmap #googleMap iframe {
	width: 100%;
}

/* CREW PAGE */

#crewPage .crewGallery {
	margin: 30px -15px 0;
}

#crewPage .crewGallery .crew {
	padding: 5px 15px;
	width: 25%;
	float: left;
	text-align: center;
}

#crewPage .crewGallery a {
	width: 170px;
	height: auto;
	margin: auto;
	line-height: 1.4;
	border-radius: 0;
	text-align: center;
	border: 0;
	overflow: hidden;
	color: #565656;
}

#crewPage .crewGallery img {
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

#crewPage .crewGallery .title {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #eee;
	font-weight: bold;
}

#crewPage .crewGallery .detail {
	color: #a4a4a4;
	font-size: 13px;
}

/* REFERENCES PAGE */

#referencesPage .reading .gallery .gallery-item dt,
#referencesPage .wp-block-gallery figure {
	border: 1px solid #ddd;
	background: #fff;
	height: 140px;
	border-radius: 0;
	align-items: center;
	padding: 0 10px;
}

/* SINGLE */

/* Single Block */

#singleBlock.type1 {
	margin-bottom: 5px;
}

#singleBlock .thumb {
	border: 1px solid #e2e2e2;
	padding: 1px;
}

#singleBlock.type2 {
	float: left;
	width: 350px;
	margin: 0 10px 5px 0;
}

#singleBlock.type2 img {
	width: 100%;
}

/* Metabox */

#single .metaBox {
	overflow:hidden;
	border-bottom: 2px solid #ECF0F1;
	margin-bottom: 10px;
	padding-bottom: 5px;
	clear: both;
	color: #9fa4a4;
}

#single .metaBox .meta {
	float: left;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	margin: 5px 30px 5px 0;
}

#single .metaBox .meta:last-child {
	margin-right: 0;
}

#single .metaBox .meta a {
	color: #9fa4a4;
}

#single .metaBox .meta a:hover {
	color: #5d6161;
}

#single .metaBox .icon {
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 4px;
}

#single .metaBox .icon:before {
	font-size: 15px;
}

#single .metaBox .category .icon:before {
	content: "\E03B";
}

#single .metaBox .date .icon:before {
	content: "\E00F";
}

#single .metaBox .hit .icon:before {
	content: "\E01D";
}

#single .metaBox .comment .icon:before {
	content: "\E01B";
}

/* Tags */

#single .tagShareBlock {
	overflow: hidden;
	position: relative;
	min-height: 30px;
	margin-top: 30px;
}

#single .share {
	position: absolute;
	top: 5px;
	right: 0;
}

#single .tags {
	float: left;
	padding-right: 100px;
	clear: both;
	overflow: hidden;
	font-size: 11px;
	line-height: 28px;
	color: #a3a3a3;
}

#single .tags .title {
	float: left;
	margin-right: 10px;
	color: #fff;
}

#single .tags .title span {
	padding: 0 10px;
	display: block;
	float: left;
	border-radius: 3px 0 0 3px;
}

#single .tags .title:after {
	float: right;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 10px;
}

#single .tags a {
	line-height: 28px;
	color: #a3a3a3;
}

#single .tags a:hover {
	color: #5b6161;
}

/* Related */

#single #related {
	position: relative;
}

#single #related .items {
	margin: 0 -15px -30px;
	overflow: hidden;
}

#single #related .items .itemContainer {
	padding: 0 15px 30px;
}

#single #related .item {
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

#single #related .item .titleContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%);
}

#single #related .item .titleContainer .inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 70px 15px 15px;
	color: #fff;
}

#single #related .item:hover .titleContainer .inner {
	color: #ddd;
}

#single #related .item .titleContainer .inner .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
}

#single #related .item .titleContainer .inner .count {
	color: #f5b900;
	font-size: 11px;
	margin-top: 3px;
}

#single #related .item .more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255,255,255,0.15);
	padding: 9px;
}

#single #related .item .more span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	padding: 10px;
}

#single #related .item .more span:before {
	display: block;
	width: 10px;
	height: 10px;
	font-size: 10px;
	text-align: center;
	color: #565656;
	content: "\E00D";
}

#single #related.safirOwlButtons .owl-nav {
	top: 0px;
	right: 0px;
}

/* Comments */

#comments {
	margin-top: 30px;
}

#comments ol {
	list-style: none;
	margin: 0 0 10px;
}

#comments ol li {
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	margin: 10px 0 0;
}

#comments ol li .comment-meta+p {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 2px solid #f9f9f9;
	position: relative;
	z-index: 1;
}

#comments .reply {
	position: absolute;
	top: 10px;
	right: 20px;
}

#comments a.comment-reply-link {
	display: inline-block;
	line-height: 20px;
	font-size: 13px;
	margin-top: 5px;
}

#comments a.comment-reply-link:before {
	content: "\E021";
	line-height: 20px;
	margin-right: 4px;
	font-size: 12px;
}

#comments li li {
	padding-left: 30px;
}

#comments ol.children li:first-child .comment-body:before {
	display: block;
	content: "\E020";
	line-height: 20px;
	margin-right: 4px;
	font-size: 14px;
	position: absolute;
	top: 15px;
	left: -10px;
	font-size: 18px;
}

#reply-title {
	display: block;
}

#comments div.comment-body {
	position: relative;
	min-height: 110px;
	padding: 18px;
	border:2px solid #F9F9F9;
}

#comments div.comment-body br {
	display:none;
}

#comments .says {
	display: none;
}

.commentlist .avatar {
	float: left;
	margin: 0 10px 0 0;
	display: block;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	padding: 5px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.commentlist .comment-author {
	display: inline;
}

.commentlist .comment-author cite {
	margin-right: 20px;
	display: inline-block;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.commentlist .comment-author cite:before {
	content: "\E017";
	font-size: 16px;
	line-height: 20px;
	margin-right: 4px;
}

.commentlist .comment-meta {
	color: #999;
	display: inline-block;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 70px;
}

.commentlist .comment-meta a {
	color: #a4a4a4;
}

.commentlist .comment-meta a:first-child:before {
	content: "\E00F";
	margin-right: 2px;
	line-height: 20px;
	font-size: 14px;
}

#respond p {
	clear: both;
}

#respond .inputs {
	overflow: hidden;
	margin: 0 -4px;
}

#respond .inputs .item {
	width: 50%;
	float: left;
	padding: 0 4px;
}

#respond p.warning {
	color: red;
	font-style: italic;
}

#comments input#author, #comments input#email, #comments input#url {
	display: block;
	width: 100%;
}

#respond {
	overflow: hidden;
}

#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;
}

/* 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 .prev a:before {
	float: left;
	content: "\E023";
}

#gallery-links .next a:after {
	float: right;
	content: "\E009";
}

#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 0;
	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;
}

/* GALLERY */

.reading .gallery {
	overflow: hidden;
	margin: 0 -10px;
}

.gallery-columns-0 .gallery-item {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.reading .gallery .gallery-item {
	float: left;
	text-align: center;
	padding: 10px;
}

.reading .gallery .gallery-item dt {
	border: 1px solid #ddd;
	padding: 8px;
	background: #fafafa;
	line-height: 148px;
	border-radius: 2px;
}

.reading .gallery .gallery-item dt img {
	vertical-align: middle;
}

/* FORMS */

form p {
	overflow: hidden;
	margin-bottom: 10px;
}

form .wpcf7-form-control-wrap {
	width: 100%;
}

form span {
	display: block;
}

form input[type=text],
form input[type=password],
form input[type=tel],
form input[type=date],
form input[type=email],
form textarea,
form select {
	width: 100%;
	height: 48px;
	outline: none;
	border: 1px solid #F3F3F3;
	border-radius: 2px;
	background: #fff;
	margin: 3px 0;
	padding: 9px;
	transition: all .25s;
	color: #999;
	line-height: 20px;
}

form input[type=text]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=date]:focus,
form input[type=email]:focus,
form textarea:focus,
form select:focus {
	border: 1px solid #ddd;
	color: #747474;
}

form input[type=checkbox] {
	margin: 7px 7px 7px 0;
}

form textarea {
	max-width: 100%;
	width: 100%;
	height: 90px;
}

form img.ajax-loader {
	margin: 12px;
}

form input[type=submit] {
	border: 0;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	padding: 0 50px;
	transition: all .3s;
	display: inline-block;
	font-weight: bold;
	border-radius: 2px;
}

/* Contact Form 7 */

div.wpcf7-validation-errors {
	border:0 !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 p>span {
	border: 1px solid #F3F3F3;
	border-radius: 2px;
	margin-bottom: 6px;
	overflow: hidden;
	position: relative;
}

#content .safirForm p>span:before {
	width: 50px;
	height: 36px;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	margin: 6px 0;
	line-height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-right: 1px solid #f3f3f3;
}

#content .safirForm p>span.mesaj:before, #content .safirForm p>span.yorum:before {
	height: 95%;
}

#content .safirForm p>span.adsoyad:before {
	content: "\E014";
}

#content .safirForm p>span.email:before {
	content: "\E005";
}

#content .safirForm p>span.telefon:before {
	content: "\E006";
}

#content .safirForm p>span.konu:before {
	content: "\E00E";
}

#content .safirForm p>span.mesaj:before {
	content: "\E019";
}

#content .safirForm p>span.yorum:before {
	content: "\E01B";
}

#content .safirForm p>span[data-name=adsoyad]:before {
	content: "\E014";
}

#content .safirForm p>span[data-name=email]:before {
	content: "\E005";
}

#content .safirForm p>span[data-name=telefon]:before {
	content: "\E006";
}

#content .safirForm p>span[data-name=konu]:before {
	content: "\E00E";
}

#content .safirForm p>span[data-name=mesaj]:before {
	content: "\E019";
}

#content .safirForm p>span[data-name=yorum]:before {
	content: "\E01B";
}

#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: 70px;
	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;
	text-align: center;
}

.safirnavi span, .safirnavi a {
	display: inline-block;
	min-width: 28px;
	padding: 0 15px;
	text-align: center;
	margin:0 5px 0 0;
	line-height: 35px;
	border: 0;
	color: #fff;
	font-weight: 500;
	border-radius: 2px;
	transition: all .4s;
}

/* FOOTER */

footer {
	clear: both;
	position: relative;
	z-index: 10;
	background: #2B2B2B;
}

footer .footerCols {
	margin: 0 -15px 30px;
	overflow: hidden;
}

footer .footerCols .col {
	width: 33.333333333333%;
	float: left;
	padding: 0 15px;
}

footer .footerCols .col .title {
	margin-bottom: 10px;
	background: #272727;
	padding: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
}

footer .footerCols .col .title:before {
	width: 25px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	display: block;
	float: left;
}

footer .footerCols .col.about .title:before {
	content: "\E014";
}

footer .footerCols .col.menu .title:before {
	content: "\E00E";
}

footer .footerCols .col.contact .title:before {
	content: "\E012";
}

footer .footerCols .col.about .desc {
	color: #959595;
	line-height: 1.8;
}

footer .footerCols .col.about .desc .safirButton {
	margin: 10px 0;
}

footer .footerCols .col.about .desc a:hover {
	color: #595959;
}

footer .footerCols .col.menu .sub-menu {
	display: none;
}

footer .footerCols .col.menu ul {
	margin: -5px;
	overflow: hidden;
}

footer .footerCols .col.menu li {
	padding: 5px;
	float: left;
	width: 50%;
}

footer .footerCols .col.menu a {
	display: flex;
	align-items: center;
	background: #272727;
	padding: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
}

footer .footerCols .col.menu a:hover {
	color: #ddd;
}

footer .footerCols .col.menu a svg {
	width: 16px;
	height: 16px;
}

footer .footerCols .col.contact .infoBlock {
	margin-bottom: 20px;
}

footer .footerCols .col.contact .infoBlock .item {
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 11px;
	color: #fff;
}

footer .footerCols .col.contact .infoBlock .item .icon {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, #272727 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,#272727 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,#272727 100%);
}

footer .footerCols .col.contact .infoBlock .item .icon:before {
	display: block;
	width: 20px;
	height: 20px;
	margin: 10px;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
}

footer .footerCols .col.contact .infoBlock .item.address .icon:before {
	content: "\E013";
}

footer .footerCols .col.contact .infoBlock .item.contactmail .icon:before {
	content: "\E010";
}

footer .footerCols .col.contact .infoBlock .item.contactphone .icon:before {
	content: "\E012";
}

footer .footerCols .col.contact .infoBlock .item.fax .icon:before {
	content: "\E011";
}

footer .footerCols .col.contact .infoBlock .item .table {
	display: table;
	height: 40px;
}

footer .footerCols .col.contact .infoBlock .item .table .row {
	display: table-row;
}

footer .footerCols .col.contact .infoBlock .item .table .data {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

footer #footerSocial a {
	color: #fff !important;
}

footer .footerBottom {
	background: #272727;
	font-size: 12px;
	color: #fff;
}

footer .footerBottom .copyright {
	line-height: 20px;
	padding: 10px 0;
}

footer .footerBottom .innerContainer {
	position: relative;
	min-height: 60px;
	padding: 0 70px 0 5px;
}

footer .footerBottom a:hover {
	color: #525252;
}

footer .footerBottom .safirTop {
	position: absolute;
	top: 0;
	right: 5px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	transition: all .3s;
}

footer .footerBottom .safirTop:before {
	display: block;
	width: 20px;
	height: 20px;
	margin: 20px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	content: "\E016";
}

/* 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;cursor:hand;-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}

/* RESPONSIVE */

#mobileSocialContainer {
	display: none;
}

@media all and (max-width:1100px) {

	#mobileSocialContainer {
		position: fixed;
		top: 66px;
		left: 0;
		width: 100%;
		background: #fafafa;
		z-index: 19;
		text-align: center;
		padding: 20px 5px;
		box-shadow: 0 4px 8px -2px rgba(0,0,0,0.2);
	}

	#mobileSocialContainer .title {
		margin-bottom: 10px;
		font-size: 15px;
	}

	#mobileSocialContainer .safirSocial li {
		display: inline-block;
		float: none;
	}

	#mobileSocialContainer .safirSocial li a {
		width: 30px;
		height: 30px;
	}

	#mobileSocialContainer .safirSocial li a:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 30px;
	}

	#topbar, header #menuGroup, #sidemenu {
		display: none;
	}

	#mobileHeaderBlock {
		display: block;
		margin-left: auto;
		overflow: hidden;
	}

	#mobileHeaderBlock .button {
		display: block;
		float: left;
		margin-left: 5px;
		min-width: 30px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		padding: 0 5px;
		text-align: center;
		font-weight: 500;
		border-radius: 50%;
		cursor: pointer;
	}

	#mobileHeaderBlock .button:before {
		font-size: 13px;
		line-height: 30px;
		vertical-align: middle;
	}

	#mobileHeaderBlock .button.phone:before {
		content: "\E006";
	}

	#mobileHeaderBlock .button.email:before {
		content: "\E005";
	}

	#mobileHeaderBlock .button.social:before {
		content: "\E042";
	}

	#mobileHeaderBlock .button.social.active:before {
		content: "\E043";
	}

	#mobileHeaderBlock .button.toggleMenu:before {
		content: "\E00E";
	}

	#mobileHeaderBlock .button.toggleMenu.open:before {
		content: "\E043";
	}

	#mobileMenuContainer {
		background: #fafafa;
		overflow: hidden;
		position: fixed;
		top: 66px;
		width: 100%;
		height: 100%;
		overflow: overlay;
		z-index: 20;
	}

	#mobileMenuContainer .topinfo {
		text-align: center;
		position: relative;
		overflow: hidden;
	}

	#mobileMenuContainer #topSearch {
		border: 0;
		margin: 10px;
		background: #eee;
		border-radius: 3px;
		float: none;
		overflow: hidden;
	}

	#mobileMenuContainer #languageSelector {
		margin: 10px;
		border-radius: 3px;
		background: #eee;
	}

	#mobileMenuContainer #safir-searchform {
		width: 100%;
	}

	#mobileMenuContainer .menuContainer {
		padding: 0 10px 80px;
		margin-top: -10px;
	}

	#mobileMenuContainer #menuGroup {
		height: auto;
		float: 	none;
		background: #F9F9F9;
	}

	#mobileMenuContainer #menu li {
		float: none;
	}

	#mobileMenuContainer #menu a {
		line-height: 54px;
		padding: 0;
		transition: none;
		border-bottom: 1px solid #ededed;
	}

	#mobileMenuContainer #menu>ul>li:hover>a, #mobileMenuContainer #menu>ul>li.active>a {
		color:inherit;
		background: none;
		border-bottom: 1px solid #ededed;
	}

	#mobileMenuContainer #menu li.menu-item-has-children span.arrow {
		display: none;
	}

	#mobileMenuContainer #menu li.menu-item-has-children span.mobilearrow {
		width: 30px;
		height: 30px;
		cursor: pointer;
		position: absolute;
		top: 10px;
		right: 0;
		border-radius: 3px;
		background-color: rgba(0,0,0,0.04);
		display: block;
	}

	#mobileMenuContainer #menu li.menu-item-has-children span.mobilearrow:before {
		line-height: 30px;
		display: block;
		text-align: center;
		content: "\E008";
		font-size: 10px;
	}

	#mobileMenuContainer #menu li.menu-item-has-children span.mobilearrow.active:before {
		content: "\E043";
	}

	#mobileMenuContainer #menu .sub-menu {
		position: relative;
		display: none;
		box-shadow: none;
		visibility: visible;
		top: inherit;
		left: inherit;
	}

	#mobileMenuContainer #menu .sub-menu li {
		border: 0;
	}

	#mobileMenuContainer #menu .sub-menu a {
		background: none;
		padding-left: 30px;
	}

	#mobileMenuContainer #menu .sub-menu svg {
		width: 16px;
		height: 16px;
	}

	#mobileMenuContainer #menu .sub-menu a:hover {
		color: inherit;
	}

	#mobileMenuContainer #menu .sub-menu .sub-menu a {
		padding-left: 60px;
	}

	#mobileMenuContainer #menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 90px;
	}

}

@media all and (max-width:1000px) {

	#contactPage .infoBlock .table .item .icon {
		float: none;
		margin-bottom: 10px;
	}

}

@media all and (max-width:930px) {

	footer .footerCols .col.menu li {
		width: 100%;
	}

}

@media all and (max-width:850px) {

	#contactPage .infoBlock .table .item, #contactPage .infoBlock .addressBlock {
		padding: 15px;
	}

}

@media all and (max-width:768px) {

	.safirBox, aside .safirWidget {
		padding: 15px;
		border-radius: 0;
		box-shadow: none;
		margin: 0;
	}

	#main {
		margin: 0;
		padding: 0;
	}

	.picHeader .inner {
		padding: 20px 10px;
	}

	#content, aside {
		clear: both;
		float: none;
		width: 100%;
	}

	.safirWidget.homeWidget .innerContainer {
		padding: 15px;
	}

	.safirWidget .innerContainer {
		overflow: visible;
		padding: 0;
	}

	.advancedPostsWidget1 .item .post-order {
		top:5px;
		left:5px;
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size:15px;
	}

	.safirOwlButtons .owl-nav {
		top: 15px;
		right: 15px;
	}

	.safirOwlButtons .owl-nav div {
		margin-left: 5px;
	}

	.aboutWidget .infoBlock, .aboutWidget .menuBlock {
		width: 100%;
	}

	.aboutWidget .infoBlock {
		margin-bottom: 25px;
	}

	.aboutWidget .menu li {
		width: 100%;
	}

	.aboutWidget .menu {
		margin-bottom: -10px;
	}

	.aboutWidget .menu li {
		margin-bottom: 10px;
	}

	.categoriesWidget .items {
		margin: 0 -8px -15px
	}

	.categoriesWidget .items .item-container {
		padding: 0 8px 15px;
	}

	aside .categoriesWidget .items .list .item-container {
		width: 50%;
	}

	aside .categoriesWidget .items {
		margin: 0 -8px -20px;
	}

	aside .categoriesWidget .items .item-container {
		padding-bottom: 20px;
	}

	body .advancedPostsWidget1 .items {
		margin: -8px -8px 0;
	}

	body .advancedPostsWidget1 .items .item-container {
		padding: 8px;
	}

	body .advancedPostsWidget1 .items .list .item-container {
		width: 25%;
	}

	.buttonWidget a {
		padding: 10px;
		background: #fafafa;
		border-radius: 2px;
		overflow: hidden;
	}

	.contactWidget .infoBlock {
		width: 100%;
		height: inherit;
		top: inherit;
		right: inherit;
		position: relative;
		box-shadow: none;
	}

	.contactWidget .infoBlock .logo {
		display: none;
	}

	aside .contactWidget .infoBlock .item {
		margin-left: 0;
	}

	.contactWidget #googleMap {
		height: 290px;
	}

	.advancedPostsWidget2 .items {
		margin: -15px;
		overflow: hidden;
	}

	body .advancedPostsWidget2 .items {
		margin: -8px;
	}

	body .advancedPostsWidget2 .items .item-container {
		padding: 8px;
		width: 100%;
	}

	body .advancedPostsWidget2 .item .detail {
		margin-left: 170px;
		padding-top: 10px;
	}

	body .advancedPostsWidget2 .item .title a {
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 500;
	}

	body .advancedPostsWidget2 .item .title a {
		margin-bottom: 10px;
	}

	.picHeader {
		text-align: center;
	}

	.picHeader .titleGroup:before, .picHeader .titleGroup:after {
		display: inline-block;
		margin: 20px 0;
	}

	.listing.double .itemContainer {
		width: 100%;
	}

	.safirBox+.safirBox, #comments {
		margin-top: 3px;
	}

	#single #related .items {
		margin: 0 -8px -15px;
	}

	#single #related .items .itemContainer {
		padding: 0 8px 15px;
	}

	#contactPage .infoBlock {
		margin: -15px -15px 15px;
	}

	#contactPage .infoBlock .table .item {
		display: block;
		width: 50%;
		float: left;
	}

	#contactPage .infoBlock .table .item .icon {
		float: left;
		margin-bottom: 0;
	}

	#contactPage .infoBlock .addressBlock .address {
		width: 50%;
	}

	#contactPage .infoBlock .addressBlock .safirSocial {
		width: 50%;
	}

	#contactPage #formmap .form {
		margin-bottom: 15px;
	}

	#contactPage #formmap .form, #contactPage #formmap .map {
		width: 100%;
		padding: 0;
	}

}

@media all and (max-width:720px) {

	body .categoriesWidget .items .list .item-container {
		width: 50%;
	}

	body .advancedPostsWidget1 .items .list .item-container {
		width: 33.3333333333333333%;
	}

	.reading, .reading p, .reading li {
		text-align: left;
	}

	.reading h1, .reading h2, .reading h3, .reading h4, .reading h5, .reading h6 {
		margin-bottom: 10px;
	}

}

@media all and (max-width:650px) {

	footer .innerContainer {
		padding: 0 15px;
	}

	footer .footerCols .col {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerCols .col.menu li {
		width: 50%;
	}

}

@media all and (max-width:600px) {

	#contactPage .infoBlock .table .item {
		width: 100%;
	}

	#single .metaBox .meta {
		margin-right: 10px;
	}

	#single .metaBox .meta span {
		display: none;
	}

	#crewPage .crewGallery .crew {
		width: 33.333333333%;
	}

	.reading .gallery .gallery-item dt {
		line-height: 100px;
	}

	.gallery .gallery-item {
		width: 33.3333333333%;
	}

	.gallery br {
		display: none;
	}

	#singleBlock.type2 {
		width: 100%;
		margin: 0 0 10px 0;
	}

}


@media all and (max-width:500px) {

	body .advancedPostsWidget1 .items .list .item-container {
		width: 50%;
	}

	footer .footerCols .col.menu li {
		width: 100%;
	}

	.listing.standard .itemContainer {
		width: 50%;
	}

	#respond .inputs .item {
		width: 100%;
	}

	#contactPage .infoBlock .addressBlock .address {
		width: 100%;
		margin-bottom: 15px;
	}

	#contactPage .infoBlock .addressBlock .safirSocial {
		width: 100%;
		text-align: center;
	}

	#referencesPage .refGallery .refContainer {
		width: 50%;
	}

	#referencesPage .refGallery .refContainer:nth-child(3n+1) {
		clear: none;
	}

	#referencesPage .refGallery .refContainer:nth-child(2n+1) {
		clear: both;
	}

	#referencesPage .refGallery .ref .thumb .inner {
	}

	.gallery .gallery-item {
		width: 50%;
	}

	.gallery br {
		display: none;
	}

}


@media all and (max-width:400px) {

	body .categoriesWidget .items .list .item-container {
		width: 100%;
	}

	body .advancedPostsWidget2 .item .detail {
		padding-top: 0;
	}

	#crewPage .crewGallery .crew {
		width: 50%;
	}
}

@media all and (max-width:320px) {

	body .advancedPostsWidget1 .items .list .item-container {
		width: 100%;
	}

}
