/* Third party plugins support */
.tp_recent_tweets li { background: none !important; padding-left: 0 !important; }
.tp_recent_tweets li a { color: #10a8b5 !important; font-size: 12px !important; font-weight: 400 !important; font-style: normal !important; }
.tp_recent_tweets li a:hover { color: #55585b !important; }
#bottom-area .tp_recent_tweets li a:hover { color: #e5e5e5 !important; }
.tp_recent_tweets li .twitter_time { padding: 15px 0 5px 45px; display: inline-block; background: url(../images/icons/twitter-bird-sidebar.png) no-repeat 0 14px transparent; }
#bottom-area .tp_recent_tweets li .twitter_time { background-image: url(../images/icons/twitter-bird.png); }

/* Brankic Photostream styling */
.photostream ul li {
    margin: 0 0 5px 5px !important;
    padding: 0 0 5px 5px !important;
    background: none !important;
    border: none !important;
    }
.photostream img, .photostream a { width: 66px !important; height: 66px !important; }
.photostream img { opacity: 1 !important; }
.photostream a { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#bottom-area .photostream a { border-color: #666 !important; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .tp_recent_tweets li .twitter_time { background-image: url(../images/icons/twitter-bird-sidebar@2x.png); background-size: 32px 24px; }
    #bottom-area .tp_recent_tweets li .twitter_time { background-image: url(../images/icons/twitter-bird@2x.png); background-size: 32px 24px; }
    }


/* ------------------- Revolution Slider ------------------- */

.rev_slider_wrapper .tp-leftarrow.large { z-index: 100; cursor: pointer; position: relative; background: url(../images/sliders/large_left.png) no-repeat top left !important;
    width: 22px; height: 34px; margin-left: 20px; margin-top: -20px; }
.rev_slider_wrapper .tp-rightarrow.large { z-index: 100; cursor: pointer; position: relative; background: url(../images/sliders/large_right.png) no-repeat top left !important;
    width: 23px; height: 34px; margin-left: -20px; margin-top: -20px; }
.rev_slider_wrapper .tp-leftarrow:hover, .rev_slider_wrapper .tp-rightarrow:hover { background-position: bottom left; }

#newsletter-signup{
    margin: 15px auto;
    width: 320px;
    position: relative;
    border:12px solid rgba(255, 255, 255, 0.4);
    -moz-border-radius:60px; /* Firefox */
    -webkit-border-radius: 60px; /* Safari, Chrome */
    -khtml-border-radius: 60px; /* KHTML */
    border-radius: 60px; /* CSS3 */
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;

    -moz-box-shadow:    0 0 3px rgba(248, 231, 203, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(248, 231, 203, 0.5);
    box-shadow:         0 0 3px rgba(248, 231, 203, 0.5);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    }


#newsletter-signup #signup-input{
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #aaa;
    background-color: #fff;
    -moz-border-radius:60px; /* Firefox */
    -webkit-border-radius: 60px; /* Safari, Chrome */
    -khtml-border-radius: 60px; /* KHTML */
    border-radius: 60px; /* CSS3 */
    }

#newsletter-signup input[type="text"] {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    background-clip: padding-box;
    background: white;
    border: 1px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #7E7E7E;
    height: 20px;
    margin: 0;
    outline: 0;
    padding: 5px 0 5px 20px;
    position: relative;
    -webkit-appearance: none;
    }

#newsletter-signup #signup-button{
    display: block;
    position: absolute;
    right: 5px;
    top: 4px;
    }

#signup-button a, #signup-button a:hover{
    color: #fff;
    }

@media only screen and (max-width: 767px) {
    #newsletter-signup {
        margin: 0px auto;
        width: 200px;
        }

    #newsletter-signup #signup-input {
        height: 32px;
        font-size: 12px;
        }

    #newsletter-signup #signup-button {
        right: 4px;
        top: 2px;
        padding: 4px 15px;
        }
    }

@media only screen and (max-width: 479px) {
    #newsletter-signup {
        width: 200px;
        }

    #newsletter-signup #signup-input {
        height: 25px;
        font-size: 11px;
        }

    #newsletter-signup #signup-button {
        right: 3px;
        top: 3px;
        }
    }