body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.fancy-title{
    position: relative;
    margin-bottom: 30px;
}

.fancy-title h2{
    display: block;
    background: transparent;
    padding: 0 0 10px;
    border-bottom: 2px solid #1ABC9C;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

#content p {
    line-height: 1.8;
    font-size: 16px;
}

.flex-control-thumbs {
    margin-top: 3px;
}

.flex-control-thumbs > li {
    width: 100px;
    margin-right: 3px;
}

.flex-control-thumbs > li > img{
    height: 75px;
    width: 100px;
}

.line{
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
}

.share{
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.share span {
    line-height: 36px;
    font-weight: bold;
    font-size: 13px;
}

.share div{
    float: right;
}

.share .social-icon {
    margin: -1px 0;
    border-radius: 0;
    font-size: 15px;
}

.borderless {
    border-color: transparent !important;
}

.social-icon{
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    font-style: normal;
}

.social-icon{
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 1px solid #AAA;
    border-radius: 3px;
    overflow: hidden;
}

.social-icon i{
    display: block;
    position: relative;
    font-size: 18px;
    height: 40px;
    padding-top: 8px;
}

.social-icon:hover i:first-child {
    margin-top: -38px;
}

.social-icon i:last-child {
    color: #FFF !important;
}

.si-facebook:hover {
    background-color: #3B5998 !important;
}

.si-twitter:hover {
    background-color: #00ACEE !important;
}

.si-pinterest:hover {
    background-color: #C8232C !important;
}

.si-gplus:hover {
    background-color: #DD4B39 !important;
}

.divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #E5E5E5;
    width: 100%;
}

.divider.divider-center::before {
    left: -50% !important;
    right: 0;
    margin-left: -20px;
}

.divider.divider-center::after {
    left: 50% !important;
    right: 0;
    margin-left: 20px;
}

.divider::after, .divider.divider-center::before, .divider.divider-center.divider-short::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #EEE;
}

.divider i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 18px !important;
    text-align: center;
}

.divider.divider-center, .divider.divider-center.divider-short {
    text-align: center;
}

.flexslider{
    margin: 0;
}

#page-title i{
    font-size: 20px;
    margin-right: 10px;
}

#page-title h2{
    display: inline-block;
}

#page-title a {
    color: #1bbc9b;
}