body {
  font-size: small;
  letter-spacing: normal;
  line-height: 1.65em;
  margin: 0 auto;
  /*overflow: hidden !important;*/
}
header{
  position: absolute;
  top: 0;
  width:100%;float:Left;
  padding: 30px;
  background: #1e1e20;
  border-bottom: 1px solid #2a2b2c;
}
.tr_logo {
float: left;
width: 100%;
text-align: center;
}
.tr_logo img {
display: inherit;
}
.tr_home{
  width:100%;
  float:left;
  background: url(../images/bg.png);
}
.tr_data {
  text-align: center;
  display: flex;
  flex-direction: column;
  
}
.tr_home_content{width:100%;float:Left;
  margin: 0 auto;
  box-shadow: 0px 2px 12px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 12px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 2px 12px rgba(0,0,0,0.2);
  margin-bottom: 40px;
  background: #f2f2f2;
  padding: 36px 0 78px 0;
  height: auto;width:100%;
  margin-top: 50px;
}
.tr_placeholder {
  width: 100%;
  height: 307px;
  color: #fff;
  bottom: 0;
  left: 0%;
  text-align: center;
  display: inline-block;
  background: url(../images/placeholder.png) no-repeat;
  background-size: 100% 100%;
}
.tr_placeholder_overlay
{

  position: absolute;
    top: 18%;
    left: 22%;
    width: 56.5%;
    text-align: center;
    height: 67%;
    background: #999;
    background-position: top center;
}
.tr_placeholder .img1{
	background: url(../images/bigScreen.jpg) no-repeat 0px 0px;
	background-size:100%;
}	
.tr_placeholder .img2{
	background: url(../images/bigScreen-2.jpg) no-repeat 0px 0px;
	background-size:100%;
}
.tr_placeholder .img3{
	background: url(../images/bigScreen-3.jpg) no-repeat 0px 0px;
	background-size:100%;
}
.tr_placeholder .img4{
	background: url(../images/bigScreen.jpg) no-repeat 0px 0px;
	background-size:100%;
}
.tr_placeholder:hover .tr_placeholder_overlay{
	background-position:bottom center;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 10s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 10s cubic-bezier(0.165, 0.84, 0.44, 1);
}	
.tr_red_button{
  position: relative;
  font-family: Georgia;
  font-size: 18px;
 
  top: -20px;
  color: #000;
  text-align: center;
  text-decoration: none;
 
}
a.tr_red_button:hover {
    color: #E14F4F;
}


.tr_placeholder_overlay {
  position: relative;
}
.inner.page a {
  text-decoration: none;
  position: absolute;
  top: 31%;
  left: 41%;
  width: 101px;
  line-height: 24px;
  height: 30px;
  color: #fff;

  background-color: #e14f4f;
  border-radius: 2px;
}

.btn_boot{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btn_boot a{
  text-decoration: none;
  width: 101px;
  line-height: 27px;
  height: 30px;
  color: #fff;
  
  background-color: #e14f4f;
  border-radius: 2px;
  text-align: center;
}
.btn_boot .mar{
  margin-left: 10px;
}


.inner.page a:hover {
 
  color: #000;
}
.inner2 a
{
  text-decoration: none;
  position: absolute;
  top: 43%;
  left: 41%;
  width: 101px;
  line-height: 24px;
  height: 30px;
  color: #000;
  border: 2px solid #e14f4f;
  border-radius: 2px;
}
.inner2 a:hover {
  background-color: #e14f4f;
  color: #fff;
}
 /**Media Css**/
 
 @media (min-width: 1200px){}
 

@media (min-width: 768px) and (max-width: 979px) {
.tr_placeholder {
width: 100%;
height: 252px;
color: #fff;
}
.tr_placeholder_overlay {
position: relative;
top: 18%;
left: 24%;
width: 52.5%;
text-align: center;
height: 62%;
}

}
/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 767px) {
.tr_placeholder_overlay {
position: relative;
top: 18%;
left: 22%;
width: 56.5%;
text-align: center;
height: 60%;
}
}
/* Landscape phones and down */
@media (max-width: 479px) {
.tr_placeholder {
  position: relative;
  width: 100%;
  height: 195px;
}
.tr_placeholder_overlay {
position: absolute;
top: 19%;
left: 26%;
width: 48.5%;
text-align: center;
height: 63%;
}

}
 @media (max-width: 380px) {
 .tr_placeholder {
position: relative;
width: 100%;
height: 167px;
}
.tr_placeholder_overlay {
  position: relative;
  top: 18%;
  left: 25%;
  width: 50.5%;
  text-align: center;
  height: 59%;
}
.tr_home_button{
  width:100%;
  float:left;
}

 }
 
 