/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

body {
	//margin-top: 50px;
	margin-bottom: 50px;
	background: none;font-family: 'Roboto', sans-serif;
	color:#fff;
}

:focus {
outline: 0;
}


.full {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

h1{color:#fff; font-size:50px;} .tagline{color:#fff; font-size:24px; margin-top:-10px;}.content{margin-top:200px;}
.triangle{width: 0;
height: 500px;
border-style: solid;
border-width: 0 0 500px 500px;
border-color: transparent transparent #b5241d transparent;}
.right{float:right;width:50%;}

.message{float:right;width:50%;margin-top:30%;}
.form-control{border:none!important;border-radius:0!important; padding:5px; margin-bottom:20px;}
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #E3E3E3;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #CF9D9D;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #CF9D9D;
}
.control input:disabled ~ .control__indicator {
  background: #ffffff;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 8px;
  border: solid #0e647d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.container_style {
	padding:15px 10px 15px 10px; 
	background-color:white; 
	opacity:80%; 
	margin:10px; 
	color:black;
}
.paybtn{background-color:#000; padding:10px 30px; font-family: 'Roboto', sans-serif; border-color:#000;}
.resetbtn{background-color:#b0b0b0; padding:10px 30px; font-family: 'Roboto', sans-serif; border-color:#b0b0b0;}

@media (max-width:991px){
	
.message{float:none;width:80%; margin:0 auto;}
	.right{width:100%; margin-top:20px;}
	body{margin:0;}
}

@media (max-width:900px){
	
.message{float:none;width:80%; margin:0 auto;}
}

@media (max-width:676px){
	h2 {margin-top:0 !important;}
	.right{margin-top:0;}
.message{float:none;width:80%; margin:0 auto;}
}
