/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/

.some-css-selector {font-size:13px;}


/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){
 .square {
    width:200px !important;
    height:300px !important;
    }
}

@media only screen and (min-width: 768px) {

}

@media (max-width: 767px) {
    .square {
    width:150px !important;
    height:300px !important;
    display:inline-block;
    }

}

@media (max-width : 680px) {
        .square1 {
    width:80px !important;
    }
           .square2 {
    width:200px !important;
    margin-left:10px;

    }
            .square2 img {
            width:47px;
            }

    .square1, .square2 {
    margin-bottom:10px;
    }
    .square3, .square4 {
        width:120px !important;
        display:inline-block !important;
    }
    .square2 blockquote{
        padding:0px !important;
        text-align:left !important;
        font-size:12px !important;
    }

    .square4 iframe, #FJ_TListC, #iframeDIV, #FJ_TF_Cont, #feedjiti-overlay3 a {
    width:120px !important;
    }

    .square4 {
    margin-top:-200px;
    }

    .fb-page,body.plugin {
        width:80px !important;
    }

    .uiScaledImageContainer {
    width:80px !important;
    }

    ._2p3a {
        width:80px !important;
    }

    .fb_iframe_widget iframe {
    width:80px !important;
height:466px !important;
    }

    .fb_iframe_widget span {
    width:80px !important;
height:466px !important;
    }
}

@media only screen and (max-width : 320px) {

}

