

/* ======================================== Drawing Line ============================================= */

	

/* ======================================== End Drawing Line ========================================= */

.input-group { margin-bottom:10px; }
.separator { border-right: 1px solid #dfdfe0; }


.space{
	height: 50px;
	

}
#example1 {
 height: 70px;	
 overflow: hidden;
 position: relative;
 color: white;
 background-color: black;
 box-shadow: 10px 10px 10px rgba(0,0,0,.5);
 margin-bottom: 30px;

	
 /*border: 1px solid black;*/
 
}
 p{
 	position:relative;
 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	font-size: 15px;

 }
	
#example1 h4 {
 /*position: absolute;*/
 position:relative;

 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 70px;
 text-align: center;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 30s linear infinite;
 -webkit-animation: example1 30s linear infinite;
 animation: example1 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}

/*.navbar{
	margin-bottom:10px;
} */

/* -----------------------------------------------------------------------
Media Queries
-------------------------------------------------------------------------- */
/* Portrait & landscape phone */
@media (max-width: 480px){

}

/* Landscape phone to portrait tablet */
@media (max-width: 760px){

}

/* Large desktop */
@media (min-width: 1200px){
	#myCarousel .item{height:400;}
#slide1 {
background: url('../images/bread.jpg') top center no-repeat;
  
}

#slide2 {
background: url('../images/002.jpg') top center no-repeat;
  
}

#slide3 {
background: url('../images/slide41.jpg') top center no-repeat;
  
}
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
footer { background-color:#0c1a1e; min-height:350px; font-family: 'Open Sans', sans-serif; }
.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }


 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; background-color:#000000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}