/* 
 Site Colors :
 Blue : #3a97d7
 */
body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    background: #fff;
    overflow-x: hidden
}

html {
    overflow-x: hidden
}

p {
    font-size: 16px;
    line-height: 24px
}

a:hover,
a:focus {
    color: #008CC9
}

a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1px
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

ul {
    margin: 0;
    padding: 0;
    padding-left:15px;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0
}

a:not([href]):not([tabindex]) {
    color: #fff
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #008CC9
}
/* ============================================================== 
     # Topbar Area 
=================================================================== */
.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area {
  overflow: hidden;
}

.top-bar-area li {
  display: inline-block;
}

.top-bar-area li .icon, .top-bar-area li .info {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area li .info span {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #232323;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 600;
}

.top-bar-area li .icon i {
  font-size: 30px;
  color: #ea6b22;
  margin-right: 15px;
}

.top-bar-area li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.top-bar-area li:last-child::after {
  display: none;
}

.top-bar-area .info li {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-bar-area.inline .info li {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

.top-bar-area .info li::after {
  position: absolute;
  right: 0;
  top: -10px;
  content: "";
  height: 100px;
  width: 1px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  background: #e7e7e7;
}

.top-bar-area.double-info .social {
  padding: 25px 15px;
}

.top-bar-area.inline .info li i {
  margin-right: 10px;
  color: #ea6b22;
  font-size: 20px;
}

.top-bar-area.inline.bg-theme .info li i,
.top-bar-area.inline.bg-dark .info li i {
  color: #ffffff;
}


.top-bar-area .bar-btn a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 35px;
  color: #ffffff;
  background: #ea6b22;
  display: inline-block;
  letter-spacing: 1px;
}
/* Breadcrumb Area */
.breadcrumb{ background: rgba(0,0,0,0.7);}
.breadcrumb li.breadcrumb-item, .breadcrumb li.breadcrumb-item a { font-weight: 600; text-transform: uppercase; color:#ffffff;}
.breadcrumb li.active, .breadcrumb li.active a{ font-weight: 600; text-transform: uppercase; color:#007bff;}

/* Home Page Area */
.section-title{ font-size: 36px; }
.tabs-items .nav-tabs { border-bottom: none;}
.tabs-items .tab-content { border-bottom: 2px solid #dee2e6;}
.tabs-items .nav-tabs a.nav-link{ border: none;}
.tabs-items .nav-tabs a.active::after {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -12px;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #76b935;
}
.tabs-items .nav-tabs li a.active, .tabs-items .nav-tabs li a:focus {
    background: #76b935;
    color:#ffffff;
}
.tabs-items .nav-tabs li a {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 5px;
    position: relative;
    background: #f5f5f5;
    border-radius: inherit;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#000;
}
.section {
    padding: 60px;
    background:#f5f5f5;
}
.section.bg-upperfooter{
	background: #5bc8d2;
}
.section.bg-highlite{background:#f6f9df;}
.section.bg-highlite-1{background:#bff7d7;}
.section-header {
    color: #fff;
    margin-bottom: 40px;
    text-align: center
}

.section-header .section-title {
    font-size: 42px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 100;
    color: #333;
    position: relative
}

.section-header .section-title span {
    color: #008CC9
}

.section-header .section-subtitle {
    margin-top: 15px;
    color: #333;
    font-size: 20px;
    font-weight: 400
}

.section-header .lines {
    margin: auto;
    width: 70px;
    position: relative;
    border-top: 2px solid #346afe;
    margin-top: 15px
}

.section-header .lines:before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    top: -10px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #008CC9;
    left: 27px
}

.section.divider-bottom { border-bottom:1px solid #fff;}
.whyus { background:url('../images/4.jpg') center center;}

.whyus-info ul {
    margin-top: 30px;
    overflow: hidden;
}

.whyus-info li:first-child, .whyus-info li:nth-child(2) {
    margin-top: 0;
}
.whyus-info li {
    display: block;
    float: left;
    width: 50%;
    min-height:145px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.whyus-info li .info {
    position: relative;
    z-index: 1;
    padding-left: 35px;
}
.whyus-info li .info::after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    font-size: 20px;
    color: #0cb8b6;
}

.btn-common {
    border: 2px solid #008CC9;
    background-color: #008CC9;
    position: relative;
    z-index: 1;
    border-radius: 4px
}

.btn-common:hover {
    color: #008CC9;
    background-color: transparent;
    border: 2px solid #008CC9;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.btn-border {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: #008CC9;
}

.btn-border:hover {
    border: 2px solid #008CC9;
    color: #008CC9;
    background-color: transparent;
}

.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px
}

.btn-rm {
    padding: 7px 10px;
    text-transform: capitalize
}

button:focus {
    outline: 0!important
}

.clear {
    clear: both
}

.social-icons {
    margin-bottom: 20px
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.social-icons ul li {
    display: inline
}

.social-icons ul li a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid rgba(255, 254, 254, .07);
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px
}

.social-icons ul li a:hover {
    color: #fff
}

.facebook a {
    color: #4867aa
}

.facebook a:hover {
    background: #4867aa
}

.twitter a {
    color: #1da1f2
}

.twitter a:hover {
    background: #1da1f2
}

.google-plus a {
    color: #dd4d42
}

.google-plus a:hover {
    background: #dd4d42
}

.youtube a {
    color: #df2926
}

.youtube a:hover {
    background: #df2926
}

.linkedin a {
    color: #007bb6
}

.linkedin a:hover {
    background: #007bb6
}

.pinterest a {
    color: #bd081c
}

.pinterest a:hover {
    background: #bd081c
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    background-color: #008CC9;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.animated {
    -webkit-animation-duration: 1e3 ms;
    animation-duration: 1e3 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.bg-faded {
    background-color: #fff
}
.topmenu-area{
	background-color: rgb(240, 240, 240,1);
	border-bottom:1px solid #eee;
}
a.top-link{ padding:0 10px;}
.mainmenu-area {
    padding: 10px 0;
    border: 0;
    margin: 0;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .1);
    background-color: rgb(255, 255, 255, 1);
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #3a97d7;
    font-weight:bold;
    font-size: 16px;
    padding: 15px 15px;
    position: relative
}

.navbar-brand img { height: 60px; }

.navbar-brand { padding: 0; }

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    color: #000000;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
    color: #008CC9;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.secondary .navbar-nav .nav-link:focus,
.secondary .navbar-nav .nav-link:hover,
.secondary .navbar-nav .nav-link:hover:before {
    color: #008CC9;
    background:#ffffff;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.secondary .navbar-nav .active>.nav-link,
.secondary .navbar-nav .nav-link.active,
.secondary .navbar-nav .nav-link.active:before,
.secondary .navbar-nav .nav-link.open,
.secondary .navbar-nav .open>.nav-link {
    color: #008CC9;
    background:#ffffff;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.navbar-expand-md .navbar-toggler {
    background: #008CC9;
    border-radius: 0;
    margin: 5px;
    cursor: pointer;
    float: right
}

.navbar-expand-md .navbar-toggler i {
    color: #fff!important
}

.collapse.show {
    background: #222;
    margin-bottom: 10px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.navbar-expand-md .navbar-toggler:active {
    border: 1px solid #008CC9;
    color: #008CC9
}

/* Home Slider Unit */
.home-slider {
	color:#ffffff;
}
.home-slider .carousel-caption { background:rgba(0,0,0,0.4); height: 100%; width:100%; padding-top:200px; left:0; bottom:0;}
.home-slider .carousel-caption .caption-block { width:80%; }
.home-slider .carousel-caption h4 { font-size:32px; color:#05d5f7;}
.home-slider .carousel-caption p { font-size:22px; color:#ffffff; }
.home-slider .carousel-control-next, .carousel-control-prev { z-index:100;}

/* Hero Unit */
.home-hero{
    height: 100vh;
    min-height: 250px;
    background: url('../images/imgnew3.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero-content{
	height: 100vh;
    min-height: 250px;
	background:rgba(0,0,0,0.4);
	color:#ffffff;
}
.hero-content h1 { padding-top:150px; font-size: 40px; font-weight:600; color:#000; margin-bottom:50px;}
.hero-content h1 small { font-weight:500; color:#ffffff;}
.overflow-hidden { overflow: hidden; }

.footer { background-color:#fff; color:#333; box-shadow: 0px -2px 3px 1px rgba(0, 0, 0, .1);}
.footer hr { background-color:#555555;}
.footer ul { list-style:none; padding:0px;}
.footer ul li { padding:5px 0px;}
.footer ul li a { color:#333; font-size:16px;}

.copyright a { color:#999999; }
.copyright a:hover { color:#333; }

.contents .head-title {
    text-transform: uppercase;
    font-size: 42px!important;
    font-weight: 700!important
}

.contents h4 {
    font-size: 36px;
    line-height: 50px
}

.contents .header-button .btn i {
    margin-left: 10px
}

.form-control {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-family: lato, sans-serif
}

.form-control:focus {
    color: none!important;
    border-color: none!important;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: 1
}

#contact {
    background: #ffffff;
    position: relative;
    overflow: hidden
}

#contact .contact-block {
    background: #fff;
    padding: 30px;
    overflow: hidden
}

#contact #contactForm {
    margin-top: 30px
}

.text-danger {
    font-size: 14px;
    margin-top: 10px
}

/*-------------------------------------------------*/


/* =  Inner page
/*-------------------------------------------------*/

.page-banner-section {
    padding: 100px 0px;
    background: url('../images/bgstory.jpg') center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-banner-section .container {
    position: relative;
    z-index: 2;
    margin-top:20px;
}

.page-banner-section h1 {
    color:#007bff;
    font-size: 38px;
    margin: 0;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.page-banner-section ul.page-depth {
    margin: 0;
    padding: 0;
    padding-top: 6px;
}

.page-banner-section ul.page-depth li {
    display: inline-block;
    margin-left: 1px;
    color: #ffffff;
}

.page-banner-section ul.page-depth li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 18px;
    color: #ffffff;
}

.page-banner-section ul.page-depth li a:hover {
    color: #fff;
}

.page-banner-section ul.page-depth li:before {
    content: '-';
    font-size: 13px;
    color: #fff;
    margin-right: 5px;
}

.page-banner-section ul.page-depth li:first-child:before {
    content: '';
    margin-right: 0;
}

.page-banner-section:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
}

.inner-section {
    padding: 60px 0;
}

.inner-section p,
.inner-section div {
    font-size: 18px;
    font-weight: 300;
}

h3.service-heading {
    font-weight: bold;
    font-size: 26px;
}

.faq-box {
    margin-bottom: 30px;
}

.faq-box h4 {
    background-color: #dfdfdf;
    padding: 8px 10px;
    margin: 0;
    font-size: 18px;
    font-family: roboto, sans-serif;
}

.faq-box .badge {
    background-color: #008CC9;
    color: #FFF;
}

.faq-card {
    background-color: #f5f5f5;
    padding: 10px;
}

#inner_bg {
    background-image: url(../images/slider/bg-1.jpg);
    height: 80px;
}

#downloadForm .btn {
    padding: 5px 10px;
}
.infomsg{ font-size: 16px;}


/* Vex Dialog Box */
@-webkit-keyframes vex-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes vex-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes vex-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes vex-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    box-shadow: inset 0 0 0 300px transparent; } }

@keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    box-shadow: inset 0 0 0 300px transparent; } }

.vex.vex-theme-os {
	position:absolute;
  	top: 33%;
	left:33%;
	z-index:1000;
}
  .vex.vex-theme-os.vex-closing .vex-content {
    -webkit-animation: vex-flyout .5s forwards;
    animation: vex-flyout .5s forwards; }
  .vex.vex-theme-os .vex-content {
    -webkit-animation: vex-flyin .5s;
    animation: vex-flyin .5s; }
  .vex.vex-theme-os .vex-content {
    border-radius: 5px;
    box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
    font-family: "Helvetica Neue", sans-serif;
    border-top: 20px solid #bbb;
    background: #f0f0f0;
    color: #444;
    padding: 1em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    font-size: 1.1em;
    line-height: 1.5em; }
    .vex.vex-theme-os .vex-content h1, .vex.vex-theme-os .vex-content h2, .vex.vex-theme-os .vex-content h3, .vex.vex-theme-os .vex-content h4, .vex.vex-theme-os .vex-content h5, .vex.vex-theme-os .vex-content h6, .vex.vex-theme-os .vex-content p, .vex.vex-theme-os .vex-content ul, .vex.vex-theme-os .vex-content li {
      color: inherit; }
  .vex.vex-theme-os .vex-close {
    border-radius: 0 5px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .vex.vex-theme-os .vex-close:before {
      border-radius: 3px;
      position: absolute;
      content: "\00D7";
      font-size: 26px;
      font-weight: normal;
      line-height: 31px;
      height: 30px;
      width: 30px;
      text-align: center;
      top: 3px;
      right: 3px;
      color: #bbb;
      background: transparent; }
    .vex.vex-theme-os .vex-close:hover:before, .vex.vex-theme-os .vex-close:active:before {
      color: #777;
      background: #e0e0e0; }
  .vex.vex-theme-os .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em; }
  .vex.vex-theme-os .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em; }
    .vex.vex-theme-os .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="week"] {
      border-radius: 3px;
      background: #fff;
      width: 100%;
      padding: .25em .67em;
      border: 0;
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      min-height: 2.5em;
      margin: 0 0 .25em; }
      .vex.vex-theme-os .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 1px #3288e6;
        outline: none; }
  .vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1; }
    .vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons:after {
      content: "";
      display: table;
      clear: both; }
  .vex.vex-theme-os .vex-dialog-button {
    border-radius: 3px;
    border: 0;
    float: right;
    margin: 0 0 0 .5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em; }
    .vex.vex-theme-os .vex-dialog-button.vex-last {
      margin-left: 0; }
    .vex.vex-theme-os .vex-dialog-button:focus {
      -webkit-animation: vex-pulse 1.1s infinite;
      animation: vex-pulse 1.1s infinite;
      outline: none; }
      @media (max-width: 568px) {
        .vex.vex-theme-os .vex-dialog-button:focus {
          -webkit-animation: none;
          animation: none; } }
    .vex.vex-theme-os .vex-dialog-button.vex-dialog-button-primary {
      background: #3288e6;
      color: #fff; }
    .vex.vex-theme-os .vex-dialog-button.vex-dialog-button-secondary {
      background: #e0e0e0;
      color: #777; }

.vex-loading-spinner.vex-theme-os {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  width: 0;
  height: 0;
  border: 1.2em solid #bbb;
  border-top-color: #f0f0f0;
  border-bottom-color: #f0f0f0; }

@-webkit-keyframes vex-dropin {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  1% {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
    opacity: 0; }
  2% {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes vex-dropin {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  1% {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
    opacity: 0; }
  2% {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes vex-dropout {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px); } }

@keyframes vex-dropout {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px); } }

@-webkit-keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    box-shadow: inset 0 0 0 300px transparent; } }

@keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    box-shadow: inset 0 0 0 300px transparent; } }

.vex.vex-theme-top.vex-closing .vex-content {
  -webkit-animation: vex-dropout .5s forwards;
  animation: vex-dropout .5s forwards; }

.vex.vex-theme-top .vex-content {
  -webkit-animation: vex-dropin .5s;
  animation: vex-dropin .5s; }

.vex.vex-theme-top .vex-content {
  border-radius: 0 0 5px 5px;
  font-family: "Helvetica Neue", sans-serif;
  background: #f0f0f0;
  color: #444;
  padding: 1em;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  font-size: 1.1em;
  line-height: 1.5em; }
  .vex.vex-theme-top .vex-content h1, .vex.vex-theme-top .vex-content h2, .vex.vex-theme-top .vex-content h3, .vex.vex-theme-top .vex-content h4, .vex.vex-theme-top .vex-content h5, .vex.vex-theme-top .vex-content h6, .vex.vex-theme-top .vex-content p, .vex.vex-theme-top .vex-content ul, .vex.vex-theme-top .vex-content li {
    color: inherit; }

.vex.vex-theme-top .vex-close {
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }
  .vex.vex-theme-top .vex-close:before {
    border-radius: 3px;
    position: absolute;
    content: "\00D7";
    font-size: 26px;
    font-weight: normal;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 3px;
    right: 3px;
    color: #bbb;
    background: transparent; }
  .vex.vex-theme-top .vex-close:hover:before, .vex.vex-theme-top .vex-close:active:before {
    color: #777;
    background: #e0e0e0; }

.vex.vex-theme-top .vex-dialog-form .vex-dialog-message {
  margin-bottom: .5em; }

.vex.vex-theme-top .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1em; }
  .vex.vex-theme-top .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="week"] {
    border-radius: 3px;
    background: #fff;
    width: 100%;
    padding: .25em .67em;
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    min-height: 2.5em;
    margin: 0 0 .25em; }
    .vex.vex-theme-top .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
      box-shadow: inset 0 0 0 2px #8dbdf1;
      outline: none; }

.vex.vex-theme-top .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1; }
  .vex.vex-theme-top .vex-dialog-form .vex-dialog-buttons:after {
    content: "";
    display: table;
    clear: both; }

.vex.vex-theme-top .vex-dialog-button {
  border-radius: 3px;
  border: 0;
  float: right;
  margin: 0 0 0 .5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .8em;
  line-height: 1em;
  padding: .75em 2em; }
  .vex.vex-theme-top .vex-dialog-button.vex-last {
    margin-left: 0; }
  .vex.vex-theme-top .vex-dialog-button:focus {
    -webkit-animation: vex-pulse 1.1s infinite;
    animation: vex-pulse 1.1s infinite;
    outline: none; }
    @media (max-width: 568px) {
      .vex.vex-theme-top .vex-dialog-button:focus {
        -webkit-animation: none;
        animation: none; } }
  .vex.vex-theme-top .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff; }
  .vex.vex-theme-top .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777; }

.vex-loading-spinner.vex-theme-top {
  box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  background: #f0f0f0;
  border: .2em solid transparent;
  border-top-color: #bbb;
  top: -1.1em;
  bottom: auto; }
