
body{height:2000px;}

.navbar-brand{
	
}

.navbar-brand>img{
	margin: auto 0px auto 15px !important;
	padding: auto;
}

.navbar-header{
	margin-left:-4%!important;
}

.navbar-left{
	margin-left:38.7px;
}

.navbar-right{
	margin-right:21px;
}

.navbar-inverse{
	border:none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border:none;
}



#menu-toggle {
    z-index: 801;
    position: fixed;
    top: 0;
    right: .5%;
}
.toggle {
    margin: 0;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 320px;
    height: 100%;
    margin-right: -320px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}


#sidebar-wrapper.active {
    right: 320px;
    width: 320px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 8.2%;
    width: 320px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    font-size: 110%;
    font-weight: 800;
    text-transform: uppercase;
    outline: none;
}
.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
    color: #fff;
    background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(3):before {
    background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(4):before {
    background-color: #79aefe;
}
.sidebar-nav li:nth-child(5):before {
    background-color: #314190;
}
.sidebar-nav li:nth-child(6):before {
    background-color: #279636;
}
.sidebar-nav li:nth-child(7):before {
    background-color: #7d5d81;
}
.sidebar-nav li:nth-child(8):before {
    background-color: #ead24c;
}
.sidebar-nav li:nth-child(9):before {
    background-color: #2d2366;
}
.sidebar-nav li:nth-child(10):before {
    background-color: #35acdf;
}
.sidebar-nav li:hover:before, .sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}
.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}
.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
    height: 44px;
    font-size: 18px;
    line-height: 1.43;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}






/*start of button to top*/
#to-top {
    position: fixed;
    right: .2%;
    bottom: .2%;
    z-index: 799;
}

.btn-inverse {
    background-color: #222;
    border-color: #080808;
    color: #9d9d9d;
}
/*end of button to top*/

/*starto of social*/


.panel {
    border-radius: 0;
    margin-top: 0;
}

.accordion-toggle{
	z-index: 801;
    position: fixed;
    top: 0;
    left: .5%;
}

.accordion-toggle:hover, .accordion-toggle:focus{
	cursor:pointer;
}

.accordion label{
	color:#fff;
}
.accordion input{
	border-radius:0;
}




.panel-heading,
.panel-heading:hover,
.panel-heading:focus,
.panel-heading.focus,
.panel-heading:active,
.panel-heading.active{
	cursor:pointer;
	background-color: #c9302c;
	border-color: #ac2925;
	outline:none;
}

.accordion-toggle{
	text-align:center;
	width:2.7%;
	min-width: 50px;
}

.accordion-toggle span:after{
    /* symbol for "opening" panels */
	font-family: 'FontAwesome';
	/* essential for enabling glyphicon */
	content:"\f078";
    position:absolute;
    top:0;
    bottom:0;
    right:5%;
	color: white;
	text-align:right;
	float:right;
	vertical-align:middle;
	margin-top:0;
	font-weight:700;
	font-size:120%;
	text-decoration:none;
}

.collapsed span:after{
	/* symbol for "collapsed" panels */
	content:"\f077";
}

.contact-panel{
	border-radius:0;
	background-color: #d9534f;
	border-color: #d43f3a;
    margin-bottom:0;
    position:fixed;
    bottom:0;
    width:100%;
    vertical-align:middle;
}

.btn-dark{
	border-radius: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active{
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}

@media(min-width: 768px){
	.contact-panel{
		width:50%;
	}
}

.social {
	z-index: 801;
	position: fixed;
	top: 10%;
	left: .5%;
	padding: 0;
	margin: 0;
	font-size: 100%;
	width:2.7%;
}
.social ul {
    background: #222;
}
.social ul li {
    list-style: none outside none;
    display: block;
    background: #222;
    padding: 0;
    margin: 0;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #222;
}
.social i {
	width:100%;
	min-width: 50px;
	height: 100%;
	min-height: 50px;
	color: #FFF;
	background-color: #222;
    font-size: 22px;
    text-align: center;
    padding-top: 12px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.social .fa-facebook:hover {
    background: #4060A5;
    border: 1px solid #4060A5;
}

#social-collapse:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: none;
    position: relative;
    color: white;
}
#social-collapse.collapsed:after {
    content: "\f067";
}
ol.linenums{
    counter-reset:linenumber;
}
ol.linenums li{
    list-style-type:none;
    counter-increment:linenumber;
}
ol.linenums li:before{
    content: counter(linenumber);
    float:left;
    margin-left:-4em;
    text-align:right;
    width:3em;
}


.mt {
    margin-top: 2%;
}
.nav-btn{
	display:block;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align:center;
}

.contact-panel{
	border-radius:0;
	background-color: #d9534f;
	border-color: #d43f3a;
	margin-bottom:0;
	position:fixed;
	bottom:0;
	width:100%;
}

/* 
========================
Social Accordion Styling
========================
*/
.nav-stacked > li > a {
    position: relative;
	display: block;
	padding: 0!important;
	margin: 0!important;
}
.nav-stacked > li > a:focus, .nav-stacked > li > a:hover {
	text-decoration: none;
	background-color: #222;
}

.nav-tabs.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}

.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
    float: none;
}

.container-form .nav-tabs.nav-justified > li > a, .container-form .nav-tabs.nav-justified > li > a:hover, .container-form .nav-tabs.nav-justified > li > a:focus {
    background: #333333;
    border: 0 none;
    color: #ffffff;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
    padding: 6% 3%;
    line-height: 1.5;
    font-weight: 600;
    font-size: 100%;
    outline: 0 none;
}








/*start of slide show*/

.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 15px;
  height: 15px;
  opacity: 1;
}


/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
	
  height: 100vh;
  width:100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../pics/1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../pics/2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../pics/3.jpg);
}



.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}



@media only screen and (min-width : 200px) and (max-width: 700px) {
    
	.hero h1 { font-size: 2em;
         

	}
     .hero h3 { font-size: 1em; } 	
}



/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}


@media only screen and (min-width : 200px) and (max-width: 700px) {
    
	.btn.btn-lg {padding: 8px 30px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
	
}

}
/*end of slide show*/


   /*about9*/
   
   .about9{
	
	position: relative;
    padding-top: 30px;
    padding-bottom: 30px;	
}
   
    @media only screen and  (max-width: 700px) {
    

   .about9{
	
	position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top:30px;
      margin-bottom:30px;
}
}
   
   
   
   .about9 h2 {
	font-family: 'Roboto Slab', sans-serif;
	
	color:#ffffff !important;
	    font-size: 30px;
		margin-top: 30px;
    margin-bottom: 30px;
   }

   
  .about9 p {
	font-family: 'Roboto Slab', sans-serif;
	
	font-size:18px;
	font-weight:400;
	color: #ffffff;
    line-height: 2;
} 
   @media only screen and  (max-width: 700px) {
    
	.about9 h2 {
	font-family: 'Roboto Slab', sans-serif;
	
	color:#ffffff !important;
	    font-size: 20px;
		margin-top: 30px;
    margin-bottom: 30px;
   }
	.about9 p {
	font-family: 'Roboto Slab', sans-serif;
	
	font-size:14px;
	font-weight:400;
	color: #ffffff;
    line-height: 2;
} 
}

   
   
.number 
{
    background-image: url(../pics/about.jpg);
    
   
	background-size:cover;
		 background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

	@media only screen and  (max-width: 700px) {
    
	 	.number 
{
    background-image: url(../pics/about11.jpg);
    
   
	background-size:cover;
   background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
}
	








.opaline
{
    
    background-color: rgba(128, 215, 247, 0.7);
	padding:3em;
	padding:1em;
}



   .about9 img 
 {    
    border-radius: 1000px!important;
	margin-top:100px;
	
	border: 3px solid;
    padding: 3px;
	color: rgba(128, 215, 247, 0.660) !important;
	
	
}
@media only screen and  (max-width: 700px) {
    
	 .about9 img 
 {    
    border-radius: 1000px!important;
	margin-top:30px;
	margin-bottom:30px;

	border: 3px solid;
    padding: 3px;
	color: rgba(128, 215, 247, 0.660) !important;
	
	
}
	
}







   .about9 h5 {
	font-family: 'Roboto Slab', sans-serif;
	
	font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #555;
    line-height: 1.4;
    position: relative;
}
   
   /*START FEatures */
   
   .office{
	
	background-color:#fff;
	padding:0px;
}
.office  h1{
	
	font-family: 'Roboto Slab', sans-serif;
	
    margin-top: 50px!important;
    text-transform: uppercase;
    font-weight: 700;
    color: #39adff;
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #39adff;
}
.office  h4{

	font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;

    font-size: 18px;
     font-weight: 700;
    color: #555;
    line-height: 1.4;
    margin-bottom:50px;
}

.service h1 {
	
	font-family: 'Roboto Slab', sans-serif;
	
    margin-top: 50px!important;
    text-transform: uppercase;
    font-weight: 700;
    color: #39adff;
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #39adff;
}



.service h4{
	font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;

    font-size: 18px;
font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom:50px;
	
	
}
   
   
   
   
   
.office1 .para{
		background:url(../pics/chair.jpg); /*no-repeat center center fixed;*/
		-webkit-background-size:cover;

		-moz-background-size:cover;

		background-size:cover;
		 background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.office1 .overlayy{
	background-color:rgba(0,0,0,0.7);
	-webkit-background-size:cover;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-0-background-size:cover;
		background-size:cover;
		padding-bottom:60px;
		padding-top:60px;

		
}
.icon-feature-horizontal .icon{
	
padding-right:10px;
    padding-top: 15px;
}
.icon-feature-horizontal .icon i {
    font-size: 30px;
    border: 1px solid;
    padding: 12px;
    border-radius: 4px;
	color: #39adff !important;	
}


.office1 .icon-feature-horizontal{
	
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
	display: inline-block;

}

.office1 .content{

}

.office1 .content  h4 {
	font-size:18px;
	 font-weight:700;
	color:white;
	text-transform: uppercase;
	margin-top: 15px;
    margin-bottom: 10px;
	   
}


.office1 .content  p{
	font-size:15px;
	font-weight:400;
	color:white;
	padding-left:55px;
	text-align:left;
	line-height:25px;






	
}




/* services */
#services{ 
 padding-top: 25px; 
}
.services{
		background:url(../pics/smile.jpg); 
		
		-webkit-background-size:cover;
		-moz-background-size:cover;

		background-size:cover;
		background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	   
}



.services .ovelay5 {
	 background-color: rgba(9,9,9,0.7);
	-webkit-background-size:cover;
	
		-moz-background-size:cover;
		
		background-size:cover;
		

}


					
					
			.services .thumbnail
{
	box-shadow: 10px 10px 5px rgba(2,2,2,0.7);
}
		
		

/*
.features {
	background:#eee;
	padding-top:50px;
	padding-bottom:50px;
}
*/
.services .feat 
{

	padding-top:50px;
	
}


.services .feat p
{
	line-height:2em;
	padding-top:10px;
	
}


.services .feat span.glyphicon
{
	font-size:30px;
	margin-bottom:10px;
	color:#e41b17;
	
}
	
		
	
		/* contatc*/
		
		.contact{
			background:url(../pics/Call.jpg);
		-webkit-background-size:cover;

		-moz-background-size:cover;

		background-size:cover;
	 background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	
		
		margin-top:30px;
		margin-bottom:30px;
		
		
		
		}
		@media only screen and  (max-width: 700px) {
    
	 	.contact{
			background:url(../pics/Call1.jpg);
		-webkit-background-size:cover;

		-moz-background-size:cover;

		background-size:cover;
	 background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	
	
		margin-top:30px;
		margin-bottom:80px;
		
		
		
		}
	
}
	
		
		.contact .field
		
		{background-color:rgba(9,9,9,0.7);
			color:#ddd;
			min-height:500px;
			padding-top:40px;
		padding-bottom:30px;
		
		
		}
		
		.contact p {
			margin-bottom:40px;
		}
		
		.contact  textarea {
			height:108px;
		}
		
					/*dark version */
		.contact input[type="text"],
		.contact textarea
		{
			background:rgba(82,78,78,0.7);
			color:#fff;
			border:none;
			
		}
   
   /*footer */
			
					
					
		.footer1 {
		
			color:#AAA;
	
			padding-top:30px;
			padding-bottom:0px;
			background:
			#333;
			url(../pics/footer.jpg);
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-0-background-size:cover;
		background-size:cover;
	 background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	
		
		}
		
		.footer1 a {color:#fff;}
		.footer1 a:hover {color=#fff;}
		
		.footer1 h3 {
			color:#39adff;
			letter-spacing:1px;
			margin:0px 0 10px;
			
		}
		
			.footer .copyright
		{
			background:#111;
			color:#aaa;
			padding:15px 5px ;
			margin-top:20px;
			font-size:18px;
			
		}
		
		.footer1 .copyright span
		{
				color:#0895d1;
		}
		
   			
					
				.copyright {
    padding-top: 10px;
    min-height: 40px;
    background-color: #000000;
}	
					
						
/*****   rootcanal             ************/

.mainimage{
	background-image: url(../pics/zmile.jpg);
	
		
    background-position: center;

		width:100%;
	height:250px;
	
	
}
@media only screen and  (max-width: 700px) {
    
	 .mainimage{
	background-image: url(../pics/zmile2.jpg);
	
		
    background-position: center;

		width:100%;
	height:200px;
	
	
}
	
}

				
