						html,
						body {
						  font-size: 15px;
						  color: #565656;
						  width: 100%;
						  padding: 0;
						  margin-left: 0;
						  margin-right: 0;
						  font-family: "roboto", sans-serif;
						  font-weight: 300;
						}					
						table {
							border-spacing:0;
							border-collapse:collapse
						}
						td,th {
							padding:0
						}
						.col-md-2,.col-md-3 {
							position:relative;
							min-height:1px;
							padding-right:5px;
							padding-left:5px;
						}
						.col-md-4,.col-md-6,.col-md-12 {
							position:relative;
							min-height:1px;
							padding-right:15px;
							padding-left:15px;
						}
						.col-md-12 {
							width:100%;
						}
						.hide-2across, .hide-4across {
							display:block;
						}
						@media (min-width:120px) {
							.col-md-2 {
								float:left;
								width:50%;
							}
							.col-md-3 {
								float:left;
								width:100%;
							}
							.col-md-4 {
								float:left;
								width:100%;
							}
							.col-md-12 {
								float:left;
								width:100%;
							}
							.hide-4across {
								display:none;
							}
							.hide-2across {
								display:none;
							}
						}
						@media (min-width:420px) {
							.col-md-2 {
								float:left;
								width:25%;
							}
							.col-md-3 {
								float:left;
								width:50%;
							}
							.col-md-4 {
								float:left;
								width:50%;
							}
							.col-md-12 {
								float:left;
								width:100%;
							}
							.hide-4across {
								display:none;
							}
							.hide-2across {
								display:block;
							}
						}
						@media (min-width:992px) {
							.col-md-2 {
								float:left;
								width:16.6%;
							}
							.col-md-3 {
								float:left;
								width:25%;
							}
							.col-md-4 {
								float:left;
								width:33.33333333%;
							}
							.col-md-6 {
								float:left;
								width:50%;
							}
							.col-md-12 {
								float:left;
								width:100%;
							}
							.hide-4across {
								display:block;
							}
							.hide-2across {
								display:block;
							}
						}
						img {
						  -moz-user-select: none;
						  -webkit-user-select: none;
						  -ms-user-select: none;
						  user-select: none;
						  -webkit-user-drag: none;
						  user-drag: none;
						}
						a,
						a:hover,
						a:active,
						a:focus {
						  text-decoration: none;
						  outline: none;
						}
						a,
						button,
						a span {
						  -webkit-transition: 0.2s ease-in-out;
						  -o-transition: 0.2s ease-in-out;
						  transition: 0.2s ease-in-out;
						}
						.btn.extra-width {
						  padding: 13px 40px;
						}
						.btn:focus,
						.btn:active {
						  outline: inherit;
						}
						*,
						*:before,
						*:after {
						  -webkit-box-sizing: border-box;
						  -moz-box-sizing: border-box;
						  box-sizing: border-box;
						  /*    direction: rtl;*/
						}
						p {
						  margin: 0 0 15px;
						}
						.clear {
						  clear: both;
						}
						ol,
						ul {
						  list-style: none;
						  padding: 0;
						}
						img {
						  max-width: 100%;
						}
						h1,
						h2,
						h3 {
						  font-family: Verdana, sans-serif, "Lane";
						  font-weight: 300;
						  margin-bottom: 0;
						  margin-top: 0;
						}
						h4,
						h5 {
						  font-weight: 300;
						  margin-bottom: 0;
						  margin-top: 0;
						}
						h1 {
						  font-size: 3rem;
						  line-height: 4rem;
						  font-weight: normal;
						}
						h2 {
						  font-size: 2.5rem;
						  line-height: 3rem;
						  margin-bottom: .9rem;
						}
						h3 {
						  font-weight: normal;
						  margin-bottom: .9rem;
						  font-size: 2.1rem;
						  line-height: 2.5rem;
						}
						
						.button_back {
							background: none repeat scroll 0 0 #525df6;
							border: 1px solid #6b6b6b;
							border-radius: 0.5em;
							float: left;
							font-size: 9pt;
							font-family: Verdana, Arial;
							padding: 0.2em 1.3em .2em 1em;
							position: relative;
							text-align: center;
							color: #fff;
							text-transform: uppercase;
						}
