@import url('normalize.css');

/*
	Theme Name: DENTAL
	Created : July 31th 2017 
	Updated : None
	Version: 1.0

*/

/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	
    ## Main CSS RESET
    ## HTML <h1> to <h6> Tags
    ## BASIC HTML STRUCTURE CSS STYLES
	  ## TOP HEADER
    ## NAVBAR
    ## CAROUSEL
    ## SLIDES BACKGROUNDS
    ## HOME PAGE
    ## TESTIMONIALS
    ## CONTACT
    ## CARDS
    ## PAGES
    ## GALLERY
    ## ABOUT US
    ## FAQ
    ## 404 ERROR
    ## CAREERS
    ## PRICING
    ## FOOTER
    ## PROFILE
    ## BOOTSTRAP RESET
    ## SCROLLING TOP
    ## FOOTER
    ## MEDIA QUERIES - RESPONSIVE
*/

/*------------------------------
--- Main CSS Reset ---
------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, members, summary,
time, mark, audio, video {
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    line-height: 2;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}

body, html {
    height: 100%;
}   

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* ==========================================================================
   #HTML <h1> to <h6> Tags
   ========================================================================== */
h1{font-size: 35px;}

h2{font-size: 30px; color: #609DE8; line-height: 1;  text-align: center; font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;}

h3{font-size: 23px; line-height: 1.3; font-weight: 600; color:#595959;}

h4{font-size: 20px;}

h5{font-size: 15px;}

h6{font-size: 10px;}

p{font-size: 14px; color: #999; text-align: left;}

/* ==========================================================================
   #BASIC HTML STRUCTURE CSS STYLES
   ========================================================================== */
.wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main{
    margin-top: 30px;
}

.main-full{
    margin-top: 30px;
    background-color: #F2F2F2;
    border-top: solid 1px #F2F2F2;
    border-bottom: solid 1px #F2F2F2;
}


.main-colored .row .col-md-4{
    margin-bottom: 20px;
}

.content{
  padding: 0px 15px 0px 15px;
  margin-right: auto;
  margin-left: auto;
}

.section{
    padding: 40px 0px 40px 0px;
}

.members{
    padding: 40px 0px 40px 0px;
    background-color: #F4FaFe;
}

hr.short{
	width: 80px;
    border-top: 3px solid #609DE8;
    margin: 15px 0px 20px 0px;
}

hr.white{
	width: 100%;
    border-top: 2px solid #FFF;
    margin: 5px 0px 20px 0px;
}

hr.thin{
	width: 100%;
    border-top: 1px solid #FFF;
    margin: 2px 0px 2px 0px;
}

/* ==========================================================================
   #TOP HEADER
   ========================================================================== */
.top-header{
    background-color: #FFF;
    height: 40px;
}

.social{
    float: right;
}

.social-icons{
    display: inline-block;
    margin-right: 5px;
}
.top-content{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 15px 6px 15px;
}

.top-info{
    float: left;
    margin-left: 8px;
}

.top-info p{
    color: #FFF;
}

/* ==========================================================================
   #NAVBAR
   ========================================================================== */
@media(min-width:768px) {
  .navbar-default {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 15px 0;
    /* Add additional styles here for the UNCOLLAPSED state */
  }
  .navbar-default.affix {
    padding: 5px 0;
    /* Add additional styles here for the COLLAPSED state */
  }
}

.navbar-fixed-top {
  top: 0px;  
}

.main-nav{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-default{
    background-color: #FFF;
    border-color: transparent;
    box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-nav > li > a {
    color: #609DE8;
    font-weight:600;
    font-size: 15px;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    transition-property: color;
    transition-duration: 0.4s;
    padding-left: 10px;
}

.navbar-brand img{
    width: 275px;
    margin-top: 0;
    border-radius: 0;
}

.navbar-brand{
    margin-top: -70px;
    padding-left: 0px;
}

.navbar-brand h2{
    font-size: 22px;
    color: #333;
    font-weight: 600;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navbar-brand P{
    font-size: 13px;
    color: #999;
    margin-left: 52px;
    margin-top: -23px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #609DE8;

}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #609DE8;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #609DE8;
    background-color: transparent;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

/* Mobile version */
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    color: red;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #3ab3df;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    z-index: 1;
    border: none;
    border-top: solid 2px #BDE4DA;
}
/* ==========================================================================
   #	
   ========================================================================== */
#first-slider .main-container {
  padding: 0;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #FFF;
    font-size: 60px;
    text-transform: uppercase;
    font-weight:700;
    text-align: center;
    padding-top: 40px;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #FFF;
    text-transform: uppercase;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}
#first-slider .carousel-indicators {
  bottom: 0;
}
/* #first-slider  */.carousel-control.right,
/* #first-slider  */.carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 850px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.carousel-inner .item .content{
    top: 45%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.carousel-inner .item .content p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    width: 90%;
    text-align: right;
}

.carousel-inner .item .content .btn-default {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  border-radius: 0px;
  font-size: 15px;
  -webkit-transition-property: width; /* Safari */ 
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-property: background;
  transition-duration: 0.4s;
}
.carousel-inner .item .content .btn-default:focus,
.carousel-inner .item .content .btn-default.focus {
  color: none;
  background-color: none;
  border-color: none    ;
}
.carousel-inner .item .content .btn-default:hover {
  color: #FFF;
  background-color: #FFC428;
  border-color: #FFC428;
}

#first-slider h3{
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#first-slider h4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#first-slider h2 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}
#first-slider h1 {
  text-align: left;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .carousel-indicators li,
#team-carousel .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #FFF;
    border:none;
}
#team-carousel .carousel-indicators li {
    background-color: #F2F2F2;
}

#first-slider .carousel-indicators .active,
#team-carousel .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #609DE8;
    border:none;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
  width: auto;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    font-size: 60px;
    color: #609DE8;
    border-radius: 53px;
    padding-top: 30px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    font-size: 60px;
    color: #609DE8;
    border-radius: 53px;
    padding-top: 30px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slider-text{
    background: #DDD;
    float: left;
}
#team-carousel .card-col {
	min-height: 440px;
}

/* ==========================================================================
   #SLIDES BACKGROUNDS
   ========================================================================== */
#first-slider .slide1 {
    background-image: url(../img/slides/Motiv1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
    background-image: url(../img/slides/Motiv2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
    background-image: url(../img/slides/Motiv3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
    background-image: url(../img/slides/Motiv4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


/* ==========================================================================
   #HOME PAGE
   ========================================================================== */
.front-panel{
    width: 100%;
    height: 260px;
    background: #609DE8;
    padding: 20px 20px 40px 20px;
    color: #FFF;
    transition: 0.3s;
}

.front-panel-not{
    width: 100%;
    height: 50px;
    background: #609DE8;
    padding: 10px 20px 20px 30px;
    color: #FFF;
    transition: 0.3s;
}

.front-panel p, .front-panel-not p{
    color: #FFF;
    text-align: left;
    font-size: 16px;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.front-panel-not:hover{
   background: red; 
}

.front-label h3{
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.front-panel h4{
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #FFF;
    font-weight: 700;
}

.front-panel p{
    color: #FFF;
    text-align: left;
    font-size: 17px;
    margin-top: -5px;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.services{
    padding: 40px 15px 40px 15px;
    
}

.services h4{
    text-align: center;
    text-transform: uppercase;
}

.services p{
    text-align: center;
}

.icon{
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    background-color: #609DE8;
    border-radius: 50%;
    position: relative;
}

.icon img{
    width: 50px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.people {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.people img{
    width : 200px;
    height: 200px;
    border-radius: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.social-top{
    margin-top: 3px;
}

.social-icons .fa{
    font-size: 16px;
    color: #fff;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    transition-property: color;
    transition-duration: 0.6s;  
}

.social-icons .fa:hover{
    font-size: 16px;
    color: #84BFB9;
}

.panel-right{
    background: #f2f2f2;
    height: 480px;
    padding: 20px;
}

.panel-right p{
    text-align: left;
    width: 80%;
    margin-bottom: 15px;
}

.panel-right h4{    
    width: 80%;
    line-height: 1.2;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.panel-left-1, .panel-left-2, .panel-left-3, .panel-left-4, .panel-left-5, .panel-left-6 {
    background-image: url(../img/praxis/1.jpg);
    /* Set a specific height */
    min-height: 482px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.panel-left-2{
    background-image: url(../img/praxis/2.jpg);
}

.panel-left-3{
    background-image: url(../img/praxis/3.jpg);
}

.panel-left-4{
    background-image: url(../img/praxis/4.jpg);
}

.panel-left-5{
    background-image: url(../img/praxis/5.jpg);
}

.panel-left-6{
    background-image: url(../img/praxis/6.jpg);
}


.about .row .col-md-6{
    margin: 0px;
    padding: 0px;
}

.checklist{
    margin-top: 20px;
}

.checklist p{
    margin-bottom: 10px;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.checklist .fa{
    color: #3ab3df;
}

p.subtitle{
    text-align: center;
    margin-bottom: 15px;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

p.subtitle_min{
    text-align: center;
    margin-bottom: 2px;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.btn-information{
    margin-top: 30px;
}
  
/* ==========================================================================
   #TESTIMONIALS
   ========================================================================== */ 
.gallery-cell {
  width: 100%;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: auto;
}

.avatar {
  width: 170px;
  border-radius: 50%;
  border: solid 3px #BDE4DA;
}

.testimonial-quote {
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0;
  color: #666;
  line-height: 1.5;
  font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: auto;
}

.author {
  display: block;
  font-weight: 700;
  color: #333;
  font-size: 20px;
  margin-bottom: 40px;
}

.flickity-page-dots .dot.is-selected {
  background: #BDE4DA
}

.testimonials{
  padding: 0px 15px 30px 15px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

/* ==========================================================================
   #CONTACT
   ========================================================================== */
.contact{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info{
    padding: 40px 30px 0px 30px;
    text-align-last: left;
}

.contact-info h3, h4, p{
    text-align: left;
}

.span-address{
    clear: both;
    margin-bottom: 10px;
}

.span-icon{
    float: left;
    margin-right: 25px;
    width: 30px;
    height: 70px;
}

.contact-form{
    padding: 0px 15px 40px 15px;
    margin-right: auto;
    margin-left: auto;
    background: transparent;
}

.span-info h4{
    line-height: 1.2;
    font-size: 16px;
    padding-top: 5px;
    font-weight: 600;
}

.span-icon .fa{
    color: #ffd11a;
}

.contact-opcions{
    height: 140px;
    background-color: #f2f2f2;
    border-bottom: solid 1px #ddd;
    margin-top: -10px;
}

#message-warning, #message-success {
   display: none;
	background: #0F0F0F;
	padding: 24px 24px;
	margin-bottom: 36px;
   width: 65%;
   margin-left: 26%;
}
#message-warning { color: #D72828; }
#message-success { color: #11ABB0; }

#message-warning i,
#message-success i {
   margin-right: 10px;
}


.location{
    height: 70px;
}

.fa-icon{
    margin-right: 15px;
    float: left;
}

.fa-icon .fa{
    color: #84BFB9;
    font-size: 60px;
}

.fa-detail h5{
    font-size: 16px;
    text-align: left;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #666;
}

.fa-detail p{
    text-align: left;
    line-height: 1.2;
    padding-top: 10px;
}

.form-group {
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
}

.input-group {
  position: relative;
}

.form-control {
  display: block;
  height: 36px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.input-group .form-control {
  position: relative;
  z-index: inherit;
  float: inherit;
  width: 100%;
  margin-bottom: 0;
}

.form-control:focus {
  border-color: #757575;
  outline: none;
  box-shadow: none;
}

label {
  position: absolute;
  top: -18px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.form-horizontal .control-label {
  position: relative;
  top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    font-size: 16px;
  }
}

.float-label {
  left: 0;
  top: 7px;
  font-size: 16px;
  pointer-events: none;
}


.form-control:focus ~ .float-label,
.form-control:valid ~ .float-label {
  top: -18px;
  font-size: 12px;
}

.form-control:focus ~ label {
  color: #03a9f4;
}
.form-control:focus ~ .form-bar:before,
.form-control:focus ~ .form-bar:after {
  background: #03a9f4;
}

.form-group .help-block {
  position: absolute;
}

.help-block {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 300;
}

.input-group-addon {
  border: none;
  background: transparent;
}

.input-group-addon,
.form-inline .input-group {
  display: table-cell;
}
.input-group-addon,
.input-group-btn {
  width: inherit;
}

.input-group {
  width: 100%;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    margin-top: 16px;
}
    
.input-group-btn,
.input-group .form-control,
.input-group-addon,
.form-inline .input-group {
    display: inline-block;
}
    
.input-group {
    width: auto;
  }
}

.form-bar {
  position: relative;
  display: block;
  width: 100%;
}

.form-bar:before,
.form-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}

.form-bar:before {
  left: 50%;
}

.form-bar:after {
  right: 50%;
}

.form-control:focus ~ .form-bar:before,
.form-control:focus ~ .form-bar:after {
  width: 50%;
}

.form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.4;
}

.form-control:focus ~ .form-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

.form-group.checkbox {
  margin-top: 20px;
}
.checkbox input[type='checkbox'] {
  height: 0;
  width: 0;
  opacity: 0;
}

.checkbox label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 10px;
  padding-left: 0;
}

.checkbox .chk-span {
  top: 0;
  border: 1px solid #5a5a5a;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 14px;
  margin: 0 14px 14px 1px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.checkbox .chk-span.checked {
  top: -2px;
  border-left: 2px solid #03a9f4;
  border-bottom: 4px solid #03a9f4;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-45deg) scaleY(0.5);
  -moz-transform: rotate(-45deg) scaleY(0.5);
  -ms-transform: rotate(-45deg) scaleY(0.5);
  -o-transform: rotate(-45deg) scaleY(0.5);
  transform: rotate(-45deg) scaleY(0.5);
}

.checkbox .chk-span.checked {
  border-left-color: #03a9f4;
  border-bottom-color: #03a9f4;
}

.checkbox input[type='checkbox']:focus ~ label {
  color: #03a9f4;
}

.checkbox input[type='checkbox']:focus ~ label .chk-span {
  border-color: #03a9f4;
}

.checkbox input[type='checkbox']:focus ~ label .chk-span.checked {
  border-left-color: #03a9f4;
  border-bottom-color: #03a9f4;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 5px;
  }
}

.form-control-static {
  font-size: 16px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-style: dashed;
}

#focusedInput {
  border-color: #ccc;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: none;
}

.contact p{
    text-align: center;
}

/* ==========================================================================
   #CARDS
   ========================================================================== */
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

img {
    border-radius: 5px 5px 0 0;
}

.box-card {
    padding: 12px 12px;
}

.box-card h4 {
    text-align: center;
    font-size: 22px;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.box-card h5 {
    text-align: center;
    color: #609DE8;
    font-size: 18px;
    margin-top: -10px;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.box-card p {
    text-align: center;
    line-height: 1.5;
}

.span-icons{
    width: 75px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.card-icons{
    display: inline-block;
    margin-right: 5px;
}

.card-icons .fa{
    font-size: 20px;
    color: #b3b3b3;
}


/* ==========================================================================
   #PAGES 
   ========================================================================== */
.pages{
    background: #F2F2F2;
    height: 300px;
    clear: both;
    border-bottom: solid 1px #ddd;
    position: relative;
}

.span-title{
   position: absolute; 
   bottom: 10px;  
}

.span-title h1{
   line-height: 1.5; 
    color: #666666;
    font-weight: normal;
}

.page-map{
    margin-top: -25px;
}

/* ==========================================================================
   #GALLERY
   ========================================================================== */
.magnific-img img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-radius: 0px;
}

.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* ==========================================================================
   #ABOUT US
   ========================================================================== */
.about-image img{
    width: 100%;
    border-radius: 0px;
}

.about-text h2{
    text-align: left;
}

.about-text p{
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
}

span-color{
    color: #3ab3df;
}

.values h3{
    margin-bottom: 10px;
    color: #3ab3df;
    font-weight: normal;
}

.values p{
    margin-bottom: 20px;
}

/* ==========================================================================
   #FAQ
   ========================================================================== */
button.accordion {
    background-color: #84BFB9;
    color: #FFF;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 0px;
}

button.accordion.active, button.accordion:hover {
    background-color: #609DE8;
}

button.accordion:after {
    content: '\002B';
    color: #FFF;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel{
    border: none;
    margin: 0px;
    border-bottom: solid 1px #FFF;
}

.panel p{
    text-align: left;
    padding: 20px 0px 20px 0px;
}

.support-block h3{
    color: #333;
    font-size: 20px;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.support-block hr{
   margin: 15px 0px 15px 0px;
}

p.help{
   margin-bottom: 20px;
}

/* ==========================================================================
   #404 ERROR
   ========================================================================== */
.span-error h2{
    color: #333;
    text-align: left;
    font-size: 200px;
    font-weight: 700;
}

.span-error p{
    margin-bottom: 10px;
}

/* ==========================================================================
   #CAREERS
   ========================================================================== */
.careers-blocks{
    width: 100%;
    height: 120px;
    background-color: #F2F2F2;
    border-left: solid 3px #BDE4DA;
    padding: 30px 20px 30px 20px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.careers-blocks:hover{
    border-left: solid 4px #84BFB9;
}

.careers-blocks h3{
    color: #333;
    font-size: 22px;
    font-weight: normal;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.careers-blocks .fa{
    color: #609DE8;
}

.careers-blocks p{
    font-size: 16px;
}

/* ==========================================================================
   #PRICING
   ========================================================================== */
.span-pricing{
    max-width: 350px;
    height: 100%;
    background-color: #84BFB9;
    text-align: center;
    padding: 60px 0px 60px 0px;
    color: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
}

.center{
    background-color: #609DE8;
}


.span-pricing:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-color: #e6e6e6;
}

.span-pricing:hover h3{
    color: #333;
}

.span-pricing:hover h4{
    color: #333;
}

.span-pricing:hover p{
    color: #666;
}

.span-pricing:hover hr.pricing { 
  border-top: solid 1px #999;
}

.span-pricing:hover hr.list { 
  border-top: solid 1px #999;

}

.span-pricing:hover .btn-default {
  color: #FFF;
  background-color: #84BFB9;
  border-color: #84BFB9;
}

.span-pricing h3{
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    color: #FFF;
}

.span-pricing h4{
    font-size: 50px;
    line-height: 1.3;
    font-weight: 500;
    color: #FFF;
    text-align: center;
}

.span-pricing span{
    font-size: 14px;
    font-weight: normal;
}

.span-pricing price{
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
    margin-left: -15px;
    position: absolute;
}

.span-pricing p{
    font-size: 14px;
    line-height: 2;
    text-align: center;
    color: #FFF;
}

hr.pricing { 
  width: 60%;
  border: 0; 
  height: 1px; 
  border-top: solid 1px #FFF;
  margin: 10px auto 10px auto;
}

hr.list { 
  width: 50%;
  border: 0; 
  height: 1px; 
  border-top: solid 1px #FFF;
  margin: 5px auto 5px auto;
}

.span-pricing p.description{
    line-height: 1.5;
    font-size: 13px;
    padding: 10px 20px 10px 20px;
}

.span-pricing .btn {
  display: inline-block;
  padding: 8px 22px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
    margin-top: 20px;
}

.span-pricing .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #FFF;
}
.span-pricing .btn-default:focus,
.span-pricing .btn-default.focus {
  color: #333;
  background-color: #FFF;
  border-color: #FFF;
}
.span-pricing .btn-default:hover {
  color: #FFF;
  background-color: #84BFB9;
  border-color: #84BFB9;
}
.span-pricing .btn-default:active,
.span-pricing .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #FFF;
  border-color: #FFF;
}
.span-pricing .btn-default:active:hover,
.span-pricing .btn-default.active:hover,
.span-pricing .open > .dropdown-toggle.btn-default:hover,
.span-pricing .btn-default:active:focus,
.span-pricing .btn-default.active:focus,
.span-pricing .open > .dropdown-toggle.btn-default:focus,
.span-pricing .btn-default:active.focus,
.span-pricing .btn-default.active.focus,
.span-pricing .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #FFF;
  border-color: #FFF;
}
.span-pricing .btn-default:active,
.span-pricing .btn-default.active,
.span-pricing .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.span-pricing .btn-default.disabled:hover,
.span-pricing .btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.span-pricing .btn-default.disabled:focus,
.span-pricing .btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.span-pricing .btn-default.disabled.focus,
.span-pricing .btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #FFF;
}
.span-pricing .btn-default .badge {
  color: #fff;
  background-color: #FFF;
}

/* ==========================================================================
   #PROFILE
   ========================================================================== */
.avatar-profile img{
    width: 100%;
    border-radius: 0px;
}

.avatar-profile{
    margin-bottom: 15px;
}

.doctor-info h2{
    text-align: left;
    font-size: 20px;
    color: #666;
    font-weight: 600;
}

.doctor-info h3{
    color: #999;
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
}

.doctor-info h4{
    color: #666;
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
    font-weight: normal;
    line-height: 1;
}

.doctor-info .fa{
    color: #609DE8;
}

.sidebar{
    background-color: #F2F2F2;
    height: auto;
    border-radius: 5px;
    border: solid 1px #F2F2F2;
}

.doctor-stats{
    padding: 2px 20px 2px 20px;
    clear: both;
}

.doctor-stats hr{
    margin: 35px 0px 5px 0px;
    border-top: 1px solid #d9d9d9;
}

p.achievements{
    float: left;
}
p.count{
    float: right;
}

.doctor-profile {
    padding: 40px 0px 0px 0px;
}

/* ==========================================================================
   #BOOTSTRAP RESET
   ========================================================================== */
.btn-success {
  color: #fff;
  background-color: #609DE8;
  border-color: #609DE8;
  transition: 0.3s;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #84BFB9;
  border-color: #84BFB9;
}
.btn-success:hover {
  color: #fff;
  background-color: #84BFB9;
  border-color: #84BFB9;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #84BFB9;
  border-color: #84BFB9;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #84BFB9;
  border-color: #84BFB9;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #84BFB9;
  border-color: #84BFB9;
}
.btn-success .badge {
  color: #FFF;
  background-color: #84BFB9;
}

.contact .btn {
  display: inline-block;
  padding: 10px 24px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
    font-weight: 500;
}


.btn-information .btn {
  display: inline-block;
  padding: 10px 24px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 500;
}

.btn-default {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
.btn-default:focus,
.btn-default.focus {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
.btn-default:hover {
  color: #4a5b68;
  background-color: transparent;
  border-color: #4a5b68;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: transparent;
  border-color: #FFF;
}
.btn-default .badge {
  color: transparent;
  background-color: #FFF;
}

/* ==========================================================================
   #SCROLLING TOP
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(9, 92, 131, 1) url(../img/icons/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 5px;  
  background-color: #333;    
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  } 
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* ==========================================================================
   #FOOTER
   ========================================================================== */
footer{
    background: #F2F2F2;
    padding: 0px 0px 30px 0px;
}

.span-footer p{
    color: #999;
    line-height: 1.7;
    font-size: 15px;
}

h5.footer-title{
    color: #666;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.footer-below{
    background: #d9d9d9;
    padding: 10px 0px 10px 0px;
}

.footer-below p{
    text-align: center;
    color: #666;
}

.footer-thumbnail img{
    width: 100%;
    border-radius: 0px;
}

.span-footer .row .col-md-3{
    padding: 2px;
}

.span-footer .row{
    margin: 0px;
}

.social-footer{
    margin-top: 10px;
}

.social-footer .social-icons .fa{
    font-size: 20px;
    color: #609DE8;
    transition: 0.3s;
}

.social-footer .social-icons .fa:hover{
    font-size: 20px;
    color: #84BFB9;
}

.top-footer{
    background: #609DE8;
    width: 100%;
}

.top-btn{
    float: right;
    margin-top: -22px;
    margin-right: 20px;
}

.top-label h5{
    font-size: 22px;
    color: #FFF;
}

.top-footer .section{
    padding: 30px 0px 30px 0px;
}


/* ==========================================================================
   #MEDIA QUERIES - RESPONSIVE
   ========================================================================== */
@media (min-width: 1200px) {
  .content {
    width: 1200px;
  }
}

@media (max-width:1400px) {

    #first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #FFF;
    font-size: 40px;
    text-transform: uppercase;
    font-weight:700;
    text-align: center;
    padding-top: 40px;
}

.carousel-inner .item .content p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    width: 60%;
    margin:auto;
    text-align: center;
}

.panel-right p{
    text-align: left;
    width: 100%;
}

.panel-right h4{    
    width: 100%;
    line-height: 1.3;
    color: #999;
}
    
h2{
    font-size: 25px;
}
    
p.subtitle{
    font-size: 1px;
}
    
.services h4{
    font-size: 18px;
}

}
    
@media (max-width: 991px) {
    
h2{font-size: 25px; 
    color: #3ab3df; 
    line-height: 1;  
    text-align: center;
}
    
h3{
    font-size: 20px; 
    line-height: 1.3; 
    font-weight: 600; 
    color:#595959; 
}
    
.front-panel h4{
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
}

.front-panel{
    margin-top: 40px;
}
    
.front-label p{
    text-align: left;
    font-size: 14px;
}

.front-panel p{
    font-size: 14px;
    line-height: 2;
}
    
.navbar-brand img{
    width: 175px;
}

/*.navbar-brand{
    margin-top: -20px;
}*/

.navbar-brand h2{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
    
.navbar-brand P{
    font-size: 12px;
    color: #999;
    margin-left: 44px;
    margin-top: -20px;
}
    
.navbar-default .navbar-nav > li > a {
    color: #3ab3df;
    font-weight:500;
    font-size: 14px;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    transition-property: color;
    transition-duration: 0.4s;
    padding-left: 10px;
}

.nav > li > a {
    padding-right: 5px;
}
    
.navbar-fixed-top .content {
  padding-right: 30px;  
}
    
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    font-size: 35px;
    padding-top: 45px;
}

.carousel-inner .item .content p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
   
.services h4{
    font-size: 16px;
    margin-top: 5px;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
    
.avatar {
  width: 150px;
  border-radius: 50%;
  border: solid 3px #3ab3df;
}

.testimonial-quote {
  display: block;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 0;
  color: #666;
  line-height: 1.5;
}

.author {
  display: block;
  font-weight: 600;
  color: #3ab3df;
  font-size: 18px;
}
    
.panel-right{
    height: auto;
    padding: 50px 30px 50px 30px;
}

.panel-right p{
    text-align: left;
    width: 100%;
}

.panel-right h4{    
    width: 100%;
    line-height: 1.3;
}
    
.top-btn{
    float: none;
    margin-top: 0px;
    width: 165px;
    margin: auto;
    margin-top: 15px;
}
    
.top-btn p{
     text-align: center;   
}

.top-label h5{
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 1.3;
}
     
.footer-colunm{
    margin-bottom: 30px;
}
    
h5.footer-title{
    margin-bottom: 0px;
}

.contact-opcions{
    height: 100%;
}
    
.contact-opcions .content{
    padding-top: 30px;
}

.location{
    margin-bottom: 20px;
} 
    
.right{
    margin-top: 30px;   
}
.span-error h2{
    text-align: center;
    font-size: 140px;
}

.span-error p{
    text-align: center;
}
    
.values{
    padding-top: 30px; 
}
    
.magnific-img {
    display: inline-block;
    width: 49%;
}
    
.support-block{
    padding-top: 40px;
}
    
 /*===== PRICING =====*/ 
.span-pricing h4{
    font-size: 40px;
}
    
.span-pricing price{
    font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
    margin-left: -15px;
    position: absolute;
}
    
.btn-lg {
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.careers-blocks h3{
    font-size: 20px;
}
    
.fa-icon .fa{
    color: #84BFB9;
    font-size: 50px;
}
    
.fa-detail h5{
    font-size: 16px;
    text-align: left;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #666;
}

.fa-detail p{
    text-align: left;
    line-height: 1.2;
    padding-top: 5px;
}
    
}

@media (max-width: 767px) {
h2{font-size: 22px; 
    color: #3ab3df; 
    line-height: 1;  
    text-align: center;
}
    
h3{
    font-size: 18px; 
    line-height: 1.3; 
    font-weight: 600; 
    color:#595959; 
}

    
p {
    font-size: 13px; 
    color: #999; 
    line-height: 1.5;
    text-align: left;
}
    
.top-header{
    display: none;
}
    
.navbar-fixed-top {
  top: 0px;  
} 
    
.navbar-fixed-top .content {
  padding-right: 0px;  
}
    
.navbar-brand img{
    width: 125px;
/*    margin-top: 10px;*/
}
   
.navbar-brand{
    margin-top: -15px;
}

.navbar-brand h2{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
    
.navbar-brand P{
    font-size: 12px;
    color: #999;
    margin-left: 40px;
    margin-top: -17px;
}
  
#first-slider .carousel .item {
  min-height: 560px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .content{
    top: 44%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
  
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    font-size: 24px;
    padding-top: 18px;
}

.carousel-inner .item .content p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
    
.carousel-control .fa-angle-left{
    display: none;
}
    
.carousel-control .fa-angle-right{
    display: none;
}

    
#first-slider .slide1 {
    background-position: center; 
}
#first-slider .slide2 {
    background-position: center; 
}
#first-slider .slide3 {
    background-position: center; 
}
#first-slider .slide4 {
    background-position: center; 
}
  
    
.front-panel{
    width: 100%;
    height: auto;
    padding: 20px 15px 30px 15px;
    color: #FFF;
}
    
.services h4{
    font-size: 15px;
    margin-top: 5px;
}
    
.services{
    padding: 20px 15px 20px 15px;
}
    
.panel-right h4{    
    font-size: 16px;
}

.card-col{
    margin-bottom: 30px;
}

.span-title{
   position: absolute; 
   bottom: 10px;
   padding: 0px;   
}
 
.pages{
    height: 180px;
}
    
.span-title h1{
   font-size: 20px;
}
    
.page-map{
    margin-top: -18px;
}

.span-pricing{
    max-width: 100%;
    margin-bottom: 20px;

}
    
.about-text p{
    text-align: left;
    line-height: 1.3;
    font-size: 16px;
    font-weight: normal;
}
    
.span-error h2{
    font-size: 90px;
}

.magnific-img {
    display: inline-block;
    width: 100%;
}
    
.doctor-stats{
    padding:8px 20px 2px 20px;
    clear: both;
}
    
.btn-lg {
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
}
    
.top-label h5{
    font-size: 17px;
}
    
.box-card h4 {
    font-size: 18px;
}

.box-card h5 {
    font-size: 16px;
}
    
.btn{
    padding: 6px 14px;
  font-size: 14px;    
}
    
.careers-blocks h3{
    font-size: 18px;
}
    
h5.footer-title{
    font-size: 18px;
}
    
.fa-icon .fa{
    color: #84BFB9;
    font-size: 40px;
}
    
.fa-detail h5{
    font-size: 16px;
    text-align: left;
    font-family: Calibri, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #666;
    margin-top: -5px;
}



     
}