﻿.outer{
    width: 305px;
    height: 190px;
    /*height: 100%;
    width: 100%;
    background: hotpink;*/
    overflow:hidden;
    z-index:1;
}
.box{
    width: 300px;
    /*width: 50%;*/
    height: 190px;
    /*height: 100%;*/
    margin-left: -300px;
    /*margin-left: -50%;*/
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all: 0.8s ease;
    transitions: all 0.8s ease;
    background: rgba(0, 0, 0, 0.5);
    z-index:3;
    position:relative;
}
.outer:hover > .box{
    margin: 0;
}
.box p{
    font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px #949494;
    color: white;
    margin: 0;
    padding: 5px 0 5px 0;
    
    padding-left:10px;

    border-bottom-width:1px;border-bottom-color:#949494;border-bottom-style:dotted;
}

.box a {
    color:#FFF;
    text-decoration:none;
}

.btn{
  padding: 0.5em 1em;
  margin: 0.5em;
  background: #0099cc;
  float: right;
  border-radius: 0.25em;
}

.btn a{
  color: #fff;
  text-decoration: none;
}

.outer_weblink{
    width: 310px;
    height: 190px;
    /*height: 100%;
    width: 100%;
    background: hotpink;*/
    overflow:hidden;
}
.box_weblink{
    width: 305px;
    /*width: 50%;*/
    height: 190px;
    /*height: 100%;*/
    margin-left: -300px;
    /*margin-left: -50%;*/
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all: 0.8s ease;
    transitions: all 0.8s ease;
    background: rgba(0, 0, 0, 0.5);
}
.outer_weblink:hover > .box_weblink{
    margin: 0;
}
.box_weblink p{
    font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px #949494;
    color: white;
    margin: 0;
    padding: 5px 0 5px 0;
    
    padding-left:10px;

    border-bottom-width:1px;border-bottom-color:#949494;border-bottom-style:dotted;
}

.box_weblink a {
    color: #fff;
  text-decoration: none;
}

.outer_weblink_dsd{
    width: 310px;
    height: 400px;
    /*height: 100%;
    width: 100%;
    background: hotpink;*/
    overflow:hidden;
}
.box_weblink_dsd{
    width: 305px;
    /*width: 50%;*/
    height: 400px;
    /*height: 100%;*/
    margin-left: -300px;
    /*margin-left: -50%;*/
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all: 0.8s ease;
    transitions: all 0.8s ease;
    background: rgba(0, 0, 0, 0.5);
}
.outer_weblink_dsd:hover > .box_weblink_dsd{
    margin: 0;
}
.box_weblink_dsd p{
    font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px #949494;
    color: white;
    margin: 0;
    padding: 5px 0 5px 0;
    
    padding-left:10px;

    border-bottom-width:1px;border-bottom-color:#949494;border-bottom-style:dotted;
}

.box_weblink_dsd a {
    color: #fff;
  text-decoration: none;
}

