*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
  color: black; background: white;
}

::selection {
  color: black; background: white;
}

body {

	color: #fff;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Links */

a {
	text-decoration: none;
	color: #fff;
	outline: none;
}

a:hover,
a:focus {
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


/* Icons */

.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

/* Header */

.codrops-header {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0.8em 0.75em;
	text-align: left;
}

.codrops-header__title {
	font-size: 1em;
	margin: 0;
}

.codrops-header__demos {
	margin: 0 1em;
	padding: 0 1em;
}

.codrops-header__demos a {
	margin-right: 10px;
	white-space: nowrap;
	font-style: italic;
}

.codrops-header__demos a.current-demo {
	color: #b8b8b8;
}

.message {
	background: #ed6f83;
	color: #fff;
	padding: 0.5em;
	font-weight: bold;
	font-size: 0.85em;
	flex: none;
	display: none;
}

.no-cssmask .message {
	display: block;
}

/* Demo links */

.codrops-demos {
	font-weight: bold;
	text-align: right;
	padding: 2em 2.5em 2.5em;
}

.codrops-demos span {
	display: inline-block;
	margin: 0 1em 0 0;
}

.codrops-demos a {
	display: inline-block;
	position: relative;
	margin: 0 0.5em;
}

.codrops-demos a.current-demo {
	color: #fff;
}

.codrops-demos a.current-demo::before {
	content: '';
	position: absolute;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 2.25em;
	height: 2.25em;
	top: 50%;
	left: 50%;
	margin: -1.125em 0 0 -1.125em;
}


/* Top Navigation Style */

.codrops-links {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
}

.codrops-links::after {
	position: absolute;
	top: 15%;
	left: 50%;
	width: 1px;
	height: 70%;
	background: currentColor;
	opacity: 0.7;
	content: '';
	-webkit-transform: rotate3d(0, 0, 1, 22.5deg);
	transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
	display: inline-block;
	color: #fff;
	margin: 0.5em;
	padding: 0.5em;
}

.github-corner {
	display: none;
}

.github-icon {
	fill: #fff;
	color: #251e1e;
	position: absolute;
	top: 0;
	border: 0;
	right: 0;
}

.github-corner:hover .octo-arm {
	animation: octocat-wave 560ms ease-in-out;
}

@keyframes octocat-wave {
	0%,
	100% {
		transform: rotate(0);
	}
	20%,
	60% {
		transform: rotate(-25deg);
	}
	40%,
	80% {
		transform: rotate(10deg);
	}
}

@media (max-width:500px) {
	.github-corner:hover .octo-arm {
		animation: none;
	}
	.github-corner .octo-arm {
		animation: octocat-wave 560ms ease-in-out;
	}
}


/* Content */

.content {
	padding: 3em 0;
}

@media screen and (max-width: 40em) {
	.codrops-header {
		text-align: center;
		display: block;
	}
	.codrops-header__demos {
		padding: 1em;
	}
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

﻿/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../images/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(../images/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
﻿/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(13,100,50,0.9);
}

/* Overlay closing cross */
.overlay .overlay-close {
  background: rgba(0, 0, 0, 0) url("../images/menu-close-btn.png") no-repeat scroll center top;
  border: medium none;
  height: 60px;
  left: 50%;
  outline: medium none;
  position: absolute;
  text-indent: 200%;
  top: 45px;
  width: 60px;
  z-index: 9999;
  margin-left: 510px;
}
.overlay .overlay-close img {max-width: 100%;}
.overlay-copyright {
    position: absolute;
    right: 50%;
    font-family: MuseoSans300;
    font-size: 14px;
    bottom: 11px;
    width: 168px;
    margin-right: -84px;
}


/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 70%; margin-top: -40px;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%; margin-bottom: 30px;
	height: calc(100% / 5);
	min-height: 54px;
}
.overlay ul li ul {
  height: auto; display: block;
  margin-top: 1px;
}
.overlay ul li ul li {
    margin-bottom: 0;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
}
.overlay ul li a {
	font-weight: 700;
	display: block; font-family: Playfair Display;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #e3fcb1;
}

.overlay ul li p {
  display: block;
  float: left;
  font-size: 18px;
  padding: 0 100px; margin: 1px 0 0 0;
  width: 100%; font-weight: 400;
  font-family: MuseoSans300;
  letter-spacing: -0.02em;
}
.overlay ul li ul li a {
  font-size: 18px; font-weight: 400;
  font-family: MuseoSans300;
}
/* Effects */
.overlay-hugeinc {
	opacity: 0; z-index: 9999;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1; z-index: 9999;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg); z-index: 9990;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 80%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-item img {width: 100%;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
#sync2 {
  margin-bottom: 40px;
}
#sync2 .item {
  cursor: pointer;
margin: 2px 4px 0;
padding: 5px 0 0;

}
    #sync4 .item img {
    border-top:none; border-right:none; border-left:none; border-bottom:5px solid #f3f3f3;}

		#sync4 {
		  margin-bottom: 40px;
		}
		#sync4 .item {
  cursor: pointer;
  margin: 30px 15px 0;
  padding: 0px 0 0;
}
		    #sync4 .item img {
		    border:none;}


.owl-item.synced > .item > img {
  border-bottom: 3px solid #0d6432 !important;
}


/* ================= OWL THEME *********************/

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 2px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #0d6432 none repeat scroll 0 0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

@media screen and (max-width: 479px) {
    #sync2 {
        margin-bottom: 10px;
    }
		#sync4 {
        margin-bottom: 10px;
    }
}






/* =====================================================
        MOBIL CSS 'LER
======================================================= */

/* **** TABLET YATAY ***** */

@media screen and (min-width : 992px) and (max-width : 1199px) {

}


/* **** TABLET DIK ***** */

@media screen and (min-width : 768px) and (max-width : 991px) {

}

/* **** TELEFON YATAY ***** */

@media screen and (min-width : 480px) and (max-width : 767px) {

}

/* **** TELEFON DIK ***** */

@media screen and (min-width : 321px) and (max-width : 479px) {

}

/* **** TELEFON DIK (KUCUK EKRANLAR) ***** */

@media screen and (max-width : 320px) {

}

﻿/*common style*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

}
/*end common*/

.sample-img .item {
	position: relative;
	margin: 5px 10px;
	overflow: hidden;
}
.sample-img .meida-holder img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.sample-img .hover-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	-webkit-transition:opacity 0.4s;
   -moz-transition:opacity 0.4s;
     -o-transition:opacity 0.4s;
        transition:opacity 0.4s;
}
.sample-img .item:hover .hover-content {
	opacity: 1;
}
.sample-img .overlay {
	background-color: #000;
	opacity: 0.4;
	height: 100%;
	width: 100%;
}
.sample-img .link-contianer {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	text-align: center;
	width: 100%;
}

.sample-img .link-contianer a {
	display: inline-block;
	margin: 0 5px;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	text-decoration: none;
}
.sample-img .link-contianer a:hover {
	opacity: 0.8;
}

/* .sample-img --- ie8 fix*/
.sample-img .hover-content {
	filter: alpha(opacity=0);
}
.sample-img .hover-content .link-contianer {
	filter: inherit;
}
.sample-img .item:hover .hover-content {
	filter: alpha(opacity=70);
}
/*end fix*/

/*team showcase*/
.team-showcase .item {
	-webkit-box-shadow:0 0 4px rgba(0,0,0,.1);
   -moz-box-shadow:0 0 4px rgba(0,0,0,.1);
        box-shadow:0 0 4px rgba(0,0,0,.1);
	background: #fff;
	margin: 5px 10px;
	text-align: center;
}
.team-showcase .media-holder img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.team-showcase .media-holder {
	/*margin-bottom:15px;*/
}
.team-showcase .social-links {
	/*background-color:#fdfdfd;*/
	margin-top: -40px;
	background: #fff;
	position: relative;
	opacity: 0;
	-webkit-transition:opacity 0.5s;
   -moz-transition:opacity 0.5s;
     -o-transition:opacity 0.5s;
        transition:opacity 0.5s;
}
.team-showcase .item:hover .social-links {
	opacity: 1;
}
.team-showcase .social-links a {
	display: inline-block;
	width: 40px;
	line-height: 40px;
	font-size: 18px;
	background: #fff;
	color: #555;
	text-decoration: none;
}
.team-showcase .social-links a:hover {
	background-color: #eee;
}
.team-showcase .detail-container {
	padding: 18px 15px 10px;
	position: relative;
	background-color:#fff;
}
.team-showcase .detail-title {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 12px;
	color: #666;
}
.team-showcase .detail-subtitle {
	font-size: 12px;
	line-height: 1em;
	color: #999;
	margin-bottom: 10px;
}
.team-showcase .detail-container p {
	color: #666;
	font-size: 13px;
	text-align: left;
	line-height: 1.6em;
}
/*.team-showcase ie8 fix*/
.team-showcase .social-links {
	filter: alpha(opacity=0);
}
.team-showcase .item:hover .social-links {
	filter: alpha(opacity=100);
}
/*end fix*/
.top-nav-box {
	padding-top: 40px;
	background: #fff;
}
.top-nav-box .item {
	margin: 5px 10px;
}
.top-nav-box a {
	text-decoration: none;
}
.top-nav-box a span {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 1em;
	padding: 10px 5px;
	color: #555;
	text-transform: uppercase;
}
.top-nav-box a:hover span {
	color: #888;
}
.top-nav-box a img {
	width: 100%;
	border: none;
}
.top-nav-box .util-page  span {
	width: 6px;
	height: 6px;
	margin: 4px;
}
.top-nav-box .util-navigation {
	position: absolute;
	top: 0px;
	right: 10px;
}
.top-nav-box .util-pagination {
	position: absolute;
	top: 0;
	right: 75px;
}
.util-pagination {
  bottom: 12px;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 12px;
}
.util-page {
  background-color: #fff;
  border-radius: 0;
  cursor: pointer;
  float: left;
  height: 8px;
  margin: 0 3px;
  width: 34px;
}
.util-page.active-page {
  background-color: #fa4f39 !important;
}
.top-nav-box .util-navigation .util-prev, .top-nav-box .util-navigation .util-next {
	background: none;
	color: #666;
	border: 1px solid #aaa;
	padding: 2px 5px;
	margin-right: 0;
}
.top-nav-box .util-navigation .util-prev:hover, .top-nav-box .util-navigation .util-next:hover {
	border: 1px solid #777;
	color: #333;
}

.normal-imglist {
	padding: 0 40px;
}

.normal-imglist .item {
	margin: 5px;
}
.normal-imglist .item a {
	display: block;
	border: 4px solid #fff;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
   -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
        box-shadow:0 1px 2px rgba(0, 0, 0, 0.15)
}
.normal-imglist .item a img {
	border: none;
	width: 100%;
	vertical-align: middle;
}
.normal-imglist .util-next, .normal-imglist .util-prev {
	position: absolute;
	top: 50%;
	line-height: 50px;
	width: 40px;
	margin: 0;
	margin-top: -25px;
	padding: 0;
	background-color: transparent;
	font-size: 28px;
	color: #777;
}
.normal-imglist .util-next:hover, .normal-imglist .util-prev:hover {
	background-color: transparent;
}
.normal-imglist .util-next {
	right: 0;
}
.normal-imglist .util-prev {
	left: 0;
}
.logo-showcase .util-item a img {
	max-width: 100%;
	border: none;
	vertical-align: middle;
	-webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	filter: alpha(Opacity=100);
	opacity: 1;
	-webkit-transition:opacity 0.3s;
   -moz-transition:opacity 0.3s;
     -o-transition:opacity 0.3s;
        transition:opacity 0.3s;
	-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
}
.logo-showcase .item {
	background-color: #fff;
}
.logo-showcase .item:hover a img {
	-webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	opacity: .6;
	-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
}
.logo-showcase .item {
	-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
	margin: 5px;
}
/*logo showcase gray theme*/
.logo-showcase-gray .util-item a img {
	max-width: 100%;
	border: none;
	vertical-align: middle;
	-webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	opacity: .6;
	-webkit-transition:opacity 0.3s;
   -moz-transition:opacity 0.3s;
     -o-transition:opacity 0.3s;
        transition:opacity 0.3s;
}
.logo-showcase-gray .item:hover a img {
	-webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	filter: alpha(Opacity=100);
	opacity: 1;
}
.logo-showcase .item {
	margin: 5px;
}

/*fullwidth style*/
.fullwidth .meida-holder img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.fullwidth .item {
	position: relative;
	overflow: hidden;
}
.fullwidth .meida-holder {
	position: relative;
	top: 0;
	transition: top 0.4s;
}
.fullwidth .item:hover .meida-holder {
	top: -50px;
}
.fullwidth .hover-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.fullwidth .overlay {
	background-color: #000;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition:opacity 0.4s;
   -moz-transition:opacity 0.4s;
     -o-transition:opacity 0.4s;
        transition:opacity 0.4s;
}
.fullwidth .item:hover .overlay {
	opacity: 0.5;
}
.fullwidth .link-contianer {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.fullwidth .link-contianer a {
	display: inline-block;
	margin: 0 8px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 22px;
	width: 44px;
	line-height: 44px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition:all 0.3s;
   -moz-transition:all 0.3s;
     -o-transition:all 0.3s;
        transition:all 0.3s;
        -webkit-transform:translateY(-100%);
   -moz-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
     -o-transform:translateY(-100%);
        transform:translateY(-100%);
	text-decoration: none;
}
.fullwidth .item:hover .link-contianer a:hover {
	opacity: 0.8;
	-webkit-transform:translateY(0%);
   -moz-transform:translateY(0%);
    -ms-transform:translateY(0%);
     -o-transform:translateY(0%);
        transform:translateY(0%);
}

.fullwidth .item:hover .link-contianer a {
	opacity: 1;
	-webkit-transform:translateY(0%);
   -moz-transform:translateY(0%);
    -ms-transform:translateY(0%);
     -o-transform:translateY(0%);
        transform:translateY(0%);
}
.fullwidth .item .detail-container {

-webkit-transform:translateY(100%);
   -moz-transform:translateY(100%);
    -ms-transform:translateY(100%);
     -o-transform:translateY(100%);
        transform:translateY(100%);
-webkit-transition:-webkit-transform 0.4s;
   -moz-transition:transform 0.4s;
     -o-transition:transform 0.4s;
        transition:transform 0.4s;
	background: #fff;
	padding: 14px 20px 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.fullwidth .item .detail-container h4 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #444;
	font-weight: 600;
	text-align: center;
}
.fullwidth .item .detail-container p {
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 22px;
	color: #777;
	text-align: center;
}
.fullwidth .item:hover .detail-container {
	-webkit-transform:translateY(1px);
   -moz-transform:translateY(1px);
    -ms-transform:translateY(1px);
     -o-transform:translateY(1px);
        transform:translateY(1px);
}
.fullwidth .util-prev, .fullwidth .util-next {
	background: #4986E7;
	font-size: 14px;
	padding: 5px;
}
.fullwidth .util-prev:hover, .fullwidth .util-next:hover {
	background: #5491F2;
}
.fullwidth .util-prev:active, .fullwidth .util-next:active {
	background: #3C79DA;
}

/*.fullwidth fix ie8*/
.fullwidth .hover-content {
	filter: alpha(opacity=0);
}
.fullwidth .hover-content .link-contianer, .fullwidth .hover-content .detail-container {
	filter: inherit;
}
.fullwidth .item:hover .hover-content {
	filter: alpha(opacity=100);
}
.fullwidth .item:hover .hover-content .overlay {
	filter: alpha(opacity=50);
}
/*end fix*/
.testimonial .item {
	margin: 3px;
}
.testimonial-content {
	padding: 20px;
	background-color: #fff;
	color: #666;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 1.7em;
	border-radius: 3px;
	position: relative;
}
.testimonial-arrow {
	display: block;
	position: absolute;
	bottom: -12px;
	left: 10px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAANCAYAAAHaoq71AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU9JREFUeNpiuHv3rvV/KGAA4a9fv4LZAAHEABO9d+/ef0awCAMDiGAECCCwMpAoDHz79g2sBaYKAwAEEMPPnz//owMGKIYDoFMkwYJAhgBUAO4UmEQSjA0QQDCBjv94wPPnz1FNAOFnz56hKPr37x/IqmoUk5ExULIEpOjx48f/0eUAAgglIHCBHz9+gGzQBOt48eIFXsVAhU3IHlT9/v07LoX/MdwMFGxAV/j06VMUd6N7Dq7wy5cvIFM5cSoG4SdPnsCCrBAjNNAF0GMNGQMEGEwy+9GjR////v37n1zw58+f/w8fPgS5KB6b/6Z++PCBZEPfvXsHMnAKXu8BFUSDbAa5gBD4/fv3/wcPHoAMDSIq3KAWTH779i1OQ9+8eQMycCIu/TgNhhruef/+/f+/fv2CGwhig8SAci749OI1GMmC3levXv0HYSC7hxg9AMbpvGCGEsu8AAAAAElFTkSuQmCC);
	width: 20px;
	height: 12px;
}
.testimonial-user {
	margin-top: 20px;
	min-height: 50px;
}

.testimonial-user-thumb {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	float: left;
	margin-right: 15px;
}
.testimonial-user-name {
	font-size: 14px;
	line-height: 26px;
	color: #555;
}
.testimonial-user-meta {
	font-size: 12px;
	line-height: 18px;
	color: #888;
}
.testimonial-user-thumb img {
	width: 100%;
	height: 100%;
	-webkit-border-radius:50%;
   -moz-border-radius:50%;
        border-radius:50%;
}
.testimonial .util-page span {
	height: 6px;
	width: 6px;
	-webkit-border-radius:3px;
   -moz-border-radius:3px;
        border-radius:3px;
	margin: 5px 2px;
}
.testimonial .util-page.active-page span {
	background-color: #555555;
	width: 25px;
}

.portfolio-list .item {
	margin: 0px 10px;
        overflow: hidden;
}
.portfolio-list .meida-holder > img {
	width: 100%;
	border: none;
	vertical-align: middle;
}
.portfolio-list .meida-holder {
	position: relative;
	overflow: hidden;
}
.portfolio-list .hover-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.portfolio-list .item:hover .hover-content {
	opacity: 1;
}
.portfolio-list .detail-container {
  background-color: #fff;
  border-color: -moz-use-text-color #ddd #ddd;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  padding: 15px; float:left; width: 100%;
}
.portfolio-list .link-contianer {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	text-align: center;
	width: 100%;
	z-index: 2;
	opacity: 0.9;
}
.portfolio-list .link-contianer a {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	text-decoration: none;
}
.portfolio-list .detail-container h4 {
	line-height: 1em;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0; width: 100%; text-align: center;
}
.portfolio-list .detail-container h4 a {
	color: #b9b9b9;
}
.portfolio-list .detail-container h4 a:hover {
	color: #444;
}
.portfolio-list .detail-container p {
	line-height: 1em;
	font-size: 12px;
	color: #999;
	margin: 0 0 10px 0;
}





/* CSS CSS CSS */
.util-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y
}
.util-carousel .util-wrapper-holder {
  
  position: relative;
  width: 100%;
}
.util-carousel .util-wrapper {
  *zoom: 1;
  position: relative;
  display: none
}
.util-carousel .util-wrapper:before, .util-carousel .util-wrapper:after {
  display: table;
  content: "";
  line-height: 0
}
.util-carousel .util-wrapper:after {
  clear: both
}
.util-carousel .util-item {
  float: left
}
.util-navigation {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 0px;
  width: 100%;
}
.util-prev {
  background: rgba(0, 0, 0, 0) url("../images/carousel-left.png") no-repeat scroll center top;
  cursor: pointer;
  float: left;
  height: 63px;
  left: 0;
  margin: 0 0 0 0;
  position: absolute;
  text-indent: -9999px;
  top: -180px;
  width: 60px;
}
.util-next {
  background: rgba(0, 0, 0, 0) url("../images/carousel-right.png") no-repeat scroll center top;
  cursor: pointer;
  float: left;
  height: 63px;
  margin: 0 0 0 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: -180px;
  width: 60px;
}

#mobil-slider .item .slide-text {
  bottom: -120px;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
#mobil-slider .item .slide-text h2 {margin-left: 0;}


/* =====================================================
        MOBIL CSS 'LER
======================================================= */




/* **** TABLET YATAY ***** */

@media screen and (min-width : 992px) and (max-width : 1199px) {


}

/* **** TABLET DIK ***** */

@media screen and (min-width : 768px) and (max-width : 991px) {



}

/* **** TELEFON YATAY ***** */

@media screen and (min-width : 480px) and (max-width : 767px) {

}

/* **** TELEFON DIK ***** */

@media screen and (min-width : 321px) and (max-width : 479px) {
#projects-slider .util-prev, #projects-slider .util-next {top:-373px;}
}




/* **** TELEFON DIK (KUCUK EKRANLAR) ***** */

@media screen and (max-width : 320px) {


}

﻿body{background:url(../images/body-pattern.jpg) top center repeat #f4f0e9;}
html{overflow-x:hidden; background:url(../images/body-pattern.jpg) top center repeat #f4f0e9;}
.page-view{height:100vh;width:100vw;position:absolute;top:0;left:0;}
.page-view .project{position:absolute;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;}
.page-view .project:nth-child(1){z-index:30;}
@media screen and (max-width:640px){.page-view .project .text h1{font-size:36px;}
.page-view .project .text p{bottom:20px;margin:0;text-align:center;width:100%;right:auto;font-size:14px;}
}
.page-view .arrows{bottom:50%;left:0;position:absolute;width:100%;z-index:100;}
.arrows .arrow.next{position:absolute;right:0;margin-top:30px;}
.arrows .arrow.previous{position:absolute;left:0;margin-top:30px;}
.page-view .arrows .arrow{float:left;cursor:pointer;}
.page-view .arrows .arrow.next{margin-bottom:-30px;}
.page-view .arrows .arrow{-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);transition:transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);margin-top:-7px;}
@media screen and (max-width:640px){
  .page-view .arrows{bottom:50%;left:50%;z-index:120;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
}
@-webkit-keyframes mask-play{from{-webkit-mask-position:0% 0;mask-position:0% 0;}
 to{-webkit-mask-position:100% 0;mask-position:100% 0;}
}
@keyframes mask-play{from{-webkit-mask-position:0% 0;mask-position:0% 0;}
 to{-webkit-mask-position:100% 0;mask-position:100% 0;}
}
@font-face{font-family:'besom';src:url('../fonts/besom/besom.eot');src:url('../fonts/besom/besom.eot?#iefix') format('embedded-opentype'), url('../fonts/besom/besom.woff2') format('woff2'), url('../fonts/besom/besom.woff') format('woff'), url('../fonts/besom/besom.ttf') format('truetype'), url('../fonts/besom/besom.svg#besom_2regular') format('svg');font-weight:normal;font-style:normal;}
.demo-1{background:url(../images/nature-sprite.png) no-repeat -9999px -9999px;}
.demo-1 .page-view{background:url(../images/nature-sprite-2.png) no-repeat -9999px -9999px;}
.demo-1 .page-view h1{font-family:'besom';}
.demo-1 .page-view .project:nth-child(even).hide{-webkit-mask:url(../images/nature-sprite.png);mask:url(../images/nature-sprite.png);-webkit-mask-size:2300% 100%;mask-size:2300% 100%;-webkit-animation:mask-play 1.4s steps(22) forwards;animation:mask-play 1.4s steps(22) forwards;}
.demo-1 .page-view .project:nth-child(odd).hide{-webkit-mask:url(../images/nature-sprite.png);mask:url(../images/nature-sprite.png);-webkit-mask-size:2300% 100%;mask-size:2300% 100%;-webkit-animation:mask-play 1.4s steps(22) forwards;animation:mask-play 1.4s steps(22) forwards;}
.no-cssmask .page-view .project.hide{opacity:0;-webkit-transition:opacity 1.4s ease;transition:opacity 1.4s ease;-webkit-mask:none !important;mask:none !important;}
@font-face{font-family:'MuseoSans300';src:url('../fonts/MuseoSans300.eot');src:url('../fonts/MuseoSans300.eot') format('embedded-opentype'), url('../fonts/MuseoSans300.woff2') format('woff2'), url('../fonts/MuseoSans300.woff') format('woff'), url('../fonts/MuseoSans300.ttf') format('truetype'), url('../fonts/MuseoSans300.svg#MuseoSans300') format('svg');}
@font-face{font-family:'MuseoSans500';src:url('../fonts/MuseoSans_500.eot');src:url('../fonts/MuseoSans_500.eot') format('embedded-opentype'), url('../fonts/MuseoSans_500.woff2') format('woff2'), url('../fonts/MuseoSans_500.woff') format('woff'), url('../fonts/MuseoSans_500.ttf') format('truetype'), url('../fonts/MuseoSans_500.svg#MuseoSans_500') format('svg');}
@font-face{font-family:'MuseoSans700';src:url('../fonts/MuseoSans_700.eot');src:url('../fonts/MuseoSans_700.eot') format('embedded-opentype'),url('../fonts/MuseoSans_700.woff2') format('woff2'), url('../fonts/MuseoSans_700.woff') format('woff'), url('../fonts/MuseoSans_700.ttf') format('truetype'), url('../fonts/MuseoSans_700.svg#MuseoSans_700') format('svg');}
@font-face{font-family:'MuseoSans900';src:url('../fonts/MuseoSans_900.eot');src:url('../fonts/MuseoSans_900.eot') format('embedded-opentype'), url('../fonts/MuseoSans_900.woff2') format('woff2'), url('../fonts/MuseoSans_900.woff') format('woff'), url('../fonts/MuseoSans_900.ttf') format('truetype'), url('../fonts/MuseoSans_900.svg#MuseoSans_900') format('svg');}
.container{width:1140px;margin:0 auto;}
header{position:absolute;z-index:100;width:100%;}
.logo{float:left;width:240px;}
.img-responsive{max-width:100%;}
.h-social{float:right;list-style:outside none none;margin:15px 0 0 0;padding:0;}
.h-social li{float:left;margin:0 21px;font-size:18px;}
.h-social li a{color:#0d6432;}
.slide-text h2{color:#0d6432;font-family:Playfair Display;font-size:54px;line-height:1.1em;font-weight:400;}
.slide-text h2 span{display:block;font-size:70px;font-weight:700;}
.slide-text p{color:#8a6745;font-family:MuseoSans500;line-height:1.3em;max-width:420px;margin-bottom:0;}
.social-phone .h-phone{color:#0d6432;float:right;font-family:Playfair Display;font-size:42px;font-style:italic;font-weight:700;letter-spacing:-0.03em;line-height:1em;margin-top:-2px;text-align:right;width:100%; margin-right:10px;}
.social-phone{float:right;width:190px;}
.menu-open-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  float: right;
  margin-left: 15px;
  margin-right: 6px;
  margin-top: 41px;
  width: 46px;
}
.overlay-logo{position:absolute;bottom:0px;left:50%;width:120px; margin-left:-570px;}
.overlay-author{position:absolute;bottom:0px;right:50%;margin-right:-570px;}
.page-content{float:left;width:100%;
/* background: url(../images/body-pattern.jpg) top center repeat; */
background: #f3eee8; margin-bottom:-20px;
position:relative;}
.pusula{position:relative;left:50%;margin-left:-140px;margin-top:50px;width:290px;}
h1.page-title{color:#0d6432;float:left;font-family:Playfair Display;font-size:50px;font-weight:700;letter-spacing:-0.03em;margin:0 0 20px;width:100%;}
.freegarden-page{position:relative;float:left;width:100%;}
.freegarden-page .page-title{margin-top:-70px;margin-left:30px;}
.sutun{float:left;margin:0 30px;position:relative;z-index:0;width:calc(50% - 60px);}
.sutun p{color:#8a6745;font-family:MuseoSans300;font-size:17px;line-height:1.4em;}
.lead-text{color:#0d6432;font-family:Playfair Display;font-size:26px;font-weight:700;line-height:1.5em;padding-right:30px;float:left;width:100%;border-top:2px solid #0d6432;padding-top:20px;position:relative;margin-top:20px;}
.lead-text::after{background-color:#0d6432;bottom:-25px;content:"";height:2px;left:0;position:absolute;width:100px;}
.lead-text span{font-weight:900;font-style:italic;}
.freegarden-page-gallery{float:left;left:50%;list-style:outside none none;margin-left:-960px;margin-top:80px;padding:0;position:relative;width:1920px;height:860px;margin-bottom:60px;}
.freegarden-page-gallery li{position:absolute;background-color:#0d6432;}
.freegarden-page li img{display:block;}
.freegarden-page-gallery li.g1{left:390px;top:0;}
.freegarden-page-gallery li.g2{left:0px;top:160px;width:374px;height:180px;}
.freegarden-page-gallery li.g3{left:389px;top:160px;width:156px;height:180px;}
.freegarden-page-gallery li.g4{left:291px;top:355px;width:254px;height:150px;}
.freegarden-page-gallery li.g5{left:559px;top:160px;width:571px;height:344px;}
.freegarden-page-gallery li.g6{left:198px;top:520px;width:174px;height:231px;}
.freegarden-page-gallery li.g7{left:386px;top:520px;width:472px;height:272px;}
.freegarden-page-gallery li.g8{font-family:Playfair Display;font-size:24px;font-weight:900;height:341px;left:873px;letter-spacing:-0.03em;line-height:1.7em;padding:52px 22px;top:520px;width:257px;}
.freegarden-page-gallery li.g8 span{display:block;float:left;font-size:110px;line-height:1em;margin:0;padding:0;width:100%;height:66px;}
.freegarden-page-gallery li.g9{font-family:Playfair Display;font-size:24px;font-weight:900;height:230px;left:1145px;letter-spacing:-0.03em;line-height:1.5em;padding:16px 22px;top:110px;width:178px;}
.freegarden-page-gallery li.g9 span{display:block;float:left;font-size:110px;line-height:1em;margin:0;padding:0;width:100%;height:66px;}
.freegarden-page-gallery li.g10{height:115px;left:1338px;top:55px;width:198px;}
.freegarden-page-gallery li.g11{height:155px;left:1338px;top:185px;width:200px;}
.freegarden-page-gallery li.g12{height:273px;left:1145px;top:355px;width:391px;}
.freegarden-page-gallery li.g13{height:190px;left:1145px;top:643px;width:309px;}
.freegarden-page-gallery li.g14{height:336px;left:1553px;top:292px;width:243px;}
.freegarden-page-gallery li.g15{height:225px;left:1469px;top:643px;width:165px;}
.freegarden-page-gallery li.g16{height:152px;left:1649px;top:643px;width:271px;}
.freegarden-page .body-image{position:absolute;top:660px;max-width:100%;right:0;}
.freegarden-page .footer-image{position:absolute;bottom:0px;max-width:70%;right:0;}
.yasam-alanlari-page .body-image{position:absolute;top:660px;max-width:100%;right:0;}
.yasam-alanlari-page .footer-image{position:absolute;bottom:0px;max-width:70%;right:0;}
.map-area{float:left;width:100%;margin-top:80px;}
.map-image{float:left;position:relative;width:750px;z-index:10;}
.map-info{color:#8a6745;float:left;font-family:Playfair Display;font-size:22px;margin-top:-150px;padding-bottom:100px;text-align:right;width:100%; position: relative; z-index: 20;}
.map-info h4{float:left;width:100%;margin:0;font-weight:700;}
.map-info ul{list-style:none;float:left;width:100%;margin:8px 0 0 0;}
.map-info ul li{margin-bottom:5px;float:left;width:100%;}
.yasam-alanlari-page{position:relative;height:100%;}
.yasam-alani-image{float:left;margin-bottom:-65px;margin-top:90px;text-align:right;width:100%;}
.yasam-alanlari-page .page-title{margin-left:30px;}
.yasam-alani-image img{width:60%;}
.ui-tabs.ui-tabs-vertical{padding:0;width:100%;float:left;margin-top:20px;}
.ui-tabs.ui-tabs-vertical .ui-widget-header{border:none;}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav{float:left;width:160px;padding:0;margin:-60px 90px 0 50px;list-style:none;}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;margin:0.2em 0;overflow:hidden;position:relative;right:-2px;z-index:2;}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a{border-bottom:1px solid #3c7b55;display:block;float:right;font-family:MuseoSans500;font-size:16px;outline:none;padding:0.6em 1em;text-align:left;width:calc(100% - 25px);}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover{cursor:pointer;}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{background:rgba(0, 0, 0, 0) url("../images/active-tab.png") no-repeat scroll right top 12px;font-family:MuseoSans700;margin-bottom:0.2em;padding-bottom:0;}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child{margin-bottom:10px;}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel{float:left;width:calc(100% - 340px);border-radius:0;position:relative;left:-1px;}
.kat-planlari{float:left;width:100%;background-color:rgba(0, 74, 27, 0.8);position:relative;padding:70px 0;margin-top:60px;}
.kat-planlari .container{padding:0 30px;}
.kat-planlari h3{font-size:36px;font-family:Playfair Display;font-weight:900;float:left;width:100%;margin:0 0 20px 0;}
.tab-title{border-bottom:1px solid #3c7b55;font-family:MuseoSans300;font-size:22px;margin-top:60px !important;padding-bottom:5px;padding-left:10px;text-align:left;}
.yasam-alanlari-text-area{float:left;margin-top:120px;width:100%;}
.vaziyet-plani-area{float:left;width:100%;margin-top:60px;}
.vaziyet-plani-area .container{padding:0 30px;}
.vaziyet-plani-area{float:left;margin-top:60px;width:100%;margin-bottom:100px;position:relative;}
.vaziyet-plani-area h2{color:#0d6432;float:left;font-family:Playfair Display;font-size:36px;font-weight:700;letter-spacing:-0.03em;margin:0 0 40px;width:100%;}
.galeri-page{position:relative;height:100%;}
.galeri-page .body-image{position:absolute;top:660px;max-width:100%;right:0; display:none;}
.galeri-page .footer-image{position:absolute;bottom:0px;max-width:70%;right:0;}
.photo-gallery-area{float:left;width:100%;position:relative;}
.photo-gallery-area .container{position:relative;padding:0 30px;}
.photo-gallery-area .gallery-window{position:absolute;z-index:10;max-height:80%;width:100%;}
.photo-gallery-area .gallery-window img{height:633px;width:100%;margin:0 auto 0 auto;position:relative;}
.video-galeri{background-color:rgba(0, 74, 27, 0.8);float:left;width:100%;padding:70px 0;position:relative;}
.video-galeri .container{padding:0 30px;}
.gal-image{transition:ease all 300ms;}
#sync1 .item a{position:relative;display:block;transition:ease all 300ms;}
#sync1 .item a:hover .gal-image{opacity:.6;transition:ease all 300ms;}
#sync1 .item a:hover .gallery-hover-btn{opacity:1;transition:ease all 300ms;}
.gallery-hover-btn {
  height: 104px;
  opacity: 0;
  position: absolute;
  right: 50%;
  top: 50%;
  transition: all 300ms ease 0s;
  width: 72px;
  z-index: 11;
  margin-right: -52px;
  margin-top: -36px;
}
.video-galeri h2{float:left;font-family:Playfair Display;font-size:40px;margin:0 0 50px;width:100%;}
#sync3 .owl-item .item{position:relative;}
.vid-gal-play-icon{height:90px;left:50%;position:absolute;top:50%;width:90px;margin-top:-45px;margin-left:-45px;}
#sync4 .owl-controls .owl-page span{background-color:#fff;}
#sync4 .owl-item.synced .item > img{border-bottom:3px solid #fff !important;}
.galeri-text-area{float:left;width:100%;margin:60px 0 100px 0;}
.kurumsal-page{position:relative;height:100%;}
.he-logo{margin-top:280px;margin-left:30px; width:330px;}
.kurumsal-page .body-image{position:absolute;top:660px;max-width:100%;right:0;}
.kurumsal-page .footer-image{position:absolute;bottom:0px;max-width:70%;right:0;}
.lead-text-title{color:#0d6432;float:left;font-family:Playfair Display;font-size:42px;margin:-45px 0 -5px;width:100%;}
.projeler-area{float:left;background:rgba(0, 74, 27, 0.8);position:relative;width:100%;padding:70px 0;margin-top:100px;}
.projeler-area h2{float:left;font-family:Playfair Display;font-size:36px;font-weight:900;margin:0 0 30px 30px;width:100%;}
.projeler-box{background-color:#fff;float:left;padding:25px;width:100%;}
.projeler-box ul{list-style:none;padding:0;margin:0;float:left;width:100%;}
.projeler-box ul li a{display:block;float:left;width:200px;margin-right:20px;}
.prj-content-wrapper{align-items:end;color:#000;display:flex;float:left;height:174px;width:calc(100% - 220px);}
.prj-content h5{color:#0d6432;font-family:Playfair Display;font-size:20px;letter-spacing:-0.03em;margin:0 0 10px 0;float:left;font-weight:700;width:100%;}
.prj-content span{color:#000;float:left;font-family:Playfair Display;font-size:14px;font-weight:400;margin:0 0 10px 0;width:100%;}
.prj-content a{color:#000;float:left;font-family:Playfair Display;font-size:14px;font-weight:400;margin:0;width:100%;}
.projeler-box ul li{float:left;width:100%;margin:0 0 15px 0;}
.projeler-box ul li:last-child{margin-bottom:0;}
.projeler-area .sutun h4{font-family:Playfair Display;font-size:20px;font-weight:400;float:left;width:100%;margin:10px 0 15px 0;}
.kurumsal-page-text-2{float:left;width:100%;margin:120px 0 80px 0;}
.map-wrapper{float:right;height:600px;margin-top:160px;position:relative;width:650px;margin-right:-40px;}
#map{float:right;width:650px;height:600px;opacity:1;}
.map-window{position:absolute;z-index:60;top:0;left:0;width:100%;height:100%;}
.masked-element image{mask:url(../images/clip-task.png);}
.contact-info-area{float:left;width:450px;margin-top:230px;}
.contact-info-area h3{color:#0d6432;float:left;font-family:Playfair Display;font-size:30px;font-weight:400;margin:0 0 15px;width:100%;}
.contact-info-area h3 img{margin:0px 0 3px 2px;}
.contact-info-area > ul{color:#8a6745;float:left;font-family:MuseoSans300;font-size:16px;list-style:outside none none;margin:0 0 20px 0;padding:0;width:100%;}
.contact-info-area ul li{margin-bottom:8px;}
.contact-form-area{float:left;width:100%;border-top:1px solid #0d6432;padding-top:20px;position:relative;z-index:5;}
.form-control-half{background-color:#0d6332;border:medium none;border-radius:4px;color:#fff;height:47px;float:left;font-family:MuseoSans500;font-size:14px;margin-right:20px;padding:10px 18px;width:calc(50% - 10px);}
.form-group{float:left;width:100%;margin-bottom:20px;}
.form-group .form-control-half:last-child{margin-right:0;}
.form-control{background-color:#0d6332;border:medium none;border-radius:4px;color:#fff;height:47px;float:left;font-family:MuseoSans500;font-size:14px;padding:10px 18px;width:100%;}
textarea.form-control{height:auto;}
.form-submit-btn{background-color:#0d6332;border:medium none;border-radius:4px;color:#fff;float:right;font-family:MuseoSans900;font-size:14px;height:47px;padding:0 25px;}

.topnav {
	width: 213px;
	padding: 40px 28px 25px 0;
	font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
}

ul.topnav {
  display: none;
  float: left;
  font-size: 1em;
  line-height: 0.5em;
  list-style: outside none none;
  margin: 0;
  padding: 0; border-top:1px solid #3c7b55;
  width: 100%;
}

ul.topnav li {}

ul.topnav li a {
  border-bottom: 1px solid #3c7b55;
  color: #fff;
  display: block;
  font-family: MuseoSans500;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px; outline: none;
  padding: 14px 5px;
  text-decoration: none;
}

ul.topnav ul {
	margin: 0;
	padding: 0; list-style: none;
	display: none;
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.topnav ul li a {
  font-family: MuseoSans300;
  font-size: 16px;
  font-weight: 400;
  outline: 0 none;
  padding-left: 20px;
}

ul.topnav ul ul li a {
	color:silver;
	padding-left: 0px;
}

ul.topnav span{
	float:right;
}
.f-logo {
  bottom: 15px;
  left: 50%;
  margin-left: -570px;
  position: absolute; 
  z-index:999;
  width: 120px;
}
.f-logo-2 {
  bottom: 15px;
  right: 50%;
  margin-right: -604px;
  position: absolute;
  width: 120px;
  z-index: 999; 
}

/* New Menu */
.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(12,100,50);
    background-color: rgba(13,100,50, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 8%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a span {
  display: block;
  font-family: MuseoSans300;
  font-size: 15px;
  font-weight: normal;
}
.overlay a {
  color: #ffffff; overlay:none;
  display: block;
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 700; width:auto;
  padding: 8px; margin-bottom:20px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.overlay a:hover, .overlay a:focus {
    color: #ffffff;
}

.overlay .closebtn {
  font-size: 60px;
  position: absolute;
  right: 104px;
  top: 11px;
  width: 59px;
}


.overlay-footer {position:absolute; bottom:20px; float:left; width:100%;}
.cd-top {
  display: inline-block;
  height: 63px;
  width: 63px;
  position: fixed;
  bottom: 0px; outline:none;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 0;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index:999;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1; outline:none;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 63px;
    width: 63px;
    right: 20px;
    bottom: 0px;
  }
}

.form-control::-webkit-input-placeholder, .form-control-half::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8fb7a0;
}

.contact-info-area .topnav {
  display: block; float:left; width:100%;
}
.contact-info-area .topnav li a {color: #0d6432;
float: left;
font-family: Playfair Display;
font-size: 30px; display:block;
font-weight: 400;
margin: 0 0 15px;
width: 100%; border-bottom:none;}
.contact-info-area .topnav li ul li p, .contact-info-area .topnav li ul li p a {color: #8a6745;
float: left; display:inline-block;
font-family: MuseoSans300;
font-size: 16px;
list-style: outside none none;
margin: 0 0 20px;
padding: 0; line-height:1.2em;
width: 100%;}
.contact-info-area .topnav {border-top:none;}

 .flex-container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex; z-index:999;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        #flex-item {
           text-align: center;
            margin: auto;
        }

#mobil-slider {
  float: left;
  width: 100%;
  margin-top: 125px;
}
#mobil-slider .item {
  float: left;
  position: relative;
  width: 100%;
}
#mobil-slider .item .slide-text {
  top: 270px;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
#mobil-slider .item .slide-text p {padding: 0 20px;}
.hidden-btn {
  display: none;
}

.main-main {display:block !important;}
#mobil-slider {display:none !important;}
.sonuc-area {
  float: left;
  font-family: Playfair Display;
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  color: #0d6432;
  font-weight: 900;
}
.footerDrawer {
  width: 100%; z-index:998;
  position: fixed;
  bottom: 0;
}
.footerDrawer .content {
  
  background-color: #0d6432;
  display: none; float:left; width:100%;
}
.f-btn {
  background-color: #0d6432;
  cursor: pointer;
  float: left;
  font-family: Playfair Display;
  font-size: 16px;
  font-weight: 700;
  left: 50%;
  margin-left: -230px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  width: 460px;
}
.f-btn > img {
  float: left;
  width: 16px;
  margin-top: 4px;
}
.f-left-side {
  float: left;
  width: 715px;
  border-right: 1px solid #72ab85;
}
.f-left-side > h4 {
  float: left;
  font-family: Playfair Display;
  font-size: 26px;
  letter-spacing: -0.03em;
  margin: 0 0 25px 0;
  width: 100%;
}
.mini-input {
  float: left;
  margin-right: 12px;
  width: calc(33% - 10px);
}
.f-left-side .mini-input::last-child {margin-right:0 !important;}
.mini-input span, .midi-input span {
  font-size: 14px;
  font-family: MuseoSans500;
  float: left;
  letter-spacing: -0.03em;
}

.mini-input > input {
  background: transparent none repeat scroll 0 0;
  border-color: currentcolor currentcolor #72ab85;
  border-style: none none solid;
  border-width: medium medium 1px;
  float: left; color:#fff;
  width: calc(100% - 75px);
}
.midi-input {
  float: left;
  margin-top: 15px;
  width: calc(100% - 35px);
}
.midi-input textarea {
  background: transparent none repeat scroll 0 0; color:#fff;
  border-color: currentcolor currentcolor #72ab85;
  border-style: none none solid;
  border-width: medium medium 1px;
  float: left;
  width: 100%;
}
.f-submit-btn {
  float: right;
  background-color: #fff;
  color: #0d6432;
  border: none;
  font-family: Playfair Display;
  font-size: 14px;
  font-weight: 900;
  padding: 4px 40px 5px;
  cursor: pointer;
}
.f-social {
  float: left;
  left: 50%;
  list-style: outside none none;
  margin: 45px 0 0 -98px;
  padding: 0;
  position: relative;
  width: 196px;
}
.f-social-phone .f-phone {
  color: #fff;
  float: right;
  font-family: Playfair Display;
  font-size: 76px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1em;
  margin-right: 0;
  margin-top: -2px;
  text-align: center;
  width: 100%;
}
.f-right-side {
  float: left;
  width: calc(100% - 720px);
  text-align: center;
}
.f-social li {
  float: left;
  font-size: 18px;
  margin: 0 21px;
}
.f-social li a {
  color: #fff; font-size:30px;
}
.midi-input span {margin-top:10px;}

.f-logo a{
    display:block;
}
.f-logo-2 a{
    display:block;  
}
.basin-page{
    position:relative;
    height:100%;
}
.basin-page .container {
    position:relative;
}
.media-list{
    display: flex;
    flex-wrap: wrap;
    margin: 200px 0 100px 0;
    justify-content: flex-start;
    align-content: space-between;
}
.media-item{
    display:flex;
    flex-direction:column;
    align-items: flex-start;
    margin: 20px;
    width: calc(25% - 40px);
    outline:none;
}
.media-content{    
    width: 100%;
    margin-top: -4px;
    background-color: rgba(0, 74, 27, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100px;
    padding: 0 10px;

}
.media-content h3 , p {
    margin:0;
    font-family: Playfair Display;
}
.media-img{ 
    
}
.basin-page .body-image{position:absolute;top:170px;max-width:100%;right:0;}
.basin-page .footer-image{position:absolute;bottom:0px;max-width:70%;right:0;}

.media-page{
    position:relative;
    height:100%;
} 
.yazi{
    position:relative;
    width:100%;
}
.yazi-img{
    position:relative;
    width:100%;
}
.yazi-img .gallery-window {
    position: absolute;
    z-index: 10;
    max-height: 80%;
    width: 100%;
}
.yazi-img .gallery-window img{
    height: 633px;
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
}
.yazi-content{
        position: relative;
    float: left;
    width: 100%;
    margin-top:30px;
    margin-bottom: 100px;
}
.yazi-content .sutun h2{
        color: #0d6432;
    font-family: Playfair Display;
} 
.yazi-content .sutun .date{
    color: #0d6432;
    font-family: Playfair Display; 
}
.yazi-content .sutun p{
    margin-top:15px;
}

.media-page .body-image{position:absolute;top:170px;max-width:100%;right:0;display:none;}
.media-page .footer-image{position:absolute;bottom:0px;max-width:70%;right:0;}
/* =====================================================
        MOBIL CSS 'LER
======================================================= */

/* **** TABLET YATAY ***** */

@media screen and (min-width : 1200px) and (max-width : 1280px) {
    html {overflow-x:hidden;}
    
    .overlay .closebtn {right: 69px;}
    
    

}

@media screen and (min-width : 992px) and (max-width : 1199px) {
    html {overflow-x:hidden;}
    
.container {width: calc(100% - 40px);}
.overlay .overlay-close {margin-left: 432px;}
.freegarden-page .body-image {top:740px;}
.yasam-alani-image img {width: 80%; margin-bottom: 40px;}
ul.topnav {display: none;}
.photo-gallery-area .gallery-window img {height: 533px;}

.contact-info-area {margin-bottom: 40px;}
.overlay-logo {margin-left:-490px;}
.overlay-author {margin-right:-490px;}
.overlay .closebtn {
  font-size: 60px;
  position: absolute;
  right: 18px;
  top: 7px;
  width: 55px;
  z-index: 199;
}
.overlay-content {top:2%;}
.menu-open-btn {width:40px !important;}
.social-phone .h-phone {margin-top:-4px;}
.f-logo {margin-left: -490px;}
.map-wrapper {margin-right: 0px; width:500px;}
#map {width:500px;}
.contact-info-area {margin-top:160px;}
.main-main {display:block !important;}
#mobil-slider {display:none !important;}
.f-social-phone .f-phone {font-size:60px;}

.yazi-img .gallery-window img { height: 550px;}
}

/* **** TABLET DIK ***** */

@media screen and (min-width : 768px) and (max-width : 991px) {
    html {overflow-x:hidden;}
    
  .container {width: calc(100% - 40px);}
  .overlay .overlay-close {margin-left: 305px;}
  .freegarden-page-gallery li.g1 {left: 591px; top: 0;}
  .freegarden-page-gallery li.g10 {height: 115px; left: 868px; top: 29px; width: 198px;}
  .yasam-alani-image img {width: 100%; margin-bottom: 40px;}

  .ui-tabs.ui-tabs-vertical .ui-tabs-nav {margin: -60px 40px 0 0px;}
  .ui-tabs.ui-tabs-vertical .ui-tabs-panel {width: calc(100% - 200px);}
  ul.topnav {display: none;}

.photo-gallery-area .gallery-window img {height: 395px;}

.he-logo {margin-left: 30px; margin-top: 190px; width: 250px;}
.projeler-box ul li a {display: block; float: left; margin-right: 15px; width: 120px;}
.prj-content-wrapper {align-items: end; color: #000; display: flex; float: left; height: 105px; width: calc(100% - 135px);}
.prj-content h5 {font-size: 16px;}
.prj-content a {font-size:12px;}

.contact-info-area {float: left; margin-top: 0; width: 100%; margin-bottom: 30px;}
.form-group {margin-bottom: 10px;}
.map-wrapper {float: right; height: 400px; margin-right: 0; margin-top: 130px; position: relative; width: 100%;}
#map {height: 400px; mask: url("../images/clip-task.png") repeat -100px 0 add match-source; width:100%;}
.overlay-logo {margin-left: -360px;}
.overlay-author {margin-right: -360px;}
.overlay .closebtn {font-size: 61px; position: absolute; right: 22px; top: 1px; width: 52px;}
.menu-open-btn {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;  border: medium none; float: right; margin-left: 15px; margin-right: 9px; margin-top: 38px; width: 38px;}
.social-phone .h-phone {margin-top:-8px;}
.f-logo {margin-left:-360px;}
.main-main {display:block !important;}
#mobil-slider {display:none !important;}
.f-left-side {
  border-right: none;
  float: left;
  width: 100%;
  margin-left: 18px;
}
.f-right-side {
  float: left;
  text-align: center;
  width: 100%;
}

.yazi-img .gallery-window img { height: 408px;}
}

/* **** TELEFON YATAY ***** */

@media screen and (min-width : 480px) and (max-width : 767px) {
    html {overflow-x:hidden;}
    body {padding-bottom:40px;}
  .container {width: calc(100% - 20px);}
  .overlay .overlay-close {margin-left: 263px; margin-top: -5px;}
  .h-social {display: none;}
  .logo {float: left; width: 140px; margin-top: 12px;}
  .menu-open-btn {margin-top: 35px;}
  .social-phone {float: right; margin-top: 45px; width: 140px;}
.social-phone .h-phone {font-size:26px;}
.slide-text h2 {color: rgba(13, 99, 50, 1); font-family: Playfair Display; font-size: 28px; font-weight: 400; line-height: 1.1em; padding: 10px 15px 20px; text-align: center; width: 240px; position: relative; left: 50%; margin-left: -120px;}
.slide-text h2 span {font-size:38px;}
.slide-text p {display: block;}
.page-view .arrows .arrow {margin-top: -30px !important;}
.overlay ul li p {font-size:12px; padding: 0 10px;}
.overlay nav {font-size:40px !important;}

.freegarden-page .page-title {margin-left: 15px; margin-bottom: 0;}
.pusula {left: 50%; margin-bottom: 50px; margin-left: -100px; margin-top: 120px; position: relative; width: 200px;}
.sutun {float: left; margin: 0; padding: 0 15px; position: relative; width: 100%; z-index: 0;}
.freegarden-page-gallery li.g1 {left: 787px; top: 0; width: 190px;}
.freegarden-page-gallery li.g10 {height: 110px; left: 787px; top: 119px; width: 190px;}
.freegarden-page-gallery li.g9 {font-family: Playfair Display; font-size: 24px; font-weight: 900; height: 230px; left: 992px; letter-spacing: -0.03em; line-height: 1.5em; padding: 16px 22px; top: 0; width: 138px;}
.freegarden-page-gallery li.g5 {height: 206px; left: 788px; top: 245px; width: 342px;}
.freegarden-page-gallery li.g7 {height: 92px; left: 788px; top: 466px; width: 160px;}
.freegarden-page-gallery li.g8 {font-family: Playfair Display; font-size: 20px; font-weight: 900; height: 218px; left: 963px; letter-spacing: -0.03em; line-height: 1.7em; padding: 0px 10px; top: 466px; width: 167px;}
.freegarden-page-gallery li.g12 {height: 111px; left: 788px;  top: 573px; width: 160px;}
.freegarden-page-gallery li.g13 {height: 190px; left: 788px; top: 699px; width: 309px;}
.lead-text {margin-bottom: 20px;}
.map-image {width:100%; margin-top: -40px;}
.map-info {color: #8a6745; float: left; font-family: Playfair Display; font-size: 20px; margin-top: 30px; padding-bottom: 100px; position: relative; text-align: left; width: 100%; z-index: 20;}
.map-info ul {padding: 0;}
.freegarden-page .body-image {width: 650px; position: absolute; right: 0; top: 1273px;}

.yasam-alani-image img {width: 100%; margin-bottom: 40px;}
.yasam-alanlari-page .page-title {margin-left: 15px;font-size: 36px; margin-bottom: 0; margin-top: 30px;}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {margin: -60px 20px 0 0px; width: 100px;}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {width: calc(100% - 120px);}
.tab-title {font-size:17px;}
.kat-planlari .container {padding: 0 15px;}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a { width: calc(100% - 5px);}

.tabs {display: none;}
ul.topnav {display: block;}
.vaziyet-plani-area h2 {font-size:32px; margin-bottom: 20px;}
.yasam-alanlari-text-area {margin-top: 40px;}
.yasam-alanlari-page .body-image {width: 580px; position: absolute; right: 0; top: 1180px;}

.he-logo {margin-left: 15px; margin-top: 155px; width: calc(100% - 30px);}
.lead-text-title {margin-top: 0;}
.projeler-box ul li a {display: block; float: left; margin-right: 15px; width: 120px;}
.prj-content-wrapper {align-items: end; color: #000; display: flex; float: left; height: 105px; width: calc(100% - 135px);}
.prj-content h5 {font-size: 16px;}
.prj-content a {font-size:12px;}

.contact-info-area {float: left; margin-top: 0; width: 100%; margin-bottom: 30px;}
.form-group {margin-bottom: 10px;}
.map-wrapper {float: right; height: 290px; margin-right: 0; margin-top: 130px; position: relative; width: 100%;}
#map {height: 290px; mask: url("../images/clip-task-2.png") repeat -40px 0 add match-source;}
.slide-text {
  align-items: end;
  bottom: 0;
  position: absolute;
  left: 50%;
  width: 240px;
  margin-left: -120px;
}
.main-main {display:none !important;}
#mobil-slider {display:block !important;}

.media-item {width:calc(50% - 40px);}
.yazi-img .gallery-window img { height: 360px;}
}

/* **** TELEFON DIK ***** */

@media screen and (min-width : 321px) and (max-width : 479px) {
    html {overflow-x:hidden;}
    body {padding-bottom:40px;}
  .container {width: calc(100% - 20px);}
  .overlay .overlay-close {margin-left: 117px; margin-top: -5px;}
  .h-social {
  display: block;
  margin-top: -23px;
}
.h-social li {
  float: left;
  font-size: 18px;
  margin: 0 7px;
}
  .logo {float: left; width: 140px; margin-top: 12px;}
  
  .social-phone {float: right; margin-top: 45px; width: 140px;}
.social-phone .h-phone {font-size:26px;}
.slide-text h2 {color: rgba(13, 99, 50, 1); font-family: Playfair Display; font-size: 28px; font-weight: 400; line-height: 1.1em; padding: 10px 15px 20px; text-align: center; width: 240px; position: relative; left: 50%; margin-left: -120px;}
.slide-text h2 span {font-size:38px;}
.slide-text p {display: block;}
.page-view .arrows .arrow {margin-top: -30px !important;}
.overlay ul li p {font-size:12px; padding: 0 10px;}
.overlay nav {font-size:40px !important;}

.freegarden-page .page-title {margin-left: 15px; margin-bottom: 0;}
.pusula {left: 50%; margin-bottom: 50px; margin-left: -100px; margin-top: 120px; position: relative; width: 200px;}
.sutun {float: left; margin: 0; padding: 0 15px; position: relative; width: 100%; z-index: 0;}
.freegarden-page-gallery li.g1 {left: 787px; top: 0; width: 190px;}
.freegarden-page-gallery li.g10 {height: 110px; left: 787px; top: 119px; width: 190px;}
.freegarden-page-gallery li.g9 {font-family: Playfair Display; font-size: 24px; font-weight: 900; height: 230px; left: 992px; letter-spacing: -0.03em; line-height: 1.5em; padding: 16px 22px; top: 0; width: 138px;}
.freegarden-page-gallery li.g5 {height: 206px; left: 788px; top: 245px; width: 342px;}
.freegarden-page-gallery li.g7 {height: 92px; left: 788px; top: 466px; width: 160px;}
.freegarden-page-gallery li.g8 {font-family: Playfair Display; font-size: 20px; font-weight: 900; height: 218px; left: 963px; letter-spacing: -0.03em; line-height: 1.7em; padding: 0px 10px; top: 466px; width: 167px;}
.freegarden-page-gallery li.g12 {height: 111px; left: 788px;  top: 573px; width: 160px;}
.freegarden-page-gallery li.g13 {height: 190px; left: 788px; top: 699px; width: 309px;}
.lead-text {margin-bottom: 20px;}
.map-image {width:100%; margin-top: -40px;}
.map-info {color: #8a6745; float: left; font-family: Playfair Display; font-size: 20px; margin-top: 30px; padding-bottom: 100px; position: relative; text-align: left; width: 100%; z-index: 20;}
.map-info ul {padding: 0;}
.freegarden-page .body-image {width: 650px; position: absolute; right: 0; top: 1273px;}

.yasam-alani-image img {width: 100%; margin-bottom: 40px;}
.yasam-alanlari-page .page-title {margin-left: 15px;font-size: 36px; margin-bottom: 0; margin-top: 30px;}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {margin: -60px 20px 0 0px; width: 100px;}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {width: calc(100% - 120px);}
.tab-title {font-size:17px;}
.kat-planlari .container {padding: 0 15px;}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a { width: calc(100% - 5px);}
.tabs {display: none;}
ul.topnav {display: block;}
.vaziyet-plani-area h2 {font-size:32px; margin-bottom: 20px;}
.yasam-alanlari-text-area {margin-top: 40px;}
.yasam-alanlari-page .body-image {width: 580px; position: absolute; right: 0; top: 1180px;}

.photo-gallery-area {margin-top: 80px;}
.photo-gallery-area .gallery-window img {height:185px;}
.gallery-hover-btn {height: 84px; opacity: 0; position: absolute; right: 10px; top: 10px; transition: all 300ms ease 0s; width: 44px; z-index: 11;}
.video-galeri h2 {font-size: 24px; margin: 0 0 20px; width: 100%;}
.video-galeri {padding: 40px 0px;}
.photo-gallery-area .container, .video-galeri .container {padding: 0 15px;}
#sync4 .item {margin: 10px 5px 0; padding: 0;}

.he-logo {margin-left: 15px; margin-top: 155px; width: calc(100% - 100px);}
.lead-text-title {margin-top: 0;}
.projeler-box ul li a {display: block; float: left; margin-right: 15px; width: 120px;}
.prj-content-wrapper {align-items: end; color: #000; display: flex; float: left; height: 105px; width: calc(100% - 135px);}
.prj-content h5 {font-size: 16px;}
.prj-content a {font-size:12px;}


.contact-info-area {float: left; margin-top: 0; width: 100%; margin-bottom: 30px;}
.form-group {margin-bottom: 10px;}
.map-wrapper {float: right; height: 290px; margin-right: 0; margin-top: 130px; position: relative; width: 100%;}
#map {height: 290px; width:100%;}
.slide-text {
  align-items: end;
  bottom: 0;
  position: absolute;
  left: 50%;
  width: 240px;
}
.slide-text p {
  display: block;
  float: left;
  margin: 0;
  text-align: center;
  width: 100%;
  max-width: inherit !important;
}
.overlay .closebtn {
  font-size: 60px;
  position: absolute;
  right: 12px;
  top: 0px;
  width: 52px;
}
.overlay-content {top:4%;}
.overlay a {
  color: #ffffff;
  display: block;
  font-family: Playfair Display;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 8px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}
.menu-open-btn {
  display: block;
  margin-top: 40px;
  width: 39px;
  margin-right: 9px;
}
.overlay-logo {margin-left:-165px;}
.overlay-author {margin-right: -165px; width:55px;}
.overlay-copyright {display:none;}
.overlay .closebtn {font-size: 63px; position: absolute; right: 13px; top: 0; width: 53px; z-index:199;}
.overlay-content {top: 1%;}
.f-logo {margin-left:-170px;}
#mobil-slider .item .slide-text h2 {
  margin-left: 0;
  width: 100%;
  left: 0;
  text-align: center;
  margin-bottom: 0px;
}
.main-main {display:none !important;}
#mobil-slider {display:block !important; margin-bottom:170px !important;}
.f-btn > img {display:none;}
.f-btn {
  background-color: #0d6432;
  cursor: pointer;
  float: left;
  font-family: Playfair Display;
  font-size: 13px;
  font-weight: 900;
  left: 0;
  margin-left: 0;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.f-left-side {
  border-right: medium none;
  float: left;
  margin-left: 15px;
  width: 100%;
}
.f-left-side > h4 {display:none;}
.mini-input {
  float: left;
  margin-bottom: 16px;
  margin-right: 0;
  width: 100%;
  margin-left: -15px;
}
.mini-input span, .midi-input span {width:75px;}
.midi-input {
  float: left;
  margin-top: 15px;
  width: 100%;
  margin-left: -15px;
}
.midi-input span {margin-top:-15px;}
.f-right-side {width:100%;}
.f-social-phone .f-phone {font-size:46px;}
.cd-top {bottom:38px;}

.media-item {width:calc(100% - 40px);}
.yazi-img .gallery-window img { height: 200px;}
}

/* **** TELEFON DIK (KUCUK EKRANLAR) ***** */

@media screen and (max-width : 320px) {
    html {overflow-x:hidden;}
    body {padding-bottom:40px;}
  .container {width: calc(100% - 20px);}
  .overlay .overlay-close {margin-left: 90px; margin-top: -5px;}
    .h-social {
  display: block;
  margin-top: -23px;
}
.h-social li {
  float: left;
  font-size: 18px;
  margin: 0 3px;
}
  .logo {float: left; width: 140px; margin-top: 12px;}
  .menu-open-btn {margin-top: 35px;}
  .social-phone {float: right; margin-top: 29px; width: 60px;}
.social-phone .h-phone {font-size:26px;}
.slide-text h2 {color: rgba(13, 99, 50, 1); font-family: Playfair Display; font-size: 28px; font-weight: 400; line-height: 1.1em; padding: 10px 15px 20px; text-align: center; width: 240px; position: relative; left: 50%; margin-left: -120px;}
.slide-text h2 span {font-size:38px;}
.slide-text p {
  display: block;
  float: left;
  margin: 0;
  text-align: center;
  width: 100%;
  max-width: inherit !important;
}
.page-view .arrows .arrow {margin-top: -30px !important;}
.overlay ul li p {font-size:11px; padding: 0 60px;}
.overlay nav {font-size:34px !important;}

.freegarden-page .page-title {margin-left: 15px; margin-bottom: 0;}
.pusula {left: 50%; margin-bottom: 50px; margin-left: -100px; margin-top: 120px; position: relative; width: 200px;}
.sutun {float: left; margin: 0; padding: 0 15px; position: relative; width: 100%; z-index: 0;}
.freegarden-page-gallery li.g1 {left: 787px; top: 0; width: 190px;}
.freegarden-page-gallery li.g10 {height: 110px; left: 787px; top: 119px; width: 190px;}
.freegarden-page-gallery li.g9 {font-family: Playfair Display; font-size: 24px; font-weight: 900; height: 230px; left: 992px; letter-spacing: -0.03em; line-height: 1.5em; padding: 16px 22px; top: 0; width: 138px;}
.freegarden-page-gallery li.g5 {height: 206px; left: 788px; top: 245px; width: 342px;}
.freegarden-page-gallery li.g7 {height: 92px; left: 788px; top: 466px; width: 160px;}
.freegarden-page-gallery li.g8 {font-family: Playfair Display; font-size: 20px; font-weight: 900; height: 218px; left: 963px; letter-spacing: -0.03em; line-height: 1.7em; padding: 0px 10px; top: 466px; width: 167px;}
.freegarden-page-gallery li.g12 {height: 111px; left: 788px;  top: 573px; width: 160px;}
.freegarden-page-gallery li.g13 {height: 190px; left: 788px; top: 699px; width: 309px;}
.lead-text {margin-bottom: 20px;}
.map-image {width:100%; margin-top: -40px;}
.map-info {color: #8a6745; float: left; font-family: Playfair Display; font-size: 20px; margin-top: 30px; padding-bottom: 100px; position: relative; text-align: left; width: 100%; z-index: 20;}
.map-info ul {padding: 0;}
.freegarden-page .body-image {width: 650px; position: absolute; right: 0; top: 1273px;}

.yasam-alani-image img {width: 100%; margin-bottom: 40px;}
.yasam-alanlari-page .page-title {margin-left: 15px;font-size: 36px; margin-bottom: 0; margin-top: 30px;}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {margin: -60px 20px 0 0px; width: 100px;}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {width: calc(100% - 120px);}
.tab-title {font-size:17px;}
.kat-planlari .container {padding: 0 15px;}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a { width: calc(100% - 5px);}
.tabs {display: none;}
ul.topnav {display: block;}
.vaziyet-plani-area h2 {font-size:28px; margin-bottom: 20px;}
.yasam-alanlari-text-area {margin-top: 40px;}
.yasam-alanlari-page .body-image {width: 580px; position: absolute; right: 0; top: 1330px;}

.photo-gallery-area {margin-top: 80px;}
.photo-gallery-area .gallery-window img {height:185px;}
.gallery-hover-btn {height: 84px; opacity: 0; position: absolute; right: 10px; top: 10px; transition: all 300ms ease 0s; width: 44px; z-index: 11;}
.video-galeri h2 {font-size: 22px; margin: 0 0 20px; width: 100%;}
.video-galeri {padding: 40px 0px;}
.photo-gallery-area .container, .video-galeri .container {padding: 0 15px;}
#sync4 .item {margin: 10px 5px 0; padding: 0;}

.he-logo {margin-left: 15px; margin-top: 155px; width: calc(100% - 100px);}
.lead-text-title {margin-top: 0;}
.projeler-box ul li a {display: block; float: left; margin-right: 15px; width: 100px;}
.projeler-box {padding: 15px;}
.prj-content-wrapper {align-items: end; color: #000; display: flex; float: left; height: 90px; width: calc(100% - 115px);}
.prj-content h5 {font-size: 16px;}
.prj-content a {font-size:12px;}

.contact-info-area {float: left; margin-top: 0; width: 100%; margin-bottom: 30px;}
.form-group {margin-bottom: 10px;}
.map-wrapper {float: right; height: 290px; margin-right: 0; margin-top: 130px; position: relative; width: 100%;}
#map {height: 290px;}
.hidden-btn {display:none;}
.slide-text {
  align-items: end;
  bottom: 0;
  position: absolute;
  left: 50%;
  width: 240px;
  margin-left: -120px;
}
.menu-open-btn {
  display: block;
  margin-top: 40px;
  width: 39px;
  margin-right: 9px;
}
.overlay-logo {margin-left:-165px; width:55px;}
.overlay-author {margin-right: -165px;}
.overlay-copyright {display:none;}
.overlay .closebtn {font-size: 63px; position: absolute; right: 13px; top: 0; width: 53px; z-index:199;}
.overlay-content {top: 1%;}
.f-logo {margin-left:-170px;}
#mobil-slider .item .slide-text h2 {
  margin-left: 0;
  width: 100%;
  left: 0;
  text-align: center;
  margin-bottom: 0px;
}
.main-main {display:none !important;}
#mobil-slider {display:block !important;}
.f-btn > img {display:none;}
.f-btn {
  background-color: #0d6432;
  cursor: pointer;
  float: left;
  font-family: Playfair Display;
  font-size: 11px;
  font-weight: 900;
  left: 0;
  margin-left: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.f-left-side {
  border-right: medium none;
  float: left;
  margin-left: 15px;
  width: 100%;
}
.f-left-side > h4 {display:none;}
.mini-input {
  float: left;
  margin-bottom: 16px;
  margin-right: 0;
  width: 100%;
  margin-left: -15px;
}
.mini-input span, .midi-input span {width:75px;}
.midi-input {
  float: left;
  margin-top: 15px;
  width: 100%;
  margin-left: -15px;
}
.midi-input span {margin-top:-15px;}
.f-right-side {width:100%;}
.f-social-phone .f-phone {font-size:46px;}
.cd-top {bottom:38px;}

.media-item {width:calc(100% - 40px);}
.yazi-img .gallery-window img { height: 200px;}
}

