body, .wwd-text, a {
    font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, .wwd-head-text {
    font-family: 'Oswald', sans-serif;
}

html {
    width: 100%;
    height: 100%;
}
body {
    background-image: url(../img/square_bg.png);
    width: 100%;
    height: 100%;
    margin: 0;
}
footer {
    color: white;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:none;
    color: rgb(193, 141, 32);
}
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
p {
    font-size: 14px;
}
hr {
    border-top: 1px solid rgba(38, 69, 120, 0.64);
}

/*****/

.masthead {
    position: fixed;
    top: 0;
    /*background-color: rgba(255,255,255,0.7);*/
    background-color: rgba(38, 69, 120, 0.8);
    text-align: center;
    z-index: 1030;
    min-height: 102px;
}
.mastfoot {
    position: fixed;
    bottom: 0;
}
/* Handle the widths */
.masthead,
.mastfoot,
.cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 900px; /*800px*/
  }
}

.masthead > .inner {
    margin: 0px 20px;
}
.inner {
    padding: 20px 30px;
}
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
}
.site-wrapper-last {
    display: table;
    width: 100%;
    height: 95%; /* For at least Firefox */
    min-height: 95%;
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}

.cover {
    padding: 0 20px;
}

.masthead-nav > li {
    display: inline-block;
}
.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    color: #333; /* IE8 proofing */
    color: rgba(3,3,3,.75);
    border-bottom: 2px solid transparent;
}
.masthead-nav.wwd-red > li > a:focus,
.masthead-nav.wwd-red > li > a:hover {
    background-color: transparent;
    color: #78272b;
}
.masthead-nav.wwd-blue > li > a:focus,
.masthead-nav.wwd-blue > li > a:hover {
    background-color: transparent;
    color: rgb(38, 69, 120);
    border-bottom: 2px solid rgba(38, 69, 120, 0.5);;
}
.masthead-nav.wwd-white > li > a {
    color: rgb(255, 255, 255);
}
.masthead-nav.wwd-white > li > a:focus,
.masthead-nav.wwd-white > li > a:hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);;
}
.masthead-nav > li + li {
    margin-left: 20px;
}
.carousel-indicators li {
    border: 1px solid rgb(38, 69, 120);
}
.carousel-indicators .active {
    background-color: rgb(38, 69, 120);
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}
.nav > .active {
    border-bottom-style: solid;
    border-bottom-width: 3px;
}
.nav.wwd-red > .active {
    border-bottom-color: #78272b;
}
.nav.wwd-blue > .active {
    border-bottom-color: rgb(38, 69, 120);
}
.nav.wwd-white > .active {
    border-bottom-color: rgb(255, 255, 255);
}
.nav.wwd-red > .active > a {
    color: #78272b;
}
.nav.wwd-blue > .active > a {
    color: rgb(38, 69, 120);
}
.nav.wwd-white > .active > a {
    color: rgb(255, 255, 255);
}
.form-control:focus {
    border-color: #78272b;
}
.wwd-blue.form-control:focus {
    border-color: rgb(38, 69, 120);
}
/*****/

#wwd-copyrights {
    text-align: center;
    bottom: 0;
    width: 100%;
    min-height: 5%;
    height: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    vertical-align:center;
}
.wwd-small-lead {
    font-size: 16px;
}
.wwd-gray {
    color: #777;
}
.wwd-red {
    color: rgb(120, 39, 43);
}
a,
.wwd-blue {
    color: rgb(38, 69, 120);
}
.wwd-text-muted {
    color: rgb(38, 69, 120);
}
.wwd-white {
    color: #fff;
}
.wwd-white-hover:hover {
    color: #fff;
}
.wwd-underline-hover:hover {
    text-decoration: underline;
}
.wwd-red-hover:hover {
    color: #78272b;
}
.wwd-red-border {
    border: 1px solid #78272b; 
    border-radius: 6px;
}
.wwd-white-border {
    border: 1px solid #fff; 
    border-radius: 6px;
}

.wwd-red-bg-hover:hover {
    background-color: rgba(120, 39, 43, 0.8);
}

.wwd-red-bg {
    background-color: rgb(120, 39, 43);
}
.wwd-blue-bg {
    background-color: rgb(38, 69, 120);
}
.wwd-blue-bg-75 {
    background-color: rgba(38, 69, 120, 0.75);
}
.wwd-gold-bg {
    background: -moz-linear-gradient(313deg, rgba(193,141,32,1) 0%, rgba(255,255,0,1) 51%, rgba(193,141,32,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(193,141,32,1)), color-stop(51%, rgba(255,255,0,1)), color-stop(100%, rgba(193,141,32,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(313deg, rgba(193,141,32,1) 0%, rgba(255,255,0,1) 51%, rgba(193,141,32,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(313deg, rgba(193,141,32,1) 0%, rgba(255,255,0,1) 51%, rgba(193,141,32,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(313deg, rgba(193,141,32,1) 0%, rgba(255,255,0,1) 51%, rgba(193,141,32,1) 100%); /* ie10+ */
    background: linear-gradient(137deg, rgba(193,141,32,1) 0%, rgba(255,255,0,1) 51%, rgba(193,141,32,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c18d20', endColorstr='#c18d20',GradientType=1 ); /* ie6-9 */
}
.wwd-gold-bg-64 {
    background: -moz-linear-gradient(313deg, rgba(193,141,32,0.64) 0%, rgba(255,255,0,0.64) 51%, rgba(193,141,32,0.64) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(193,141,32,0.64)), color-stop(51%, rgba(255,255,0,1)), color-stop(100%, rgba(193,141,32,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(313deg, rgba(193,141,32,0.64) 0%, rgba(255,255,0,0.64) 51%, rgba(193,141,32,0.64) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(313deg, rgba(193,141,32,0.64) 0%, rgba(255,255,0,0.64) 51%, rgba(193,141,32,0.64) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(313deg, rgba(193,141,32,0.64) 0%, rgba(255,255,0,0.64) 51%, rgba(193,141,32,0.64) 100%); /* ie10+ */
    background: linear-gradient(137deg, rgba(193,141,32,0.64) 0%, rgba(255,255,0,0.64) 51%, rgba(193,141,32,0.64) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c18d20', endColorstr='#c18d20',GradientType=1 ); /* ie6-9 */
}
.wwd-center {
    text-align: center;
}
.wwd-right {
    text-align: right;
}
.wwd-left {
    text-align: left;
}
.wwd-bookmark {
    display: block;
    position: relative;
    visibility: hidden;
}
.wwd-carousel-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/logo_with_transparency.png);
}
.wwd-carousel-next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/next_bg.jpg);
    width: 100%;
    height: 100%;
}
.wwd-carousel-prev {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/prev_bg.png);
    width: 100%;
    height: 100%;
}
.wwd-carousel-about {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/all_2016.jpg);
    width: 100%;
    height: 100%;
}
.wwd-baner-row {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    height: 198px;
    margin-top: 102px;
}
#wwd-about >.wwd-baner-row {
    background-image: url(../img/baner_about.png);
}
#wwd-plan >.wwd-baner-row {
    background-image: url(../img/baner_plan.png);
}
#wwd-news >.wwd-baner-row {
    background-image: url(../img/baner_news.png);
}
#wwd-contact >.wwd-baner-row {
    background-image: url(../img/baner_contact.png);
}
#wwd-abc >.wwd-baner-row {
    background-image: url(../img/baner_abc.png);
}
#wwd-road >.wwd-baner-row {
    background-image: url(../img/baner_road.png);
    background-position: bottom;
}
#wwd-prev >.wwd-baner-row {
    background-image: url(../img/baner_prev.png);
    background-position: top;
}
#wwd-2016 >.wwd-baner-row {
    background-image: url(../img/baner_2016.png);
    background-position: bottom;
}
#wwd-rules >.wwd-baner-row {
    background-image: url(../img/baner_rules.png);
    background-position: center;
}
#wwd-gallery > .wwd-baner-row {
    background-image: url(../img/baner_gallery.png);
    background-position: center;
}
#wwd-abc-prepare  >.wwd-baner-row {
    background-image: url(../img/baner_abc_prepare.png);
    background-position: bottom;
}
#wwd-abc-equipment  >.wwd-baner-row {
    background-image: url(../img/baner_abc_equipment.png);
    background-position: bottom;
}
#wwd-abc-food  >.wwd-baner-row {
    background-image: url(../img/baner_abc_food.png);
    background-position: bottom;
}
#wwd-abc-sleep  >.wwd-baner-row {
    background-image: url(../img/baner_abc_sleep.png);
    background-position: bottom;
}
#wwd-abc-duration  >.wwd-baner-row {
    background-image: url(../img/baner_abc_duration.png);
    background-position: bottom;
}
#wwd-abc-survive >.wwd-baner-row {
    background-image: url(../img/baner_abc_survive.png);
    background-position: center;
}
#wwd-abc-order >.wwd-baner-row {
    background-image: url(../img/baner_abc_order.png);
    background-position: top;
}
#wwd-abc-wwd >.wwd-baner-row {
    background-image: url(../img/baner_abc_wwd.png);
    background-position: bottom;
}
#wwd-patron >.wwd-baner-row {
    background-image: url(../img/baner_patron.png);
    background-position: bottom;
}
#wwd-patron-life >.wwd-baner-row {
    background-image: url(../img/baner_patron_life.png);
    background-position: center;
}
#wwd-patron-calendarium >.wwd-baner-row {
    background-image: url(../img/baner_patron_calendarium.png);
    background-position: center;
}
#wwd-patron-triad >.wwd-baner-row {
    background-image: url(../img/baner_patron_triad.png);
    background-position: center;
}
#wwd-patron-litany >.wwd-baner-row {
    background-image: url(../img/baner_patron_litany.png);
    background-position: center;
}
#wwd-patron-novena >.wwd-baner-row {
    background-image: url(../img/baner_patron_novena.png);
    background-position: center;
}
#wwd-contact-form >.wwd-baner-row {
    background-image: url(../img/baner_contact_form.png);
    background-position: center;
}
.wwd-hide {
    display: none;
}
.wwd-small-logo {
    width: 100px;
}
.wwd-article-intro {
    background-color: #fff;
    width: 500px;
    margin:auto;
    margin-bottom: 6px;
    padding-top: 12px
}
.wwd-justify {
    text-align: justify;
    text-justify: inter-word;
}
.wwd-article-intro-title {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
.wwd-article-intro-title > a {
    color: #000;
}
.wwd-article-intro-description {
    font-size: 12px;
    line-height: 16px;
    color: #90949c;
}
.wwd-article-intro > .row > .fa {
    float: left;
}
.wwd-article-intro-header {
    float: left;
    margin-left: 8px;
    margin-top: 3px;
}

.wwd-article-intro-more {
    margin-top: 0px;
    padding-bottom: 14px;
    text-align: left;
    font-size: 12px;
}
.wwd-article-intro > .row {
    padding-left: 27px;
    padding-right: 27px;
}
.wwd-article-intro-more > hr {
    margin-top: 0px;
    margin-bottom: 14px;
}
.wwd-article-intro-header-row {
    margin-bottom: 11px;
}
.wwd-nav-wrapper {
    width: 100%;
    display: table;
}
#wwd-nav {
    position: relative;
    right: auto;
    left: auto;
    z-index: 1030;
    top: auto;
}
.wwd-pic-sm {
    width: 240px;
    height: 240px;
}
.wwd-pic-md {
    width: 320px;
    height: 320px;
}
.wwd-small-menu {
    display: block;
}

.wwd-small-menu > a,
.wwd-small-menu > li > a {
    width: 100%;
    text-align: left;
}
.wwd-hidden {
  display: none !important;
  visibility: hidden !important;
}
#wwd-fade-memories {
    padding-left: 80px;
    padding-top: 30px;
}
.wwd-fade {
    padding-left: 125px;
    padding-top: 12px;
    height: 300px;
}
.wwd-contact-tile {
    padding: 10px 24px;
    margin: 24px;
    background-color: rgb(38, 69, 120);
    color:#fff;
    height: 180px;
    position: relative;
}
.wwd-contact-tile > h2 {
    position: absolute;
    top: 60px;
}
.wwd-contact-tile > .wwd-person-contact {
    position: absolute;
    bottom: 25px;
}
.wwd-map {
    width: 100%;
}
#wwd-timer-tile {
    padding: 10px 24px;
    margin: auto;
    color:#fff;
    height: 400px;
    position: relative;
}
#wwd-about-tile {
    padding: 10px 24px;
    margin: auto;
    /*background-color: rgba(120, 39, 43, 0.75);*/
    color: rgb(38, 69, 120);
    position: relative;
}
#wwd-prev-tile {
    padding: 10px 24px;
    margin: auto;
    background-color: rgba(120, 39, 43, 0.75);
    color:#fff;
    height: 300px;
    position: relative;
}
#wwd-memories-tile {
    margin-top: 16%;
    padding: 10px 32px;
    background-color: rgba(38, 69, 120, 0.64);
    color: #fff;
    position: relative;
}
.wwd-upper {
    text-transform: uppercase;
}
.wwd-countdown {
    display: table;
    margin: 5px auto;
    table-layout: auto;
    float: none;
    width: 98%;
    letter-spacing: 4px;
    font-weight: bold;
}
#wwd-scroll-nav > a {
    width: 46px;
    height: 46px;
    display: block;
    position: fixed;
    z-index: 1030;
    right: 4px;
    text-align: center;
}
#wwd-scroll-nav-up {
    bottom: 94px;
}
#wwd-scroll-nav-down {
    bottom: 44px;
}

@media (max-width: 768px) {
    #wwd-scroll-nav-down,
    #wwd-scroll-nav-up {
        background-color: rgba(38, 69, 120, 0.5);
    }
    #wwd-scroll-nav-down:hover,
    #wwd-scroll-nav-up:hover {
        background-color: transparent;
    }
}
.wwd-red-form  {
    padding: 25px 50px;
}
.wwd-form-item {
    display: table;
}
.wwd-red-form .input-group-addon,
.wwd-red-form .wwd-form-input {
    background-color: #78272b;
    color: white;
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    
    display: table-cell;
}

.wwd-red-form .wwd-form-input {
    border: 1px solid #fff;
}
.wwd-red-form .input-group-addon {
    width: 1%;
    border: 1px solid #fff;
}
.wwd-red-form .wwd-form-input:focus {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #fff;
    webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.wwd-red-form label {
    margin-bottom: 10px;
    margin-top: 20px;
}
.wwd-form-input {
    width: 100%;
}

.wwd-red-form .wwd-form-input::-webkit-input-placeholder {
    color: white;
    font-style: italic;
}
.wwd-red-form .wwd-form-input:-moz-placeholder {
    color: white;
    font-style: italic;
}
.wwd-red-form .wwd-form-input::-moz-placeholder {
    color: white;
    font-style: italic;
}
.wwd-red-form .wwd-form-input:-ms-input-placeholder {
    color: white;
    font-style: italic;
}

.wwd-line-label {
    width: 100%;
    position: relative;
}

.wwd-line-label:before {
    content: "";
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    z-index: 1;
    height: 0;
    border-top: 4px solid white;
}
.wwd-line-label span {
    padding: 0 20px;
    z-index: 2;
}
#wwd-button-canvas {
}
.wwd-abc-btn {
    margin-top: 5px;
}
.wwd-vertical-padding {
    padding-top: 8px;
    padding-bottom: 8px;
}
/****/
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.fa-6x {
    font-size: 6em;
}
.btn-wwd-a {
    border: solid 2px #fff;
    color: rgb(38, 69, 120);
    background-color: rgba(38, 69, 120, 0.16);
}
.btn-wwd {
    border: solid 2px #fff;
    color: rgb(38, 69, 120);
    background-color: #fff;
}
.btn-wwd-a:hover,
.btn-wwd:hover {
    color: #fff;
    background-color: rgb(38, 69, 120);
}
.btn-wwd-light {
    border: solid #fff;
    color: #fff;
}
.btn-wwd-light-blue {
    border: solid rgb(38, 69, 120);
    color: rgb(38, 69, 120);
}
.btn-wwd-light.wwd-red:hover {
    background-color: #fff;
    color: #78272b;
}
.btn-wwd-light.wwd-blue:hover {
    background-color: #fff;
    color: rgb(38, 69, 120);
}
.btn-wwd-light.wwd-gold:hover {
    background-color: #fff;
    color: rgb(193, 141, 32);
}
.btn-wwd-light-blue.wwd-gold:hover {
    background-color: rgb(38, 69, 120);
    color: rgb(193, 141, 32);
}
.btn-wwd-light-inv {
    border: solid rgba(120, 39, 43, 0.0);
    color: #78272b;
    background-color: #fff;
}
.btn-wwd-light-inv:hover {
    border: solid #fff;
    color: #78272b;
    background-color: transparent;
}
.btn-wwd-red {
    border: solid #78272b;
    color: #78272b;
}
.btn-wwd-red:hover {
    background-color: #78272b;
    color: #fff;
}
.btn-wwd-red-inv {
    border: solid rgba(120, 39, 43, 0.0);
    background-color: #78272b;
    color: #fff;
}
.btn-wwd-red-inv:hover {
    border: solid #78272b;
    color: #78272b;
    background-color: transparent;
}
.btn-wwd-blue-inv {
    border: solid rgba(38, 69, 120, 0.0);
    background-color: rgb(38, 69, 120);
    color: #fff;
}
.btn-wwd-blue-inv:hover {
    border: solid rgb(38, 69, 120);
    color: rgb(38, 69, 120);
    background-color: transparent;
}
.btw-xlg {
    padding: 16px 24px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.hovereffect { /*https://github.com/miketricking/bootstrap-image-hover*/
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: hand;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');
  filter: blur(1px);
  -webkit-filter: blur(1px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(120, 39, 43, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect-title {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: hand;
  padding: 2px;
}

.hovereffect-title .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 2em 0em;
}

.hovereffect-title img {
  display: block;
  position: relative;
  max-width: none;
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  /*-webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect-title:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect-title h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 0.2em;
  overflow: hidden;
}
.hovereffect-title .wwd-blue-bg h2 {
  background-color: rgba(38, 69, 120, 0.6);
}
.hovereffect-title .wwd-red-bg h2 {
  background-color: rgba(120, 39, 43, 0.6);
}

.hovereffect-title:hover h2 {
  background-color: transparent;
}
.hovereffect-title h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 2px;
  background: #fff;
  content: '';
    margin: 0px calc(10%);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-120%,0,0);
  transform: translate3d(-120%,0,0);
}

.hovereffect-title:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect-title a, .hovereffect-title p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect-title:hover a, .hovereffect-title:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}