/*------------------------------------------------------------------
[Master Stylesheet]
-------------------------------------------------------------------*/

/* LIBRARIES CSS */
@import url('bootstrap.css');
@import url('animate.css');

/* FONTS*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,800italic,700italic,600italic,400italic,300italic);
@import url('../assets/font-awesome/css/font-awesome.min.css');
@import url('../assets/flaticon/flaticon.css');

/* PLUGIN CSS */
@import url('slider-pro.min.css');
@import url('jquery.fancybox.css');
@import url('owl.carousel.css');
@import url('owl.theme.css');
@import url('owl.transitions.css');
@import url('bootstrap-datetimepicker.css');
@import url('jquery.selectBox.css');
@import url('fontawesome-stars-o.css');

/* CUSTOM CSS */
@import url('theme.css');
/*@import url('theme_violet.css');*/
/*@import url('theme_red.css');*/
/*@import url('theme_green.css');*/
@import url('responsive.css');

.footer1 {
    position:fixed;
    left:0px;
    height:50px;
    bottom:0px;
    width:100%;
    
z-index:1000;
}

.footer1 input{
    height:32px;
    width:150px;
    margin-top:8px;
    border:hidden;
   
    color:#fff;
    border-radius:1px;
    font-weight: bold;
    padding:7px;
}
@media screen and (min-width:800px){
    .footer1 {
        position:fixed;
        left:0px;
        height:60px;
        bottom:0px;
        width:100%;
        visibility:hidden;
       
}
}

.footer2 {
    position:fixed;
    left:0px;
    height:50px;
    bottom:0px;
    width:100%;
   
	
z-index:1000;
}

.footer2 p {
	margin: 16px 43px 0px 31px;
	
   
    background-color:#b70c50;
	

}
.footer2 img {
	
	

}

.abc{
	height:auto;
	}



@media screen and (max-width:800px){
    .footer2 {
        position:fixed;
        left:0px;
        height:60px;
        bottom:0px;
        width:100%;
      visibility:hidden;
        background-color:#e14343;
}

.abc{
	height:10px;
	visibility:hidden;
}


}

@media screen and (min-width:800px){
    .widget no-border pull-right sm-pull-none sm-text-center mt-10 mb-10 m-0 {
        position:fixed;
        left:0px;
        height:60px;
        bottom:0px;
        width:100%;
      visibility:hidden;
        background-color:#e14343;
}
}