

*{
	margin:0;
	padding:0;
}


html, body {
  height:100%;
}

body {
  padding-top: 0; /* body padding for fixed top nav */
  color:#000;
  font-family:'Calibri';
  background:#fdf6ba url(../images/pattrn.jpg) repeat-x top;
}

img{
	max-width:100%;
	height:auto;
}

.body ul, .body ol, .body ul li, .body ol li{
       margin:0 0 0 0;
       float:none;
       position: relative;
       left:15px;
	   color:#494949;
		font-family:'Calibri';
		font-size:18px;
		list-style-position:outside; 
}

p img{
	border: 3px #fff solid;
	overflow:hidden;
	z-index:999;
	margin-right:15px;
	margin-bottom:10px;
}

h4{
	color:#134576;
}

@font-face{
	font-family:'PTSans';
	src:url(font/PTN57F.ttf);
}



/**************************MENU START*****************************/

.navbar-fixed-top, .navbar-fixed-bottom{
	position:relative;
	float:right;
	width:100%;
	background:rgba(49,72,5,0.6);
	border:none;
	margin-bottom:0;
	box-shadow:0 0 5px;
	padding: 10px 0 45px 0;
}
.navbar-left {
  width:100%;
  float: left !important;
}
.nav > li{
	width:25%;
	float:left;
}
.nav > li > a{
	padding:35px 0;
	font-family: 'Conv_OldStandard-Regular';
	font-size:44px;
	color:#fef8d2 !important;
	border-right:#fef8d2 1px dashed;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background-color:transparent;
	text-shadow: #000 0 0 10px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	
}


/**************************MENU END*****************************/

/* Global Styles End */

@media (max-width: 1920px) {
.container {
	width: 100%;
	max-width: 1720px;
}
}
 @media (max-width: 1720px) {
.container {
	width: 100%;
	max-width: 1520px;
}
}
 @media (max-width: 1520px) {
.container {
	width: 100%;
	max-width:1170px;
}
}

/**************************header start**************************/

header{
	width:100%;
	float:left;
	text-align:center;
	color:#000;
}

.logo{
	float:left;
	margin:30px 0;
}

/**************************header end**************************/

/**************************Banner Start**************************/

.banner{
	width:100%;
	float:left;
	position:relative;
	margin-top:-2%;
	z-index:9999;
}

.banner_image{
	position:relative;
}

.banner img{
	width:100%;
	box-shadow:#978c41 0 0 20px;
}

.banner h4{
  color: #756f49;
  font-size:34px;
  font-family: 'Conv_Oswald-Regular';
  margin:0;
}
.banner h2{
  color:#000;
  font-size:80px;
  font-family: 'Conv_OldStandard-Regular';
  margin:0;
}
.banner h5{
  color: #756f49;
  font-size:28px;
  font-family: 'Conv_Oswald-Regular';
  margin:0;
}
.carousel-caption {
  position: absolute;
  right:65%;
  left:0;
  bottom:55px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align:center;
  text-shadow:none;
}


/**************************Banner end**************************/


/**************************body start**************************/

.body{
	width:100%;
	float:left;
	margin:0 0;
	text-align:left;
	padding:40px 0;
}

.body h2{
	color: #000;
	font-size:60px;
	font-family: 'Conv_OldStandard-Regular';
	margin:25px 0 20px 0;
}

.body p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	margin:0;
	font-weight:normal;
}

.body h5{
	color:#ff007c;
	font-family: 'Myriad Pro';
	font-weight:normal;
	font-size:26px;
	margin:20px 0 0 0;
}
.btn_sec{
	width:100%;
	float:left;
	text-align:center;
	padding:20px 0;
	margin-top:45px;
}
.submit_btn{
	width:400px;
	height:100px;
	background: rgb(203,230,147); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(203,230,147,1) 0%, rgba(170,191,120,1) 42%, rgba(127,141,82,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,230,147,1)), color-stop(42%,rgba(170,191,120,1)), color-stop(100%,rgba(127,141,82,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(203,230,147,1) 0%,rgba(170,191,120,1) 42%,rgba(127,141,82,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(203,230,147,1) 0%,rgba(170,191,120,1) 42%,rgba(127,141,82,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(203,230,147,1) 0%,rgba(170,191,120,1) 42%,rgba(127,141,82,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(203,230,147,1) 0%,rgba(170,191,120,1) 42%,rgba(127,141,82,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe693', endColorstr='#7f8d52',GradientType=0 ); /* IE6-9 */
	border:none;
	border-radius:30px;
	box-shadow:#727b41 0 0 10px inset;
	font-family: 'Conv_OldStandard-Regular';
	font-size:40px;
	color:#FFF;
	text-shadow:#000 0 2px 6px;
	
}
.btn_sec span{
	font-size:48px;
	color:#6f7a43;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin:0 45px;
}

/*************/

.gallery{
	width:100%;
	float:left;
}

.gallery-box {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.gallery-box p {
	color: #363636;
	text-transform: uppercase !important;
	margin: 10px 0 0 0 !important;
	line-height: 26px !important;
	min-height:80px;
	font-size: 18px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.gallery-pic {
	margin: 0 auto;
	transform-origin: 50% 50%;
	overflow: hidden;
	width: 215px;
	height: 200px;
	border: #f1f1f1 0px solid;
}
.gallery-pic {
	-webkit-transform: skew(0deg);
	-moz-transform: skew(0deg);
	-o-transform: skew(0deg);
}
.gallery-pic .gallery-pic1 {
	width: 250px;
	height: 250px;
	-webkit-transform: skew(0deg);
	-moz-transform: skew(0deg);
	-o-transform: skew(0deg);
}
.gallery-pic .gallery-pic1 img {
	width: 100%;
	height: auto;
}

/****************/
.contact_leftoutside{
	width:100%;
	float:left;
	padding:0 40px;
}
.contact_left{
	width:100%;
	float:left;
	text-align:center;
	padding:25px 40px;
	background:#fcf5b9;
	border:rgba(255,255,255,0.6) 3px solid;
	box-shadow:rgba(0,0,0,0.3) 0 0 20px;
}

.contact_left p{
	font-size:19px;
	color:#2d2d2d;
	font-family:"Times New Roman", Times, serif;
}
.contact_right{
	width:100%;
	float:left;
	text-align:center;
}
.contact_right h2{
	color:#2d2d2d;
	font-family: 'Conv_OldStandard-Regular';
	font-size:56px;
	padding-bottom:10px;
	font-weight:normal;
	border-bottom:#c4df9b 3px solid;
	display:inline-block;
}

.contact_right h6{
	color:#2d2d2d;
	font-family: 'Conv_OldStandard-Regular';
	font-size:24px;
	font-style:italic;
}
/**************************body end**************************/


/**************************footer start**************************/

.footer{
	width:100%;
	float:left;
	text-align:center;
	padding:10px 0;
	background:#6f7a43;
}

.footer_in{
	width:100%;
	float:left;
	padding:20px 0;
	border-top:#ede9b4 2px dashed;
}

.footer p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#fdf7c2;
	margin:0;
}

.footer a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#fdf7c2;
	border-right:#fdf7c2 1px solid;
	padding:0 35px;
}

.footer a:last-child{
	border:none;
}

/**************************footer end**************************/


/*************************************contact******************************/

#contact_form { 
	width:98%; 
	margin-top:1%;
	float:left;
	padding:0 10px;
	
}


#ff label { 
	cursor:pointer;
	margin:2px 0;
	color:#000;
	display:block;
	font-size:24px;
	
}

input {
	width:100%;
	float:left;
	height:50px;
	padding: 6px 40px;
	font-size:20px;
	line-height: 1.428571429;
	color:#000;
	font-weight:normal;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border:none;
	box-shadow:rgba(0,0,0,0.3) 0 0 15px inset;
	border-radius:30px;
   margin:5px 0 10px 0;
}

input[type=checkbox]{
	width:34px;
	height:34px;
	float:none;
	background-color:#FFF;
	margin:10px;
	color:#23aa11;
	box-shadow:#999 0 2px 5px inset;
}
input[type=checkbox]:checked {
    background-color:#23aa11;
	color:#23aa11;
}
input[type=radio]{
	width:auto;
	height:auto;
	float:none;
	background-color:#FFF;
	margin:10px;
}

.long{ 
	display:block;
	width:100%;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:5px 10px;
	margin-bottom:5px;
	font-family: 'Trajan';
}

.form-control {
  display: block;
  width:75%;
  height:50px;
  padding: 6px 40px;
  font-size:20px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  border:none;
  border-radius:30px;
  box-shadow:rgba(0,0,0,0.3) 0 0 15px inset;
  margin:0;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.btn {
  display: inline-block;
  padding:13px 45px;
  margin-bottom: 0;
  font-size:30px;
  font-family: 'Conv_Oswald-Regular';
  font-weight:bold;
  color:#000;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(203,230,148); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(203,230,148,1) 0%, rgba(165,185,116,1) 50%, rgba(130,143,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,230,148,1)), color-stop(50%,rgba(165,185,116,1)), color-stop(100%,rgba(130,143,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(203,230,148,1) 0%,rgba(165,185,116,1) 50%,rgba(130,143,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(203,230,148,1) 0%,rgba(165,185,116,1) 50%,rgba(130,143,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(203,230,148,1) 0%,rgba(165,185,116,1) 50%,rgba(130,143,85,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(203,230,148,1) 0%,rgba(165,185,116,1) 50%,rgba(130,143,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe694', endColorstr='#828f55',GradientType=0 ); /* IE6-9 */
  border:none;
  border-radius:30px;
  text-shadow:#ffffff 0 2px 5px;
}

.submit_btnsec{
	width:100%;
	float:left;
	margin-top:20px;
	background:url(../images/line.png) no-repeat center;
}

.sendButton {
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,211,159,1) 37%, rgba(227,136,9,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(37%,rgba(248,211,159,1)), color-stop(100%,rgba(227,136,9,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,211,159,1) 37%,rgba(227,136,9,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,211,159,1) 37%,rgba(227,136,9,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,211,159,1) 37%,rgba(227,136,9,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,211,159,1) 37%,rgba(227,136,9,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e38809',GradientType=0 ); /* IE6-9 */
	color:#000;
	font-weight:normal !important;
	font-family: 'Conv_Oswald-Regular';
	font-size:30px;
	width:200px;
	font-weight:bold;
	float:none;
	border-radius:24px;
	margin:5px 0;
	text-shadow:rgba(255,255,255,0.7) 0 2px 5px;
	border:none;
	box-shadow:#000 0 3px 5px;
}
.sendButton:hover {
	background:#ef9b24;
	transition:all 1s ease;
}

#add{
	width:100%;
	float:left;
	text-align:left;
	background:none;
	border:none;
	font-family:'Myriad Pro';
	font-weight:bold;
	font-size:30px;
	color:#968b4f;
	margin:15px 0;
}

textarea { 
	width:100%;
	float:left;
	display:block;
	box-shadow:rgba(0,0,0,0.3) 0 0 15px inset;
	padding:20px 40px;
	font-size:20px;
	font-weight:normal;
	line-height: 1.428571429;
	color: #000;
	vertical-align: middle;
	background-color: #ffffff;
	border:none; 
	border-radius:30px;
    margin:20px 0 10px 0;
	height:120px; 
}

select{
	width:100%;
	float:left;
	display:block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin:5px 0 10px 0;
}


/*************************************contact******************************/
/**********************************sub menu{if required}*****************************

li ul{
	list-style-type:none;
}

li ul{
    position: absolute;
    margin:0 0 0 0;
	display: none;   
    z-index: 99;
    width: 300px;
	padding:0 30px;
	float:right;
}

li:hover ul{
    display: block;
}

li ul li{
    font-size:20px;
    float: none;
    text-align: left;
	padding:7px 0;
	background:#0d4fb2;
	border-bottom: #FFF 1px solid;
}

li ul li:last-child{
    border-bottom:none;
}

li ul li a{
	font-size:18px;
	font-family:'PTSans', sans-serif;
	color:#FFF;
	padding:0 10px;
}

li ul li a:hover{
    color:#FFF;
	font-size:20px;
	text-decoration:none;
}

/****************************sub menu********************************/



/****************************media quary start********************************/


@media (max-width:1520px) {

.nav > li > a {
  font-size: 30px;
}
.carousel-caption {
  bottom: 30px;
}
.banner h2 {
  font-size: 42px;
}
.banner h4 {
  font-size: 22px;
}
.banner h5 {
  font-size: 22px;
}
.body p {
  font-size: 16px;
}
.submit_btn {
  width: 355px;
  font-size: 34px;
}
.btn_sec span {
  font-size: 34px;
}
.contact_left p {
  font-size: 19px;
}
.contact_right h2 {
  font-size: 40px;
}
.contact_right h6 {
  font-size: 20px;
}
.form-control {
  width: 60%;
}
.body h2{
	font-size:50px;
}
.gallery-box p {
  font-size: 16px;
}
}

@media (max-width:1199px) {
.nav > li > a {
  font-size: 26px;
}
.body {
  padding: 30px 0;
}
.body p {
  font-size:16px;
}
.submit_btn {
  width: 300px;
  height:80px;
  font-size: 26px;
}
.btn_sec span {
  font-size: 26px;
   margin: 0 25px;
}
.btn_sec {
  padding:0;
  margin-top: 20px;
}
.contact_left {
  padding: 25px 20px;
}
.footer a {
  font-size: 18px;
}
.footer p{
  font-size: 18px;
}
.form-control {
  width: 80%;
}

#add {
  font-size:26px;
}
.body h2{
	font-size:40px;
}
.gallery-box p {
  font-size: 16px;
}
}

@media (max-width: 991px) {
.nav li ul{
    position: relative;
    margin:0 0 0 0;
	display: none;
    z-index: 100;
	padding:10px 30px;
	width:100%;
	float:right;
}
.navbar-fixed-top, .navbar-fixed-bottom{
	margin-right:0;
	margin-top:0;
	padding: 10px 0;
}
.nav > li {
  float: left;
  padding: 6px 10px;
  width: 100%;
  text-align:left;
  margin:0;
}
.nav > li > a {
  font-size:24px;
  padding:10px;
  border:none;
}

.banner h2 {
  font-size: 32px;
}
.banner h4 {
  font-size: 18px;
}
.banner h5 {
  font-size: 16px;
}
.carousel-caption {
  bottom: 18px;
}
.submit_btn {
  width: 200px;
  height: 80px;
  font-size: 22px;
  border-radius:26px;
}
.btn_sec span {
  margin: 0 15px;
}
.form-control {
  width: 75%;
}
#add {
  font-size:22px;
}
.contact_right h2 {
  font-size: 30px;
}
.sendButton {
  font-size: 26px;
  width: 150px;
}
.body h2{
	font-size:30px;
}
.gallery-box p {
  font-size: 16px;
  min-height:0;
}
}

@media (max-width:790px) {
.form-control {
  width:65%;
}
}

@media (max-width:620px) {
.form-control {
  width:55%;
}
}

@media (max-width: 767px) {
.body {
  padding: 20px 0;
}
.banner h2 {
  font-size: 24px;
}	
.banner h4 {
  font-size: 14px;
}
.banner {
  margin-top:20px;
}
.carousel-caption {
  position: relative;
  background:rgba(216,227,222,0.8);
  right: 0;
  left: 0;
  bottom:0;
  box-shadow:#000 0 0 5px;
}
.contact_leftoutside {
  padding: 0 0;
}
.footer a {
  width: 100%;
  float: left;
  padding:10px 0;
  border:none;
}
#add {
  font-size:18px;
}
}

@media (max-width:680px) {
.carousel-caption {
  bottom: 0;
}
}

@media (max-width: 520px) {
.submit_btn {
  width: 100%;
  font-size:26px;
  margin: 10px 0;
}
.submit_btn {
  font-size: 23px;
}
.form-control {
  width: 100%;
}
.btn {
  padding: 17px 35px;
  font-size: 24px;
  float: left;
  margin-top: 10px;
}
}



/****************************media quary end********************************/


/****************************Form***********************************/

form.register{
    width:100%;
    margin: 20px auto 0px auto;
    padding:5px;
	float:left;
}
form p{
    font-size: 10pt;
    clear:both;
    margin: 0 0;
    padding:10px 0;
	width:100%;	
	float:left;
	margin-bottom:0px !important;
}

form.register label{
    color:#8f579e;
    float: left;
    text-align: left;
    margin-right: 6px;
    margin-top:2px;
	width:90%;
	font-size:16px;
}
form.register label.optional{
    float: left;
    text-align: right;
    margin-right: 6px;
    margin-top:2px;
    color: #A3A3A3;
}
form.register label.obinfo{
    float:right;
    padding:3px;
    font-style:italic;
}
form.register input{
    width: 100%;
    color: #505050;
    float: left;
    margin-right: 5px;
}

form.register textarea {
    width: 80%;
    color: #505050;
    float: left;
    margin-right: 5px;
	border: 1px solid #022e64;
	padding: 8px;
	height: 100px;
}

form.register input.short{
    width: 50%;
    color: #505050;
	padding:8px;
	 border: 1px solid #022e64;
}
form.register input.short{
    color: #505050;
}
form.register input[type=radio]
{
    float:left;
    width:15px;
}
form.register label.gender{
    margin-top:-1px;
    margin-bottom:2px;
    float:left;
    text-align:left;
    line-height:19px;
}
form.register input[type=text]
{
    border: 1px solid #022e64;
    padding:8px;
}

.button{
    background: #ac69bd; /* Old browsers */
	background: -moz-linear-gradient(top, #ac69bd 0%, #a059a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ac69bd), color-stop(100%,#a059a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ac69bd 0%,#a059a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ac69bd 0%,#a059a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ac69bd 0%,#a059a8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ac69bd 0%,#a059a8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac69bd', endColorstr='#a059a8',GradientType=0 ); /* IE6-9 */
    padding: 8px 10px 8px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    float:left;
    font-size:20px;
    margin:10px 0;
	border:none;
	width:150px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

.button:hover{
	background: #a059a8; /* Old browsers */
	background: -moz-linear-gradient(top, #a059a8 0%, #ac69bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a059a8), color-stop(100%,#ac69bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a059a8 0%,#ac69bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a059a8 0%,#ac69bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a059a8 0%,#ac69bd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a059a8 0%,#ac69bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a059a8', endColorstr='#ac69bd',GradientType=0 ); /* IE6-9 */
    color: #fff;
	text-shadow:#000 2px 2px 5px;
}


form.register input[type=text].year
{
     border: 1px solid #022e64;
    padding:7px;
    width:130px;
}
form.register input[type=checkbox] {
    width:14px;
    margin-top:4px;
}
form.register select
{
     border: 1px solid #022e64;
    width: 50%;
    float:left;
    margin-bottom:3px;
    color: #505050;
    margin-right:5px;
	padding:6px;
	background:none;
}
/*form.register select.date
{
    width: 40px;
}*/
input:focus, select:focus{
    background-color: none;
}
p.info{
    font-size:7pt;
    color: gray;
}
p.agreement{
    margin-left:15px;
}
p.agreement label{
    width:390px;
    text-align:left;
    margin-top:3px;
}

.center{
	text-align:center !important;
	float: left;
	width: 15% !important;
}

.shortlabel{
	width:15% !important;
	float:left;
}

.plan{
	width:80% !important;
	float:left;
}


@media only screen and (max-width: 991px) {



form.register input[type=text].year
{
    width:73px;
}

}


@media only screen and (max-width: 767px){

form.register label{
	width:100%;
	
}

form.register input{
    width: 100%;
}

form.register input.long{
    width: 100%;
    
}

form.register input[type=text].year
{
    width:130px;
}

form.register textarea {
    width: 100%;
}

.center{
	text-align:left !important;
	float: left;
	width: 100% !important;
}

.shortlabel{
	width:25% !important;
}

.plan{
	width:100% !important;
	float:left;
}




}


@media only screen and (max-width: 380px){
.shortlabel{
	width:88% !important;
}

}

@media only screen and (max-width: 480px){

form.register select
{
    width: 100%;
    
}

form.register input[type=text].year
{
    width:100%;
}

form.register input.short{
    width: 100%;
}

}


