/* imports */
/* color styles */
/* mixins */
/* General */
body {
  width: 100%;
  background: black;
  margin: 0;
  font-size: 1em;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em; }

#wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0; }

.titles {
  font-size: 2em;
  font-weight: 100;
  padding: 35px 0 25px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3em; }

.filetH {
  width: 100%;
  height: 2px;
  background: #fbfbfb;
  margin: 10px 0; }

svg {
  border: 0;
  margin: 0;
  padding: 0; }

/* header  */
#header {
  width: 100%; }

/* loader */
#ld_screen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/textures/white-oilcloth-seamless-background-texture.jpg);
  z-index: 900;
  overflow: hidden; }

#ld_flash {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 950;
  overflow: hidden; }

.ld_logo {
  position: absolute;
  top: 17%;
  left: 25%;
  width: 50%;
  height: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.ld_loader {
  position: absolute;
  text-align: center;
  display: inline-block;
  top: 62%;
  left: 10%;
  width: 80%;
  height: 30%; }

.ld_loader_svgo {
  display: inline-block;
  height: 100%;
  width: auto; }

/* menu  */
#Menu {
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 800; }

#M_logo {
  position: absolute;
  width: 250px;
  height: 44px;
  top: 8px;
  left: 2%;
  z-index: 50; }
  #M_logo object {
    height: 100%;
    display: inline-block; }

#M_logoclick {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  width: 250px;
  height: 44px;
  top: 8px;
  left: 2%;
  z-index: 100; }

#M_barre {
  height: 60px;
  width: 100%;
  background: #fbfbfb;
  outline: 3px black solid;
  overflow: hidden; }

.M_BT {
  display: inline-block;
  cursor: pointer;
  float: right;
  margin-right: 3%;
  padding: 20px 0;
  height: 60px;
  color: black; }
  .M_BT .active {
    display: none;
    font-size: 20px; }

/* Mcat */
#Mcat {
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: hidden;
  background-image: url(../images/textures/black_concrete-seamless_web_texture.jpg); }

#Mcat_before {
  position: absolute;
  Z-index: 125;
  cursor: pointer;
  left: -70px;
  width: 40px;
  height: 60px;
  background: #fbfbfb;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

.iconebef {
  margin: 19px 3px 19px 10px;
  font-size: 22px; }

#Mcat_next {
  position: absolute;
  Z-index: 125;
  cursor: pointer;
  right: -12px;
  width: 40px;
  height: 60px;
  background: #fbfbfb;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

.iconeaft {
  margin: 19px 2px;
  font-size: 22px; }

#Mcat_selector {
  position: absolute;
  top: 10%;
  left: 0px;
  height: 60px;
  width: 100%;
  Z-index: 125;
  background: #fbfbfb;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

.Mcat_slt_title_blk {
  cursor: pointer;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 46px;
  border-right: 2px solid black; }

.Mcat_slt_title {
  -webkit-transform-origin: 1em center;
  -moz-transform-origin: 1em center;
  -ms-transform-origin: 1em center;
  transform-origin: 1em center;
  -webkit-transform: rotate(-90deg) translate(-50%, 0);
  -moz-transform: rotate(-90deg) translate(-50%, 0);
  -ms-transform: rotate(-90deg) translate(-50%, 0);
  transform: rotate(-90deg) translate(-50%, 0);
  position: absolute;
  top: 0px;
  left: 6px;
  text-indent: 2em;
  white-space: nowrap;
  font-size: 1.2em;
  height: 100%;
  margin: auto;
  margin-left: 10px; }
  .Mcat_slt_title .active {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    font-size: 20px; }

.Mcat_slt_title_arrow {
  position: absolute;
  left: 23px;
  top: 19px;
  width: 20px;
  height: 100%;
  font-size: 22px; }

.Mcat_slt_cats {
  position: absolute;
  top: 0px;
  left: 48px;
  height: 100%;
  margin: 8px 4px; }
  .Mcat_slt_cats .Mcat_slt_cat {
    position: relative;
    background: #bbbbbb;
    cursor: pointer;
    height: 13px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin: 0 2px;
    padding: 2px 7px 5px 7px;
    color: black;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle; }
  .Mcat_slt_cats .bt_tous.active {
    background: black;
    color: #fbfbfb; }
  .Mcat_slt_cats .bt_Web.active {
    background: #fdbb06;
    color: black; }
  .Mcat_slt_cats .bt_Ident.active {
    background: #5edefb;
    color: black; }
  .Mcat_slt_cats .bt_Pack.active {
    background: #c5fc4e;
    color: black; }
  .Mcat_slt_cats .bt_Ill.active {
    background: #cd92ff;
    color: black; }
  .Mcat_slt_cats .notactive {
    background: #bbbbbb;
    border: 0;
    color: black; }

#Mcat_car {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2000px;
  word-spacing: -5; }

.Mcat_ppp {
  display: inline-block;
  -moz-box-orient: vertical;
  vertical-align: top;
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  text-align: center;
  height: 33.34%; }

.Mcat_contener {
  position: relative;
  cursor: pointer;
  top: 5%;
  left: 0;
  width: 90%;
  margin: auto;
  height: 90%;
  overflow: hidden;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center; }

.Mcat_img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.Mcat_icontener {
  position: absolute;
  top: 110%;
  left: 0px;
  width: 100%;
  height: 60%;
  overflow: hidden;
  border: 0;
  margin: -2px 0 0 0;
  padding: 0;
  text-align: center;
  outline: 2px #fbfbfb solid;
  background-image: url(../images/textures/WhiteO.png); }

.Mcat_iclickbt {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 15px; }

.iconelook {
  font-size: 25px;
  padding-top: 10px; }

.Mcat_catgrp {
  position: absolute;
  top: 8%;
  width: 100%;
  text-align: center; }

.Mcat_cat {
  display: inline-block;
  height: 13px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 1px 5px 1px 5px;
  color: black;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase; }

.iwebdesign {
  background: #fdbb06; }

.iidentity {
  background: #5edefb; }

.ipack {
  background: #c5fc4e; }

.iillu {
  background: #cd92ff; }

.Blknoir01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  z-index: 100; }

.Blknoir02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 100; }

.Blknoir03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  z-index: 100; }

.Blknoir04 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 100; }

.Mcat_infos {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: black; }

.Mcat_ibrand {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15% 0 15%; }

.Mcat_ititle {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 15% 0 15%; }

.filetHmcat {
  width: 10%;
  height: 1px;
  background: black;
  margin: 5px 45%; }

/* PageProjects */
#PageProjects {
  position: fixed;
  left: 0px;
  width: 100%;
  padding-bottom: 75px;
  visibility: hidden;
  overflow-x: hidden;
  background-image: url(../images/textures/white-oilcloth-seamless-background-texture.jpg); }

#P_Back {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  background: black;
  color: #fbfbfb;
  width: 54px;
  height: 54px; }
  #P_Back p {
    font-size: 10px;
    margin-top: -2px;
    text-transform: uppercase; }

.pj_title {
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 600;
  padding: 65px 0 3px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.filetHp {
  width: 8%;
  height: 1px;
  background: black;
  margin: 10px 46%; }

.pj_stitle {
  font-size: 1.3em;
  font-weight: 300;
  padding: 0px 0 15px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.pjt-descP {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  -webkit-text-justify: distribute;
  margin: 5px auto 25px auto; }
  .pjt-descP blockquote {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: black;
    padding: 15px 10%; }
  .pjt-descP p {
    padding: 0 10%;
    font-size: 12px;
    font-weight: 400;
    margin: auto; }

.block-image {
  width: 100%;
  margin: auto auto 3% auto;
  padding: 0;
  max-width: 1000px;
  text-align: center; }

.pjt-titre {
  width: auto;
  font-size: 1.4em;
  display: inline-block;
  text-transform: uppercase;
  max-width: 98.5%;
  text-align: center;
  font-weight: 600;
  color: black;
  margin: 3% auto 0 auto; }

.filetHpim1 {
  width: 76%;
  height: 1px;
  background: black;
  margin: 2px 12% 10px 12%; }

.filetHpim2 {
  width: 76%;
  height: 1px;
  background: black;
  margin: 10px 12% 10px 12%; }

.pjt-image {
  width: 98.5%;
  margin: 0 0.5% 0 0.5%;
  max-width: 1000px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-image: url(../images/textures/white-oilcloth-seamless-background-texture.jpg); }
  .pjt-image img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }

.pjt-imageframe {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  display: inline-block;
  max-width: 98.5%;
  margin: 0 0.5% 1px 0.5%;
  padding: 0;
  overflow: hidden; }

.froom {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.pjt-desc {
  width: 98.5%;
  font-size: 12px;
  margin: -4px 0.5% 10px 0.5%;
  max-width: 1300px;
  text-align: center;
  -webkit-text-justify: distribute; }
  .pjt-desc blockquote {
    margin: 0;
    color: black;
    padding: 0 10%; }

.pjt-imageframe_reload {
  font-size: 20px;
  cursor: pointer;
  line-height: 22px;
  background: black;
  width: 140px;
  color: #fbfbfb;
  padding: 5px 10px;
  margin: 5px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.pjt-imageframe_reload:hover {
  background: #e93d45; }

/* experience */
#experience {
  position: fixed;
  left: 0px;
  width: 100%;
  background: url(../images/textures/white-oilcloth-seamless-background-texture.jpg);
  text-align: center;
  visibility: hidden;
  overflow-x: hidden; }

.exp_ProL {
  width: 100%;
  background: #121212;
  background-image: url(../images/mtri01-01s20o.png);
  margin: auto;
  text-align: center;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.5) inset; }

.exp_ProLc01 {
  width: 100%;
  margin: auto;
  text-align: center;
  background: #E93D45;
  background-image: url(../images/mtri01-01s.png);
  box-shadow: 0px 0px 50px 2px rgba(121, 0, 0, 0.5) inset; }

.exp_ProLc02 {
  width: 100%;
  margin: auto;
  text-align: center;
  background: #fbfbfb; }

.exp_Profile {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 25px 0; }

.exp_sk_title {
  font-size: 1.8em;
  font-weight: 600;
  padding: 45px 0 3px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.filetHxp {
  background: black; }

.exp_portrait {
  display: inline-block;
  color: #fbfbfb;
  margin: 50px 0.5% 50px 0.5%;
  width: 99%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }

.exp_photo {
  display: inline-block;
  width: 30%;
  margin: 1%;
  vertical-align: middle; }
  .exp_photo object {
    width: 100%; }

.exp_desc {
  display: inline-block;
  width: 64%;
  margin: 1%;
  text-align: left;
  vertical-align: middle;
  border-left: 1px #fbfbfb solid; }

.profile_mintro {
  width: 94%;
  margin: 35px 3%;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase; }

.profile_intro {
  font-size: 15px;
  width: 94%;
  margin: 3% 3%  35px 3%;
  font-weight: 300; }
  .profile_intro strong {
    font-weight: 500; }
  .profile_intro a:link {
    color: #fbfbfb;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none; }
  .profile_intro a:visited {
    color: #fbfbfb;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none; }
  .profile_intro a:hover {
    color: #fbfbfb;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none; }

.exp_type {
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 4px;
  color: black; }

/* exp skills details */
.exp_detail {
  display: inline-block;
  color: black;
  margin: 5px 0.25% 0 0.5%;
  width: 64.25%;
  top: 0px;
  vertical-align: top;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }

.exp_d_size {
  padding-bottom: 25px; }

.exp_d_block {
  position: relative;
  display: inline-block;
  margin: 5px 5% 20px 5%;
  width: 90%;
  text-align: left; }

.exp_d_pic {
  display: inline-block;
  vertical-align: top;
  top: 0px;
  left: 0px;
  margin: 0;
  width: 23%; }

.exp_d_pic object {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: auto;
  margin: 0;
  border: 0;
  padding: 0; }

.exp_d_text {
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
  width: 73%; }

.skill_d_name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  width: 100%; }

.skill_d_desc {
  font-size: 0.9em;
  font-weight: 400;
  text-align: left;
  width: 100%; }

.skill_d_filet {
  width: 100%;
  height: 1px;
  background: black;
  margin: 5px 0; }

/* exp skills barres */
.exp_code {
  display: inline-block;
  color: #fbfbfb;
  margin: 5px 0.5% 0 0.25%;
  width: 34.25%;
  top: 0px;
  vertical-align: top;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
  .exp_code object {
    width: 100%; }

.exp_c_size {
  padding-bottom: 25px; }

.exp_skills {
  position: relative;
  display: inline-block;
  margin: 2px 10%;
  width: 80%;
  height: 40px; }

.skill_logo {
  position: absolute;
  display: block;
  top: 0px;
  width: 40px;
  height: 40px;
  z-index: 100;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom; }

.barre_group {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px; }

.skill_name {
  text-align: left;
  margin-left: 48px;
  margin-bottom: 4px;
  color: black;
  font-size: 15px;
  font-weight: 400; }

.barre_grise {
  width: 100%;
  height: 4px;
  overflow: hidden;
  background: #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.barre_pct {
  height: 100%;
  background: #e93d45;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  background: #790000;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzc5MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ViM2I0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTU5MmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #790000 3%, #eb3b45 45%, #f1592a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, #790000), color-stop(45%, #eb3b45), color-stop(100%, #f1592a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #790000 3%, #eb3b45 45%, #f1592a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #790000 3%, #eb3b45 45%, #f1592a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #790000 3%, #eb3b45 45%, #f1592a 100%);
  /* IE10+ */
  background: linear-gradient(to right, #790000 3%, #eb3b45 45%, #f1592a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#790000', endColorstr='#f1592a',GradientType=1 );
  /* IE6-8 */ }

/* expjob blocks */
.exp_xp_title {
  color: #fbfbfb;
  width: 99%;
  margin: 15px 0.5% 20px 0.5%;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 1.8em; }

.exp_xp {
  width: 99%;
  margin: 2px 0.5% 30px 0.5%; }

.exp_job {
  color: black;
  width: 100%;
  margin: 0 0 2px 0;
  background: #fbfbfb; }

.exp_date {
  color: black;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  margin: 10px;
  text-align: center; }
  .exp_date p {
    font-size: 1.4em;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-top: 20px; }

.exp_fonction {
  display: inline-block;
  width: 75%;
  height: 100%;
  padding: 10px 0 25px 0;
  margin: 10px 0 25px 0;
  border-left: 1px #555555 solid;
  text-align: left; }

.exp_f_role {
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 32px;
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase; }
  .exp_f_role strong {
    font-weight: 800; }
  .exp_f_role em {
    font-size: 0.7em; }

.exp_f_missions {
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 32px;
  margin-bottom: 7px; }
  .exp_f_missions strong {
    font-weight: 800; }
  .exp_f_missions em {
    font-size: 0.6em; }

.exp_f_marques {
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 32px;
  margin-bottom: 7px; }
  .exp_f_marques strong {
    font-weight: 800; }
  .exp_f_marques em {
    font-size: 0.6em; }

/* contact */
.exp_contact {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  width: 60%;
  padding: 20px 0;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px; }

.exp_Lin {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  width: 20%;
  margin: 20px 0;
  text-align: right;
  font-size: 60px;
  line-height: 60px; }

/* file et legal */
.exp_file {
  width: 100%;
  text-align: center;
  color: #fbfbfb; }

.exp_file_text {
  width: 84%;
  margin: 20px 8% 20px 8%;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px; }

.exp_file_icon {
  width: 100px;
  height: 100px;
  margin: auto;
  background: #fbfbfb;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  font-size: 50px;
  line-height: 100px;
  text-align: center; }

.exp_legal {
  width: 84%;
  margin: 60px 8% 0px 8%;
  text-align: center;
  color: #fbfbfb;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px; }

/* list Styles */
ul {
  padding: 0px;
  margin: 0;
  margin-left: 0px;
  font-family: 'Helvetica',Arial, Helvetica, sans-serif;
  margin-top: 10px; }

ul li {
  font-size: 12px;
  color: #e93d45;
  padding-left: 10px;
  margin-bottom: 7px;
  list-style: inside;
  list-style-type: square; }

ol {
  padding: 0px;
  margin: 0;
  margin-left: 25px;
  font-family: 'Helvetica',Arial, Helvetica, sans-serif;
  margin-top: 10px; }

ol li {
  font-size: 12px;
  color: #e93d45;
  padding-left: 10px;
  margin-bottom: 7px;
  list-style-type: decimal; }

hr {
  background: url(../images/hr.jpg) top center no-repeat;
  border: 0;
  outline: 0;
  clear: both;
  height: 10px; }

/* link styles */
a:link {
  color: #555555;
  text-decoration: none; }

a:visited {
  color: #555555;
  text-decoration: none; }

a:hover {
  color: black;
  text-decoration: none; }

a:active {
  color: #e93d45;
  text-decoration: none; }

a:focus {
  outline-style: none; }

/* end of css file */
