/*
Theme Name: Gramercy Dental
Author: Medical Bound
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.container-holder:after,
.wrap-holder:after,
#main:after,
.services-list:after,
.post-profile:after,
#header:after {
	content: " ";
	display: block;
	clear: both;
}

.services-list,
.employee-list,
.footer-nav,
#nav .navbar,
.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.container-holder:after,
.wrap-holder:after,
#main:after,
.services-list:after,
.post-profile:after,
#header:after {
	content: " ";
	display: block;
	clear: both;
}

.services-list,
.employee-list,
.footer-nav,
#nav .navbar,
.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

.profile-info footer a {
	display: inline-block;
	vertical-align: top;
}

.services-list,
.employee-list,
.footer-nav,
#nav .navbar,
.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.container-holder:after,
.wrap-holder:after,
#main:after,
.services-list:after,
.post-profile:after,
#header:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram2:before {
	content: "\e90a";
}

.icon-arrow-left:before {
	content: "\e900";
}

.icon-arrow-right:before {
	content: "\e901";
}

.icon-arrow-top:before {
	content: "\e902";
}

.icon-cross:before {
	content: "\e903";
}

.icon-facebook:before {
	content: "\e904";
}

.icon-google-plus:before {
	content: "\e905";
}

.icon-instagram:before {
	content: "\e906";
}

.icon-play:before {
	content: "\e907";
}

.icon-twitter:before {
	content: "\e908";
}

.icon-arrow-down:before {
	content: "\e909";
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #515c62;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #515c62;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #515c62;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

input[type="password"] {
	height: 46px;
}

.post-password-form input {
	height: 46px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.comment-form-email input[type="email"] {
	width: 300px;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	position: relative;
	vertical-align: middle;
	margin: 0 0 1.2em;
}

.navigation .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #515c62;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

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

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 30px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif
}

h4,
.h4 {
	font-size: 17px;
	border-left:5px solid #f68d52;
	color: #000;
	padding-left: 3%;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 500;

	font-family: "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #c08ea0;
}

a:hover,
a:focus {
	text-decoration: none;
}

.container-holder {
	position: relative;
	overflow: hidden;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

a {
	color: #c08ea0;
	text-decoration: none;
}

h1 {
	margin: 0 0 6px;
	text-transform: uppercase;
	font: 400 61px/68px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h2 {
	color: #515c62;
	text-transform: uppercase;
	font: 700 38px/42px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.wrap-holder {
	max-width: 1210px;
	margin: 0 auto;
}

.bg-stretch {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	background-size: cover;
	background-position: 50% 50%;
}

.bg-stretch img {
	max-width: none;
}

.btn {
	min-height: 40px;
	text-align: center;
	padding: 13px 10px 10px;
	color: #fff;
	letter-spacing: 3px;
	text-decoration: none;
	text-transform: uppercase;
	background: #b97f94;
	display: inline-block;
	vertical-align: middle;
	font: 300 14px/16px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.btn:hover {
	background: #c3c1be;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

#main {
	clear: both;
	padding: 29px 0 0;
}

.info-area {
	overflow: hidden;
	border-bottom: 3px solid #fff;
	background-color: #ebeae6;
	background: -webkit-linear-gradient(top, #eae9e5 30%, #e7e6e2 100%);
	background: linear-gradient(to bottom, #eae9e5 30%, #e7e6e2 100%);
}

.info-area .wrap-holder {
	padding: 0;
}

.info-area .text-holder {
	text-align: inherit;
	position: relative;
	text-align: inherit;
	white-space: normal;
	width: auto;
	height: auto;
}

.info-area .text-holder .text-box {
	width: 46%;
	padding: 0 0 0 50px;
	font: 300 26px/32px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.info-area .text-holder .text-box p {
	margin: 0 0 23px;
}

.info-area .text-holder .text-box h1 {
	margin: 0 0 25px;
	font-size: 81px;
	line-height: 73px;
	text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.5);
	color: #515c62;
}

.info-area .text-holder .text-box .more {
	padding: 13px 10px 10px;
	margin: 0 0 24px;
	width: 121px;
	min-height: 39px;
	letter-spacing: 0;
	font: 300 12px/15px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.info-area .text-holder .text-box .more:after {
	display: none;
}

.info-area .text-holder .text-box .more:hover {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.info-area .text-holder .text-box span {
	display: block;
}

.info-area .text-holder .text-box .btn {
	display: block;
	width: 100%;
	margin: 0;
	padding: 22px 10px 20px;
	letter-spacing: 5px;
	min-height: 73px;
	font: 300 26px/30px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.info-area .text-holder .img-holder {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.service-area {
	margin: 0 0 0px;
	overflow: hidden;
	background: #edeeee;
}

.service-area .wrap-holder {
	padding: 88px 0 78px;
	text-align: center;
}

.service-area h2 {
	margin: 0 0 81px;
}

.service-area .btn {
	background: #c08ea0;
	color: #fff;
	font: 700 26px/30px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: 450px;
	margin: 0;
	padding: 31px 10px 30px;
	letter-spacing: 1px;
	min-height: 93px;
}

.service-area .btn:hover {
	background: #c3c1be;
}

.services-list {
	padding: 0 5%;
	margin: 0 0 88px;
	text-align: left;
	position: relative;
	text-transform: uppercase;
	font: 300 24px/26px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.services-list li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 2.7% 1% 0;
	padding: 0 0 0 15px;
	position: relative;
}

.services-list li br {
	display: block;
}

.services-list li:after {
	top: 3px;
	left: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: #333333;
	width: 7px;
	height: 47px;
}

geomanistitalic:nth-child(2) {
	
}

.services-list li:nth-child(3) {
	
}

.services-list li:last-child {
	margin: 0;
}

.services-list li:last-child:before {
	display: none;
}

.services-list li a {
	text-decoration: none;
	color: #000;
	font: 300 24px/26px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.services-list li a br {
	display: block;
}

.text-area {
	overflow: hidden;
	margin: 0 0 32px;
	position: relative;
	background: #fff;
	height: 628px;
}

.text-area.sec .text-holder {
	text-align: right;
}

.text-area.sec .text-holder .text-box {
	padding: 0 2% 0 2%;
}

.text-area.sec .text-holder .text-box .more {
	margin: 0;
}

.text-area.sec .img-frame {
	right: auto;
	left: 0;
	width: 1111px;
}

.text-area.sec .img-frame:after {
	left: auto;
	right: -75px;
	width: 313px;
	-webkit-transform: skewX(-13deg);
	-ms-transform: skewX(-13deg);
	transform: skewX(-13deg);
}

.text-area.sec .img-frame .caption {
	right: auto;
	left: 0;
}

.text-area .wrap-holder {
	padding: 0;
	height: 100%;
	max-width: 1316px;
}

.text-area .text-holder {
	text-align: left;
}

.text-area .text-holder .text-box {
	width: 540px;
	padding: 0 0 0 3%;
	position: relative;
	color: #666;
	font: 400 14px/20px "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.text-area .text-holder .text-box p {
	margin: 0 0 32px;
}

.text-area .text-holder .text-box .more {
	background: #b97f94;
	color: #fff;
	float: left;
	margin: 0 25px 0 0;
	padding: 10px;
	width: 145px;
	display: inline-block;
	vertical-align: top;
	min-height: 34px;
	font: 400 12px/15px "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.text-area .text-holder .text-box .more .icon-arrow-right {
	color: #000;
}

.text-area .text-holder .text-box .more:hover {
	color: #ededed;
}

.text-area .text-holder .text-box .more:after {
	bottom: 0;
	background: url(images/icon-arrow2.png) no-repeat;
}

.text-area h2 {
	color: #000;
	position: relative;
	padding: 0 0 38px;
	margin: 0 0 26px;
	font: 300 38px/43px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.text-area h2:after {
	left: 4px;
	bottom: 0;
	content: "";
	position: absolute;
	width: 82px;
	height: 13px;
	background: #000;
	border: 1px solid #949392;
}

.text-area .img-frame {
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 997px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.text-area .img-frame img {
	display: block;
	width: 100%;
	height: auto;
}

.text-area .img-frame.add {
	width: 941px;
}

.text-area .img-frame.add:after {
	left: -128px;
}

.text-area .img-frame:after {
	background: #fff;
	bottom: 0;
	content: "";
	left: -75px;
	position: absolute;
	top: 0;
	-webkit-transform: skewX(13deg);
	-ms-transform: skewX(13deg);
	transform: skewX(13deg);
	width: 200px;
}

.text-area .img-frame .caption {
	top: 79px;
	right: 0;
	position: absolute;
	width: 209px;
	min-height: 43px;
	background: #c85330;
	padding: 12px 0 10px;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-transform: uppercase;
}

.text-area .img-frame .caption span {
	letter-spacing: 3px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	font: 300 16px/18px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.centered{
	max-width: 1210px;
margin: 0 auto;
clear: both;
padding: 5% 5%;
}
.cleanlist{}
.cleanlist li{list-style: none; padding: 1%;}
.cleanlist li span{font: 300 30px/18px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif; font-weight: bold; color: #000;}
.images-area {
	position: relative;
	margin: 0 -6px 32px;
	overflow: hidden;
}

.images-area .image-holder {
	float: left;
	padding: 0 3px;
	width: 33%;
	position: relative;
}

.images-area .wrap-image {
	display: block;
	position: relative;
}

.images-area .wrap-image:hover:after {
	display: block;
}

.images-area .wrap-image:hover .icon-instagram2 {
	display: block;
}

.images-area .wrap-image:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 3;
	position: absolute;
	content: "";
	background: rgba(192, 142, 160, .85);
}

.images-area .wrap-image img {
	display: block;
	width: 100%;
	height: auto;
}

.images-area .caption {
	top: 30px;
	left: 0;
	padding: 10px;
	z-index: 5;
	position: absolute;
	width: 212px;
	min-height: 43px;
	text-align: center;
	color: #fff;
	background: #c08ea0;
}

.images-area .caption span {
	color: #fff;
	letter-spacing: 3px;
	font: 300 16px/18px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.images-area .icon-instagram2 {
	top: 50%;
	left: 50%;
	margin: 0;
	color: #fff;
	z-index: 10;
	display: inline-block;
	vertical-align: top;
	margin: -55px 0 0 -55px;
	font-size: 111px;
	position: absolute;
	display: none;
}

.three-columns {
	overflow: hidden;
	margin: 0 -3px 38px;
}

.three-columns .img {
	position: relative;
}

.three-columns .img:after {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	background: rgba(51, 51, 51, .5);
}

.three-columns .img:hover:after {
	opacity: 1;
}

.column {
	float: left;
	width: 33.3%;
	padding: 0;
	border-right: 12px solid #fff;
	background: #eee;
}

.column:last-child {
	background: none;
	border-right: 0;
	position: relative;
}

.column:last-child:after {
	opacity: 0;
	content: "";
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	background: rgba(51, 51, 51, .5);
}

.column:last-child:hover:after {
	opacity: 1;
}

.column:last-child .image-frame {
	margin: 0;
	border-bottom: 0;
	height: 100%;
}

.column:last-child .social-link {
	background: #000;
}

.column:last-child .caption {
	padding: 40px 48px 49px;
	text-align: left;
	z-index: 3;
	background: rgba(238, 238, 238, .8);
}

.column:last-child .caption span {
	display: inline-block;
	vertical-align: top;
	width: 310px;
	text-transform: capitalize;
	color: #666;
	letter-spacing: 0;
	font: 400 14px/20px "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.column .image-frame {
	overflow: hidden;
	position: relative;
	border-bottom: 10px solid #fff;
}

.column .image-frame img {
	display: block;
	width: 100%;
	height: auto;
}

.column .social-link {
	top: 23px;
	left: 0;
	position: absolute;
	width: 190px;
	min-height: 38px;
	text-align: center;
	padding: 10px;
	background: #515c62;
	text-transform: uppercase;
}

.column .social-link span {
	color: #fff;
	letter-spacing: 3px;
	font: 300 16px/18px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.column .caption {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 13px 5px 36px;
	position: absolute;
	background: #000;
	text-align: center;
	text-transform: uppercase;
}

.column .caption span {
	color: #fff;
	letter-spacing: 4px;
	font: 700 20px/23px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.column .text-frame {
	padding: 15px 42px 33px 50px;
	overflow: hidden;
	color: #666;
	font: 400 14px/20px "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #eee;
}

.column .text-frame p {
	margin: 0 0 5px;
}

.column .text-frame .read {
	float: right;
	color: #515c62;
	text-transform: uppercase;
	text-decoration: none;
	font: 400 14px/16px "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.column .text-frame .read:hover {
	color: #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.location {
	background: #515c62;
	overflow: hidden;
	position: relative;
	z-index: 11;
	padding: 0 20%;
}

.location .address-block {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 44%;
	text-align: center;
	padding-left: 15%;
}

.location .address-box {
	display: inline-block;
	vertical-align: top;
	width: 330px;
	padding: 5px 0 7px;
	position: relative;
	z-index: 3;
	text-align: left;
}
.location .address-box .title {
	text-align: left;

}
.location .title a{
	font: 300 44px/65px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: lowercase;
	
	}
.location .wrap-address {
	overflow: hidden;
	margin: 0 0 29px;
}

.location .title {
	display: block;
	color: #fff;
	margin: 0 0 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font: 400 12px/15px "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	padding: 3% 0 0 0;
}
.location .titlelocation{
	text-transform: uppercase;
	color: #c08ea0;
	font: 400 20px/33px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.location address {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font: 400 18px/24px "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.location address a {
	color: #fff;
}

.location address p {
	margin: 0 0 18px;
}

.location .direct {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	position: relative;
	letter-spacing: 2px;
	text-transform: uppercase;
	font: 400 12px/15px "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.location .direct:after {
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	position: absolute;
	background: #7d8589;
	height: 2px;
}

.location .direct:hover {
	color: #c08ea0;
}

.location .direct:hover:after {
	background: #c08ea0;
}

.location .tel-link {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font: 400 28px/32px "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.location .tel-link a {
	color: #fff;
	text-decoration: none;
	pointer-events: none;
	font: 400 28px/32px "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.location .tel-link a:hover {
	opacity: .8;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.location .location-holder {
	right: 0;
	bottom: 0;
	width: 651px;
	position: absolute;
}

.location .location-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.location .location-holder a:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(96, 89, 89, .31);
}

.location .location-holder a:hover {
	opacity: .8;
}

.location .location-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.location .location-holder:after {
	background: #515c62;
	bottom: 0;
	content: "";
	left: -98px;
	position: absolute;
	top: 0;
	-webkit-transform: skewX(-16deg);
	-ms-transform: skewX(-16deg);
	transform: skewX(-16deg);
	width: 168px;
}

.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;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	padding: 0 !important;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.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 {
	
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
 }

.fancybox-close {
	position: absolute;
	top: 15px;
	right: 27px;
	width: 22px;
	height: 23px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:before {
	top: 0;
	left: 0;
	font-size: 22px;
	color: #b97f94;
	content: "\e903";
	position: absolute;
	font-family: "icomoon" !important;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif");
	-webkit-tap-highlight-color: transparent;
	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;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !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: none !important;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.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;
	background: rgba(0, 0, 0, .8);
	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);
}

.popup-holder {
	display: none;
}

.popup-block {
	width: 550px;
	padding: 55px 10px 38px;
	border-radius: 0;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.2);
box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.2);)
}

.submit-form {
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.submit-form .form-title {
	display: block;
	margin: 0 0 27px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #333;
	font: 300 14px/16px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.submit-form .form-holder {
	overflow: hidden;
	margin: 0 auto 17px;
	width: 422px;
}

.submit-form .form-row {
	overflow: hidden;
	margin: 0 0 17px;
}

.submit-form .form-row.has-error .form-control {
	border: 1px solid #f00;
}

.submit-form .form-control {
	padding: 10px 15px;
	margin: 0;
	width: 100%;
	height: 47px;
	text-transform: uppercase;
	color: #333;
	font: 300 italic 14px/16px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: 1px solid #959595;
}

.submit-form .form-control:-moz-placeholder {
	color: #333;
	opacity: 1;
}

.submit-form .form-control::-moz-placeholder {
	color: #333;
	opacity: 1;
}

.submit-form .form-control:-ms-input-placeholder {
	color: #333;
}

.submit-form .form-control::-webkit-input-placeholder {
	color: #333;
}

.submit-form .btn {
	padding: 11px 10px 10px;
	margin: 0;
	border: none;
}

.submit-form .btn:hover {
	background: #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.intro {
	margin: 0;
}

.intro .text-block {
	font-weight: 300;
	position: relative;
	padding: 0 0 0 15%;
	margin: 27px auto 55px;
	letter-spacing: -.04rem;
	text-transform: uppercase;
	font: 300 54px/.9461111 "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.intro .text-block:before {
	top: 5px;
	width: 7px;
	left: 12.2%;
	bottom: 4px;
	content: "";
	position: absolute;
	background: #f68d52;
}

.intro .text-block p {
	margin: 0;
}

.fluid-width-video-wrapper {
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	transition: opacity 4s ease 0s;
	-webkit-transition: opacity 4s ease 0s;
	-moz-transition: opacity 4s ease 0s;
	-ms-transition: opacity 4s ease 0s;
	-o-transition: opacity 4s ease 0s;
	position: absolute !important;
}

.video-holder {
	margin: 0;
	position: relative;
	border-bottom: #e7e6e2 solid 11px;
}

.video-holder .video-area {
	position: relative;
}

.video-holder .video-area.play-video > img {
	opacity: 0;
	visibility: hidden;
}

.video-holder .video-area.play-video .fluid-width-video-wrapper {
	opacity: 1;
	visibility: visible;
}

.video-holder .video-area.play-video .btn-play {
	opacity: 0;
	visibility: hidden;
}

.video-holder .video-area > img {
	display: block;
	width: 100%;
	height: auto;
}

.video-holder .btn-play {
	font-size: 316px;
	margin: 28px 0 0 58px;
}

.btn-play {
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 220px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-play:hover {
	opacity: .8;
}

.profile-info {
	padding: 89px 0 90px;
	background: #fff;
	position: relative;
	z-index: 11;
}

.profile-info header {
	margin: 0 0 34px;
	text-align: center;
}

.profile-info h1 {
	margin: 0;
	color: #000;
	letter-spacing: .07rem;
	text-transform: uppercase;
	font: 300 38px/1.1 "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.profile-info .heading-area {
	margin-bottom: 130px;
	text-align: center;
}

.profile-info .heading-area h2 {
	color: #000;
	margin: 0 0 15px;
	letter-spacing: .09rem;
	text-transform: uppercase;
	font: 300 46px/1.1 "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.profile-info footer {
	text-align: center;
}

.profile-info footer a {
	color: #000;
	text-transform: uppercase;
	font: 11px/1.125 "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.profile-info footer a:hover {
	olor: #c08ea0;
}

.profile-info footer a i {
	font-size: 16px;
	display: block;
	margin: 6px 0 0;
}

.post-profile {
	max-width: 1016px;
	color: #666;
	margin: 0 auto 97px;
	font: 14px/2.285714 "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.post-profile .text-block {
	float: left;
	width: 50%;
	z-index: 3;
	position: relative;
	padding: 0 6% 10px 3.2%;
}

.post-profile .info {
	margin: 0 auto;
	width: 50%;
	text-align: center;
	padding: 34px 10px 10px;
}

.post-profile .info .btn {
	display: block;
	min-height: inherit;
	background: #000;
	margin: 0 -1px 0 39px;
	padding: 31px 10px;
	letter-spacing: .03rem;
	font: 700 26px/1.2 "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.post-profile .info .btn:hover {
	background: #f68d52;
}

.post-profile p {
	margin: 0 0 20px;
	text-align: justify;
}

.post-profile p:first-child:first-letter {
	color: #000;
	font-size: 54px;
	line-height: 1;
}

.post-profile h2 {
	color: #000;
	margin: 0 0 18px;
	letter-spacing: .05rem;
	text-transform: uppercase;
	font: 300 42px/1.04761 "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.post-profile .img-holder {
	position: relative;
	margin: 0 0 101px -40px;
}

.post-profile .img-holder:before {
	top: 0;
	bottom: 0;
	content: "";
	left: -149px;
	width: 200px;
	background: #fff;
	position: absolute;
	-webkit-transform: skewX(13deg);
	-ms-transform: skewX(13deg);
	transform: skewX(13deg);
}
.post-profile .img-holder#rightcover:before{
	background: none;
} 
.post-profile .img-holder#rightcover:after {
	top: 0;
	bottom: 0;
	content: "";
	left: 383px;
	width: 200px;
	background: #fff;
	position: absolute;
	-webkit-transform: skewX(13deg);
	-ms-transform: skewX(13deg);
	transform: skewX(13deg);
}


.post-profile .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.divider {
	border-width: 0;
	background: #000;
	margin: 0 auto 69px;
	width: 82px;
	height: 13px;
}

.employee-list {
	overflow: hidden;
	margin: 0 -3px 111px 0;
}

.employee-list li {
	float: left;
	width: 33.133%;
	position: relative;
	padding: 0 1px 0 0;
}

.employee-list .img-holder {
	position: relative;
}

.employee-list .img-holder.play-video img {
	opacity: 0;
	visibility: hidden;
}

.employee-list .img-holder.play-video .fluid-width-video-wrapper {
	opacity: 1;
	visibility: visible;
}

.employee-list .img-holder.play-video .btn-play {
	opacity: 0;
	visibility: hidden;
}

.employee-list .img-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(81, 92, 98, .5);
}

.employee-list .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.employee-list .btn-play {
	font-size: 141px;
	margin: 13px 0 0 -4px;
}

.pp {
	top: 0;
	left: 0;
	position: absolute;
}

.pp + #wrapper {
	z-index: 2;
	opacity: .65;
}

input {
	-moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

#header {
	background: #555;
	padding: 13px 0 17px 12%;
}

.root-canal #header,
.home-page #header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	position: absolute;
	background: none;
	padding: 0 0 0 193px;
}

.root-canal .text-holder .text-box h1{color: #515c62; font-size: 80px; padding-top: 40%; text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.5);
}
.root-canal .text-holder .text-box .title{text-transform: none; font-size: 30px;color: #515c62; padding-right: 20%; line-height: 30px;}

.home-page.root-canal #header:before{background-image: none;}

.home-page #header:before {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	position: absolute;
	width: 824px;
	height: 331px;
	background: url(images/layer01.png) no-repeat;
}
.root-canal #header .logo,
.home-page #header .logo {
	margin: 20px 0 0;
}

#header .logo {
	float: left;
}

#header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

#header .logo a {
	display: block;
}

#header .header-holder {
	float: right;
	margin: -13px 0 0;
}

#header .header-holder .btn {
	width: 276px;
	margin: 10px 41px 0 0;
}

.home-page #header .header-holder {
	margin: 0;
}

.home-page #header .header-holder .btn {
	width: 276px;
}

#footer {
	overflow: hidden;
	background: #f9f9f9;
	position: relative;
	z-index: 11;
}

#footer .wrap-holder {
	padding: 23px 0;
	max-width: 645px;
}

#footer .link {
	display: none;
	margin: 0 0 15px;
}
#footer .social-icons li a{color:#333;}
#footer .social-icons li a:hover{color: #888;}
#footer .link a {
	display: none;
	color: #333;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font: 300 22px/25px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer .link a:hover {
	opacity: .8;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

#footer .social-icons {
	display: inline-block;
	vertical-align: middle;
}

#footer .social-icons li {
	float: left;
	margin: 0 35px 0 0;
}

#footer .social-icons li:last-child {
	margin: 0;
}

#footer .social-icons li .icon-google-plus,
#footer .social-icons li .icon-instagram,
#footer .social-icons li .icon-twitter,
#footer .social-icons li .icon-facebook {
	font-size: 26px;
}

.footer-nav {
	overflow: hidden;
	width: 406px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font: 400 12px/15px "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: middle;
}

.footer-nav li {
	float: left;
	margin: 0 22px 0 0;
}

.footer-nav li a {
	color: #333;
	font: 400 12px/15px "Montserrat", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
}

.footer-nav li a:hover {
	color: #666;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-opener {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0;
	width: 80px;
	height: 80px;
	background: #c3c1be;
}

.nav-opener:hover {
	background: #2e3336;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
	top: 50%;
	left: 50%;
	margin: -13px 0 0 -17px;
	content: "";
	position: absolute;
	background: #fff;
	width: 35px;
	height: 3px;
}

.nav-opener:after {
	margin: -2px 0 0 -17px;
}

.nav-opener span {
	margin: 8px 0 0 -17px;
}

.nav-holder {
	height: 860px;
	overflow: auto;
	padding: 141px 0 30px;
}

#nav {
	width: 450px;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index: 10;
	text-align: center;
	background: #bfbfbc;
	position: absolute;
	-webkit-transform: translate(547px, 0);
	-ms-transform: translate(547px, 0);
	transform: translate(547px, 0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.home-page #nav {
	padding: 141px 20px 30px;
}

.nav-active #nav {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

#nav .navbar {
	overflow: hidden;
	text-transform: uppercase;
	font: 300 28px/32px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#nav .navbar li {
	margin: 0 0 30px;
}

#nav .navbar li.active a {
	font-weight: 700;
}

#nav .navbar li a {
	color: #fff;
	text-decoration: none;
}

#nav .navbar li a:hover {
	color: #333;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

#nav .tel-link {
	color: #fff;
	display: block;
	margin: 0 0 101px;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	font: 300 28px/32px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#nav .nav-opener {
	top: 41px;
	right: 41px;
	z-index: 10;
	color: #fff;
	position: absolute;
	background: none;
	width: 46px;
	height: 45px;
}

#nav .nav-opener .icon-cross {
	position: relative;
	z-index: 99;
	font-size: 44px;
}

#nav .nav-opener:after,
#nav .nav-opener:before {
	display: none;
}

.social-icons {
	margin: 0 0 15px;
	overflow: hidden;
}

.social-icons li {
	display: inline-block;
	vertical-align: top;
	margin: 0 23px;
}

.social-icons li a {
	color: #fff;
	display: block;
}

.social-icons li a:hover {
	color: #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.social-icons li .icon-google-plus,
.social-icons li .icon-instagram,
.social-icons li .icon-twitter,
.social-icons li .icon-facebook {
	font-size: 38px;
}

/* cycle carousel basic styles */

.cycle-gallery {
	position: relative;
	height: 100%;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.cycle-gallery .mask .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .mask .slide {
	width: 100%;
	float: left;
	height: 100%;
	background-color: #ebeae6;
	background: -webkit-linear-gradient(top, #eae9e5 30%, #e7e6e2 100%);
	background: linear-gradient(to bottom, #eae9e5 30%, #e7e6e2 100%);
}

.cycle-gallery .mask .slide.active {
	z-index: 1;
}

.cycle-gallery .mask .slide img {
	display: block;
	width: 100%;
	height: auto;
}

.cycle-gallery .mask .slide .wrap-holder {
	height: 100%;
}

.cycle-gallery .caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	position: absolute;
}

.cycle-gallery .btn-next,
.cycle-gallery .btn-prev {
	bottom: 0;
	right: 280px;
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	background: #fff;
	z-index: 5;
}

.cycle-gallery .btn-next:hover,
.cycle-gallery .btn-prev:hover {
	background: #e7e2e2;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.cycle-gallery .btn-next .icon-arrow-right,
.cycle-gallery .btn-next .icon-arrow-left,
.cycle-gallery .btn-prev .icon-arrow-right,
.cycle-gallery .btn-prev .icon-arrow-left {
	margin: 24px 0 0 22px;
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

.cycle-gallery .btn-next {
	right: 217px;
}

.text-holder {
	text-align: left;
	white-space: nowrap;
	width: 100%;
	height: 100%;
}

.text-holder:after {
	content: "";
	overflow: hidden;
	width: 1px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.text-holder .text-box {
	width: 80.2%;
	z-index: 3;
	padding: 190px 0 0;
	text-align: left;
	white-space: normal;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #515c62;
	font: 300 36px/44px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.root-canal .text-holder .text-box {width: 50%;}
.root-canal .text-holder .text-box h1{font-size: 70px; line-height: .85; text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.5);}
.text-holder .text-box h1 {
	color: #fff;
	text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.5);
}

.text-holder .text-box.add {
	width: 46.2%;
}

.text-holder .text-box.add h1 {
	color: #515c62;
	margin: 0 0 25px;
	font: 500 92px/83px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.text-holder .text-box.add .more {
	float: right;
}

.text-holder .text-box p {
	margin: 0 0 5px;
}

.text-holder .text-box .btn {
	display: none;
	width: 249px;
	letter-spacing: 2;
}

.text-holder .title {
	color: #fff;
	text-transform: uppercase;
	font: 300 60px/65px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: middle;
	text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.5);
}


.text-holder .img-holder {
	margin: 0 45px 0 0;
	width: 45%;
	display: inline-block;
	vertical-align: bottom;
}

.text-holder .img-holder img {
	display: block;
	max-width: 100%;
	height: auto;
}

.more {
	color: #fff;
	text-align: center;
	padding: 13px 10px 0;
	margin: 9px 0 0 68px;
	position: relative;
	background: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 60px;
	min-height: 60px;
	display: inline-block;
	vertical-align: middle;
	font: 700 11px/13px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.more.right {
	float: right;
	margin: 9px 47px 0 0;
}

.more:hover {
	background: #f68d52;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.more .icon-arrow-right {
	display: block;
	margin: 8px 0 0;
	color: #fff;
	font-size: 14px;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.employee-list li:nth-child(2) {
		width: 33.533%;
	}

	.employee-list li:nth-child(3) {
		width: 33.134%;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1599px) {
	h1 {
		font-size: 75px;
		line-height: 68px;
	}

	.text-area.sec .img-frame {
		-webkit-transform: translate(-25%, 0px);
		-ms-transform: translate(-25%, 0px);
		transform: translate(-25%, 0px);
	}

	.text-area.sec .img-frame .caption {
		left: 278px;
	}

	.text-area .wrap-holder {
		padding: 0 10px;
	}

	.text-area .img-frame {
		-webkit-transform: translate(30%, 0px);
		-ms-transform: translate(30%, 0px);
		transform: translate(30%, 0px);
	}

	.text-area .img-frame.add .caption {
		right: 282px;
	}

	.text-area .img-frame .caption {
		right: 299px;
	}

	.column .caption span {
		font-size: 15px;
		line-height: 23px;
	}

	.location .address-block {
		width: 43%;
	}

	.text-holder .text-box.add h1 {
		font-size: 82px;
		line-height: 83px;
	}

	.text-holder .title {
		font-size: 55px;
		line-height: 60px;
	}
}

@media (max-width: 1199px) {
	h1 {
		font-size: 67px;
		line-height: 68px;
	}

	.info-area .text-holder .text-box h1 {
		font-size: 68px;
		line-height: 73px;
		text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.5);
	}

	.services-list {
		padding: 0 6%;
	}

	.text-area.sec {
		height: 490px;
	}

	.text-area.sec .img-frame {
		-webkit-transform: translate(-19%, 0px);
		-ms-transform: translate(-19%, 0px);
		transform: translate(-19%, 0px);
		width: 925px;
	}

	.text-area.sec .img-frame .caption {
		left: 176px;
	}

	.text-area .img-frame {
		-webkit-transform: translate(40%, 0px);
		-ms-transform: translate(40%, 0px);
		transform: translate(40%, 0px);
	}

	.text-area .img-frame.add .caption {
		right: 376px;
	}

	.text-area .img-frame .caption {
		right: 399px;
	}

	.column:last-child .caption {
		padding: 20px;
	}

	.column .social-link {
		top: 5px;
	}

	.column .caption {
		padding: 12px 5px;
	}

	.column .caption span {
		font-size: 12px;
		line-height: 18px;
	}

	.column .text-frame {
		padding: 15px;
	}

	.location .address-box {
		padding: 45px 0;
	}

	.location .location-holder {
		width: 515px;
	}

	.home-page #header {
		padding: 0 0 0 20px;
	}

	.text-holder .text-box.add {
		width: 48.7%;
	}

	.text-holder .text-box.add h1 {
		font-size: 77px;
		line-height: 83px;
	}

	.text-holder .title {
		font-size: 48px;
		line-height: 60px;
	}
}

@media (max-width: 1024px) {
	.location .tel-link a {
		pointer-events: inherit;
		cursor: pointer;
	}

	#nav .tel-link {
		pointer-events: inherit;
		cursor: pointer;
	}

	#nav .tel-link:hover {
		color: #000;
	}
}

@media (max-width: 1023px) {
	h1 {
		font-size: 45px;
		line-height: 55px;
	}

	.info-area .text-holder .text-box {
		padding: 0 0 0 10px;
		font-size: 25px;
		line-height: 30px;
	}

	.info-area .text-holder .text-box p {
		margin: 0 0 15px;
	}

	.info-area .text-holder .text-box h1 {
		font-size: 45px;
		line-height: 45px;
		text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.5);
	}

	.info-area .text-holder .text-box .btn {
		letter-spacing: 0;
		min-height: 60px;
		padding: 15px 10px;
	}

	.service-area {
		margin: 0 0 50px;
	}

	.service-area .btn {
		min-height: 60px;
		padding: 15px 10px;
	}

	.services-list {
		padding: 0 2%;
	}

	.services-list li {
		margin: 0 2% 0 0;
		width: 21.5%;
	}

	.text-area {
		height: inherit;
		margin: 0 0 15px;
	}

	.text-area {
		height: inherit;
	}

	.text-area.sec {
		height: inherit;
	}

	.text-area.sec .text-holder .text-box {
		padding: 0;
	}

	.text-area.sec .img-frame {
		width: 100%;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	.text-area.sec .img-frame .caption {
		left: 0;
	}

	.text-area .wrap-holder {
		height: inherit;
		padding: 0 20px;
	}

	.text-area .text-holder {
		height: inherit;
		white-space: normal;
	}

	.text-area .text-holder:after {
		height: inherit;
	}

	.text-area .text-holder .text-box {
		width: 100%;
		display: block;
	}

	.text-area .text-holder .text-box p {
		margin: 0 0 50px;
	}

	.text-area .text-holder .text-box .more {
		margin: 0;
	}

	.text-area .img-frame {
		display: block;
		margin: 0 0 25px;
		min-height: 276px;
		overflow: hidden;
		position: relative;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		width: 100%;
	}

	.text-area .img-frame img {
		left: 50%;
		position: absolute;
		top: 100%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.text-area .img-frame.add {
		width: 100%;
	}

	.text-area .img-frame.add .caption {
		right: 0;
		top: 72px;
	}

	.text-area .img-frame:after {
		display: none;
	}

	.text-area .img-frame .caption {
		right: 0;
		top: 72px;
	}

	.images-area .caption {
		width: 180px;
	}

	.images-area .icon-instagram2 {
		font-size: 60px;
		margin: -30px 0 0 -30px;
	}

	.column {
		border-right: 6px solid #fff;
	}

	.column:last-child .caption {
		padding: 15px;
	}

	.column:last-child .caption span {
		width: 100%;
	}

	.column .caption {
		padding: 5px;
	}

	.column .text-frame {
		padding: 10px;
		font-size: 12px;
		line-height: 16px;
	}

	.location .address-block {
		width: 45%;
	}

	.location .address-box {
		padding: 14px 0;
	}

	.location .wrap-address {
		margin: 0 0 10px;
	}

	.location .location-holder {
		width: 345px;
	}

	.intro .text-block {
		margin: 20px auto;
		padding: 0 15px 0 60px;
		font-size: 40px;
		line-height: 1.125;
	}

	.intro .text-block:before {
		left: 25px;
	}

	.video-holder .btn-play {
		font-size: 120px;
		margin: 0;
	}

	.profile-info {
		padding: 40px 0;
	}

	.profile-info .heading-area {
		margin-bottom: 40px;
	}

	.post-profile {
		margin-bottom: 40px;
	}

	.post-profile .text-block {
		padding: 0 5% px 10px 10px;
	}

	.post-profile .info .btn {
		margin: 0;
		font-size: 20px;
		padding: 25px 10px;
	}

	.post-profile h2 {
		font-size: 30px;
	}

	.divider {
		margin-bottom: 40px;
	}

	.employee-list {
		margin: 0 -3px 40px 0;
	}

	.employee-list .btn-play {
		margin: 0;
		font-size: 90px;
	}

	#header {
		padding: 13px 0 17px 25px;
	}

	.home-page #header {
		padding: 0 0 0 17px;
	}

	#footer .wrap-holder {
		padding: 50px 0;
	}

	.nav-holder {
		padding: 120px 0 30px;
		height: 780px;
	}

	.home-page #nav {
		padding: 120px 15px 30px;
	}

	#nav .tel-link {
		margin: 0 0 30px;
	}

	.cycle-gallery .mask .slide .wrap-holder {
		padding: 0 10px;
	}

	.text-holder .text-box {
		width: 100%;
		padding: 0;
	}

	.text-holder .text-box.add {
		display: inline-block;
		vertical-align: bottom;
		padding: 10px 0 80px;
		font-size: 25px;
		line-height: 30px;
	}

	.text-holder .text-box.add h1 {
		font-size: 45px;
		line-height: 40px;
	}

	.text-holder .title {
		font-size: 35px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev {
		padding: .2em;
	}

	h1 {
		font-size: 34px;
		line-height: 28px;
	}

	h2 {
		font-size: 28px;
		line-height: 32px;
	}

	#main {
		padding: 8px 0 0;
	}

	.info-area {
		border-bottom: 8px solid #fff;
	}

	.info-area .text-holder .text-box {
		font-size: 11px;
		line-height: 14px;
		width: 202px;
		padding: 0;
		position: static;
		margin: -57px 0 0;
	}

	.info-area .text-holder .text-box h1 {
		font-size: 33px;
		line-height: 28px;
		margin: 0 0 20px;
		text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.5);
	}

	.info-area .text-holder .text-box .more {
		width: 249px;
		min-height: 36px;
		display: block;
		bottom: 55px;
		left: 50%;
		margin: 0 0 0 -124px;
		letter-spacing: 1px;
		position: absolute;
	}

	.info-area .text-holder .text-box .btn {
		width: 249px;
		min-height: 36px;
		bottom: 9px;
		left: 50%;
		letter-spacing: 3px;
		padding: 10px;
		margin: 0 0 0 -124px;
		position: absolute;
		font-size: 13px;
		line-height: 15px;
	}

	.info-area .text-holder .img-holder {
		margin: 0 -58px 0 -66px;
		width: 71%;
	}

	.service-area {
		margin: 0 0 70px;
	}

	.service-area .wrap-holder {
		padding: 24px 10px;
	}

	.service-area h2 {
		margin: 0 0 16px;
	}

	.service-area .btn {
		width: 268px;
		min-height: 55px;
		letter-spacing: 0;
		padding: 18px 10px;
		font-size: 15px;
		line-height: 18px;
	}

	.services-list {
		padding: 0 0 18px 35px;
		margin: 0 0 24px;
		letter-spacing: -1px;
		font-size: 22px;
		line-height: 24px;
	}

	.services-list:after {
		bottom: 0;
		left: -10px;
		right: -10px;
		bottom: 0;
		content: "";
		position: absolute;
		background: #fff;
		height: 5px;
	}

	.services-list li {
		margin: 0 0 34px;
		width: 100%;
		padding: 11px 0 14px 16px;
	}

	.services-list li:before {
		bottom: -20px;
		left: -45px;
		right: -10px;
		content: "";
		position: absolute;
		background: #fff;
		height: 1px;
	}

	.services-list li br {
		display: none;
	}

	.services-list li:nth-child(2) {
		margin: 0 0 34px;
		padding: 11px 0 14px 16px;
	}

	.services-list li:nth-child(3) {
		margin: 0 0 34px;
		padding: 11px 0 14px 16px;
	}

	.services-list li:last-child {
		margin: 0;
		padding: 11px 0 14px 16px;
	}

	.services-list li a br {
		display: none;
	}

	.text-area .text-holder .text-box {
		font-size: 9px;
		line-height: 17px;
	}

	.text-area .text-holder .text-box p {
		margin: 0;
	}

	.text-area .text-holder .text-box .more {
		font-size: 8px;
		line-height: 11px;
		letter-spacing: 0;
	}

	.text-area h2 {
		font-size: 22px;
		line-height: 27px;
	}

	.text-area h2 {
		padding: 0 0 23px;
		margin: 0 0 14px;
	}

	.text-area h2:after {
		width: 51px;
		height: 8px;
	}

	.text-area .img-frame {
		margin: 0 0 19px;
		min-height: 215px;
	}

	.text-area .img-frame .caption {
		width: 91px;
		min-height: 19px;
		padding: 0;
	}

	.text-area .img-frame .caption span {
		letter-spacing: 1px;
		padding: 4px;
		font-size: 8px;
		line-height: 11px;
	}

	.images-area {
		margin: 0 0 42px;
	}

	.images-area:after {
		top: 0;
		left: 50%;
		bottom: 0;
		margin: 0 0 0 -2px;
		content: "";
		z-index: 6;
		position: absolute;
		background: #fff;
		width: 3px;
	}

	.images-area .image-holder {
		padding: 0;
		width: 50%;
	}

	.images-area .caption {
		display: none;
	}

	.three-columns {
		margin: 0;
	}

	.column {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 26px;
		border-right: none;
		height: inherit !important;
	}

	.column:last-child {
		margin: 0 0 2px;
	}

	.column:last-child .caption span {
		font-size: 9px;
		line-height: 12px;
		width: 180px;
	}

	.column .social-link {
		width: 120px;
		top: 15px;
		min-height: 24px;
		padding: 2px;
	}

	.column .social-link span {
		letter-spacing: 2px;
		font-weight: 400;
		font: 300 13px/16px "Roboto", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.column .caption {
		padding: 8px 0 16px;
		line-height: 21px;
	}

	.column .caption span {
		font-size: 11px;
		line-height: 15px;
		letter-spacing: 3px;
	}

	.column .text-frame {
		padding: 15px 18px 21px;
		font-size: 9px;
		line-height: 12px;
	}

	.column .text-frame .read {
		font-size: 9px;
		line-height: 12px;
	}

	.location .address-block {
		width: 100%;
		display: block;
		padding: 0;
	}
.location .title a{
	font-size: 24px;
}
	.location .address-box {
		width: 100%;
		padding: 31px 40px 11px;
	}

	.location .title {
		font-size: 12px;
		line-height: 12px;
		margin: 0 0 2px;
	}

	.location .title.none {
		display: none;
	}

	.location address {
		font-size: 14px;
		line-height: 17px;
	}

	.location address p {
		margin: 0 0 8px;
	}

	.location .direct {
		font-size: 8px;
		line-height: 12px;
	}

	.location .tel-link {
		display: none;
	}

	.location .location-holder {
		position: relative;
		width: 100%;
		display: block;
	}

	.location .location-holder:after {
		display: none;
	}

	.popup-block {
		width: 100%;
	}

	.submit-form .form-holder {
		width: 100%;
	}

	.intro .text-block {
		font-size: 24px;
		padding: 0 15px 0 40px;
	}

	.video-holder .btn-play {
		font-size: 90px;
	}

	.profile-info {
		padding: 25px 0;
	}

	.profile-info header {
		margin: 0 0 25px;
	}

	.profile-info h1 {
		font-size: 24px;
	}

	.profile-info .heading-area h2 {
		font-size: 24px;
	}

	.post-profile .text-block {
		width: 100%;
		padding: 0 15px 25px;
	}

	.post-profile .info {
		width: 100%;
		padding: 0 15px 25px;
	}

	.post-profile .img-holder {
		margin: 0 0 25px;
	}

	.post-profile .img-holder:before {
		display: none;
	}

	.divider {
		margin-bottom: 25px;
	}

	.employee-list {
		margin: 0 0 25px;
	}

	.employee-list li {
		float: none;
		width: auto;
		margin: 0 0 1px;
	}
.location .address-box{
	padding: 0;
}
	.home-page #header:before {
		top: -45px;
		left: -222px;
		width: 408px;
		height: 186px;
		background-size: 100% 100%;
	}

	#header .logo {
		width: 177px;
		height: 38px;
		margin: 16px 0 0;
	}

	#header .header-holder .btn {
		display: none;
	}

	#footer .wrap-holder {
		text-align: center;
		padding: 20px 10px;
	}

	#footer .link {
		display: block;
	}

	.footer-nav {
		width: 100%;
		margin: 0 0 6px;
	}

	.footer-nav li {
		display: block;
		margin: 0 0 10px;
		float: none;
	}

	.nav-opener {
		width: 67px;
		height: 67px;
		background: #ccc;
	}

	.nav-opener span,
	.nav-opener:after,
	.nav-opener:before {
		background: #000;
	}

	.nav-holder {
		height: 440px;
		padding: 60px 0;
	}

	#nav {
		width: 240px;
		-webkit-transform: translate(240px, 0);
		-ms-transform: translate(240px, 0);
		transform: translate(240px, 0);
	}

	.home-page #nav {
		padding: 60px 0;
	}

	#nav .navbar {
		font-size: 16px;
		line-height: 20px;
	}

	#nav .navbar li {
		margin: 0 0 30px;
	}

	#nav .tel-link {
		font-size: 16px;
		line-height: 20px;
	}

	#nav .nav-opener {
		width: 23px;
		height: 23px;
		top: 10px;
		right: 20px;
	}

	#nav .nav-opener .icon-cross {
		font-size: 23px;
	}

	.social-icons li {
		margin: 0 7px;
	}

	.social-icons li .icon-google-plus,
	.social-icons li .icon-instagram,
	.social-icons li .icon-twitter,
	.social-icons li .icon-facebook {
		font-size: 26px;
	}

	.cycle-gallery .mask .slide + .slide .wrap-holder {
		padding: 0 10px;
	}

	.cycle-gallery .mask .slide .wrap-holder {
		padding: 0 36px;
	}

	.cycle-gallery .btn-next,
	.cycle-gallery .btn-prev {
		width: 38px;
		height: 38px;
		right: 40px;
	}

	.cycle-gallery .btn-next .icon-arrow-right,
	.cycle-gallery .btn-next .icon-arrow-left,
	.cycle-gallery .btn-prev .icon-arrow-right,
	.cycle-gallery .btn-prev .icon-arrow-left {
		margin: 13px 0 0 10px;
	}

	.cycle-gallery .btn-next {
		right: 0;
	}

	.cycle-gallery .text-holder .text-box {
		vertical-align: bottom;
		padding: 0 0 55px;
	}

	.cycle-gallery .text-holder .img-holder {
		width: 300px;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		top: auto;
	}
	.root-canal .text-holder .text-box {width: 100%; }
	.root-canal .text-holder .text-box h1{font-size:60px; line-height: .85; padding-top: 8%; text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.5);}
	.text-holder .text-box.add {
		width: auto;
		color: #000;
		font-size: 20px;
		line-height: 25px;
	}

	.text-holder .text-box.add h1 {
		font-size: 34px;
		line-height: 34px;
		color: #000;
	}

	.text-holder .text-box .btn {
		display: block;
	}

	.text-holder .text-box .more {
		display: none;
	}

	.text-holder .title {
		font-size: 25px;
		line-height: 30px;
		margin: 0 0 10px;
	}
}

@media only screen and (max-height: 320px) {
	.cycle-gallery .text-holder .img-holder {
		width: 190px;
	}

	.cycle-gallery .text-holder .text-box {
		padding: 0 0 10px;
	}

	.cycle-gallery .mask .slide .wrap-holder {
		padding: 0 15px;
	}

	.text-holder .text-box.add {
		padding: 10px 0 40px;
	}
}

