.mtitle { padding: 0 !important; border-bottom: none !important; margin: 28px 0 0 0 !important; }
.mtitle a { font-size: 35px; color: #fff; text-decoration: none; font-family: 'Intro'; }
.mtitleduch { padding: 0 !important; border-bottom: none !important; margin: 28px 0 0 0 !important; }
.mtitleduch a { font-size: 31px; color: #fff; text-decoration: none; font-family: 'Intro'; }
.shortdesc { padding: 0 !important; margin: 0; }
.shortdesc a { font-size: 15px; color: #f3e109; text-decoration: none; }
.hoverseparator { padding: 0 0 0 55px; }
.hoverseparatorsmall { padding: 0px 0 4px 20px; width: 87%; }
.hoverseparatorlong { padding: 0px 0 4px 145px; }
.hoverseparatorlarge { padding: 0px 0 4px 230px; }
.longdesc { margin:0; padding: 10px 20px 10px 20px !important; line-height: 20px; }
.longdesc a { color: #FFF; text-decoration: none; font-size: 15px; font-family: 'Roboto-Regular'; text-align: justify; }
.morelink { padding: 0 !important; margin: 0; }
.morelink a { color: #FFF; font-size: 12px; margin: 0 0 5px 0; }
.longdesc1 { margin:0; padding: 0 20px 0 20px !important; }
.longdesc1 a { color: #FFF; text-decoration: none; font-size: 15px; font-family: 'Roboto-Regular'; text-align: justify; }
.hand { padding: 0 0 0 160px; }
.handsmall { padding: 0 0 0 77px; }
.handlong { padding: 0 0 0 255px; }
.handlarge { padding: 0 0 0 325px; }

.view {
   width: 100%;
   height: 100%;
   position: relative;
   text-align: center;
   overflow:hidden;
   cursor: default;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   /*background: rgba(0, 0, 0, 0.8);*/
   margin: 20px 0 0 0;
}
.view p {
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}