@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;

}

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

#slider_container_dt {
	display:none;
}

.navigation{
	
	display:none;
		
	}
	
#header	{
	display:none;		
		}
			
#logo_resp{
	height: 91px;
	width: 100%;
	left: 0%;
	top: 60px;
	margin: 10px auto;
	z-index: 200;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 10em;
	}	

#slider {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	height:auto;
	}

#menu_bar_icons_wrapper {
display:none;
	}
	
#footer_sd	{
display: block;
font-family: raleway;
font-size: 15px;
line-height: 50px;
color: #FFF;
background-color: #000;
text-align: center;
height: 50px;
width: 100%;
z-index: 20;
float: left;
	}

#slider_container_sd {
	display:block;
	width: 100%;
	height: auto;
		}

#top_icons_resp {
	float: left;
	height: 50px;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	margin:0 auto;
	}
	
.top_icons_sec {
width: 25%;
float: left;
	
}


.top_icon {
	display: block;
	background-color: #ff540d;
	height: 30px;
	width: 30px;
	border: 2px solid rgba(255,255,255,1);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
}

.top_icon:hover, .top_icon.current {
	
	background-color: #7f2500;
	}

.top_icon.home {
    background-image: url(images/top_icons.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.top_icon.contact {
    background-image: url(images/top_icons.png);
    background-repeat: no-repeat;
    background-position: -30px 0px;
}	

.top_icon.facebook {
	background-image: url(images/top_icons.png);
	background-repeat: no-repeat;
	background-position:-60px;
	

}

.top_icon.blog {
	background-image: url(images/top_icons.png);
	background-repeat: no-repeat;
	background-position: -90px;

}



/*.mob_link {
	
	
	
	
	}*/
		


@media only screen and (min-width: 481px) {
	
#slider_container_dt {
	display:none;
}

#slider_container_sd {
	display:block;
	width: 100%;
	height: 100%;
		}
	
#footer_sd	{
	display:block;
	
	}


#slider {
	width: 100%;
	display: block;
	float: left;
	clear: both;

}


#menu_bar_icons_wrapper {
display:none;
}

		
		
		
		
}



@media only screen and (min-width: 769px) {

#logo_resp{
	
	display:none;
	
	}	

.navbar_resp{
display:none;	
}
#container {
	width: 100%;
	max-width: 1920px;
	height: 100%;
	position: relative;
}
#container_inside {
	background-color: rgba(0,255,255,1);
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 100;
	display:block;
}
#menu_bar_icons_wrapper {
	height: 50px;
	width: 100%;
	background-color: rgba(0,0,0,0.85);
	margin-bottom: 10px;
	display: block;
}
#menu_bar {
	float: left;
	height: 50px;
	width: auto;
}

.navigation{
display:block;	
	
	
	}
.nav {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: auto;
	list-style-type: none;
}
.nav li {
	display: inline;
}
.nav li a {
	color: #ff540d;
	font-family: raleway;
	font-size: 15px;
	line-height: 50px;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.nav li a:hover, .nav li a.current {
	color: rgba(255,255,255,1);	
	
	} 
#top_icons {
	float: right;
	height: 50px;
	width: auto;
	background-color: rgba(0,0,0,0);
	
	
}
.top_icon {
	display: block;
	background-color: #ff540d;
	float: left;
	height: 30px;
	width: 30px;
	margin: 8px;
	border: 2px solid rgba(255,255,255,1);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition:all 0.2s linear 0.05s;
	-webkit-transition:all 0.2s linear 0.05s;
	-o-transition:all 0.2s linear 0.05s;
	-moz-transition:all 0.2s linear 0.05s;
}

.top_icon:hover, .top_icon.current {
	
	background-color: #7f2500;
	}

.top_icon.home {
	background-image: url(images/top_icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.top_icon.contact {
	background-image: url(images/top_icons.png);
	background-repeat: no-repeat;
	background-position: -30px 0px;
}

.top_icon.facebook {
	background-image: url(images/top_icons.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
}

.top_icon.blog {
	background-image: url(images/top_icons.png);
	background-repeat: no-repeat;
	background-position: -90px 0px;
}



#logo {
	height: 110px;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 60px;
	margin: 0px;
	z-index: 99;
	/* [disabled]background-color: rgba(0,0,0,0.5); */
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 50%;
	pointer-events:none;
}


	#slider_container_dt {
	width: 100%;
	height: 100%;
	display:block;
}



#footer {
	font-family: raleway;
	font-size: 15px;
	line-height: 50px;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
	text-align: center;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 20;
}



#slider_container_sd {
	display:none;	
	
	}

#footer_sd	{
	display: none;
	}
	
	 }	
