/*
Free Html5 Responsive Templates
Author: Kimmy Tran
Author URI: http://www.zerotheme.com/
*/
html {

}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}


/*------------------------*/

@media only screen and (max-width: 5000px) {
	

.spacefooter {padding:20px 30px 20px 30px !important;}	
	

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	color:#848383;
	background:url(../images/bguc.jpg);
	background-size:cover;
	background-position:top center;
	background-attachment:fixed !important;
	background-repeat:no-repeat;
}
	
}



@media only screen and (max-width: 939px) {
	
	    .mt60 {
        margin-top:0px;
    }
	
.spacefooter {padding:20px 0px 20px 0px !important;}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	color:#848383;
	background:url(../images/bguc.jpg);
	background-size:cover;
	background-position:left center;
	background-attachment:fixed !important;
	background-repeat:no-repeat;
}
	
}

@media only screen and (max-width: 767px){
	

    .mt60 {
        margin-top:0px;
    }
	
	.footer {
	position:relative;
	bottom:0px;
	padding:24px 30px 24px 30px;
	width:100%;
	z-index:1;
}

	.footer2 {
	position:relative;
	bottom:0px;
	padding:24px 30px 24px 30px;
	width:100%;
	z-index:1;
}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	color:#848383;
	background:url(../images/bguc.jpg);
	background-size:cover;
	background-position:left center;
	background-attachment:fixed !important;
	background-repeat:no-repeat;
}


}

@media only screen and (min-width: 768px) and (max-width: 4000px) {

.desktop {display:inherit}
.smartphone {display:none}


}
	
@media only screen and (min-width: 1px) and (max-width: 767px) {

.desktop {display:none}
.smartphone {display:inherit}

}