a, a:hover, a:focus, button:focus {
  outline: medium none !important;	
}
.template_bg {
	/*height:auto !important;*/
}
.template_bg {
  background: rgba(0, 0, 0, 0)url(../images/page_bg.png) repeat scroll center center / cover;
	padding-bottom: 30px;
	padding-top: 150px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
}
.steam-tbl-container {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.close_ship {
    height: 0px;
    z-index: -111;
    visibility: hidden;
}
.steam-tbl-cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.error-holder {
    border: 1px solid #fff;
    padding: 12px;
    margin: auto;
    font-size: 28px;
    line-height: 34px;
    display: inline-block;
    text-align: left;
}
.error-holder img {
    display: block;
    width: 40px;
    padding-right: 8px;
    margin-top: 5px;
}
.error-holder p {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 34px;
}
.error-holder .media-body {
	width: auto !important;
}
.error-holder span {
	display: block;
}
.header {
  background: #171a21 none repeat scroll 0 0;
  padding: 30px;
  position: relative;
  z-index: 99;
}
.steam_content .dropdown .dropdown-toggle {
  background: #2a3f5a none repeat scroll 0 0;
  text-align: left;
  font-size: 18px;
  width: 100%;
  outline: medium none;
}
.steam_content .dropdown .caret {
    position: absolute;
    color: #000;
    right: 10px;
    top: 17px;
}
.steam_content .dropdown ul.dropdown-menu {
  background: #275d90 none repeat scroll 0 0;
  margin-top: 35px;
  width: 100%;
}
.shipping-form .checkbox {
  clear: both;
}
.steam-main-body .btn-group {
  display: block;	
}
.steam_content .dropdown ul.dropdown-menu li a, .steam_content .dropdown ul.dropdown-menu li {
  color: #fff;
  text-transform: uppercase;  
  font-size: 15px;
}
.steam_content .dropdown ul.dropdown-menu li {
  padding: 10px;	
}
.steam_content .dropdown ul.dropdown-menu li a:hover, .steam_content .dropdown ul.dropdown-menu li a:focus {
  background: #1d90ff;	
}
.steam_content .dropdown ul.dropdown-menu li:hover {
  background: #1d90ff;	
}
.shipping-form {
  background: #16293f none repeat scroll 0 0;
  margin-top: 60px;
  padding: 30px 20px 40px;
}
.ship-btn button, .ship-btn button:hover, .ship-btn button:focus {
  background: #586f04 none repeat scroll 0 0;
  border-color: #586f04;
  color: #fff;
}
.shipping-form form label {
  color: #fff;
}
.shipping-form .form-group input[type="text"], .shipping-form .form-group input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border-color: #000;
  border-width: 2px;
}
.shipping-form .form-group input[type="text"]:focus, .shipping-form .form-group input[type="email"]:focus {
  box-shadow: 0 1px 1px #2a3f5a;	
}
.ship-btn {
  clear: both;
  width: 100%;
}
.shipping-form h2 {
  color: #4dbbf1;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
footer {
  background: #000 none repeat scroll 0 0;
  height: 200px;
  padding: 25px 0;
}
.steam-main-body .profile_button {
  float: right;
  margin-top: 20px;
}
.steam_content .dropdown span {
  font-size: 15px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
.top-container {
  max-width: 940px;
  margin: 0 auto;  
}
.padding-left {
  padding-left: 0 !important;
}
.padding-right {
  padding-right: 0 !important;
}	
.steam-main-body {
  max-width: 800px;
}
}
@media (max-width: 1200px) {
.ship-btn {
  padding-right: 15px;
}
}
@media (max-width: 992px) {
.shipping-form {
  margin-top: 0px;
  clear: both;
}
}
@media (max-width: 600px) {
.steam_content .dropdown span {
  font-size: 10px;
}
.steam_content .dropdown ul.dropdown-menu li a, .steam_content .dropdown ul.dropdown-menu li {
  font-size: 10px;
}
.steam_content .dropdown .caret {
  top: 10px;
}
.steam-main-body .profile_button {
  font-size: 10px;
}
}
@media (max-width: 400px) {
.steam_content .dropdown span {
  font-size: 8px;
}
.steam_content .dropdown ul.dropdown-menu li a, .steam_content .dropdown ul.dropdown-menu li {
  font-size: 8px;
}
}

.form-account{
	    min-width: 225px;
    max-width: 600px;
    margin: auto;
	}
.forn-btn{
	background:#0D0E0E;
	color:#fff;
	}
.whole-body-container {
    max-width: 40%;
    margin: 0 auto;
}
.steam-online {
    padding-left: 0;
    margin-top: 15px;
}
.steam-body {
    overflow-x: hidden;
}	
html, body {
	height: 100%;
}
.steam-body #payment-form label {
    font-size: 12px;
}

/*Tooltip*/
.tool-wrapper {
  position: relative;
}

.tooltip {
  background: #16293f;
  top: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #fff;
  display: block;
  left: 0;
  margin-bottom: 0px;
  opacity: 0;
  padding: 10px 15px;
  pointer-events: none;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing 
.tool-wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post 
.tool-wrapper .tooltip::after {
  border-bottom: 10px solid #f00;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  top: -10px;
  width: 0;
}*/
.tool-wrapper .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}
/*Tooltip*/
.ship-btn .cancel_cod {
  background: #ccc;
  color: #333;
  margin-right: 10px;
}
.ship-btn .cancel_cod:hover, .ship-btn .cancel_cod:focus {
  background: #ccc;
  color: #333;	
}
.step-container {
  margin-top: 25px;
}
.step-container img {
  margin: 0 auto;
  width: 75%;
}
@media (max-width: 992px) {
.step-container img {
  width: 100%;
}
.step-container {
  margin-bottom: 25px;
}	
}
.info-text{
	color: white;
    padding: 15px 5px;
    border: 1px dotted;
    margin-top: 9px;
    background-color: #172133;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;	
}
@media (max-width: 767px) {
.error-holder {
    font-size: 22px;
    line-height: 30px;
}	
.error-holder p {
    font-size: 18px;
    line-height: 28px;
}
}