/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
Let us help you by giving a few exmaple CSS classes: */

/* Front-end sliders & preview */
@import url("http://fonts.googleapis.com/css?family=Kameron:400,700|Open+Sans:400italic,400");
.ls-container { /* The slider itself */
}
.ls-wp-fullwidth-container {
	border-top: 0px;	
}
.ls-slide { 

}
.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}
.ls-slide #yourID {

}
.ls-slide .yourClass {

}
/* Side color of 3D objects */
.ls-3d-box div { background: #777; }

#header_main {
	border: 0px;	
}
.html_header_top.html_header_sticky #main {
	padding-top: 87px;	
}

#main > div:nth-child(1) > div > main {
	padding-top: 0px !important;
	border-right: none !important;		
}
