div.tm-block.tm-block-bottom-d.tm-block-fullwidth {
    padding-top: 0px;
    padding-bottom: 0px;
}
/* CONTACT US - START */
div.tm-block.tm-block-bottom-c.tm-block-fullwidth {
    padding-top: 0px;
    padding-bottom: 0px;
}
/* CONTACT US - END */
/* DR. ALANIS - START */
.drAlanisSwitcher ul li {
    background: #1e346e;
    margin: 0px 10px 0px 0px;
}
.drAlanisSwitcher .uk-tab > li > a {
    display: block;
    padding: 8px 12px 8px 12px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    color: #fff;
    text-decoration: none;
}
.drAlanisSwitcher .uk-panel-space {
    padding: 30px;
    background: #fafafa;
}
.drAlanisSwitcher .uk-tab > li.uk-active > a {
    border-color: rgba(51, 51, 51, 0);
    border-bottom-color: transparent;
    background: #fafafa;
    color: #333;
    border-style: solid;
}
.drAlanisSwitcher ul.uk-switcher.uk-text-left.uk-margin-top {
	margin-top: 0px!important;
}
.drAlanisSwitcher div.uk-width-8-10 {
    width: 80%;
    border: thin solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}
.drAlanisSwitcher .uk-nav-dropdown > li > a {
    color: #000;
    box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.1);
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.drAlanisSwitcher ul.uk-nav.uk-nav-dropdown  li {
    background: #f9f9f9;
    margin: 0px 10px 0px 0px;
}
/*
.drAlanisSwitcher ul.uk-switcher.uk-text-left.uk-margin-top {
  background: #f9f9f9 !important;
  margin-top: unset !important;
  padding-top: 20px;
}
.drAlanisSwitcher ul li {
  background: #f9f9f9;
  margin: 0px 10px 0px 10px;
}
.drAlanisSwitcher ul li {
  color: #000;
}
.drAlanisSwitcher div.uk-width-8-10 {
    background: #fff;
    padding: 15px;
    border: #ccc thin solid;
}
*/
/* DR. ALANIS - END */
/* ABOUT PAGE - START */
.teamCards i {
  font-size: 3em;
}
.teamCards h4 {
  margin-top: 0px !important;
}
/* ABOUT PAGE - END */
.teamCards div.uk-panel {
    min-height: 290px;
    border: thin dashed #ccc;
    padding: 20px;
}
/* SURGERY TYPE CARD WORK - START */
.surCard {
	border-top: thin solid #ccc;
	border-bottom: thin solid #ccc;
	border-right: thin solid #ccc;
	border-left: 4px solid #ccc;
}

.surCard p { 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px; 
}
.surCard h3 { 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 20px; 
}
.surCard button a {
  color: #fff;
  padding: 5px;
}

div.uk-grid.uk-hidden-small.surCard {
  margin-left: unset !important;
}
/* SURGERY TYPE CARD WORK - END */
/* OFFCANVAS WORK */
.uk-navbar-toggl .uk-visible-small {
  color: #626262 !important;
}
/* OFFCANVAS WORK */
/* CARDFLIPPING ANIMATION WORK - START*/
.maincontainer {
    position: relative;
    width: 100%;
    height: 325px;
  margin-bottom: 15px;
}
.thecard {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
}
.thecard:hover, .thecard:active {
    transform:rotateY(180deg);
}
.thefront {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border: solid thin #ccc;
    color: #333;
    border-radius: 20px;
  	background: #fff;
 z-index: 2;
 -webkit-transform: rotateY(0deg);
         transform: rotateY(0deg);
}
.thefront p {padding-left: 20px; padding-right: 20px; padding-top: 20px; text-align: center;}
.thefront img {text-align: center; padding-top: 40px;}
.theback {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border: solid thin #ccc;
    color: #333;
    transform:rotateY(180deg);
    border-radius: 20px;
  	background: #fff;
 -webkit-transform: rotateY(-180deg);
         transform: rotateY(-180deg);
}
.theback p {padding-left: 20px; padding-right: 20px; padding-top: 20px; text-align: center;}
.theback img {text-align: center; padding-top: 40px;}
/* CARDFLIPPING ANIMATION WORK - END*/
/* NAVBAR WORK - BEGIN */
nav.tm-navbar.uk-navbar.uk-position-z-index {
    background-image: url(https://dralanis.com/images/dralanis/bggnew_1.jpg);
}
/* NAVBAR WORK - END */
/* FOOTER WORK - BEGIN */
.alanis-footer {
  background-color: #262626;
  color: #666666;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.alanis-footer h3 {
  color: #fff !important;
}
.alanis-footer button { 
    display: block;
    width: 100%;
    height: 100%;
    padding: 13px 10px 13px 20px;
    margin: -13px -10px -13px -20px;
  	border: solid thin #fff;
  	border-radius: 5px;
  	color: #666
}
.alanis-footer .btn-primary { 
    margin: -13px -10px -13px -20px;
  	background-color: rgb(255,255,255,.00) !important;
  	background-image: none !important;
  	border-radius: 5px;
}
.alanis-footer button a { 
  	color: #666;
}
.alanis-footer img { 
  	border-radius: 50%;
}

.alanis-footer A, .alanis-footer A:link, .alanis-footer A:active, .alanis-footer A:visited, .alanis-footer A:hover, .alanis-footer .Login a:hover {
    color: #bfdeff;
}

.dansfoot.uk-panel-box {
    padding: 0px;
}
.dansfoot {
 padding-right: 50px;
 padding-left: 50px;
  
}
/* FOOTER WORK - END */

/**
*
* OVERRIDES
*
*/

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    height: auto !important;
}

.tm-nav-search .mod-languages {
    position:relative;
    bottom:15px;
}
