ul{list-style-type:none; margin:0px !important}


body{background-color: #E2E2E2; 
/*background: url('images/bg.jpg') repeat;);*/
}
a{color:#919500}
th, td{padding:2px !important}
.bg-white{background-color:#fff; padding:10px; overflow:hidden}
.navbar-inverse{    
        background: #ff7d00   url(images/lines2.png); 

    border-color: #b79500;
	}
	
	.navbar {
    border-radius: 0px;     min-height: 40px;
   }
   .wrap-area{ height:570px; overflow-y:scroll}
   .navbar-nav>li>a {
    padding-top: 9px;
    padding-bottom: 9px;
}
.social ul{ margin-top:4px !important; }
.social ul li{display:inline;float: right;
    margin-right: 6px;}
.social ul li a{background-color: #fff;
    
    }
	.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.facebook{ color:#3b5998; padding: 6px 10px;  border-radius: 15px;}
.twitter{color:#55acee ;padding: 6px 8px;  border-radius: 15px;}
.google{color:red;padding: 6px 8px;  border-radius: 15px;}


.topbar{background: #ff7d00 url(images/lines2.png); width:100%;height: 30px;}
.top-icon{ color:#fff; padding:5px;}
.sidebar-list{padding:0px}
.foo4 ul{ list-style-type:none}
.foo4 ul li{ display:inline}
.foo3 ul li a{ color:#fff}
.foo1{color:#fff}

.foo3 ul  li {
    padding: 0px 0 5px 12px;
    line-height: 25px;
    background: url(images/marker-1.gif) 0 11px no-repeat;
}

footer .content img {
    float: left;
    margin: 5px;
    border: #ffffff 5px solid;
}

.head1 p{ font-size:16px}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{background: none;}
.navbar-inverse a:hover{background: #ff7d00 url('images/lines.png')}
.navbar-inverse .navbar-nav>li>a {
    color: #fff; font-weight:bold
}

.main-content .heading2 h2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -1px;
    font-weight: bold;
	color: #b79500;
}
.content{margin-bottom:20px}

.heading {
    color: #ffffff;
    background: #ff7d00 url(images/boxtitle.png) no-repeat left center;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 10px 4px 50px
}
.link-part ul li{display: inline;
    line-height: 65px;
    padding: 3px;}

.heading3 {
    color: #ffffff;
    background: #ff7d00 url(images/boxtitle.png) no-repeat left center;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 10px 4px 50px
}
ul.list li {
    padding: 0px 0 5px 12px;
    line-height: 25px;
    background: url(images/marker-1.gif) 0 11px no-repeat;
}
/*! http://responsiveslides.com v1.32 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
 
 .rslides {
  margin: 0 auto;
  }

.rslides_container {
  
  position: relative;
  }

.centered-btns_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("../images/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
footer {
    padding: 20px 10px;
    background: #3F3F3F;
    margin-top: 15px;
}
#copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: url(images/bg-footer.png);
    padding: 8px 0px;
    color: #ffffff;
}

    @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);



.animate {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*=============== Home-team ===============*/

.home-doctors {
  text-align: center;
  padding: 6px 6px 0px;
  background: #f0f5f6;
}

.home-doctors h2 {
    font-weight: normal;
}

.home-doctors .common-doctor {
  background-color: #fff;
}
.home-doctors .common-doctor figure {
  overflow: hidden;
  width: 100%;
	height: 196px;
}

.home-doctors img {
	width: 100%;
	height: 100%;
	
}

.home-doctors .common-doctor h5 {
  margin: 0 0 7px;
  font-size: 18px;
	font-weight: 700;
	color: #3a3c41;
}
.home-doctors .common-doctor .for-border {
  margin-bottom: 20px;
}
.home-doctors .common-doctor .text-content {
  padding: 19px 14px 13px;min-height: 140px;
}
.home-doctors.doctors-var-two {
  text-align: left;
  background-color: #fff;
}
.home-doctors.doctors-var-two .slogan-section {
  text-align: left;
}
.home-doctors.doctors-var-two .common-doctor {
  background-color: transparent;
}
.home-doctors.doctors-var-two .common-doctor .for-border {
  display: none;
}
.home-doctors.doctors-var-two .common-doctor .text-content {
  padding: 20px 0 20px;
}
.home-doctors.doctors-var-two .text-center {
  text-align: left;
}

.slogan-section {
	margin-bottom: 50px;
	text-align: center;
}

.home-doctors .common-doctor .for-border {
	margin-bottom: 20px;
}

.for-border {
	height: 11px;
	width: 100%;
	background: transparent url(http://omarhabash.com/nova/wp-content/uploads/2014/08/feature-border.png) center center no-repeat;
	border: none;
}

.home-doctors .common-doctor h5 small {
	color: #008fd5;
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
}

.home-doctors .common-doctor ul{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -28px;
	text-align: center;
	margin-top: 10em;
	opacity: 0;
	z-index: 1;
}

.home-doctors .common-doctor li a {

	color: white;
	padding: 0.75em;
	border: 5px solid rgba(255, 255, 255, 0.33);
}


.doc-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

.doc-item:hover .doc-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  opacity: 0.7;
}

.doc-item:hover .social-lists{
	margin-top: -2em;
	opacity: 1;
}

.fb{ background-color:#3b5998}
.tw{ background-color:#55acee}
.goo{ background-color:red}
/*=============== //Home-team ===============*/

  #myCarousel2 .nav a small {
    display:block;
}
#myCarousel2 .nav {
	background:#eee;
}
.carousel-inner img{ height: 295px !important;width:100%}

.carousel-caption2{
	background-color: #000;
    width: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
  

    position: absolute;
   
    bottom: 1px;
    
    z-index: 10;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);


}
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }


.carousel-caption2 h3{ color:#fff; font-size:16px; font-weight:bold; padding:0px; margin:5px !important}
