.top{
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-left: 10%;
	color: #000033;
	padding: 0px;
	position: relative;
}

.t_grid	{
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #000033;
	width: 90%;
    position: relative;
	top: 10px;
	left: 15px;
	padding: 0px;
	//z-index: -1;
}

.right{
    right:25px;
	top: 15px;
	//font-size:	160%;
	position: absolute;
	//border: 1px solid red;
}
.left{
    left:25px;
	top:15px;
	position: relative;
}
.orange{
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #FF9900;
}

.image{
    
    margin: auto;
	width: 80%;
	height: auto;
	//border: 1px solid red;
	
	//left: 10%;
	//right: 10%;
	//position: relative;
	//display: block;
	//padding: 15px;
}

.grid_1 {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 17px;
	display: inline-block;
    width: 30%;
    outline: 2px solid grey;
	float: right;
	right: 0px;
	margin-bottom: 25px;
	
	//height: 250px;
	//height: 120%;
	//float: top;
	//top: 0px;
	//position: absolute;
	//padding: 15px;
}

.grid_2 {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 17px;
	display: inline-block;
    width: 30%;
    outline: 2px solid grey;
	margin-bottom: 25px;
	float: right;
	right: 0px;
	
	//margin-top: 250px;
	//height: 250px;
	//float: top;
	//margin-top: 25px;
	//margin-right: 0px;
	//position: absolute;
	//padding: 50px;
}

.specs_table{
    width: 80%;
	margin: 35 auto;
	
	//position: relative;
	//display: block;
	//top: 45px;
	//margin-top: 50px;
	//margin-bottom: 50px;
	
}

@media screen and (max-width: 767px) {
	.grid_1{
	position: relative;
	float: left;
	width: 100%;
	}
	.grid_2 {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 0px;
	}
	.specs_table{
	width: 95%;
	}
	.image{
	width: 100%;
	left: 0%;
	right: 0%;
	}
}

.btn_contact {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 17px;
	display: block;
    width: calc(50% - 30px);
    position: relative;
	float: left;
    margin-top: 35px;
    margin-left: 25px;
	margin-bottom: 40px;
	top: 20px;
	text-align: center;
    border: 1px solid #ccc;
    /*outline: 2px solid red;*/
	padding: 12px;
}
.btn_contact:hover {
          background:linear-gradient(rgba(250, 250 ,250 , .5), rgba(97, 98 ,116 , .5));
		  cursor: pointer;
    }
.btn_phone {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 17px;
	display: block;
    width: calc(50% - 30px);
    position: relative;
	float: right;
    margin-top: 35px;
    right: 25px;
	top: 20px;
	text-align: center;
    border: 1px solid #ccc;
    /*outline: 2px solid red;*/
	padding: 12px;
}
.btn_phone:hover {
    background:linear-gradient(rgba(250, 250 ,250 , .5), rgba(97, 98 ,116 , .5));
	cursor: pointer;
}

.btn_request {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 17px;
    display: block;
	width: calc(100% - 50px);
    background-color: #FF9900;
	border: 1px solid red;
	position: relative;
	text-align: center;
	top: 30px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 14px;
	margin-left: 25px;
	margin-top: 25px;
}

.btn_request:hover {
     background: #FFCC00;
	 //background:linear-gradient(rgba(250, 250 ,250 , .5), rgba(97, 98 ,116 , .5));
	 cursor: pointer;
}
		




/* POP UP WINDOW */

/* Popup container */
.popup {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  //top: 160px;
  //right: 130px;
  top: 170px;
  right: 150px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   
  
  //visibility: hidden;
  //position: fixed; /* Stay in place */
  //z-index: 1; /* Sit on top */
  //padding-top: 100px; /* Location of the box */
  //left: 0;
  //top: 0;
  //width: 100%; /* Full width */
  //height: 100%; /* Full height */
  //overflow: auto; /* Enable scroll if needed */
  //background-color: rgb(0,0,0); /* Fallback color */
  //background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  //display: block;
  //display: none; /* Hidden by default */
  width: 220px;
  //width:100%;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 14px 0;
  position: absolute;
  z-index: 1;
  //top: 10px;
  bottom: 225%;
  left: 50%;
  //right: 10px;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* The Close Button */
.close {
  color: white;
  position: relative;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  font-size: 36px;
  font-weight: bold;
  //visibility: hidden;
  display: none;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}




	