/* CSS Document */
body {
  color: #aeaeae;
  background-color: #f6f3ef;
  font-size: 13px;
}
.navbar-default .navbar-brand > img {
  margin-top: -15px; /*-5px;*/
}
@media (min-width: 768px) {
  .navbar-default {
    padding: 15px 0;
  }
  .navbar-default .navbar-nav {
    padding-left: 0px; /*100px;*/
  }
}
.yamm-content .mega-vertical-nav li a:hover {
  color: #990000; /*#bbb;*/
  font-weight: 300;
}
/*********************

TOP BARS

****************************/
.top-bar-dark {
  background-color: #333; }

.top-bar-light {
  background-color: #f3f3f3; }
  .top-bar-light .top-dark-right li {
    border-color: #ddd; }

.top-bar-light .top-dark-right li a:hover {
  color: #32c5d2; }

.top-bar-socials {
  line-height: 18px;
  padding-top: 5px; }
  .top-bar-socials:after {
    display: table;
    clear: both;
    content: ""; }
  .top-bar-socials a {
    margin: 0px 3px; }

.top-dark-right {
  margin: 0px;
  padding: 0px; }

.top-dark-right li {
  line-height: 40px;
  border-left: 1px solid #444;
  padding: 0px 10px; }

.top-dark-right li, .top-dark-right li a {
  color: #bbb;
  font-size: 12px; }

.top-dark-right li i {
  margin-right: 5px; }

.top-dark-right li a:hover {
  color: #fff; }

/***search top bar**/
.topbar-icons {
  display: block; }

.topbar-icons i {
  margin: 0px !important;
  display: block; }

.search {
  display: none;
  position: absolute;
  left: 0;
  right: 15px;
  top: 0;
  height: 100%;
  z-index: 99999; }

.search .form-control {
  height: 100%;
  position: absolute;
  top: 0;
  width: 99%;
  right: 0;
  border: 0px;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.search-close {
  position: absolute;
  right: 9px;
  top: 5px;
  cursor: pointer; }
  /***header top bar with search***/
.top-bar form {
  position: relative;
  margin: 0px;
  padding: 0px; }

.top-bar button {
  border: 0px;
  background-color: transparent;
  position: absolute;
  top: 9px;
  right: 13px;
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto;
  line-height: 15px; }

.top-bar form .form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-top: 6px;
  width: 150px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.top-bar .form-group {
  margin: 0px; }

.top-bar .form-control:focus {
  width: 200px; }
/***social icons small***/
.social-icon-sm {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA; }
  .social-icon-sm:hover {
    border-color: transparent; }

.social-icon-sm i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  position: relative; }
  .social-icon-sm i:last-child {
    color: #FFF !important; }

.social-icon-sm:hover i:first-child {
  margin-top: -30px; }

si-border {
  border: 1px solid #AAA !important; }

.si-border-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.si-gray-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.si-gray {
  background: #f3f3f3;
  border: 0px; }

.si-dark {
  background-color: #333;
  border: 0px !important;
  color: #fff !important; } 
  
/**icons hover colored**/
.si-colored-facebook, .si-facebook:hover {
  background-color: #3B5998 !important; }

.si-colored-twitter, .si-twitter:hover {
  background-color: #00ACEE !important; }

.si-colored-google-plus, .si-g-plus:hover {
  background-color: #DD4B39 !important; }

.si-colored-skype, .si-skype:hover {
  background-color: #00AFF0 !important; }

.si-linkedin:hover, .si-colored-linkedin {
  background-color: #0E76A8 !important; }

.si-pin:hover, .si-colored-pinterest {
  background-color: #C8232C !important; }

.si-rss:hover, .si-colored-rss {
  background-color: #EE802F !important; }

.si-pinterest:hover, .si-colored-pinterest {
  background-color: #C8232C !important; }

.si-tumblr:hover, .si-colored-tumblr {
  background-color: #34526F !important; }

.si-vimeo:hover, .si-colored-vimeo {
  background-color: #86C9EF !important; }

.si-digg:hover, .si-colored-digg {
  background-color: #191919 !important; }

.si-instagram:hover, .si-colored-instagram {
  background-color: #3F729B !important; }

.si-flickr:hover, .si-colored-flickr {
  background-color: #FF0084 !important; }

.si-paypal:hover, .si-colored-paypal {
  background-color: #00588B !important; }

.si-yahoo:hover, .si-colored-yahoo {
  background-color: #720E9E !important; }

.si-android:hover, .si-colored-andriod {
  background-color: #A4C639 !important; }

.si-appstore:hover, .si-colored-apple {
  background-color: #000 !important; }

.si-dropbox:hover {
  background-color: #3D9AE8 !important; }

.si-dribbble:hover, .si-colored-dribbble {
  background-color: #EA4C89 !important; }

.si-soundcloud:hover, .si-colored-soundcoloud {
  background-color: #F70 !important; }

.si-xing:hover, .si-colored-xing {
  background-color: #126567 !important; }

.si-phone:hover, .si-colored-phone {
  background-color: #444 !important; }

.si-behance:hover, .si-colored-behance {
  background-color: #053eff !important; }

.si-github:hover, .si-colored-github {
  background-color: #171515 !important; }

.si-stumbleupon:hover, .si-colored-stumbleupon {
  background-color: #F74425 !important; }

.si-email:hover, .si-colored-email {
  background-color: #6567A5 !important; }

.si-wordpress:hover, .si-colored-wordpress {
  background-color: #1E8CBE !important; }

.social-shortcodes .left-heading {
  font-size: 30px;
  text-transform: uppercase; }

.grid-boxed {
  border: 1px solid transparent;
  padding: 20px; }

.grid-boxed:hover {
  border: 1px dashed #999; }  

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}


/************

Carousel slider

***************/
.carousel-slider-wrapper {
  position: relative; }

.carousel-slider-wrapper .item {
  overflow: hidden;
  width: 100%;
  height: 450px;
  background-color: #333 !important;
  padding: 100px 0 0; }

.carousel-slider-wrapper .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

#carousel-slide-1 {
  background-image: url(../images/slider-1.jpg);
  width: 100%;
  background-size: cover; }

#carousel-slide-2 {
  background-image: url(../images/slider-2.jpg);
  width: 100%;
  background-size: cover; }

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2; }

.carousel-item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  z-index: 3; }

.carousel-item-content h1 {
  display: inline-block;
  padding: 10px 20px;
  line-height: 35px;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #32c5d2;
  margin: 0px; }

.carousel-item-content p {
  margin: 0px;
  padding: 6px 20px;
  color: #fff;
  background: #333;
  display: inline-block;
  text-transform: uppercase; }

a.carousel-control {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  background-image: none !important;
  font-size: 52px;

  font-weight: 400;
  cursor: pointer; }
  
/*purchase section*/
.purchase-sec {
  padding: 30px 0;
  background: #9e0b0f;  /*#32c5d2;*/
}
.purchase-sec span {
  line-height: 40px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  font-family: "Raleway", sans-serif; }
  
 /* Navbar */
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #9e0b0f; /*#1ab394;*/
  background-color: transparent;
} 
/*flex slider*/
.slider-reg {
  width: 100%; }

@media (max-width: 767px) {
  .slider-reg.transparent-header-slider {
    margin-top: 50px; } }
.main-flex-slider {
  position: relative; 
  height: 450px;   /*450px;*/	  
}

.main-flex-slider .flex-control-nav {
  bottom: 10px;
  margin: 0;
  height: 14px;
  z-index: 10; }

.main-flex-slider .flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.7) !important;
  width: 26px;
  height: 8px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.main-flex-slider .flex-control-paging li a.flex-active {
  background-color: #32c5d2 !important; }

.slider-overlay {
  background: rgba(0, 0, 0, 0.2);
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.slider-text {
  text-align: center;
  margin-top: 30px; }

.slider-text h1 {
  font-size: 3.75em;
  color: #FFF;
  padding: 5px 10px 0px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center; }

.slider-text p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 400; }

.slider-text p a {
  font-style: normal; }

@media (min-width: 1200px) {
  .slider-text {
    margin-top: 250px; } }
@media (max-width: 1199px) {
  .boxed-wrapper .navbar-default {
    left: 0;
    width: 100%;
    right: 0; } }
@media (max-width: 1024px) {
  .slider-text {
    margin-top: 150px; } }
@media (max-width: 768px) {
  .slider-text {
    margin-top: 90px; }

  .slider-text h1 {
    font-size: 2em; } }
@media (max-width: 667px) {
  .slider-text {
    margin-top: 30px; }

  .slider-text h1 {
    font-size: 2em; } }
@media (max-width: 533px) {
  .slider-text p a {
    display: none; } }
@media (max-width: 414px) {
  .slider-text p {
    display: none; }

  .slider-text h1 {
    font-size: 1.5em;
    margin-top: 45px; } }
@media (max-width: 384px) {
  .slider-text h1 {
    font-size: 1.5em;
    margin-top: 45px; } }
/***********animation delays*****************/
.delay-1 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms; }

.delay-2 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  animation-delay: 600ms; }

.delay-3 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  animation-delay: 1200ms; }

.delay-4 {
  -webkit-animation-delay: 1600ms;
  -moz-animation-delay: 1600ms;
  animation-delay: 1600ms; }	
 
.bg-title {
  background-color: #333333;  /*#f0f0f0;*/
  color: #eeeeee; /*#000;*/
}
.bg-title span {
  color: #1ab394;
}  
.margin30 {
  margin-bottom: 30px; }
  
.services-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px; }

.services-box-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #32c5d2;
  color: #fff;
  font-size: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
    
.blue-bg {
  background-color: #32c5d2;
  padding-top: 70px;
  padding-bottom: 40px; }

.blue-bg .services-box i {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 50px;
  margin-right: 25px; }
  
 .blue-bg .services-box .services-box-info {
  margin-left: 30px; }

.blue-bg .services-box .services-box-info h4 {
  color: #ff0000; /*#fff;*/
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px; }

.blue-bg .services-box .services-box-info p {
  color: #eee;
  font-size:15px; 	  
} 
 
.services-box-info {
  padding-left: 65px; }  
 
.sidebar-widget h3 {
  color: #ffffff; /*#000;ef6464;*/
  background-color: #323248; /*#f5f5f5;*/
}  