@charset "utf-8";
/* CSS Document */


body {
	/*background-image:url(../geometry2.png);*/
	background-image: url("../images/geometry2.png");
}
/**/
.ribbon {
	font-size: 20px !important;
	/* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

	width: 50%;
	position: relative;
	background: #ffdb4d;
	color: #555;
	text-align: center;
	padding: 1em 2em; /* Adjust to suit */
	margin: 0.5em auto 1.2em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before, .ribbon:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -1em;
	border: 1.5em solid #e8c94f;
	z-index: -1;
}
.ribbon:before {
	left: -2em;
	border-right-width: 1.5em;
	border-left-color: transparent;
}
.ribbon:after {
	right: -2em;
	border-left-width: 1.5em;
	border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #d0b033 transparent transparent transparent;
	bottom: -1em;
}
.ribbon .ribbon-content:before {
	left: 0;
	border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
	right: 0;
	border-width: 1em 1em 0 0;
}

.ribbon-contenth1
{
 color: #555;
    font-size: 25px;   
    }
/**/

.biddrPan {
	margin-top: -48px;
	display: block;
	background-color: #ebecec;
	padding: 10px;
}
/*3D Buttons*/
.btncircle {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 50%;
	height: 120px;
	width: 120px;
}


.btnrpt {
	
    font-family: 'Oswald', sans-serif;
    display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 10px;
	
}
	
	
.btn3d {
    transition:all .08s linear;
    position:relative;
    outline:medium none;
    -moz-outline-style:none;
    border:0px;
    margin-right:10px;
    margin-top:15px;
}
.btn3d:focus {
    outline:medium none;
    -moz-outline-style:none;
}
.btn3d:active {
    top:9px;
}
.btn-default {
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 18px 0 0 #adadad, 0 18px 0 1px rgba(0,0,0,0.4), 0 18px 18px 1px rgba(0,0,0,0.5);
    background-color:#fff;
}
.btn-primary {
    box-shadow:0 0 0 1px #428bca inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 18px 0 0 #357ebd, 0 18px 0 1px rgba(0,0,0,0.4), 0 18px 18px 1px rgba(0,0,0,0.5);
    background-color:#428bca;
}
 .btn-success {
    box-shadow:0 0 0 1px #5cb85c inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 18px 0 0 #4cae4c, 0 18px 0 1px rgba(0,0,0,0.4), 0 18px 18px 1px rgba(0,0,0,0.5);
    background-color:#5cb85c;
}
 .btn-info {
    box-shadow:0 0 0 1px #5bc0de inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 18px 0 0 #46b8da, 0 18px 0 1px rgba(0,0,0,0.4), 0 18px 18px 1px rgba(0,0,0,0.5);
    background-color:#5bc0de;
}
.btn-warning {
    box-shadow: 0 0 0 1px #f0ad4e inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 18px 0 0 #eea236, 0 18px 0 1px rgb(238, 162, 54), 0 18px 18px 1px rgba(0,0,0,0.5);
    background-color: #f0ad4e;
}
.btn-danger {
    box-shadow:0 0 0 1px #c63702 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 18px 0 0 #C24032, 0 18px 0 1px rgba(0,0,0,0.4), 0 18px 18px 1px rgba(0,0,0,0.5);
    background-color:#c63702;
}

/**/

.jumboBox {
	background-color: rgba(236, 236, 236, 0.58);/* padding-bottom: 100px; */
}
header {
/*background-image:url("../images/stardust.png");*/
}
/**/

.registeration {
	border-top: 5px solid #2196f3;
	-webkit-box-shadow: 0px 5px 21px -2px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 5px 21px -2px rgba(0,0,0,0.47);
	box-shadow: 0px 5px 21px -2px rgba(0,0,0,0.47);
	margin-top: 20px;
	background-color: #fff;
	padding-bottom: 20px;
}
.registerInner {
	margin: 1px;
}
.registerInner h2 {
	margin: 10px;
	text-align: center;
}
.form-group {
	width: 100%;
	line-height: 30px;
}
.signbuttons {
	margin-bottom: 35px;
	background: #2196f3;
	border: none;
}
input {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 1px dotted #2196f3 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
}
.headerSign {
	font-family: 'Quicksand', sans-serif;
	color: #2874b1;
	margin-bottom: 20px;
	text-align: center;
	
}
.loginSign {
	font-family: 'Quicksand', sans-serif;
	color: #0099CC;
	margin-bottom: 20px;
	text-align: center;
}
.darktext {
	color: #2196f3;
}
.section-header {
	text-align: center;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
  
  /*background-color:#d3763e;*/
  /*border-top: 5px solid #e88e58;*/
	/*background-image: url('../images/blue_pixel.png');
	background-repeat:repeat-x;
	background-position: bottom;*/
	
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQImWPQ1g/6b+tc8N/WueC/tn7QfwYYAyaBKYCuBQC/yRzRse1h0AAAAABJRU5ErkJggg==');
}
.footerTxt {
	font-family: 'Quicksand', sans-serif;
	padding: 20px 0 0 0;
	color: #fff;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
	padding: 60px 15px 0;
}
.container .text-muted {
	margin: 20px 0;
}
.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}
code {
	font-size: 80%;
}

.errorTxt{
	font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: #ce4d24;
    text-align: center;
    font-weight: 600;
}
	
.box{
	
  width:100%;
  float:left;
  background-color:#fc0; 
  margin:25px 15px;
  border-radius:5px;
}
.box h3{
  font-family: 'Didact Gothic', sans-serif;
  font-weight:normal;
  text-align:center;
  padding-top:30px;
  color:#fff;
}
.box1{
  background-color: #EBA39E;
}


.shadow2{
  position:relative;
}
.shadow2{
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.shadow2:before, .shadow2:after{
  position:absolute;
  content:"";
  bottom:12px;left:15px;top:80%;
  width:45%;
  background:#9B7468;
  z-index:-1;
  -webkit-box-shadow: 0 20px 15px #9B7468;
  -moz-box-shadow: 0 20px 15px #9B7468;
  box-shadow: 0 20px 15px #9B7468;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.shadow2:after{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 15px;left: auto;
}

/**/

.shadow1{
  position:relative;
}
.shadow1{
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
/*****************************************************************dashed border
****************************************************************/
.shadow1 h3{
  width:100%;
  height:auto;
  border:2px dashed #F7EEEE;
  color:#069;
}
/****************************************************************
*styling shadows
****************************************************************/
.shadow1:before, .shadow1:after{
  position:absolute;
  content:"";
  bottom:12px;left:15px;top:80%;
  width:45%;
  background:#9B7468;
  z-index:-1;
  -webkit-box-shadow: 0 20px 15px #9B7468;
  -moz-box-shadow: 0 20px 15px #9B7468;
  box-shadow: 0 20px 15px #9B7468;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.shadow1:after{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 15px;left: auto;
}


/*infopanel*/

.infopanel{
	display:block;
	background-color:#f5f5f5;
	padding:10px;
	text-align:center;
	}
.infopanel h3{
	font-size:30px;
	}
.infopanel .infohd{
	font-size:30px;
	display:block;
	background-color:#78c75d;
	padding:10px;
	text-align:center;
	color: #fff;
	}
.drwinfoTxt{
	color: #4f4b8a;
    text-transform: uppercase;
    font-weight: 600;
}
	}
.locTxt{
	color:#069;
	font-weight:bold;
	}	