.my_textarea{
    resize: none;
}

.color{
    color: #1E28F9;
}

.popular_bg{
    background: url(../images/popular_bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat:  no-repeat;
    background-size: cover;
}
/*owl carousel*/
#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
/*owl carousel*/

.my_panel_body_padding_bottom{
    padding-bottom: 0px;
}

.my_margin_bottom{
    margin-bottom: 0px;
}

.my_logo_navbar{
    padding: 2px;
}

.nav_search_margin_width{
    margin-left: 25%;
    width: 450px;
}

.my_img_responsive{
    width: 100%;
    height: 100%;
}

.my_add_image{
    height: 390px !important;

}
.my_panel_margin{
    margin-bottom: 4px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav_search_margin_width {
        margin-left: 20%;
        width: 350px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .nav_search_margin_width {
        margin-left: 5%;
        width: 280px;
    }
}
@media screen and (max-width: 767px) {
    .nav_search_margin_width {
        margin: 0 auto;
        width:80%;
    }
}


.header_top_height{ height: 30px;}
.header_bottom_height{ height: 200px;}
.menu_height{ height: 50px; }
.content_height{ height: 1000px; }
.big_footer_height{ height: 250px; }
.footer_height{ height: 30px; }






.social_icon .twitter .twitter_0{
    font-size: 20px;
    background-color: #1DA1F2;
    padding: 10px;
    text-decoration: none;
    float: left;
    border-radius: 5px 5px 5px 5px;                
    color: #fff;
    margin-left: 60px;
    margin-bottom: 10px;
    text-align: center;

}

.social_icon .twitter .twitter_0:hover{
    color: #1DA1F2;
    background-color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    font-weight: bold;
    font-variant-position: super;
    transition: .3s;
    font-size: 40px;
    transform: skewY(10deg);

}




.social_icon .facebook .facebook_0{
    font-size: 20px;
    background-color: #3B579D;
    padding: 10px;
    text-decoration: none;
    float: left;
    border-radius: 5px 5px 5px 5px;                
    color: #fff;;
    margin-left: 60px;
    margin-bottom: 10px;
    text-align: center;

}

.social_icon .facebook .facebook_0:hover{
    color: #3B579D;
    background-color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    font-weight: bold;
    font-variant-position: sub;
    transition: .3s;
    font-size: 40px;
    transform: skew(10deg);


}





.social_icon .google_plus .google_plus_0{
    font-size: 20px;
    background-color: #DC4A38;
    padding: 10px 20px;
    text-decoration: none;
    float: left;
    border-radius: 5px 5px 5px 5px;                
    color: #fff;
    margin-left: 60px;
    margin-bottom: 10px;
    text-align: center;




}

.social_icon .google_plus .google_plus_0:hover{
    color: #DC4A38;
    background-color: #fff;
    font-weight: bold;
    /*                padding: 15px 30px;*/
    font-weight: bold;
    font-variant-position: normal;
    transition: .3s;
    font-size: 40px;
    transform: skewY(-10deg);

}

.logo_0{
    transition: .5s;  
}

.logo_0:hover{

    transform: scale(1.1);


}



.size{
    font-size: 40px;
    color: #FF1494;
    margin-right: 20px;
    padding-left: 20px;
    transition: .5s; 
}

.size:hover{
    transform: rotate(360deg);

}
.size2{
    transition: .5s;
    font-style: italic;
}


.size2:hover{
    font-family: initial;
}

.size3:hover{
    background-color: gray;
    font-variant-caps: all-petite-caps;
    font-weight: bold;

}
