body {
	font-family: Ubuntu, sans-serif;
	background: #fff;
	color: #606060;
	font-size: 14px;
}
.wow:first-child {
    visibility: hidden;
}
.header {
    min-height: 160px;
    padding: 32px 0 18px;
    border-bottom: 1px solid #3f99d5;
}
.header .nav {
    margin-top: 30px
}
.header .nav>li>a {
	font-size: 13px;
	color: #000;
	border-top: 2px solid #000;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	text-transform: uppercase;
}
.header .nav>li>a:hover,
.header .nav>li>a:focus {
    background: 0 0;
    color: #3F99D5;
    border-color:#3F99D5;
}
.header .nav-pills {
    float: right
}
.header .nav-pills>li>a {
    border-radius: 0;
}
.header .nav-pills>li+li {
    margin-left: 0;
}
.header .nav-pills>li.active>a,
.header .nav-pills>li.active>a:hover,
.header .nav-pills>li.active>a:focus {
    background: 0 0;
    color: #3F99D5;
    border-color:#3F99D5;
}
.header .social {
    position: absolute;
    top: -20px;
    right: 15px;
}
.header .social .fa {
    font-size: 32px;
}
.header .social a {
    text-decoration: none;
}
.menu {
    margin-bottom: 10px;
}
.menu .navbar-brand {
    width: 100%;
    min-height: 90px;
}
.menu .navbar-brand img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#side-menu {
    position: absolute;
    top: 40px;
    right: -32px;
    z-index: 1150;
    text-transform: uppercase;
    padding: 3px 8px 0 0;
    width: 100px;
    min-height: 35px;
    line-height: 35px;
    background: #3f99d5;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 10px 10px 0 0;
}
#side-menu span {
	line-height: 35px;
	float: right;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	padding-right: 8px;
	color: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
#close-side-menu {
    border: none;
    background: #1b547a;
    color: #fff;
    padding: 5px 20px;
    font-weight: 600;
    float: right;
}
#close-side-menu:hover {
    background: #3f99d5;
}
.sidr {
    background: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidr .side-nav-logo {
    padding: 15px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
.sidr ul {
    border: none;
    padding-top: 50px;
}
.sidr ul li {
    border-top: 1px solid #3f99d5;
    border-bottom: none;
}
.sidr ul li a,
.sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #1b547a;
}
.sidr ul li:last-child {
    border-bottom: 1px solid #3f99d5
}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
    background: #1b547a;
    color: #fff;
    border-top: 1px solid #1b547a;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidr ul.nav-pills {
    padding-left: 50px;
}
.sidr ul.nav-pills li {
    border: none!important;
}
.sidr ul.nav-pills li a {
    padding: 10px 20px;
}
.slidr .carousel .item img {
    width: 100%;
}
.slidr .carousel-control {
    background: #3f99d5;
    width: 50px;
    height: 50px;
    top: 38%;
}
.btn-site {
    background-image: -webkit-linear-gradient(#82c5f2, #3f99d5 50%, #82c5f2);
    background-image: -o-linear-gradient(#82c5f2, #3f99d5 50%, #82c5f2);
    background-image: linear-gradient(#82c5f2, #3f99d5 50%, #82c5f2);
    background-repeat: no-repeat;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff82c5f2', endColorstr='#ff82c5f2', GradientType=0);
    min-width: 150px;
    color: #fff;
    text-transform: uppercase;
}
.btn-site:hover {
    background-image: -webkit-linear-gradient(#82c5f2, #3f99d5 60%, #82c5f2);
    background-image: -o-linear-gradient(#82c5f2, #3f99d5 60%, #82c5f2);
    background-image: linear-gradient(#82c5f2, #3f99d5 60%, #82c5f2);
    background-repeat: no-repeat;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff82c5f2', endColorstr='#ff82c5f2', GradientType=0);
    color: #fff;
}
.intro {
    padding: 20px 0;
    background: #e9e9e9;
}
.intro .box .title {
    background: #3f99d5;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
}
.intro .box .matter {
    background: #fff;
}
.intro .box .matter .thumbnail {
    margin: 24px 0 24px 15px;
}
.intro .box .matter p {
    padding: 18px 20px 18px 0;
    font-size: 16px;
    line-height: 23px;
}
.intro .box form {
    padding: 10px 20px;
}
.intro .box form .btn-site {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.intro .box .form-control {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, .1);
}
.intro .box .form-group {
    margin-bottom: 10px;
}
.intro .box .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    height: auto;
    max-height: 79px;
}
.intro .box .wpcf7-form-control-wrap .wpcf7-form-control:focus:focus {
    border-color: #3f99d5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(63, 153, 213, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(63, 153, 213, .6);
}
.team-fea {
    padding: 20px 0
}
.team-fea .featured .thumbnail {
    border-radius: 0;
    border: 1px solid #3f99d5;
    background: 0 0;
    padding: 0;
}
.team-fea .featured .thumbnail img {
    width: 100%;
  min-height:263px;
  max-height:263px;
}
.team-fea .featured .thumbnail .caption {
    background: #3f99d5;
    min-height: 51px;
    line-height: 51px;
    padding: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.team-fea .featured .thumbnail .caption .ico {
    background: url(../img/title-strip.jpg) left top no-repeat;
    width: 37px;
    height: 51px;
    float: left;
    margin-right: 10px;
}
.team-fea .team h3 {
    color: #0d0d0d;
    border-bottom: 2px solid #3f99d5;
    padding: 0 0 10px;
    margin: 15px 0;
    float: left;
    text-transform: uppercase;
}
.team-fea .team .thumbnail {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #0d0d0d;
    color: #0d0d0d;
    background: 0 0;
    padding: 0;
    margin-bottom: 0;
}
.team-fea .team .thumbnail:before,
.team-fea .team .thumbnail:after {
    content: " ";
    display: table;
}
.team-fea .team .thumbnail:after {
    clear: both;
}
.team-fea .team .thumbnail img {
    float: left;
}
.team-fea .team .thumbnail .caption {
    background: 0 0;
    text-align: center;
    padding: 0;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.team-fea .team .thumbnail .caption span {
    display: block;
}
.team-fea .team .thumbnail .caption span.name {
    color: #3f99d5;
}
.team-fea .team .thumbnail .caption span.desg {
    color: #0d0d0d;
}
.btn-nlink {
    color: #fff;
    background-color: #247cb6;
    border-color: transparent;
    margin: 5px 0;
}
.btn-nlink:hover,
.btn-nlink:focus,
.btn-nlink:active,
.btn-nlink.active,
.open>.dropdown-toggle.btn-nlink {
    color: #fff;
    background-color: #1c5f8b;
    border-color: transparent;
}
.btn-nlink:active,
.btn-nlink.active,
.open>.dropdown-toggle.btn-nlink {
    background-image: none;
}
.btn-nlink.disabled,
.btn-nlink[disabled],
fieldset[disabled] .btn-nlink,
.btn-nlink.disabled:hover,
.btn-nlink[disabled]:hover,
fieldset[disabled] .btn-nlink:hover,
.btn-nlink.disabled:focus,
.btn-nlink[disabled]:focus,
fieldset[disabled] .btn-nlink:focus,
.btn-nlink.disabled:active,
.btn-nlink[disabled]:active,
fieldset[disabled] .btn-nlink:active,
.btn-nlink.disabled.active,
.btn-nlink[disabled].active,
fieldset[disabled] .btn-nlink.active {
    background-color: #247cb6;
    border-color: transparent;
}
.btn-nlink .badge {
    color: #247cb6;
    background-color: #fff;
}
.cust {
    text-align: center;
}
.cust .title {
    background: #3f99d5;
    color: #fff;
    padding: 19px 0 16px;
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, .3);
}
.cust p {
    font-size: 16px;
    color: #0c5a8e;
    line-height: 30px;
    font-weight: 500;
}
.footer {
    color: #fff;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #1E3899;
}
.footer .quick-links {
    padding: 20px 0 0;
    background: #3f99d5;
}
.footer .quick-links .box {
    /* min-height: 200px; */
}
.footer .quick-links .box .title {
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 20px;
}
.footer .quick-links .box .title::before {
    content: "||";
    position: absolute;
    color: #0d0d0d;
    margin-left: -20px;
}
.footer .quick-links .box.links ul li {
    min-width: 140px;
    padding-left: 30px;
}
.footer .quick-links .box.links ul li::before {
    position: absolute;
    content: "";
    background: url(../img/bullet.png) left top no-repeat;
    width: 9px;
    height: 9px;
    margin-left: -20px;
    margin-top: 7px;
}
.footer .quick-links .box.addr h3 {
    margin: 0 0 10px;
    font-size: 16px;
}
.footer .quick-links .box.addr ul li {
    margin-bottom: 5px;
}
.footer .quick-links .box.addr ul li img {
    margin-right: 5px;
}
.footer .quick-links .adv {
    background: #0c5a8e;
    font-family: 'Sansita One', cursive;
    padding: 30px 0;
    display: block;
    font-size: 35px;
    text-align: center;
    text-shadow: 2px 3px 0 #0c5a8e, 3px 4px 0 rgba(255, 255, 0, .5);
}
.footer .credits {
    background: #0c5a8e;
    min-height: 100px;
    text-align: center;
}
.footer .credits p {
    display: block;
    margin-bottom: 0;
    padding: 25px 0;
    line-height: 24px;
}
.footer .advrt {
    position: absolute;
    margin-top: -80px;
    padding-left: 20px;
    width: 100%;
}
.footer .advrt img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer .table tr td {
    padding-top: 2px;
    padding-bottom: 2px;
}
.contact-us .well {
    border: none;
    background: 0 0;
    box-shadow: none;
}
.contact-us .well .form-group label {
    font-weight: 400!important;
}
.contact-us .well .wpcf7-form-control-wrap .wpcf7-form-control {
    background-color: transparent;
    color: #fff;
}
.contact-us .well .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    height: auto;
    max-height: 184px;
}
.contact-us .well .wpcf7-form-control-wrap .wpcf7-form-control:focus:focus {
    border-color: #3f99d5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(63, 153, 213, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(63, 153, 213, .6);
}
.contact-us .well .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.contact-us .well .wpcf7-form-control-wrap .wpcf7-form-control::-ms-input-placeholder {
    color: #999;
}
.contact-us .well .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder {
    color: #999;
}
.contact-us .well .btn-site {
    min-width: 175px;
    float: right;
}
.contact-us .well .wpcf7-validation-errors {
    color: red !important;
}
.page-content {
    padding-bottom: 30px;
    min-height: 425px;
}
.page-content .page-header {
    border-bottom: 2px solid #3f99d5;
}
.page-content .page-header h1 {
	font-weight: 700;
	color: #3f99d5;
}


h1 {
	font-weight: 700;
	color: #3f99d5;
}


.page-content a {
	color: #3f99d5;
	text-decoration: none;
}
.page-content a:hover {
	color: #3f99d5;
	text-decoration: underline;
}
.page-content address h3 {
    font-weight: 700;
    font-size: 24px;
}
.page-content .screen-reader-response,
.page-content .wpcf7-not-valid-tip,
.page-content .wpcf7-validation-errors {
    color: red!important;
}
.ngg-gallery-thumbnail-box {
    margin: 0 10px 10px!important;
}
.ngg-gallery-thumbnail img {
    background: #3f99d5!important;
    border: none!important;
}
.ngg-gallery-thumbnail img:hover {
    background: #69afde!important;
}
.ngg-album-compact p {
    display: none!important
}
.ngg-album-compact h4 .ngg-album-desc {
    font-size: 24px;
    text-align: center;
    color: #3f99d5;
}
.service-grid [class*=col-lg-]:nth-child(2n+7) {
    background: #67ccf5;
}
.service-grid [class*=col-lg-]:nth-child(2n+6) {
    background: #7dd3f7;
}
.service-grid [class*=col-lg-]:nth-child(2n+5) {
    background: #93dbf8;
}
.service-grid [class*=col-lg-]:nth-child(2n+4) {
    background: #a8e2f9;
}
.service-grid [class*=col-lg-]:nth-child(2n+3) {
    background: #bee9fb;
}
.service-grid [class*=col-lg-]:nth-child(2n+2) {
    background: #d4f0fc;
}
.service-grid [class*=col-lg-]:nth-child(2n+1) {
    background: #e9f8fe;
}
.service-grid [class*=col-lg-] {
    min-height: 270px!important;
    padding: 12px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .header {
        min-height: 100px;
    }
    .header .logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .header .nav {
        margin-top: 10px;
    }
    .header .nav-pills {
        float: none!important;
        margin-left: 20%;
    }
    .footer .advrt {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .header {
        min-height: 100px;
    }
    .slidr .carousel-control {
        display: none;
    }
    .intro .box {
        margin-bottom: 20px
    }
    .intro .box .matter img {
        display: none;
    }
    .intro .box .matter p {
        padding: 20px;
    }
    .footer .credits p {
        line-height: 30px;
    }
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
  border:none;
  
}
.doc-our {
    border-bottom: 1px solid;
    color: #000;
    display: inline;
    float: left;
    font-family: arial;
    font-weight: bold;
    margin: 13px 0;
}
.team-fea .carousel-control{
  background:none;
  width: 3%;
}
.table {
    margin-bottom: 0;
    font-size: 12px;
    margin-bottom: 22px;
}
.oscitas-bootstrap-container{
font-size: 17px;}
.oscitas-bootstrap-container .fa-medkit{
margin: 0px 10px 0px 0px;
}
.oscitas-bootstrap-container td:hover {
	
	color:#3f99d5;
	font-size: 17px;
  
}
.oscitas-bootstrap-container td:hover .fa-medkit {
  color:#0D9F4C;
  font-size: 17px;
  
}
/*  dr blog */
.dr_img
{
  float:left;
  width:30%;
}
.dr_img img
{
  float:left;
  width:100%;
}
.dr_txt font {
  color:#3f99d5;
  float:left;
  font-size:16px;
  width:100%;
}
.dr_txt h5
{
  color:#000;
  float:left;
  font-size:16px;
  width:100%;
  font-style:italic;
  
}
.nav > li > a {
        padding: 10px 8px;
}
.dr_txt 
{
  float:left;
  width:70%;
  /*padding-top:23%;*/
  padding-top: 10%;
  padding-left:10px;
  
}
.blog-main-txt
{
  border-bottom:2px solid #000;
  float:left;
  width:100%;
} 
@media (max-width:980px)
{
  .doc-our 
  {
   float:left;
  width:100%;
}
.header .nav-pills{
  margin-left:0;
}
.nav > li > a {
        padding: 10px 7px;
}
}
