/*BOXES Styling*/

/* themes 01 */
/*colors - 1*/
.td_box_01.td_color-1 .tweets-themes-01{
    border: 5px solid #e5e5e5;
}
.td_box_01.td_color-1 .tweets-themes-01 .click-to-tweet i{
    background-position: 0 -144px;
}
.td_box_01.td_color-1 .tweets-themes-01:hover{
    border: 5px solid #00b6e6;
}
.td_box_01.td_color-1 .tweets-themes-01:hover .click-to-tweet{
    color: #00b6e6;
}
.td_box_01.td_color-1 .tweets-themes-01:hover .click-to-tweet i{
    background-position: 0 -105px;
}

/*цветовая схема - 2*/
.td_box_01.td_color-2 .tweets-themes-01{
    border: 5px solid #eff1e5;
}
.td_box_01.td_color-2 .tweets-themes-01:hover{
    border: 5px solid #f38630;
}
.td_box_01.td_color-2 .tweets-themes-01 .click-to-tweet{
    color: #b9be9e;
}
.td_box_01.td_color-2 .tweets-themes-01:hover .click-to-tweet{
    color: #f38630;
}
.td_box_01.td_color-2 .tweets-themes-01 .click-to-tweet i{
    background-position: 0 -158px;
}
.td_box_01.td_color-2 .tweets-themes-01:hover .click-to-tweet i{
    background-position: 0 -200px;
}

/*цветовая схема - 3*/
.td_box_01.td_color-3 .tweets-themes-01{
    border: 5px solid #9cccec;
}
.td_box_01.td_color-3 .tweets-themes-01:hover{
    border: 5px solid #eb7260;
}
.td_box_01.td_color-3 .tweets-themes-01 .click-to-tweet{
    color: #3a9ad9;
}
.td_box_01.td_color-3 .tweets-themes-01:hover .click-to-tweet{
    color: #eb7260;
}
.td_box_01.td_color-3 .tweets-themes-01 .click-to-tweet i{
    background-position: 0 -104px;
}
.td_box_01.td_color-3 .tweets-themes-01:hover .click-to-tweet i{
    background-position: 0 -213px;
}

.tweets-themes-01{
    width: 100%;
    box-sizing: border-box;
    padding: 33px 40px 19px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-decoration: none;
}

.tweets-themes-01 p{
    font: 30px/38px 'Montserrat', sans-serif;
    color: #333333;
}
.tweets-themes-01 p.td_bigger{
    font-size: 34px;
}
.tweets-themes-01 p.td_smaller{
    font-size: 26px;
}

.tweets-themes-01 .click-to-tweet{
    float: right;
    color: #cccccc;
    padding-top: 12px;
    min-width: 90px;
    line-height: 22px;
    font-size: 14px;
}
.tweets-themes-01 .click-to-tweet span{
    font-size: 14px;
}
.tweets-themes-01 .click-to-tweet i{
    display: inline-block;
    width: 16px;
    height: 13px;
    background: url('../images/spr-sc18d55bd5b.png') no-repeat;
    position: relative;
    top: 0;
}
/* themes 01 */

/* themes 02 */
/*colors - 1*/
.td_box_02.td_color-1 .tweets-themes-02 p{
    color: #888888;
}
.td_box_02.td_color-1 .tweets-themes-02:hover p{
    color: #666666;
}
.td_box_02.td_color-1 .tweets-themes-02 .click-to-tweet{
    color: #999999;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}
.td_box_02.td_color-1 .tweets-themes-02 .click-to-tweet i{
    background-position: 0 -218px;
    opacity: 0.7;
}

/*colors - 2*/
.td_box_02.td_color-2 .tweets-themes-02{
    background: #eff1e5;
}
.td_box_02.td_color-2 .tweets-themes-02 p{
    color: #4f504d;
}
.td_box_02.td_color-2 .tweets-themes-02:hover{
    background: #f38630;
}
.td_box_02.td_color-2 .tweets-themes-02:hover p{
    color: #fff;
}
.td_box_02.td_color-2 .tweets-themes-02 .click-to-tweet{
    color: #cccccc;
}
.td_box_02.td_color-2 .tweets-themes-02:hover .click-to-tweet{
    color: #fff;
}
.td_box_02.td_color-2 .tweets-themes-02 .click-to-tweet i{
    background-position: 0 -245px;
}
.td_box_02.td_color-2 .tweets-themes-02:hover .click-to-tweet i{
    background-position: 0 -301px;
}

/*colors - 3*/
.td_box_02.td_color-3 .tweets-themes-02{
    background: #f7f7f7;
}
.td_box_02.td_color-3 .tweets-themes-02:hover{
    background: #00ccd6;
}
.td_box_02.td_color-3 .tweets-themes-02 p{
    color: #4f504d;
}
.td_box_02.td_color-3 .tweets-themes-02:hover p{
    color: #fff;
}
.td_box_02.td_color-3 .tweets-themes-02 .click-to-tweet{
    color: #ccc;
}
.td_box_02.td_color-3 .tweets-themes-02:hover .click-to-tweet{
    color: #fff;
}
.td_box_02.td_color-3 .tweets-themes-02 .click-to-tweet i{
    background-position: 0 -245px;
}
.td_box_02.td_color-3 .tweets-themes-02:hover .click-to-tweet i{
    background-position: 0 -301px;
}

.td_box_02{
    transition: all 0.2s ease-out;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.td_box_02:hover{
    box-shadow: none;
}

.tweets-themes-02{
    padding: 37px;
    display: block;
    text-decoration: none;
}
.tweets-themes-02:hover{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.tweets-themes-02 p{
    font: 30px/38px 'PT Serif', serif;
}
.tweets-themes-02 p.td_bigger{
    font-size: 34px;
}
.tweets-themes-02 p.td_smaller{
    font-size: 26px;
}
.tweets-themes-02:hover p{
    transition: all 0.2s ease-out;
}

.tweets-themes-02 .click-to-tweet{
    transition: all 0.2s ease-out;
    font-size: 14px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    display: block;
    margin-top: 29px;
    padding-top: 13px;
    font-family: "Open Sans", helvetica,san-serif;
    border-top: 1px solid #e5e5e5;
}
.tweets-themes-02 .click-to-tweet span{
    font-size: 14px;
}
.tweets-themes-02 .click-to-tweet i{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('../images/spr-s12018b453b.png') no-repeat;
    position: relative;
    top: 2px;
    margin-right:3px;
}
.tweets-themes-02:hover .click-to-tweet{
    opacity: 1;
}
/* themes 02 */

/* themes 03 */
/*colors - 1*/
.td_box_03.td_color-1 .tweets-themes-03{
    background: #f7f7f7;
}
.td_box_03.td_color-1 .tweets-themes-03:hover{
    background: #333333;
}
.td_box_03.td_color-1 .tweets-themes-03 p{
    color: #333333;
}
.td_box_03.td_color-1 .tweets-themes-03:hover p{
    color: #fff;
}
.td_box_03.td_color-1 .tweets-themes-03 .click-to-tweet{
    color: #00b6e6;
}
.td_box_03.td_color-1 .tweets-themes-03:hover .click-to-tweet{
    color: #ffffff;
}
.td_box_03.td_color-1 .tweets-themes-03 .click-to-tweet i{
    background-position: 0 -218px;
}
.td_box_03.td_color-1 .tweets-themes-03:hover .click-to-tweet i{
    background-position: 0 -218px;
}

/*colors - 2*/
.td_box_03.td_color-2 .tweets-themes-03{
    background: #e9e0d6;
}
.td_box_03.td_color-2 .tweets-themes-03:hover{
    background: #354458;
}
.td_box_03.td_color-2 .tweets-themes-03 p{
    color: #333333;
}
.td_box_03.td_color-2 .tweets-themes-03:hover p{
    color: #fff;
}
.td_box_03.td_color-2 .tweets-themes-03 .click-to-tweet{
    color: #00b6e6;
}
.td_box_03.td_color-2 .tweets-themes-03:hover .click-to-tweet{
    color: #fff;
}
.td_box_03.td_color-2 .tweets-themes-03 .click-to-tweet i{
    background-position: 0 -218px;
}
.td_box_03.td_color-2 .tweets-themes-03:hover .click-to-tweet i{
    background-position: 0 -301px;
}

/*colors - 3*/
.td_box_03.td_color-3 .tweets-themes-03{
    background: #efefef;
}
.td_box_03.td_color-3 .tweets-themes-03:hover{
    background: #ffd900;
}
.td_box_03.td_color-3 .tweets-themes-03 p{
    color: #333333;
}
.td_box_03.td_color-3 .tweets-themes-03:hover p{
    color: #333333;
}
.td_box_03.td_color-3 .tweets-themes-03 .click-to-tweet{
    color: #3a9ad9;
}
.td_box_03.td_color-3 .tweets-themes-03:hover .click-to-tweet{
    color: #333333;
}
.td_box_03.td_color-3 .tweets-themes-03 .click-to-tweet i{
    background-position: 0 -218px;
}
.td_box_03.td_color-3 .tweets-themes-03:hover .click-to-tweet i{
    background-position: 0 -204px;
}

.tweets-themes-03{
    padding: 29px;
    display: block;
    text-decoration: none;
}

.tweets-themes-03 p{
    padding: 10px;
    font: 30px/38px 'Open Sans', sans-serif;
}
.tweets-themes-03 p.td_bigger{
    font-size: 34px;
}
.tweets-themes-03 p.td_smaller{
    font-size: 26px;
}

.tweets-themes-03 .click-to-tweet{
    float: right;
    font: 14px 'Open Sans', sans-serif;
    position: relative;
    display: inline-block;
    padding-left: 21px;
    padding-top: 12px;
    text-decoration: none;
}
.tweets-themes-03 .click-to-tweet span{
    font-size: 14px;
}
.tweets-themes-03 .click-to-tweet i{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('../images/spr-s12018b453b.png') no-repeat;
    background-position: 0 -218px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
/* themes 03 */

/* themes 04 */
/*colors - 1*/
.td_box_04.td_color-1 .tweets-themes-04{
    border: 5px solid #aed4ee;
}
.td_box_04.td_color-1 .tweets-themes-04:hover{
    border: 5px solid #17b8e6;
}
.td_box_04.td_color-1 .tweets-themes-04 p{
    color: #878787;
}
.td_box_04.td_color-1 .tweets-themes-04:hover p{
}
.td_box_04.td_color-1 .tweets-themes-04 .click-to-tweet{
    color: #00b6e6;
}
.td_box_04.td_color-1 .tweets-themes-04:hover .click-to-tweet{
    color: #fff;
    background-color: #17b8e6;
}
.td_box_04.td_color-1 .tweets-themes-04 .click-to-tweet i{
    background-position: 0 -218px;
}
.td_box_04.td_color-1 .tweets-themes-04:hover .click-to-tweet i{
    background-position: 0 -301px;
}

/*colors - 2*/
.td_box_04.td_color-2 .tweets-themes-04{
    border: 5px solid #fcc4af;
}
.td_box_04.td_color-2 .tweets-themes-04:hover{
    border: 5px solid #775ba3;
}
.td_box_04.td_color-2 .tweets-themes-04 p{
    color: #878787;
}
.td_box_04.td_color-2 .tweets-themes-04:hover p{
}
.td_box_04.td_color-2 .tweets-themes-04 .click-to-tweet{
    color: #f98a5f
}
.td_box_04.td_color-2 .tweets-themes-04:hover .click-to-tweet{
    color: #fff;
    background-color: #775ba3;
}
.td_box_04.td_color-2 .tweets-themes-04 .click-to-tweet i{
    background-position: 0 -287px;
}
.td_box_04.td_color-2 .tweets-themes-04:hover .click-to-tweet i{
    background-position: 0 -301px;
}

/*colors - 3*/
.td_box_04.td_color-3 .tweets-themes-04{
    border: 5px solid #fde7ac;
}
.td_box_04.td_color-3 .tweets-themes-04:hover{
    border: 5px solid #de5842;
}
.td_box_04.td_color-3 .tweets-themes-04 p{
    color: #878787;
}
.td_box_04.td_color-3 .tweets-themes-04:hover p{
    color: #de5842;
}
.td_box_04.td_color-3 .tweets-themes-04 .click-to-tweet{
    color: #fcd059;
}
.td_box_04.td_color-3 .tweets-themes-04:hover .click-to-tweet{
    color: #fff;
    background-color: #de5842;
}
.td_box_04.td_color-3 .tweets-themes-04 .click-to-tweet i{
    background-position: 0 -315px;
}
.td_box_04.td_color-3 .tweets-themes-04:hover .click-to-tweet i{
    background-position: 0 -301px;
}

.tweets-themes-04{
    padding: 37px 25px;
    display: block;
    text-decoration: none;
    background: #fff;
    text-align:center;
}

.tweets-themes-04 p{
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    font-family: 'Mate', serif;
}
.tweets-themes-04 p.td_bigger{
    font-size: 26px;
}
.tweets-themes-04 p.td_smaller{
    font-size: 18px;
}
.tweets-themes-04:hover p{
    text-decoration: underline;
}

.tweets-themes-04 .click-to-tweet{
    background-color: transparent;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 22px;
    padding: 6px 19px;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #17b8e6;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.tweets-themes-04 .click-to-tweet span{
    font-size: 12px;
}

.tweets-themes-04 .click-to-tweet i{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('../images/spr-s12018b453b.png') no-repeat;	
    position: relative;
    top: 2px;
    margin-right: 7px;
}
/* themes 04 */

/* themes 05 */
/*colors - 1*/
.tweet-box.td_box_05 {
    box-shadow: 4px 4px 0px 0px #ebebeb;
}
.td_box_05.td_color-1 .tweets-themes-05 p{
    background: #49c5e6;
    color: #fff;
}
.td_box_05.td_color-1 .tweets-themes-05:hover p{
    background: #dcdcdc;
    color: #676767;
}
.td_box_05.td_color-1 .tweets-themes-05 p:before{
    opacity: 0.16;
}
.td_box_05.td_color-1 .tweets-themes-05:hover p:before{
    opacity: 0.37;
}
.td_box_05.td_color-1 .tweets-themes-05 .click-to-tweet{
    background: #2fa2c1;
    color: #fff;
}
.tweets-themes-05 .click-to-tweet span{
    font-size: 12px;
}
.td_box_05.td_color-1 .tweets-themes-05:hover .click-to-tweet{
    color: #fff;
}
.td_box_05.td_color-1 .tweets-themes-05 .click-to-tweet:before{
    border: 8px solid transparent;
    border-top: 8px solid #298ba4;
    border-right: 8px solid #298ba4;
}
.td_box_05.td_color-1 .tweets-themes-05 .click-to-tweet i{
    background-position: 0 -218px;
}
.td_box_05.td_color-1 .tweets-themes-05:hover .click-to-tweet i{
    background-position: 0 -301px;
}
/*colors - 2*/
.td_box_05.td_color-2 .tweets-themes-05 p{
    color: #67727a;
    background-color: #c3d7df;
}
.td_box_05.td_color-2 .tweets-themes-05:hover p{
    background: #f5f5f5;
    color: #676767;
}
.td_box_05.td_color-2 .tweets-themes-05 p:before{
    opacity: 0.16;
}
.td_box_05.td_color-2 .tweets-themes-05:hover p:before{
    opacity: 0.75;
}
.td_box_05.td_color-2 .tweets-themes-05 .click-to-tweet{
    background: #6991ac;
    color: #fff;
}
.td_box_05.td_color-2 .tweets-themes-05:hover .click-to-tweet{
    background: #d75c37;
}
.td_box_05.td_color-2 .tweets-themes-05 .click-to-tweet:before{
    border: 8px solid transparent;
    border-top: 8px solid #67727a;
    border-right: 8px solid #67727a;
}
.td_box_05.td_color-2 .tweets-themes-05:hover .click-to-tweet:before{
    border: 8px solid transparent;
    border-top: 8px solid #b84421;
    border-right: 8px solid #b84421;
}
.td_box_05.td_color-2 .tweets-themes-05 .click-to-tweet i{
    background-position: 0 -301px;
}
.td_box_05.td_color-2 .tweets-themes-05:hover .click-to-tweet i{
    background-position: 0 -301px;
}
/*colors - 3*/
.td_box_05.td_color-3 .tweets-themes-05 p{
    color: #2b2301;
    background-color: #e2d893;
}
.td_box_05.td_color-3 .tweets-themes-05:hover p{
    background: #73afb6;
    color: #FFF;
}
.td_box_05.td_color-3 .tweets-themes-05 p:before{
    opacity: 0.16;
}
.td_box_05.td_color-3 .tweets-themes-05:hover p:before{
    opacity: 0.37;
}
.td_box_05.td_color-3 .tweets-themes-05 .click-to-tweet{
    background: #a79e65;
    color: #fff;
}
.td_box_05.td_color-3 .tweets-themes-05:hover .click-to-tweet{
    background: #5f9da1;
}
.td_box_05.td_color-3 .tweets-themes-05 .click-to-tweet:before{
    border: 8px solid transparent;
    border-top: 8px solid #787147;
    border-right: 8px solid #787147;
}
.td_box_05.td_color-3 .tweets-themes-05:hover .click-to-tweet:before{
    border: 8px solid transparent;
    border-top: 8px solid #437d81;
    border-right: 8px solid #437d81;
}
.td_box_05.td_color-3 .tweets-themes-05 .click-to-tweet i{
    background-position: 0 -301px;
}
.td_box_05.td_color-3 .tweets-themes-05:hover .click-to-tweet i{
    background-position: 0 -301px;
}

.tweets-themes-05{
    box-shadow: 4px 4px 0px 0px #ebebeb;
    text-decoration: none;
}
.tweets-themes-05 p{
    padding: 37px 115px 37px 29px;
    padding-bottom: 30px !important;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Roboto', serif;
    font-weight: 300;
    transition: all 0.2s ease-out;
    position: relative;
    z-index: 1;
}
.tweets-themes-05 p.td_bigger{
    font-size: 26px;
}
.tweets-themes-05 p.td_smaller{
    font-size: 22px;
}
.tweets-themes-05 p:before{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=16);
    filter: alpha(opacity=16);
    transition: all 0.2s ease-out;
    content: '';
    display: block;
    width: 219px;
    height: 178px;
    position: absolute;
    right: 0px;
    top: 20px;
    background: url(../images/tw.png) no-repeat top center;
    z-index: -1;
}
.tweets-themes-05:hover p{
    text-decoration: underline;
}

.tweets-themes-05 .click-to-tweet{
    text-align: right;
    padding: 8px 10px 10px 0px;
    position: relative;	
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: 300;
}
.tweets-themes-05 .click-to-tweet:before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -16px;
}
.tweets-themes-05 .click-to-tweet i{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('../images/spr-s12018b453b.png') no-repeat;
    position: relative;
    top: 2px;
    margin-right:3px;
}
/* themes 05 */

/* themes 06 */
.tweets-themes-06{
    display: block;
    text-decoration: none;
    margin: 0 auto;
    background: #f5f5f5;
    border-left: 5px solid #bfbfbf;
}
.tweets-themes-06:hover{
    border-left: 5px solid #2aa9e0;
}

.tweets-themes-06 p{
    padding: 30px;
    font-weight:800;
    font-size:30px;
    line-height:36px;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    padding: 34px 36px 20px 36px;
    padding-bottom: 20px!important;
    font-weight: bold;
}
.tweets-themes-06 p.td_bigger{
    font-size: 34px;
}
.tweets-themes-06 p.td_smaller{
    font-size: 26px;
}

.tweets-themes-06 .click-to-tweet-box{
    margin-left: 29px;
}

.tweets-themes-06 .click-to-tweet{
    color: #bfbfbf;
    font:bold 13px 'Open Sans', sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-left: 21px;
    padding: 20px 0px 30px 0px;
    position: relative;
    border-top: 1px solid #dadada;
    width: 100%;
}
.tweets-themes-06 .click-to-tweet span {
    font-size: 13px;
}
.tweets-themes-06 .click-to-tweet i{
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url('../images/spr-sbd7c8b53b0.png') no-repeat;
    background-position: 0 -171px;
    position: relative;
    top: 2px;
}
.tweets-themes-06:hover .click-to-tweet{
    color: #2aa9e0;
}
.tweets-themes-06:hover .click-to-tweet i{
    background-position: 0 -151px;
}
/* themes 06 */

/* themes 07 */
.tweets-themes-07{
    display: block;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
}

.tweets-themes-07 p{
    padding: 5% 5% 0 5%;
    padding-bottom: 0px!important;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
    color: #333;
    transition: all 0.2s ease-out;
}
.tweets-themes-07 p.td_bigger{
    font-size: 34px;
}
.tweets-themes-07 p.td_smaller{
    font-size: 26px;
}
.tweets-themes-07:hover p{
    color: #2aa9e0;
}
.tweets-themes-07 p:before{
    content: '';
    position: absolute;
    left: 5%;
    top: 0px;
    height: 5px;
    background: #bfbfbf;
    width: 60px;
    transition: all 0.2s ease-out;
}
.tweets-themes-07:hover p:before{
    background: #2aa9e0;
}

.tweets-themes-07 .click-to-tweet{
    color: #bfbfbf;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0px 5%;
    padding: 22px 0px 10px 0px;
    position: relative;
    transition: all 0.2s ease-out;
}
.tweets-themes-07:hover .click-to-tweet{
    color: #2aa9e0
}

.tweets-themes-07 .click-to-tweet i{
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url('../images/spr-sbd7c8b53b0.png') no-repeat;
    background-position: 0 -151px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
/* themes 07 */

/* themes 08 */
.tweets-themes-08{
    display: block;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.tweets-themes-08 p{
    padding: 0% 5% 0 5%;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-align: center;
    position: relative;
    color: #333333;
    padding-top: 40px;
}
.tweets-themes-08 p.td_bigger{
    font-size: 34px;
}
.tweets-themes-08 p.td_smaller{
    font-size: 26px;
}
.tweets-themes-08 p:before{
    content: '';
    display: block;
    width: 60px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 0px;
    background: url('../images/spr-s279212586a.png') no-repeat;
    background-position: 0 -44px;
}

.tweets-themes-08 .click-to-tweet{
    border: 1px solid #00b6e6;
    color: #00b6e6;
    font: italic 16px 'Playfair Display', serif;
    position: relative;
    display: inline-block;
    margin: 27px auto 0 auto;
    text-decoration: none;
    padding: 9px 21px;
    text-align: center;
    border-radius: 20px;
    transition: all 0.2s ease-out;
}
.tweets-themes-08:hover .click-to-tweet{	
    color: #eb7260;
    border: 1px solid #eb7260;
}
.tweets-themes-08 .click-to-tweet i{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('../images/spr-s279212586a.png') no-repeat;
    background-position: 0 -172px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.tweets-themes-08:hover .click-to-tweet i{
    background-position: 0 -305px;
}
/* themes 08 */

/* themes 09 */
.tweets-themes-09{
    display: block;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
}

.tweets-themes-09 p{
    padding-bottom: 0px!important;
    padding: 0% 45px;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Lato', serif;
    transition: all 0.2s ease-out;
    position: relative;
    color: #333333;
    font-weight: 900;
}
.tweets-themes-09 p.td_bigger{
    font-size: 34px;
}
.tweets-themes-09 p.td_smaller{
    font-size: 26px;
}
.tweets-themes-09:hover p{
    color: #2aa9e0;
}
.tweets-themes-09 p:before{
    content: '';
    display: block;
    width: 23px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0px;
    background: url('../images/spr-s12018b453b.png') no-repeat;
    background-position: 0 -31px;
}
.tweets-themes-09 .click-to-tweet{
    color: #2aa9e0;
    font-family: 'Lato', serif;
    font-size: 16px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-left: 21px;
    font-weight: 900;
    margin: 0px 45px;
    padding: 22px 0px 0px 0px;
}
.tweets-themes-09 .click-to-tweet i{
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url('../images/spr-sbd7c8b53b0.png') no-repeat;
    background-position: 0 -151px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
/* themes 09 */

/* themes 10 */
.tweets-themes-10{
    display:block;
    transition: all 0.2s ease-out;
    position: relative;
    background: #f5f5f5;
    padding: 21px 0px 20px 0px;
    box-shadow: #cccccc -1px 1px, #cccccc -2px 2px, #cccccc -3px 3px, #cccccc -4px 4px, #cccccc -5px 5px, #cccccc -6px 6px, #cccccc -7px 7px, #cccccc -8px 8px, #cccccc -9px 9px, #cccccc -10px 10px;
    text-decoration: none;
}
.tweets-themes-10:hover{
    background: #2aa9e0;
    box-shadow: #1e8ab8 -1px 1px, #1e8ab8 -2px 2px, #1e8ab8 -3px 3px, #1e8ab8 -4px 4px, #1e8ab8 -5px 5px, #1e8ab8 -6px 6px, #1e8ab8 -7px 7px, #1e8ab8 -8px 8px, #1e8ab8 -9px 9px, #1e8ab8 -10px 10px;
}
.tweets-themes-10 p{
    padding-bottom: 0px!important;
    padding: 0 28px;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Conv_Intro';
    transition: all 0.2s ease-out;
    position: relative;
    color: #333333;
}
.tweets-themes-10 p.td_bigger{
    font-size: 28px;
}
.tweets-themes-10 p.td_smaller{
    font-size: 20px;
}
.tweets-themes-10:hover p{
    color: #fff;
}

.tweets-themes-10 .click-to-tweet{
    color: #bfbfbf;
    font-family: 'Conv_Intro';
    font-size: 14px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.2s ease-out;
    margin: 0px 28px;
    padding: 12px 0px 0px 0px;
    position: relative;
}
.tweets-themes-10:hover .click-to-tweet{
    color: #fff;
}
.tweets-themes-10 .click-to-tweet span{
    font-size: 14px;
}
.tweets-themes-10 .click-to-tweet i{
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url('../images/spr-sbd7c8b53b0.png') no-repeat;
    background-position: 0 -151px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.tweets-themes-10:hover .click-to-tweet i{
    background-position: 0 -241px;
}
/* themes 10 */

/* themes 11 */
.tweets-themes-11{
    display: block;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    background:#e8f6fb;
}
.tweets-themes-11:hover{
    background: #c2e2ed;
}
.tweets-themes-11 p{
    padding: 5% 5% 4% 5%;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.2s ease-out;
    position: relative;
    color: #7898a3;
}
.tweets-themes-11 p.td_bigger{
    font-size: 28px;
}
.tweets-themes-11 p.td_smaller{
    font-size: 20px;
}

.tweets-themes-11 .click-to-tweet{
    display: block;
    padding: 20px 10px;
    position: relative;
    border-top: 1px solid #dadada;
    background: #f5f5f5;
    text-align: right;
    margin-top: 3%;
}
.tweets-themes-11 .click-to-tweet span{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    padding: 9px 17px;
    border-radius: 5px;
    background-color: #00b9e6;
    text-align: right;
    transition: all 0.2s ease-out;
}
.tweets-themes-11 .click-to-tweet span:after{
    content: '';
    display: block;
    width: 48px;
    height: 31px;
    position: absolute;
    left: -57px;
    top: -6px;
    background: url('../images/spr-s12018b453b.png') 0 0 no-repeat;
}
.tweets-themes-11:hover .click-to-tweet span{
    background: #009ec5;	
}
.tweets-themes-11 .click-to-tweet span i{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('../images/spr-s12018b453b.png') no-repeat;
    background-position: 0 -301px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
/* themes 11 */

/* themes 12 */
.tweets-themes-12 {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    background:#F9F9F9;
    border-left: 2px solid #EFEFEF;
    border-right: 2px solid #EFEFEF;
    border-bottom: 2px solid #DADADA;
    border-radius: 10px;
}

.tweets-themes-12 p, .tweets-themes-12 p .tweet-author {
    font-family: "Montserrat",sans-serif;
}

.tweets-themes-12 p{
    padding: 5% 5% 4% 5px;
    line-height: 31px;
    font-size: 24px;
    position: relative;
    color: #272727;
}
.tweets-themes-12:hover p{
    color: #E53935;
}

.tweets-themes-12 .tweet-img-left {
    float: left;
    padding: 5% 2.5% 5% 5%;
    text-align: center;
}

.tweets-themes-12 img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.tweets-themes-12 .tweet-author{
    margin: 22px 0 25px;
    float: left;
    font-size: 17px;
    color: #9F9F9F;
}

.tweets-themes-12 .click-to-tweet{
    float: right;
    border: 1px solid #C8E4E5;
    color: #00b6e6;
    position: relative;
    display: inline-block;
    margin: 20px 0;
    text-decoration: none;
    padding: 2px;
    text-align: center;
    border-radius: 20px;
    transition: all 0.2s ease-out;
}
.tweets-themes-12:hover .click-to-tweet {
    border-color: #E53935;
}
.tweets-themes-12 .click-to-tweet span{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.2s ease-out;
}
.tweets-themes-12:hover .click-to-tweet span{
    color: #E53935;
}
.tweets-themes-12 .click-to-tweet span i{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('../images/spr-s12018b453b.png') no-repeat;
    background-position: 0 -218px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.tweets-themes-12:hover .click-to-tweet span i{
    background-position: 0 -287px;
}
/* themes 12 */

/* themes 13 */
.tweets-themes-13 {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    padding: 45px 0 30px;
}
.tweets-themes-13:before, .tweets-themes-13:after {
    content: ''; 
    position: absolute;
    left: 106px; 
    top: 85px;
    border: 15px solid transparent;
    border-right-color: #D5D5D5;
}
.tweets-themes-13:after {
    border-right-color: white;
    left: 111px; 
}
.tweets-themes-13:hover:before {
    border-right-color: #38A3D4;
}

.tweets-themes-13 p, .tweets-themes-13 p .tweet-author {
    font-family: "Montserrat",sans-serif;
}

.tweets-themes-13 p{
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    position: relative;
    color: black;
    border-left: 5px solid #D5D5D5;
    padding: 0 5% 0 15px;
    padding-bottom: 0!important;
}
.tweets-themes-13:hover p{
    color: #2BA3E2;
    border-color: #38A3D4;
}

.tweets-themes-13 .tweet-img-left {
    float: left;
    padding: 0 20px 5% 15px;
    text-align: center;
}

.tweets-themes-13 img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.tweets-themes-13 .tweet-author{
    margin-top: 20px;
    float: left;
    font-size: 17px;
    line-height: 17px;
    color: #9F9F9F;
}

.tweets-themes-13 .click-to-tweet{
    float: right;
    color: #00b6e6;
    position: relative;
    display: inline-block;
    margin-top: 11px;
    text-decoration: none;
    padding: 9px 9px 0 9px;
    text-align: center;
    line-height: 16px;
    transition: all 0.2s ease-out;
}

.tweets-themes-13 .click-to-tweet span{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.2s ease-out;
}
.tweets-themes-13 .click-to-tweet span i{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('../images/spr-s12018b453b.png') no-repeat;
    background-position: 0 -218px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
/* themes 13 */

/* themes 14 */
.tweets-themes-14 {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    
    background:
        radial-gradient(circle at 0 100%, transparent 14px, #f1f1f1 15px),
        radial-gradient(circle at 100% 100%, transparent 14px, #f1f1f1 15px),
        radial-gradient(circle at 100% 0, transparent 14px, #f1f1f1 15px),
        radial-gradient(circle at 0 0, transparent 14px, #f1f1f1 15px);
    
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
}

.tweets-themes-14 p, .tweets-themes-14 p .tweet-author, .tweets-themes-14 p .click-to-tweet {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.tweets-themes-14 p{
    padding: 5% 5% 4% 5px;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    color: #333;
}
.tweets-themes-14:hover p{
    color: #E53935;
}

.tweets-themes-14 .tweet-img-left {
    float: left;
    padding: 5% 2.6% 5% 5%;
    text-align: center;
}

.tweets-themes-14 img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.tweets-themes-14 .tweet-author{
    margin: 22px 0 15px;
    float: left;
    font-size: 16px;
    color: #9F9F9F;
    text-transform: uppercase;
}

.tweets-themes-14 .click-to-tweet{
    float: right;
    color: #00b6e6;
    position: relative;
    display: inline-block;
    margin: 13px 0 15px;
    text-decoration: none;
    padding: 9px;
    text-align: center;
    border-radius: 20px;
    transition: all 0.2s ease-out;
}

.tweets-themes-14 .click-to-tweet span{
    font-size: 16px;
    position: relative;
    text-decoration: none;
    font-weight: 300;
    padding: 9px;
    border-radius: 5px;
    transition: all 0.2s ease-out;
}
.tweets-themes-14:hover .click-to-tweet span{
    color: #E53935;
}
.tweets-themes-14 .click-to-tweet span i{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('../images/spr-s12018b453b.png') no-repeat;
    background-position: 0 -218px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.tweets-themes-14:hover .click-to-tweet span i{
    background-position: 0 -287px;
}
/* themes 14 */

/* themes 15 */
.tweets-themes-15 {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
}

.tweets-themes-15 p:first-of-type{
    padding: 0 5% 0 30px;
    position: relative;
    border-left: 1px solid #ededed;
    padding-bottom: 0!important;
}
.tweets-themes-15 p:first-of-type:before{
    content: "“";
    position: absolute;
    left: 2px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 50px;
    line-height: 1;
    color: #BFC1C2;
}

.tweets-themes-15 .tweet-img-left {
    float: left;
    padding: 0 3% 5% 5%;
    text-align: center;
}

.tweets-themes-15 img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.tweets-themes-15 p span{
    font-size: 22px;
    line-height: 28px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #666;
}
.tweets-themes-15:hover p span{
    background-color: yellow;
}

.tweets-themes-15 p i{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('../images/spr-s12018b453b.png') no-repeat;
    background-position: 0 -218px;
    position: relative;
    margin-left: 10px;
}

.tweets-themes-15 .tweet-author{
    margin: 25px 0 15px;
    padding-left: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #314046;
}
/* themes 15 */

/* themes 16 */
.tweets-themes-16{
    display: block;
    text-decoration: none;
    margin: 0 auto;
    background: #fefefe;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
}

.tweets-themes-16 blockquote{
    position: relative;
    padding: 3% 3% 3% 2.2em;
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    transition: all 0.2s ease-out;
    color: #363636;
}
.tweets-themes-16 blockquote:before{
    content: "“";
    position: absolute;
    top: 0.3em;
    left: 0.1em;
    font-size: 3.5em;
    font-family: 'Liberation Sans', sans-serif;
    font-weight: 300;
    color: #676C6E;
}

.tweets-themes-16 blockquote cite.tweet-author{
    float: right;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 28px;
    line-height: 34px;
    color: #52C9F2;
}
.tweets-themes-16 blockquote cite.tweet-author:before{
    content: "-";
    margin: 0 0.2em 0 0.5em;
}
.tweets-themes-16 blockquote .clearfix{
    height: 0;
    clear: both;
}

.tweets-themes-16 .click-to-tweet{
    display: block;
    padding: 20px 10px;
    border-top: 1px solid #b7b7b7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f8f8f8;
    text-align: right;
    margin-top: 10px;
}
.tweets-themes-16 .click-to-tweet span{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    padding: 9px 17px;
    border-radius: 5px;
    background-color: #00b9e6;
    transition: all 0.2s ease-out;
}
.tweets-themes-16:hover .click-to-tweet span{
    background: #009ec5;	
}
/* themes 16 */

/*templates 12-15*/
@media (max-width: 500px) {
    
    .tweet-box-link .tweet-img-left {
        float: none;
    }
    
    .tweets-themes-13:before, .tweets-themes-13:after
    {
        border-style: none;
    }
}
/*all*/
@media (max-width: 500px) {
    
    .tweet-box-link p,
    .tweet-box-link p.td_bigger,
    .tweet-box-link p.td_smaller {
        line-height: 22px;
        font-size: 20px;
    }
    
    .tweets-themes-01 {
        padding: 33px 10px 19px 35px;
    }
    
    .tweets-themes-05 p {
        padding-right: 29px;
    }
}
@media (max-width: 800px) {
    
    .tweet-box.td-float-left, .tweet-box.td-float-right {
        float: none;
        width:100%!important;
    }
}
@media (max-width: 1000px) {

    .td-float-left, .td-float-right {
        width: 60%!important;
    }
}