/*
Theme Name: Theme 1400
Description: Theme 14 -- Dental V.01
Author: Arwen Beck
*/

body{max-width:1200px!important;}

/* -------------------- OVERRIDES ----------------------- */

/* On mobile, make 'ribbon' titles appear plain */
@media (max-width: 991px) {
  .post .entry h1 {
    top: 0 !important;
    left: 0 !important;
    position: static;
    padding: inherit !important;
    text-indent: 0 !important;
    border: 0 !important;
    width: auto !important;
    margin-top: inherit !important;
    text-align: center !important;
    padding: 1% !important;
  }
  .ribbon-content::before { display: none !Important; }
}


/* Homepage tab font awesome icons spacing issue on Firefox/IE */
.tab .fa {
  text-indent: 0;
}


/* Logo overlapping cta on small tablet view */
@media (max-width: 575px) {
    #primary_navigation div#logo { top: 0; }
}

/* Mobile nav menu title wraps onto header */
@media (max-width:400px) {
  a.navbar-brand { font-size: 10px; }
}

/* Tap tagets  */
@media (max-width: 767px) {
  .home .textwidget .thumbnail a {
    line-height: 2em;
  }
}

/* Content vs Viewport sizing */
.home #main-wrapper div.wrap.container {
  padding-left: 15px;
  padding-right: 15px;
}

/* Turn off any display from the conversion frame */
iframe[name="google_conversion_frame"] {
  display:none;
}

/* Fixes phone cta overlapping with logo on very small mobile */
@media (max-width: 630px) {
    #logo { margin-bottom: 20px; }
}

/* Centers the doctor welcome banner image on mobile, in case it's a profile (not landscape) */
.welcome-pic { margin: 0 auto; }

/* On extremely small viewports, prevents phone button text from wrapping beyond real estate */
@media (max-width: 471px) {
  #mainhead .button a { font-size: 90%; }
}

/* Fixes strange display issues with address li style markers in IE/firefox */
.contact address li { list-style-type: none; }


/* Header / featured Image */

header.navbar {
    margin-bottom: 0 !important;
  position: relative !important;
}

#featured_banner_wrapper {
    padding-bottom: 0 !important;
  }
#featured_banner_wrapper {
    height: 100% !important;
  }
div#primary_navigation.menu-container .dropdown ul.dropdown-menu {
    max-width: inherit;
}
div#primary_navigation.menu-container ul.dropdown-menu li {
    margin: 0 !important;
}
div#primary_navigation.menu-container ul.dropdown-menu a {
    height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
a#mainphone .roundbtn {
  font-size: 13px;
}
a#mainphone {
  height: 100% !important;
  margin-bottom: 10px !important;
}
@media (max-width: 991px) {
    a#mainphone {
        width: 50% !important;
        margin-left: 25% !important;
  }
  #mainphone .roundbtn {
    margin-bottom: 2% !important;
  }
  #mainphone h3 {
    margin-top: 2% !important;
  }
  #mainphone {
    margin-top: 4% !important;
  }
}

@media (max-width: 991px) {
    #featured_image {
        display:none !important;
  }
}
@media (min-width: 992px) {
    .home .carousel {
      margin-top: 0 !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .home .carousel {
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) and (min-width: 0) {
    .wrap.container {
        margin-top: 0px !important;
    }
    #headlines {
        display:none !important;
    }
}


/* Homepage widgets */

#points_banner {
    display: block !important;
  padding-top: 0 !important;
}
#welcome_thumbs1 {
    padding-bottom: 0 !important;
    padding-top: 10px;
}
/* Adds enough padding to thumbnail areas so text never overlaps button. padding-bottom = button height */
@media (min-width: 768px) {
  .thumbnail .caption {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
    .thumbnail-container {
        max-height: inherit !important;
    }
    .textwidget .caption .text-left {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .thumbnail-container {
        max-height: inherit !important;
    }
    .textwidget .caption .text-left {
        height: inherit !important;
    }
}
@media (max-width: 1200px) {
      .textwidget .caption .text-left {
        height: inherit !important;
    }
    h3.tab {
        font-size: 16px;
    }
  }

/* ------------------- End Overrides ------------------------*/

/*------------------------------------------------------------------------*/
                          1 4 0 0     B Y     L O C A L S E O S I T E S
/*------------------------------------------------------------------------*/


/*------------------------------------------------------------------------*/
                                                  A N I M A T I O N
/*------------------------------------------------------------------------*/
@-webkit-keyframes glow{
    0% {text-shadow:0 0 10px gray;}
    50%{text-shadow:0 0 5px black;}
    100%{text-shadow:0 0 10px gray;}
    }

@-webkit-keyframes kenburns{
    0% {-webkit-transform: scale(1.0);}
    50%{-webkit-transform: scale(1.3);background-position:20% 20%;}
    100%{-webkit-transform: scale(1.0);}
    }

@-webkit-keyframes pan{
    0% {background-position:0% 100%;}
    50%{background-position:400% 100%;}
    100%{background-position:0% 100%;}
    }

@-webkit-keyframes pulsate{
    0% {opacity:.7;}
    50%{opacity:1;-webkit-transform: scale(1.4);box-shadow:0 0 30px aliceblue;}
    100%{opacity:.7; -webkit-transform: scale(1);}
    }
@-webkit-keyframes drift{
    0% {left:-100%;}
    50% {}
    100%{left:100%;}
    }

@-webkit-keyframes driftright{
    0% {left:100%;}
    50% {}
    100%{left:-100%;top:30%}
    }

/*Gradient transparent - color - transparent */

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

div.bubbles {
    position: absolute;
    top: 34%;
    height: 0;
    padding: 0;
    width: 100%;
    left: 50%;
    z-index: 6;
}
div.bubbles li{
    list-style:none;
    display:inline-block;
    position:absolute;}

div.bubbles span {
    display: block;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    -webkit-animation: breathe 5s infinite;
}

div.bubbles .bubble1 {
    left: 140px;

    -webkit-animation: drift 45s infinite;
}
div.bubbles .bubble2 {
  left: -250px;
  top: 110px;
  -webkit-animation: drift 55s infinite;
}
div.bubbles .bubble3 {
  left: 20px;
  top: 150px;
  -webkit-animation: driftright 35s infinite;
}
div.bubbles .bubble4 {
  left: 170px;
  top: 260px;
  -webkit-animation: driftright 38s infinite;
}
div.bubbles .bubble5 {
  left: 310px;
  top: 60px;
  -webkit-animation: drift 45s infinite;
}
div.bubbles .bubble5 span{
    width: 80px;
    height: 80px;
}

div.bubbles .bubble6 {
    left: 310px;
    top: 60px;
    -webkit-animation: drift 65s infinite;
}


div.services_banner .menu li a {
    font-weight: bold;
    border: 0;
}

/*------------------------------------------------------------------------*/
                 P R O T E C T E D    -   L O C A L S E O S I T E S . C O M
/*------------------------------------------------------------------------*/

.logged-in .navbar-fixed-top {
    margin-top: 32px;
}
html {
    overflow-x: hidden;
}
body {
    margin-top: 10px;
  color:#686868;
}
.banner {
    padding: 20px 0;
}
header .banner {
    padding: 0;
}

a.partnerlogo {
    display: inline-block;
    width: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.banner::after,
.banner::before {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
}
.home div.wrap.container {
    width: 100%;
    margin: 0;
    display: inline-block;
}
div.partners {
    text-align: center;
}




div#featured_banner_wrapper div#featured_video img {
    width: 100%;
    height: auto;
    -webkit-animation: kenburns 60s infinite;
}


.home .main{
    padding:0;
    border-top: 2px solid #00FCFF;
}

.blog div#featured_image{
background-image: url(/wp-content/uploads/office_front.jpg);
background-size: cover;
max-height:162px}

.blog div#featured_image img {
display: none;
}

/*------------------------------------------------------------------------*/
                 P R O T E C T E D    -   L O C A L S E O S I T E S . C O M
/*------------------------------------------------------------------------*/


.single .entry-title{display:none;}

.single div#featured_image {
max-height: 160px;
}

.single #featured_video img,
.blog #featured_video img{
    display:none;}
.home .main .banner .button{margin-top: 8px;}
.home .main .banner {
    text-align: center;
    transition: none;
    padding: 10px 0;
}
div#services_banner {
    text-align: left;
}
div.bubbles {
    top: 0;
    position: absolute;
}
div.bubbles ul {
    list-style: none;
}
.home div.page-header {
    display: none;
}
div#logo img {
    padding: 10px 0;
    margin: 0 auto;
}
div#logo img, .footer-brand img {
    max-width: 300px;
    max-height: 120px;
}
.hidden-xs.hidden-sm.col-md-7.col-lg-6.text-center {
    padding: 0;
}
ul#menu-primary-navigation li>a {
    height: 100px;
    padding-top: 70px;
}
ul#menu-primary-navigation li ul {
    padding: 0;
}
ul#menu-primary-navigation li ul a {
    height: 50px;
}
.tab {
    background-color: rgba(49, 49, 49, 0.5);
    text-indent: 4%;
    padding: 10px;
    box-shadow: 5px 5px 0 0 #555;
    color: white;
}

/*------------------------------------------------------------------------*/
                 P R O T E C T E D    -   L O C A L S E O S I T E S . C O M
/*------------------------------------------------------------------------*/

/*SERVICES BANNER*/
div.services_banner .menu {
    display: block;
    margin-top: 50px;
}
div.services_banner .menu li {
    width: 49%;
    display: inline-block;
    padding: 0;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    margin: 5px auto;
    position: relative;
}
div.services_banner .menu li a {
    border-left-width: 10px;
    border-left-style: solid;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    padding: 10px;
    border: 0;
    text-indent: 15px;
}
iframe {
    width: 100%;
    border: 1px solid #ccc;
}
.roundbtn {
    padding: 5px 20px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    transition: ease all .5s;
    margin: 2.5% auto;
}

.roundbtn span {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    color: darkslateblue;
    margin: 0;
}

/*------------------------------------------------------------------------*/
                 P R O T E C T E D    -   L O C A L S E O S I T E S . C O M
/*------------------------------------------------------------------------*/

div#ban_cta h3 {
    color: #9B9B9B;
    font-family: 'Doris Regular';
    padding: 0 0 10px 0;
    margin: 10px 0;
    font-size: 25px;
    font-weight: lighter;
    letter-spacing: 1px;
}
.textlink {
    font-size: 1.2em;
}
div#locations_banner {
    background-image: url(/wp-content/uploads/wall1.jpg);
  background-repeat: no-repeat;
    background-size: 150%;
    background-position: 0 50%;

    background-attachment: fixed;
    width: 100%;
    margin-bottom: -9px;
}
div.locations_banner .textwidget div {
    margin: 1%;
    display: inline-block;
    width: 48%;
    box-shadow: 1px 1px 10px #555;
    padding: 2.5%;
}
div#topmenu li, #cta_menu li {
    padding: 0;
    display: inline-block;
}
div#topmenu li a {
    padding: inherit;
}
div#topmenu li a,
div#cta_menu li a {
    margin: 6px 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    margin: 0 10px;
    padding: 0;
}
div#cta_menu li a{}
div#cta_menu li a.roundbtn {
    border-radius: 20px;
    color: white;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    transition: ease all .5s;
    float: right;
    margin: 0 10px;
    padding: 0;
}
div#cta_menu li a.roundbtn:hover {
}
a.textlink:hover {
    background-color: transparent!important;
}
div#cta_menu {
    height: 36px;
    padding-top: 0;
}

/*------------------------------------------------------------------------*/
                 P R O T E C T E D    -   L O C A L S E O S I T E S . C O M
/*------------------------------------------------------------------------*/

div#cta_menu li {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
ul#menu-primary-navigation li>a:hover {
    color: #333;
}
.main {
    padding-top: 20px;
    padding-bottom: 50px;
}
div#ban_cta {
    margin-bottom: 50px;
}
footer a, footer{color:white;}

footer ul, footer li {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer p {
    padding: 0;
}

@media (max-width:769px) {
#services_banner #menu-services-menu {
    display: none;
}
div.locations_banner .textwidget div {
    width: 100%;
}

div#logo {
    text-align: center;
}
.home footer {
    background-image: none;
    padding-top: 0;
}}


 @media (min-width:991px) {
#mobilenav {
    display: none!important;
}}

#mobilenav li {
    width: 100%;
    min-height: 40px;
    /*overflow: hidden;*/
}

/* */
#mobilenav li a {height: 30px !important;overflow: hidden;}
/* */
@media (max-width:991px) {
    .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    z-index: 10000;
    display: none;
    float: none;
    }
    #mobilenav li ul {margin:0 0 10px 0;}
    #mobilenav li li {
    width: 100%;
    min-height: 10px;
    /*overflow: hidden;*/
    }
    #mobilenav li ul li a {padding:5px 0 5px 10px !important;}
}

div#visual_banner {
    background-image: url(/wp-content/uploads/wall2.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  background-attachment: fixed;
}

ul#hours li {
list-style: none;
}

footer li span.left,
#hours li span.left{
    display: inline-block;
    width: 38%;
  text-align:right;
  font-weight:bold;
  padding-right:2%;
}

footer li span.right,
#hours li span.right{
    display: inline-block;
    width: 60%;
}

div#primary_navigation.menu-container a {
    padding-top: 55px;

    color: white;
    height: 120px;
}

div#primary_navigation.menu-container a:hover{
        color: #FFF;
        background-color: rgba(100, 149, 237, 1);
        height: 120px;
}

.wpcf7 p {
    margin: 0;
    padding: 0;
}

div#featured_videodisabled videodisabled {
    width: 100%;
    min-width: 100%;
    padding: 0;
}

div#primary_navigation.menu-container ul.dropdown-menu a {
height: 40px;

width: 100%;
padding: 10px 15px;
}

div#primary_navigation.menu-container ul.dropdown-menu {

    text-align: left;
}
div#primary_navigation.menu-container ul.dropdown-menu li {
    display: block;
    width: 100%;

    float: left;
}

/* Overwrite of Bootstrap to allow for fixed backgrounds on homepage */
.home main.col-sm-12 { position: static; }

.page-id-15 div#ban_cta {
    display: none;
}

div#cta_menu li a.textlink {
    padding-top: 5px;
    display: block;
    color: white;
}


.page-header{border:0;}

a#actiondisabledbutton:hover {
    -webkit-animation: flip .5s ease-in;
    background-color: cornflowerblue;
  box-shadow: 0 0 10px aliceblue;
}

li{}

div#mainhead {
    padding: 10px;
}

.call_to_actiondisabled h2 {
    -webkit-animation: tada 2s ease-in;
  -webkit-animation-delay: 3s;
    font-style: italic;
    font-weight: bolder;
    color: white;
}


.page-header {
top: 84px;
}

.logged-in .page-header {
top: 133px;
}

div.gallery-image-wrapper.col-md-12 {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    display: inline-block;
    overflow: hidden;
    border: 10px solid whitesmoke;
    box-shadow: 0 0 10px lightgray;
    position: relative;
    margin: 2.5% 0;
}
span.photoNumber {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: black;
    color: white;
    width: 30px;
    z-index: 9;
    border-radius: 50%;
    text-align: center;
}
.gallery-image-wrapper img {
    position: absolute;
    left: -10%;
    top: -10%;
    max-width: 1000px;
    height: 150%;
    width: auto;
}
div#facebook_wrapper {
    display: block;
    width: 851px;
    position: relative;
    height: 410px;
}
div#fb_wrapper {
    display: block;
    width: 851px;
    height: 315px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background-size: cover;
    background-position: 50%;
}
div#facebook_header {
    position: absolute;
    top: 10px;
    width: auto;
    text-shadow: 1px 1px 0 #333;
    text-align: center;
    margin:0 auto;
    z-index:9;
    left: 10px;
}
div#fb_text {
    position: absolute;
    width: auto;
    text-align: center;
    top: 70px;
    text-shadow: 0 0 3px black;
    font-size: 25px;
    font-style: italic;
    text-align: center;
    margin:0 auto;
    z-index:9;
    left: 20px;
}
div#facebook_banner {
    width: auto;
    height: auto;
    text-align: right;
}

div#facebook_phone {
    position: absolute;
    width: auto;
    bottom: 10px;
    text-align: center;
    margin:0 auto;
    z-index:9;
    right: 20px;
    font-weight: bold;
}

div#facebook_banner img {
    width: auto;
    height:100%;
    text-align: right;
}
div#facebook_avatar {
    display: block;
    top: 199.1px;
    position: absolute;
    left: 30px;
    z-index: 99;
    height: 180px;
    width: 180px;
    box-shadow: 0 0 0 10px white;
    background-color: #555;
}
div.facebook_avatar_wrapper {
    text-align: center;
    display: block;
    width: 180px;
    height: 180px;
}
div.facebook_avatar_wrapper img {
    width: 80%;
    margin: 50px auto;
}
.rightBanner .rev_slider_wrapper {
    -webkit-filter: blur(5px) brightness(0.6);
}

/*GOOGLE PLUS BANNER*/
div#google_plus_wrapper {
    position: relative;
    width: 1120px;

    background-color: #555;
}

div#googleplus_banner {
    overflow: hidden;
    display: block;
    position: relative;
    height: 427px;
    float: left;
    background-color: #555;
}
div#googleplus_banner .rev_slider_wrapper {
    position: absolute;
    height:427px!important;
}
.leftBanner {
    width: 760px;
    display: block;
    height: 427px;
    left: 0;
}
.rightBanner {
        width: 360px;
    right: 0;
}

.rightBanner .tp-simpleresponsive{
   -moz-transform: scaleX(-1);
   -o-transform: scaleX(-1);
   -webkit-transform: scaleX(-1);
   transform: scaleX(-1);
   filter: FlipH;
   -ms-filter: "FlipH"}

div#googleplus_banner .tp-simpleresponsive{
        height:427px!important;}

div#googleplus_avatar {
    display: block;
    width: 360px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
  text-align:center;
}

div#googleplus_avatar img{
    display:block;
    margin: 0 auto;
    max-width: 90%;
    padding-top: 40px;
    margin-top: 16px;
}

div.googleplus_avatar_wrapperdisabled {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius:50%;
    background-color: #555;
}

/*PROMOTIONAL*/
div#promotional_wrapperdisabled {
    display: block;
    width: 851px;
    position: relative;
    height: 410px;
}
div#promotional_banner {
    position: absolute;
    top: 0;
    left: 0;
}
div#promotional_avatar {
    display: block;
    top: 199.1px;
    position: absolute;
    left: 30px;
    z-index: 99;
    height: 180px;
    width: 180px;
    box-shadow: 0 0 0 10px white;
    background-color: #555;
}
div.promotional_avatar_wrapperdisabled {
    text-align: center;
    display: block;
    width: 180px;
    height: 180px;
}
div.promotional_avatar_wrapperdisabled img {
    width: 80%;
    margin: 50px auto;
}




.gallery-image-wrapper img:hover {
    -webkit-filter: blur(5px) brightness(0.6);
    background-color: #555;
}


div#drprofile {
    padding-top: 15px;
    line-height: 16px;
}
div#drprofile ul {
    font-size: 12px;
    padding-left: 15px;
}
div#team p {
    font-size: 11px;
    padding: 0 0 20px 0;
    line-height: 16px;
}


ul.dropdown-menu {
        padding: 0;
}

div#primary_navigation.menu-container #logo a:hover {
        background-color: transparent!important;
}


h1 {
    position: relative;
    margin-bottom: 0;
}

div.services_banner img {
    max-width: 35%;
    border-radius: 50%;
}

.col-md-12.column {
    /* padding-left: 0; */
}

li {
    list-style-type: square;
}

a.reviewus{
-webkit-animation: rollIn 1s;
width: 100%;
display: block;
padding-top: 20px;
}

.home #utility{
-webkit-animation: rollIn 1s;}


div.services_banner .menu li a:hover {
    -webkit-animation: pulse .5s ease;
    text-decoration:none;
}


.nav>li>a {
    padding-left: 6px;
    padding-right: 6px;
}

div.services_banner .menu li::before {
    content: "";
    display: block;
    width: 10px;
    height: 54px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 5px 0 0 5px;
}
@media (min-width:0px) and (max-width:1199px){

div#locations_banner{background-image: none!important;}
  }
h1{
    text-align: left;
    color: #555;
    font-weight: bolder;
}

.subtile{
    padding: 30px;
    background-color: aliceblue;
    box-shadow: 10px 10px lightgray;
}

input.wpcf7-form-control.wpcf7-submit {
    text-indent: 4%;
    padding: 10px;
    border: 0;
}

.subtileHead {
    padding: 5px;
    text-align: center;
}

@media (min-width:0px) and (max-width: 961px){
html #wpadminbar {display:none;}
div#topmenu{
    height:60px;}
}


@media (min-width:962px){
    div#cta_menu{display:block;}
}


h1{
    color: #555;
}

h3,h4,h5{
    font-family: 'Doris Regular';}

body{
    font-family: 'Open Sans', sans-serif;
    overflow-x:hidden;}

ul#menu-primary-navigation li>a{
    color:#fff;}


#locations_banner #ban_cta h3{color:white;}

small{color:darkslateblue;}

h1 small, footer small{color:#fff;}

.home h1{
color:#fff;}

.home h1 {color:#fff;margin-top: 5px;}



.colorone a,
.colorone p,
.colorone li,
.colorone h3,
.colorthree a,
.colorthree p,
.colorthree li,
.colorthree h3,
.colorfour h2,
.colorfour p,
.colorfour a,
.colorsix,
.colorseven {
    color: #fff;
}
@media (min-width:769px) and (max-width: 991px){
.navbar-toggle{display:block;}
div#featured_banner_wrapperdisabled div.call_to_actiondisabled {
    width: 250px;
    height: 250px;
}
div#featured_banner_wrapperdisabled div.call_to_actiondisabled p {
    font-size: 13px;
}
div#featured_banner_wrapperdisabled div.call_to_actiondisabled a {
}
div#featured_banner_wrapperdisabled div.call_to_actiondisabled h2 {
    font-size: 20px;
}
@media (min-width:0px) and (max-width: 991px){
h1{left:0;}
.navbar-toggle{display:block;}

div#featured_banner_wrapperdisabled div.call_to_actiondisabled p {
    font-size: 13px;
}
div#featured_banner_wrapperdisabled div.call_to_actiondisabled a {
}
div#featured_banner_wrapperdisabled div.call_to_actiondisabled h2 {
    font-size: 20px;}
}}

.colorthree,
.call_to_actiondisabled h2,
.call_to_actiondisabled h2 p{color:white!important;}

  .img-circle {
    margin: 0 auto;
    overflow: hidden;
}
div#primary_navigation {
    height: 126px;
}

  #social li {
    border-radius: 100%;
}

#social li:hover {
    background-color: rgba(0, 0, 0, 0.34);
    transition:ease .3s;
}
#social li:hover > a {
    color: white;
    text-decoration:none;
}

a#mainphone {
    color: #333!important;
    text-align: right;
    text-decoration: none;
    padding-top: 35px;
}
a#mainphone .roundbtn {
    background-color: #555;
    color: white;
    margin-right: 0;
}
@media (min-width:0) and (max-width:1199px){
a#mainphone{text-align:center;width: 100%;}}

a#filledbutton {
    margin: 0 auto;
}

@media (min-width:0) and (max-width:1199px){
 div#featured_videodisabled videodisabled {
display: none;
}
@media (min-width:0) and (max-width:1199px){
.call_to_actiondisabled{padding-top: 90px;}
.call_to_actiondisabled .roundbtn{max-width:100%; padding:1%;text-align:center;}
.call_to_actiondisabled .roundbtn .roundbtn{display:none;}
.call_to_actiondisabled a{font-size:80%}
.call_to_actiondisabled p{/* font-size:120px!important; */}

}

.home footer {
background-image: none;
background-position: center;
background-size: cover;
background-attachment: fixed;
padding-top: 0;
margin-top: -8px;
}

}
.colorwrap{
      width:100%;
        height:100%;}

.banner.colorone {
    width: 100%;
    height: 100%;
}

.locations_banner div#wpcf7-f70-o1 {
margin: 0;
display: block;
width: 100%;
box-shadow: none;
padding: 0;
text-align: left;
margin: 0;
}

.wpcf7-response-output.wpcf7-display-none {
    margin: 0!important;
    display: none!important;
    padding: 0;
    box-shadow: none!important;
    width: 0!important;
}

#subfooter i.fa, #subfooter  i.icon-yelp {
color: #333;
}

div#mainhead.banner {
    padding: 0;
}

@media (min-width:0px) and (max-width:1199px)
{       div#primary_navigation{height:auto; }
    div#visual_banner {
    display: none;
}}

header a#mainphone {
color:#fff;
border: 3px solid white;
}

header a#mainphone{color:#fff!important;}

div#primary_navigation.menu-container a.roundbtn {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

a#mainphone h3 {
    font-size: 21px;
}

@media (min-width:991px) and (max-width:1199px){
    div#primary_navigation.menu-container a {
    font-size: 12px;
}}

@media (min-width:1200px) and (max-width:9999px){
div#primary_navigation.menu-container a.roundbtn {
    padding: 0 10px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

a#mainphone h3 {
    font-size: 26px;
}}

@media (min-width:0px) and (max-width:800px){
div#primary_navigation.menu-container a.roundbtn{}
header a#mainphone{padding-top:0!important;}
}

@media (min-width:1001px){
div#primary_navigation.menu-container a.roundbtn{width: 100%;height: 100%;margin: 10px 0;padding: 10px;text-align: center;}
header a#mainphone{padding-top:0!important;}
header a#mainphone h3{font-size:17px;}
}

.nav>li>a {
padding: 10px 7px;
}

div#primary_navigation nav {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
    margin: 0 auto;
}
div#primary_navigation nav ul {
    text-align: center;
    float: none;
    margin: 0 auto;
}

.navbar-nav>li {
    margin: 0 auto;
    float: none;
    display: inline-block;
}

.navbar-nav>li a {
    margin: 0 auto;
    float: none;
    display: inline-block;
}

#copyright {
    padding: 0;
}
#copyright a{color:white;}


#flyer{border:10px solid white;box-shadow: 1px 1px 10px #555;
}

div#visual_banner .colorwrap {
    padding: 0;
}
header.navbar {
    z-index: 9;
    width: 100%;
    border: 0;
}

nav#mobilenav {
    background-color: black;
    z-index: 9999;
    position: absolute;
    top: 60px!important;
    width: 100%;
    padding-top: 20px;
    left: 0;
    margin: 0;
    overflow-x: hidden;
}

@media (min-width:992px){
#topmenu{display:none;}

}

@media (min-width:770px) and (max-width:1200px){
div#featured_banner_wrapperdisabled div.call_to_actiondisabled {
left: 86px;
top: 125px;
width: 269px;
height: 269px;
border-radius: 50%;
padding-top: 40px;
margin-top: 100px;}
}

#mobilenav ul{background-color:#000;}
div#topmenu li a {
    width: 100%;
}

@media (min-width:0) and (max-width:768px){
}

.subtileflat {
    background: rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.hidden-xs.hidden-sm.col-md-8.col-lg-7.text-center {
    padding: 0;
}
.hidden-xs.hidden-sm.col-md-8.col-lg-7.text-center li {
    padding: 0;
}
.hidden-xs.hidden-sm.col-md-8.col-lg-7.text-center a {
    padding: 5px;
}
.col-sm-12.col-md-4 {}
div#testimonials_banner div:first-child {width:100%!important;}

div#rev_slider_1_1_wrapper {
    z-index: 1;
}

div#flyer {
    padding: 25px;
}

div#logo {
    position: relative;
    top: 0;
    left: 0;
}

videodisabled.banner {
    padding: 0;
}

/*Edits*/
.call_to_action{
min-height:auto!important;
display:block;
width: 32%;
padding-bottom: 32%;
position:absolute;
box-sizing: initial;
border-radius: 50%;
text-align: center;
top: 31%;
z-index: 2;}

.ctawrap {
z-index:99;
position: absolute;
text-align:center;
display:block;
width:100%;
padding-top: 24%;
box-sizing: border-box;
}

#featured_banner_wrapper  {
    position: relative;
    padding-bottom: 56.3%; /* 16:9 */
    padding-top: 0;
    height: 0;
    overflow:hidden;
}
#featured_banner_wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 0;
    background-color: none;
}

@media (min-width:0) and (max-width:767px) {
header{top:0;}
#featured_image{display:block;position:static;margin-top: 287px;height:auto;}
#featured_banner_wrapper{display:block;position:static;height:auto;padding-bottom:0;}
.ctawrap{display:block;position:static;left:0;}
.call_to_action{width:100%;display:block;position:static;left:0;border-radius:0;}
#featured_banner_wrapper video{position:static;width:100% height:auto;display:none;}
#featured_image img{display:none;}
div.bubbles{display:none;}
#featured_image{display:none;}
.home #featured_image{display:block;}
.wrap.container{margin-top: 287px;}
.home  .wrap.container{margin-top: 0px;}
}

@media (min-width:768px) and (max-width:991px) {
.blog div#featured_image{margin-top:154px}
header{top:0;}
#featured_image{display:block;position:static;margin-top: 187px;}
.call_to_action{width: 40%;padding-bottom: 40%;top:10%;}
.ctawrap{padding-top:20%;}
}

.call_to_action.left{left: 10%;}
.call_to_action.center{ left: 0; right: 0; margin: auto; }
/*FIND REPLACE DISABLED WITH VIDEO AND ACTION*/

#featured_banner_wrapper.onequarter {
    padding-bottom: 161px!important;
}

#featured_banner_wrapper.halfheight {
    padding-bottom: 450px;
    overflow-y: hidden;
}

#featured_banner_wrapper.threefourths {
    padding-bottom: 650px;
    overflow-y: hidden;
}

#featured_banner_wrapper.fullheight {
    overflow-y: hidden;
}

a#buttons {
    display: block;
    width: 270px;
    height: 43px;
    background-image: url(/wp-content/themes/theme1400/templates/styletoggler/images/buttons.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 10px;
    color: #636363;
    text-align: center;
    margin: 0 auto;
}

.ctawrap h2 {
-webkit-animation: tada 2s;
}

body{
    overflow-x:hidden!important;}
.logged-in{
    margin-top: -26px;
}

div#featured_video img {
    width: 100%;
    height: auto;}

.gallery-image-wrapper.col-md-12 img {
    position: relative;
    left: -25px;
}

.post_content {
    width: 100%;
    display: block;
}
.fl.newsdesc {
    float: left;
    width: 33.3%;
    text-align: left;
    padding: 20px;
}

.post_thumbnail img {
border-radius: 100%;
}

.call_to_action.right {
right: 10%;
}

.imgleft {
    float: left;
    margin-right: 20px;
}

.imgright {
    float: right;
    margin-left: 20px;
}

div#testimonials_page img {
    max-width: 200px;
  margin:0 auto;
}

div#fb_avatar {
    display: block;
    width: 180px;
    padding: 20px;
    height: 180px;
    text-align: center;
    margin: 0 auto;
    float: left;
    margin-bottom: 20px;
    margin: 2%;
    box-shadow: none!important;
}
div#fb_avatar img {
    padding-top: 25%;
}

div#fb_master_wrapper {
        width: 851px;
        text-align: center;
        margin: 0 auto;
}

.drag {
transition: initial!important;
}

div#fb_master_wrapper > * {
    cursor: move;
}

div#facebook_header h1 {
    padding: 10px;
}

.single .alert {
display: none;
}


.single .alert {
display: none;
}


.alignleft{padding:10px 10px 10px 0;}
.alignright{padding:10px 0 10px 10px;}

div#feat_blog_image {
    padding: 10px 20px 10px 0;
}

.tab a{color:white;}

.blog a.buttons {
    float: right;
    position: relative;
    right: -20px;
}

.services_banner a.buttons {
    float: left;
    position: relative;
    left: -32px;
}

.thumbnail a.buttons {
        width: 100%;
}

div#featured_image .rev_slider_wrapper {
    z-index: 5;
}

div#nav-v1 {
    margin: 0;
    padding: 0;
}

div#nav-v1 #mainphone, div#nav-v1 #logo {
text-align: left;
padding: 0;
width: 100%;
}
.bit a.buttons {
    margin: 30px auto 10px auto;
}

.img-center,
.img-center > *{
    text-align: center;
    margin: 0 auto;
}

footer {
}

.nopad{padding:0;}

#testimonials_banner item{width:100%;}
#testimonials_banner p,
#testimonials_banner h4,
#testimonials_banner h5 em
{max-width:60%;
margin:0 auto;}

div#testimonials_banner .container {
    padding: 0;
    text-align: center;
}

span.glyphicon {
    display: none!important;
}

div#lss {
position: fixed;
line-height: 0;
top: 50%;
left: 0;
background-color: cornflowerblue;
border: 10px solid cornflowerblue;
border-radius: 0 2em 2em 0;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.63);
}

div#lss a:hover{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition:ease all .5s;}


div#wpadminbar {
    display: none;
}

select#service,
select#Time {
-webkit-appearance: none!important;
height: 40px;
border-radius: 2px!important;
padding: 7px;
}


select#service, select#Time, input[type="date"]{
  position:relative;top:-30px;}

.edit_area {
    position: static;
}
.logged-in .edit_area::before {
    content: "+";
    display: inline-block;
    padding: 0;
    background: rgba(51, 51, 51, 0.74);
    color: #fff;
    line-height: .7;
    font-size: 13px!important;
    letter-spacing: 1px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 3px;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid rgba(51, 51, 51, 0.74);
    text-align: center;
}
.edit_area button {
    float: left;
    width: 50%;
    height: 30px;
    font-size: 17px;
    font-weight: bold;
}
.circle-wrapper {
    overflow: hidden;
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    border-radius: 50%!important;
}
.circle-wrapper {
border-radius: 50%!important;
overflow: hidden;
height: 0px;
width: 100%;
padding-bottom: 100%;
}

circle-wrapper {
border-radius: 50%!important;
overflow: hidden;
height: 0px;
width: 60%;
padding-bottom: 60%;
}
.circle-wrapper img {
width: 140%;
}
img.cp_img_library_wallpaper030.img-responsive {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 2150px;
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
    -webkit-animation: kenburns 60s infinite;
}

div#headlines {
    position: relative;
    z-index: 1;
    background-color: #b3d2d1;
}
@media(min-width:0px) and (max-width:767px){
    .home .carousel {
    margin-top: 280px;
    padding-bottom:0;
    min-height: inherit!important;
}
.home .carousel h2,
.home .carousel h3,
.home .carousel .button{display:none;}
}
.jumbo {
    font-size: -webkit-xxx-large;
}
@media(min-width:768px) and (max-width:991px){
    .home .carousel {
    margin-top: 182px;
    padding-bottom:0;
}
.home .carousel-inner h2{
    font-size: large;}
}
@media(min-width:992px){
    .home .carousel {
    margin-top: 162px;
}
}

.home .carousel-caption {
    bottom: 30%;
}

.home .carousel-caption.text-left {
    left: 5%;
    right: 35%;
}

.home .carousel-caption.text-right {
    right: 5%;
    left: 35%;
}
.thumbnail-container {
    max-height: 190px;
    overflow-y: hidden;
}
.thumbnail-container img{
    min-width:100%;
}
.home #welcome_thumbs1 .thumbnail {
    min-height: 640px;
    position: relative;
    padding-bottom:2.5%;

}
.colortwo a,
.colortwo p{/* color:white!important; */}

.home .thumbnail .button{
    position:absolute;
    bottom:2.5%;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
}


.home .carousel-inner h2 {
    font-size: 60px;
    position: relative;
    top: 20px;
}
.home .carousel .item img,
.home .carousel .item h2,
.home .carousel .item h3,
.home .carousel .item.active .button{opacity:0;}

.home .carousel .item img,
.home .carousel .item.active h2,
.home .carousel .item.active h3,
.home .carousel .item.active .button{opacity:1;}

.home .carousel .item.active h2 {
-webkit-animation: zoomInRight 1s;
transition: ease all 1s;
}

.home .carousel .item.active h3 {
-webkit-animation: fadeInUpBig 1s;
transition: ease all 1s;
}

.home .carousel .item.active .button {
-webkit-animation: fadeInRight 2s;
transition: ease all 2s;
}
.home .carousel .item.active img {
-webkit-animation: fadeInRight 1s;
transition: ease all 1s;
}

.subtle {
border: 1px solid #e6e6e6;
border-top: 3px solid #cccccc;
padding: 10px 0 5px 9px;
margin: 2px 0 16px 0;
background-color: #f1f1f1;
}
.dropdown-menu>li {
    list-style-type: none!important;
}

.dropdown-menu>li>a {
    color: white!important;
}
.single-post #header {
    display: none;
}

.single-post div#footer {
    display: none;
}
div#google_translate_element {
display: none;
}
.wallpaper {
    min-width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index:-1;
}
div#translator {
    position: fixed;
    bottom: 1px;
    right: 10px;
    z-index: 10;
}
input {
    color: black;
}

div#language button:first-child {
    width: 200px;
    padding: 4px 0;
}

div#language button:nth-child(2) {
    float: right;
    width: 40px;
}
.partners .col-md-2 a:last-child {
    display:none;
}
div#footer-callout .button {
    width: 49%!important;
    font-size: 11pximportant;
    margin: 0 !important;
}

a.left.carousel-control {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(255,255,255,0) 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(255,255,255,0) 100%); /* IE10+ */  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(255,255,255,0) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */;
 opacity: 1;}

input {
    padding: 5px 10px;   border: 1px solid #d3dbe2;   border-radius: 3px;   font-size: 15px;   color: #31373d;   -moz-box-sizing: border-box;   box-sizing: border-box;   display: block;   width: 100%;   line-height: 20px;margin-bottom:15px;
}
select {
    padding: 3px 10px;   border: 1px solid #d3dbe2;   border-radius: 3px;   font-size: 15px;   color: #31373d;   -moz-box-sizing: border-box;   box-sizing: border-box;   display: block;   width: 100%;   margin-bottom:15px;
    line-height: 20px;
}
span.wpcf7-form-control-wrap.captcha-922 {
    max-width: 65%;
    display: block;
    float: left;
    margin-right: 10px;
}

.item h2,
.item h3,
.item p,
.item .button{
    clear:right;
    display:block;
    float:right;
    max-width:550px;
}
.item a,
.item p{
		text-shadow:none;}
.item p{display:block;max-width:70%;}
.colorone{color: #FFF!important;}
.colorone h1{color: #FFFFFF;}
.colorsix{background-color:#005daa!important;}

.location-box.col-md-12 h5 {
    font-size: 19px;
    margin: 20px auto 25px auto;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 6px;
}

.location-box input[type="submit"] {
    background-color: #2B99B3;
    font-weight: bold;
    font-size: 12px;
    color: white;
    margin-bottom: -20px;
}
@media (max-width:767px) {
  .location-box input[type="submit"]{
    margin-bottom:30px;
  }
}
.button a{color:white!important;padding:5px 30px}

.blog .thumbnail .button {
    margin-left: 3%;
}
.blog .lead.col-md-12 {
    display: none;
}
.blog .item p{max-width:100%;}
.blog .thumbnail > h3 {
    display: none;
}

.ketags a.button{color:white!important;}

.open a {
    color: black!important;
}

li.dropdown.menu-about.open > a {
    color: black!important;
}

.location-box {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 8px 12px rgba(50,50,50,0.15);
  -moz-box-shadow: 0px 8px 12px rgba(50,50,50,0.15);
  box-shadow: 0px 8px 12px rgba(50,50,50,0.15);
  min-height: inherit!important;
  border-top: 3px solid rgb(0, 66, 152);
  font-size: 13px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

li.active.open > a:first-child {
    color: cornflowerblue!important;
}

p {
  margin: 0 0 10px;
  padding: 0 0 21px 0;
  line-height: 150%;
}

div#cta_menu{}


div#mainhead { /* Old browsers */  /* IE9 SVG, needs conditional override of 'filter' to 'none' */   /* FF3.6+ */  /* Chrome,Safari4+ */  /* Chrome10+,Safari5.1+ */  /* Opera 11.10+ */  /* IE10+ */  /* W3C */  /* IE6-8 fallback on horizontal gradient */;
}


@media (min-width:768px) and (max-width:1199px){
   .framework1900.home .item{overflow:hidden;max-height:550px;}
   .framework1900.home .item .carousel-caption{top:0}
   .framework1900.home .item img{height:600px!important;width:auto!important;max-width:inherit!important}

  .framework1900 a#mainphone .roundbtn {
  font-size: 10px!important;
}
.framework1900 a#mainphone h3{
  font-size: 13px!important;
}}

@media (min-width:0) and (max-width:767px){
  .framework1900 a#mainphone .roundbtn {
  font-size: 20px!important;
}

  .framework1900 a#mainphone h3{
  font-size: 23px!important;
}

  div#primary_navigation.menu-container a.roundbtn {
   width: 70% !important;
   margin-left: 15% !important;
   margin-bottom: 15% !important;
}
h1 {
  position: static!important;}}

.social-media-buttons li {
  display: inline-block;
  margin: 5px;
  font-size: 19px;
  width: 29px;
  text-align: center;
  border-radius: 6px;
}
.social-media-buttons li a, .social-media-buttons li i{color:white;}

.home .location-box.col-md-12 {
    margin: 15px;
}


div#footer {
    display: none;
}

/* ReCAPTCHA Responsive Styling */
.wdm-nocapt-recapt iframe{min-height:39px;
transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
transform-origin: 0px 50% 0px;
padding: 0px;
width:125%;
max-width:300px;
max-height: 65px;
border: 2px solid #CCC;
}
.wdm-nocapt-recapt div{
  width: 100% !important;
  max-width: 302px;
  min-width: 160px;
	margin: 0px auto -8px;
	}
.g-recaptcha-response{
	display:none;
}

form.wpcf7-form span.wpcf7-form-control-wrap[class*=recaptcha] {
	display:none;
}
form.wpcf7-form span.wpcf7-form-control-wrap[class*=recaptcha] + br { display:none; }
span.wpcf7-form-control-wrap.service  { margin-bottom: 0; }
.home input { margin-bottom: 7px; }
.home select { margin-bottom: 0px; }
.framework1900 iframe { min-height: 0; }
/* End Recaptcha responsive styling */


footer { margin-top: -10px; }

.edit_area form {
  position: relative;
  margin-bottom: 50px;
  display: block;
  z-index: 999999999;
}

a#mainphone {
}
div#topmenu {
    background-color: black;
}

.form-button{
-webkit-appearance: none;
-webkit-rtl-ordering: logical;
-webkit-user-select: none;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: block;
font-size: 11.9999990463257px;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: bold;
letter-spacing: normal;
line-height: 20px;
margin-bottom: -20px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
max-height: 100px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
text-align: center;
text-indent: 4%;
text-shadow: none;
text-transform: none;
transition-delay: 0s;
transition-duration: 0s;
transition-property: all;
transition-timing-function: ease;
word-spacing: 0px;
writing-mode: lr-tb;
-webkit-writing-mode: horizontal-tb;}



.hidden-xs.hidden-sm.col-md-7.col-lg-7.text-center {
    padding: 0;
}

.hidden-xs.hidden-sm.col-md-7.col-lg-7.text-center li a {
    padding: 0 5px 0 5px;
    color: black!important;
    font-size: 13px;
    text-align: left;
}

.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    padding: 0;
}

div#welcome_thumbs-1 .thumbnail {
    margin-top: 15px;
}

.ketags span a.button {
  font-size:7px !important;
  line-height: .5;
  padding: 6px;
  margin-right: 2px !important;
  margin-left: 2px !important;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  height: auto !important;
}

@media (max-width: 500px) {
  .ketags span a.button {
    font-size: 5px !important;
    padding: 5px;
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}