/*
project Name : The Veli;
BY:Islam Emam
RELEASE : 2/2016
BG-Color: #000000;
 */

/*Header Style*/
.navbar-bg{
  background-color: #000;
	}
.navbar-brand{
	padding: 0;
	height: auto;
}
.navbar{
  border-radius:0;
  margin-bottom:0;
  min-height:42px;
	}
.navbar-nav > li:last-child{
	border-right:none;
	}
.navbar-nav > li > a {
	text-transform: uppercase;
  display: inline-block;
	color:#fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  padding-bottom:3em;
}
.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #68b215;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before, .navbar-nav > li > a:active:before {
  left: 0;
  right: 0;
}
.navbar-nav > li > a:hover{
	color:#FFF;
	}
navbar-form nav navbar-nav navbar-right{
	 margin-bottom:0;
	 margin-top:2px;
	}
.navbar-right{
	margin-top:30px;
}
h3.title{
	color:#2f2f2f;
	text-transform:uppercase;
	}
.carousel-control.right{
	background-image: none;
	color: #FFF;
	height: 30px;
	margin-top: -30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
	}
 .carousel-control.left{
	background-image: none;
	color: #FFF;
	height: 30px;
	margin-top: -30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
 }
 .carousel-inner .item img{
	 width:100%;
	 height:500px;
	 }
.carousel-control{
	width: auto;
	}
.carousel-caption{
	left:1%;
	right:0;
	bottom:20%;
	background-image: url(images/caption-bg.png);
	background-position: center center;
	}
#carousel-example-generic  .carousel-caption a{
	text-align:left;
	color:#fff;
	border:1px solid #000;
	padding:.8em 4em;
	font-size:1.4em;
	text-transform:uppercase;
	}
.carousel-caption a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.carousel-caption a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#a9dd6e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.carousel-caption a:hover, .carousel-caption a:focus, .carousel-caption a:active {
  color: white;
	border:1px solid #fff;
}
.carousel-caption a:hover:before, .carousel-caption a:focus:before, .carousel-caption a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}	
#carousel-example-generic  .carousel-caption h2{
	margin-bottom:20px;
	}
#carousel-example-generic  .carousel-caption a:hover{
	text-decoration:none;
	}
#carousel-example-generic  .carousel-indicators {
  position: absolute;
  bottom:-15px;
  left: 27%;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width:122px;
  height:5px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color:#a9dd6e;
  border: none;
  border-radius:0;
}
.carousel-indicators .active {
  width:122px;
  height:5px;
  margin: 0;
  border: none;
  background-color: #fff;
}
.who-we{
	text-align: center;
	text-transform: uppercase;
	min-height:220px;
	padding-top:30px;
}
.who-we p{
	line-height: 2em;
}
.who-we h2{
	margin-bottom:40px;
}
.about-area{
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 40px;
}
.about-area h2{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-top: 50px;
}
.area{
	color: #fff;
}
.area h3{
	text-transform: uppercase;
}
.area p{
	text-align: justify;
	margin-top: 20px;
	width: 90%;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	font-weight:bold;
}
.area img{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.area img:hover, .area img:focus, .area img:active {
  -webkit-transform: scale(1) rotate(4deg);
  transform: scale(1) rotate(4deg);
}
.area a{
	margin-top: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
.area a:hover{
	text-decoration:none;
}
.area a::before,
.area a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
.area a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
.area a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
.area a:hover::before,
.area a:hover::after,
.area a:focus::before,
.area a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
footer{
	background-color: #000;
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}
ul.site-map {
	padding-left: 0;
	margin-left: 0;
	}
ul.site-map li{
	color:#fff;
	list-style-type:none;
	}
ul.site-map li a{
	line-height: 2em;
	text-transform: uppercase;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	}
ul.site-map li a:before{
  content: "\f0c8";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	}
ul.site-map li a:hover:before, ul.site-map li a:focus:before, ul.site-map li a:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
ul.site-map li a:hover{
	color:#a9dd6e;
	}
ul.footer-social{
	padding-left:0;
	margin-left:0;
	margin-top:30px;
	}
ul.footer-social li{
	display:inline-block;
	padding-right:5px;
	color:#FFF;
	}
ul.footer-social li a{
	color:#FFF;
	text-decoration:none;
	font-size:1em;
	}
ul.footer-social i{
	width: 35px;
	border-radius:50%;
	border:2px solid #FFF;
	color:#FFF;
	padding: 8px 5px;
	text-align: center;
	}
ul.footer-social i:hover{
	color:#fff;
	border:2px solid #fff;
	text-decoration:none;
	}
ul.footer-social i.fb:hover{
	background-color:#4a7cff;
	}
ul.footer-social i.twe:hover{
	background-color:#62c8f8;
	}
ul.footer-social i.you:hover{
	background-color:#ee1c1b;
	}
.copy{
	text-align:center;
	margin-top:15px;
	}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
							/*-------------------- contact us Style View ------------------------- */
.contact-us h1{
	color:#6ab012;
	text-transform: uppercase;
	font-size: 3em;
	text-align: center;
	font-weight: bold;
}
.contact-us h3{
	text-transform: capitalize;
	text-align: center;
}
.contact-us .form-control{
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.contact-us button{
	margin-top: 30px;
	display: block;
	background-color:#6ab012;
	color:#fff;
	width: 100%;
}
.contact-us button:hover{
	color:#fff;
}
.contact-us form{
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact-us dl,dt{
	text-align: center;
	font-weight: bold;
}
.contact-us dt{
	color:#6ab012;
	font-size: 1.3em;
	text-transform: uppercase;
}
.contact-us dd{
	color:#000;
}
.contact-us dl{
	margin-top: 30px;
}
							/*-------------------- About us Style View ------------------------- */
.about-section{
	margin-top: 30px;
	margin-bottom: 50px;
}
.about-section h2{
	text-transform: uppercase;
}
.about-section p{
	line-height:1.2em;
	font-size: 1.2em;
}


							/*-------------------- General Style View ------------------------- */
.breadcrumb{
	background-color: #201f1d;
	border-radius: 0;
}
.breadcrumb a{
	color: #fff;
}
.breadcrumb .active{
	color:#6ab012;
	text-transform: uppercase;
}
.breadcrumb a:hover{
	color:#6ab012;
	text-decoration: none;
}
.margin-all{
	margin:10px;
	}
.white-color{
	color:#FFF;
	}
.margin-top20{
	margin-top:20px;
	}
.margin-top10{
	margin-top:10px;
	}
.margin-top50{
	margin-top:50px;
	}
.padding-bottom100{
	padding-bottom:100px;
	}
.padding-left-40{
	padding-left:40px;
	}
.no-padding{
	padding:0;
	}
.no-padding-right-left{
	padding-right:0;
	padding-left:0;
	}
.border{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	}
/* line 16, ../sass/demo.scss */
.clear {
  clear: both;
  float: none;
  width: 100%;
}
/* line 32, ../sass/demo.scss */
.gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.gallery a.big img {
  width: 40%;
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}
.the-menu{
    background-color:#668834
}
.the-menu h1{
    color:#fff;
    text-transform: uppercase;
    font-size: 3em;
    text-align: center;
    font-weight: bold;
}
.the-menu h3{
    color:#fff;
    text-transform: capitalize;
    text-align: center;
}
@media (max-width: 770px) {
    .nav>li{
        text-align:center;
    }
}
@media (max-width: 990px) {
    .area img, footer img{
        display:block;
        margin-right: auto;
        margin-left: auto;
    }
    .area h3{
        text-align:center;
    }
    .area p{
        text-align:center;
        width:100%;
    }
    footer h3, ul.site-map li{
        text-align:center;
    }
}