/*
Theme Name: Classic
Author: enero studio
Author URI: http://www.enero-studio.com/
Description: Special theme created for G-RF.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, black, one-column, multi-column, custom-menu, responsive
*/

/* --------------------------------------------------------------------- */

/* google fonts */
@import url(https://fonts.googleapis.com/css?family=Orbitron);
/* - - - - - - - - - - */


/* general */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 300px;
  background-image: url('img/background.png');
	cursor: default;
  font-family: 'Open Sans', sans-serif;	
  -webkit-font-smoothing: antialiased;
}
a {
  color: #000;
}
a:hover {
  color: #830404;
  text-decoration: none;
}
p {
  color: #676767;  
}
hr {
  border-color: #D0D0D0;
}
@media only screen and (min-width: 768px) {
  body {
    margin-bottom: 250px;
  }
}
/* - - - - - - - - - - */


/* header */
header {
  text-align: center;
  padding-bottom: 35px;
  background: linear-gradient(135deg, #3A0000 0%,#000000 50%,#000000 51%,#333333 100%);
}
.bar {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.bar .social {
  text-align: left;
}
ul.qtrans_language_chooser {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
ul.qtrans_language_chooser li {
  display: inline-block;
}
.bar a {
  color: #636363;
  padding: 5px;
  text-decoration: none;
  font-size: 13px;
}
.bar ul li.active a {
  color: #FFF;
}
.bar a:hover {
  color: #FFF;
  text-decoration: none;
}
.bar a:focus {
  text-decoration: none;
}
.bar a:visited {
  text-decoration: none;
}
.header-logo {
  width: 200px;
  height: auto;
  margin: 30px 0 60px 0;
}
.header-logo-mobile {
  width: 200px;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
nav {
  position: relative;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  color: #636363;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
nav ul li a:hover {
  color: #FFF;
  text-decoration: none;
}
nav ul li a:focus {
  text-decoration: none;
}
nav ul li a:visited {
  text-decoration: none;
}
nav ul li.current-menu-item a {
  color: #FFF;
}
.btn-menu {
  display: block; 
  color: #FFF;
  background: rgba(180,180,180,0.20);  
  font-size: 20px;
  padding: 15px 0 15px 0;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;  
}
.btn-menu:hover {
  color: #FFF;
  background: rgba(180,180,180,0.40);
}
ul.menu {
  padding: 0;
  margin: 0;
  display: none;
}
ul.menu li {
  display: block;
  font-size: 14px;
  margin: 0;  
  border-top: 1px solid rgba(0,0,0,0.2);
}
ul.menu li a {
  display: block;
  color: #FFF;
  background: none;
  padding: 15px 0 15px 0; 
  text-decoration: none;
  text-transform: uppercase;
}
ul.menu li.current-menu-item a {
  background: none; 
}
ul.menu a:hover {
  background: rgba(180,180,180,0.40);  
}
ul.menu li.current-menu-item {
  background: rgba(180,180,180,0.20);  
}
/* - - - - - - - - - - */


/* float navbar */
.floatnav {
  width: 100%;
  background: linear-gradient(135deg, #3A0000 0%,#000000 50%,#000000 51%,#333333 100%);
  text-align: center;  
  padding: 20px;
  display: none;
  position: fixed;
  top: 0;  
  z-index: 3;
  -webkit-box-shadow: 0px -9px 46px 12px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -9px 46px 12px rgba(0,0,0,0.6);
  box-shadow: 0px -9px 46px 12px rgba(0,0,0,0.6);  
}
.floatnav ul {
  margin: 0;
  padding: 0;
}
.floatnav ul li a {
  padding: 20px;
  font-size: 14px;
}
.floatnav .langs ul li a {
  padding: 20px 10px 20px 10px;
  font-size: 14px;
}
.floatnav .bar {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .floatnav ul li a {
    font-size: 12px !important;
  }
  .floatnav .langs ul li a {
    font-size: 12px !important;
  }  
}
/* - - - - - - - - - - */


/* content */
.section {
  margin-top: 60px;
}
.section-title {
  text-align: center;
  font-weight: 300;
}
.lamps-section-title {
  margin-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D0D0;
  text-align: center;
  font-weight: 300;  
}
.clear {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.thumb {
  margin-top: 40px;
}
.box {
  position: relative;
  -webkit-box-shadow: 0px 0px 70px -23px rgba(0,0,0,0.34);
  -moz-box-shadow: 0px 0px 70px -23px rgba(0,0,0,0.34);
  box-shadow: 0px 0px 70px -23px rgba(0,0,0,0.34);
}  
.box .image {
  background: rgba(255,255,255,0.1);
  padding: 20px 30px 20px 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;   
}
.box .image img {
  width: 100%;
}
.box .description {
  background: #000;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;    
}
.box .description .model-name {
  padding: 15px;
  margin: 0;
  color: #FFF;
}
.thumb-link:hover .image {
  background: rgba(255,255,255,0.5);
}
.thumb-link:hover .description {
  background: #830404;
}
/* - - - - - - - - - - */


/* demo page */
.demo-page {
  margin-top: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;      
}
.demo-page p {
  font-size: 16px;
}
.digit {
  color: #333;
}
.demo-image {
  cursor: pointer;
}
.demo-image:hover {
  opacity: .6;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.demo-link-lg {
  font-size: 18px;
  color: #000;
  cursor: pointer;
}
.demo-link-lg:hover {
  text-decoration: none;
  color: #DC3630;
}
.demo-link-md {
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.demo-link-md:hover {
  text-decoration: none;
  color: #DC3630;
}
.demo-link-sm {
  font-size: 14px !important;
  color: #000;
  cursor: pointer;
}
.demo-link-sm:hover {
  text-decoration: none;
  color: #DC3630;
}
.demo-welcome-lg {
  font-size: 15px !important;
  font-family: 'Orbitron', sans-serif;
}
.demo-digit-lg {
  font-size: 40px !important;
  font-family: 'Orbitron', sans-serif;  
}
.demo-welcome-md {
  font-size: 13px !important;
  font-family: 'Orbitron', sans-serif;  
}
.demo-digit-md {
  font-size: 30px !important;
  font-family: 'Orbitron', sans-serif;  
}
.demo-welcome-sm {
  font-size: 11px !important;
  font-family: 'Orbitron', sans-serif;  
}
.demo-digit-sm {
  font-size: 25px !important;
  font-family: 'Orbitron', sans-serif;  
}
.loc1 {
  position:absolute; visibility:show; left: 719px; top: -257px; z-index:2;
}
.loc2 {
  position:absolute; visibility:show; left: 992px; top: -174px; z-index:2;
}
.loc3 {
  position:absolute; visibility:show; left: 334px; top: -207px; z-index:2;
}
.loc4 {
  position:absolute; visibility:show; left: 154px; top: -256px; z-index:2;
}
.loc5 {
  position:absolute; visibility:show; left: 154px; top: -256px; z-index:2;
}
.loc6 {
  position:absolute; visibility:show; left: 237px; top: -256px; z-index:2;
}
.loc7 {
  position:absolute; visibility:show; left: 219px; top: -256px; z-index:2;
}
.loc8 {
  position:absolute; visibility:show; left: 487px; top: -333px; z-index:2;
}
.loc8eng {
  position:absolute; visibility:show; left: 493px; top: -334px; z-index:2;
}
.loc9 {
  position:absolute; visibility:show; left: 439px; top: -211px; z-index:2;
}
.loc10 {
  position:absolute; visibility:show; left: 174px; top: -204px; z-index:2;
}
.loc1m {
  position:absolute; visibility:show; left: 597px; top: -212px; z-index:2;
}
.loc2m {
  position:absolute; visibility:show; left: 823px; top: -145px; z-index:2;
}
.loc3m {
  position:absolute; visibility:show; left: 278px; top: -172px; z-index:2;
}
.loc4m {
  position:absolute; visibility:show; left: 132px; top: -209px; z-index:2;
}
.loc5m {
  position:absolute; visibility:show; left: 132px; top: -209px; z-index:2;
}
.loc6m {
  position:absolute; visibility:show; left: 198px; top: -209px; z-index:2;
}
.loc7m {
  position:absolute; visibility:show; left: 186px; top: -209px; z-index:2;
}
.loc8m {
  position:absolute; visibility:show; left: 392px; top: -277px; z-index:2;
}
.loc8meng {
  position:absolute; visibility:show; left: 401px; top: -278px; z-index:2;
}
.loc9m {
  position:absolute; visibility:show; left: 365px; top: -176px; z-index:2;
}
.loc10m {
  position:absolute; visibility:show; left: 146px; top: -169px; z-index:2;
}
.loc1s {
  position:absolute; visibility:show; left: 461px; top: -165px; z-index:2;
}
.loc2s {
  position:absolute; visibility:show; left: 636px; top: -112px; z-index:2;
}
.loc3s {
  position:absolute; visibility:show; left: 215px; top: -133px; z-index:2;
}
.loc4s {
  position:absolute; visibility:show; left: 102px; top: -163px; z-index:2;
}
.loc5s {
  position:absolute; visibility:show; left: 102px; top: -163px; z-index:2;
}
.loc6s {
  position:absolute; visibility:show; left: 152px; top: -163px; z-index:2;
}
.loc7s {
  position:absolute; visibility:show; left: 141px; top: -163px; z-index:2;
}
.loc8s {
  position:absolute; visibility:show; left: 292px; top: -215px; z-index:2;
}
.loc8seng {
  position:absolute; visibility:show; left: 298px; top: -215px; z-index:2;
}
.loc9s {
  position:absolute; visibility:show; left: 283px; top: -137px; z-index:2;
}
.loc10s {
  position:absolute; visibility:show; left: 109px; top: -131px; z-index:2;
}
/* - - - - - - - - - - */


/* docs */
.image-docs img {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  height: auto;
}
/* - - - - - - - - - - */


/* contact us */
.contacts-section-title {
  margin-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D0D0;
  text-align: center;
  font-weight: 300;   
}
.form-section, .info-section {
  margin-top: 30px;
}
.info-section h2 {
  margin-top: 0;
}
.flink {
  color: #3b5998;
}
.flink:hover {
  color: #000;
}
.form-control {
  height: 44px;
  font-size: 15px;
  color: #555;
  background: rgba(255,255,255,0.5);
  border: solid 1px;
  border-color: rgba(255,255,255,0);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: rgba(255,255,255,0);
  -webkit-box-shadow: none;
  box-shadow: none;  
}
.wpcf7-not-valid {
  border-color: #a00;  
}
.wpcf7-not-valid:focus {
  border-color: #a00;  
}
span.wpcf7-not-valid-tip {
  color: #a00;
  padding-left: 12px;
  padding-top: 5px;
  font-size: 13px;
}
textarea {
  resize: none !important;
}
.wpcf7-submit {
  background: #000;
  color: #FFF;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;    
}
.wpcf7-submit:hover {
  background: #830404;
}
.wpcf7-validation-errors {
    border: none;
    background: #f7e700;
    text-align: center;
    color: #000;    
}
.wpcf7-response-output {
    margin: 0 !important;
    padding: 15px !important;
    margin-top: -15px !important;
}
.wpcf7-mail-sent-ok {
    border: none;
    background: rgb(67, 144, 19);
    text-align: center;
    color: #FFF;
}
.wpcf7-response-output {
    margin: 0 !important;
    padding: 15px !important;
    margin-top: -15px !important;
}
/* - - - - - - - - - - */


/* footer */
footer {
  padding: 20px 0 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  color: #636363;  
  background: linear-gradient(135deg, #1D1D1D 0%,#190000 50%,#190000 51%,#000000 100%);
}
footer a {
  color: #E0E0E0;
}
footer p {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
footer .flink:hover {
  color: #FFF;
}
.enero-logo {
  width: 100%;
  height: auto;
}
.mobile-footer {
  text-align: center;
}
.mobile-footer img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-footer p {
  text-align: left;
  font-size: 12px;
}
/* - - - - - - - - - - */

.language-chooser {
	list-style: none;
	text-align: right;
	padding-left: 0;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.language-chooser {
		display: flex;
		justify-content: flex-end;
	}
}

/* ---------- */
.lamps-grid .clear {
	display: flex;
	flex-wrap: wrap;
}

.lamps-grid .section-title {
	width: 100%;
}

.lamps-grid .thumb .box {
	height: 100%;
}

.lamps-grid .thumb .box > a {
	display: flex;
	align-items: center;
	height: 100%;
}

.lamps-grid .thumb .box .image {
	width: 100%;
}

.lamps-grid .thumb .box .image > img {
	max-height: 300px;
	object-fit: contain;
}
