*{
	margin:0;
	padding: 0;
}
main{
width: 100%;
font-family: Arial, Helvetica, sans-serif;
}
nav{
	height: 80px;
	position:fixed;
	width: 100%;
	background: rgba(0, 55, 80, 0.9);
    z-index: 5;
    padding: 10px 70px;
    box-sizing: border-box;
    float: left;
}
.logo{
	float: left;
}
#home{
	padding: 0;
	height: 80px;
	margin-top: -10px;
}
.mainmenu{
	float:right;
}
 .main-li .active , .main-li-hidden .active{
	color: rgba(255, 255, 255, 1);
}
.main-li a:not(active), .main-li-hidden a{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	line-height: inherit;

}
.main-li{
	padding: 20px 12px;
	float: left;
	list-style: none;
	cursor: pointer;
}
.main-li i{
	color: rgba(255, 255, 255, 0.6);
 	padding-right: 15px;
 	font-size: 20px;
}
.main-li a:hover, .main-li-hidden a:hover {
	color: rgba(255, 255, 255, 1);
}
.main-li:hover .fa-angle-down {
	color: rgba(255, 255, 255, 1);
}
.flag{
	float: right;
	 padding: 20px;
	 cursor: pointer;
	 display: none;
}

 .menubar{
	float: none;
	font-size: 22px !important;
	padding: 18px 15px;
	color: #62ad98;
	cursor: pointer;
	display: none  !important;
}
.submenu{
	height: 100px;
	list-style: none;
	background: rgba(0, 55, 80, 0.9);
	margin-top: 30px;
	display: none;
	width: 110%;
}
.newmenu{
	word-spacing: 8px;
	padding: 18px 12px
}

#hiddenmenu{
	position: absolute;
	top: 79px;
	right: 0;
	width: 180px;
	height: 325px;
	list-style: none;
	background: rgba(0, 55, 80, 0.9);
	display: none;
}
.main-li-hidden {
	display: block;
	list-style: none;
	padding: 15px 20px;
}
.sub-li-small{
	display: block;
	list-style: none;
	padding: 15px 10px 0 20px;
}
.submenu li{
	display: block;
	padding:  12px;
	text-align: center;
}
.submenu li:first-child{
	border-bottom: 2px solid #2c566347;
}

.intro{
	background: url("images/bela-intro.jpg") no-repeat;
	background-size: cover;
	float: left;
	background-position: center;
	width: 100%;
	height:100%;

}
.intro h1{
	font-size: 2.4em;
    line-height: 1.2em;
    font-weight: lighter;
    padding-bottom: 70px;
    border-bottom: 3px solid rgba(202, 202, 202, 0.6); 
	}
.intro-text  {
	margin-top: 120px;
	padding:10px 70px;
	width: 70%;
	box-sizing: border-box;
	color: #fff;
}
.text{
	padding: 55px 0;
	line-height: 1.6em;
	font-size: 22px;
	width: 80%;
}
.intro h2{
	font-family: 'Amatic SC', 'Quicksand'!important;
    font-size: 2.0em;
    font-weight: normal;
    padding: 0;
    color: rgba(210, 210, 210, 0.8);
    line-height: 2.6em;
     font-variant: small-caps;
}
.btn{
	margin-top: 60px;
	width: 280px;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	border-radius: 30px;
	border: 1px solid #fff;
	cursor: pointer;
	margin-bottom: 30px;
}
.btn:hover{
	transition: 0.2s ease;
    background-color: rgba(55, 55, 70, 0.4);
    border: solid 1px rgba(255, 255, 255, 0.55) !important;
}
.btn span{
	color: #9c8585;
}
.services{
	float: left;
    background: url("images/triangles.jpg") repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.page-services, .ourteam{
	float: left;
    background:  none; 
    background-size: contain;
    width: 100%;
    margin-top:80px;
}
.page-services img{
	 background:   url("images/triangles.jpg") repeat;
    background-size: cover;
    border-radius: 50%;
    width: 70% !important;
     
}
.services h1,  .contact h1 {
	color:#fff;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding: 50px 80px;
	box-sizing: border-box;
	border-bottom:   3px solid rgba(202, 202, 202, 0.6); 
}
.page-services h1, .ourteam h1 {
	color: #00314A;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding: 50px 40px;
	box-sizing: border-box;
	border-bottom:   3px solid rgba(202, 202, 202, 0.6); 
}
.page-services h2, .team h2 , .page-services p{
	color: #00314A;
}
.services-info{
	width: 100%;
	margin: 0 auto;
	padding: 50px 70px 50px 70px;
	box-sizing: border-box;
	color:#fff;
	text-align: center;
	float: left;
}
.services-info div {
	float: left;
	padding: 15px ;
	width: 20%;
	box-sizing: border-box;
	height: 100%;
}
.service-table{
	width: 100%;
	float: left;
	border: 2px solid #e8eef3;
	margin-top: 20px;
}
.service-table p{
	font-size: 14px ;
	width: 100% ;
	padding: 20px 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.last{
    cursor: pointer;
}
.even{
	background: #f8f8f9;
}
.comprehensive .service-table p, .ortodontia .service-table p:not(.last){
	cursor: inherit !important;
}
.service-name{
	font-weight: 600;
	font-size: 10px;
}
.more{
	display: none;
	border-top: 2px solid  #e8eef3;
	width:100%;
	margin: 0 auto;
}
.services-info img{
	width: 70%;
}
.services-info h2, .services-content h2{ 
	margin-top: 25px;
	font-weight: normal;
	font-size: 20px;
	height: 100px;
}
.services-info p{
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 100;
	display: none;
}
.readmore{
	width: 100%;
	width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 40px;
}
.readmore  a button{
	width: 160px;
	word-spacing: 5px;
	text-align: center;
	margin:50px auto ;
	border-radius: 30px;
	padding: 18px 10px;
	border:none;
	color: #003a54;
	font-size: 12px;
	font-weight: bold;
	outline: none;
}
.services  button:hover{
	opacity: 0.8;
	cursor: pointer;
}
.services-content{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding: 30px 70px 40px 70px;
	box-sizing: border-box;
	color:#fff;
	text-align: center;
}
.about-content{
	margin: 30px auto;
	padding: 30px 70px 40px 70px;
	box-sizing: border-box;
	line-height: 1.6em;
	color:#003a54;
	font-size: 20px;
	text-align: justify;
}
.services-content>div{
	float: left;
	padding: 15px 10px;
	width: 20%;
	box-sizing: border-box;
	height: 100%;
}
.subpage{
	width: 100%;
	padding: 30px 120px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.clinic{
	float: left;
	height: 320px;
	width: 400px;
	box-sizing: border-box;
}
.subpage a{
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	text-decoration:none;
}
.subpage p{
	text-align: center;
	background:  #003a54;
	height: 15%;
	padding-top: 8px;
	box-sizing: border-box;
}
.team{
	float: right;
	height: 320px;
	width: 400px;
	box-sizing: border-box;
}
.subpage p a i{
	margin-left: 20px;
}
.title-img1{
	width: 400px;
	height: 85%;
	background: url("images/ourclinic.jpg") no-repeat;
	background-size: cover;
	box-sizing: border-box;
	border: 1px solid #003a54;
}
.title-img2{
	width: 400px;
	height: 85%;
	background: url("images/ourteam.jpg") no-repeat;
	background-size: cover;
	box-sizing: border-box;
	border: 1px solid #003a54;
}
.subpage .clinic:hover .title-img1{
	opacity: 0.9;
	background-size: 110%;
	overflow:hidden ;
	box-sizing: border-box;
	border: 1px solid #003a54;
}
.subpage .team:hover .title-img2{
	opacity: 0.9;
	background-size: 110%;
	overflow:hidden ;
	box-sizing: border-box;
	
}
.subpage .team:hover p {
	opacity: 0.9;
}
.subpage .clinic:hover p {
	opacity: 0.9;
}

#slides,#slides2  {
    position: relative;
    height: 400px;
    width: 100%;
    top:80px;
  }
.slide, .slide2  {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
 }
.showing {
	opacity: 1;
	z-index: 1;
}
.slide:nth-of-type(1) {
    background: url("images/clinic.jpg") no-repeat;
    background-size: 100%;
    
}
.slide:nth-of-type(2) {
     background: url("images/clinic1.jpg") no-repeat;
      background-size: 100%;
    
     
}
.slide:nth-of-type(3) {
     background: url("images/clinic2.jpg") no-repeat;
      background-size: 100%;
     
}

.slid2 {
    position: absolute;
    left: 0px;
    top: 80px;
    text-align: center;
    width: 100%;
    height: 100%;
 }

.slide2:nth-of-type(1) {
    background: url("images/clinic5.jpg") no-repeat;
    background-size: 100%;
   
}
.slide2:nth-of-type(2) {
     background: url("images/clinic1.jpg") no-repeat;
     background-size: 100%;
}
.slide2:nth-of-type(3) {
     background: url("images/team.jpg") no-repeat;
    background-size: 100%;
}
.doctor{
	width: 100%;
    margin: 0 auto;
    float: left;  
    padding: 20px 90px;
    box-sizing: border-box;
}
.person{
	float: right;
	width: 400px;
	height: 400px;
	box-sizing: border-box;
	}
.review-border{
    border-radius: 30%;
}
.person:hover{
	opacity: 0.8;   
	cursor: pointer;
}
.slogan{
	float: left;
	width: 430px;
	height: 400px;
}

/* The grid: Four equal columns that floats next to each other */
.row{
	padding: 20px 70px;
	width: 100%;
	box-sizing: border-box;
}
.column {
    float: left;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

/* Style the images inside the grid */
.column img {
    opacity: 1; 
    cursor: pointer; 
}

.column img:hover {
    opacity: 0.8;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image container */
.container {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    background: #0d0d0efa;
    padding: 0;
    z-index: 3;
    top: 80px;
}
#expandedImg{
	width:750px; 
    height:500px; 
    margin: 30px auto 0;
    box-sizing: border-box;
    }


/* Closable button inside the expanded image */
.closebtn {
    position: absolute;
    top: 20px;
    right: 70px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}

.contact {
	background: url(images/contact-bg.jpg) repeat right center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding-top: 50px;
    height: 880px;
    float: left;
}
.contact p:not(.fb-contact-image){
	text-align: center;
	width: 58%;
	padding: 15px 30px 15px 30px ;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
}
.contact h2{
	text-align: center;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
	font-variant: small-caps;
	color: rgba(210, 210, 210, 0.8);
}

input{
	background: rgba(255, 255, 255, 0.05);
	height: 40px;
	border:none;
	width: 90%;
	margin-bottom: 20px;
	margin-top: 15px;
	border: 1px solid #4a5163;
	border-radius: 5px;
	color:#fff;
}
form, .thanks{
	float: left;
	width: 60%;
	color:#fff;
	margin-left: 70px;
	margin-top: 40px;
	font-size: 20px
}
.thanks{
	float: left;
	width: 60%;
	color: #fff;
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
}
textarea{
	margin-top: 10px;
	width: 90%;
	background: rgba(255, 255, 255, 0.05);
	height: 120px;
	outline: none;
	border: 1px solid #4a5163;
	border-radius: 5px;
	color:#fff;
}
input:focus, textarea:focus{
	border:  2px solid #fff;
	border-radius: 5px;
	outline: none;
}
.mailing{
	float: left;
	width: 100%;
}
#send{
	width: 180px;
	padding: 12px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	border-radius: 30px;
	border: 1px solid #fff;
	cursor: pointer;
	background: NONE;
	margin-top:40px;
}
#send:hover{
	transition: 0.2s ease;
    background-color: rgba(55, 55, 70, 0.4);
    border: solid 1px rgba(255, 255, 255, 0.55) !important;
}
.right-side{
	width: 24%;
	color: #fff;
	float: right;
	margin-bottom: 20px;
	margin-top: 30px;
	margin-right:70px;
    text-align: center;
}
.right-side h3{
	font-size: 22px;
	padding-top: 15px;
}
.right-side p:not(.fb-image){
	text-align: center;
	margin: 0;
	padding: 20px 0;
	width: 100%;
}
.right-side p a{
    color: #fff;
    text-decoration: none;
}
.fb-image{
	margin: 0;
	padding: 0 !important;
	width: 100% !important;
	text-align: center;
	
}
.fb-contact-image{
    margin-top: 40px;
}
iframe{
	border-bottom: 70px solid #096b78 !important;	
	margin-bottom: -10px;
}

footer{
	width: 100%;
	float: left;
	}
footer p img, .fb-image img{
	margin-top: 5px;
	margin-left: 0;
	height: 35px;
}
.flex{
	padding:20px 70px;
	color: #fff;
	display: flex;
	background-color: #003752;
	background-position: center;
	background-image: url("images/pattern.png");
}
.flex p:first-child{
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;

}	
.flex div{
	margin: 0 auto;
	font-size: 14px;
}
.flex div:first-child{
	margin-left: 0;
}
.flex div:last-child{
	margin-right: 0;
}

.sitemap a{
	color: #fff;
	display: block;
}
.sitemap  a:hover{
    text-decoration: none;	
}
.copyright{ 
    color: rgba(255, 255, 255, 0.75);
	float: left;
	width: 100%;
	padding-left: 70px;
	padding-top: 0!important;
	padding-bottom: 20px;
	font-size: 12px;
	background-color: #003752;
	background-position: center;
	background-image: url("images/pattern.png");
	word-spacing: 3px;
	box-sizing: border-box;
}
.copyright a{
	color: #096b78;
	font-size: 15px;
}
.copyright a:hover{
	color: rgba(255, 255, 255, 0.75);
}
.slides{
	width: 100%;
	height: 400px;
}

@media only screen and  (min-width: 1600px)     /* for maxi */{
    .intro{
        padding-top: 70px ;
        height: inherit;
    }
    .intro-text{
        padding: 20px 70px ;
    }
}

@media only screen and (max-width:1024px) and (min-width: 768px)     /* for netbook */
{
	
	.main-li{
		padding: 20px 5px;
	}
	.flag{
		padding: 20px 20px 20px 0;
	}
	.subpage{
		padding: 0;
	}
	.clinic, .team{
	 	float: none;
	    height: 380px;
	    width: 500px;
	    margin: 0 auto 40px;
	}	
 	.title-img1, .title-img2{
 		width: 100%;
 	}
 
 	#expandedImg{
	    margin: 15px auto 0;
       }
    .closebtn {
        top:0px;
    }
    #slides,#slides2{
        height: 300px;}
}

@media only screen and (max-width:768px)           /* for mobile vertion */
{
nav{
	padding: 10px 15px;
	}
.mainmenu{
	display: none;
}
.menubar{
	display: block  !important;
	float: right;
}
.intro{
    	background: url("images/bela-intro-sm.jpg") no-repeat;
    	background-position: center;
    	background-size: cover;
}
.intro h1{
	font-size: 1.4em;
	font-weight: bold;
}
.text {
    line-height: 1.4em;
    font-size: 19px;
}
.intro h2{
	font-size: 22px;
	font-weight: bold;
	width: 200px;
    line-height: 1.2em;
}
 .menubar{
	padding: 20px 5px;
}
.flag{
	padding: 12px 15px;
}
.intro-text {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.services-info{
	padding: 15px;
}
.services-info div{
	width: 100%;
}
.services-content{
	padding: 5px;

}
.services-info img {
    width: 60%;
}
.services h1, .contact h1{
	font-size: 22px;
	padding: 25px 15px;
}
.services-content>div{
	width: 100%;
}
.services-content h2, .services-info h2{
	height:100%;
	font-weight: bold;
	font-size: 20px;
}
.btn{
   width: 220px;
   padding: 15px;
   box-sizing: border-box
}

.readmore{
	margin-bottom: 0;
}
.contact{
	height: 100%;
	padding-top: 0;
}
.contact p:not(.fb-contact-image){
	width: 100%;
	padding: 10px 15px;
	font-size: 18px;
}
#send{
    width: 90%;
}
.page-services h1, .ourteam h1{
    font-size: 18px;
    padding: 20px 0;
}
.page-services img{
	  width: 50% !important;
     
}
.fb-image{
	margin-top: 0 !important;
}
.fb-image a{
   padding: 0 95px;
}
.fb-contact{
    padding: 0 !important;
}
form{
	width: 100%;
	margin-left: 0;
	padding-left: 15px;
	box-sizing: border-box;

}
.flex{
	display: block;
	padding: 10px;
}
.flex p:first-child {
    padding-top: 15px;
    padding-bottom: 5px;
    
  }
.right-side{
	width: 100%;
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}
label{
	font-size: 16px;
}
textarea{
	height: 80px;
}
iframe{
	border-bottom: 20px solid #096b78 !important;
}
.right-side h3 {
    font-size: 18px;
    padding-top:0;
    line-height: 1.0em;
  }
.about-content{
  	padding: 5px 20px;
  	font-size: 15px;
  }
 .subpage {
   	width: 100%;
    padding: 30px;
    margin-bottom: 0;
 }
 .clinic, .team{
 	float: left;
 	margin-bottom: 10px;
 	text-align: center;
 	width: 100%;
 	height: 300px;
 	padding: 0 15px;
 }
 .title-img1, .title-img2{
 	width: 100%;
 	height: 80%;
 }
.sitemap a{
	display: inline;
	padding: 0 5px;
}
#slides, #slides2{
	height: 250px;
}
.slide, .slide2{
	height: 250px;
	width: 100%;
}
.slide:nth-of-type(1) {
    background: url("images/clinic-sm.jpg") no-repeat;
     background-size: cover;
   
}
.slide:nth-of-type(2) {
     background: url("images/clinic-2-sm.jpg") no-repeat;
     background-size: cover;
}
.slide:nth-of-type(3) {
     background: url("images/team-sm.jpg") no-repeat;
     background-size: cover;
}

.slide2:nth-of-type(1) {
    background: url("images/clinic5-sm.jpg") no-repeat;
     background-size: cover;
   
}
.slide2:nth-of-type(2) {
     background: url("images/clinic1-sm.jpg") no-repeat;
     background-size: cover;
}
.slide2:nth-of-type(3) {
     background: url("images/team-sm.jpg") no-repeat;
     background-size: cover;
}
.flex>div{
	margin: 0 auto;
	float: none;
	text-align: center;
}

.copyright{
	padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.thanks {
    width: 100%;
    margin:0;
    text-align: center;
    padding: 20px 15px;
    box-sizing: border-box;
    font-size: 18px;
}
.subpage p{
    font-size:15px;
}
.doctor {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 0;
}
.person, .slogan{
 	width:100%;
 	float: none;
 	text-align: center;
 	padding: 10px;
 	height: 100%;
 	box-sizing: border-box;
 	}
 .person{
     border-radius: 25%;
 }
 .row{
     padding: 20px 15px;
 }
 .column{
     padding:10px 5px;
     width: 50%;
     
 }
 .column img{
    height:100%;
 }
 #expandedImg, .container{
     width: 100%;
     height:300px;
     margin: 45px auto;
     padding: 0 5px;
     box-sizing: border-box;
 }
  .container{
     width: 100%;
     height:100%;
     margin: 0 auto;
 }
 .closebtn{
     top: 10px;
     right: 10px;
 }
}