
/*************************
*******Typography******
**************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Abel);

body {
  font-family: 'Optima', sans-serif;
  background:#000;
  position: relative;
  font-weight:400px;
}

ul li {
  list-style: none;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Optima', sans-serif;
  color: #fff;
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

.navbar-toggle {
  background-color: #298A08;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #151515;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}


/*************************
*******Header CSS******
**************************/

.header_top {
  background: none repeat scroll 0 0 #000;
}

.contactinfo ul li:first-child{
    margin-left: -15px;
}

.contactinfo ul li a{
  font-size: 12px;
  color: #298A08;
  font-family: 'Optima', sans-serif;
}


.contactinfo ul li a:hover{
	color: #fff;
	background:inherit;
}


.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #298A08;
  padding:0px;
}


.social-icons ul li{
	display:inline-block;
}

.social-icons ul li a i {
  padding: 11px 15px;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover{
  color: #5FB404;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}


.fa-facebook:hover {
  background: #0083C9;
}

.fa-pinterest:hover  {
	background:#fff;
}

.fa-linkedin:hover  {
	background:#34A2EC;
}

.fa-tumblr:hover  {
	background:#0083C9;
}

.fa-google-plus:hover  {
	background:#CE3C2D;
}

.fa-flickr:hover  {
	background:#E556E8;
}

.fa-rss:hover  {
	background:#EF9424;
}

.fa-xing:hover  {
	background:#064C40;
}

.fa-youtube:hover  {
	background:#CE3C2D;
}
.header-middle .container .row {
  border-bottom: 1px solid #298A08;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

.header-middle .container .row .col-sm-4{
  padding-left: 0;
}

.header-middle .container .row .col-sm-8 {
	padding-right:0;
}

.usa {
  border-radius: 0;
  background:none;
  border:none;
  color: #298A08;
  font-size: 12px;
  margin-right: 20px;
  padding: 2px 15px;
  margin-top: 10px;
}

.usa:hover {
	background:#5FB404;
	color:#fff;
	border-color:#5FB404;
}

.usa:active, .usa.active {
  background: none repeat scroll 0 0 #151515;
  box-shadow: inherit;
  outline: 0 none;
}

.btn-group.open .dropdown-toggle {
  background: none;
  box-shadow: none;
}

.dropdown-menu  li  a:hover, .dropdown-menu  li  a:focus {
  background-color: #1C1C1C;
  color: #FFFFFF;
  font-family: 'Optima', sans-serif;
  text-decoration: none;
}


.shop-menu ul li {
	display:inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-menu ul li:last-child {
  padding-right: 0;
}


.shop-menu ul li a {
  background: #151515;
  color: #696763;
  font-family: 'Optima', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding:0;
  padding-right: 0;
  margin-top: 10px;
}


.shop-menu ul li a i{
	margin-right:3px;
}


.shop-menu ul li a:hover {
	color:#fe980f;
	background:#fff;
}


.header-bottom {
  padding-bottom: 5px;
  padding-top: 20px;
}

.navbar-collapse.collapse{
  padding-left: 0;
}

.mainmenu ul li{
  padding-right: 15px;
  padding-left: 15px;
}

.mainmenu ul li:first-child{
  padding-left: 0px;
}

.mainmenu ul li a {
	color: #fff;
	font-family: 'Optima', sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 0;
	padding-bottom: 10px;
}

.mainmenu ul li a:hover, .mainmenu ul li a.active,  .shop-menu ul li a.active{
	background:none;
	color:#5FB404;
}

.search_box input {
  background: #151515;
  border: medium none;
  color: #B2B2B2;
  font-family: 'roboto';
  font-size: 12px;
  font-weight: 300;
  height: 25px;
  outline: medium none;
  padding-left: 10px;
  width: 155px;
  background-image: url(../images/home/searchicon.png);
  background-repeat: no-repeat;
  background-position: 130px;
}


/*  Dropdown menu*/

.navbar-header 
.navbar-toggle .icon-bar {
    background-color: #fff;
}


.nav.navbar-nav > li:hover > ul.sub-menu{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

ul.sub-menu {
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
}

.dropdown ul.sub-menu li .active{
  color: #FDB45E;
  padding-left: 0;
}


.navbar-nav li ul.sub-menu li{
  padding: 10px 20px 0 ;
}

.navbar-nav li ul.sub-menu li:last-child{
  padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a{
  color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover{
    color: #5FB404;
}

.fa-angle-down{
  padding-left: 5px; 
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
  
  /*************************
*******Footer CSS******
**************************/

#footer {
  background: #151515;
}


.footer-top .container {
  border-bottom: 0px solid #151515;
  padding-bottom: 20px;
}

.companyinfo {
  margin-top: 57px;
}

.companyinfo h2 {
  color: #fff;
  font-family: Optima;
  font-size: 27px;
  text-transform: uppercase;
}

.companyinfo h2  span{
  color:#fff;
}

.companyinfo p {
  color: #fff;
  font-family: 'Optima', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.footer-top .col-sm-3{
  overflow: hidden;
}

.video-gallery {
  margin-top: 57px;
  position: inherit;
}

.video-gallery a img {
  height: 100%;
  width: 100%;
}

.iframe-img {
  position: relative;
  display: block;
  height: 61px;
  margin-bottom: 10px;
  border: 2px solid #CCCCC6;
  border-radius: 3px;
}

.overlay-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 61px;
  background: #FE980F;
  border-radius: 3px;
  color: #FFF;
  font-size: 20px;
  line-height: 0;
  display: block;
  opacity: 0;
   -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.overlay-icon i {
  position: relative;
  top: 50%;
  margin-top: -20px;
}

.video-gallery a:hover .overlay-icon{
  opacity: 1;
}

.video-gallery p {
  color: #8C8C88;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom:0px;
}

.video-gallery  h2 {
  color: #8c8c88;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform:uppercase;
  margin-top:0px;
}


.address {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.address  img {
	width:100%;
}

.address p {
  color: #666663;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  left: 25px;
  position: absolute;
  top: 50px;
}

.footer-widget {
  margin-bottom: 68px;
}

.footer-widget .container {
  border-top: 0px solid #298A08;
  padding-top: 15px;
}

.single-widget h2 {
  color: #fff;
  font-family: 'Optima', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.single-widget h2 i{
	margin-right:15px;
}

.single-widget ul li a{
	color: #298A08;
	font-family: 'Optima', sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 0;	
}

.single-widget ul li a i {
  margin-right: 15px;
}

.single-widget ul li a:hover{
	background:none;
	color:#fff;
}



.footer-bottom {
  background: #000;
  padding-top: 10px;
}

.footer-bottom p {
  color: #6E6E6E;
  font-family: 'Optima', sans-serif;
  font-weight: 300;
  margin-left: 15px;
}

.footer-bottom p span a {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
}
/* ==========================================================================
   Contact section
   ========================================================================== */

.lu-contact{
	background: url('../img/contact-bg.png') no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
.lu-overlay {
  background: rgba(0, 0, 0, 0.55);
  background-image: url('../img/pattern.png');
  padding: 20px 0;
}

/* Contact form */
.lu-contact-form input[type="text"], 
.lu-contact-form input[type="email"], 
.lu-contact-form textarea {
  background: #1C1C1C;
  border: none;
  border-radius: 0;
}
/* === Force white text color inside contact form === */
.lu-contact-form input[type="text"],
.lu-contact-form input[type="email"],
.lu-contact-form textarea {
  color: #ffffff !important;                 /* make typing text white */
  background-color: rgba(0, 0, 0, 0.6) !important; /* slightly dark transparent background */
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

/* placeholder text */
.lu-contact-form input[type="text"]::placeholder,
.lu-contact-form input[type="email"]::placeholder,
.lu-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* caret (blinking cursor) */
.lu-contact-form input[type="text"],
.lu-contact-form input[type="email"],
.lu-contact-form textarea {
  caret-color: #fff !important;
}

/* focus border */
.lu-contact-form input[type="text"]:focus,
.lu-contact-form input[type="email"]:focus,
.lu-contact-form textarea:focus {
  border-color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}

.lu-contact-form input[type="text"], 
.lu-contact-form input[type="email"] {
  padding: 10px 12px;
  height: 46px;
  font-size: 16px;
}
.lu-contact-form textarea {
	min-height: 168px;
}
.lu-contact-form .btn {
  background: #298A08;
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: 'Optima';
  padding: 11px 40px 8px 40px;
  font-size: 18px;
}
.lu-contact-form .btn:hover, 
.lu-contact-form .btn:focus{
	background-color:#5FB404;
	
/* Newsletter style */

@media (min-width: 991px) {
	.lu-newletter{
		margin-top: 85px;
	}
	.lu-newletter h2 {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.lu-newletter{
		margin-top: 45px;
	}
	.lu-newletter h2 {
		margin-bottom: 20px;
		font-size: 22px;
	}
}
.lu-newletter input[type="email"],
.lu-newletter input[type="text"]{
	border-radius: 0;
	background-color: #151515;
}

.lu-newletter input[type="submit"],
.lu-newletter .btn {
	background-color: #0F0;
	border-radius: 0!important;
	font-family: 'Optima';
	line-height: 30px!important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba( 255,255,255,0.2 ), 0 0 8px rgba( 255,255,255,0.4 );
  box-shadow: inset 0 1px 1px rgba( 255,255,255,0.2 ), 0 0 8px rgba( 255,255,255,0.4 );
}

.gototop, #back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  display: block;
  cursor: pointer;
}

.gototop i, #back-to-top i {
  color: #fff;
  background-color: #28a745;
  padding: 10px 12px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.gototop i:hover, #back-to-top i:hover {
  background-color: #1e7e34;
}
