@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;


}

/*
          Dreamweaver Fluid Grid Properties
          ----------------------------------
          dw-num-cols-mobile:                    5;
          dw-num-cols-tablet:                    8;
          dw-num-cols-desktop:          12;
          dw-gutter-percentage:          25;
 
          Inspiration from "Responsive Web Design" by Ethan Marcotte
          http://www.alistapart.com/articles/responsive-web-design
 
          and Golden Grid System by Joni Korpi
          http://goldengridsystem.com/
*/

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}


.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}

h2 { width:100%; font-family: 'Open Sans Condensed', sans-serif; text-align:center; border-bottom: 1px solid #dcdcdc; line-height:0.1em; margin:0px 0 30px; } 
h2 span { background:#fff; padding:0px; font-size:7px;}
.menu-link-about {
	margin-top: 3%;
	margin-bottom: 0%;
	width: 100%;
}

#button_dm {
	width: 100%;
	color: #000000;
	background-image: url(../images/button_svg4.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 30px;
	text-decoration: none;
	line-height: 50px;
	font-size: 25px;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
}

#button_dm:hover {
	width: 100%;
	color: #000000;
	background-image: url(../images/button_svg5.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-decoration: none;
	font-size: 25px;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 50px;
}

@-webkit-keyframes chevron-pulse {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes chevron-pulse {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.tcon-svgchevron {
  height: 40px;
  width: 40px; }

.tcon-svgchevron path {
  -webkit-animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
  animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
  fill: transparent;
  stroke: white;
  stroke-width: 1px; }

.tcon-svgchevron path.a1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.tcon-svgchevron path.a2 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.tcon-svgchevron path.a3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

/* -- MENU -- */
.lower{
	color: white;
}

.lower:hover{
	color: #518450;
}

.hidden {
    display:none;
}

.lower label{
  	text-transform:uppercase;
  	font-size:42px;
  	text-align:center;
}


.lower label:hover{
	cursor:pointer;
}

.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	overflow: auto;
	z-index: 100;
}

.overlay label{
	width: 58px;
	height:58px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url('/images/cross.png') !important;
	z-index: 100;
  cursor:pointer;
}

.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 50%;
	font-size: 38px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: white;
  	text-decoration:none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
  	text-transform:none;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #cecf58;
	border: 1px solid #cecf58;
}

.lower~.overlay-hugeinc{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

#op:checked~.overlay-hugeinc{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-moz-perspective: 300px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#op:checked~.overlay-hugeinc nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#op:not(:checked)~.overlay-hugeinc nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

.header {
	margin-top: 6vh;
	margin-bottom: 6vh;
	min-height: 88vh;
	background-image: url(../images/bgslide_mob.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.container {
}
.top_nav {
}
.logo_dm {
	width: 60%;
	float: left;
	clear: none;
	text-decoration: none;
	text-align: left;
	padding: 14px 12px 12px;
	vertical-align: middle;
}
.menu_dm {
	width: 24%;
	float: right;
	clear: none;
	text-align: right;
	text-decoration: none;
	padding-right: 16px;
	padding-top: 0px;
}
.bottom_header_content {
	width: 100%;
	height: 57%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url(../images/bg_cover.png);
	background-size: 950px 489px;
	background-repeat: no-repeat;
}

.scroll_dm {
	width: 18%;
	float: right;
	clear: none;
	text-align: right;
	padding-right: 12px;
	padding-bottom: 20px;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}
.welcome_dm {
	width: 70%;
	max-height: 500px;
	float: left;
	clear: none;
	text-align: left;
	padding-left: 14px;
	padding-bottom: 5px;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.space_header {
	height: 40px;
}
.about_us_dm {
	width:100%;
}
.left_50_dm {
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 21px;
	height: 100%;
}
.right_50_dm {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	clear: none;
	text-align: left;
	text-decoration: none;
	font-size: 18px;
	vertical-align: middle;
	line-height: 24px;
	padding-top: 4%;
}

.contacts_dm {
	margin-top: 8%;

}
.team_dm_about {
	
}
.about_button_diam {
	min-height:90px;
	display: inline-block;
	margin-top:5px;
	background-image:url(../images/bg_pattern_gr2.jpg);
	background-repeat:repeat;
}
.left-about_im {
	width: 28%;
	float:left;
	clear:none;
	padding-left: 2%;
	padding-bottom:2%;
	padding-top:3.5%;
}
.right-about-im {
	width: 68%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-top: 0.2%;
	float: left;
	clear: none;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	font-size: 18px;
}
.quote_dm {
	width: 96%;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	padding-top: 4%;
	padding-bottom: 4%;
	background-color: #F6F6F6;
	margin-top: 4%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	padding-left: 2%;
	padding-right: 2%;
}
.image-about-1bl {
	width: 100%;
	float: left;
	clear: none;
	margin-bottom: 1%;
}
.image-1 {
	width: 33.333%;
	float: left;
	clear: none;
}
.image-2 {
	width: 33.333%;
	float: left;
	clear: none;
}
.image-about-2bl {
	width: 100%;
	float: left;
	clear: none;
	margin-bottom: 4%;
}
.image-3 {
	width: 33.333%;
	float: left;
	clear: none;
}
.image4 {
}
.image-4 {
	width: 33.333%;
	float: left;
	clear: none;
}
.image-about-3bl {
	width: 33.333%;
	float: left;
	clear: none;
	margin-bottom: 4%;
}
.image-5 {
	width: 33.333%;
	float: left;
	clear: none;
}
.image-6 {
	width: 33.333%;
	float: left;
	clear: none;
}
.left_menu {
	width: 50%;
	float: left;
	clear: none;
}
.right_menu {
	float: left;
	clear: none;
	width: 50%;
	text-align: right;
	line-height: 50px;
	font-size: 27px;
}
.services_dm {
	margin-top: 10%;

}
.fix_dm {
	width: 33%;
	float: left;
	clear: none;
	text-align: center;
	text-decoration: none;
	font-size: 21px;
	background-color: #f6f6f6;
}
.services_fix_dm {
	background: #f6f6f6;
	color: #000000;
	text-align: center;
	text-decoration: none;
	float: left;
	clear: none;
	margin: 0 auto;
	max-width: 30%;
}
.services_fix_dm:hover {
	background:#eaeaea;
	color:#000000;
}
.title_service {
	line-height: 60px;
	text-decoration: none;
	color: #ffffff;
	padding-top: 5%;
	font-size: 18px;

}
.image_service {
	max-width:100%;
	background-image:url(../images/bg_pattern_yl.jpg);
	background-repeat:repeat;
}

.image_service:hover {
	max-width:100%;
	background-image:url(../images/bg_pattern.jpg);
	background-repeat:repeat;
}
.button_service {
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	background:#f6f6f6;
}

.button_service_dm {
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	background: #f6f6f6;
	position: absolute;
	clear: both;
}

.services_dm_info {
	text-align: center;
	text-decoration: none;
	float: left;
	clear: none;
	width: 100%;
	margin-bottom: 5px;
	display: inline-block;
}

.fix_dm_middle {
	width: 33%;
	float: left;
	clear: none;
	background-color: #f6f6f6;
	font-size: 21px;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.gallery_dm {
	width: 100%;
	margin-top: 1%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #f6f6f6;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #f6f6f6;
}
.place_time {
}
input::-moz-placeholder { color: #000000; }
input::-webkit-input-placeholder { color: #000000; }

#sendform p{
	width:100%;
	overflow: hidden;
	margin-top: 0px;
	color: #000000;
}

#sendform label{
	width: 100%;
}

#sendform input[type="text"],
#sendform input[type="tel"],
#sendform input[type="email"],
#sendform textarea
{
	border: none;
	border-bottom: 5px solid #f6f6f6;
	height: 30px;
	background: transparent;
	color: #000000;
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea:focus { outline: none; }

#sendform textarea{
	height: 40px;
	color:#000000;
	border: none;
	border-bottom: 5px solid #f6f6f6;
}

#sendform input.error{
	border-bottom: 5px solid red;
}

#sendform label.error{
	display: none !important;
}

input[type="file"]{
	display:none;
}


.file-upload {
     position: relative;
     background: transparent;
     border-radius: 0px;
	 border:1px solid #5f995e;
     color: #fff;
     text-align: center;
}

.file-upload:hover {
     background: #5f995e;
}

.file-upload label {
     display: block;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     cursor: pointer;
}

.file-upload span {
	vertical-align:top;
	font-size:16pt;
	color:#ffffff;
    line-height: 0px;
}

#button_send{
	background:#f6f6f6;
	height:78px;
	border:0px;
	width:100%;
	margin:0px;
}

#button_send:hover{
	background:#f0efef;	
}
.special_offer {
	position: relative;
	clear: both;
	width: 100%;
}
.promo_dm {
	width: 100%;
	display: block;
	min-height: 50%;
	max-height: 100%;
	overflow: hidden;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	background-color: #f6f6f6;
	padding-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	position: relative;
	margin-bottom: 2%;
}
.bonus_dm {
	float: left;
	clear: none;
	width: 100%;
	min-height: 50%;
	max-height: 100%;
	overflow: hidden;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	background-color: #f6f6f6;
	padding-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	position: relative;
	margin-bottom: 2%;
}
.gift_dm {
	width: 100%;
	min-height: 50%;
	max-height: 100%;
	overflow: hidden;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	background-color: #f6f6f6;
	padding-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	position: relative;
	margin-bottom: 2%;
}

.other_services_dm{
	position: relative;
	clear: both;
	margin-bottom: 0%;
	width: 100%;
}
.appointed_time {
	max-width: 96%;
	color: #ffffff;
	font-size: 21px;
	text-decoration: none;
	text-align: center;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 2%;
	line-height: 30px;
	background-image: url(../images/bg_pattern.jpg);
	background-repeat: repeat;
	margin-bottom: 10%;
}

.appointed_time:hover{
	background-image: url(../images/bg_pattern_yl.jpg);
	background-repeat: repeat;
}
.info_special_dm {
	font-size: 27px;
	width: 96%;
	padding: 2%;
	background-color: #f0efef;
	position: relative;
	margin-top: 49px;
}
.info_special_dm_detail {
	width: 96%;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
	font-size: 18px;
	position: relative;
	height: auto;
}
.insurance_dm {
	width: 100%;
	min-height: 50%;
	max-height: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	text-decoration: none;
	float: left;
	clear: none;
	display: block;
	position: relative;
	margin-bottom: 2%;
}
.corp_dm {
	padding-top: 2%;
	text-align: center;
	width: 100%;
	min-height: 50%;
	max-height: 100%;
	overflow: hidden;
	float: left;
	clear: none;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	text-decoration: none;
	display: block;
	position: relative;
	margin-bottom: 2%;
}
.dental_tourism_dm {
	float: left;
	clear: none;
	text-align: center;
	text-decoration: none;
	padding-top: 2%;
	width: 100%;
	min-height: 50%;
	max-height: 100%;
	overflow: hidden;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	display: block;
	position: relative;
	margin-bottom: 2%;
}

#title_header{
	font-size: 27px;
	font-family: 'Open Sans Condensed';
	line-height: 25px;
}

#descr_header{
	font-size: 18px;
	font-family: 'Open Sans Condensed';
	line-height: 10px;
	text-align: left;
	text-decoration: none;
}

div#root {
	display: flex;
	width: 100%;
	height: 300px;
	float: left;
	clear: none;
}

/* iframe itself */
div#root > iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}


.fix_dm_1 {
	width: 100%;
	float: left;
	clear: none;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 2%;
}

.fix_dm_2{
	width: 100%;
	float: left;
	clear: none;
	font-size: 21px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 2%;
}

.fix_dm_3 {
	width: 100%;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 2%;
}
.fix_dm_4 {
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin-bottom: 2%;
}
.fix_dm_5 {
	width: 100%;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 2%;
}
.fix_dm_6 {
	width: 100%;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 2%;
}

#menu_size_dm{
	font-size:27px; 
	line-height:50px; 
	color:#279dd3;
}

#header_menu_dm{
	width:54px; 
	height:27px;
}

#about_us_dm_icon{
	font-size:27px;
	line-height:38px;
}


.footer_dm {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	line-height: 50px;
	background-color: #f6f6f6;
	text-align: center;
	text-decoration: none;
}
.yougotit_dev {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	text-decoration: none;
	background-color: #E8E8E8;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	clear: none;
	float: none;
	margin-left: auto;
}

.menu_dm {
width: 100%;
}

#header_menu_dm{
	width:72px; 
	height:36px;	
}
.scroll_dm {
	width: 20%;
	float: right;
	clear: none;
	text-align: right;
	padding-right: 25px;
	padding-bottom: 25px;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}
.welcome_dm {
	width: 60%;
	max-height: 500px;
	float: left;
	clear: none;
	text-align: left;
	padding-left: 25px;
	padding-bottom: 5px;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.header {
	margin-top: 6vh;
	margin-bottom: 6vh;
	min-height: 88vh;
	background-image: url(../images/bgslide_tab.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
.top_nav {
	max-width: 100%;

}
.logo_dm {
	width: 50%;
	float: left;
	clear: none;
	text-decoration: none;
	text-align: left;
	padding: 25px;
	vertical-align: middle;
}
.menu_dm {
	width: 25%;
	float: right;
	clear: none;
	text-align: right;
	text-decoration: none;
	padding-right: 30px;
	padding-top: 10px;
}
.space_header {
	height: 60px;
}
.bottom_header_content {
	width: 100%;
	height: 70%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url(../images/bg_cover.png);
	background-size: 950px 489px;
	background-repeat: no-repeat;
}
.about_us_dm {
	width: 100%;
}
.menu-link-about {
	margin-top: 3%;
	margin-bottom: 0%;
	width: 100%;
}
.left_menu {
	width: 50%;
	float: left;
	clear: none;
}
.right_menu {
	float: left;
	clear: none;
	width: 50%;
	text-align: right;
	font-size: 27px;
	line-height: 50px;
}
.left_50_dm {
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 21px;
}
.team_dm_about {
	margin-bottom: 4%;

	
}
.about_button_diam {
	min-height: 90px;
	display: inline-block;
	margin-top: 5px;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
}
.left-about_im {
	width: 28%;
	float: left;
	clear: none;
	padding-left: 2%;
	padding-bottom: 2%;
	padding-top: 3.5%;
}
.right-about-im {
	width: 68%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-top: 0.2%;
	float: left;
	clear: none;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	font-size: 21px;
}
.right_50_dm {
	width: 96%;
	float: left;
	clear: none;
	text-align: left;
	text-decoration: none;
	font-size: 21px;
	vertical-align: middle;
	line-height: 30px;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 2%;
}
.gallery_dm {
	width: 100%;
	margin-top: 1%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #f6f6f6;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #f6f6f6;
}
.quote_dm {
	width: 96%;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-size: 21px;
	line-height: 30px;
	padding-top: 4%;
	padding-bottom: 4%;
	background-color: #F6F6F6;
	margin-top: 4%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	padding-left: 2%;
	padding-right: 2%;
}
.place_time {

}
.services_dm {
	margin-top: 8%;

}
.services_dm_info {
	text-align: center;
	text-decoration: none;
	float: left;
	clear: none;
	width: 100%;
	margin-bottom: 5px;
}
.fix_dm {
	width: 33%;
	text-align: center;
	text-decoration: none;
	font-size: 21px;
	background-color: #f6f6f6;
}
.image_service {
	max-width: 100%;
	background-image: url(../images/bg_pattern_yl.jpg);
	background-repeat: repeat;
}
.image_service:hover {
	max-width: 100%;
	background-image: url(../images/bg_pattern.jpg);
	background-repeat: repeat;
}
.title_service {
	line-height: 60px;
	text-decoration: none;
	color: #ffffff;
	padding-top: 5%;
	font-size: 21px;

}
.button_service {
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	background: #f6f6f6;
	font-size: 25px;
}

.appointed_time {
	max-width: 96%;
	color: #ffffff;
	font-size: 21px;
	text-decoration: none;
	text-align: center;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 2%;
	margin-bottom: 8%;
	line-height: 30px;
	background-image: url(../images/bg_pattern.jpg);
	background-repeat: repeat;
	
}
.appointed_time:hover {
	background-image: url(../images/bg_pattern_yl.jpg);
	background-repeat: repeat;
}
.special_offer {
	display: flex;
	position: relative;
	clear: both;
}
.promo_dm {
	width: 100%;
	overflow: hidden;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	background-color: #f6f6f6;
	padding-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	position: relative;
}
.info_special_dm {
	font-size: 27px;
	width: 96%;
	padding: 2%;
	background-color: #f0efef;
	position: relative;
	margin-top: 49px;
}
.info_special_dm_detail {
	width: 96%;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
	font-size: 21px;
	position: relative;
	height: auto;
}
.button_service_dm {
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	background: #f6f6f6;
	position: absolute;
	clear: both;
}
.bonus_dm {
	float: left;
	clear: none;
	width: 100%;
	overflow: hidden;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	background-color: #f6f6f6;
	padding-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	position: relative;
}
.gift_dm {
	width: 100%;
	overflow: hidden;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	background-color: #f6f6f6;
	padding-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	position: relative;
	float: left;
	clear: none;
}
.other_services_dm {
	position: relative;
	margin-bottom: 1%;
	width: 100%;
}
.insurance_dm {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	text-decoration: none;
	float: left;
	clear: none;
	position: relative;
}
.corp_dm {
	padding-top: 2%;
	text-align: center;
	width: 100%;
	overflow: hidden;
	float: left;
	clear: none;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	text-decoration: none;
	position: relative;
}
.dental_tourism_dm {
	float: left;
	clear: none;
	text-align: center;
	text-decoration: none;
	padding-top: 2%;
	width: 100%;
	overflow: hidden;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	position: relative;
}
div#root {
	display: flex;
	width: 100%;
	height: 400px;
	float: left;
	clear: none;
}
/* iframe itself */
div#root > iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

input::-moz-placeholder { color: #000000; }
input::-webkit-input-placeholder { color: #000000; }

#sendform p{
	width:100%;
	overflow: hidden;
	margin-top: 0px;
	color: #000000;
}

#sendform label{
	width: 100%;
}

#sendform input[type="text"],
#sendform input[type="tel"],
#sendform input[type="email"],
#sendform textarea
{
	border: none;
	border-bottom: 5px solid #f6f6f6;
	height: 30px;
	background: transparent;
	color: #000000;
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea:focus { outline: none; }

#sendform textarea{
	height: 40px;
	color:#000000;
	border: none;
	border-bottom: 5px solid #f6f6f6;
}

#sendform input.error{
	border-bottom: 5px solid red;
}

#sendform label.error{
	display: none !important;
}

input[type="file"]{
	display:none;
}


.file-upload {
     position: relative;
     background: transparent;
     border-radius: 0px;
	 border:1px solid #5f995e;
     color: #fff;
     text-align: center;
}

.file-upload:hover {
     background: #5f995e;
}

.file-upload label {
     display: block;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     cursor: pointer;
}

.file-upload span {
	vertical-align:top;
	font-size:16pt;
	color:#ffffff;
    line-height: 0px;
}

#button_send{
	background:#f6f6f6;
	height:78px;
	border:0px;
	width:100%;
	margin:0px;
}

#button_send:hover{
	background:#f0efef;	
}

#title_header{
	font-size: 37px;
	font-family: 'Open Sans Condensed';
	line-height: 25px;
}

#descr_header{
	font-size: 25px;
	font-family: 'Open Sans Condensed';
	line-height: 21px;
}

.fix_dm_1 {
	width: 49%;
	font-size: 21px;
	margin-right:1%;
	float: left;
	clear: none;
	text-decoration: none;
	text-align: center;
}

.fix_dm_2{
	width: 49%;
	float: left;
	clear: none;
	margin-left: 1%;
	font-size: 21px;
	text-decoration: none;
	text-align: center;
	
}
.fix_dm_3 {
	width: 49%;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	margin-right: 1%;
}
.fix_dm_4 {
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	width: 49%;
	margin-left: 1%;
}
.fix_dm_5 {
	width: 49%;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	margin-right: 1%;
}
.fix_dm_6 {
	width: 49%;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	margin-left: 1%;
}
.footer_dm {
}
.yougotit_dev {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#button_dm:hover {
	width: 100%;
	color: #000000;
	background-image: url(../images/button_svg5.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-decoration: none;
	font-size: 25px;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 50px;
}
#button_dm {
	width: 100%;
	color: #000000;
	background-image: url(../images/button_svg4.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 30px;
	text-decoration: none;
	line-height: 50px;
	font-size: 25px;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
}






}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 92%;
	max-width: 1232px;
	padding-left: 4%;
	padding-right: 4%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.header {
	margin-top:6vh;
	margin-bottom:6vh;
	min-height:88vh;
	background-image:url(../images/bgslide.jpg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:relative;
}
.container {
}
.top_nav {
}
.logo_dm {
	width: 32.2033%;
	float: left;
	clear: none;
	text-decoration: none;
	text-align: left;
	padding: 25px;
	vertical-align:middle;
}
.menu_dm {
	width: 49.1525%;
	float: right;
	clear: none;
	text-align: right;
	text-decoration: none;
	padding-right: 30px;
	padding-top: 10px;
}
.bottom_header_content {
	width: 100%;
	height:70%;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background-image:url(../images/bg_cover.png);
	background-size:950px 489px;
	background-repeat:no-repeat;
}

.scroll_dm {
	width: 18%;
	float: right;
	clear: none;
	text-align:right;
	padding-right:25px;
	padding-bottom:25px;
	color:#ffffff;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:2;
}
.welcome_dm {
	width: 57%;
	max-height: 500px;
	float: left;
	clear: none;
	text-align: left;
	padding-left: 25px;
	padding-bottom: 5px;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.space_header {
	height:280px;
}
.about_us_dm {
	width: 100%;
	margin-top: 0%;
}
.left_50_dm {
	width: 50%;
	text-align: center;
	text-decoration: none;
	font-size: 21px;
	height: 100%;
}
.right_50_dm {
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	clear: none;
	text-align: left;
	text-decoration: none;
	font-size: 21px;
	vertical-align: middle;
	line-height: 30px;
	padding-top: 0%;
}

.contacts_dm {
	margin-top: 0px;

}
.team_dm_about {
	
}
.about_button_diam {
	min-height:90px;
	display: inline-block;
	margin-top:5px;
	background-image:url(../images/bg_pattern_gr2.jpg);
	background-repeat:repeat;
}
.left-about_im {
	width: 28%;
	float:left;
	clear:none;
	padding-left: 2%;
	padding-bottom:2%;
	padding-top:3.5%;
}
.right-about-im {
	width: 68%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-top: 0.2%;
	float: left;
	clear: none;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	font-size: 21px;
}
.quote_dm {
	width: 96%;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-size: 21px;
	line-height: 30px;
	padding-top: 4%;
	padding-bottom: 4%;
	background-color: #F6F6F6;
	margin-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	padding-left: 2%;
	padding-right: 2%;
}
.image-about-1bl {
	width: 100%;
	float: left;
	clear: none;
	margin-bottom: 1%;
}
.image-1 {
	width: 33.333%;
	float: left;
	clear: none;
}
.image-2 {
	width: 33.333%;
	float: left;
	clear: none;
}
.image-about-2bl {
	width: 100%;
	float: left;
	clear: none;
	margin-bottom: 4%;
}
.image-3 {
	width: 33.333%;
	float: left;
	clear: none;
}
.image4 {
}
.image-4 {
	width: 33.333%;
	float: left;
	clear: none;
}
.image-about-3bl {
	width: 33.333%;
	float: left;
	clear: none;
	margin-bottom: 4%;
}
.image-5 {
	width: 33.333%;
	float: left;
	clear: none;
}
.image-6 {
	width: 33.333%;
	float: left;
	clear: none;
}
.left_menu {
	width: 50%;
	float: left;
	clear: none;
}
.right_menu {
	float: left;
	clear: none;
	width: 50%;
	text-align: right;
	font-size: 32px;
	line-height: 50px;
	text-decoration: none;
}
.services_dm {
	margin-top: 2%;

}
.fix_dm {
	width: 33%;
	float: left;
	clear: none;
	text-align: center;
	text-decoration: none;
	font-size: 21px;
	background-color: #f6f6f6;
}
.services_fix_dm {
	background: #f6f6f6;
	color: #000000;
	text-align: center;
	text-decoration: none;
	float: left;
	clear: none;
	margin: 0 auto;
	max-width: 30%;
}
.services_fix_dm:hover {
	background:#eaeaea;
	color:#000000;
}
.title_service {
	line-height: 60px;
	text-decoration: none;
	color: #ffffff;
	padding-top: 4%;
	margin-top: 0px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 2%;

}
.image_service {
	max-width:100%;
	background-image:url(../images/bg_pattern_yl.jpg);
	background-repeat:repeat;
}

.image_service:hover {
	max-width:100%;
	background-image:url(../images/bg_pattern.jpg);
	background-repeat:repeat;
}
.button_service {
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	background:#f6f6f6;
}

.button_service_dm {
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	background: #f6f6f6;
	position: absolute;
	clear: both;
}

.services_dm_info {
	text-align: center;
	text-decoration: none;
	float: left;
	clear: none;
	width: 100%;
	margin-bottom: 5px;
	display: block;
}

.fix_dm_middle {
	width: 33%;
	float: left;
	clear: none;
	background-color: #f6f6f6;
	font-size: 21px;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.gallery_dm {
	width: 100%;
	margin-top: 1%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #f6f6f6;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #f6f6f6;
}
.place_time {
}
input::-moz-placeholder { color: #000000; }
input::-webkit-input-placeholder { color: #000000; }

#sendform p{
	width:100%;
	overflow: hidden;
	margin-top: 0px;
	color: #000000;
}

#sendform label{
	width: 100%;
}

#sendform input[type="text"],
#sendform input[type="tel"],
#sendform input[type="email"],
#sendform textarea
{
	border: none;
	border-bottom: 5px solid #f6f6f6;
	height: 30px;
	background: transparent;
	color: #000000;
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea:focus { outline: none; }

#sendform textarea{
	height: 40px;
	color:#000000;
	border: none;
	border-bottom: 5px solid #f6f6f6;
}

#sendform input.error{
	border-bottom: 5px solid red;
}

#sendform label.error{
	display: none !important;
}

input[type="file"]{
	display:none;
}


.file-upload {
     position: relative;
     background: transparent;
     border-radius: 0px;
	 border:1px solid #5f995e;
     color: #fff;
     text-align: center;
}

.file-upload:hover {
     background: #5f995e;
}

.file-upload label {
     display: block;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     cursor: pointer;
}

.file-upload span {
	vertical-align:top;
	font-size:16pt;
	color:#ffffff;
    line-height: 0px;
}

#button_send{
	background:#f6f6f6;
	height:78px;
	border:0px;
	width:100%;
	margin:0px;
}

#button_send:hover{
	background:#f0efef;	
}
.special_offer {
	display: flex;
	position:relative;
	clear:both;
}
.promo_dm {
	width: 33%;
	display:block;
	min-height:50%;
	max-height:100%;
	overflow:hidden;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	background-color: #f6f6f6;
	padding-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	position:relative;
}
.bonus_dm {
	float: left;
	clear: none;
	width: 33%;
	min-height:50%;
	max-height:100%;
	overflow:hidden;
	margin-left: 0.5%;
	margin-right: 0.5%;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	background-color: #f6f6f6;
	padding-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	position:relative;
}
.gift_dm {
	width: 33%;
	min-height:50%;
	max-height:100%;
	overflow:hidden;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	background-color: #f6f6f6;
	padding-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	position:relative;
}

.other_services_dm{
	display: flex;
	position: relative;
	min-height: 50%;
	max-height: 100%;
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}

.appointed_time {
	max-width: 96%;
	color: #ffffff;
	font-size: 21px;
	text-decoration: none;
	text-align: center;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 1%;
	line-height: 30px;
	background-image: url(../images/bg_pattern.jpg);
	background-repeat: repeat;
	margin-bottom: 3%;
}

.appointed_time:hover{
	background-image:url(../images/bg_pattern_yl.jpg);
	background-repeat:repeat;
}
.info_special_dm {
	font-size: 32px;
	width: 96%;
	padding: 2%;
	background-color: #f0efef;
	position: relative;
	margin-top: 49px;
}
.info_special_dm_detail {
	width: 96%;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
	font-size: 21px;
	position: relative;
	height: auto;
}
.insurance_dm {
	width: 33%;
	min-height: 50%;
	max-height: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 2%;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	text-decoration: none;
	float: left;
	clear: none;
	margin-top: 0.5%;
	display: block;
	position: relative;
}
.corp_dm {
	margin-top: 0.5%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	padding-top: 2%;
	text-align: center;
	width: 33%;
	min-height: 50%;
	max-height: 100%;
	overflow: hidden;
	float: left;
	clear: none;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	text-decoration: none;
	display: block;
	position: relative;
}
.dental_tourism_dm {
	float: left;
	clear: none;
	text-align: center;
	text-decoration: none;
	margin-top: 0.5%;
	padding-top: 2%;
	width: 33%;
	min-height: 50%;
	max-height: 100%;
	overflow: hidden;
	background-image: url(../images/bg_pattern_gr2.jpg);
	background-repeat: repeat;
	display: block;
	position: relative;
}

#title_header{
font-size:4.2em; 
font-family:'Open Sans Condensed'; 
line-height:50px;	
}

#descr_header{
font-size:1.9em; 
font-family:'Open Sans Condensed'; 
line-height:25px;	
}

div#root {
	display: flex;
	width: 50%;
	height: 564px;
	float: left;
	clear: none;
	min-height: 50%;
	max-height: 100%;
}

/* iframe itself */
div#root > iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.menu-link-about {
	margin-top: 3%;
	margin-bottom: 0%;
	width: 100%;
}

.fix_dm_1 {
	width: 33%;
	float: left;
	font-size: 21px;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	display: block;
}

.fix_dm_2{
	width: 33%;
	float: left;
	clear: none;
	font-size: 21px;
	text-decoration: none;
	text-align: center;
	margin-right: 0.5%;
	margin-left: 0.5%;
	position: relative;
	display: block;
}

.fix_dm_3 {
	width: 33%;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	display: block;
}
.fix_dm_4 {
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	width: 33%;
	float: left;
	clear: none;
	margin-top: 0.1px;
	margin-right: 0.1px;
	margin-bottom: 0.1px;
	margin-left: 0.1px;
	position: relative;
	display: block;
}
.fix_dm_5 {
	width: 33%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: block;
}
.fix_dm_6 {
	width: 32.9%;
	float: left;
	clear: none;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	display: block;
}
.footer_dm {
}
.yougotit_dev {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
#menu_size_dm {
	font-size: 32px;
	line-height: 50px;
	color: #279dd3;
}
#button_dm:hover {
	width: 100%;
	color: #000000;
	background-image: url(../images/button_svg5.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-decoration: none;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 50px;
}
#button_dm {
	width: 100%;
	color: #000000;
	background-image: url(../images/button_svg4.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 30px;
	text-decoration: none;
	line-height: 50px;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
}
#about_us_dm_icon {
	font-size: 28px;
	line-height: 38px;
}








}
