body{
  padding-top: 60px;
}

h1, h2, h3, h4, h5, .lead
{
    font-family: 'Droid Sans', sans-serif;
}

h1{font-size: 40px}
/******* Start Overriding Bootstrap ********/
/* Main Navbar */
/*navbar contaier background color*/
.navbar
{
  min-height:80px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus
{
  background-color: #fff;
}


/*navbar background color*/
.navbar-inverse {
    background-color: #f78d39;
    border-color:#f78d39;
}
/*menu links color*/
.navbar-inverse .navbar-nav > li > a
{
  color:#fff;
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar-inverse .navbar-nav > li > a:hover
{
  color:#666;
  padding-top: 25px;
  padding-bottom: 25px;
}


/*navbar-brand color*/
.navbar-inverse .navbar-brand
{
  color:#d9d9d9;
  font-size: 22px;
  margin-right: 40px;
  line-height: 40px;
}

.navbar-toggle
{
  margin-top:19px;
}

/*dropdown menu bacgroundcolor*/
.dropdown-menu
{
  background-color: #f78d39;
  min-width:180px;
}

/*dropdown menu links color*/
.dropdown-menu > li > a
{
  color:#fff;
  padding: 7px 20px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover
{
  text-decoration: none;
  padding-left: 25px;
  -webkit-transition:padding 0.5s ease;
  -moz-transition:padding 0.5s ease;
  -o-transition:padding 0.5s ease;
  -transition:padding 0.5s ease;
}





.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  



/* Carousel */

.carousel-caption
{
    bottom: 70px;
    background: rgba(3,3,3,0.3);
    padding-right: 20px;
    padding-left: 20px;
}

.carousel-indicators li
{
    height: 15px;
    width: 15px;
    border:1px solid #5f5f5f;
}

.carousel-indicators .active
{
    height: 18px;
    width: 18px;
    background-color: #f78d39;
}

.carousel-indicators
{
    bottom:0px;
}
/******* End Overriding Bootstrap ********/


/* Start Section About */

.about
{
    padding-top: 30px;
    padding-bottom: 30px;
}
.about .lead
{
    color:#888;
    font-size: 20px;
    margin-top: 15px;
    text-align: justify;
}

.about .lead2
{
    color:#000;
    padding: 12px;
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
}

.about h1 span
{
    color: #f78d39;
}

.about h3 span
{
    color: #f78d39;
}

.about p span
{
    color: #f78d39;
}

.about i
{
    color: #f78d39;
}

.about img
{
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0 auto;
    
}
/* End Section About */


/* Start Section Features */
.features
{
    background: #EEE;
    padding-top: 50px;
    padding-bottom: 50px;
}

.features .feat
{
    margin-bottom: 30px;
}

.features h1
{
    margin-bottom: 50px;
}

.features h3
{
    font-size: 24px;
}

.features .feat p
{
    line-height: 2em;
}

.features .feat span.glyphicon
{
  font-size: 27px;
  margin-bottom:10px;
  color:#666;
}

.features .feat:hover i
{
  color: #f78d39;
}

.features .feat:hover h3
{
  color: #f78d39;
}
/* End Section Features */


/* Start Testimonials Section */

.testimonials
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonials h1
{
    font-weight: bold;
    margin-bottom: 20px;
}

.testimonials .lead
{
    line-height: 2em;
    margin-bottom: 10px;
}

.testimonials span
{
    font-size: 18px;
    font-weight: bold;
    color: #E41B17;
}

.testimonials .carousel-inner
{
    min-height: 160px;
}

.testimonials .carousel-indicators
{
    position: static;
    width: 100%;
    margin-left: auto;
    padding-top: 20px;
}

.testimonials .carousel-indicators li
{
    text-indent: 0;
    width: 80px;
    height: 80px;
    opacity: 0.3;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.testimonials .carousel-indicators li.active
{
    width: 80px;
    height: 80px;
    opacity: 1;
    background: none;
    border: 2px solid #E41B17;
    
}

.testimonials .carousel-indicators li img
{
    max-width:100%;
   
}

/* End Testimonials Section */


/* Start Section Price Table */

.price_table
{
    background:#EEE;
    padding-top: 40px;
    padding-bottom: 40px;
    
}

.price_table h1
{
    margin-bottom:40px;
}

.price_table .price_box
{
    background: #FFF;
    padding: 10px;
    border:1px solid #DDD;
    border-radius: 10px;
    margin-bottom: 15px;
}

.price_table .price_box h3
{
    margin:5px 0px 15px;
}

.price_table .price_box:hover p
{
    -webkit-transform:scale(1.1,1.1) rotate(360deg);
    -moz-transform:scale(1.1,1.1) rotate(360deg);
    -o-transform:scale(1.1,1.1) rotate(360deg);
    transform:scale(1.1,1.1) rotate(360deg);
    border:2px solid #DFDFDF;
}

.price_table .price_box p
{
    font-size: 35px;
    font-weight: bold;
    color:#666;
    width:100px;
    height:100px;
    background: #F3F3F3;
    border-radius: 50%;
    line-height: 100px;
    border:2px solid #FFF;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}

.price_table .price_box li
{
    line-height: 250%;
    font-size: 18px;
}

.price_table .price_box a
{
    margin-bottom: 8px;
}
/* End Section Price Table */



/* Start Section Our Team */

.our_team
{
    background: url('../images/team.jpg') no-repeat center center fixed;
    width: 100%;
    min-height: 600px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;

}

.our_team .team
{
    background-color: rgba(2,2,2,0.6);
    color:#fff;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our_team .team h1
{
    margin-bottom: 60px;
}

.our_team .person
{
    margin-bottom: 40px;
}

.our_team .person a
{
    color:#fff;
}
/* End Section Our Team */


 /*Start Section Subscribe*/
    
.subscribe
{
    padding-top: 40px;
    padding-bottom: 70px;
    background:#EEE;
}

.subscribe h1
{
    color: #888;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.subscribe p
{
    margin-bottom: 30px;
}

.subscribe .form-control
{
    border-radius: 0;
    width:300px;
}

.subscribe button
{
     border-radius: 0;
}

 /*End Section Subscribe*/



/*Start Section Statistics*/
.statistics
{
    background: url('../images/stats.jpg') no-repeat center center fixed;
    min-height: 400px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
    
.statistics .data
{
    background-color: rgba(0,0,0,0.7);
    min-height: 400px;
    color:#B6B5B5;
    padding-top: 40px;
    padding-bottom: 70px;
}

.statistics h1
{
    margin-bottom: 60px;
}

.statistics .stats
{
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    margin-bottom: 30px;

}

.statistics .stats:hover
{
    color: #fff;
}

.statistics p
{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
}

.statistics span
{
    font-size: 18px;
}
    
/*End Section Statistics */


/*Start Section Our Skills*/

.our-skills
{
    padding-top:40px;
    padding-bottom:70px;
    
}

.our-skills h1 {margin-bottom:60px;}

.our-skills h3 {font-weight:bold; margin-top:0px;}

.our-skills .progress {height:36px;}

.our-skills .progress-bar
{
    line-height:36px;
    font-size:15px;
    font-weight:bold;
    text-align: left;
    text-indent: 10px;
}
/*End Section Our Skills*/



/*Start Section Contact Us*/

.contact-us
{
    background:url('../images/contact-us.jpg') no-repeat center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 400px;
}

.contact-us .fields
{
    background:rgba(9,9,9,0.8);
    min-height: 400px;
    color:#fff;
    padding-top:40px;
    padding-bottom:70px;
    
}

.contact-us p {margin-bottom:40px}

.contact-us textarea {height:108px}

.contact-us input[type="text"],
.contact-us textarea
{
    background:rgba(82,78,78,0.6);
    color:#FFF;
    border:none;
}

/*End Section Contact Us*/



/*Start Section Our Clients*/
.our-clients
{
    background: #EEE;
    padding-top: 20px;
    padding-bottom: 20px;
}

.our-clients img
{
    opacity: 0.25;
    filter:alpha(opacity=25);
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

}

.our-clients img:hover
{
   opacity:1; 
}

/*End Section Our Clients*/




 /*Start Ultimate Footer Section */
.footer
{
    background: #333;
    color: #AAA;
    padding-top: 10px;
    
}

.footer a {color:#AAA}
.footer a:hover {color:#FFF}

.footer h3
{
    color:#f78d39;
    letter-spacing: 1px;
    margin: 30px;
    font-size: 18px;
}

.footer .three-columns
{
    overflow: hidden;
}

.footer .three-columns li
{
    width:33.333%;
    float:left;
    padding:6px 0;
}

.footer .three-columns li a:hover
{
  text-decoration: none;  
}



.footer .social-list
{
    overflow: hidden;
    margin: 20px 0 10px;
}

.footer .social-list li
{
    float:left;
    margin-right: 3px;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

}

.footer .social-list li:hover
{
    opacity: 1;
    

}

.footer .img-thumbnail
{
    background: rgba(0,0,0,0.3);
    border: 1px solid #444;
    margin-bottom: 5px;
}

.footer .copyright
{
    background: #111;
    color: #AAA;
    padding: 15px 0;
    margin-top: 30px;
    font-size: 16px;
}

.footer .copyright span
{
    color:#f78d39;
}

 /*End Ultimate Footer Section*/

/*Start responsive-video*/
.video-container2 {
	position:relative;
	padding-bottom:20.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container2 iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:90%;
	height:100%;
}



/*start section contact page*/

.contact-page
{
    background:url('../images/contact_us.jpg') no-repeat center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 400px;
    
}

.contact-page .fields
{
    background:rgba(230, 241, 241,0.8);
    min-height: 400px;
    
    
    
}

.contact-page .lead
{
    color:#888;
    font-size: 25px;
    margin-top: 15px;
    text-align: justify;
}

.contact-page p
{
    color:#333;
    font-size: 16px;
    margin-top: 15px;
    text-align: justify;
}

.contact-page .lead2
{
    color:#000;
    padding: 12px;
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
}

.contact-page h1 
{
    margin: 50px;
}


.contact-page h1 span
{
    color: #E41B17;
}

.contact-page h3 span
{
    color: #E41B17;
}

.contact-page p span
{
    color: #E41B17;
}

.contact-page img
{
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 20px auto;
    
}

/*End section contact page*/

.medco
{
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 1px;
}



.our_brands
{
  min-height: 300px;
}

#brands-wrapper
{background-color:#fff;
width:100%;
height:200px;
margin-top:-1px;
position:absolute;
left:0}
#brands-wrapper .caroufredsel_wrapper{height:170px!important}
#brands-wrapper #carousel{margin-top:0; margin-bottom: 50px;}
#brands-wrapper #carousel div{text-align:center;width:200px;height:170px;float:left;padding:20px 10px;margin-right:25px;position:relative;border:1px solid #b3b2b2}#brands-wrapper
#carousel div img{border:none}#brands-wrapper #carousel div span{display:none}#brands-wrapper #carousel div:hover span{background-color:#333;color:#fff;font-family:Arial,Geneva,SunSans-Regular,sans-serif;font-size:14px;line-height:22px;display:inline-block;width:100px;padding:2px 0;margin:0 0 0 -50px;position:absolute;bottom:30px;left:50%;border-radius:3px}*{margin:0;padding:0}

.tittle{text-align:left;width:100%;position:relative;margin-top:25px}.tittle h2{text-align:left;line-height:55px;color:#C60A1F;width:84%;font-size:37px!important}.tittle-2 h3{font-weight:700;text-transform:uppercase;text-align:center;margin-bottom: 50px}.tittle-2 hr{width:200px;margin:30px auto;height:1px;background:#f1f1f1;border-radius:2px;position:relative;text-align:center}.tittle-2 h3{margin-top:0}.tittle-2 hr:before{display:inline-block;content:"\f45d";font-family:"Ionicons";background:#fff;background-image:url(../../images/front_end/icon.png);margin:0 auto;left:0;right:14px;color:#C60A1F;z-index:2;margin:0 auto;top:-12px;font-size:16px;text-align:center;position:relative}.tittle-2 p{font-size:16px;color:#969595;font-weight:400;font-style:italic;width:50%;text-align:center;margin:0 auto;margin-bottom:10px}




/*Start Section Available Now At Medico*/

.Available_Now
{
    background: #fff;
    padding-top:20px;
    padding-bottom:20px;
    
}

.Available_Now h1 {margin-bottom:20px;}

.Available_Now h3 {font-weight:bold; margin-top:0px;}

.Available_Now .progress {height:36px;}

.Available_Now .progress-bar
{
    line-height:36px;
    font-size:15px;
    font-weight:bold;
    text-align: left;
    text-indent: 10px;
}

.Available_Now .lead
{
    font-size: 16px;
}

.our_customers
{
   margin: 10px;
   border-style: solid;
   border-color: #999;
   border-width: 2px;
   border-radius: 20px;
 }
 
 .our_customers:hover
{
   margin: 10px;
   border-style: solid;
   border-color: #f78d39;
   border-width: 2px;
   border-radius: 20px;
   -webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.31);
   -moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.31);
   box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.31);
 }

/*End Section Available Now At Medico*/




.events
{
  min-height: 770px
}

.events img
{
    border-radius: 8px;
    border: 1px solid #f78d39;
    margin: 0 auto;
    
}

.events h1
{
  margin: 40px
}

.events h1 span
{
    color: #f78d39;
}

.events h3 span
{
    color: #f78d39;
}

.events form
{
  margin-bottom: 50px;
}
.events form p
{
  text-align: left;
  font-size: 18px;
  color: #999;
  padding-left: 10px;
}


.btn-warning
{
  background-color: #f78d39
}

.smile01
{
    background: url('../images/smile01.jpg') no-repeat center center fixed;
    width: 100%;
    min-height: 300px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}


.smile02
{
    background: url('../images/smile02.jpg') no-repeat center center fixed;
    width: 100%;
    min-height: 300px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

.smile03
{
    background: url('../images/smile03.jpg') no-repeat center center fixed;
    width: 100%;
    min-height: 300px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

.smile04
{
    background: url('../images/smile04.jpg') no-repeat center center fixed;
    width: 100%;
    min-height: 300px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}


/*start google map*/
.embed-responsive
{
  height: 500px;
}
/*End google map*/