﻿/*
	Theme Name: Hair Med
	Template: genesis
	Template Version: 1.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Imports
--------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:100,400,300,700&subset=latin,latin-ext);

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

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-facebook:before { content: '\e802'; } /* '' */
.icon-hotel:before { content: '\e803'; } /* '' */
.icon-quiete:before { content: '\e804'; } /* '' */
.icon-images:before { content: '\e805'; } /* '' */
.icon-up:before { content: '\e806'; } /* '' */
.icon-menu:before { content: '\e807'; } /* '' */
.icon-badge:before { content: '\e808'; } /* '' */
.icon-pinterest:before { content: '\e809'; } /* '' */
.icon-pin:before { content: '\e80a'; } /* '' */
.icon-whatsapp:before { content: '\e80b'; } /* '' */
.icon-check:before { content: '\e80c'; } /* '' */
.icon-agreement:before { content: '\e80d'; } /* '' */
.icon-team:before { content: '\e80e'; } /* '' */
.icon-phone:before { content: '\e80f'; } /* '' */
.icon-arrow-left:before { content: '\e811'; } /* '' */
.icon-google:before { content: '\e814'; } /* '' */
.icon-phone-circle:before { content: '\e815'; } /* '' */
.icon-clipboard:before { content: '\e816'; } /* '' */
.icon-youtube:before { content: '\e818'; } /* '' */
.icon-play:before { content: '\e810'; } /* '' */
.icon-vk:before { content: '\e81d'; } /* '' */
.icon-viber:before { content: '\e81e'; } /* '' */


/* HTML5 Reset
--------------------------------------------- */

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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}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:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .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}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #444;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #3ab5db;
	text-decoration: none;
}

a:hover {
	color: #34678a;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
abbr {
	cursor: help;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	margin-bottom: 20px;
	word-wrap: break-word;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img {
	width: auto;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #fff;
	box-shadow: none;
	font-size: 16px;
	font-weight: 300;
	padding: 12px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #2b697c;
	box-shadow: 0 0 7px rgba(255, 255, 255, 1);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #5c5c5c;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #5c5c5c;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #c71b4f;
	border: 1px solid #c71b4f;
	box-shadow: 0px 3px 0px 0px #740e2d;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 30px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #bb0e43;
	border: 1px solid #bb0e43;
	color: #fff;
}

.entry-content .button,
.entry-content .button:hover,
.widget .button,
.widget .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

.education-pro-landing .site-inner {
	max-width: 900px;
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content
--------------------------------------------- */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar
--------------------------------------------- */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}


/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fafafa;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 14px;
	margin-bottom: 0;
	padding: 15px 40px;
}

.archive-description,
.author-box {
	background-color: #3ab5db;
	color: #fff;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
}
.archive-title h1 {
	font-size: 40px;
}
.author-box-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
	color: #fff;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color: #444;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 40px;
	margin-bottom: 0;
}

.post-956 .entry-title,
.single-post .entry-title {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 60px;
	position: relative;
	color: #3ab5db;
}
.post-956 .entry-title:before,
.single-post .entry-title:before {
	content : "";
	position: absolute;
	width   : 15%;
	bottom: -10px;
	border-bottom: 1px solid #3ab5db;
}

.entry-title a {
	color: #3ab5db;
}

.entry-title a:hover {
	color: #444;
}

.widget-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	border-bottom: 1px dotted #ddd;
	color: #85b95e;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 400;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	color: #727272;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}


/* Widgets
--------------------------------------------- */

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	margin-bottom: 0;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.featured-content .entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #444;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	padding: 0;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 10px;
}


/* Site Header
--------------------------------------------- */

.site-header {
	background-color: #fff;
	border-top: 4px solid #6da344;
	border-bottom: 1px solid #ddd;
	min-height: 80px;
}
.home .site-header {
	border-bottom: none;
}

.education-pro-home .site-header {
	position: relative;
	top: auto !important;
	width: 100%;
	z-index: 499;
}

/* Title Area
--------------------------------------------- */

.title-area {
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 300px;
}

.header-image .title-area {
	background-color: #fff !important;
	padding: 0;
}

.site-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	visibility: hidden;
	font-size: 16px;
	line-height: 1.3;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 740px;
}


/* Site Navigation
--------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 16px;
	-webkit-backface-visibility: hidden;
}

.site-header .genesis-nav-menu li a:hover,
.site-header .genesis-nav-menu li.current-menu-item > a {
	border-bottom: 5px solid #3ab5db;
	color: #3ab5db;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 16px;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #444;
	padding: 37px 16px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #85b95e;
	color: #fff;
	font-weight: 300;
}

.nav-primary .genesis-nav-menu {
	font-size: 15px;
}

.nav-primary .icon {
	margin-right: 5px;
}

.nav-primary strong {
	font-weight: 700;
}

.nav-primary li a:hover {
	background-color: #85b95e;
}
.nav-primary li a:first-child {
	padding-left: 0;
}

.education-pro-home .nav-primary .genesis-nav-menu {
	position: relative;
	z-index: 1000;
}
.top-right {
	float: right;
}

.top-right a:hover {
	background-color: #85b95e !important;
}


/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\e807";
	display: block;
	font: normal 20px/1 'fontello';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


/* Home
--------------------------------------------- */
.home-top {
	background-color: #fff;
	text-align: center;
}

.home-top .wrap {
	padding: 60px;
	position: relative;
	z-index: 99;
}

.home-top .widget_text {
	color: #3ab5db;
	font-size: 40px;
	line-height: 1.3;
	text-align: center;
}

.home-top .widget_text .widget-title {
	color: #85b95e;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	padding-bottom: 20px;
}

.home-middle {
	background-image: url("images/bg.jpg");
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 60px 0 30px;
}
.home-middle h2 {
	font-weight: 400;
}
.home-middle .entry-title a {
	color: #78a7c8;
}

.home-middle .widget {
	float: left;
	padding: 0 20px;
	text-align: center;
	width: 25%;
}

.home-middle .widget:nth-of-type(4n+1) {
	clear: both;
}

.home-middle .icon {
	font-size: 60px;
	height: 60px;
	width: 60px;
}
a.home-more {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-left: 3px solid #3ab5db;
	padding: 10px 15px;
	font-weight: 700;
	display: inline-block;
}
a:hover.home-more {
	border: 1px solid #bbb !important;
	border-left: 3px solid #3ab5db !important;
}



/* Entries
--------------------------------------------- */
.circle-photo {
	border-radius: 50%;
}

.entry {
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 40px;
	padding: 40px 40px 20px 40px;
}
.entry .entry-content a {
	border-bottom: 1px solid #cecece;
}
.entry .entry-content a:hover{
	border-bottom: 1px solid #3ab5db;
	color: #3ab5db;
}

.wp-post-image {
	margin-bottom: -10px;
	padding: 0;
}

.entry-header {
	margin-bottom: 10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
}

.content p.entry-meta {
	margin-bottom: 0;
	text-align: left;
}

.content .entry-header .entry-meta {
	margin: -10px 0 10px;
}

.content .entry-header .entry-meta .entry-time {
	background-color: #e44a3c;
	color: #fff;
	display: inline-block;
	margin: 0 -40px 0 0;
	padding: 5px 40px 5px 15px;
}

.entry-footer .entry-meta {
	font-size: 12px;
}

.entry-footer .entry-meta a {
	color: #444;
}

.entry-footer .entry-meta a:hover {
	color: #6da344;
}

.entry-comments-link::before {
	content: "\2F";
	margin: 0 4px 0 0;
}


/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #e44a3c;
}



/* Sidebars
--------------------------------------------- */

.sidebar {
	font-size: 16px;
}

#nav_menu-5 {
	padding: 0;
	border: none;
}
#nav_menu-5 ul {
	padding: 40px;
	border: 1px solid #ddd;
}
#nav_menu-5 .widget-title {
	background-color: #85b95e;
	color: #fff;
	margin: 0;
	padding: 15px 40px;
	border: none;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 18px;
}
.sidebar li a{
	display: block;
}

.sidebar .current-menu-item a {
	color: #34678a;
}

.sidebar li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 40px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 40px;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0;
	margin: 20px 0;
}

#text-12 {
	background-color: #3ab5db;
	background-image: url("images/hair-transplant-bg.jpg");
	background-repeat: no-repeat;
    background-position: center; 
	padding: 0;
	border: none;
	float: center;
	text-align: center;
	min-height: 300px;
}
#text-12 a {
	color: #fff;
	display: block;
	padding: 40px;
	cursor: pointer;
}
#text-12 .icon-play {
	font-size: 75px;
	opacity: 0.75;
}
#text-12 span {
	display: block;
	font-size: 25px;
	font-weight: 400;
}
#text-12 a:hover .icon-play {
	color: #fff;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

#text-7 ul {
	margin-top: 7px;
}
#text-7 li {
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}

#text-7 li a {
	margin-right: 15px;
	color: #aaa;
}
#text-7 li a:hover {
	color: #3ab5db;
}
#text-7 .social {
	font-size: 30px;
}

#text-7 .icon {
	font-size: 16px;
	color: #fff;
	background-color: #999;
	float: right;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
}
#text-7 .icon-viber {
	background-color: #7d51a0;
	font-size: 24px;
}
#text-7 .icon-whatsapp {
	background-color: #10ae37;
}
#text-7 .icon-phone {
	background-color: #c4134a;
}
#text-7 .icon-mail {
	background-color: #3ab5db;
}

#text-7 .icon-viber,
#text-7 .icon-whatsapp,
#text-7 .icon-phone,
#text-7 .icon-mail {
	float: center;
	text-align: center;
}

#text-7 strong {
	font-size: 24px;
	font-weight: 700;
	display: block;
	line-height: 1;
	padding-top: 10px;
}
#text-7 a {
	color: #444;
}
#text-7 a:hover {
	color: #3ab5db;
}

#text-13 {
	background-color: #bb0e43;
	border: none;
	color: #fff;
	padding: 40px;
}
#text-13 span {
	font-size: 55px;
	font-weight: 700;
	display: block;
	line-height: 1;
	padding-bottom: 20px;
}



/* Site Footer
--------------------------------------------- */

.site-footer {
	background-color: #34678a;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.site-footer,
.site-footer .wrap a {
	color: #78a7c8;
}

.site-footer a.button,
.site-footer .wrap a:hover {
	color: #fff;
}

.credits {
	display: table;
	padding: 40px 0;
}

.credits img {
	opacity: 0.75;
}
.credits img:hover {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.credits .memorial-logo {
	display: table-cell;
	vertical-align: middle;
	color: #78a7c8;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
}
.credits .text {
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.4;
	color: #78a7c8;
}



/* İletişim Formu
--------------------------------------------- */
.iletisim {
	padding: 40px 0;
	background-image: url("images/bg.jpg");
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.iletisim .header {
	margin-bottom: 40px;
}

.iletisim h3 {
	font-size: 30px;
	padding: 0;
}

.bilgi {
	clear: both;
	padding-top: 20px;
}
.bilgi ul {
	list-style: none;
	padding: 0;
}
.bilgi span {
	font-size: 15px;
	font-weight: 300;
	margin-left: 15px;
	display: inline-block;
}
.detail {
	font-size: 25px !important;
	font-weight: 700 !important;
}

.bilgi li {
	display: inline-block;
	width: 33%;
	border-left: 1px solid #fff;
}

.mesaj {
	height: 225px;
}

.gonder {
	background-color: rgba(0, 0, 0, 0.0);
	margin: 0;
	padding: 0;
	border: none;
	font-size: 15px;
}

.gonder:hover,
.gonder:focus {
	color: #fff;
	border: none;
	box-shadow: none;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	background-color: #6da344;
	padding: 7px 10px;
	color: #fff;
	margin: 0 0 20px 0;
}

div.wpcf7-mail-sent-ng {
	background-color: #dd3a41;
	padding: 7px 10px;
}

div.wpcf7-validation-errors ,
span.wpcf7-not-valid-tip {
	background-color: #dd3a41;
	color: #fff;
	padding: 7px 10px;
	margin: -10px 0 0 0;
	display: block;
}

.wpcf7-form-control {
	margin-bottom: 20px;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 10px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

#contact-page .wpcf7-form-control {
	border: 1px solid #cecece;
	box-shadow: none;
}

#contact-page .wpcf7-form-control:focus {
	border: 1px solid #888;
}

#contact-page input:focus[type="submit"],
#contact-page input[type="submit"] {
	background-color: #3ab5db;
	border: 1px solid #3ab5db;
	text-transform: uppercase;
}

#contact-page input:hover[type="submit"] {
	background-color: #34678a;
	border: 1px solid #34678a;
	color: #fff;
}
#contact-page .ajax-loader {
	color: #444;
}
#contact-page div.wpcf7-validation-errors,
#contact-page span.wpcf7-not-valid-tip {
	color: #fff;
	margin-bottom: 0;
}
#contact-page .wpcf7-file {
	margin-bottom: 20px;
	border: none;
	color: #444;
}
#contact-page .wpcf7-file:hover,
#contact-page .wpcf7-file:focus {
	border: none;
}
#contact-page img {
	box-shadow: none;
	outline: none;
}


/* Scroll Up
--------------------------------------------- */
.scrollup {
	position: fixed;
    bottom: 25px;
    right: 25px;
	background-color: #85b95e;
	display: none;
	width: 50px;
    height: 50px;
	float: center;
	text-align: center;
}

.scrollup:before {	
	color: #fff;
	content: "\e806";
	font: normal 25px/1 'fontello';
	line-height: 50px;
}	
.scrollup:hover {	
	background-color: #6da344;
}

.entry-content .liste li {
	list-style-type: none;
	padding-bottom: 5px;
	margin-left: -30px;
}
.entry-content .liste li:before {
	-webkit-font-smoothing: antialiased;
	color: #85b95e;
	content: "\e80c";
	font: normal 16px/1 'fontello';
	height: 16px;
	vertical-align: middle;
	padding-right: 5px;
}

.call-notice {
	background-color: #3ab5db;
	color: #fff;
	padding: 20px;
	margin-bottom: 32px;
	text-align: center;
}
.call-notice span {
	font-size: 36px;
	font-weight: 700;
	display: block;
}
.call-notice .icon-phone-circle {
	margin-right: 15px;
}


/* Parallax effect
--------------------------------------------- */
 
.parallax-section {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	color: #fff;
	position: relative;
	z-index: 9;
}

.parallax-section + .home-top .wrap {
	background-color: #fff;
	border-top: 5px solid #85b95e;
	margin-top: -40px;
}

.parallax-section.below-header {
	background-image: url("images/hairtransplant-antalya-turkey.jpg");
}

.promo {
	width: 55%;
	float: left;
	padding: 160px 0;
}

.promo-border {
	margin: 0;
	padding-right: 40px;
	width: 100%;
	border-right: 1px solid rgba(255,255,255,0.4);
}

.memorial {
	width: 42%;
	float: right;
	text-align: right;
	padding: 160px 0;
}

.memorial-border {
	margin: 0 auto;
	width: 100%;
}
.memorial-border span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0 20px 0;
}

.memorial-border .title {
	background-color: #bb0e43;
	padding: 5px 10px;
	line-height: 1;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	display: inline-block;
}
.memorial-border ul li {
	background-color: #fff;
	color: #444;
	padding-left: 10px;
	margin-bottom: 15px;
	display: inline-block;
}
.memorial-border ul > li:before {
	content: none;
}
.memorial-border ul > li:after {
	-webkit-font-smoothing: antialiased;
	color: #bb0e43;
	content: "\e819";
	font: normal 15px/1 'fontello';
	height: 15px;
	padding: 0 10px;
}

.parallax-section ul {
	margin-bottom: 32px;
}
.parallax-section ul li {
	line-height: 30px;
}
.parallax-section li a {
	color: #fff;
}
.parallax-section li a:hover {
	text-decoration: underline;
}

.parallax-section li:before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\e812";
	font: normal 15px/1 'fontello';
	height: 15px;
	padding-right: 5px;
}

.parallax-section h2 {
	font-size: 40px;
	font-weight: 700;
}
.parallax-section h2 span {
	font-size: 16px;
	vertical-align: top;
	font-weight: 100;
}

.parallax-section a.request,
.parallax-section a.call {
	padding: 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	display: inline-block;
}
.parallax-section a.request {
	background-color: #85b95e;
}
.parallax-section a.call {
	background-color: #3ab5db;
}
.parallax-section a.request:hover,
.parallax-section a.call:hover {
	background-color: #fff;
	color: #222;
	transition: all 0.5s ease-in-out;
}

.image-section {
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.7) 100%);
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}



/* Reservation
--------------------------------------------- */
.reservation {
	background-color: #f6f6f6;
	padding: 32px 32px 0 32px;
	margin-bottom: 32px;
}
.reservation a {
	font-weight: 700;
}
.reservation .icon {
	font-size: 18px;
	display: inline-block;
}
.reservation span {
	font-size: 23px;
	font-weight: 700;
	display: block;
}

.reservation .call-us,
.reservation .one-half {
	margin-bottom: 32px;
}
.reservation .contact {
	background-color: #3ab5db;
	background: linear-gradient(to bottom, #3ab5db 5%, #29a2c7 100%);
	box-shadow: inset 0px 1px 0px 0px #8cdff9;
	border: 1px solid #29a2c7;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
}
.reservation .contact:hover {
	background-color: #29a2c7;
	color: #fff !important;
	background:linear-gradient(to bottom, #29a2c7 5%, #3ab5db 100%);
	transition: all 0.5s ease-in-out;
}



/* YouTube
--------------------------------------------- */
#youtube {
	display: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-overlay {
	z-index: 300;
	background-color: rgba(0, 0, 0, 0.75);
}

.modal-wrapper {
	z-index: 310;
	background-color: transparent;
}

.modal-close {
	background-color: #3ab5db;
	color: #fff;
	padding: 5px 20px;
	position: absolute;
	bottom: -50px;
	right: 0;
	z-index: 320;
	cursor: pointer;
}
.modal-close:hover {
	background-color: #85b95e;
}


/* Media Queries
--------------------------------------------- */

@media only screen and (max-width: 1160px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.home-top .widget_text {
		font-size: 40px;
	}
	
	.bilgi .detail {
		font-size: 20px !important;
	}
	
	.promo,
	.memorial {
		padding: 100px 0;
	}
	.parallax-section h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 1023px) {

	.education-pro-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 740px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 100%;
	}
	
	.title-area {
		position: relative;
		margin-top: 10px;
		max-height: 100px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu, {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-description,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 16px;
	}
	
	.home-top .wrap {
		padding: 60px;
	}
	
	.home-top .widget_text {
		font-size: 30px;
	}
	
	.home-middle .widget {
		width: 50%;
	}
	
	.home-middle .widget:nth-of-type(2n+1) {
		clear: both;
	}
	
	.bilgi .detail {
		font-size: 18px !important;
	}

	.parallax-section {
		background-attachment: scroll;
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}
	
	.promo {
		width: 70%;
	}
	.promo-border {
		border: none;
	}

	.memorial {
		display: none;
	}
	
	.top-right {
		float: none;
	}
}

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

	body {
		font-size: 16px;
	}
	
	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.education-pro-landing .site-inner,
	.site-inner {
		padding-top: 20px;
	}

	.after-entry .widget,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry,
	.sidebar .widget {
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.sidebar .widget:last-of-type {
		margin-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.site-header .genesis-nav-menu.responsive-menu li a {
		border-bottom: 1px solid #ddd;
		color: #444;
		display: block;
		padding: 12px 0 16px;
	}
	
	.site-header .genesis-nav-menu.responsive-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu li.current-menu-item > a {
		color: #3ab5db;
	}
	
	.site-header .genesis-nav-menu.responsive-menu li:first-child > a {
		border-top: 1px solid #ddd;
	}
	
	.site-header .genesis-nav-menu.responsive-menu li:last-child > a {
		border: none;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
		color: #fff;
		padding: 12px 0;
	}
	
	.home-top .wrap {
		margin-left: 5%;
		margin-right: 5%;
		padding: 40px;
	}
	
	.home-top .widget_text {
		font-size: 24px;
	}
	
	.home-middle .widget {
		width: 100%;
	}
	
	.home-middle {
		padding: 40px 0;
	}
	
	.content .entry-header .entry-meta {
		margin-top: -20px;
	}
	
	.content .entry-header .entry-meta .entry-time {
		margin-right: -20px;
		padding-right: 20px;
	}
	
	.entry-footer {
		padding: 20px;
		margin: 0 -20px -20px;
	}
	
	.pagination {
		margin-top: 20px;
	}
	
	.site-footer {
		padding: 20px 20px 40px;
	}
	
	.bilgi li {
		display: block !important;
		width: 100% !important;
		margin-bottom: 20px;
	}
	.scrollup  {
		visibility: hidden;
	}
	.entry-title {
		margin-top: 20px;

	}
	
	.mesaj {
		margin: 20px 0 !important;
	}
	
	.wpcf7-quiz {
		margin-bottom: 20px;
	}
	
	.site-footer {
		padding: 20px 0;
	}
	
	.promo {
		width: 100%;
		padding: 100px 0;
	}
	
	.credits {
		padding: 20px 0;
	}

	.credits .memorial-logo {
		float: left;
	}
	.credits .text {
		float: left;
		padding: 20px 0 0 0;
	}
	
	
}

@media only screen and (max-width: 480px) {

	.title-area {
		width: 100%;
	}
	
	.title-area {
		max-width: 300px;
		max-height: 90px;
	}
	
	.bilgi .detail {
		font-size: 16px !important;
	}
	
	.parallax-section h2 {
		font-size: 25px;
	}
	
	.parallax-section a.request,
	.parallax-section a.call {
		padding: 7px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.call-notice span {
		font-size: 30px;
	}
	
	#text-13 span {
		font-size: 36px;
	}

}