/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


.shad {
	display:table;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #1B293C;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
/*  -webkit-box-shadow: inset 0 0 150px rgba(0,0,0,.8);
          box-shadow: inset 0 0 150px rgba(0,0,0,.8);*/
          position:relative;
          z-index:100;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
 .masthead {
 	position:relative;
 	z-index:500;
 }
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    /*width: 700px;*/
  }
}

/*Global menu*/
.main-navbar {
	background:#fff;
	border:0px;
	-webkit-transition: background .5s ease-out;
  -moz-transition: background .5s ease-out;
  -o-transition: background .5s ease-out;
  transition: background .5s ease-out;
  padding:0px;
}
.navbar-title-left {
	font-size:12px;
	padding-left:0px;
}
.navbar-title-top {
	padding-top:0px;
}
.navbar-title-top .btn-main {
	background:transparent;
	color:#000;
}
.navbar-title-top .btn-main:hover {
	/*background:#ED1C24;*/
	color:#ff0000;
}
.navbar-title-top .btn-main-active {
	border: 1px solid #000000;
}
.navbar-nav  li  .glyphicon-menu-right {
	position:relative;
	top:3px;
}
.navbar-nav > li > a {
	text-transform: uppercase;
	font-size:12px;
	font-weight:normal;
}
.navbar-main {
    color: #FFFFFF;
    background:transparent;
    border:0px;
}
.navbar-toggle-custom {
	color:#fff;
}
.navbar-default {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
 .navbar-default .navbar-nav > li > a {
      color: #CCCCCC;
 }
 .navbar-default .navbar-nav > li > a:hover {
      color: #fff;
      background: #000;
 }
 .navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover, 
 .navbar-default .navbar-nav > .active > a:focus {
      color: #fff;
      background: #000;
      -webkit-box-shadow: 3px 3px 28px -1px rgba(0,0,0,0.45);
-moz-box-shadow: 3px 3px 28px -1px rgba(0,0,0,0.45);
box-shadow: 3px 3px 28px -1px rgba(0,0,0,0.45);
 }
.navbar-default .navbar-toggle {
  border-color: #000;
  background-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000;
  border-color: #000;
}
/*Drop menu*/
.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
     background-color: #000;
    color:#ffffff;
    -webkit-box-shadow: 3px 3px 28px -1px rgba(0,0,0,0.45);
-moz-box-shadow: 3px 3px 28px -1px rgba(0,0,0,0.45);
box-shadow: 3px 3px 28px -1px rgba(0,0,0,0.45);
  }
 .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,  .navbar-default .navbar-nav .open .dropdown-menu .active a {
     background-color: #2E4668;
     color: #fff;
      background: #2E4668;
  }
 .navbar-default .dropdown-menu {
    color: #FFFFFF;
    background-color: #2E4668;
    border:0px;
}
 .navbar-default .dropdown-menu > li > a {
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	color: #fff;
}
 .navbar-default .dropdown-menu>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
 }
 .navbar-default .dropdown-menu > li > a {
      color: #fff;
 }
 .navbar-default .dropdown-menu > li > a:hover {
      color: #fff;
      background: #2E4668;
 }
 .navbar-default .dropdown-menu > .active > a, 
 .navbar-default .dropdown-menu > .active > a:hover, 
 .navbar-default .dropdown-menu > .active > a:focus {
      color: #fff;
      background: #0F1722;
 }
 .navbar-default .navbar-nav > .open > a, 
 .navbar-default .navbar-nav > .open > a:hover, 
 .navbar-default .navbar-nav > .open > a:focus {
      color: #fff;
      background: #000;
 }
 .navbar-collapse {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        box-shadow: inset 0 0px 0 rgba(255,255,255,0.1);
    }

/*logo*/
.logo {
	border:0;
    box-shadow:0;
    border-radius:0;
    /*height:111px;*/
    background:transparent;
     
}
.btn-default-main {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#layersliders {
	
	position:absolute;
	margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	z-index:0;
	opacity:.3;
	
}
#myCarousel {
	position:relative;
	z-index:0;
}

.custom-container {
width:95%;

}	

.wrap_lay_slider {
	
	width:100%;
	height:100%;
	 overflow: hidden;
}

.carousel-control {
	background:transparent!important;
}

.thumbnail {
	padding:0px;
	margin:0px;
	border:0px;
	background-color:transparent;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 
  
  
  .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInDown {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInDown {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 