/**
 * 	Name: elements.css 
 *  
 *	Styling for all html5 elements
 *
 *	T.O.C
 *
 *	=Typography
 *	=Links
 *	=Lists
 *		=Custom lists
 *	=Images
 *	=Tables
 *	=Forms
 *		=Responsive Form Inputs
 *
 */
 
/* ==========================================================================
   =Typography
   ========================================================================== */
   	 
	body {
		background-color: #fff;
		color: #585858;
		font: 16px "Open Sans", "Microsoft YaHei", Arial, sans-serif; 
		font-size: 16px;
		line-height: 24px;	

	}

	body tight{
				letter-spacing:-1.5px;	
	}

	
	body red{
		color: #bc3a2c;
	}
	
	body green{
		color: #687916;
	}

	body pine{
		color: #234F1E;
	}

	body teal{
		color: #809b95;
	}

	body olive{
		color: #a39b39;
	}


	body turquoise{
		color: #00a9a5;
	}


	body ocean {
		color: #218fb2;
	}

	body indigo {
		color: #0a528d;
	}

	body blue{
		color: #0785ca;
	}


	body peacock{
		color: #2d575f;
	}
	

	body royalblue{
		color: #2843b9;
	}


	body brown{
		color: #8d3122;
	}

	body chilli {
		color: #ed1c24;
	}

	body mocha{
		color: #3C280D;
	}

	body coffee{
		color: #4B371C;
	}

	body bronze{
		color: #a96734;
	}

	body earth{
		color: #a1820b;
	}

	body yellow{
		color: #f1c747;
	}


	body purple{
		color: #6b3075;
	}

	body grape{
		color: #5f4097;
	}

	body orange {
		color: #df6d27;
	}




	body maroon {
		color: #b51e3e;
	}


	body magenta {
		color: #dc0078;
	}

	body pink {
		color: #8f6783;
	}


	body pine{
		color: #234F1E;
	}


	body teal{
		color: #809b95;
	}


	body rose {
		color: #d55b59;
	}

	body black {
		color: #000;
	}


	body gray {
		color: #585858;
	}

	body lightgray {
		color: #c6c6c6;
	}
	
	body white {
		color: #fff;
	}
	
	
	@media (max-width: 420px) {

		p { 
		font-size: 16px; 
		line-height: 24px;	
		}
		
	}	
	
	
	@media (max-width: 767px) {
	
			
	p { 
		
		}
					
			
		
	}	

	h1, 
	h2, 
	h3, 
	h4, 
	h5, 
	h6 {
		font-family:  "Open Sans", "Microsoft YaHei",  Arial, sans-serif;
	}
		
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a { 
		color: #303030;
		font-weight: inherit; 
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover, 
	h5 a:hover, 
	h6 a:hover { 
		color: #da2028;
		text-decoration: none;		
	}
	
	h1 {
		margin-bottom: 14px; 	 
		font-size: 48px; 
		line-height: 52px; 
		font-weight: 400;
	}
	
	h2 { 
		margin-bottom: 12px;	
		font-size: 30px; 
		line-height: 36px;  
		font-weight: 400;

	}
	
	h3 { 
		margin-bottom: 10px;
		font-size: 20px; 
		line-height: 30px;  
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: 400;
 
	}
	
	h4 {
		margin-bottom: 8px; 
		font-size: 18px; 
		line-height: 28px; 
		font-weight: 400;
	}
	
	h5 { 
		font-size: 16px; 
		line-height: 26px; 
		letter-spacing: 2px;
		font-weight: 400;

	}
	
	h6 { 
		margin-bottom: 20px; 
		font-size: 14px; 
		line-height: 26px; 
		font-weight: 200;
	}


@media (max-width: 420px) {

    h1 {
		margin-bottom: 14px; 	 
		font-size: 30px; 
		line-height: 36px; 
		font-weight: 400;
	}
	
	h2 { 
		margin-bottom: 12px;	
		font-size: 26px; 
		line-height: 32px;  
		font-weight: 400;

	}
	
	h3 { 
		margin-bottom: 10px;
		font-size: 24px; 
		line-height: 30px;  
		font-weight: 400;
 
	}
	
	h4 {
		margin-bottom: 8px; 
		font-size: 20px; 
		line-height: 28px; 
		font-weight: 200;
	}
	
	h5 { 
		font-size: 18px; 
		line-height: 26px; 
		font-weight: 400;

	}
	h6 { 
		margin-bottom: 10px; 
		font-size: 18px; 
		line-height: 24px; 
		font-weight: 200;
	}

}

	
	p { margin-bottom: 10px;
text-align: justify;  }
	
	
	
	em { font-style: italic; }
	
	strong { font-weight: 600; }
	
   xstrong { font-weight: 800; }

	
	medium { font-size: 90%; 
			line-height: 85%;

              }
	
	small { font-size: 80%; 
        line-height: 80%;	

}
	

	big { font-size: 150%;
        line-height: 110%;	
}



	
	
	sub { 
		vertical-align: sub; 
		font-size: 65%; 
        line-height: 65%;	

}
	
	sup { 
		vertical-align: super; 
		font-size: 65%; 
        line-height: 65%	
    }
	
	abbr[title] {  
		border-bottom: 1px dotted #8d8c8c; 
		cursor: help;
	}
	
	address { 
		display: block; 
		margin-bottom: 20px; 
	}
	
	blockquote {}
	
	blockquote p { font-style: italic; }
	
	hr { 
		height: 0; 
		border: solid #e0e0e0; 
		border-width: 1px 0 0 0;
		margin: 30px 0;
	}
	kbd,
	tt,
	var,
	samp,	
	code, 
	pre { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }
	
	code { 
		padding: 1px 4px;
		border: 1px solid #e0e0e0;
		border-radius: 3px;	
		background-color: #f8f8f8;  
		color: #d50f25;  
	}
	
	pre { 
		overflow-x: auto; 
		display: block;
		padding: 20px;
		border: 1px solid #e0e0e0;
		border-radius: 3px;		
		margin-bottom: 20px;		
		background-color: #f8f8f8; 
		white-space: pre-wrap;
	}
	
	mark,
	ins {
		padding: 1px 4px;
		border: 1px solid #e0e0e0;
		border-radius: 3px;	
		background-color: #f8f8f8; 
		text-decoration: none;
	}
	
	s,
	del { text-decoration: line-through; }
	
	/* Typography Helper Classes */
	
	/**
	 * <div class="hr"></div> acts like an <hr>
	 */
	
	.hr { 
		border-top: 1px solid #e0e0e0;  
		margin: 30px 0;
	}
	
	.text-left { text-align: left; }
	.text-right { text-align: right; }
	.text-center { text-align: center; }
	.text-justify { text-align: justify; }
	
	.text-uppercase { text-transform: uppercase; }
	
	
	.text-highlight { color: #da2028; }
	.mute{ color: #8d8c8c; }
	
	.lg-padding-top { padding-top: 40px; }
	
	.md-padding-top { padding-top: 20px; }
	
	.sm-padding-top { padding-top: 10px; }

	.no-margin-bottom,
	.last { margin-bottom: 0 !important; }
	
	@media (max-width: 767px) {
		.last { margin-bottom: 20px !important; }
	}
/* ==========================================================================
   =Links
   ========================================================================== */
	
	a, 
	a:visited { 
		color: #bc3a2c; 
		text-decoration: none; 
	}
	
   /**
	* 1. Remove the gray background color from active links in IE 10.
	*/
	
	a:active {
 		background: transparent; /* 1 */
	}
	
	 /**a:active,*/
	a:hover   {
		outline: 0; 
		color: #585858; 

	}	


		
/* ==========================================================================
   =Lists
   ========================================================================== */
	
	ul, 
	ol { 
		margin-bottom: 20px;
		/*list-style-position: inside; */
	}
	 

	 ol { 
		margin-bottom: 20px;
		/*list-style-position: inside; */
	}
	 

	li > ul, 
	li > ol { 
		margin-bottom: 0; 
		margin-left: 30px; 
	}
	
	li {
		margin-bottom: 10px; 
		
}
	
	ul { list-style-type: disc; }
	ol { list-style-type: decimal; }

	ol.strong { list-style-type:decimal; 
		font-weight: 600;} }

	
	dl { margin-bottom: 20px; }
	dt { font-weight: bold; }
	dd  { margin-bottom: 20px; }
	
	/* List Helper Classes */
	ul.last,
	ol.last,
	dl.last { margin-bottom: 0; }
	
	@media (max-width: 767px) {
		ul.last, 
		ol.last { margin-bottom: 20px; }
		
	}
	
/* =Custom lists
   ========================================================================== */	
	/**
 	 * Custom lists
 	 *
	 * 1. unstyled list
	 * 2. list with squares for bullets
	 * 3. list with discs for bullets
	 *
	 */
	 
	ul.unstyled { list-style-type: none; } /* 1 */
	ul.square { list-style-type: square; } /* 2 */
	ul.circle { list-style-type: circle; } /* 3 */
	
	/**
 	 * FontAwesome lists
 	 *
	 * 1. Arrow list
	 * 2. Plus list
	 * 3. Pin list
	 *
	 */
	 
	ul.circle { list-style: none; }	/* 3 */
	
	ul.circle li:before {
		position: relative;
		top: 0px;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin-right: 15px;
		background-color: #da2028;
		line-height: 20px;
		font-style: normal;
		text-align: center;
	}
	
	ul.circle li:before { content: ""; }
	
	ul.circle li { margin-bottom: 8px; }
	ul.circle li:last-child { margin-bottom: 10px; }
	
	ul.circle .line2 { margin-right: 70px; }


	
	
	
	ul.arrow { list-style: none; }	/* 1 */
	
	ul.arrow li:before {
		position: relative;
		top: -1px;
		display: inline-block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		margin-right: 10px;
		background-color: #da2028;
		color: #fff;
		font-family: 'FontAwesome';
		font-size: 14px;
		line-height: 20px;
		font-style: normal;
		text-align: center;
	}





	ul.number { list-style: none; }	/* 4 */
	
	ul.number li:before { content: "0"; }

	
	ul.number li.line1:before { content: "1"; }
	ul.number li.line2:before { content: "2"; }
	ul.number li.line3:before { content: "3"; }
	ul.number li.line4:before { content: "4"; }
	ul.number li.line5:before { content: "5"; }
	ul.number li.line6:before { content: "6"; }
	ul.number li.line7:before { content: "7"; }
	ul.number li.line8:before { content: "8"; }
	ul.number li.line9:before { content: "9"; }

	ul.number li.line11:before { content: "1"; background-color: #c95b35;}
	ul.number li.line12:before { content: "2"; background-color: #c95b35;}
	ul.number li.line13:before { content: "3"; background-color: #c95b35;}
	ul.number li.line14:before { content: "4"; background-color: #c95b35;}
	ul.number li.line15:before { content: "5"; background-color: #c95b35;}




	ul.number li.line21:before { content: "1"; background-color: #0785ca;}
	ul.number li.line22:before { content: "2"; background-color: #0785ca;}
	ul.number li.line23:before { content: "3"; background-color: #0785ca;}
	ul.number li.line24:before { content: "4"; background-color: #0785ca;}
	ul.number li.line25:before { content: "5"; background-color: #0785ca;}
	ul.number li.line26:before { content: "6"; background-color: #0785ca;}
	ul.number li.line27:before { content: "7"; background-color: #0785ca;}
	ul.number li.line28:before { content: "8"; background-color: #0785ca;}
	ul.number li.line29:before { content: "9"; background-color: #0785ca;}


	ul.number li.gray1:before { content: "1"; background-color: #585858;}
	ul.number li.gray2:before { content: "2"; background-color: #585858;}
	ul.number li.gray3:before { content: "3"; background-color: #585858;}
	ul.number li.gray4:before { content: "4"; background-color: #585858;}
	ul.number li.gray5:before { content: "5"; background-color: #585858;}
	ul.number li.gray6:before { content: "6"; background-color: #585858;}
	ul.number li.gray7:before { content: "7"; background-color: #585858;}
	ul.number li.gray8:before { content: "8"; background-color: #585858;}
	ul.number li.gray9:before { content: "9"; background-color: #585858;}
	ul.number li.gray10:before { content: "10"; background-color: #585858;}


	ul.number li.brown1:before { content: "1"; background-color: #8d3122;}
	ul.number li.brown2:before { content: "2"; background-color: #8d3122;}
	ul.number li.brown3:before { content: "3"; background-color: #8d3122;}
	ul.number li.brown4:before { content: "4"; background-color: #8d3122;}
	ul.number li.brown5:before { content: "5"; background-color: #8d3122;}
	ul.number li.brown6:before { content: "6"; background-color: #8d3122;}


	ul.number li.teal-line0:before { content: "0"; color:#c8cfb3 ; background-color: #c8cfb3;}
	ul.number li.teal-line00:before { content: "0"; color:#809b95; background-color: #809b95;}


	ul.number li.teal-line1:before { content: "1"; background-color: #809b95;}
	ul.number li.teal-line2:before { content: "2"; background-color: #809b95;}
	ul.number li.teal-line3:before { content: "3"; background-color: #809b95;}
	ul.number li.teal-line4:before { content: "4"; background-color: #809b95;}
	ul.number li.teal-line5:before { content: "5"; background-color: #809b95;}
	ul.number li.teal-line6:before { content: "6"; background-color: #809b95;}
	ul.number li.teal-line7:before { content: "7"; background-color: #809b95;}
	ul.number li.teal-line8:before { content: "8"; background-color: #809b95;}
	ul.number li.teal-line9:before { content: "9"; background-color: #809b95;}
	ul.number li.teal-line10:before { content: "10"; background-color: #809b95;}


	ul.number li.teal-line11:before { content: "11"; background-color: #809b95;}
	ul.number li.teal-line12:before { content: "12"; background-color: #809b95;}
	ul.number li.teal-line13:before { content: "13"; background-color: #809b95;}
	ul.number li.teal-line14:before { content: "14"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line15:before { content: "15"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line16:before { content: "16"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line17:before { content: "17"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line18:before { content: "18"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line19:before { content: "19"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line20:before { content: "20"; color:#000 ; background-color: #c8cfb3;}

	ul.number li.teal-line21:before { content: "21"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line22:before { content: "22"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line23:before { content: "23"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line24:before { content: "24"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line25:before { content: "25"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line26:before { content: "26"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line27:before { content: "27"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line28:before { content: "28"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line29:before { content: "29"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line30:before { content: "30"; color:#000 ; background-color: #c8cfb3;}

	ul.number li.teal-line31:before { content: "31"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line32:before { content: "32"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line33:before { content: "33"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line34:before { content: "34"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line35:before { content: "35"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line36:before { content: "36"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line37:before { content: "37"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line38:before { content: "38"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line39:before { content: "39"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line40:before { content: "40"; color:#000 ; background-color: #c8cfb3;}

	ul.number li.teal-line41:before { content: "41"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line42:before { content: "42"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line43:before { content: "43"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line44:before { content: "44"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line45:before { content: "45"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line46:before { content: "46"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line47:before { content: "47"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line48:before { content: "48"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line49:before { content: "49"; color:#000 ; background-color: #c8cfb3;}
	ul.number li.teal-line50:before { content: "50"; color:#000 ; background-color: #c8cfb3;}




	ul.number li:last-child { margin-bottom: 8px; }
	ul.number li { margin-bottom: 10px; }
	ul.number li:last-child { margin-bottom: 0; }

	ul.number p { padding-left: 35px; }

	ul.number p { margin-bottom: 35px; }

	
	ul.number li:before {
		position: relative;
		top: -3px;
		display: inline-block;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		margin-right: 10px;
		background-color: #00a9a5;
		color: #fff;
		font-family: 'Open Sans';
		font-size: 18px;
		line-height: 24px;
		font-style: normal;
		text-align: center;

	}

		ul.number.small {
		margin-bottom: 6px; 
		}

		ul.number.small li { font-size: 14px; }


		ul.number.small li:before {

		position: relative;
		top: -1px;
		display: inline-block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		margin-right: 8px;
		font-family: 'Open Sans';
		font-size: 12px;
		line-height: 21px;
		font-style: normal;
		text-align: center;

	}

		ul.number.xsmall {
		margin-bottom: 8px; 
		}



		ul.number.xsmall li:before {

		position: relative;
		top: -4px;
		display: inline-block;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		margin-right: 8px;
		font-family: 'Open Sans';
		font-size: 4px;
		line-height: 21px;
		font-style: normal;
		text-align: center;

	}




             


/* ==========================================================================
   =Images
   ========================================================================== */
	
   img { 
		width: 100%;
		height: auto;
		border: none; 
		vertical-align: middle;
	}



/* ==========================================================================
   =Tables
   ========================================================================== */
	table{ 
	border-bottom: 0px solid #fff; }
	th,
	td { 
	border-bottom: 1px solid #696767; }
	/**
	 * 1. Prevents HTML tables from becoming too wide
	 */
	table {
		border-collapse: separate;
		border-spacing: 0;
		border-width: 1px 0 1px 0px;
		margin-bottom: 20px;
		table-layout: fixed; 	/* 1 */
		width: 100%;
	}
	caption,
	th,
	td {
		font-weight: normal;
		text-align: right;
	}

	
	caption { margin-bottom: 20px; }
	
	th {
		border-width: 1px 0 1px 0;
		font-weight: 700;
	}
	td { border-width: 1px 0 1px 0; }
	th, 
	td { padding: 6px 1px; }
	
	tfoot td { border-bottom: none;}

	
	
	/* Custom Tables */
	
	.options-table { margin: 50px 0; }
	
	.options-table,
	.options-table th,
	.options-table td { border: none; }
	
	.options-table tr td {
		border-bottom: 10px solid #fff;
		background-color: #eff7e5;
		text-align: center;
		vertical-align: middle;
	}
	
	.options-table tr td:first-child { text-align: left; }
	
	.options-table tr:last-child td { border-bottom: none; }
	
	.options-table i {
		color: #da2028;
		font-size: 32px;
	}
	
	
	
	@media (max-width: 320px) {
	
		/**
		 * 1. Force table to not be like tables anymore
		 */
		 
		table, 
		thead, 
		tbody, 
		th, 
		td, 
		tr { display: block; /* 1 */ }
		/**
		 * Hide table headers
		 */
	
		th{ 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		td:first-child { border-top: none !important; }
		
		.options-table tr td { border-bottom: none; }
		
		.options-table tr td:first-child { text-align: center; }
		
		.options-table tr td:last-child { border-bottom: 10px solid #fff; }
		
		.options-table tr:last-child td:last-child { border-bottom: none; }
	  
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ==========================================================================
   =Forms
   ========================================================================== */
	form {}
	
	fieldset {}
	fieldset legend {
		padding: 0 10px;
		margin: 0;
		margin-left: -2px;
		background: #fff;
		font-weight: 700;								
	}
	
	::-moz-placeholder,
	::-webkit-input-placeholder,
	:-ms-input-placeholder {
		color: #8d8c8c;

	}
	
	label {
		display: block;
		margin-bottom: 5px;
	}
	
	input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="month"],
	input[type="week"],
	input[type="email"],
	input[type="number"],
	input[type="search"],
	input[type="tel"],
	input[type="time"],
	input[type="url"],
	input[type="color"],
	textarea {
		display: block;
		width: 100%;
		-webkit-appearance: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			    box-sizing: border-box;
		padding: 10px 20px;		
		border: 1px solid #AAAAAA;
		margin-bottom: 10px;
		background-color: transparent;

	}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="date"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="month"]:focus,
	input[type="week"]:focus,
	input[type="email"]:focus,
	input[type="number"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="time"]:focus,
	input[type="url"]:focus,
	input[type="color"]:focus,
	textarea:focus {
		border-color: #bbb;
		outline: none;
	}
	input[type="text"]:disabled,
	input[type="password"]:disabled,
	input[type="date"]:disabled,
	input[type="datetime"]:disabled,
	input[type="datetime-local"]:disabled,
	input[type="month"]:disabled,
	input[type="week"]:disabled,
	input[type="email"]:disabled,
	input[type="number"]:disabled,
	input[type="search"]:disabled,
	input[type="tel"]:disabled,
	input[type="time"]:disabled,
	input[type="url"]:disabled,
	input[type="color"]:disabled,
	textarea:disabled {
		background-color: #f8f8f8;
		cursor: not-allowed;
	}
	input[type="text"][disabled],
	input[type="text"][readonly],
	fieldset[disabled] input[type="text"],
	input[type="password"][disabled],
	input[type="password"][readonly],
	fieldset[disabled] input[type="password"],
	input[type="date"][disabled],
	input[type="date"][readonly],
	fieldset[disabled] input[type="date"],
	input[type="datetime"][disabled],
	input[type="datetime"][readonly],
	fieldset[disabled] input[type="datetime"],
	input[type="datetime-local"][disabled],
	input[type="datetime-local"][readonly],
	fieldset[disabled] input[type="datetime-local"],
	input[type="month"][disabled],
	input[type="month"][readonly],
	fieldset[disabled] input[type="month"],
	input[type="week"][disabled],
	input[type="week"][readonly],
	fieldset[disabled] input[type="week"],
	input[type="email"][disabled],
	input[type="email"][readonly],
	fieldset[disabled] input[type="email"],
	input[type="number"][disabled],
	input[type="number"][readonly],
	fieldset[disabled] input[type="number"],
	input[type="search"][disabled],
	input[type="search"][readonly],
	fieldset[disabled] input[type="search"],
	input[type="tel"][disabled],
	input[type="tel"][readonly],
	fieldset[disabled] input[type="tel"],
	input[type="time"][disabled],
	input[type="time"][readonly],
	fieldset[disabled] input[type="time"],
	input[type="url"][disabled],
	input[type="url"][readonly],
	fieldset[disabled] input[type="url"],
	input[type="color"][disabled],
	input[type="color"][readonly],
	fieldset[disabled] input[type="color"],
	textarea[disabled],
	textarea[readonly],
	fieldset[disabled] textarea {
		background-color: #f8f8f8;
		cursor: not-allowed;
	}
	textarea[rows] { height: auto; }
	/**
	 *  1. Disallow resize out of parent
	 */
	
	textarea { max-width: 100%; /* 1 */ }
	
	/**
	 * 1. we need to supply the font color for situations when you place the inputs in a div that has color:#fff
	 *    normally because of the #fff the text in inputs would not be visible but giving the color explicitly here ovrwrites that
	 */
	
	select {
		padding: 6px 10px;	
		height: 40px;
		width: 100%;
		border: 1px solid #aaa;
		background-color: #fff;
		-webkit-appearance: none !important;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			    box-sizing: border-box;
		color: #252525; /* 1 */		
	}

      #select-input option  {
		font-size: 90%;

}
	

	select:disabled {
		background-color: #f8f8f8;
		cursor: not-allowed;
	}
	
	select:focus { border-color: #bbb; }
	select[multiple] { height: auto; }
	input[type="range"] { width: 100%; }	
	
	input[type="file"],
	input[type="checkbox"],
	input[type="radio"],
	select {
		margin: 0 0 10px;
	}
	input[type="checkbox"] + label,
	input[type="radio"] + label {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
		margin-left: 5px;
		vertical-align: baseline;
	}
	input[type="file"] { width: 100%; }
	
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"] {
		position: relative;
		display: inline-block;
		padding: 10px 30px; 
		border: none;
		background-color: #da2028;
		-webkit-background-clip: padding-box;
		   -moz-background-clip: padding-box;
				background-clip: padding-box;
		color: #fff;
		
		font-weight: 400;
		text-align: center;

		text-decoration: none;
		cursor: pointer;
		-webkit-appearance: none;
	}
	
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover { background-color: #252525; }
	
/* =Responsive Form Inputs
   ========================================================================== */
	
	/**
	 * 1. Reset float inherited from .span*	
 	 * 2. Change padding inherited from .span* with the one set for inputs
 	 */
	 
	button[class*="span"],
	input[type="reset"][class*="span"],
	input[type="submit"][class*="span"],
	input[type="button"][class*="span"],
	input[type="range"][class*="span"],
	input[type="color"][class*="span"],
	input[type="text"][class*="span"],
	input[type="password"][class*="span"],
	input[type="date"][class*="span"],
	input[type="datetime"][class*="span"],
	input[type="datetime-local"][class*="span"],
	input[type="month"][class*="span"],
	input[type="week"][class*="span"],
	input[type="email"][class*="span"],
	input[type="number"][class*="span"],
	input[type="search"][class*="span"],
	input[type="tel"][class*="span"],
	input[type="time"][class*="span"],
	input[type="url"][class*="span"],
	textarea[class*="span"],
	select[class*="span"] {
		float: none; 		 /* 1 */
		padding: 12px 20px;  /* 2 */
		

	}
	
	@media (min-width: 767px) {
	
		button.span12,
		input[type="range"].span12,
		input[type="color"].span12,
		input[type="reset"].span12,
		input[type="submit"].span12,
		input[type="button"].span12,
		input[type="text"].span12,
		input[type="password"].span12,
		input[type="date"].span12,
		input[type="datetime"].span12,
		input[type="datetime-local"].span12,
		input[type="month"].span12,
		input[type="week"].span12,
		input[type="email"].span12,
		input[type="number"].span12,
		input[type="search"].span12,
		input[type="tel"].span12,
		input[type="time"].span12,
		input[type="url"].span12,
		textarea.span12,
		select.span12 { width: 100%; }
		
		button.span11,
		input[type="range"].span11,
		input[type="color"].span11,
		input[type="reset"].span11,
		input[type="submit"].span11,
		input[type="button"].span11,
		input[type="text"].span11,
		input[type="password"].span11,
		input[type="date"].span11,
		input[type="datetime"].span11,
		input[type="datetime-local"].span11,
		input[type="month"].span11,
		input[type="week"].span11,
		input[type="email"].span11,
		input[type="number"].span11,
		input[type="search"].span11,
		input[type="tel"].span11,
		input[type="time"].span11,
		input[type="url"].span11,
		textarea.span11,
		select.span11 { width: 91.66666667%; }
		
		button.span10,
		input[type="range"].span10,
		input[type="color"].span10,
		input[type="reset"].span10,
		input[type="submit"].span10,
		input[type="button"].span10,
		input[type="text"].span10,
		input[type="password"].span10,
		input[type="date"].span10,
		input[type="datetime"].span10,
		input[type="datetime-local"].span10,
		input[type="month"].span10,
		input[type="week"].span10,
		input[type="email"].span10,
		input[type="number"].span10,
		input[type="search"].span10,
		input[type="tel"].span10,
		input[type="time"].span10,
		input[type="url"].span10,
		textarea.span10,
		select.span10 { width: 83.33333333%; }
		
		button.span9,
		input[type="range"].span9,
		input[type="color"].span9,
		input[type="reset"].span9,
		input[type="submit"].span9,
		input[type="button"].span9,
		input[type="text"].span9,
		input[type="password"].span9,
		input[type="date"].span9,
		input[type="datetime"].span9,
		input[type="datetime-local"].span9,
		input[type="month"].span9,
		input[type="week"].span9,
		input[type="email"].span9,
		input[type="number"].span9,
		input[type="search"].span9,
		input[type="tel"].span9,
		input[type="time"].span9,
		input[type="url"].span9,
		textarea.span9,
		select.span9 { width: 75%; }
		
		button.span8,
		input[type="range"].span8,
		input[type="color"].span8,
		input[type="reset"].span8,
		input[type="submit"].span8,
		input[type="button"].span8,
		input[type="text"].span8,
		input[type="password"].span8,
		input[type="date"].span8,
		input[type="datetime"].span8,
		input[type="datetime-local"].span8,
		input[type="month"].span8,
		input[type="week"].span8,
		input[type="email"].span8,
		input[type="number"].span8,
		input[type="search"].span8,
		input[type="tel"].span8,
		input[type="time"].span8,
		input[type="url"].span8,
		textarea.span8,
		select.span8 { width: 66.66666667%; }
		
		button.span7,
		input[type="range"].span7,
		input[type="color"].span7,
		input[type="reset"].span7,
		input[type="submit"].span7,
		input[type="button"].span7,
		input[type="text"].span7,
		input[type="password"].span7,
		input[type="date"].span7,
		input[type="datetime"].span7,
		input[type="datetime-local"].span7,
		input[type="month"].span7,
		input[type="week"].span7,
		input[type="email"].span7,
		input[type="number"].span7,
		input[type="search"].span7,
		input[type="tel"].span7,
		input[type="time"].span7,
		input[type="url"].span7,
		textarea.span7,
		select.span7 { width: 58.33333333%; }
		
		button.span6,
		input[type="range"].span6,
		input[type="color"].span6,
		input[type="reset"].span6,
		input[type="submit"].span6,
		input[type="button"].span6,
		input[type="text"].span6,
		input[type="password"].span6,
		input[type="date"].span6,
		input[type="datetime"].span6,
		input[type="datetime-local"].span6,
		input[type="month"].span6,
		input[type="week"].span6,
		input[type="email"].span6,
		input[type="number"].span6,
		input[type="search"].span6,
		input[type="tel"].span6,
		input[type="time"].span6,
		input[type="url"].span6,
		textarea.span6,
		select.span6 { width: 50%; }
		
		button.span5,
		input[type="range"].span5,
		input[type="color"].span5,
		input[type="reset"].span5,
		input[type="submit"].span5,
		input[type="button"].span5,
		input[type="text"].span5,
		input[type="password"].span5,
		input[type="date"].span5,
		input[type="datetime"].span5,
		input[type="datetime-local"].span5,
		input[type="month"].span5,
		input[type="week"].span5,
		input[type="email"].span5,
		input[type="number"].span5,
		input[type="search"].span5,
		input[type="tel"].span5,
		input[type="time"].span5,
		input[type="url"].span5,
		textarea.span5,
		select.span5 { width: 41.66666667%; }
		
		button.span4,
		input[type="range"].span4,
		input[type="color"].span4,
		input[type="reset"].span4,
		input[type="submit"].span4,
		input[type="button"].span4,
		input[type="text"].span4,
		input[type="password"].span4,
		input[type="date"].span4,
		input[type="datetime"].span4,
		input[type="datetime-local"].span4,
		input[type="month"].span4,
		input[type="week"].span4,
		input[type="email"].span4,
		input[type="number"].span4,
		input[type="search"].span4,
		input[type="tel"].span4,
		input[type="time"].span4,
		input[type="url"].span4,
		textarea.span4,
		select.span4 { width: 33.33333333%; }
		
		button.span3,
		input[type="range"].span3,
		input[type="color"].span3,
		input[type="reset"].span3,
		input[type="submit"].span3,
		input[type="button"].span3,
		input[type="text"].span3,
		input[type="password"].span3,
		input[type="date"].span3,
		input[type="datetime"].span3,
		input[type="datetime-local"].span3,
		input[type="month"].span3,
		input[type="week"].span3,
		input[type="email"].span3,
		input[type="number"].span3,
		input[type="search"].span3,
		input[type="tel"].span3,
		input[type="time"].span3,
		input[type="url"].span3,
		textarea.span3,
		select.span3 { width: 25%; }
		
		button.span2,
		input[type="range"].span2,
		input[type="color"].span2,
		input[type="reset"].span2,
		input[type="submit"].span2,
		input[type="button"].span2,
		input[type="text"].span2,
		input[type="password"].span2,
		input[type="date"].span2,
		input[type="datetime"].span2,
		input[type="datetime-local"].span2,
		input[type="month"].span2,
		input[type="week"].span2,
		input[type="email"].span2,
		input[type="number"].span2,
		input[type="search"].span2,
		input[type="tel"].span2,
		input[type="time"].span2,
		input[type="url"].span2,
		textarea.span2,
		select.span2 { width: 16.66666667%; }
		
		button.span1,
		input[type="range"].span1,
		input[type="color"].span1,
		input[type="reset"].span1,
		input[type="submit"].span1,
		input[type="button"].span1,
		input[type="text"].span1,
		input[type="password"].span1,
		input[type="date"].span1,
		input[type="datetime"].span1,
		input[type="datetime-local"].span1,
		input[type="month"].span1,
		input[type="week"].span1,
		input[type="email"].span1,
		input[type="number"].span1,
		input[type="search"].span1,
		input[type="tel"].span1,
		input[type="time"].span1,
		input[type="url"].span1,
		textarea.span1,
		select.span1 { width: 8.33333333%; }
		
	}	