/*===============================
/templates/ja_resume/js/owl-carousel/owl.carousel.css
================================================================================*/

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 40px;
  -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
  float: left
}

.owl-carousel .owl-item .client-item {
  padding: 0 5px
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/*
.grabbing {
  cursor: url(/templates/ja_resume/js/owl-carousel/grabbing.png) 8 8, move
}
*/

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

/*===============================
/templates/ja_resume/js/owl-carousel/owl.theme.css
================================================================================*/

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

/*
.owl-item.loading {
  min-height: 150px;
  background: url(/templates/ja_resume/js/owl-carousel/AjaxLoader.gif) no-repeat center center
}
*/

/*===============================
/templates/ja_resume/acm/spotlight/css/style.css
================================================================================*/

.acm-spotlight .t3-module {
  padding: 0
}

.acm-spotlight .t3-module .container {
  padding: 0
}

.acm-spotlight .t3-module .section-title {
  display: none
}

.acm-spotlight .t3-module .section-inner {
  padding: 0
}

.acm-spotlight .t3-module .module-title {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222
}

.acm-spotlight .t3-module .module-title:after {
  display: none
}

@media (min-width:992px) {
  .acm-spotlight .t3-module .module-title {
    margin-bottom: 48px
  }
}

@media (max-width:767px) {
  .acm-spotlight .t3-module .module-title {
    font-size: 23px
  }
}

.acm-spotlight .acm-desc {
  margin-bottom: 24px
}

/*===============================
/templates/ja_resume/acm/contact-info/css/style.css
================================================================================*/

.acm-contact-info {
  position: relative
}

.acm-contact-info .info-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center
}

.acm-contact-info .info-bg img {
  width: auto
}

@media (min-width:1200px) {
  .acm-contact-info .info-bg img {
    width: 100%
  }
}

.acm-contact-info .info-bg .map-container {
  margin: 0
}

.acm-contact-info .info-list {
  margin-bottom: 0
}

.acm-contact-info .info-list dt i {
  margin-right: 8px;
  margin-top: 5px;
  float: left
}

.acm-contact-info .info-list dd {
  margin-bottom: 24px
}

.acm-contact-info .info-list dd:last-child {
  margin-bottom: 0
}

.acm-contact-info .info-list dd a {
  border-bottom: 1px dotted #fc615d
}

.acm-contact-info .info-list dd a:hover, .acm-contact-info .info-list dd a:focus, .acm-contact-info .info-list dd a:active {
  text-decoration: none
}

.acm-contact-info.style-dark {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8)
}

.acm-contact-info.style-1 .info {
  position: absolute;
  width: auto;
  background-color: #fc615d;
  padding: 24px;
  color: #ffffff
}

.acm-contact-info.style-1 .info.top-left {
  top: 60px;
  left: 60px
}

.acm-contact-info.style-1 .info.bottom-right {
  bottom: 60px;
  right: 60px
}

.acm-contact-info.style-1 .info.bottom-left {
  bottom: 60px;
  left: 60px
}

.acm-contact-info.style-1 .info.top-right {
  top: 60px;
  right: 60px
}

.acm-contact-info.style-1.no-background .info {
  background-color: transparent;
  color: inherit;
  padding: 0;
  position: static
}

.acm-contact-info.style-1 .info-list dd {
  color: #ffffff
}

.acm-contact-info.style-1 .info-list dd a {
  color: #ffffff
}

.acm-contact-info.style-1 .info-list dt span {
  text-transform: uppercase;
  font-weight: 400;
  color: #666666
}

/*===============================
/modules/mod_jaquickcontact/assets/css/style.css
================================================================================*/

#ja-form {
  overflow: hidden;
  clear: both
}

#ja-form .form-info {}

ul.form-list {
  margin: 0;
  padding: 0;
  list-style: none
}

ul.form-list li {
  background: none !important;
  padding: 0;
  clear: both;
  position: relative;
  list-style: none
}

ul.form-list li label {
  font-weight: bold;
  margin-bottom: 5px
}

ul.form-list li input-text {
  float: none
}

ul.form-list li .input-box {
  margin-bottom: 15px
}

ul.form-list li .input-box input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  height: 36px;
  line-height: 36px;
  margin-bottom: 0;
  padding: 0 10px;
  width: 100%
}

ul.form-list li .input-box textarea {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 0;
  padding: 10px;
  width: 100%;
  transition: all 0.35s
}

ul.form-list li .input-box input:focus, ul.form-list li .input-box textarea:focus {
  border-color: #08c
}

ul.form-list li .input-box .small {
  color: #999;
  margin-top: 5px
}

ul.form-list li.error .input-box input, ul.form-list li.error .input-box textarea {
  border-color: #e65049
}

ul.form-list li .jl_error {
  color: #e65049;
  font-size: 11px;
  padding: 0 0 5px 0
}

ul.form-list li .jl_error:empty {
  display: none
}

ul.form-list li #contact_email_copy {
  display: inline-block;
  line-height: 1;
  height: auto;
  margin-top: 0;
  width: auto
}

ul.form-list li #contact_email_copy+label {
  display: inline-block;
  font-weight: normal;
  width: auto
}

ul.form-list #ac-submit {
  background-color: #0049a0;
  border-radius: 3px;
  border: 1px solid #003c84;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 10px 15px
}

ul.form-list #ac-submit i {
  margin-right: 5px
}

ul.form-list #ac-submit:hover, ul.form-list #ac-submit:focus, ul.form-list #ac-submit:active {
  background-color: #00408d;
  text-decoration: none
}

.recaptchatable #recaptcha_response_field {
  min-width: 145px;
  left: 0
}

#ja-form {
  float: left;
  overflow: hidden;
  position: relative;
  width: auto
}

#ja-form.style2 {
  width: 100%
}

#ja-form.style2 .form-info {
  margin-bottom: 15px
}

#ja-form.style2 .form-list {
  overflow: hidden
}

#ja-form.style2 #row_name, #ja-form.style2 #row_email, #ja-form.style2 #row_subject {
  box-sizing: border-box;
  clear: none;
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3%
}

#ja-form.style2 #row_name {
  padding-left: 0
}

#ja-form.style2 #row_subject {
  padding-right: 0
}

#ja-form.style3 {
  width: 100%
}

#ja-form.style3 ul.form-list {
  padding-right: 50%;
  position: relative
}

#ja-form.style3 #row_name, #ja-form.style3 #row_email, #ja-form.style3 #row_subject {
  box-sizing: border-box;
  clear: none;
  display: block;
  padding-right: 15px
}

#ja-form.style3 #row_text {
  box-sizing: border-box;
  clear: none;
  padding-left: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%
}

#ja-form.style3 #row_text textarea {
  height: 207px
}

#ja-form.style4 {
  background-color: #f9f9f9;
  box-sizing: border-box;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5;
  padding: 40px 20px;
  position: relative;
  width: 100%
}

/*
#ja-form.style4:before, #ja-form.style4:after {
  background: url(/modules/mod_jaquickcontact/assets/images/letter-pattern.png) repeat-x left top;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%
}
*/

#ja-form.style4:after {
  top: auto;
  bottom: 0
}

#ja-form.style4 .form-info {
  border-bottom: 1px dashed #ddd;
  font-style: italic;
  margin-bottom: 40px
}

#ja-form.style4 ul.form-list {
  padding-right: 50%;
  position: relative
}

#ja-form.style4 #row_name, #ja-form.style4 #row_email, #ja-form.style4 #row_subject {
  box-sizing: border-box;
  clear: none;
  display: block;
  padding-right: 15px
}

#ja-form.style4 #row_text {
  box-sizing: border-box;
  clear: none;
  padding-left: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%
}

#ja-form.style4 ul li .input-box input, #ja-form.style4 ul li .input-box textarea {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ccc
}

#ja-form.style4 ul li .input-box input:focus, #ja-form.style4 ul li .input-box textarea:focus {
  background-color: #fff
}

#ja-form.style4 #row_text textarea {
  height: 207px
}

#ja-form.style4 #ac-submit {
  background: #f2645c;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border-color: #f2645c
}

#ja-form.style4 #ac-submit:hover, #ja-form.style4 #ac-submit:focus, #ja-form.style4 #ac-submit:active {
  background: #c7524c;
  border-color: #c7524c
}

#ja-form.rounded {
  width: 100%
}

#ja-form.rounded .form-info {
  margin-bottom: 30px
}

#ja-form.rounded .form-list {
  overflow: hidden
}

#ja-form.rounded #row_name, #ja-form.rounded #row_email, #ja-form.rounded #row_subject {
  box-sizing: border-box;
  clear: none;
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3%
}

#ja-form.rounded #row_name {
  padding-left: 0
}

#ja-form.rounded #row_subject {
  padding-right: 0
}

#ja-form.rounded ul li .input-box input {
  border-radius: 19px;
  padding-left: 20px;
  padding-right: 20px
}

#ja-form.rounded ul li .input-box textarea {
  border-radius: 5px
}

#ja-form.rounded #ac-submit {
  border-radius: 20px;
  border: 0;
  padding-left: 20px;
  padding-right: 20px
}

#ja-form.dark-style1 {}

#ja-form.dark-style1 input, #ja-form.dark-style1 textarea {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1)
}

#ja-form.dark-style1 label {
  color: #999
}

#ja-form.dark-style2 {
  width: 100%
}

#ja-form.dark-style2 .form-info {
  margin-bottom: 15px
}

#ja-form.dark-style2 .form-list {
  overflow: hidden
}

#ja-form.dark-style2 #row_name, #ja-form.dark-style2 #row_email, #ja-form.dark-style2 #row_subject {
  box-sizing: border-box;
  clear: none;
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3%
}

#ja-form.dark-style2 #row_name {
  padding-left: 0
}

#ja-form.dark-style2 #row_subject {
  padding-right: 0
}

#ja-form.dark-style2 label {
  color: #999
}

#ja-form.dark-style2 input, #ja-form.dark-style2 textarea {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1)
}

#ja-form.dark-style3 {
  width: 100%
}

#ja-form.dark-style3 ul.form-list {
  padding-right: 50%;
  position: relative
}

#ja-form.dark-style3 #row_name, #ja-form.dark-style3 #row_email, #ja-form.dark-style3 #row_subject {
  box-sizing: border-box;
  clear: none;
  display: block;
  padding-right: 15px
}

#ja-form.dark-style3 #row_text {
  box-sizing: border-box;
  clear: none;
  padding-left: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%
}

#ja-form.dark-style3 #row_text textarea {
  height: 207px
}

#ja-form.dark-style3 label {
  color: #999
}

#ja-form.dark-style3 input, #ja-form.dark-style3 textarea {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1)
}

@media screen and (max-width:480px) {
  #ja-form {
    width: 100%
  }
  div#ja-form ul.form-list {
    padding-right: 0 !important
  }
  #ja-form ul.form-list li#row_name, #ja-form ul.form-list li#row_email, #ja-form ul.form-list li#row_subject, #ja-form ul.form-list li#row_text {
    float: none;
    padding: 0;
    position: relative;
    width: 100%
  }
}

/*===============================
/templates/ja_resume/acm/features-intro/css/style.css
================================================================================*/

.t3-mast-top .acm-features-intro.style-1 {
  height: 100vh
}

@media (max-width:767px) {
  .t3-mast-top .acm-features-intro.style-1 {
    height: auto
  }
}

.t3-mast-top .acm-features-intro.style-1 .features-info {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 50vh;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media (min-width:992px) {
  .t3-mast-top .acm-features-intro.style-1 .features-info {
    padding-right: 144px
  }
}

@media (max-width:1199px) {
  .t3-mast-top .acm-features-intro.style-1 .features-info {
    padding-right: 24px
  }
}

@media (max-width:767px) {
  .t3-mast-top .acm-features-intro.style-1 .features-info {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0)
  }
}

@media (max-width:767px) {
  .t3-mast-top .acm-features-intro.style-1 .features-info {
    padding-top: 48px;
    padding-bottom: 48px
  }
}

.t3-mast-top .acm-features-intro.style-1 .item {
  background-image: url("../img/cursor-dark.png");
  background-repeat: no-repeat;
  background-position: left 90%;
  height: 100vh
}

@media (max-width:991px) {
  .t3-mast-top .acm-features-intro.style-1 .item {
    height: auto
  }
}

@media (max-width:767px) {
  .t3-mast-top .acm-features-intro.style-1 .item {
    background: none
  }
}

.t3-mast-top .acm-features-intro.style-1.style-dark .item {
  background-image: url("../img/cursor-white.png")
}

@media (max-width:767px) {
  .t3-mast-top .acm-features-intro.style-1.style-dark .item {
    background: none
  }
}

.acm-features-intro.style-1 {
  position: relative;
  overflow: hidden
}

.acm-features-intro.style-1 .bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.acm-features-intro.style-1 .bg-blur {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: blur(30px);
  -webkit-filter: blur(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  display: none
}

@media (max-width:767px) {
  .acm-features-intro.style-1 .bg-blur {
    display: none
  }
}

.acm-features-intro.style-1.style-dark {
  color: #ffffff
}

.acm-features-intro.style-1.style-dark .item-description {
  opacity: 0.6;
  filter: alpha(opacity=60)
}

.acm-features-intro.style-1.style-white {
  color: #333333
}

.acm-features-intro.style-1 .container {
  position: relative;
  z-index: 2
}

.acm-features-intro.style-1 .features-info {
  padding-top: 96px;
  padding-bottom: 96px
}

@media (max-width:767px) {
  .acm-features-intro.style-1 .features-info {
    margin-bottom: 30px
  }
}

.acm-features-intro.style-1 .features-info h1 {
  text-transform: uppercase
}

@media (max-width:991px) {
  .acm-features-intro.style-1 .features-info h1 {
    font-size: 34px
  }
}

.acm-features-intro.style-1 .features-info span {
  text-transform: uppercase;
  font-size: 14px
}

.acm-features-intro.style-1 .features-info p {
  font-size: 17px;
  margin-top: 12px
}

@media (max-width:767px) {
  .acm-features-intro.style-1 .features-info p {
    /*display: none*/
  }
}

@media (min-width:992px) {
  .acm-features-intro.style-1 .text-center.features-info .item-description {
    padding: 0 72px
  }
}

.acm-features-intro.style-1 .features-image {
  text-align: center;
  position: relative
}

.acm-features-intro.style-1 .features-image img {
  position: relative;
  max-width: 100%;
  z-index: 3
}

@supports (-ms-accelerator:true) {
  .bg-blur {
    display: none
  }
}

@media (max-width:767px) {
  .acm-features-intro.style-2 .features-info {
    margin-bottom: 30px
  }
}

@media (min-width:768px) {
  .acm-features-intro.style-2 .features-info {
    padding-right: 72px
  }
}

@media (min-width:992px) {
  .acm-features-intro.style-2 .features-info {
    padding-right: 144px
  }
}

.acm-features-intro.style-2 .features-info h2 {
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px
}

.acm-features-intro.style-2 .features-info .btn {
  margin-top: 24px
}

.acm-features-intro.style-2 .features-info .btn .fa {
  margin-left: 12px
}

.acm-features-intro.style-2 .col-xs-12 .features-info {
  padding-right: 0
}

.acm-features-intro.style-2 .list-social {
  display: inline-block;
  list-style: none;
  padding: 0px 50px 25px 10px;
  /*padding: 48px 48px 48px 0;*/
  position: relative;
  margin: 0
}

@media (max-width:767px) {
  .acm-features-intro.style-2 .list-social {
    padding: 0
  }
}

.acm-features-intro.style-2 .list-social:after {
  /*border: 4px solid #fc615d;*/
  border: 2px solid #fc615d;
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  height: 100%;
  width: 100%
}

@media (max-width:767px) {
  .acm-features-intro.style-2 .list-social:after {
    display: none
  }
}

.acm-features-intro.style-2 .list-social li {
  margin-top: 24px;
  position: relative;
  z-index: 3
}

.acm-features-intro.style-2 .list-social li .fa {
  font-size: 17px;
  text-align: left;
  width: 40px
}

@media (max-width:767px) {
  .acm-features-intro.style-2 .list-social li .fa {
    width: 20px
  }
}

.acm-features-intro.style-2 .list-social li a {
  color: #333333;
  font-size: 13px;
  font-weight: 500
}

.acm-features-intro.style-2 .list-social li a:hover, .acm-features-intro.style-2 .list-social li a:focus, .acm-features-intro.style-2 .list-social li a:active {
  color: #fc615d
}

/*===============================
/templates/ja_resume/acm/timeline/css/style.css
================================================================================*/

.acm-timeline {
  position: relative;
  margin-top: 30px
}

.acm-timeline.style-1 .timeline-list {
  margin: 60px auto 0;
  position: relative
}

@media (min-width:768px) and (max-width:991px) {
  .acm-timeline.style-1 .timeline-list {
    padding: 0 24px
  }
}

@media (max-width:991px) {
  .acm-timeline.style-1 .timeline-list {
    width: auto !important
  }
}

@media (max-width:767px) {
  .acm-timeline.style-1 .timeline-list {
    margin-top: 24px
  }
}

.acm-timeline.style-1 .item-row {
  padding-left: 0;
  padding-right: 50%;
  margin-bottom: 45px
}

.acm-timeline.style-1 .item-row:before, .acm-timeline.style-1 .item-row:after {
  content: " ";
  display: table
}

.acm-timeline.style-1 .item-row:after {
  clear: both
}

.acm-timeline.style-1 .item-row:last-child p {
  margin-bottom: 0
}

.acm-timeline.style-1 .item-row:first-child .timeline-item .item-icon {
  background: #fc615d
}

@media (max-width:767px) {
  .acm-timeline.style-1 .item-row {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px
  }
  .acm-timeline.style-1 .item-row .text-right {
    text-align: left
  }
}

.acm-timeline.style-1 .item-row .timeline-item {
  margin-right: 50px
}

@media (max-width:767px) {
  .acm-timeline.style-1 .item-row .timeline-item {
    margin-right: 0
  }
}

.acm-timeline.style-1 .item-row .timeline-item .item-content {
  position: relative
}

.acm-timeline.style-1 .item-row .timeline-item .item-title {
  font-size: 23px;
  font-weight: 400;
  margin-top: 0
}

.acm-timeline.style-1 .item-row .timeline-item p {
  color: #333333
}

.acm-timeline.style-1 .item-row .timeline-item .item-icon {
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  margin-left: -5px;
  border-radius: 50%;
  text-align: center
}

@media screen and (max-width:767px) {
  .acm-timeline.style-1 .item-row .timeline-item .item-icon {
    display: none
  }
}

.acm-timeline.style-1 .item-row .timeline-item .item-date {
  color: #fc615d;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase
}

.acm-timeline.style-1 .item-row:nth-child(2n) {
  padding-left: 50%;
  padding-right: 0
}

@media screen and (max-width:767px) {
  .acm-timeline.style-1 .item-row:nth-child(2n) {
    padding-right: 0;
    padding-left: 0
  }
}

.acm-timeline.style-1 .item-row:nth-child(2n) .timeline-item {
  margin-right: 0;
  margin-left: 50px
}

@media (max-width:767px) {
  .acm-timeline.style-1 .item-row:nth-child(2n) .timeline-item {
    margin-left: 0
  }
}

.acm-timeline.style-1:before {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  content: "";
  background: #d9d9d9
}

@media screen and (max-width:767px) {
  .acm-timeline.style-1:before {
    display: none
  }
}

@media (max-width:991px) {
  .acm-timeline.style-2 .timeline-list {
    width: auto !important
  }
}

.acm-timeline.style-2 .text-right {
  text-align: left
}

.acm-timeline.style-2 .item-row {
  margin-top: 30px
}

.acm-timeline.style-2 .item-row+.item-row {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px
}

.acm-timeline.style-2 .item-content {
  margin-left: -15px;
  margin-right: -15px
}

.acm-timeline.style-2 .item-content .item-date {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .acm-timeline.style-2 .item-content .item-date {
    float: left;
    width: 41.66666667%
  }
}

.acm-timeline.style-2 .item-content .item-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .acm-timeline.style-2 .item-content .item-info {
    float: left;
    width: 58.33333333%
  }
}

.acm-timeline.style-2 .item-content .item-info .item-title {
  margin-top: 0;
  font-weight: 400;
  font-size: 23px
}

/*===============================
/templates/ja_resume/acm/statistics/css/style.css
================================================================================*/

.section-inner {
  background-size: cover;
  background-position: center center
}

.acm-stats .stats-header {
  margin-bottom: 30px
}

.acm-stats .stats-header .stats-title {
  margin: 0 0 48px;
  font-size: 23px;
  font-weight: 300;
  color: #333333;
  line-height: 1.75
}

.acm-stats .stats-header .stats-description {
  margin-top: 0;
  font-weight: 300;
  line-height: 1.6
}

.acm-stats .stats-list {
  margin-bottom: 0;
  padding: 0;
  list-style: none
}

.acm-stats .stats-list:before, .acm-stats .stats-list:after {
  content: " ";
  display: table
}

.acm-stats .stats-list:after {
  clear: both
}

.acm-stats .stats-list li {
  padding: 0 15px;
  border-top: 0
}

.acm-stats.style-dark {
  color: #ffffff
}

.acm-stats.style-dark .stats-title {
  color: #ffffff
}

.acm-stats.style-dark .stats-subject {
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60)
}

@media screen and (max-width:991px) {
  .acm-stats .container {
    overflow: hidden
  }
}

.ie8 .acm-stats .container {
  width: auto
}

@-webkit-keyframes progressBar {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}

@keyframes progressBar {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}

.inview .acm-stats .stats-list span.stats-item-counter .progressbar span {
  -webkit-animation: progressBar 900ms ease 0.15s forwards;
  -moz-animation: progressBar 900ms ease 0.15s forwards;
  animation: progressBar 900ms ease 0.15s forwards
}

.acm-stats.style-1 .stats-list .stats-asset {
  padding: 0;
  margin-bottom: 60px
}

.acm-stats.style-1 .stats-list .stats-asset:before, .acm-stats.style-1 .stats-list .stats-asset:after {
  content: " ";
  display: table
}

.acm-stats.style-1 .stats-list .stats-asset:after {
  clear: both
}

.acm-stats.style-1 .stats-list span {
  display: block
}

.acm-stats.style-1 .stats-list span.stats-item-counter {
  color: #000000;
  padding: 0;
  background-color: #eeeeee;
  border-radius: 0
}

.acm-stats.style-1 .stats-list span.stats-item-counter .progressbar span {
  background-color: #fc615d;
  color: #ffffff;
  font-size: 13px;
  width: 0;
  height: 8px;
  border-radius: 0
}

.acm-stats.style-1 .stats-list span.stats-item-subject {
  padding-left: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400
}

.acm-stats.style-2 .stats-title {
  font-size: 23px;
  width: 60%;
  margin-left: auto;
  margin-right: auto
}

.acm-stats.style-2 .stats-list .stats-asset {
  margin-bottom: 24px
}

@media screen and (max-width:991px) {
  .acm-stats.style-2 .stats-list .stats-asset {
    margin-bottom: 48px
  }
  .acm-stats.style-2 .stats-list .stats-asset:last-child {
    margin-bottom: 0
  }
}

.acm-stats.style-2 .stats-list .progress-pie-chart {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #eeeeee;
  position: relative;
  border: 2px solid #ffffff
}

.acm-stats.style-2 .stats-list .progress-pie-chart.gt-50 {
  background-color: #fc615d
}

.acm-stats.style-2 .stats-list .ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 65px);
  top: calc(50% - 65px);
  left: -moz-calc(50% - 65px);
  top: -moz-calc(50% - 65px);
  width: 130px;
  height: 130px;
  clip: rect(0, 130px, 130px, 65px)
}

.acm-stats.style-2 .stats-list .ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 65px);
  top: calc(50% - 65px);
  left: -moz-calc(50% - 65px);
  top: -moz-calc(50% - 65px);
  width: 130px;
  height: 130px;
  clip: rect(0, 65px, 130px, 0);
  background: #fc615d;
  transform: rotate(60deg);
  border: 2px solid #ffffff
}

.acm-stats.style-2 .stats-list .gt-50 .ppc-progress {
  clip: rect(0, 65px, 130px, 0)
}

.acm-stats.style-2 .stats-list .gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 130px, 130px, 65px);
  background: #eeeeee
}

.acm-stats.style-2 .stats-list .ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 110px / 2);
  top: calc(50% - 110px / 2);
  left: -moz-calc(50% - 110px / 2);
  top: -moz-calc(50% - 110px / 2);
  width: 110px;
  height: 110px;
  background: #ffffff;
  text-align: center;
  display: table
}

.acm-stats.style-2 .stats-list .ppc-percents span {
  display: block;
  font-size: 23px;
  color: #fc615d
}

.acm-stats.style-2 .stats-list .pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle
}

.acm-stats.style-2 .stats-list .progress-pie-chart {
  margin: 0 auto 24px
}

.acm-stats.style-2 .stats-list span {
  display: block;
  text-align: center
}

.acm-stats.style-2 .stats-list span.stats-subject {
  color: #222222;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400
}

.acm-stats.style-2.style-dark .stats-list .progress-pie-chart, .acm-stats.style-2.style-dark .stats-list .progress-pie-chart.gt-50, .acm-stats.style-2.style-dark .stats-list .ppc-progress .ppc-progress-fill {
  border-color: #1f262b
}

.acm-stats.style-2.style-dark .stats-list span.stats-subject {
  color: #ffffff
}

.acm-stats.style-2.style-dark .small-head {
  color: #ffffff
}

/*===============================
/templates/ja_resume/acm/gallery/css/style.css
================================================================================*/

.acm-gallery .gallery-info {
  margin-bottom: 48px
}

.acm-gallery .gallery-info:before, .acm-gallery .gallery-info:after {
  content: " ";
  display: table
}

.acm-gallery .gallery-info:after {
  clear: both
}

.acm-gallery .gallery-info h3 {
  float: left;
  margin-bottom: 0
}

.acm-gallery .gallery-info a {
  border-bottom: 1px solid #fc615d;
  float: right;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-top: 24px;
  margin-left: 60px
}

.acm-gallery .gallery-info a .fa {
  margin-right: 6px
}

.acm-gallery .gallery-info a:hover, .acm-gallery .gallery-info a:focus, .acm-gallery .gallery-info a:active {
  text-decoration: none;
  border-color: #fb1812
}

.acm-gallery .isotope-layout {
  overflow: hidden
}

.acm-gallery .isotope-layout .custom.bg-image {
  padding: 0;
  position: static
}

.acm-gallery .isotope-layout .isotope:after {
  content: '';
  display: block;
  clear: both
}

.acm-gallery .isotope-layout .grid-xs-1 {
  width: 100%
}

.acm-gallery .isotope-layout .grid-xs-1.item-2 {
  width: 100%
}

.acm-gallery .isotope-layout .grid-xs-2 {
  width: 50%
}

.acm-gallery .isotope-layout .grid-xs-2.item-2 {
  width: 100%
}

.acm-gallery .isotope-layout .grid-xs-3 {
  width: 33.3%
}

.acm-gallery .isotope-layout .grid-xs-3.item-2 {
  width: 66.6%
}

.acm-gallery .isotope-layout .grid-xs-4 {
  width: 25%
}

.acm-gallery .isotope-layout .grid-xs-4.item-2 {
  width: 50%
}

.acm-gallery .isotope-layout .grid-xs-5 {
  width: 20%
}

.acm-gallery .isotope-layout .grid-xs-5.item-2 {
  width: 40%
}

.acm-gallery .isotope-layout .grid-xs-6 {
  width: 16.6%
}

.acm-gallery .isotope-layout .grid-xs-6.item-2 {
  width: 33.2%
}

.acm-gallery .isotope-layout .grid-xs-7 {
  width: 14.28%
}

.acm-gallery .isotope-layout .grid-xs-7.item-2 {
  width: 28.56%
}

.acm-gallery .isotope-layout .grid-xs-8 {
  width: 12.5%
}

.acm-gallery .isotope-layout .grid-xs-8.item-2 {
  width: 25%
}

.acm-gallery .isotope-layout .grid-xs-9 {
  width: 11.1%
}

.acm-gallery .isotope-layout .grid-xs-9.item-2 {
  width: 22.2%
}

.acm-gallery .isotope-layout .grid-xs-10 {
  width: 10%
}

.acm-gallery .isotope-layout .grid-xs-10.item-2 {
  width: 20%
}

@media screen and (min-width:768px) {
  .acm-gallery .isotope-layout .grid-sm-1 {
    width: 100%
  }
  .acm-gallery .isotope-layout .grid-sm-1.item-2 {
    width: 100%
  }
  .acm-gallery .isotope-layout .grid-sm-2 {
    width: 50%
  }
  .acm-gallery .isotope-layout .grid-sm-2.item-2 {
    width: 100%
  }
  .acm-gallery .isotope-layout .grid-sm-3 {
    width: 33.3%
  }
  .acm-gallery .isotope-layout .grid-sm-3.item-2 {
    width: 66.6%
  }
  .acm-gallery .isotope-layout .grid-sm-4 {
    width: 25%
  }
  .acm-gallery .isotope-layout .grid-sm-4.item-2 {
    width: 50%
  }
  .acm-gallery .isotope-layout .grid-sm-5 {
    width: 20%
  }
  .acm-gallery .isotope-layout .grid-sm-5.item-2 {
    width: 40%
  }
  .acm-gallery .isotope-layout .grid-sm-6 {
    width: 16.6%
  }
  .acm-gallery .isotope-layout .grid-sm-6.item-2 {
    width: 33.2%
  }
  .acm-gallery .isotope-layout .grid-sm-7 {
    width: 14.28%
  }
  .acm-gallery .isotope-layout .grid-sm-7.item-2 {
    width: 28.56%
  }
  .acm-gallery .isotope-layout .grid-sm-8 {
    width: 12.5%
  }
  .acm-gallery .isotope-layout .grid-sm-8.item-2 {
    width: 25%
  }
  .acm-gallery .isotope-layout .grid-sm-9 {
    width: 11.1%
  }
  .acm-gallery .isotope-layout .grid-sm-9.item-2 {
    width: 22.2%
  }
  .acm-gallery .isotope-layout .grid-sm-10 {
    width: 10%
  }
  .acm-gallery .isotope-layout .grid-sm-10.item-2 {
    width: 20%
  }
}

@media screen and (min-width:992px) {
  .acm-gallery .isotope-layout .grid-md-1 {
    width: 100%
  }
  .acm-gallery .isotope-layout .grid-md-1.item-2 {
    width: 100%
  }
  .acm-gallery .isotope-layout .grid-md-2 {
    width: 50%
  }
  .acm-gallery .isotope-layout .grid-md-2.item-2 {
    width: 100%
  }
  .acm-gallery .isotope-layout .grid-md-3 {
    width: 33.3%
  }
  .acm-gallery .isotope-layout .grid-md-3.item-2 {
    width: 66.6%
  }
  .acm-gallery .isotope-layout .grid-md-4 {
    width: 25%
  }
  .acm-gallery .isotope-layout .grid-md-4.item-2 {
    width: 50%
  }
  .acm-gallery .isotope-layout .grid-md-5 {
    width: 20%
  }
  .acm-gallery .isotope-layout .grid-md-5.item-2 {
    width: 40%
  }
  .acm-gallery .isotope-layout .grid-md-6 {
    width: 16.6%
  }
  .acm-gallery .isotope-layout .grid-md-6.item-2 {
    width: 33.2%
  }
  .acm-gallery .isotope-layout .grid-md-7 {
    width: 14.28%
  }
  .acm-gallery .isotope-layout .grid-md-7.item-2 {
    width: 28.56%
  }
  .acm-gallery .isotope-layout .grid-md-8 {
    width: 12.5%
  }
  .acm-gallery .isotope-layout .grid-md-8.item-2 {
    width: 25%
  }
  .acm-gallery .isotope-layout .grid-md-9 {
    width: 11.1%
  }
  .acm-gallery .isotope-layout .grid-md-9.item-2 {
    width: 22.2%
  }
  .acm-gallery .isotope-layout .grid-md-10 {
    width: 10%
  }
  .acm-gallery .isotope-layout .grid-md-10.item-2 {
    width: 20%
  }
}

.acm-gallery .isotope-layout .item {
  background-color: transparent;
  float: left
}

.acm-gallery .isotope-layout .item a {
  display: block;
  overflow: hidden
}

.acm-gallery .isotope-layout .item .item-image {
  position: relative;
  border-radius: 0;
  overflow: hidden
}

.acm-gallery .isotope-layout .item .item-image img {
  margin: 0;
  width: 100%
}

.acm-gallery .isotope-layout .item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222222;
  z-index: 1;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  opacity: 0;
  filter: alpha(opacity=0)
}

@media (max-width:991px) {
  .acm-gallery .isotope-layout .item .mask {
    display: none
  }
}

.acm-gallery .isotope-layout .item .item-image-content {
  bottom: 60px;
  left: 100px;
  line-height: 1.1;
  color: #ffffff;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left bottom 0;
  transition: opacity 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  vertical-align: bottom;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0)
}

@media (max-width:991px) {
  .acm-gallery .isotope-layout .item .item-image-content {
    display: none
  }
}

.acm-gallery .isotope-layout .item .item-image-content a {
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.acm-gallery .isotope-layout .item .item-image-content a:hover, .acm-gallery .isotope-layout .item .item-image-content a:focus, .acm-gallery .isotope-layout .item .item-image-content a:active {
  text-decoration: none
}

@media (min-width:768px) and (max-width:1024px) {
  .acm-gallery .isotope-layout .item.item-2 {
    margin-left: -1px
  }
}

.acm-gallery .isotope-layout .item.effect:nth-child(n) {
  -webkit-animation: effect-item-2 3s;
  -o-animation: effect-item-2 3s;
  animation: effect-item-2 3s
}

.acm-gallery .isotope-layout .item.effect:nth-child(2n) {
  -webkit-animation: effect-item-2 9s;
  -o-animation: effect-item-2 9s;
  animation: effect-item-2 9s
}

.acm-gallery .isotope-layout .item.effect:nth-child(3n) {
  -webkit-animation: effect-item-1 9s;
  -o-animation: effect-item-1 9s;
  animation: effect-item-1 9s
}

.acm-gallery .isotope-layout .item.effect:nth-child(4n) {
  -webkit-animation: effect-item-1 9s;
  -o-animation: effect-item-1 9s;
  animation: effect-item-1 9s
}

.acm-gallery .isotope-layout .item.effect:nth-child(5n) {
  -webkit-animation: effect-item-2 5s;
  -o-animation: effect-item-2 5s;
  animation: effect-item-2 5s
}

.acm-gallery .isotope-layout .item:hover .mask {
  opacity: 0.95;
  filter: alpha(opacity=95)
}

.acm-gallery .isotope-layout .item:hover .item-image-content {
  opacity: 1;
  filter: alpha(opacity=100)
}

.acm-gallery.style-scale .item .item-mask {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}

.acm-gallery.style-scale .item img {
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}

.acm-gallery.style-scale .item-details {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  font-size: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}

.acm-gallery.style-scale .item-details h4 {
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}

.acm-gallery.style-scale .item-details h4 a, .acm-gallery.style-scale .item-details h4 a:hover, .acm-gallery.style-scale .item-details h4 a:focus, .acm-gallery.style-scale .item-details h4 a:active {
  color: #ffffff
}

.acm-gallery.style-scale .item-details span {
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80)
}

@media (min-width:992px) {
  .acm-gallery.style-scale .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
  }
  .acm-gallery.style-scale .item:hover .item-details {
    font-size: 15px;
    opacity: 1;
    filter: alpha(opacity=100)
  }
  .acm-gallery.style-scale .item:hover .item-details h4 {
    font-size: 23px
  }
  .acm-gallery.style-scale .item:hover .item-mask {
    display: block;
    opacity: 0.3;
    filter: alpha(opacity=30)
  }
}

.acm-gallery.style-2 .isotope-layout .item .mask {
  display: none
}

.acm-gallery.style-2 .isotope-layout .item .item-image-content {
  bottom: 30px;
  left: 15px;
  right: 15px;
  top: auto;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px 24px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0)
}

.acm-gallery.style-2 .isotope-layout .item .item-image-content .title {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0
}

.acm-gallery.style-2 .isotope-layout .item .item-image-content .title+p {
  margin-top: 12px;
  margin-bottom: 0
}

.ekko-lightbox+.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80)
}

.ekko-lightbox .modal-loading {
  display: none
}

.ekko-lightbox.fade {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s
}

.ekko-lightbox.fade.in {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100)
}

.ekko-lightbox .modal-dialog {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important
}

.ekko-lightbox .modal-header {
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2
}

.ekko-lightbox .modal-header .close {
  background: #ffffff;
  color: #000000;
  height: 35px;
  margin: 0;
  width: 35px
}

.ekko-lightbox .modal-body {
  padding: 0
}

.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  width: 100%
}

.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 18px !important
}

.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a.glyphicon-chevron-right {
  float: right
}

.ekko-lightbox .img-responsive {
  margin: 0 auto;
  max-height: 100vh
}

@keyframes effect-item-1 {
  0% {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3)
  }
  20% {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3)
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes effect-item-1 {
  0% {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3)
  }
  20% {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3)
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes effect-item-2 {
  0% {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3)
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes effect-item-2 {
  0% {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3)
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes eff-2 {
  0% {
    top: 40%;
    opacity: 0;
    filter: alpha(opacity=0)
  }
  100% {
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100)
  }
}

@-webkit-keyframes eff-2 {
  0% {
    top: 40%;
    opacity: 0;
    filter: alpha(opacity=0)
  }
  100% {
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100)
  }
}

.ie8 .isotope-layout .caption {
  top: 12%
}

.ie8 .isotope-layout .item, .ie8 .isotope-layout .grid-sizer {
  margin-left: -0.5px
}

.ie8 .ekko-lightbox .modal-dialog {
  position: relative;
  top: 5%;
  left: 0;
  width: 600px !important;
  overflow: hidden
}

.ie8 .ekko-lightbox .img-responsive {
  max-width: 100%
}

.full-screen {
  overflow: hidden;
  position: relative
}

@media screen and (max-width:991px) {
  .full-screen {
    height: auto !important
  }
}

/*===============================
/templates/ja_resume/acm/testimonials/css/style.css
================================================================================*/

.acm-testimonials {
  text-align: center
}

.acm-testimonials .testimonial-text {
  padding: 0;
  position: relative;
  text-align: center;
  margin-bottom: 48px;
  margin-top: 48px;
  opacity: 1
}

.acm-testimonials .testimonial-text .quote-item {
  top: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.acm-testimonials .testimonial-text .quote-item.active {
  opacity: 1;
  filter: alpha(opacity=100)
}

.acm-testimonials .testimonial-text .quote-item p {
  font-size: 23px;
  font-family: "Bitter", serif;
  font-weight: 500;
  padding: 0 144px;
  margin: 0;
  min-height: 115px
}

@media (max-width:991px) {
  .acm-testimonials .testimonial-text .quote-item p {
    font-size: 17px;
    padding: 0
  }
}

.acm-testimonials .testimonial-text .quote-item span {
  color: #999999;
  display: block;
  font-size: 13px;
  font-weight: 100;
  margin: 12px 0 0;
  text-align: center;
  text-transform: uppercase
}

.acm-testimonials .testimonial-text .quote-item p, .acm-testimonials .testimonial-text .quote-item span {
  display: none
}

.acm-testimonials .testimonial-text .quote-item.active p, .acm-testimonials .testimonial-text .quote-item.active span {
  display: block
}

.acm-testimonials .author-info {
  text-align: center
}

.acm-testimonials .author-info>div {
  display: inline-block;
  margin: 0 27px 24px;
  width: 20%;
  /*margin: 0 30px 24px;
  width: 25%;*/
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms
}

.acm-testimonials .author-info>div:before, .acm-testimonials .author-info>div:after {
  content: " ";
  display: table
}

.acm-testimonials .author-info>div:after {
  clear: both
}

@media (max-width:991px) {
  .acm-testimonials .author-info>div {
    text-align: center
  }
}

@media (max-width:767px) {
  .acm-testimonials .author-info>div {
    margin: 0;
    margin-bottom: 24px;
    width: 100%
  }
}

.acm-testimonials .author-info>div:hover {
  cursor: pointer
}

.acm-testimonials .author-info>div.active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important
}

.acm-testimonials .author-info>div img {
  border-radius: 50%;
  margin-right: 24px;
  float: left
}

@media (max-width:991px) {
  .acm-testimonials .author-info>div img {
    float: none
  }
}

.acm-testimonials .author-info>div .author-detail {
  text-align: left;
  margin-top: 15px
}

@media (max-width:991px) {
  .acm-testimonials .author-info>div .author-detail {
    text-align: center
  }
}

.acm-testimonials .author-info>div .author-detail span {
  display: block
}

.acm-testimonials .author-info>div .author-detail span.author-name {
  color: #fc615d;
  font-family: "Bitter", serif;
  font-weight: 500;
  text-transform: uppercase
}

.acm-testimonials .author-info>div .author-detail span.author-title {
  white-space: nowrap
}

/*===============================
/media/mod_languages/css/template.css
================================================================================*/

div.mod-languages ul {
  margin: 0;
  padding: 0;
  list-style: none
}

div.mod-languages li {
  margin-left: 5px;
  margin-right: 5px
}

div.mod-languages ul.lang-inline li {
  display: inline
}

div.mod-languages ul.lang-block li {
  display: block
}

div.mod-languages img {
  border: none
}

div.mod-languages a {
  text-decoration: none
}
