.spinner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: none;
    background-image: url(../img/logo-1.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    /**animation: sk-rotateplane 1.2s infinite ease-in-out;*/
    animation: spin 1.2s linear infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateY(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateY(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateY(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateY(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateY(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateY(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/**dropdown menus*/
.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}


.nabrax-image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 80%;
}
.nabrax-share{
    display: block;
    margin-bottom: 2em;
    background-color: #EEF9FF;
    padding: 1em;
    color: black;
}

.last-field{
    margin-bottom: 50px;
}

/**contact form*/
.form-control-msg{
    display: none;
}

.has-error .form-control-msg{
    display: block;
}

.js-show-feedback{
    display: block;
}


/**404 page*/
.error-page {
    text-align: center;
	background: #fff;
}
.error-page .error-inner {
	display: inline-block;
}
.error-page .error-inner h1 {
	font-size: 140px;
	text-shadow: 3px 5px 2px #3333;
	color: #006DFE;
	font-weight: 700;
}
.error-page .error-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
}
.error-page .error-inner p {
	padding: 20px 15px;
}
.error-page .search-form {
	width: 100%;
	position: relative;
}
.error-page .search-form input {
	width: 400px;
	height: 50px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	font-weight:400;
	font-size:14px;
}
.error-page .search-form input:hover{
	padding-left:35px;
}
.error-page .search-form .btn {
	width: 80px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	background: #006DFE;
	display: inline-block;
	position: relative;
	top: -2px;
}
.error-page .search-form .btn i{
	font-size:16px;
}
.error-page .search-form .btn:hover{
	background:#333;
}
.testi-slider-image{
    height: 75px !important;
    width: 75px !important;
    border: solid 1px #ddd !important;
    border-radius: 50% !important;
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD !important;
}

.no-image{
    height: 75px !important;
    width: 75px !important;
    border: solid 1px #ddd !important;
    border-radius: 50% !important;
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD !important;
}

#teenpatey-testimonial-form .field-container{
    position: relative;
    margin-bottom: 20px;
}
#teenpatey-testimonial-form .field-msg{
    display: none;
    position: absolute;
    left:2px;
    bottom: -20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#teenpatey-testimonial-form .show{
    display: block;
}
#teenpatey-testimonial-form .error{
    color: rgb(144, 19, 19);
}

#teenpatey-testimonial-form .success{
    color: rgb(3, 68, 17);
}
.btn-sunset-form{
    border: 1px solid #06A3DA;
    color: #06A3DA;
}
.nabrax_gravatar {
padding: 3px;
margin: 3px;
background:#FFFFFF;
border:3px solid #eee;
}
