html,
body {
  height: 100%
}

body {
  direction: ltr;
  background-color: #fff;
  font: 300 16px "Open Sans", sans-serif;
  color: #7a7a7a;
  position: relative;
  line-height: 1.8
}

a {
  text-decoration: none;
  color: #f14e43
}

::-moz-selection {
  background-color: #f14e43;
  text-shadow: none;
  color: #fff
}

::selection {
  background-color: #f14e43;
  text-shadow: none;
  color: #fff
}

.wrapper-content {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  overflow-x: hidden
}

hr {
  height: 1px;
  margin: 25px 0;
  border: 0;
  border-bottom: 1px solid #e7e7e7
}

.mesec {
  padding: 40px 0 70px
}

.mesec:nth-child(2n+1) {
  background-color: #F8F8F8;
}

.animportant {
  filter: alpha(opactiy=100) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important
}

.section-title {
  position: relative;
  margin-bottom: 25px;
  text-decoration: uppercase
}

.section-title span {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  border-bottom: 2px solid #958aa5;
  text-transform: uppercase;
  color: #f14e43;
  line-height: 2;
  font-size: 17px
}

.section-title span i {
  color: #f25f55;
  font-size: 34px;
  display: block;
  padding: 0 10px 0 15px
}

.section-title span:after {
  display: block;
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #958aa5
}

.footer-copyright {
  font-weight: 400;
  background-color: #6787AE;
  padding: 40px 0;
  text-align: center;
  font-size: 12px;
  color: #fff
}

.footer-copyright b {
  color: #9ebde2;
}

.copyrightacaart {
  font-size: 11px
}

.copyrightacaart a {
  color: #fff !important
}

.copyrightacaart span {
  color: #9ebde2;
}


.sectionTitle {
  padding-bottom: 0px;
  padding-top: 30px;
  text-align: center
}

.sectionTitle h1 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 900;
  color: #6787AE;
  font-family: "Roboto", "Open Sans", sans-serif;
  text-transform: uppercase
}

.sectionTitle h4 {
  margin: 5px 0 10px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase
}

.sectionTitle hr {
  width: 100px;
  height: 1px !important;
  margin: 5px auto 30px;
  color: #e0e0e0;
}

hr.customhr {
  width: 30px;
  height: 1px !important;
  margin: 30px auto;
  color: #e0e0e0;
}

#preloader {
  background-color: #6787AE;
  height: auto;
  left: 0;
  min-height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999
}

.loadingme {
  position: absolute;
  width: 150px;
  height: 20px;
  top: 45%;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: 25%;
  left: -webkit-calc(50% - 75px);
  left: calc(50% - 75px)
}

.loadingme:after {
  content: "LOADING ...";
  color: #fff;
  font-weight: 200;
  font-size: 13px;
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 20px;
  left: 0;
  top: 0;
  background-color: #f14e43;
  z-index: 1;
  text-align: center
}

.loadingme:before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -5px;
  left: 0px;
  height: 30px;
  width: 0px;
  z-index: 0;
  opacity: 1;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-animation: loadingme 10s ease-in-out infinite;
  animation: loadingme 10s ease-in-out infinite
}

@-webkit-keyframes loadingme {
  0% {
    width: 0px
  }
  70% {
    width: 100%;
    opacity: 1
  }
  90% {
    opacity: 0;
    width: 100%
  }
  100% {
    opacity: 0;
    width: 0px
  }
}

@keyframes loadingme {
  0% {
    width: 0px
  }
  70% {
    width: 100%;
    opacity: 1
  }
  90% {
    opacity: 0;
    width: 100%
  }
  100% {
    opacity: 0;
    width: 0px
  }
}

.introHeader {
  position: relative;
  background: no-repeat center 50% #6787AE;
  /*background-size: 100%;*/
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover; 
  background-attachment: scroll;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}

.introHeader .introHeading {
  padding-top: 25%;
  height: 100%;*/
}

/*@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px) {
.introHeader .introHeading {
  display: table;
  position: relative;
  background: no-repeat center center #6787AE;
  background-attachment: scroll;
  width: 100%;
  text-align: center;
  padding-top: 25%;
/*  display: table;
  position: relative;
background-size: 768px 100% !important scroll;
width: 100%;*/
/*  }
}
}*/

.btn-top{
display: none;
position: fixed;
bottom: 20px;
right: 40px;
z-index: 99;
border: none;
outline: none;
background-color: rgba(235, 235, 235, .8);
color: #222;
cursor: pointer;
padding: 3px 8px;
border-radius: 5px;
}

.btn-top:hover{
  background-color: #F14E43;

}

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.8em;
    right: 1.8em;
}

.scroll-up a {
    background-color: rgba(235, 235, 235, .8);
    border-radius: 10%;
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #6787AE;
    font-size: 14px;
    line-height: 28px;
}

.scroll-up a:hover,
.scroll-up a:active {
background-color: #E0E0E0;
color: #6787AE;
}

.scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.scroll-down a {
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}

.scroll-down a:hover {
  color: #f14e43;
}

.scroll-down a:hover .scrolldown {
  border-color: #f14e43;
}

.scroll-down a:hover .scrolldown:after {
  background-color: #f14e43;
  top: 11px
}

.scroll-down .scrolldown {
  margin: 0 auto 5px;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  display: block;
  width: 20px;
  height: 32px
}

.scroll-down .scrolldown:after {
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  height: 5px;
  width: 2px;
  background-color: #fff
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid #E9E3E6;
  z-index: 99
}

.navbar-nav {
  text-align: center
}

.navbar-nav ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none
}

.navbar-nav ul li {
  margin-left: -5px;
  display: inline-block
}

.navbar-nav ul li a {
  display: block;
  line-height: 80px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 400;
  color: #736F72;
  text-transform: uppercase;
  font-family: "Roboto", "Open Sans", sans-serif
}

.navbar-nav ul li:first-child {
  margin-left: 0
}

.navbar-nav ul li:hover a,
.navbar-nav ul li.active a {
  color: #f14e43
}

.mobile-menu {
  display: none;
  float: right;
  font-family: 'FontAwesome';
  line-height: 80px;
  font-size: 40px;
  padding: 0 20px;
  background-color: #f14e43;
  color: #fff
}

.infoAboutPerson {
  text-align: center
}

.infoAboutPerson h1 {
  font-size: 26px;
  margin: 10px 0;
  color: #f14e43;
  text-transform: uppercase
}

.infoAboutPerson span {
  display: inline-block;
  font-size: 11px;
  margin: 0px 0 10px;
  color: #fff;
  background-color: #6787AE;
  text-transform: uppercase;
  padding: 7px 15px;
  letter-spacing: 1px;
  font-weight: 400
}

ul.personal-info {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 16px
}

ul.personal-info li {
  display: inline-block;
  overflow: hidden;
  padding: 5px;
  border: 1px solid rgba(129, 120, 142, 0.1);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px
}

ul.personal-info li label,
ul.personal-info li span {
  line-height: 30px;
  padding: 5px 10px
}

ul.personal-info li label {
  margin-right: 10px;
  background-color: #F8F8F8;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  display: inline-block;
  font-weight: 300
}

ul.personal-info li label i {
  display: inline-block;
  color: rgba(241, 78, 67, 0.8);
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  /*margin-right: 5px*/
  margin-right: auto;
}

ul.personal-info li span {
  float: right;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px
}

ul.personal-info li span a {
  color: #6787AE;
}

#me {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

#me h1 {
  text-align: center;
  width: 80%;
  letter-spacing: 3px;
  margin: 10px auto 40px;
  font-weight: 400;
  font-size: 48px
}

#me h1 span {
  font-weight: 700;
  background-color: #f57b72;
  color: #fff;
  padding: 5px 10px
}

#about-lettre {
  margin: 0 auto 20px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#about-lettre .profile-photos {
  text-align: center;
  padding: 10px 0 20px
}

#about-lettre .profile-photos .imgprofile {
  margin-right: 15px;
  width: 200px;
  height: auto;
/*  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%*/
}

#about-lettre .about-lettre {
  margin: 0 auto 10px;
  width: 80%;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  padding: 10px;
  text-align: center
}

#tweets ul {
  margin: 0;
  padding: 0;
  list-style: none
}

#tweets ul li {
  position: relative
}

#tweets ul li .tweet {
  text-align: center;
  position: relative;
  background-color: #a09aaa;
  padding: 1.9em 1.6em;
  color: #f14e43;
  font-size: 16px;
  font-weight: 400
}

#tweets ul li .tweet:before {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -45px;
  font-size: 45px;
  color: #3498db;
  font-family: 'FontAwesome';
  display: block;
  content: '\f099'
}

#tweets ul li .tweet a {
  color: #6787AE;
  border-bottom: 1px solid #6787AE
}

#tweets ul li .interact {
  display: none
}

#tweets ul li .timePosted {
  text-align: center;
  font-size: 13px
}

.servbox {
  background-color: #fff;
  padding: 20px;
  margin: 0 5px 10px;
  overflow: hidden;
  border: 1px solid #F8F8F8;
}

.servbox i {
  text-align: center;
  display: block;
  float: right;
  margin-left: 10px;
  margin-top: 35px;
  font-size: 22px;
  height: 70px;
  width: 70px;
  line-height: 58px;
  background-color: #fff;
  border: 5px solid #e0e0e0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #6787AE
}

.servbox h5 {
  font-size: 17px;
  font-family: "Roboto", "Open Sans", sans-serif;
  color: #f14e43;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px
}

.servbox p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px
}

.servbox:hover {
  background-color: #e6e6e6;
  color: #7a7a7a;
  border: solid 1px #fff;
}

.servbox:hover h5 {
  color: #f25f55
}

.servbox:hover i {
  background-color: #f14e43;
  border-color: #e6e6e6;
  color: #fff;
  -moz-animation: rotateIn 0.5s;
  -webkit-animation: rotateIn 0.5s;
  animation: rotateIn 0.5s
}

.skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  -moz-transition: width, background-color 0.5s linear;
  -o-transition: width, background-color 0.5s linear;
  -webkit-transition: width, background-color 0.5s linear;
  transition: width, background-color 0.5s linear
}

.skillbar-title {
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
  color: #6787AE;
  height: 30px;
  line-height: 30px
}

.skillbarbg {
  position: relative;
  clear: both;
  background-color: #f3f3f3;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid rgba(233, 227, 230, 0.5);
  height: 7px;
  overflow: hidden
}

.skillbarbg .skillbar-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 0px;
  display: table;
  background: #f14e43
}

.skill-bar-percent {
  float: right;
  font-size: 11px;
  color: #ffffff;
  color: rgba(0, 0, 0, 0.8)
}

.skillsec .skillsp {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  color: #6787AE;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px
}

.chartbox {
  text-align: center;
  background-color: #fff;
  padding: 40px 0;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #E9E3E6
}

.chartbox:hover {
  background-color: #f9f9f9
}

.chartbox .chart-text {
  margin-top: 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px
}

.chartbox .chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center
}

.chartbox .chart canvas {
  position: absolute;
  top: 0;
  left: 0
}

.chartbox .percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2
}

.chartbox .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em
}

.downloadp {
  padding-top: 20px;
  text-align: center
}

.downloadcv-button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background-color: #f14e43;
  color: #fff;
  padding: 1em 1.125em;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase
}

.downloadcv-button:hover {
  background-color: #d8463c;
  -moz-animation: pulse 0.5s;
  -webkit-animation: pulse 0.5s;
  animation: pulse 0.5s
}

.downloadcv-button:before,
.downloadcv-button:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #a8362e
}

.downloadcv-button:before {
  text-align: center;
  font-family: FontAwesome;
  font-size: 20px;
  content: '\f019';
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  -o-border-radius:  3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  line-height: 3
}

.downloadcv-button:after {
  height: 20px;
  width: 20px;
  left: 55px;
  /*top: 50%;*/
  top: 28px;
  -o-top: 50%;
  margin: -10px 0 0 -10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.downloadcv-button span {
  padding-left: 65px;
  display: inline-block
}

#testimonial {
  padding-bottom: 0 !important
}

.testimontial {
  padding: 150px 0;
  background: url("../images/parallax-bg.jpg") no-repeat center 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%
}

.testimontial .testimontial-item {
  color: #fff;
  text-align: center;
  padding: 10px;
  overflow: hidden
}

.testimontial .testimontial-item img {
  width: 120px;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 35px
}

.testimontial .testimontial-item h6 {
  font-size: 16px;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 700
}

.testimontial .testimontial-item h6 span {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-indent: 10px;
  letter-spacing: 1px
}

.testimontial .testimontial-item p {
  margin: 5px auto;
  letter-spacing: 1px;
  width: 50%;
  font-size: 15px;
  font-weight: 400;
  font-style: italic
}

.testimontial .owl-pagination {
  text-align: center;
  padding: 20px 0 0
}

.testimontial .owl-pagination .owl-page {
  height: 15px;
  width: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 4px 2px
}

.testimontial .owl-pagination .owl-page.active {
  background-color: #fff
}

.testimontial .owl-pagination .owl-page:hover {
  border-color: #f14e43
}

ul.cbp_tmtimeline {
  list-style: none;
  padding: 0;
  margin: 0
}

ul.cbp_tmtimeline li {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 26px
}

ul.cbp_tmtimeline li .cpb_entre {
  display: block;
  text-align: right
}

ul.cbp_tmtimeline li .cpb_entre .cbp_inforexper {
  background-color: #6787AE;
  padding: 20px 25px;
  display: inline-block
}

ul.cbp_tmtimeline li .cpb_entre .cbp_inforexper h2 {
  text-transform: capitalize;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff
}

ul.cbp_tmtimeline li .cpb_entre .cbp_inforexper h4 {
  font-family: "Roboto", "Open Sans", sans-serif;
  text-transform: capitalize;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #fff
}

ul.cbp_tmtimeline li .cpb_entre .cbp_time {
  display: inline-block;
  background-color: #f14e43;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 300
}

ul.cbp_tmtimeline li .cbp_tmlabel {
  display: block;
  background-color: #fff;
  padding: 15px 25px
}

/*li .cbp_tmlabel-c {
  padding: 35px 35px
}
*/
ul.cbp_tmtimeline li .cbp_tmlabel p {
  font-weight: 400
}

ul.cbp_tmtimeline li .cbp_tmlabel .tiexperince {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Roboto", "Open Sans", sans-serif;
  color: #f14e43
}

ul.cbp_tmtimeline li .cbp_tmlabel .listexp {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.cbp_tmtimeline li .cbp_tmlabel .listexp li {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}

ul.cbp_tmtimeline li .cbp_tmlabel .listexp li.list_check:before,
ul.cbp_tmtimeline li .cbp_tmlabel .listexp li.list_star:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #6787AE;
  margin-right: 8px;
  font-size: 15px
}

ul.cbp_tmtimeline li .cbp_tmlabel .listexp li.list_check:before {
  content: '\f00c'
}

ul.cbp_tmtimeline li .cbp_tmlabel .listexp li.list_star:before {
  content: '\f005'
}

.list_timeline {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  bottom: -30px;
}

.list_timeline:before {
  content: "";
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #e0e0e0;
}

.list_timeline li {
  margin: 0 0 60px 55%;
  width: 45%
}

.list_timeline li h2 {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 20px;
  color: #6787AE;
  position: relative
}

.list_timeline li h2:before {
  z-index: 10;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: -13%;
  top: 10px;
  border: 4px solid #f14e43;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.list_timeline li h2:after {
  z-index: 9;
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: #e0e0e0;
  position: absolute;
  left: -13%;
  top: 18px
}

.list_timeline li h2 span {
  position: absolute;
  left: -44%;
  top: 2px;
  font-size: 11px;
  font-weight: 400;
  display: block;
  border: 3px solid #f14e43;
  color: #6787AE;
  padding: 5px 10px
}

.list_timeline li:nth-child(2n) {
  margin-right: 55%;
  margin-left: 0;
  text-align: right
}

.list_timeline li:nth-child(2n) h2:before {
  left: auto;
  right: -13%
}

.list_timeline li:nth-child(2n) h2:after {
  right: -13%;
  left: auto
}

.list_timeline li:nth-child(2n) h2 span {
  right: -44%;
  left: auto
}

.list_timeline li:first-child {
  padding-top: 20px
}

.list_timeline li:last-child {
  padding-bottom: 20px
}

.list_timeline li p {
  font-size: 14px;
  font-weight: 400
}

#secportfolio {
  overflow: hidden;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -webkit-transition-property: height, width;
  transition-property: height, width;
  min-height: 200px
}

#secportfolio .item-portfolio {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center
}

#secportfolio .item-portfolio img {
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.7s;
  padding: 2px;
}

#secportfolio .item-portfolio .item-portfolio-desc {
  position: absolute;
  height: 80px;
  width: 100%;
  padding: 38px;
  top: auto;
  bottom: 0;
  opacity: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s
}

#secportfolio .item-portfolio .item-portfolio-desc h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #f14e43;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Roboto", "Open Sans", sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  max-height: 36px
}

#secportfolio .item-portfolio .item-portfolio-desc p {
  margin-top: 0;
  margin-bottom: 0;
  color: #6787AE;
  z-index: 2;
  font-size: 13px;
  line-height: 26px;
  overflow: hidden;
  max-height: 26px
}

#secportfolio .item-portfolio:hover img {
  -moz-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  -webkit-transform: translateY(-55px);
  transform: translateY(-55px)
}

#secportfolio .item-portfolio:hover .item-portfolio-desc {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s
}

#secportfolio .item-portfolio:hover .info-item {
  opacity: 1;
  bottom: 100px;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s
}

#secportfolio .item-portfolio .info-item {
  z-index: 999;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -100px;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

#secportfolio .item-portfolio .info-item a {
  display: inline-block;
  background-color: #f14e43;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

#secportfolio .item-portfolio .info-item a i {
  display: block;
  font-size: 17px;
  line-height: 47px;
  color: #fff
}

#secportfolio .item-portfolio .info-item a:hover {
  background-color: #6787AE;
}

#portfolio {
  padding-bottom: 0 !important
}

.filters {
  list-style: none;
  text-align: center;
  padding: 10px 0
}

.filters li {
  display: inline-block;
  margin: 2px 4px
}

.filters li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: capitalize;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s
}

.filters li:hover a {
  background-color: #E9E3E6
}

.filters li.current a {
  color: #fff;
  background-color: #f14e43
}

p.contact-info-parg {
  margin-top: 0;
  font-size: 13px;
  font-weight: 400
}

ul.contact-info {
  padding: 0;
  margin: 0;
  list-style: none
}

ul.contact-info li {
  line-height: 25px
}

ul.contact-info li label {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 400
}

ul.contact-info li span {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #6787AE
}

.contact-form p {
  margin-top: 0;
  margin-bottom: 10px
}

.contact-form label {
  font-size: 14px
}

.contact-form .input,
.contact-form .textarea,
.contact-form .submit {
  margin-top: 5px;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  padding: 15px
}

.contact-form .input {
  line-height: 22px;
  width: 100%
}

.contact-form .textarea {
  width: 100%
}

.contact-form .submit {
  float: right;
  text-transform: uppercase;
  background-color: #f14e43;
  color: #fff;
  padding: 15px 20px
}

.contact-form .error,
.contact-form .success {
  padding: 15px 20px 15px 70px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  color: #6787AE
}

.contact-form .error:before,
.contact-form .success:before {
  position: absolute;
  top: 0;
  top: 6px;
  left: 20px;
  font-size: 25px;
  font-family: 'FontAwesome';
  display: block
}

.contact-form .error p,
.contact-form .success p {
  line-height: 26px;
  margin-bottom: 0;
  text-transform: capitalize
}

.contact-form .error {
  border: 1px solid #e74c3c
}

.contact-form .error:before {
  content: '\f071';
  color: #e74c3c
}

.contact-form .success {
  border: 1px solid #2ecc71
}

.contact-form .success:before {
  content: '\f164';
  color: #2ecc71
}

.socialmedia {
  margin-top: 15px
}

.socialmedia a {
  text-align: center;
  background-color: #fff;
  display: inline-block;
  margin: 0 0 4px;
  width: 53px;
  line-height: 53px;
  color: #f14e43;
  font-size: 25px;
  border: 1px solid #f8f7f7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.socialmedia a:hover {
  background-color: rgba(98, 87, 114, 0.05);
  color: #fff
}

.socialmedia a:hover i {
  color: #fff;
  -moz-animation: flipInX 2s;
  -webkit-animation: flipInX 2s;
  animation: flipInX 2s
}

.socialmedia a.sc-facebook {
  color: #3b5998
}

.socialmedia a.sc-facebook:hover {
  background-color: #3b5998
}

.socialmedia a.sc-twitter,
.socialmedia a.sc-skype {
  color: #00aced
}

.socialmedia a.sc-twitter:hover,
.socialmedia a.sc-skype:hover {
  background-color: #00aced
}

.socialmedia a.sc-google-plus {
  color: #dd4b39
}

.socialmedia a.sc-google-plus:hover {
  background-color: #dd4b39
}

.socialmedia a.sc-linkedin {
  color: #007bb6
}

.socialmedia a.sc-linkedin:hover {
  background-color: #007bb6
}

.socialmedia a.sc-pinterest {
  color: #cb2027
}

.socialmedia a.sc-pinterest:hover {
  background-color: #cb2027
}

.socialmedia a.sc-foursquare {
  color: #0072b1
}

.socialmedia a.sc-foursquare:hover {
  background-color: #0072b1
}

.socialmedia a.sc-flickr {
  color: #ff0084
}

.socialmedia a.sc-flickr:hover {
  background-color: #ff0084
}

.socialmedia a.sc-github,
.socialmedia a.sc-codepen {
  color: #2a2c2e
}

.socialmedia a.sc-github:hover,
.socialmedia a.sc-codepen:hover {
  background-color: #2a2c2e
}

.socialmedia a.sc-youtube {
  color: #bb0000
}

.socialmedia a.sc-youtube:hover {
  background-color: #bb0000
}

.socialmedia a.sc-vimeo {
  color: #aad450
}

.socialmedia a.sc-vimeo:hover {
  background-color: #aad450
}

.socialmedia a.sc-vine {
  color: #00bf8f
}

.socialmedia a.sc-vine:hover {
  background-color: #00bf8f
}

.socialmedia a.sc-dribbble {
  color: #ff0084
}

.socialmedia a.sc-dribbble:hover {
  background-color: #ff0084
}

.socialmedia a.sc-instagram {
  color: #517fa4
}

.socialmedia a.sc-instagram:hover {
  background-color: #517fa4
}

.socialmedia a.sc-behance {
  color: #0072b1
}

.socialmedia a.sc-behance:hover {
  background-color: #0072b1
}

.socialmedia a.sc-weibo {
  color: #cb2027
}

.socialmedia a.sc-weibo:hover {
  background-color: #cb2027
}

.socialmedia a.sc-vk {
  color: #45668e
}

.socialmedia a.sc-vk:hover {
  background-color: #45668e
}

.socialmedia a.sc-soundcloud {
  color: #f76700
}

.socialmedia a.sc-soundcloud:hover {
  background-color: #f76700
}

.socialmedia a.sc-rss {
  color: #f39c12
}

.socialmedia a.sc-rss:hover {
  background-color: #f39c12
}

.socialmedia a.sc-xing {
  color: #1abc9c
}

.socialmedia a.sc-xing:hover {
  background-color: #1abc9c
}

#numbers-section {
  background: url("/images2/light-dark-blue-curved-lines.jpg") no-repeat center 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  padding: 100px 0
}

#numbers-section .itemnumber {
  color: #fff;
  text-align: center
}

#numbers-section .itemnumber i {
  display: block;
  font-size: 50px;
  margin-bottom: 20px
}

#numbers-section .itemnumber .bnumber span {
  font-weight: 700;
  font-size: 35px;
  color: #f14e43
}

#numbers-section .itemnumber h6 {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  text-align: center
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  padding: 15px 20px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  text-transform: uppercase;
  color: #f14e43
}

.resp-tabs-list li i {
  color: #f68a83;
  margin-right: 10px
}

.resp-tabs-container {
  padding: 0px;
  clear: left
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none
}

.resp-tab-content {
  display: none;
  padding: 15px
}

.resp-tab-active {
  position: relative;
  border-bottom: 5px solid #625772;
  margin-bottom: -1px !important;
  color: #625772 !important
}

.resp-tab-active i {
  color: #a49dad !important
}

.resp-tab-active:after {
  position: absolute;
  content: '';
  display: block;
  height: 0;
  width: 0;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 15px solid #625772;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent
}

.resp-content-active,
.resp-accordion-active {
  display: block
}

.resp-accordion.resp-tab-active {
  color: #fff !important
}

.resp-accordion.resp-tab-active i {
  color: #fff !important
}

.resp-tab-content {
  border: 1px solid rgba(193, 193, 193, 0.5);
  background-color: #fff
}

h2.resp-accordion {
  font-size: 14px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 15px 15px
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.5)
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #6787AE
}

h2.resp-tab-active {
  background: #625772 !important;
  color: #fff;
  border-width: 0 !important
}

.resp-easy-accordion h2.resp-accordion {
  display: block
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important
}

.resp-jfit {
  width: 100%;
  margin: 0px
}

.resp-tab-content-active {
  display: block
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important
}

@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none
  }
  h2.resp-accordion {
    display: block
  }
  .resp-accordion-closed {
    display: none !important
  }
}

.contact-info li,
.contact-info-parg,
#contactform>p,
.socialmedia a,
.servbox,
.cbp_tmtimeline li,
.list_timeline li,
.animcache,
.personal-info li {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin-top: 5em
  }
}

@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin-top: 6em
  }
}

.headingme span {
  font-weight: 700;
  font-style: italic;
  border-bottom: 7px solid #f14e43
}

.cd-headline,
.headingme {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300
}

@media only screen and (min-width: 768px) {
  .cd-headline,
  .headingme {
    font-size: 2.5rem;
    font-weight: 300
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline,
  .headingme {
    font-size: 3.5rem
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0
}

.cd-words-wrapper b.is-visible {
  position: relative
}

.no-js .cd-words-wrapper b {
  opacity: 50%;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1
}

.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden
}

.cd-headline.type .cd-words-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #E9E3E6;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -moz-animation: cd-pulse 1s infinite;
  -webkit-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #f14e43;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #fff
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0
  }
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0
  }
}

@keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0
  }
}

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid #E9E3E6;
  z-index: 99;
  width: 100%;
  position: relative;
  min-height: 50px;
  z-index: 999999
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #6787AE;
  height: 3px;
  margin-top: 3px
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #6787AE;
  margin-top: 50px
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%
}

.mean-container .mean-nav ul li a {
  display: block;
  font-size: 13px;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1)
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9)
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.mean-remove {
  display: none !important
}

.colors-switcher {
  width: 50px;
  padding: 10px;
  position: fixed;
  z-index: 1993;
  top: 70px;
  right: 0;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #000000
}

.colors-switcher>p {
  font-size: 11px;
  line-height: 0;
  padding-top: 10px;
  margin: 0 0 20px 0
}

.colors-switcher #show-panel {
  position: absolute;
  right: -33px;
  top: 15px;
  width: 33px;
  height: 38px;
  z-index: 1992;
  display: block;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 5px 5px 0;
  border-right: 5px solid #ebebeb;
  margin-left: 0;
  cursor: pointer
}

.colors-switcher #show-panel i {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 38px;
  margin-left: 5px
}

.colors-switcher .colors-list {
  margin: 0;
  padding: 0
}

.colors-switcher .colors-list li {
  float: left;
  display: block;
  margin-bottom: 2px;
  margin-right: 6px
}

.colors-switcher .colors-list li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer
}

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4)
}

.colors-switcher .colors-list a.blue {
  background-color: #3498db
}

.colors-switcher .colors-list a.drakblue {
  background-color: #3b5998
}

.colors-switcher .colors-list a.orange {
  background-color: #f39c12
}

.colors-switcher .colors-list a.pink {
  background-color: #ef3e96
}

.colors-switcher .colors-list a.green {
  background-color: #a0ce4e
}

.colors-switcher .colors-list a.black {
  background-color: #000000
}

.colors-switcher .colors-list a.purple {
  background-color: #a66bbe
}

.colors-switcher .colors-list a.brown {
  background-color: #c1951b
}

.colors-switcher .colors-list a.red {
  background-color: #e74c3c
}

.colors-switcher .colors-list a.nephritis {
  background-color: #2ecc71;
}

.hidden {
  display: none !important;
  visibility: hidden
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.invisible {
  visibility: hidden
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

@media only screen and (max-width: 46.625em) {
  .list_timeline:before {
    left: 6%;
    right: auto
  }
  .list_timeline li,
  .list_timeline li:nth-child(2n) {
    text-align: left;
    margin-left: 15%;
    margin-right: auto;
    width: auto
  }
  .list_timeline li h2,
  .list_timeline li:nth-child(2n) h2 {
    font-size: 18px;
    color: #6787AE;
    position: relative
  }
  .list_timeline li h2:before,
  .list_timeline li:nth-child(2n) h2:before {
    left: -14%;
    right: auto
  }
  .list_timeline li h2:after,
  .list_timeline li:nth-child(2n) h2:after {
    display: none;
    width: 30px;
    left: -7%;
    right: 0;
  }
  .list_timeline li h2 span,
  .list_timeline li:nth-child(2n) h2 span {
    /*position: absolute;*/
    top: -40px;
    left: auto;
    right: 72px;
  }
  .socialmedia {
    text-align: center
  }
  #contactform {
    margin-top: 15px
  }
}

@media only screen and (min-width: 47.938em) and (max-width: 64em) {
  .list_timeline li h2:before {
    left: -14%
  }
  .list_timeline li h2:after {
    width: 30px
  }
  .list_timeline li h2 span {
    left: -65%
  }
  .list_timeline li:nth-child(2n) h2:before {
    right: -14%
  }
  .list_timeline li:nth-child(2n) h2 span {
    right: -65%
  }
}

@media only print {
  body * {
    display: none !important
  }
  body:after {
    content: "Don't waste paper!"
  }
}