/* ==========================================================================
Theme Name: Coyote
Theme URI: http://mannatstudio.com
Description:  Coyote: Flat Multipurpose HTML5 Business Theme
Version: 1.0
Author: Mannat Studio
Tags: bluelight, themeforest bluelight, template
========================================================================== */
body{
  /*font-family: 'Raleway', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  color:#666;
}
a, a:visited, a:focus{
  text-decoration: none;
  outline: 0;
}
a:hover {
  color:#303030 !important;
  text-decoration: none;
}

.body-content {
  font-size:15px;
}

/* ========= Typography =========== */
h1, h2, h3{font-weight:500;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 26px; }
h2 { font-size: 20px; 10px; color:#303030; }
h3 { font-size: 18px;}
h4 { font-size: 16px; color:#999; }
h5 { font-size: 15px; color:#999;}
h6 { font-size: 14px; color:#999;}

.wide {
    background: none repeat scroll 0 0 #FFFFFF;
    max-width: 100%;
}
header{
  padding:20px 0 0 0;
  background:#FFF;
}

/* ========= Main Navigation =========== */
.nav_bg{
  background:#303030;
  position:relative;
  width:100%;
  z-index:10000;
}
.navbar{
  margin:0;
}
.logo{
  margin-bottom:15px;
}
.navbar.pull-right{
  margin:10px 0 0 0;
}
.navbar.pull-right .nav{
  margin:0;
  z-index:100000;
}
.navbar .nav > li > a{
  padding:15px 11px;
  text-shadow:none;
  color:#ffffff;
  font-size:15px;
  font-weight:400;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
  color:#FFF !important;
  font-weight:normal;
}
.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after, .dropdown-submenu > a:after{
  border:none;
}
.dropdown-menu, .dropdown-submenu > .dropdown-menu{
  border-radius:0;
  margin:0;
  padding:0;
}
.dropdown-submenu i{
  position:absolute;
  right:10px;
  top:10px;
}
.dropdown-menu > li > a{
  padding:6px 12px;
}
.nav-collapse .dropdown-menu > li > a:hover, .nav-collapse .dropdown-menu > li > a:focus, .nav-collapse .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
  background-image:none;
  border-radius:0;
  font-weight:normal;
  color:#FFF !important;
}
.nav-collapse what .dropdown-menu > li > a{
  padding:8px 15px;
  font-weight:normal;
}
.nav-collapse .dropdown-menu{
    background-color: #FFFFFF;
  padding:0;
}
/* ========= End =========== */

/* ========= Social Icons =========== */
.social_icons{
  padding:0px 0 0 0;
}
.social_icons.small{
  padding:5px 0 0 0;
}
.social_icons.small ul li a{
  width:24px;
  height:24px;
  line-height:24px;
  font-size:12px;
  background:#979797;
}
.social_icons.small ul li a:hover{
  color:#FFF;
}
.pull-left.social_icons{
  padding:10px 0 0 0;
}
.pull-left.social_icons ul li a:hover {
    background: none repeat scroll 0 0 #999999;
}
.social_icons ul{
  list-style-type:none;
  margin-left:0;
}
.social_icons ul li{
  display:inline-block;
  margin:0;
}
.social_icons ul li a{
  width:30px;
  height:30px;
  display:block;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  text-align:center;
  line-height:30px;
  color:#FFF;
}
.social_icons ul li a:hover{
  background:#303030;
  color:#FFF !important;
}
.serviceDoctor {
 width:140px!important; 
}

.serviceDoctor .img-circle{
background-color:#39b945;/*#0054a3;*/
}
.serviceDoctor h5 a {
color:#39b945;
}
/* ========= End =========== */

/* ========= Search Form =========== */
.navbar-form{
  padding:5px 0 0 0;
}
.navbar-form input{
  border-radius:3px;
  -webkit-border-radius:3px;
  -o-border-radius:3px;
  font-size:12px;
  font-family: 'Raleway', sans-serif;
}
.dark-grey{
  background:#e0e0e0;
  padding:45px 0;
}
.dark-grey .page-header {
    border-bottom: 1px solid #cecece;
  margin:0 0 20px 0;
}
.dark-grey .page-header h1{
  color:#303030;
  font-weight:400;
}

.service-box{
  padding:25px 0 0 0;
}
.service-txt{
  padding-left:20px;
  overflow:hidden;
}
.service-txt h3{
  margin-top:0;
}
.big-icon-wrap{
  width:85px;
  height:85px;
  line-height:95px;
  text-align:center;
  color:#FFF;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.large-icon.big-icon-wrap{
  width:220px;
  height:220px;
  text-align:center;
  line-height:255px;
  font-size:25px;
  margin:0 auto;
}
.show-grid.row .service-txt{
  padding-left:0;
}
.service-icon-wrap:hover .big-icon-wrap{
  background:#303030;
}
/* ========= End =========== */

/* ========= Portfolio Wrap =========== */
.portfolio-wrap-outer{
  background:#FFF;
  padding:15px;
  border-radius:5px;
  -o-border-radius:5px;
}
.portfolio-wrap a{
  overflow:hidden;
  border-radius:5px;
  -o-border-radius:5px;
}
.portfolio-wrap a:hover{
  color:#303030;
}
.portfolio-wrap h3{
  font-weight:500;
  line-height:inherit;
}
.portfolio-wrap{
  text-align:center;
  font-weight:400;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}  
.port-icon{
  position:relative;
}
.port-icon span{
  background:#FFF;
  padding:0 8px;
  position:relative;
  z-index:10;
  color:#e0e0e0;
}
.port-icon:after{
  position:absolute;
  content:"";
  left:0;
  bottom:9px;
  width:100%;
  border-bottom:1px solid #e0e0e0;
  z-index:1;
}
ul#filters{
  text-align:center;
}
ul#filters li{
  display:inline-block;
  margin:0 5px 10px 0;
}
ul#filters li a{
  display:block;
  padding:8px 10px;
  font-size:16px;
  background:#303030;
  border-radius:3px;
  color:#ffffff !important;
}
#Grid{
  margin:15px 0 0 0;
  min-height:300px;
}
#Grid .mix{
    opacity: 0;
    display: none;
  margin-bottom:30px;
}

/* ========= End =========== */
  

/* Slider Wrap */
.fullwidthbanner-container {
    margin: 0 ;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100% !important;
}
.fullwidthbanner {
    overflow: hidden;
    position: relative;
}
/* Slider Wrap */

/* ========= Footer =========== */
footer{
  background:#303030;
  padding:40px 0;
  color:#c0c0c0;
}
footer h3{
  font-weight:400;
}
.foot-contact i{
  font-size:18px;
  margin:0 8px 8px 0;
  color:#FFF;
  display:inline-block;
  position:relative;
  top:3px;
}
footer a:hover{
  color:#FFF !important;
}
.copyright{
  background:#e0e0e0;
  padding:25px 0;
}
/* ========= End =========== */

/* ========= Blog Sidebar =========== */
.widget-box{
  margin-bottom:25px;
}
.widget-box h3{
  margin-top:0;
}
.blog-post-wrap .portfolio-wrap{
  margin-bottom:35px;
}
.share-this{
  background:#303030;
  padding:15px 20px;
  margin-bottom:35px;
}
.share-this h4{
  margin:0;
  padding-top:4px;
  font-weight:400;
  color:#FFF;
}
.share-this .social_icons{
  padding:0;
}  
.share-this .social_icons ul{
  margin:0;
}
.share-this .social_icons ul li a{
  background:none;
  width:20px;
  height:25px;
}
.share-this .social_icons ul li a:hover{
  color:#E86165;
}


/* ========= End =========== */

.headerPhone a { color:#ff0000!important; }
.headerPhone a:hover { color:#ff0000; }
.headerPhone {padding-top:0px; font-size:28px;height:50px;display: inline-block;line-height: 50px; color: #ff0000;text-align:right;}
.headerPhone i { font-size:36px;line-height:50px;vertical-align: middle;}
@media (max-width: 768px) {
.headerPhone {font-size:16px; height: 70px; line-height: 30px;
}
}
