@charset "utf-8";
/* Wedge Networks Custom CSS Document */

img {
  max-width: 100%;
  height: auto;
}

table img {
  max-width: inherit;
}

.top-bar {
  background: none repeat scroll 0 0 #8B8B8B;
  border-bottom: none;
  /*line-height: 28px;
  padding: 10px 0;*/
}

.top-bar .container .row div {
  text-align: right;
}

.top-bar .container .row div ul {
  list-style-type: none;
}

.top-bar .container .row div ul li {
  display: inline-block;
}

.top-bar .container .row div ul li a {
  color: #E3E3E3;
  text-decoration: none;
  padding: 0 20px;
}

.top-bar .container .row div ul li:last-child a {
  padding-right: 0;
}

.top-bar .container .row div ul li a:hover {
  text-decoration: underline;
}

.container {
  position: relative;
}

.social {
  position: absolute;
  right: 0;
  top: -16px;
}

ul.social-share li a {
  border-radius: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

ul.social-share li:nth-child(1) a {
  background: none repeat scroll 0 0 #3b5998;
}

ul.social-share li:nth-child(2) a {
  background: none repeat scroll 0 0 #00aced;
}

ul.social-share li:nth-child(3) a {
  background: none repeat scroll 0 0 #007bb6;
}

ul.social-share li:nth-child(4) a {
  background: none repeat scroll 0 0 #bb0000;
}

ul.social-share li a:hover {
  background: none repeat scroll 0 0 #909090;
  color: #000;
}

.navbar {
  background: #5aa5db; /* Old browsers */
  background: -moz-linear-gradient(top,  #5aa5db 0%, #63abde 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5aa5db), color-stop(100%,#63abde)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5aa5db 0%,#63abde 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5aa5db 0%,#63abde 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5aa5db 0%,#63abde 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #5aa5db 0%,#63abde 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aa5db', endColorstr='#63abde',GradientType=0 ); /* IE6-9 */
  height: 100px;
}

.navbar-toggle {
  margin: 15px 15px 0 15px;
}

#header {
  position: relative;
  z-index: 9999;
}

/*#main-slider {
  top: -89px;
}*/

#main-slider .carousel .item {
  background-position: 50% bottom;
}

.btn,
input[type='submit'] {
  background: none repeat scroll 0 0 #c52d2f;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin-top: 25px;
  padding: 8px 20px;
}

.btn:hover,
input[type='submit']:hover {
  background: none repeat scroll 0 0 #fff;
  color: #c52d2f;
  border: solid 1px #c52d2f;
}

.btn.fixed {
  max-width: 10em;
}

#whatis h2 {
  color: #456575;
  font-size: 40px;
  font-family: Verdana, sans-serif;
  font-weight: normal;
}

#whatis p {
  color: #808B91;
  font-size: 14px;
}

#feature {
  background: none repeat scroll 0 0 #7FC048;
  padding: 0;
}

.features h2 {
  color: 456575;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

.features h3 {
  color: #456575;
  text-align: center;
}

.features .btn.learnmore {
  background: none repeat scroll 0 0 transparent;
  border: solid 1px #fff;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: 0;
  padding: 8px 20px;
}

.features .btn.learnmore:hover {
  background: none repeat scroll 0 0 #fff;
  color: #7FC048;
  border: solid 1px #7FC048;
}

.features .col-md-3 {
  padding: 40px 15px;
}

.features .col-md-3:nth-child(1) {
  background: none repeat scroll 0 0 #8ECD4A;
}

.features .col-md-3:nth-child(2) {
  background: none repeat scroll 0 0 #7FC048;
}

.features .col-md-3:nth-child(3) {
  background: none repeat scroll 0 0 #75B53D;
}

.features .col-md-3:nth-child(4) {
  background: none repeat scroll 0 0 #8ECD4A;
}

.services-wrap {
  margin: 0;
  padding: 30px;
}

#footer ul > li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 0;
}

#bottom {
  border-top: solid 18px #DCE1E5;
  border-bottom: none;
  background: none repeat scroll 0 0 #808c96;
  padding-bottom: 0 !important;
}

#bottom h3 {
  color: #ebecec;
  font-weight: bold;
  font-size: 20px;
}

#bottom ul li a {
  color: #cccccd;
  text-decoration: none;
}

#bottom ul li a:hover {
  color: #cccccd;
  text-decoration: underline;
}

#footer {
  background: none repeat scroll 0 0 #808c96;
  color: #cccccd;
}

#footer a {
  color: #cccccd;
  text-decoration: none;
}

#footer a:hover {
  color: #cccccd;
  text-decoration: underline;
}

#footer ul li span {
  display: inline-block;
  margin-left: 20px;
}

a.prev,
a.next {
  display: none !important;
  visibility: hidden !important;
}

.navbar-header {
}

.navbar-header img {
  height: auto;
  width: auto;
}

.navbar-nav {
  margin: 0;
  padding: 20px 0;
}

.navbar-nav > li {
  padding-bottom: 0;
  /*text-align: center;*/
}

#main-slider .carousel .carousel-content {
  margin-top: 0;
  text-align: center;
}

#main-slider .active .animation.animated-item-1 {
  font-weight: normal;
  font-style: italic;
  font-size: 54px;
}

#main-slider .active .animation.animated-item-1 span {
  font-weight: bold;
  font-style: italic;
  font-size: 92px;
}

#main-slider .active .animation.animated-item-2 {
  font-weight: normal;
  font-size: 26px;
  float: left;
  text-align: left;
  width: 75%;
}

#main-slider .active .animation.animated-item-3 {
  float: right;
}

#main-slider .carousel .btn-slide {
  background: none repeat scroll 0 0 transparent;
  border-radius: 0;
  border: solid 3px #FFF;
  
}

.btn,
input[type='submit'] {
  background: none repeat scroll 0 0 transparent;
  border-radius: 0;
  border: solid 3px #0082c8;
  color: #0082c8;
}

.btn:hover,
input[type='submit']:hover {
  background: none repeat scroll 0 0 #0082c8;
  border-radius: 0;
  border: solid 3px #0082c8;
  color: #FFF;
}

.features a.learnmore {
  text-align: center;
  display: block;
  color: #456575;
  margin-bottom: 10px;
}

.feature-wrap {
  margin-bottom: 0;
}

.features a.learnmore:hover {
  color: #FFF;
}

.features .wow {
  background-color: #f1d851;
  margin-bottom: 1em;
  padding: 21px 10px;
}

.services-wrap {
  background: none;
  padding: 0;
  margin: 0 0 10px 0;
  border-radius: 0;
}

#feature {
  background: none;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 0;
  color: #fff;
  line-height: 18px;
  display: inline-block;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.navbar-inverse .navbar-nav > li > a:hover{
  background-color: #fff;
  color: #5aa5db;
  text-shadow: none;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #5aa5db;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #fff;
  color: #5aa5db;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 225px;
}

a.dropdown-toggle {
  cursor: pointer;
}

h4 {
  color: #5a8299;
  font-weight: normal;
  font-size: 20px;
}

.blueOutline {
  border: solid 2px #0082c8;
  padding: 50px 0;
  display: table;
}

.blueOutline h2 {
  margin: 0;
  padding: 0;
}

.panel-heading.active a.accordion-toggle i {
  background: none repeat scroll 0 0 #f69333;
  color: #fff;
}

.panel-heading.active {
  background: none repeat scroll 0 0 #0082c8;
}

.pricing-area .heading-one, .pricing-area .heading-two, .pricing-area .heading-three, .pricing-area .heading-four, .pricing-area .heading-five, .pricing-area .heading-six, .pricing-area .heading-seven {
  margin-left: 0;
}

.pricing-area ul li {
  font-size: 14px;
}

.pricing-area h3::before {
  content: none;
}

.pricing-area h3 {
  font-size: 15px;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three,
.pricing-area .heading-four {
  background: none repeat scroll 0 0 #0B699F;
}

.pricing-area .price-one ul li {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}

.pricing-area .price-one ul li h3 {
  text-align: center;
}

.pricing-area .heading-two h3,
.pricing-area .heading-three h3,
.pricing-area .heading-four h3 {
  font-weight: normal;
}

.mobileHeaderImage {
  margin: 0 auto;
  text-align: center !important;
  display: none;
  padding-bottom: 6px;
}

ul.nav.navbar-nav li.mobileOnly {
  display: none;
}

.footerSocial {
  margin-bottom: 2em;
}

.footerSocial ul li {
  display: inline-block;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-color: #DCE0E3;
  font-size: 20px;
}

.footerSocial ul li a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #808c96 !important;
}

.footerSocial ul li a i {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

/*.footerSocial ul li:hover {
	background-color: #808c96;
}*/

.footerSocial ul li a:hover {
  /*color: #DCE0E3 !important;*/
  -moz-animation: spin .4s 1 linear;
  -o-animation: spin .4s 1 linear;
  -webkit-animation: spin .4s 1 linear;
  animation: spin .4s 1 linear;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}

@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

.mobileOnly {
  display: none;
}

.carousel-control {
  background: none !important;
}

@media (max-width: 991px) and (min-width: 768px) {
  .navbar-collapse {
    font-size: smaller;
  }  
}