* {
    outline:0 !important
}
body {
    font-family:"Arial",Helvetica,sans-serif;
    font-size:16px;
    font-weight:300;
    color:#fff;
    line-height:28px;
}
h1,h2,h3 {
    text-transform:uppercase;
    color:#444;
    font-weight:300;
}
h3 {
    line-height:1.2;
}
a {
    text-decoration:none;
    transition:all 0.3s ease-out;
    position:relative;
    padding:.5em;
    margin:-.5em;
}
@font-face {font-family: 'GOTHIC';url('http://whitemarshorthodontists.com/fonts/GOTHIC.ttf') format('truetype');font-style: normal;}
@font-face {font-family: 'VERDANA';url('http://whitemarshorthodontists.com/fonts/GOTHIC.ttf') format('truetype');font-style: normal;}
@font-face {font-family: 'american-typewriter';url('../fonts/american-typewriter.ttf') format('truetype');font-style: normal;}
a:hover,a:active,a:focus {
    color:#405162;
    text-decoration:none;
}
ul {
    margin:0;
    padding:0px;
    list-style:none;
}


b, strong {
    font-weight: 400;
}

.col-md-offset-1point5{
    margin-left: 12.5%;
}

.back-to-top {
   cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	border-radius: 50%;
	opacity:2;
	background-color:#974fae;
	border: medium none;
	width: 46px;
}
.back-to-top :hover{
	color: #fff !important;
	background-color: #000 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #204d74;
}


/* ///////////////////////////////////////////////////////////////////// 
// 04 - Header
/////////////////////////////////////////////////////////////////////*/
.one-view p a {
    display: block;
    width: 100%;
    float: left;
}
.one-view p a span:first-child{text-align:center;}
.social-media ul li a i{vertical-align:middle;}
.doct-logo a {
    display: block;
    text-align: center;
}
.doct-logo a img {
    margin: 0 auto;
    width: 95px;
}
.docterr a {
    display: block;
}
.doct-logo {
    padding-bottom: 8%;
}
.rect-img img {
    width: 125px;
}
.rect-img{display: block;padding-top: 18px;}
.borderqum p.btn-review {
    border-radius: 18px;
    margin-bottom: 10px;
    color: #ffa700;
    font-size:16px;
}
.borderqum p span{color:#333;}



.sticky {
    position: relative;
    width: 100%;
    background:#974fae;
    padding: 8px 0px;
    transition: all 0.5s;
    z-index: 99997;
}
.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background-color:#974fae;
    padding:0px;
}
.logo {
    color:#fff;
}
.logo a{
    display:block;
}
#logo_menu {
    padding:0px 0px;
}
#menu-toggle {
   z-index: 1;
    font-size: 25px;
    float: right;
    border: 2px solid #B4762D;
    color: #B4762D;
    margin: 10px 0px;
    padding: 2px 8px;
    line-height: 28px;
}
.store-btn-container {
    padding-top:15px;
}
.store-btn:hover,#menu-toggle:hover {
    background: #B4762D;
    border-color: #B4762D;
    color: #fff;
}

.padding-none{
	padding:0;
}
.paddingLnone{
	padding-left:0;
}
.paddingRnone{
	padding-right:0;
}

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #fff;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #974fae;
    opacity: 5;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height:19px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    background: #fff;
    box-shadow: 1px 2px 4px #cfd1d1;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left:3%;
}
.control-round .carousel-control.right {
    right:3%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fff;
    background:#974fae;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
   padding: 0;
    color: #464545;
    font-size: 54px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 0;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-align: center;
    font-family: "Helvetica";
    font-stretch: condensed;
    font-weight: 900;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.social-media {
    padding-left: 0;
    padding-right: 0;
}
.top-address .btn-blog {
    margin-bottom: 18%;
    text-align: right;
}
.social-media ul {
    margin: 0;
    padding: 0;
    text-align:right;
}

.social-media ul li a{
    color: #fff;
    font-size: 20px;
}
.social-media ul li {
    display: inline-block;
    list-style-type: none;
    padding: 1%;
	width: 23px;
    height: 24px;
	line-height: 2px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px 9px;
}
.avoidehed{padding-top:20%;}
.top-address {
    color: #fff;
    padding: 4% 0.5% 0;
    padding-top: 2%;
}
.one-view h4 {
    font-size:22px;
    font-weight:500;
    padding-bottom: 4px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 42px;
	font-style: italic;
}
.one-view h4:after{
	content: "";
    width: 120px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.33);
    position: absolute;
    top:26px;
    left:40px;
	}
.social-media ul li:hover{
	background-color: white;
	transition: all 0.3s ease-out;
	color:red;
	}
.social-media ul li:hover a{
	color:#974fae;
	}
.one-view p a span {
    color: #fff;
    font-size: 17px;
    font-weight:400;
    line-height: 20px;
}
.Oneviewlink:hover span{color:#33b6be;}
.one-view p a span i {
    font-size: 26px;
    align-self: auto;
}
.one-view p {
    margin-bottom: 3px;
}
.one-view p a span.aDDRess {
   font-size: 17px;
    letter-spacing: 0.6px;
    font-weight: 400;
}
.no-paddingL {
    padding-left: 0;
}
.section-header h2 {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    color: #171717;
    text-transform: capitalize;
    margin: 0;
    padding: 4% 0 3% 0;
}
.para h4 {
    font-size: 22px;
    color: #171717;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 5px;
}
.para{
	 padding:0;
}
.para p{
    font-size:17px;
    color: #7d7e7f;
    font-weight:400;
	padding-left:15%;
}
.para form label{
    color: #a7a7a7;
    font-size:19px;
	text-align:center !important;
}
.para form label.error{

    background-color: #fff;
    color: #ffa700;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
}
.para form label .fa-mobile{font-size:30px;}
.para form input {
    border-radius: 0;
    border-color: #e2dfdf;
    box-shadow: none;
    height: 40px;
}
.para > form {
    padding-top:2px;
}
.para > form > .form-group{
    margin-bottom:8px;
}
.btndustar {
    background-color: #ffa700;
	border-color: #ffa700;
	color: #fff;
	border-radius: 0;
	font-size: 13px;
	letter-spacing: 0.8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 4px;
	font-weight: 600;
}
.btndustar:hover{
	color: #ffffff;
    background-color: #ffa700;
    border-color: #ffa700;
    text-decoration: underline;
	}
.centerheading h1 {
   text-align: center;
    background: url('../images/double-border.png')no-repeat center bottom;
    line-height: 13px;
    letter-spacing: 1px;
    color: #6a5959;
    font-size:30px;
    font-family: 'Dancing Script', cursive;
    padding: 0 0 33px 0;
    margin: 2% 0;
    font-weight: 100;
    text-transform: capitalize;
    background-position-x: 45%;
}
.centerheading {
    padding:3% 0 1% 0;
}
.abocreatsmile h3 {
    color: #2d2c2c;
    margin: 0;
    font-weight: 600;
    font-family: "Helvetica";
    font-size: 23px;
	padding-bottom: 2%;
}
.abocreatsmile p {
    color: #5d5d5d;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 400;
    line-height: 20px;
}
.abocreatsmile {
    width: 100%;
    text-align: center;
	padding:0 5%;
}
.cramer-download {
    background-color: #974fae;
    text-align: center;
}
.downhistry a img {
    padding-right: 15px;
}

.downhistry {
    padding: 3%;
}

.downhistry a {
    font-size: 44px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
}
.docter{
	background-color:#e5dfeb;
	}
.docterr p {
    font-size: 15px;
    color: #2d2c2c;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 4%;
}
.docterr img {
    border: 4px solid #fff;
    box-shadow: 2px 0 5px #cbcccc;
}
.docterr {
    text-align: center;
}
.FSS h3 {
    position: absolute;
    width: 100%;
    background-color: #fff;
    bottom:0%;
    text-align: center;
    box-shadow:3px 1px 9px -2px #bcc9d8;
    font-size: 19px;
    color: #2b2a2a;
    font-weight: 500;
    font-family: "Helvetica";
    letter-spacing: -1px;
    padding: 6% 0;
	margin:0;
}
.FSS:hover h3{
	background-color:#974fae;
	color:#fff;
	 transition: all 1s, background 1s, height 1ms;
	}
.FSS a {
    width: 100%;
    display: block;
	margin: 0;
    padding: 0;
}
.FSS a img {
    margin: 0;
    width: 100%;
}
.FSS {
    position: relative;
}

.borderqum {
    background: url('../images/testibg.png')no-repeat center;
    min-height: 385px;
    width: 100%;
    padding:8% 12%;
	position:relative;
}
.borderqum .form-group {
   text-align: center;
    position: absolute;
    top: 92%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.borderqum strong {
    padding: 0 8%;
    font-weight: 500;
    color: #262626;
}
.borderqum p {
    font-size: 13px;
    color: #262626;
    letter-spacing: 0.6px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 7%;
}
.testi-crusal-btn .carousel-control {
    background: none;
    top:87%;
    width: 99%;
	opacity:2;
}
.testi-3block {
    padding-bottom: 10%;
}
.testi-crusal-btn .carousel-control i {
    color: #3c3a3a;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-shadow: none;
    font-weight: 500;
    box-shadow: none;
}
.google-map > iframe {
    width: 100%;
	height:370px;
}
.contact-left {
    padding-left: 15%;
}
.contact-left p {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 500;
    line-height: 22px;
}
.conbtn {
    padding-left: 5px;
}
.conbtn .btndusta{border:1px solid #974fae; font-weight: 500;}
.conbtn .btndustar:hover{
    color: #fff;
    background-color: #ffa700;
    border: 1px solid #ffa700;
    text-decoration: underline;
}
.contactmap {
    padding-bottom: 3%;
}
.contact-left h4 {
    color: #2e2e2e;
    font-size: 22px;
    padding-top: 20px;
}
.footer {
    background-color: #f3f3f3;
    padding:2% 0 0.5% 0;
}
.copy p {
    color: #868787;
    font-size: 11px;
    font-weight:400;
    letter-spacing: 0.6px;
    margin: 0;
}
.footer .Footlogo img {
    margin: 0 auto;
}
.cramer-download:hover .downhistry a{color:#33b6be;}
.docter .docterr:hover .hovdoc p{color:#974fae;}
.docter .docterr:hover .hovdoc img{border-color:#33b6be;transition: all 0.3s ease-out;}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
   
    .control-round .carousel-control{
        display: none;
    }
	.padding-smallnone{padding:0 !important;}
	.one-view p a .addico{
		display: inline-block;
		float: left;}
	.one-view p a .aDDRess{
		display: inline-block;
		float: left;
		width: 80%;
		font-size:13px !important;
	}
	.slide_style_right{padding-right:2%;top:12%;}
	.slide_style_left{padding-left:2%;top:12%;}
	.rect-img{padding-top:3px;}
	.borderqum{
	 background-color: #fff;
    margin-bottom: 15px;
    padding: 5% 2%;
		}
	.contact-left{padding-bottom:15px;}
}
@media  (max-width: 480px) {
    
    .indicators-line > .carousel-indicators{
        display: none;
    }

}



@media (max-width:991px) {

}

@media (max-width:375px) {

}

/*about style*/
.welcome-section{
	background-color:#e5dfeb;
	padding-bottom:4%;
}
.clean-img img{
	border: 2px Solid #f3f3f3;
    padding: 0;
}
.welcome-content a{
	background-color:red;
}
.about-link > a{
	background-color: #009688;
    color: #fff;
    margin-right: 3%;
    margin-top: 8%;
    margin-bottom: 42%;
}
.about-link{
	padding: 2% 1% 4%;
}
.welcome-box h4{
font-size: 17px;
    margin: 0;
    color: #3c4550;
    font-family: "Berlin Sans FB";
    padding: 8% 0 2%;
    font-weight: 100;
}
.welcome-box p{
	line-height: 22px;
    padding-top: 5%;
}

.convertheading{
	padding-left:0;
}
.section-header h1 {
    font-size: 35px;
    background: url("../images/double-border.png")no-repeat left bottom;
    line-height: 85px;
    padding-left: 8%;
    letter-spacing: 1px;
    color: #b4762d;
    padding-top: 6%;
    font-family: "american-typewriter";
    text-align: left;
    font-weight: 600;
    background-position-x: -15%;
    text-transform: lowercase;
}


.form-control:-moz-placeholder{color:#b5b5b5}.form-control::-moz-placeholder{color:#b5b5b5;opacity:1}.form-control:-ms-input-placeholder{color:#b5b5b5}.form-control::-webkit-input-placeholder{color:#b5b5b5;}
/*footertop*/


/*about styele close*/
@media (max-width:1200px) and (min-width:767px) {

}
@media (max-width:992px) and (max-width:767px) {
  
}
@media all and (max-width:1100px) {
	
}

@media all and (min-width:1200px){

}
@media all and (max-width:992px){
    
}




@-webkit-keyframes highlight-left {
    0% {
        opacity:0;
        top:100%;
        -webkit-transform:scale(0);
    }
    70% {
        opacity:1;
        -webkit-transform:scale(1);
    }
    100% {
        opacity:0;
        top:0;
        -webkit-transform:scale(0);
    }
}
@keyframes highlight-left {
    0% {
        opacity:0;
        top:100%;
        transform:scale(0);
    }
    70% {
        opacity:1;
        transform:scale(1);
    }
    100% {
        opacity:0;
        top:0;
        transform:scale(0);
    }
}

@-webkit-keyframes highlight-right {
    0% {
        opacity:0;
        top:0;
        -webkit-transform:scale(0)
    }
    70% {
        opacity:1;
        -webkit-transform:scale(1)
    }
    100% {
        opacity:0;
        top:100%;
        -webkit-transform:scale(0)
    }
}
@keyframes highlight-right {
    0% {
        opacity:0;
        top:0;
        transform:scale(0)
    }
    70% {
        opacity:1;
        transform:scale(1)
    }
    100% {
        opacity:0;
        top:100%;
        transform:scale(0)
    }
}




@media (max-width:767px) {
.left-no-p{
	padding:0;
}
.right-no-p{
	padding:0;
}
}


@media all and (max-width:1170px) and (min-width:992px) {

}

@media all and (max-width:991px) {

}

@media all and (min-width:768px) and (max-width:992px) {

}

@media all and (max-width:768px) {
   .btn-blog{display:none;} 
   .social-media ul{text-align:center;}
   .one-view{padding-left:15px; padding-right:15px;}
    .slide-text h1 {
    font-size: 25px;
    line-height:30px;
	}
	.no-paddingL{padding-left:15px;}
	.section-header h2{font-size:16px;}
	.para{padding:0 15px;}
	.centerheading h1{
		font-size:20px;
		background-size: 88%;
		font-weight:500;
		}
	.abocreatsmile h3{font-size:13px;line-height:20px;}
	.abocreatsmile p{line-height: 18px;font-size: 11px;}
	.downhistry a{font-size: 22px;line-height: 32px;}
	.FSS a img {
		margin: 0;
		width:auto;
		margin-bottom: 20px;
	}
	.docterr img{margin:0 auto;}
	.contact-left{padding-left:15px;}
	.paddingRnone{padding-right:15px;}
}
@media (max-width:640px) {
	.social-media ul{padding-bottom:1%;}
	.testi-crusal-btn .carousel-control{top:99%;}
}
@media all and (max-width:480px) {
.centerheading h1{
	line-height: 50px;
	padding: 5% 0px;
}
.slide-text h1 {
font-size: 15px;
line-height: 20px;
}
.logo a img {
    width: 150px;
    margin: 0 auto;
}
.one-view h4{font-size:14px;margin-bottom:9px;}
.one-view p a span{font-size:12px;}
.one-view p{line-height:19px;}
.one-view p a span i{font-size:15px;}
.carousel .item {
    min-height:108px;
}
.sticky{padding:0;}
.FSS{width:100%;}
.FSS a img {
    width:100%;
}
}



.navskip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    -webkit-transition: top 0.5s ease-out, background 0.5s linear;
    transition: top 0.5s ease-out, background 0.5s linear;
    overflow: hidden;
    background-color: #000;
    color: #fff !important;
    padding:8px 18px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    box-shadow: 1px 1px 18px rgba(51, 51, 51, 0.25);
    border: 0;
    outline: none;
    -webkit-appearance: none;
    text-decoration:none;
    z-index: 99999;
}
.navskip:hover{background-color:#337ab7;}
a.navskip:active, 
a.navskip:focus, 
a.navskip:hover {
  left: 0; 
  top: 0;
  width: auto; 
  height: auto; 
  overflow: visible; 
}
/* banner***********two*************** */