/*
Theme Name: Kırnapçı Ünal
Theme URI: http://kirnapciunal.com/
Author: Ali Dağlı
Author URI: http://alidagli.net/
Description: Kırnapçı Ünal Avukat Teması
Version: 1.0.0
Text Domain: themesettings
*/

/* ====== FORMS ======= */
.form-group {
	margin-bottom: 10px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:-moz-placeholder {
	color: #333;
}
.form-control::-moz-placeholder {
	color: #333;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #333;
}
.form-control::-webkit-input-placeholder {
	color: #333;
}
textarea.form-control {
	height: auto;
	min-height: 210px;
	resize: none;
}
.control-label {
	display: block;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 7px 0;
}
.control-label span {
	color: #999;
}
.form-group {
	margin-bottom: 25px;
}
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: inherit;
}
.has-error .help-block {
	color: #bc3d3d;
}
.has-error .form-control:focus {
	border-color: #bc3d3d;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-error .form-control {
	border-color: #bc3d3d;
}
.has-error .help-block {
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	position: relative;
	top: 7px;
	height: 0;
}
/* ====== SECTIONS ======= */
.content-area {
	padding: 45px 0 60px 0;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #fff;
}
.content-area.bg2 {
	background: #f5f5f5;
}
/* === GOOGLE MAP === */
.addressBox {
	width: 370px;
	height: 347px;
	padding: 45px 20px 40px 20px;
	background: #fff;
}
.addressBox dl {
	margin: 0;
}
.addressBox dt {
	border: 0;
	margin: 25px 0 0 0;
}
.addressBox dd {
	font-size: 18px;
	line-height: 26px;
	color: #333;
	font-weight: 600;
}
.mapOuter {
	position: relative;
}
.mapOuter .addressBox {
	z-index: 1;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -585px;
}
.googleMap {
	min-height: 695px;
}
.googleMap img {
	max-width: none;
}
.googleMap .customMarker {
	font-size: 60px;
	color: #ea623d;
}
.content-layer {
	position: relative;
}
.content-layer .placeOver {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding-top: 50px;
}
.content-layer .bg-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: #453951;
	opacity: .9;
	filter: alpha(opacity=90);
}
.content-layer .placeOver > .container {
	position: relative;
}
.content-layer .showMap {
	position: absolute;
	z-index: 3;
	top: 20px;
	right: 20px;
}
.make-overflow {
	overflow: hidden;
}
/* === DESCRIPTION LIST === */
dl {
	margin-top: 0;
	margin-bottom: 35px;
}
dt,
dd {
	line-height: 22px;
}
dt {
	font-weight: 400;
	color: #999999;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	padding: 16px 0 7px 0;
	margin: 12px 0 0 0;
	border-top: 1px solid #e5e5e5;
}
dl dt:first-child {
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}
dd {
	margin-left: 0;
}
.media.stdbox > .pull-left {
	margin-right: 20px;
}
.media.stdbox > .pull-left img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.media.stdbox .media-heading {
	margin: -2px 0 8px 0;
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-top: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	padding: 18px 22px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	background: transparent;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background-color: #453951;
	border-color: transparent;
}
.nav-pills > li:first-child > a {
	border-color: transparent;
}
.nav-pills > li.active + li a {
	border-color: transparent;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 0;
	margin-left: 0;
}
.priceBox .inner {
	background: #453951;
	padding: 45px 10px;
}
.priceBox .inner .btn {
	margin-top: 20px;
}
.priceBox .inner * {
	color: #fff;
}
.priceBox em {
	font-size: 64px;
	line-height: 64px;
	font-weight: 400;
	font-style: normal;
	padding: 0 0 0 1px;
}
.priceBox sup {
	font-size: 14px;
	top: -2.5em;
}
.priceBox sub {
	font-size: 14px;
	bottom: 0;
}
.priceBox span {
	display: block;
	background: #f5f5f5;
	color: #666;
	padding: 14px 10px;
}
.priceBox span + span {
	border-top: 1px solid #e6e6e6;
}
.priceBox.special .inner {
	background: #ea623d;
}
.priceBox.special .btn-primary {
	border-color: #fff;
	border-color: rgba(255,255,255,0.4);
}
.priceBox.special .btn-primary:hover,
.priceBox.special .btn-primary:focus,
.priceBox.special .btn-primary:active,
.priceBox.special .btn-primary.active {
	background: #2a272e;
	border-color: #2a272e;
	color: #fff;
}
.priceBox.type2 .inner {
	background: transparent;
	padding: 0 5px 10px 5px;
}
.priceBox.type2 .inner * {
	color: inherit;
}
.priceBox.type2 .inner h3 {
	margin-bottom: 12px;
}
.priceBox.type2 em {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
}
.priceBox.type2 sup {
	top: -0.45em;
}
.priceBox.type2 sup,
.priceBox.type2 sub {
	color: #666;
}
.priceBox.type2 span {
	background: transparent;
	padding: 5px;
}
.priceBox.type2 span + span {
	border-top: 0;
}
.priceBox.type2 .btn {
	margin-top: 20px;
}
.priceBox.type2 .fa {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	border: 2px solid #e5e5e5;
	background: #fff;
	color: #ea623d;
	font-size: 17px;
	padding-top: 25px;
	margin: 0 0 25px 0;
}
.priceBox.type2 .fa:hover {
	background: #333;
	color: #fff;
	border-color: #333;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
[class^="col-md-"] + [class^="col-md-"] .priceBox.type2 {
	border-left: 1px solid #e6e6e6;
	margin-left: -15px;
}
.table-responsive table {
	width: 100%;
	margin-bottom: 20px;
}
.table-responsive table > thead > tr > th,
.table-responsive table > thead > tr > td,
.table-responsive table > tbody > tr > th,
.table-responsive table > tbody > tr > td,
.table-responsive table > tfoot > tr > th,
.table-responsive table > tfoot > tr > td {
	padding: 17px 21px;
	line-height: 16px;
	vertical-align: top;
	border-top: 0;
}
.table-responsive table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #e5e5e5;
}
.table-responsive table > caption + thead > tr:first-child > th,
.table-responsive table > caption + thead > tr:first-child > td,
.table-responsive table > colgroup + thead > tr:first-child > th,
.table-responsive table > colgroup + thead > tr:first-child > td,
.table-responsive table > thead:first-child > tr:first-child > th,
.table-responsive table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table-responsive table > tbody + tbody {
	border-top: 1px solid #e5e5e5;
}
.table-responsive table > tbody > tr:nth-child(odd) > td,
.table-responsive table > tbody > tr:nth-child(odd) > th {
	background-color: transparent;
}
.table-responsive table > tbody > tr:nth-child(even) > td,
.table-responsive table > tbody > tr:nth-child(even) > th {
	background-color: #f5f5f5;
}
.table-responsive table > tbody > tr:hover > td,
.table-responsive table > tbody > tr:hover > th {
	background-color: #ea623d;
	color: #fff;
}
.table-responsive table > tbody > tr {
	cursor: pointer;
}
.table-responsive table td {
	color: #666;
}
.table-responsive table th {
	color: #999;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;
}
.col-md-3 + .col-md-9 .table-responsive {
	margin-top: -18px;
}
.list-styled > li {
	position: relative;
	padding: 0 0 0 16px;
	margin: 0 0 15px 0;
	color: #666;
}
.list-styled > li:before {
	content: "●";
	color: #999;
	position: absolute;
	top: -1px;
	left: 0;
}
/* === 404 PAGE === */
.pg404 {
	padding: 55px 0 85px 0;
}
.text-in-bg {
	position: relative;
	margin: 0 0 25px 0;
}
.text-in-bg h2 {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	margin-bottom: 0;
}
.text-in-bg .bigText {
	display: block;
	color: #e6e6e6;
	font-weight: 700;
	font-size: 250px;
	line-height: 250px;
}
/* === ANIMATE.CSS === */
.withAnimation .animated {
	opacity: 0;
	filter: alpha(opacity=0);
}
.withAnimation .activate {
	opacity: 1;
	filter: alpha(opacity=100);
}
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
	outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides {
	margin: 0;
	padding: 0;
	list-style: none;
}
@font-face {
	font-family: flexslider-icon;
	src: url(../css/font/flexslider-icon.eot);
	src: url(../css/font/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(../css/font/flexslider-icon.woff) format('woff'), url(../css/font/flexslider-icon.ttf) format('truetype'), url(../css/font/flexslider-icon.svg#flexslider-icon) format('svg');
	font-weight: 400;
	font-style: normal;
}
.flexslider {
	padding: 0;
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides>li:first-child {
	display: block;
}
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: .7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: .7;
	right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: flexslider-icon;
	font-size: 40px;
	display: inline-block;
	content: '\f001';
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: .8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: flexslider-icon;
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
.flexslider {
	margin: 0;
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.flexslider .flex-direction-nav a {
	opacity: 1;
	text-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.flexslider .flex-direction-nav .flex-prev {
	left: 20px;
}
.flexslider .flex-direction-nav .flex-next {
	right: 20px;
	text-align: center;
}
.flexslider:hover .flex-prev {
	opacity: 1;
	left: 20px;
}
.flexslider:hover .flex-next {
	opacity: 1;
	right: 20px;
}
.flexslider .slides > li {
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.flexslider .slides > li .row > div {
	position: static;
}
.flexslider .slides img {
	width: auto;
}
.flexslider .inner {
	padding-top: 100px;
	color: #fff;
}
.flexslider .inner h1,
.flexslider .inner h2,
.flexslider .inner h3,
.flexslider .inner h4,
.flexslider .inner h5,
.flexslider .inner h6 {
	font-weight: 600;
	color: #fff;
}
.flexslider .inner p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.flexslider .inner .btn-default {
	color: #fff;
}
.flexslider .inner .btn-default:hover,
.flexslider .inner .btn-default:focus,
.flexslider .inner .btn-default:active,
.flexslider .inner .btn-default.active {
	color: #ea623d;
}
.flexslider .inner .btn + .btn {
	margin-left: 15px;
}
.flexslider .inner .page-title {
	color: rgba(255,255,255,0.4);
}
.flexslider .inner .btn-default {
	border-color: rgba(255,255,255,0.4);
}
.flexslider .inner .btn-default:hover {
	border-color: #ea623d;
}
.flexslider .inner .text-center {
	margin-top: 70px;
}
.flexslider .inner .text-center * {
	margin-bottom: 32px;
}
.flexslider .flex-direction-nav a {
	text-align: center;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #fff;
}
.flexslider .flex-direction-nav a:hover {
	color: #ea623d;
}
.flexslider .flex-direction-nav a:before {
	font-size: 40px;
	line-height: 37px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
}
.flexslider .flex-direction-nav a.flex-next:before {
	content: "\f105";
}
.flexslider .flex-control-nav {
	width: 1170px;
	left: 50%;
	margin-left: -585px;
	position: absolute;
	bottom: 40px;
	text-align: left;
	z-index: 100;
}
.flexslider .flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flexslider .flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 1px solid #fff;
}
.flexslider .flex-control-paging li a:hover {
	background: #fff;
}
.flexslider .flex-control-paging li a.flex-active {
	background: #fff;
}
.flexslider .flex-direction-nav .flex-disabled {
	display: none;
}
.flexslider.center-controls .flex-control-nav,
.container .flexslider .flex-control-nav {
	width: 100%;
	left: 0;
	margin-left: 0;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.blog-item .flexslider .flex-direction-nav .flex-prev {
	left: 5px;
}
.blog-item .flexslider .flex-direction-nav .flex-next {
	right: 5px;
}
.blog-item .flexslider:hover .flex-prev {
	left: 5px;
}
.blog-item .flexslider:hover .flex-next {
	right: 5px;
}
.flexslider.carousel-slider {
	margin-bottom: 95px;
}
.flexslider.carousel-slider .slides > li {
	margin-right: 30px;
}
.flexslider.carousel-slider .flex-direction-nav a {
	color: #999;
	margin-top: -60px;
}
.flexslider.carousel-slider .flex-direction-nav a:hover {
	color: #ea623d;
}
.flexslider.carousel-slider .flex-direction-nav .flex-prev {
	left: -55px;
}
.flexslider.carousel-slider .flex-direction-nav .flex-next {
	right: -55px;
}
.flexslider.carousel-slider .flex-control-nav {
	width: 100%;
	left: 0;
	margin-left: 0;
	position: absolute;
	bottom: -60px;
	text-align: center;
}
.flexslider.carousel-slider .flex-control-paging li a {
	border: 1px solid #999;
}
.flexslider.carousel-slider .flex-control-paging li a:hover {
	background: #999;
}
.flexslider.carousel-slider .flex-control-paging li a.flex-active {
	background: #999;
}
/* === MAGNIFIC POPUP === */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: black;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #444444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
/**
			 * Remove all paddings around the image on small screen
			 */
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0,0,0,0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0,0,0,0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/* === ISOTOPE === */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#galleryContainer {
	padding-top: 10px;
	margin-top: -1px;
}
.galleryItem {
	position: relative;
	width: 20%;
	float: left;
	margin-top: -1px;
}
.galleryItem img {
	width: 100%;
}
.galleryItem:hover .area-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.galleryItem:hover .area-hover .cat-links {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.galleryItem:hover .area-hover .entry-title {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
#galleryContainer.withSpaces {
	margin-left: -30px;
}
#galleryContainer.withSpaces .galleryItem {
	width: 33.33%;
	padding-left: 30px;
	padding-bottom: 25px;
}
#galleryContainer.withSpaces.col-3 .portfolio-item .cat-links a {
	font-size: 13px;
	line-height: 14px;
}
#galleryContainer.withSpaces.col-4 .galleryItem {
	width: 25%;
}
#galleryContainer.col-4 .galleryItem {
	width: 25%;
}
#galleryContainer.col-3 .galleryItem {
	width: 33.33%;
}
.area-hover {
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ea623d;
}
.area-hover .cat-links {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	color: #fff;
	color: rgba(255,255,255,0.4);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: -40px;
}
.area-hover .entry-title {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: 6px 0 3px 0;
	font-weight: 400;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: -40px;
}
.area-hover * {
	color: #fff;
}
.vertical-parent {
	display: table;
	width: 100%;
	height: 100%;
}
.vertical-child {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#galleryFilters {
	margin: 0 0 30px 0;
}
#galleryFilters > li > a {
	margin: 10px 0;
}
#galleryFilters .btn-primary:hover,
#galleryFilters .btn-primary:focus,
#galleryFilters .btn-primary:active,
#galleryFilters .btn-primary.active {
	background: #ea623d;
	border-color: #ea623d;
	color: #fff;
}
@media (max-width: 1300px) {
	.flexslider.carousel-slider {
		margin-top: 80px;
	}
	.flexslider.carousel-slider .flex-direction-nav a {
		color: #999;
		top: 0;
	}
	.flexslider.carousel-slider .flex-direction-nav .flex-prev {
		margin-top: -70px;
		left: 50%;
		margin-left: -50px;
	}
	.flexslider.carousel-slider .flex-direction-nav .flex-next {
		margin-top: -70px;
		right: auto;
		left: 50%;
		margin-right: -50px;
	}
	.galleryItem {
		width: 25% !important;
	}
}
@media (max-width: 1200px) {
	.flexslider.std-slider .flex-control-paging {
		width: 100%;
		left: 0;
		margin: 0;
		padding-left: 40px;
	}
	.flexslider.center-controls .flex-control-nav,
	.container .flexslider .flex-control-nav {
		padding-left: 0;
	}
	.prefooter .table-cell input[type="email"] {
		width: auto;
	}
	.mapOuter .addressBox {
		margin-left: -470px;
	}
}
@media (max-width: 992px) {
	.blog-item {
		float: none;
	}
	.col-md-4 > .blog-item,
	.col-md-3 > .blog-item {
		max-width: 270px;
		margin-top: 45px;
	}
	.col-md-4 > .blog-item,
	.col-md-3 > .blog-item {
		margin-left: auto;
		margin-right: auto;
	}
	.table-content {
		margin-top: 25px;
		margin-bottom: 50px;
		text-align: center;
	}
	.table-content .table-row {
		display: block;
	}
	.table-content .table-cell {
		display: inline-block;
	}
	.table-content .table-cell:first-child {
		display: block;
		width: 100% !important;
		padding-bottom: 20px;
	}
	.galleryItem {
		width: 50% !important;
	}
	.showMap {
		display: none;
	}
	.content-layer .bg-layer {
		display: none !important;
	}
	.content-layer .placeOver {
		display: block !important;
		position: relative;
		padding-bottom: 50px;
		background: #453951;
	}
	.postfooter {
		text-align: center;
	}
	.postfooter .socialIcons.pull-right {
		float: none !important;
		display: inline-block;
	}
	#toTop {
		width: 40px;
		height: 40px;
		padding-top: 0;
	}
	.row > [class^="col-md-"] {
		margin-top: 40px;
	}
	form .row > [class^="col-md-"] {
		margin-top: 15px;
	}
	.navigation-blog-outer .text-left {
		text-align: right;
	}
	.navigation-blog-outer .text-right {
		text-align: left;
	}
	.navigation-blog-outer > [class^="col-md-"] {
		margin-top: 15px;
	}
	.has-error .help-block {
		height: auto;
	}
	#blog-sidebar {
		padding-left: 0;
	}
	.personBox {
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	.portfolioNav {
		text-align: center;
	}
	.portfolioNav .socialIcons {
		float: none !important;
		display: inline-block;
	}
	.main-header {
		text-align: center;
	}
	.main-header .page-title {
		float: none !important;
	}
	.main-header .breadcrumb {
		float: none !important;
		display: inline-block;
	}
	#blog-list.withMasonry .blog-item {
		width: 50%;
	}
	.mapOuter .addressBox {
		position: static;
		left: 0;
		top: 0;
		margin: 0 auto;
	}
	[class^="col-md-"] + [class^="col-md-"] .priceBox.type2 {
		border-left: 0;
		margin-left: auto;
	}
	.priceBox.type2 {
		padding-bottom: 50px;
	}
}
@media (max-width: 768px) {
	.page-header {
		text-align: center;
	}
	.flexslider.carousel-slider {
		margin-left: 20px;
		margin-right: 20px;
	}
	.widget-title {
		text-align: center;
	}
	#showHeaderSearch {
		display: none;
		height: 0;
	}
	.header-search {
		display: block !important;
		position: relative;
		margin: 20px 0 0 0;
		top: 0;
		bottom: 0;
		float: none !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		height: auto;
	}
	.header-search .container {
		margin-top: 0;
	}
	.header-search input[type="text"] {
		font-size: 20px;
		line-height: 22px;
	}
	.header-search button[type="submit"] {
		background: transparent;
	}
	.header-search .form-group {
		margin: 0;
	}
	.dropdown-menu {
		position: relative;
		display: block;
		width: 100%;
		float: none !important;
		margin-top: 10px !important;
	}
	.innerMargin {
		padding-left: 30px;
		padding-right: 30px;
	}
	.innerMargin blockquote.intext {
		margin-left: -30px;
		margin-right: -30px;
	}
	.commentList li li {
		margin-left: 50px;
	}
	#blog-list.withMasonry .blog-item {
		width: 100%;
	}
	#blog-list.withMasonry .blog-thumbnail,
	#blog-list.withMasonry .innerMargin {
		max-width: 370px;
		margin: 0 auto;
	}
	.priceBox {
		max-width: 370px;
		margin: 0 auto;
	}
	.iconBox.type4 {
		max-width: 270px;
		margin: 60px auto;
	}
	body .vco-skinny.vco-notouch .vco-slider .nav-next .icon,
	body .vco-slider .nav-next .icon {
		margin: 20px 0 0 0 !important;
	}
	body .vco-skinny.vco-notouch .vco-slider .nav-previous .icon,
	body .vco-slider .nav-previous .icon {
		margin: 20px 0 0 0 !important;
	}
	.navbar-transparent .navbar-nav {
		background: #333;
	}
}
@media (max-width: 480px) {
	.galleryItem {
		width: 100% !important;
	}
	.prefooter .table-cell input[type="email"],
	.prefooter input[type="submit"] {
		margin: 12px 0 0 0;
	}
	footer {
		text-align: center;
	}
	.flexslider .inner {
		text-align: center;
		padding: 50px 15px;
	}
	.flexslider .inner p {
		font-size: 15px;
		line-height: 20px;
	}
	.flexslider .inner .btn + .btn {
		margin: 15px 0;
	}
}
/* custom css */
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.well ul{
	margin:0px 0px 0px 5px;
	padding:0;
	list-style:none;
}
.well ul li:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content:'\f101';
	margin-right:10px;
}
.screen-reader-text{
	display:none;
}
.search-form .search-field{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search-form .search-submit{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.wpcf7-form br{
	display:none;
}
.form-controls{
	display: block;
	width: 100%;
	height: 39px;
	padding: 9px;
	font-size: 13px;
	line-height: 17px;
	color: #333;
	background-color: transparent;
	background-image: none;
	border: 2px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}
textarea.form-controls{
	height: auto;
	min-height: 210px;
	resize: none;
}

.language-chooser{
	float:right;
	margin:7px 0px 0px 0px;
	padding:0;
	list-style:none;
}
.language-chooser li{
	float:left;
	margin-left:10px;
}
.wpcf7-response-output{
	clear:both !important;
}