/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x; 
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  color:#fff!important;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
/*.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}*/
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
/*  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);*/
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */
@font-face {
	font-family:'ProximaNova-Bold';
	src: url('../fonts/ProximaNova-Bold_gdi.eot');
	src: url('../fonts/ProximaNova-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold_gdi.woff') format('woff'),
		url('../fonts/ProximaNova-Bold_gdi.ttf') format('truetype'),
		url('../fonts/ProximaNova-Bold_gdi.otf') format('opentype'),
		url('../fonts/ProximaNova-Bold_gdi.svg#ProximaNova-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2122;}

@font-face {
	font-family:'ProximaNova-SemiboldIt';
	src: url('../fonts/ProximaNova-SemiboldIt_gdi.eot');
	src: url('../fonts/ProximaNova-SemiboldIt_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-SemiboldIt_gdi.woff') format('woff'),
		url('../fonts/ProximaNova-SemiboldIt_gdi.ttf') format('truetype'),
		url('../fonts/ProximaNova-SemiboldIt_gdi.otf') format('opentype'),
		url('../fonts/ProximaNova-SemiboldIt_gdi.svg#ProximaNova-SemiboldIt') format('svg');
	font-weight: 600;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-2666;
}
@font-face {
	font-family:'ProximaNova-Semibold';
	src: url('../fonts/ProximaNova-Semibold_gdi.eot');
	src: url('../fonts/ProximaNova-Semibold_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Semibold_gdi.woff') format('woff'),
		url('../fonts/ProximaNova-Semibold_gdi.ttf') format('truetype'),
		url('../fonts/ProximaNova-Semibold_gdi.otf') format('opentype'),
		url('../fonts/ProximaNova-Semibold_gdi.svg#ProximaNova-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2666;
}
@font-face {
	font-family:'ProximaNova-Regular';
	src: url('../fonts/ProximaNova-Regular_gdi.eot');
	src: url('../fonts/ProximaNova-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular_gdi.woff') format('woff'),
		url('../fonts/ProximaNova-Regular_gdi.ttf') format('truetype'),
		url('../fonts/ProximaNova-Regular_gdi.otf') format('opentype'),
		url('../fonts/ProximaNova-Regular_gdi.svg#ProximaNova-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2666;
}

body {  background-color: #fff;  color: #58595b; font-family:"ProximaNova-Regular",Arial, Helvetica, sans-serif;  font-size: 16px;  line-height: 1.7; padding:0; margin:0;}
.header{ width:100%; float:left;}


.navbar-inverse{ background-image:none; border:none; border-top:solid 5px #c7e18c;  background-color:#179492; width:100%; float:left; margin:0; box-shadow:inset 0 -15px 5px -15px #074e4d; }
.navbar-inverse .navbar-nav{ width:100%;}
.navbar-inverse .navbar-nav > li > a{ transition:all 0.5s ease 0s;color:#fff;  font-size:16px;  padding:20px 32px; text-shadow:none; font-family:"ProximaNova-Semibold",Arial, Helvetica, sans-serif;  }
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-color: transparent;
  color: #fff;  
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color:#006391;
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
 background-color:#006391;
  color: #fff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #006391;
}

.navbar-inverse .navbar-nav > li:last-child{ float:right;}
.navbar-inverse .navbar-nav > li:last-child > a{ padding:20px 35px;transition:all 0s ease 0s!important;}
.navbar-inverse .navbar-nav > li:last-child.active > a::before,
.navbar-inverse .navbar-nav > li:last-child.active > a:hover::before,
.navbar-inverse .navbar-nav > li:last-child.active > a:focus::before,
.navbar-inverse .navbar-nav > li:last-child > a:hover::before
 {  background-color: #006391;  content: "";  height: 100%;  left: -8px;  position: absolute;  top: 0;  width: 8px;  z-index:0; transition:all 0s ease 0s!important;}


.dropdown-menu{ border:none; background-color:#f3f4f4; box-shadow:none; padding:0; min-width:100%;}
.dropdown-menu > li > a{ padding:15px 25px; color:#006391; font-size:16px;}
.dropdown-menu li a{ border-bottom:solid 1px #cccccc;}
.dropdown-menu li:last-child a{ border-bottom:none;}
@media (max-width:767px){
.dropdown-menu{ border:none; background-color:#f3f4f4!important; box-shadow:none; padding:0;} 
.dropdown-menu > li {width:100%;}
.dropdown-menu > li > a{ padding:15px 25px!important; color:#006391!important; font-size:16px; width:100%;}
.dropdown-menu li a{ border-bottom:solid 1px #cccccc;}
.dropdown-menu li:last-child a{ border-bottom:none;}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  color:#fff;
}
}


.logo{ float:left; margin:15px 0;}
.top-contact{ float:left; text-align:right; width:100%;margin:15px 0;font-family:"ProximaNova-Semibold";}
.top-contact h3{ padding:0; margin:0; font-size:18px; line-height:26px; color:#179492;}
.top-contact h4{ padding:0; margin:0; font-size:16px; color:#72ad16; font-family:"ProximaNova-Semibold",Arial, Helvetica, sans-serif; ;}
.top-contact h5{ padding:0; margin:0;}
.top-contact h5 p{ padding:0; margin:0;font-size:18px; line-height:26px; color:#179492; position:relative; }
.top-contact h5 p:nth-child(1):before{ background-image:url(../images/phone-icon.png); background-repeat:no-repeat; position:absolute; content:""; z-index:999; width:18px; height:18px; margin:5px 0 0 -30px;}
.top-contact h5 p:nth-child(2):before{ background-image:url(../images/fax-icon.png); background-repeat:no-repeat; position:absolute; content:""; z-index:999; width:18px; height:18px; margin:5px 0 0 -30px;}


.banner{ width:100%; float:left;}
.slider{ width:100%; float:left;}
.slider ul li{ overflow:hidden;} 
#slide1pjc.frs-slideshow-container{ padding:0!important; margin:0!important;}
.frs-wrapper.frs-skin-default .frs-caption{ padding:0!important; top:auto!important; bottom:30px!important;} 
.frs-caption-content{ background-image:none!important; background-color:rgba(255,255,255,0.8)!important;font-family:"ProximaNova-Semibold"!important; font-size:20px!important; color:#2b5878!important; padding:15px!important;}
.frs-caption-content p{font-family:"ProximaNova-Semibold"!important; font-size:20px!important; color:#2b5878!important;}
.frs-slideshow-container .frs-skin-default .frs-bullets-wrapper ul.frs-bullets{ bottom:23px!important;}
.frs-slideshow-container .frs-wrapper.frs-skin-default ul.frs-bullets li.frs-slideshow-nav-bullets{ background-color:#006391!important; margin:0 3px!important;}
.frs-slideshow-container .frs-wrapper.frs-skin-default ul.frs-bullets li.frs-bullets-active{ background-color:#c7e18c!important;}

.middle-row{background-color:#006391; width:100%; float:left; margin-bottom:20px;} 
.middle-nav{width:83%; float:left; height:50px; padding:0;  }
.middle-nav ul{ padding:0; margin:0; width:100%;}
.middle-nav ul li{ display:inline; float:left; list-style:none; position:relative; }
.middle-nav ul li:last-child{ float:right;}
.middle-nav ul li a{ color:#ffffff; font-size:14px; font-family:"ProximaNova-Semibold";line-height:50px; height:50px;  padding:0 12px; float:left;}
.middle-nav ul li a:hover{ text-decoration:none;}
.middle-nav ul li:hover,
.middle-nav ul li.active{ color:#ffffff; background-color:#464646; }

.middle-nav ul li:last-child{transition:all 0s ease 0s!important;}
.middle-nav ul li:last-child > a{ padding:0 16px;transition:all 0s ease 0s!important;}
.middle-nav ul li:last-child.active > a::before,
.middle-nav ul li:last-child.active > a:hover::before,
.middle-nav ul li:last-child.active > a:focus::before,
.middle-nav ul li:last-child > a:hover::before
 {  background-color: #464646;  content: "";  height: 100%;  left: -5px;  position: absolute;  top: 0;  width: 5px;  z-index:0; transition:all 0s ease 0s!important;}


.language-option{ width:17%; float:left; display:table; height:50px;  padding:0 10px; text-align:right;}
.language-option #google_language_translator{ display: table-cell; vertical-align:middle; text-align:right;}

*{ transition:all 0.5s ease 0s;}
.main{ width:100%; float:left;}
h1,h2,h3,h4,h5,h6{color:#006391;font-family:"ProximaNova-Semibold";}
.main h1{ color:#006391; padding:0; margin:0 0 15px 0; font-size:21px;font-family:"ProximaNova-Semibold";}
.main p{ text-align:justify;}
.book-onilne{ width:100%; float:left;margin-bottom:10px; }
.book-onilne span:nth-child(1){background-color:#72ad16; text-decoration:none; color:#fff; font-size:22px; border-radius:5px;  padding:10px 25px; font-family:"ProximaNova-Semibold"; float:left;}
.book-onilne span:nth-child(1):hover,
.book-onilne span:nth-child(1):focus{ text-decoration:none!important; background-color:#56850d;}
.book-onilne:hover,
.book-onilne:focus{ text-decoration:none!important;}
.book-onilne span:nth-child(2){ background-image:url(../images/zoc-doc.jpg); background-repeat:no-repeat; float:right; width:106px; height:15px; margin-top:18px;}

.contact-doctors-now{ width:100%; float:left; background-color:#c7e18c; text-decoration:none; color:#006391; font-size:22px; border-radius:5px;  padding:10px 25px; margin-bottom:10px;font-family:"ProximaNova-Semibold";}
.contact-doctors-now:hover,
.contact-doctors-now:focus{ text-decoration:none; background-color:#a6c06c;}
.castle-connolly{ width:100%; float:left; background-color:#72ad16; text-decoration:none;  border-radius:5px; text-align:center; padding:10px 15px; margin-bottom:10px;}
.patient-secure-portal{ width:100%; float:left; background-color:#13a5f4; text-decoration:none; color:#fff; font-size:22px; border-radius:5px; padding:10px 25px; margin-bottom:10px; position:relative;}
.patient-secure-portal:hover,
.patient-secure-portal:focus{ text-decoration:none;color:#fff; box-shadow:0 3px 3px #525252; }
.patient-secure-portal:before{ position:absolute; z-index:999; content:""; background-image:url(../images/lock.jpg); background-repeat:no-repeat; right:20px; top:20px; width:13px; height:16px;}
.patient-quick-links{ width:100%; float:left; margin-bottom:10px;}
.patient-quick-links h3{ width:100%; float:left; background-color:#1570a6; text-decoration:none; color:#fff; font-size:22px; border-radius:5px 5px 0 0; padding:15px 25px; margin:0;font-family:"ProximaNova-Regular"; }
.patient-quick-links ul{ padding:0; margin:0; width:100%; float:left; background-color:#fcfcfc; border:solid 1px #dddddd;}
.patient-quick-links ul li{ list-style:none; display:inline; float:left; width:100%; border-bottom:solid 1px #dddddd;}
.patient-quick-links ul li:last-child{ border-bottom:none;}
.patient-quick-links ul li a{ color:#006391; padding:13px 30px; text-decoration:none; float:left; width:100%; position:relative; font-size:17px;}
.patient-quick-links ul li a:hover{background-color:#dcdcdc;}
.patient-quick-links ul li a:after, 
.patient-quick-links ul li a:before {border: solid transparent;	content: '';height: 0;left: 12px;position: absolute;width: 0;}
.patient-quick-links ul li a:after {border-width: 3px; border-left-color: #fcfcfc;	top: 23px;}
.patient-quick-links ul li a:before {border-width: 5px; border-left-color: #006391;top: 21px;}

.physician-video{ width:100%; float:left; margin-bottom:10px;}
.physician-video h3{ width:100%; float:left; background-color:#179492; text-decoration:none; color:#fff; font-size:22px; border-radius:5px 5px 0 0; padding:15px 25px; margin:0;font-family:"ProximaNova-Regular"; }
.physician-video iframe{ width:100%;}

.sponsors{ width:100%; text-align:center; margin:35px 0; float:left;}
.sponsors img{ margin:0 27px;}
.license-tagline{ font-size:16px; width:100%; float:left;}

.footer{ width:100%; float:left; background-color:#e2e2e2;box-shadow:inset 0 15px 8px -15px #7f7f7f;}
.footer-detail{ width:100%; float:left; padding:50px 0;}
.footer-detail h2{ padding:0; margin:0 0 15px 0; color:#006391; font-size:18px;}
.footer-col-1,.footer-col-2,.footer-col-3,.footer-col-4,.footer-col-5,.footer-col-6{ float:left; padding:0 5px;}
.footer-col-1{ width:10%;}
.footer-col-2{ width:23%;}
.footer-col-3{ width:14%;}
.footer-col-4{ width:12%;} 
.footer-col-5{ width:11%;}
.footer-col-6{ width:30%;}
.footer-detail h3{ padding:0; margin:0 0 10px 0; color:#006391; font-size:14px; text-transform:uppercase; font-weight:bold;}
.footer-detail ul{ padding:0; margin:0; float:left; width:100%;}
.footer-detail ul li{ list-style:none; display:inline; font-size:12px; float:left; width:100%; line-height:normal; margin:0 0 7px 0;}
.footer-detail ul li a{ color:#707070; text-decoration:none;}
.footer-detail ul li a:hover{ color:#707070; text-decoration:underline;}


.footer-logo{ width:100%; float:left; text-align:right; margin:0 0 5px 0; }
.footer-contact{ float:left; text-align:right; width:100%;}
.footer-contact h4{ padding:0; margin:0; font-size:17px; line-height:24px; color:#363636; font-weight:normal;font-family:"ProximaNova-Regular";}
.footer-contact h5{ padding:0; margin:0;font-family:"ProximaNova-Regular";}
.footer-contact h5 p{ padding:0; margin:0;font-size:17px; line-height:24px; color:#363636; position:relative; }
.footer-contact h5 p:nth-child(1):before{ background-image:url(../images/phone-icon.png); background-repeat:no-repeat; position:absolute; content:""; z-index:999; width:18px; height:18px; margin:5px 0 0 -30px;}
.footer-contact h5 p:nth-child(2):before{ background-image:url(../images/fax-icon.png); background-repeat:no-repeat; position:absolute; content:""; z-index:999; width:18px; height:18px; margin:5px 0 0 -30px;}
.footer-copyright{ width:100%; float:left; background-color:#006391; text-align:center; }
.footer-copyright h6{ padding:0; margin:0;color:#fff; font-size:13px; padding:15px; line-height:18px;font-family:"ProximaNova-Regular";}
.footer-copyright a{ color:#fff; text-decoration:none;}
.footer-copyright a:hover{ color:#fff; text-decoration:underline;}


/**********Inner Page Css**********/
.main-left h3{ font-size:16px; padding:0; margin:20px 0 5px 0;}
.main-left p{ margin:0 0 15px 0;}
.main-left ul{ padding:0; margin:0 0 25px 30px;}
.main-left ul li{ list-style:none; display:block; width:100%; position:relative;  padding-left:25px; margin:5px 0 5px 0;} 
.main-left ul li:after, 
.main-left ul li:before {border: solid transparent;	content: '';height: 0;left: 0;position: absolute;width: 0;}
.main-left ul li:after {border-width: 3px; border-left-color: #fcfcfc;	top: 10px;}
.main-left ul li:before {border-width: 5px; border-left-color: #006391;top: 8px;}
.main-left ul li h5{ padding:0; margin:0; font-size:16px;color:#006391; display:inline;}
.main-left ul li p{ display:inline; padding:0; margin:0;}
.main-left a{color:#006391; text-decoration:none; font-family:'ProximaNova-Bold';} 
.main-left a:hover{color:#006391; text-decoration:underline;}
hr{border-color:#cccccc; margin:25px 0; width:100%; float:left;}
.hospital-affiliations{ width:100%; float:left;}
.hospital-affiliations img{float:left; margin:0 30px 0 0;}

.physician-row{ width:100%; float:left;}
.physician-row figure{ padding:0; margin:0; float:left; width:30%;} 
.physician-row figure img{ padding:10px; border:solid 1px #acacac;}
.physician-row article{ padding:0; margin:0; float:left; width:70%;}
.physician-row h2{ padding:0; margin:0 0 10px 0; color:#006391; font-size:21px;}
.physician-row article a.read-more{ float:right; color:#ffffff; font-size:20px; text-transform:uppercase;font-family:"ProximaNova-Semibold"; background-color:#006391; padding:10px 20px; text-decoration:none; border-radius:5px; }
.physician-row article a.read-more:hover{ color:#ffffff; background-color:#004261;}

.single-physicians .physician-row figure{ height:210px;}
.single-physicians .physician-row article{width:auto; float:none;}


.contact-address{ width:100%; float:left;} 
.contact-address h4{ padding:0; margin:0; font-size:17px; line-height:24px; color:#363636; font-weight:normal;font-family:"ProximaNova-Regular";}
.contact-address h5{ padding:0 0 0 30px; margin:0;font-family:"ProximaNova-Regular";}
.contact-address h5 strong{ padding:0; margin:0;font-size:17px; line-height:27px; color:#363636; position:relative; font-weight:normal; display:block; position:relative; }
.contact-address h5 strong:nth-child(1):before{ background-image:url(../images/phone-icon.png); background-repeat:no-repeat; position:absolute; content:""; z-index:999; width:18px; height:18px; margin:5px 0 0 -30px;}
.contact-address h5 strong:nth-child(2):before{ background-image:url(../images/fax-icon.png); background-repeat:no-repeat; position:absolute; content:""; z-index:999; width:18px; height:18px; margin:5px 0 0 -30px;}

table.office-hours{ width:100%;}
table.office-hours tr td{ padding:5px 10px;}
table.office-hours tr:nth-child(odd){ background-color:#ececec;}
table.office-hours tr:nth-child(even){ background-color:#ffffff;}
/**********Inner Page Css**********/


/**********Contact Form Css**********/
.wpcf7-form{ width:100%; float:left; background-color:#e3efd0; border-radius:0 0 5px 5px; margin-bottom:30px;}
.wpcf7-form header{ width:100%; float:left; background-color:#72ad16; padding:15px 20px; border-radius:5px 5px 0 0;}
.wpcf7-form header h2{ padding:0; margin:0; font-size:21px; color:#ffffff;}
.wpcf7-form section{ width:100%; float:left; padding:20px;}
.wpcf7-form .form-row{ width:100%; float:left; margin:0 0 10px 0;}
.wpcf7-form .form-row-left{ width:30%; float:left;}
.wpcf7-form .form-row-right{ width:70%; float:left;}
.wpcf7-form label{ font-size:16px; color:#006391; padding:0; margin:0; font-family:"ProximaNova-Semibold";}
.wpcf7-form label span{ color:#a11e23;}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form select 
{ width:100%; float:left; padding:0 10px; margin:0; border-radius:5px; background-color:#ffffff; border:solid 1px #c7dea1; outline:none; height:32px; line-height:32px;  
box-shadow:0px 0px 5px #c7dea1;}
.wpcf7-form textarea{ width:100%; float:left; padding:10px; margin:0; border-radius:5px; background-color:#ffffff; border:solid 1px #c7dea1; outline:none; padding:0 10px; height:140px; 
box-shadow:0px 0px 5px #c7dea1;}
.wpcf7-form input[type="submit"]{ background-color:#72ad16; border-radius:5px; padding:10px 30px;font-family:"ProximaNova-Semibold"; border:0; outline:none; font-size:21px; text-transform:uppercase; color:#ffffff; line-height:normal;box-shadow:0px 0px 5px #c7dea1;}
.wpcf7-form input[type="submit"]:hover{ background-color:#58880d;}
.wpcf7-form .radio-buttons input[type="radio"]{ padding:0; margin:7px 0 0 0; float:left;}
.wpcf7-form .radio-buttons span.wpcf7-list-item-label{ float:left;margin:0 40px 0 5px;}
.wpcf7-form .form-terms{ width:84%; margin:0 auto;}
.wpcf7-form h4{ font-size:15px; padding:0; margin:30px 0 10px 0; text-align:center; width:100%; float:left; }
.wpcf7-form h5{ font-size:13px; padding:0; margin:0 0 10px 0; text-align:center; width:100%; float:left; color:#363636; line-height:18px; font-weight:normal;  }
.wpcf7-form h6{ font-size:13px; padding:0; margin:0 0 10px 0; text-align:center; width:100%; float:left; color:#ed1c24; line-height:18px; font-weight:normal;  }
/**********Contact Form Css**********/


/*********Video pop-up box**********/
.button { width: 150px; padding: 10px; background-color: #FF8C00; box-shadow: -8px 8px 10px 3px rgba(0,0,0,0.2); font-weight:bold; text-decoration:none; } 
#cover{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.6); z-index:5; width:100%; height:100%; display:none; }
#loginScreen {background-color: transparent; width:60%; border: none; display: none; position: absolute; z-index: 9999; left:20%; top:15%; border:0;} 
.loginScreen-in{width:580px; margin:0 auto; position:relative;}
#loginScreen:focus,
#loginScreen:hover{ outline:none!important;}
#loginScreen:target, #loginScreen:target + #cover{ display:block; opacity:2; }
.cancel {
    background-color:#000;
	width:20px; height:20px;
    border-radius: 20px;
	line-height:18px;
	color:#fff;
	border:solid 2px #fff;
	box-shadow:#0px 0px 5px #000;
    display: block;
    font-size: 24px;
    font-weight: bold;    
    position: absolute;
    right: -10px;
    text-align: center;
    text-decoration: none;
    top: -10px;
   }
.cancel:hover{ color:#fff;box-shadow:#0px 0px 10px #000; text-decoration:none;}
#loginScreen header{ text-align:center;}
#loginScreen .wpcf7-form .radio-buttons span.wpcf7-list-item-label{ margin:0 20px 0 5px;}
.main-doctor {width:100%; float:left; text-align:center;}
.main-doctor section{ padding:0; margin:0;}
.main-doctor section article{ width:25%; float:left; padding:10px; text-align: center;}
.main-doctor section article img{ width:110px; border:solid 1px #cacaca; padding:5px; background-color:#fff;}
/*********Video pop-up box**********/



strong{ font-weight:normal;font-family:'ProximaNova-Bold'; }


@media (max-width: 767px) {
.navbar-inverse{ margin:0;}
.navbar-toggle{ background-color:#000000;}
.navbar-inverse .navbar-nav > li > a{ font-size:20px; padding:10px;}
.navbar-collapse{ border:none;}
.logo{ text-align:center; width:100%;}
.top-contact{ text-align:center;}
.footer-col-1{ width:100%;}
.footer-col-2{ width:100%;}
.footer-col-3{ width:100%;}
.footer-col-4{ width:100%;}
.footer-col-5{ width:100%;}
.footer-col-6{ width:100%;}
.footer-contact{ text-align:left;}
.footer-logo{ text-align:left;}
.footer-detail ul{ margin-bottom:15px;}
.footer-contact h5{ padding:0 30px;}
.banner img{ width:100%;}
.sponsors img{ margin:15px;}
.main-left{ margin-bottom:30px;}

.physician-row figure{ height:210px; width:180px;} 
.physician-row article{width:auto; float:none;}
.wpcf7-form .form-row-left {  float: left;  width: 100%;}
.wpcf7-form .form-row-right {  float: left;  width: 100%;}
.Besttimetocall {float: left; width: 100%;}
.Besttimetocall .wpcf7-radio{float: left; width: 100%;}
.Besttimetocall .wpcf7-radio .wpcf7-list-item {float: left; width: 100%;}
.book-onilne span:nth-child(2){ float:left; margin-left:5px;}

.middle-nav{ width:100%; height:auto;}
.middle-nav ul li{ width:50%; text-align:center;}
.middle-nav ul li a{ font-size:14px; height:auto; line-height:normal; width:100%; padding:10px 0;}
.language-option{ width:100%; text-align:center;}
.language-option #google_language_translator{ text-align:center;}
 #loginScreen{ left:5%; width:90%;}
 .loginScreen-in{ width:100%;}
.main-doctor section article{ width:50%;}
}
@media (max-width: 479px) {
.logo img{ width:100%;}
.contact-doctors-now,
.patient-secure-portal,
.patient-quick-links h3{ padding:15px 11px; font-size:16px;}
.castle-connolly img{ width:100%; }

}
@media (min-width: 768px) and (max-width: 991px) {
.navbar-inverse .navbar-nav > li > a{ font-size:16px; padding:20px 9px;} 
.logo img{ width:100%;}
.footer-col-1{ width:20%;}
.footer-col-2{ width:20%;}
.footer-col-3{ width:20%;}
.footer-col-4{ width:20%;}
.footer-col-5{ width:20%;}
.footer-col-6{ width:100%;}
.banner img{ width:100%;}
.middle-nav{ width:100%;}
.middle-nav ul li a{ font-size:12px; padding:0 11px;}
.language-option{ width:100%; text-align:center;}
.language-option #google_language_translator{ text-align:center;}
.sponsors img { margin: 0 18px;}
.contact-doctors-now,
.patient-secure-portal,
.patient-quick-links h3{ padding:15px 11px; font-size:16px;}
.castle-connolly img{ width:100%; }
.physician-row figure{width:38%;} 
.physician-row article{width:62%;}
.wpcf7-form .form-row-left {  float: left;  width: 100%;}
.wpcf7-form .form-row-right {  float: left;  width: 100%;}
.book-onilne span:nth-child(1){ font-size:15px; padding:10px;} 
#loginScreen{ left:5%; width:90%;}
}
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-inverse .navbar-nav > li > a{ font-size:16px; padding:20px 26px;}
.banner img{ width:100%;}
.middle-nav{ width:82%;}
.language-option{ width:18%;}
.middle-nav ul li a{ font-size:12px; padding:0 14px;}
.sponsors img { margin: 0 37px;}
.contact-doctors-now,
.patient-secure-portal,
.patient-quick-links h3{ padding:15px 18px; font-size:21px;}

}

@media (min-width: 1200px) {}

