html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'itc_franklin_gothic_lt_bookRg';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background: url(../images/body-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased; 
    font-smoothing: antialiased;    
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


@font-face {
    font-family: 'itc_franklin_gothic_lt_bookRg';
    src: url('../fonts/itc_franklin_gothic_lt_book_con_regular-webfont.eot');
    src: url('../fonts/itc_franklin_gothic_lt_book_con_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/itc_franklin_gothic_lt_book_con_regular-webfont.woff2') format('woff2'), url('../fonts/itc_franklin_gothic_lt_book_con_regular-webfont.woff') format('woff'), url('../fonts/itc_franklin_gothic_lt_book_con_regular-webfont.ttf') format('truetype'), url('../fonts/itc_franklin_gothic_lt_book_con_regular-webfont.svg#itc_franklin_gothic_lt_bookRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITCFranklinGothicLTDemi';
    src: url('../fonts/ITCFranklinGothicLTDemi.eot');
    src: url('../fonts/ITCFranklinGothicLTDemi.eot') format('embedded-opentype'),
         url('../fonts/ITCFranklinGothicLTDemi.woff2') format('woff2'),
         url('../fonts/ITCFranklinGothicLTDemi.woff') format('woff'),
         url('../fonts/ITCFranklinGothicLTDemi.ttf') format('truetype'),
         url('../fonts/ITCFranklinGothicLTDemi.svg#ITCFranklinGothicLTDemi') format('svg');
}

@font-face {
    font-family: 'ITCFranklinGothicLTDemiCompressed';
    src: url('../fonts/ITCFranklinGothicLTDemiCompressed.eot');
    src: url('../fonts/ITCFranklinGothicLTDemiCompressed.eot') format('embedded-opentype'),
         url('../fonts/ITCFranklinGothicLTDemiCompressed.woff2') format('woff2'),
         url('../fonts/ITCFranklinGothicLTDemiCompressed.woff') format('woff'),
         url('../fonts/ITCFranklinGothicLTDemiCompressed.ttf') format('truetype'),
         url('../fonts/ITCFranklinGothicLTDemiCompressed.svg#ITCFranklinGothicLTDemiCompressed') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStdRoman_0';
    src: url('../fonts/HelveticaNeueLTStdRoman_0.eot');
    src: url('../fonts/HelveticaNeueLTStdRoman_0.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStdRoman_0.woff2') format('woff2'),
         url('../fonts/HelveticaNeueLTStdRoman_0.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStdRoman_0.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStdRoman_0.svg#HelveticaNeueLTStdRoman_0') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStdBdCn';
    src: url('../fonts/HelveticaNeueLTStdBdCn.eot');
    src: url('../fonts/HelveticaNeueLTStdBdCn.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStdBdCn.woff2') format('woff2'),
         url('../fonts/HelveticaNeueLTStdBdCn.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStdBdCn.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStdBdCn.svg#HelveticaNeueLTStdBdCn') format('svg');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoRegular.woff2') format('woff2'),
         url('../fonts/RobotoRegular.woff') format('woff'),
         url('../fonts/RobotoRegular.ttf') format('truetype'),
         url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
	font-family: 'gothic';
	src: url('../fonts/gothic.eot');
	src: local('../fonts/gothic'), 
	url('../fonts/gothic.woff') format('woff'), 
	url('../fonts/gothic.ttf') format('truetype');
}

.text-center {
    text-align: center;
}

.full-wd {
    width: 100%;
    float: left;
}

.header-section {
    width: 100%;
    float: left;
    padding-left: 230px;
    padding-top: 50px;
    min-width: 1330px;
}

    .header-section .navbar-header {
        position: relative;
        float: left;
        width: 72px;
    }
    .navbar-brand{
			width:70px;
		}
    .appLogo{
        width:70px;
    }
        .header-section .navbar-header img {
            /*max-width: 100%;*/
            /*height:72px;*/
            width:70px;
        }

.navbar-right {
    margin: 0;
    float: right;
    list-style: none;
    padding-left: 0;
    margin-top: 28px;
    
}

    .navbar-right li {
        position: relative;
        float: left;
        padding: 0 9px;
    }

        .navbar-right li a {
            font-size: 17px;
            color: #919191;
            position: relative;
            display: block;
            padding: 2px 5px;
            text-decoration: none;
            margin-top: 12px;
        }

            .navbar-right li.active a, .navbar-right li a:hover, .navbar-right li.active a:focus {
                color: #74aad2;
                border-bottom: 4px solid #ed1846;
            }
        .navbar-right li.active {
        }

.user-profile-section {
}

.user-icon {
    width: 47px;
    height: 47px;
    display: block;
    overflow: hidden;
    background: #559187;
    border-radius: 50%;
}

    .user-icon img {
        max-width: 100%;
    }

.dis-table {
    display: table;
}

.dis-tcell {
    display: table-cell;
}

.v-align-top {
    vertical-align: top;
}

.v-align-bottom {
    vertical-align: bottom;
}

.v-align-middle {
    vertical-align: middle;
}

.user-profile-section h5 {
    color: #00529c;
    font-size: 15px;
    padding-left: 10px;
    margin: 0;
    line-height: 1.2;
}

.user-profile-section h6 {
    color: #919191;
    font-size: 15px;
    padding-left: 10px;
    margin: 0;
    line-height: 1.2;
}

.container-body {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 40px;
    min-width:1330px;
}

.left-sidebar {
    width: 230px;
    float: left;
    height: auto;
    background: #f0f0f0;
    position: relative;
    z-index: 1;
    padding-right: 9px;
    margin-top: 25px;
    border-top: 1px solid #a6bdd3;
    min-height: 437px;
    border-bottom: 1px solid #a6bdd3;
}

ul.social-section {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}

    ul.social-section li {
        width: 100%;
        float: left;
        border: 1px solid #b4c8db;
        margin-top: 8px;
    }

        ul.social-section li a {
            font-size: 13px;
            color: #8a8a8a;
            background: #fff;
            float: left;
            padding: 17px 0 16px 0;
            width: 100%;
            text-decoration: none;
            padding-left: 70px;
            border-right: 10px solid transparent;
            background-repeat: no-repeat;
            background-position: 30px 15px;
        }

        ul.social-section li.active a {
            color: #5c91c0;
            border-right: 10px solid #00529c;
        }

        ul.social-section li a.facebook {
            background-image: url(../images/facebook.png);
            background-size: 22px;
        }

.facebook {
    background-image: url(../images/facebook-active.png);
    background-size: 25px;
    padding: 5px 14px;
}

.twitter {
    background-image: url(../images/twitter-active.png);
    background-size: 25px;
    padding: 2px 13px;
}

.insta {
    background-image: url(../images/insta-active.png);
    background-size: 25px;
    padding: 2px 13px;
}



        ul.social-section li.active a.facebook {
            background-image: url(../images/facebook-active.png);
        }

        ul.social-section li a.twitter {
            background-image: url(../images/twitter.png);
            background-size: 24px;
        }

        ul.social-section li.active a.twitter {
            background-image: url(../images/twitter-active.png);
        }

                ul.social-section li a.Instagram {
            background-image: url(../images/insta.png);
            background-size: 24px;
        }

        ul.social-section li.active a.Instagram {
            background-image: url(../images/insta-active.png);
        }

        ul.social-section li a.filter-date {
            background-image: url(../images/filter.png);
            background-size: 22px;
        }

        ul.social-section li.active a.filter-date {
            background-image: url(../images/filter-active.png);
        }

        ul.social-section li a.filter-type {
            background-image: url(../images/filter.png);
            background-size: 22px;
        }

        ul.social-section li.active a.filter-type {
            background-image: url(../images/filter-active.png);
        }

        ul.social-section li a.filter-tags {
            background-image: url(../images/filter.png);
            background-size: 22px;
        }

        ul.social-section li.active a.filter-tags {
            background-image: url(../images/filter-active.png);
        }

.right-sidebar {
    margin-left: 230px;
    display: block;
}

    .right-sidebar .table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        background: #f0f0f0;
    }

        .right-sidebar .table thead {
            background: #00529c;
            color: #fff;
            font-size: 16px;
        }

            .right-sidebar .table thead tr th {
                border: 0 !important;
                border-spacing: 0px;
                border-collapse: collapse;
                border-color: transparent;
                padding: 0px 5px;
                height: 26px;
                vertical-align: middle;
                font-size: 12px;
                font-weight: normal;
                text-transform: uppercase;
            }

                .right-sidebar .table thead tr th .social-facebook img {
                    width: 13px;
                    margin-right: 3px;
                }

                .right-sidebar .table thead tr th .social-twitter img {
                    width: 15px;
                    margin-right: 3px;
                }

        .right-sidebar .table tbody {
            background: transparent;
        }

            .right-sidebar .table tbody tr td {
                border: 0;
                border-top: 1px solid #b4c8db;
                border-bottom: 1px solid #b4c8db;
                border-spacing: 0px;
                border-collapse: collapse;
                vertical-align: middle;
                padding: 16px 8px;
                text-align: center;
            }

                .right-sidebar .table tbody tr td img {
                    max-height: 16px;
                }

                .right-sidebar .table tbody tr td:first-child {
                    background: #fff;
                    border-left: 1px solid #b4c8db !important;
                }

                .right-sidebar .table tbody tr td:nth-child(1n+2) {
                    background: #fff;
                }

                .right-sidebar .table tbody tr td:nth-child(2n+2) {
                    background: #eef4f9;
                }

                .right-sidebar .table tbody tr td:last-child {
                    border-left: 1px solid #b4c8db !important;
                    border-top: 1px solid transparent;
                    border-bottom: 1px solid transparent;
                    border-right: 0px solid transparent;
                    background: #f0f0f0 !important;
                    color: #d1dfec;
                    font-size: 18px;
                    padding: 10px 0;
                }

            .right-sidebar .table tbody tr.separator {
                height: 8px;
                background: #f0f0f0;
                border: 0;
            }

.delete-btn {
    width: 16px;
    background: transparent;
    box-shadow: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 0;
}

.download-btn {
    width: 16px;
    background: transparent;
    box-shadow: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 0;
}
/*.delete-btn img, .download-btn img{width:16px;}*/
.right-sidebar .table tfoot {
    width: 100%;
    background: #00529c;
}

    .right-sidebar .table tfoot tr td {
        height: 3px;
    }

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 4px 8px;
    margin-left: -1px;
    line-height: 1.25;
    color: #00529c;
    background-color: #fff;
    border: 1px solid #75a1c6;
    text-decoration: none;
    font-size: 12px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}

.page-item .page-link:hover {
    background: #00529c;
    color: #fff;
}

.page-item.active .page-link {
    background: #00529c;
    color: #fff;
}

.prev .page-link, .next .page-link {
    color: #7e7e7e;
}

.prev a:focus, .prev a:hover, .next a:hover .next a:focus {
    color: #00529c;
}

.pagination .result {
    color: #7e7e7e;
    font-size: 10px;
    border: 1px solid #75a1c6;
    line-height: 23px;
    padding: 0 5px;
}

.page-navigation {
    width: 300px;
    display: block;
    margin: 20px auto 50px auto;
}
.userList {
    margin-top:50px;
}




/*for dropdown*/

.dropdown-btn {
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0;
    margin: 0;
    list-style: none;
    right: 30px;
}

    .dropdown-content li {
        width: 100%;
        padding: 0;
    }

        .dropdown-content li a {
            width: 100%;
            float: left;
            margin: 0;
            padding: 10px 15px;
        }

            .dropdown-content li a:hover {
                border: 0;
            }

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}


/*search filetr*/

.searchFilterType {
    position: relative;
    float: left;
}

    .searchFilterType form {
        position: absolute;
        left: 10px;
        top: -40px;
        /*min-width: 675px;*/
        min-width:800px;
        color: #00529c;
    }

        .searchFilterType form #SerachContent {
            padding: 1px 8px;
        }

.filter-btn {
    background: #00529c;
    color: #fff;
    box-shadow: none;
    outline: 0;
    border: 0;
    padding: 2px 10px;
}

.sync-sec {
    position: relative;
    float: right;
}

    .sync-sec a {
        position: absolute;
        top: -34px;
        right: 0px;
        min-width: 90px;
    }
/*loader css*/

#preloader {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 9999999999;
    top: 0;
}

.preloader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 99999;
    text-align: center;
    background: rgba(240, 248, 255, 0.9);
}

.sortlink {
    text-decoration: none;
    color: #fff;
}

.button-all {
    color: #fff;
    display: block;
    float: right;
    right: 25px;
    margin: 10px 25px 0 0;
    background: #00529c;
    padding: 10px;
}
    .button-all a {
        text-decoration:none;
        color:#fff;
    }


/* 26/05/2017 */
.twitter-feed-section{width:100%;float:left;margin-top:25px;min-width: 1070px;}
.twitter-feed-section .twitter-feed-header{width:100%;float:left;min-width: 1070px; background:url(../images/twitterfeed-header-bg.jpg) no-repeat;background-size:cover; text-align:center;}
.twitter-feed-section .twitter-feed-header ul{margin:0;padding: 33px 0; list-style:none;}
.twitter-feed-section .twitter-feed-header ul li{display:inline-block;float:none!important;color:#fffffe;font-size:64px;position:relative;    margin-right: 55px;font-family: 'ITCFranklinGothicLTDemi';}
.twitter-feed-section .twitter-feed-header ul li:last-child{font-family: 'itc_franklin_gothic_lt_bookRg';}
/*.twitter-feed-section .twitter-feed-header ul li:after{ content: "";position:absolute;right:-50px;background:url("../images/headerli-after.png") no-repeat; width: 38px;height: 67px;top: 14px;}*/
.twitter-feed-section .twitter-feed-header ul li:after{ background: rgba(0, 0, 0, 0) url("../images/slace.svg") no-repeat scroll 0 0 / 77% auto;content: "";height: 70px;position: absolute;right: -83px;top: 12px;width: 140px;}
.twitter-feed-section .twitter-feed-header ul li:last-child:after{display:none;}
.twitter-feed-section .twitter-feed-container{width:100%;float:left;background:#e7eaf2;padding:25px 25px 15px 25px;}
.twitter-feed-section ul.twitter-feed-listing{padding:0;list-style:none;margin:0 -15px;width: 100%;
float: left;min-width:1070px;}
.twitter-feed-section ul.twitter-feed-listing>li{width:33%;display:block;float:left;padding:0 10px; margin-bottom: 15px;}/*margin-bottom: 20px;*/
.twitter-feed-section ul.twitter-feed-listing li .card {width:100%;float:left;box-shadow:5px 5px 0px 0 #d2dbe9;width:100%;margin: auto;text-align: center;}
.twitter-feed-section ul.twitter-feed-listing li .card .thumb{width:100%;float:left;border:1px solid #e2e8f1;height: 200px;}
.twitter-feed-section ul.twitter-feed-listing li .card .thumb img{width:100%;min-height:180px;max-height:180px;}
/*.twitter-feed-section ul.twitter-feed-listing li .card  .container {width:100%;float:left;padding:20px 20px 10px 20px;border: 1px solid #c3c4c6;border-top: 0; background:#ffffff;height: 245px;}*/
.twitter-feed-section ul.twitter-feed-listing li .card  .container {width:100%;float:left;padding:10px;border: 1px solid #c3c4c6;border-top: 0; background:#ffffff;height: 350px;}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .header{width:100%;float:left;display:table;line-height:1;}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .header .logo{width:50px; display:table-cell;}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .header .name{display:table-cell;text-align:left;padding:0 10px;}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .header .name h3{font-size:25px;color:#0072bb;margin: 0; font-family: 'gothic';}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .header .name p{font-size:16px;color:#8997a0;margin: 0; font-family: 'gothic';}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .header .social-icon{width:25px;display:table-cell;}
/*.twitter-feed-section ul.twitter-feed-listing li .card  .container .content{width:100%;float:left;max-height:135px !important; overflow-y:auto; height: 135px;color:#292f33;font-size:25px;line-height:1.1;text-align:left;padding:20px 0;}*/
.twitter-feed-section ul.twitter-feed-listing li .card  .container .content{width:100%;float:left;max-height:260px !important; overflow-y:auto; height: 260px;color:#292f33;font-size:25px;line-height:1.1;text-align:left;padding:20px 0;}

.twitter-feed-section ul.twitter-feed-listing li .card  .container .content p{margin:0; font-family: Arial; overflow:hidden;}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .content p a{color:#0072bb;text-decoration:none;}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .content a{color:#0072bb;font-size:24px;text-decoration:none; font-family: 'Arial';}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .footer{width:100%;float:left;}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .footer ul{margin:0;padding:0; list-style:none;text-align:right;}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .footer ul li{display:inline-block; font-size:16px; color:#b8c2d0;padding: 0 10px;font-family: 'Arial';}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .footer ul li div{display:table;float:left;}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .footer ul li span{display:table-cell; vertical-align:middle;}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .footer ul li img{margin-right:10px;display:block;}

.twitter-feed-footer{width:100%;float:left; height:153px;min-width: 1070px;}
.twitter-feed-footer a{ float: left;margin-top: 37px; margin-left: 25px;}







.facebook-feed-section{width:100%;float:left; margin-top:25px; min-width: 1070px;}
.facebook-feed-section .facebook-feed-header{width:100%;float:left;min-width: 1070px; background:url(../images/facebook-header.jpg) no-repeat;background-size:cover; text-align:center;}
.facebook-feed-section .facebook-feed-header ul{margin:0;padding: 87px 0; list-style:none; width:100%; float:left;min-width: 1070px;}
.facebook-feed-section .facebook-feed-header ul li{display:inline-block;color:#fffffe;font-size:64px;position:relative;    margin-right:55px;font-family: 'ITCFranklinGothicLTDemi';}
.facebook-feed-section .facebook-feed-header ul li:last-child{font-family: 'itc_franklin_gothic_lt_bookRg';}

/*.facebook-feed-section .facebook-feed-header ul li:after{ content: "";position:absolute;right:-50px;background:url("../images/headerli-after.png") no-repeat; width: 38px;height: 67px;top: 14px;}*/
.facebook-feed-section .facebook-feed-header ul li:after{ background: rgba(0, 0, 0, 0) url("../images/slace.svg") no-repeat scroll 0 0 / 77% auto;content: "";height: 70px;position: absolute;right: -83px;top: 12px;width: 140px;}

.facebook-feed-section .facebook-feed-header ul li:last-child:after{display:none;}
.facebook-feed-section .facebook-feed-container{width:100%;float:left;padding:0;min-width: 1070px;}
.facebook-feed-section ul.facebook-feed-listing{padding:0;list-style:none;margin:0px;}
.facebook-feed-section ul.facebook-feed-listing>li{width:100%;float:left; display:table;padding:0;line-height:1;    border-bottom: 1px solid #b9b9ba;}
.facebook-feed-section ul.facebook-feed-listing>li:nth-child(even){background:#fdfeff;}
.facebook-feed-section ul.facebook-feed-listing>li:nth-child(odd){background:#dee3f0;}
.facebook-feed-section ul.facebook-feed-listing li .thumb{width:330px;display:table-cell; vertical-align:top;}
.facebook-feed-section ul.facebook-feed-listing li .thumb img{min-height:330px; max-height:330px;}
.facebook-feed-section ul.facebook-feed-listing li .details{display:table-cell;vertical-align:middle; padding:20px 30px; }
.facebook-feed-section ul.facebook-feed-listing li .details h2{font-size:32px;color:#174290;margin: 0 0 15px 0;position:relative;    padding-left: 20px;font-family:'gothic';}

/*.facebook-feed-section ul.facebook-feed-listing li .details h2:before{content: "";position:absolute;left:0px;background:url("../images/small-slace.png") no-repeat; width: 15px;height: 30px;top:-2px;}*/
.facebook-feed-section ul.facebook-feed-listing li .details h2:before{background: rgba(0, 0, 0, 0) url("../images/slace.svg") no-repeat scroll 0 0 / 100% auto;content: "";height: 30px;left: -34px;position: absolute;top: -2px;width: 50px;}

.facebook-feed-section ul.facebook-feed-listing li .details  p{font-size:30px;color:#5c5c5c;margin: 0 0 20px 0;font-family: 'arial';}
.facebook-feed-section ul.facebook-feed-listing li .details .date{font-size:20px;color:#103184;font-family: 'gothic';}


.facebook-feed-footer{width:100%;float:left; height:153px;min-width: 1070px;}
.facebook-feed-footer a{ float: left;margin-top: 37px; margin-left: 25px;}

/*Added By Designer*/
@media (min-width:1500px){
.twitter-feed-section ul.twitter-feed-listing li .card  .container{height:280px;}
.twitter-feed-section ul.twitter-feed-listing li .card  .container .content{max-height: 175px !important;height:175px; font-size:24px;}
}
/******/

.negative, .positive {float: right;margin-right: 20px;margin-left: 5px;vertical-align: middle;font-family:'arial';}
.smily-mood {display: table;}
.smily-mood img {max-height: 30px;}
.dis-trow {display: table-row;vertical-align: inherit;border-color: inherit;}
.dis-tcell {display: table-cell;vertical-align: middle;padding: 5px;text-align: center;}
#myNewImage, #myNewImage1 {float: right;margin: 0;display: block;height: 20px;} 