 * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

#buttonContainer{
   // width: 100%;
    font-size: 12px;
    overflow: hidden; /* contain floated elements */
    //background: #ccc;
    text-align: center !important;
width: 80%;
height: 100px;
    margin: 0 auto;
}
#buttonContainer > div {
    float: left; 
    width: 15%;
}

.imgCircle{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    //background-color: rgb(86,171,171);
    background-color: rgba(0,0,0,0.65);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 100px;
    height: 100px;

}

div.InformationTechnologyButton input {
    background:url(../images/InformationTechnologyIcon.png) no-repeat;
    cursor:pointer;
    width: 64px;
    height: 75px;
    border: none;
    text-align: justify;
    display: block;
    margin: 0 auto;
}

div.InformationTechnologyButton input:hover {
    background:url(../images/InformationTechnologyIcon.png) no-repeat !important;
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
}

div.InformationTechnologyButton input:active {
    background:url(../images/InformationTechnologyIcon.png) no-repeat !important;
    outline: 0 !important
  -webkit-filter: grayscale(1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");
  filter: gray;
}

div.logisticsButton input {
    background:url(../images/LogisticsIcon.png) no-repeat;
    cursor:pointer;
    width: 64px;
    height: 75px;
    border: none;
    text-align: justify;
    display: block;
    margin: 0 auto;
}

div.logisticsButton input:hover {
    background:url(../images/LogisticsIcon.png) no-repeat !important;
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
}

div.logisticsButton input:active {
    background:url(../images/LogisticsIcon.png) no-repeat !important;
    outline: 0 !important
  -webkit-filter: grayscale(1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");
  filter: gray;
}

div.intelligenceButton input {
    background:url(../images/IntelligenceIcon.png) no-repeat;
    cursor:pointer;
    width: 64px;
    height: 75px;
    border: none;
    text-align: justify;
    display: block;
    margin: 0 auto;
}

div.intelligenceButton input:hover {
    background:url(../images/IntelligenceIcon.png) no-repeat !important;
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
}

div.intelligenceButton input:active {
    background:url(../images/IntelligenceIcon.png) no-repeat !important;
    outline: 0 !important
  -webkit-filter: grayscale(1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");
  filter: gray;
}

div.managementButton input {
    background:url(../images/managementIcon.png) no-repeat;
    cursor:pointer;
    width: 64px;
    height: 75px;
    border: none;
    text-align: justify;
    display: block;
    margin: 0 auto;
}

div.managementButton input:hover {
    background:url(../images/managementIcon.png) no-repeat !important;
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
}

div.managementButton input:active {
    background:url(../images/managementIcon.png) no-repeat !important;
    outline: 0 !important
  -webkit-filter: grayscale(1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");
  filter: gray;
}

/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {   
  border : 0px;
} 
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus {     
  outline : none; 
}


div.medicalButton input {
    background:url(../images/HealthIconSmall.png) no-repeat;
    cursor:pointer;
    width: 64px;
    height: 75px;
    border: none;
    text-align: justify;
    display: block;
    margin: 0 auto;
}

div.medicalButton input:hover {
    background:url(../images/HealthIconSmall.png) no-repeat !important;
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
}

div.medicalButton input:active {
    background:url(../images/HealthIconSmall.png) no-repeat !important;
    outline: 0 !important
  -webkit-filter: grayscale(1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");
  filter: gray;
}

div.trainingButton input {
    background:url(../images/trainingIcon.png) no-repeat;
    cursor:pointer;
    width: 64px;
    height: 75px;
    border: none;
    text-align: justify;
    display: block;
    margin: 0 auto;
}

div.trainingButton input:hover {
    background:url(../images/trainingIcon.png) no-repeat !important;
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
}

div.trainingButton input:active {
    background:url(../images/trainingIcon.png) no-repeat !important;
    outline: 0 !important
  -webkit-filter: grayscale(1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");
  filter: gray;
}

/* ---- button ---- */

.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */

.isotope {
 // border: 1px solid #333;
margin-left: auto ;
  margin-right: auto ;
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 475px;
  height: 200px;
  margin: 5px;
  padding: 10px;
  background: #888;
  color: #262524;
  outline: 1px solid black;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
 /* position: absolute;

  left: 10px;
  top: 50px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;

*/

margin: 0px !important;
    margin-top: 0px;
    margin-right-value: 0px;
    margin-bottom: 0px;
    margin-left-value: 0px;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
font: 700 24px/1 arvo,serif !important;
    font-family: arvo,serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -x-system-font: none;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
color: #555;
text-transform: uppercase;
}

.element-item .bulletExperience {
  position: absolute;
  left: 115px;
  top: 32px;
  font-size: 12px;
}

.element-item .bulletEducation {
  position: absolute;
  left: 115px;
  top: 100px;
  font-size: 12px;
  color: black;
}

.element-item .bulletStrength {
  position: absolute;
  left: 115px;
  top: 140px;
  font-size: 12px;
}

.element-item.management          { background:none;  }
.element-item.intelligence   { background:none;  }
.element-item.education       { background:none;  }
.element-item.it         { background:none;  }
.element-item.medical      { background:none;  }
.element-item.logistics  { background:none;  }

.profile-footer {
  position: absolute;
  top: 135px;
  width: 100px;
  text-align: center;
}
.profile-footer a {
  color: #1EC9B3 !important;
  line-height: 18px;
  margin: 0 3px;
  display: inline-block;
}
.profile-footer a:hover i {
  color: #595959;
}
.profile-footer a:active i {
  color: #000;
}
.profile-footer i {
  font-size: 18px;
  position: relative;
}
.profile-footer i.fa-envelope {
  font-size: 16px;
  top: -1px;
}
.profile-footer i.fa-linkedin {
  font-size: 16px;
  top: -1px;
}
.timer{width:100px; margin:20px auto;text-align:center;display:block;font-size:20px}

strong{
 font-weight:bold;
}
