.da-thumbs {
    position: relative;
}

.da-thumbs article {
    position: relative;
    margin-bottom:1px;
}

.da-thumbs article a,
.da-thumbs article a img {
    display: block;
    position: relative;
}

.da-thumbs article a {
    overflow: hidden;
}
.da-thumbs article a div {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    border:none !important;
   
}

.da-thumbs article a div{
    /*padding-top:24%;*/
    
}

.da-thumbs article a div span{
    margin-top:2px;
}

.da-thumbs article a div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility:  hidden;
}


/*.da-thumbs article a div span {

    margin: 40px 20px 20px 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);

}*/

/* Initial state classes: */
.da-slideFromTop {
    left: 0px;
    top: -100%;
}
.da-slideFromBottom {
    left: 0px;
    top: 100%;
}
.da-slideFromLeft {
    top: 0px; 
    left: -100%;
}
.da-slideFromRight {
    top: 0px;
    left: 100%;
}
/* Final state classes: */
.da-slideTop {
    top: 0px;
}
.da-slideLeft {
    left: 0px;
}

/**/
.btn2 {
    background: none repeat scroll 0 0 #00bcb9 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    color: #fff !important;
}
.btn2:hover, .btn2-inverse {
    background: none repeat scroll 0 0 #3c3c3c !important;
    color: #fff;
}
.btn2-inverse:hover {
    background: none repeat scroll 0 0 #00bcb9 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
}


.btn2 {
    border-bottom: 3px solid rgba(1, 1, 1, 0.05) !important;
    border-radius: 5px !important;
    display: inline-block !important;
    font-family: "Open Sans",sans-serif;
    font-weight: 800 !important;
    padding: 11px 26px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2) !important;
    text-transform: uppercase !important;
    transition: all 0.4s ease-out 0s !important;
}
.btn2 p {
    margin-bottom: 0 !important;
}
.btn2:hover {
    transition: all 0.4s ease-out 0s !important;
}

.btn2 a img{ float:left !important}
.btn2 a span{ color:#FFF !important}
.btn2 a{ text-decoration:none !important}
.btn2 {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #cccccc #cccccc #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn2:hover, .btn2:focus, .btn2:active, .btn2.active, .btn2.disabled, .btn2[disabled] {
    background-color: #e6e6e6;
    color: #333333;
}
.btn2:active, .btn2.active {
}
.btn2:first-child {
}
.btn2:hover, .btn2:focus {
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.btn2:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
.btn2.active, .btn2:active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}