.widget {
    position: relative;
}
.item-icon-left {
    line-height: 2;
}
.item-icon-left i {
    height: 18px;
    width: 18px;
    text-align: center;
    margin-right: 5px;
    font-size: 15px;
}

.ntp-social-square a {
    display: inline-block;
    margin: 5px;
    overflow: hidden;
}

.ntp-social-square a:hover {
    color: #fff !important;
}

.ntp-social-square a .fa {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #DBDFDF;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ntp-social-square a .fa.fa-facebook {
    color: #325d94;
}

.ntp-social-square a .fa.fa-twitter {
    color: #00aadb;
}

.ntp-social-square a .fa.fa-tumblr {
    color: #2f4e6b;
}

.ntp-social-square a .fa.fa-dribbble {
    color: #fb4087;
}

.ntp-social-square a .fa.fa-youtube-play {
    color: #df2e1c;
}

.ntp-social-square a .fa.fa-vk {
    color: #4C75A3;
}

.ntp-social-square a .fa.fa-google-plus {
    color: #df2e1c;
}

.ntp-social-square a .fa.fa-vimeo-square {
    color: #63b3e4;
}

.ntp-social-square a .fa.fa-instagram {
    color: #517FA4;
}

.ntp-social-square a .fa.fa-pinterest {
    color: #CC1D24;
}

.ntp-social-square a .fa.fa-behance {
    color: #1478FF;
}

.ntp-social-square a .fa.fa-heart {
    color: #4BD1FA;
}

.ntp-social-square a:hover {
    opacity: .7;
}

.ntp-social-square a:hover .fa-facebook {
    border-color: #325d94;
}

.ntp-social-square a:hover .fa-twitter {
    border-color: #00aadb;
}

.ntp-social-square a:hover .fa-tumblr {
    border-color: #2f4e6b;
}

.ntp-social-square a:hover .fa-dribbble {
    border-color: #fb4087;
}

.ntp-social-square a:hover .fa-youtube-play {
    border-color: #df2e1c;
}

.ntp-social-square a:hover .fa-vk {
    border-color: #4C75A3;
}

.ntp-social-square a:hover .fa-google-plus {
    border-color: #df2e1c;
}

.ntp-social-square a:hover .fa-vimeo-square {
    border-color: #63b3e4;
}

.ntp-social-square a:hover .fa-instagram {
    border-color: #517FA4;
}

.ntp-social-square a:hover .fa-pinterest {
    border-color: #CC1D24;
}

.ntp-social-square a:hover .fa-behance {
    border-color: #1478FF;
}

.ntp-social-square a:hover .fa-heart {
    border-color: #4BD1FA;
}
.ntp-social-square a .fa.fa-skype {
    color: #00adef;
}
.ntp-social-square a:hover .fa-skype {
    border-color: #00adef;
}
.ntp-social-square a .fa.fa-envelope {
    color: #db4538;
}
.ntp-social-square a:hover .fa-envelope {
    border-color: #db4538;
}
.ntp-social-square a .fa.fa-linkedin {
    color: #0177b5;
}
.ntp-social-square a:hover .fa-linkedin {
    border-color: #0177b5;
}
.ntp-social-square a .fa.fa-flickr {
    color: #0d65d3;
}
.ntp-social-square a:hover .fa-flickr {
    border-color: #0d65d3;
}
.ntp-social-square a .fa.fa-yahoo {
    color: #4101af;
}
.ntp-social-square a:hover .fa-yahoo {
    border-color: #4101af;
}
.ntp-description {
    line-height: 1.8;
    font-weight: 400;
    font-size: 13px;
    color: #444;
    margin-bottom: 1.5em;
    padding: 0;
}
.subscribe-status {
    padding: 0 15px;
}
.ntp-ajax-loading:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(245, 248, 248, 0.7);
}
.ntp-ajax-loading:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    border-radius: 50%;
    border: 1px solid #474849;
    border-right-color: #fff;
    -webkit-animation: save_loading 0.7s linear infinite;
    -moz-animation: save_loading 0.7s linear infinite;
    -ms-animation: save_loading 0.7s linear infinite;
    -o-animation: save_loading 0.7s linear infinite;
    animation: save_loading 0.7s linear infinite;
    z-index: 2;
}
@-webkit-keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-moz-keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Flickr */
.widget-grid {
    margin-left: -10px;
    overflow: hidden;
    padding-bottom: 8px;
}
.widget-grid .item {
    width: 33.3333%;
    display: inline-block;
    border-bottom: none;
    padding: 8px;
    float: left;
}
.widget-grid img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.widget-grid img:hover{
    opacity: 0.8;
}

/* MailChip */
.ntp-subscribe {
    text-align: center;
    position: relative;
}
.ntp-subscribe-email {
    display: block;
    width: 100%;
    height: 37px;
    font-size: 12px;
    padding: 0 10px 0;
    margin-bottom: 7px;
    border: 1px solid #777777;
    font-weight: 400;
    letter-spacing: 1px;
    color: #464646;
    background: white;
    margin-top: 5px;
}
.ntp-subscribe .form-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.ntp-subscribe .form-item input[type="email"] {
    border: 1px solid #444;
}
.ntp-subscribe .form-submit input[type="submit"] {
    color: #444;
    background: #fff;
    height: 100%;
    line-height: 1.5;
    border: 1px solid #444;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    display: inline;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'FontAwesome';
}
.ntp-subscribe .form-submit input[type="submit"]:hover {
    background: #fff;
    color: rgb(70, 70, 70);
    border-color: rgb(70, 70, 70);;
}

/* Latest Posts */
.widget-list .item{
    margin-bottom: 17px;
    padding-bottom: 13px;
    margin-left: 0;
    border-bottom: 1px dotted #d5d5d5;
    color: #242424;
}
.widget-list .item:last-child {
    border-bottom:none;
    padding-bottom: 0;
}
.widget-list .item-image {
    float: left;
    margin-right: 14px;
}
.widget-list img{
    width: 100px;
    height: auto;
}
.widget-list .item-content {
    overflow: hidden;
}
.widget-list .item-title {
    margin-top: 0;
    margin-bottom: 1px;
    display: block;
    font-size: 13px;
    line-height: 22px;
}
.item-meta {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
}
.widget-list .item-title a {
    color: #242424;
}
.widget-follow-content {
    text-align: center;
}
.widget-tweet-content {
    display: inline-block;
    width: 100%;
}
.widget-tweet-content .item {
    position: relative;
    text-align: center;
    background-color: #F5F8F8;
    padding: 35px 20px 20px;
    margin-top: 20px;
    margin-bottom: 35px;
}
.widget-tweet-content .item:last-child {
    margin-bottom: 15px;
}
.widget-tweet-content .owl-item .item {
    margin-bottom: 0;
}
.widget-tweet-content a {
    color: #000;
}
.widget-tweet-content .item .fa {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgb(70, 70, 70);
    border-radius: 50%;
    font-size: 16px;
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #dddddd;

}
.widget-tweet-content .item .widget-item-content {
    overflow: hidden;
    font-style: italic;
}

/* Widget About */
.widget-about-content {
    text-align: center;
}
.widget-about-content p {
    line-height: 1.8em;
    font-size: 13px;
    color: #444;
    padding-top: 10px;

}
.widget-banner-content {
    padding-bottom:15px;
    text-align: center;
}
.widget-contact-content {
    padding-bottom:5px;
}