/* creativeserbia.gov.rs */

#home {
	 background-image:url(../img/FZLLCDubai.jpg); 
	 background-size: 100% auto; 
	 background-repeat:no-repeat;
}

.hero-header {
    background:#049bbe;
    min-height:550px;
    padding: 5em;
    color: #fff;
}

.hero-header .logo {
	max-width: 241px;
}

a {
    color: #049bbe;
    text-decoration: none;
}



#program h4, #program h5 {
	color:#009abf;
	text-transform:none;
	}
#program h5 {
	font-size:1.1em;
	}	

#program h3 {
	font-size:1.1em;
	}
	
.language {
	float:right; 
	margin:15px 20px 0 0;
}

.feature span {
    
    color: #049bbe;
}

#media-sponsors{
	background:#efefef;
}

.footer {
    
    margin-top: 0;
}

	
/* ========================================
    Custom Media Queries
======================================== */

/* Mobile */

@media (max-width: 767px) {
     #home {
	 background-image:url(../img/FZLLCDubai767.jpg);  /*creative-wallpapers-767.jpg*/ 
	 background-size: 100% auto; 
	 background-repeat:no-repeat;
}

	.hero-header {
        background:#049bbe;
		padding: 3em 1em 0em 1em;
        text-align: left;
        max-height: 550px;
    }
    .speaker .feature {
        width: 100%
    }
    .footer-credit {
        text-align: center;
        padding: 40px 20px;
    }
    ul.footer-menu {
        text-align: center;
        margin-top: 30px;
    }
}

/* iPad Portrait */

@media (min-width: 768px) and (max-width: 991px) {
    #home {
	 background-image:url(../img/FZLLCDubai991.jpg); 
	 background-size: 100% auto; 
	 background-repeat:no-repeat;
}
	.hero-header {
        background:#049bbe;
		padding: 3em 1em 0em 1em;
        text-align:left;
    }
    .speaker .feature {
        width: 49%;
        margin-right: 7px;
    }
    ul.footer-menu {
        margin-top: 0;
    }
}
 