/* --------------------------------------------------------------------------------
 * Layout
 * ----------------------------------------------------------------------------- */
body {
    display: block;
    max-width: 1761px;
	min-width: 321px;
    margin: auto;
	font-family: "Lato", sans-serif;
	font-size:16px;

}

#wrapper {
	position: relative;
	background: #ffffff;
	min-width:319px;	
}

#header_offset,
#header,
#container,
#section,
#footer,
#footer_main,
#footer_bottom {
    clear: both;
    display: block;
	position: relative;
}

#container 
{
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}

.onlymobile
{
	display:none!important;
}

.only320
{
	display:none;
}

.not320
{
	display:block;
}

/* --------------------------------------------------------------------------------
 * Responsive Design
 * ----------------------------------------------------------------------------- */


/* --- Large devices - Desktop // xxl
 * ---------------------------------------- */

@media only screen and (max-width: 1560px) {
	
}


/* --- Large devices - Desktop // xl
 * ---------------------------------------- */
 
@media only screen and (max-width: 1380px) {

	.custom
	{
		
		margin-right:16px!important;
	}
	
	#header
	{
		margin-left:16px!important;
		margin-right:16px!important;
	}	
	
}


/* --- Large devices - Desktop // lg
 * ---------------------------------------- */
 
@media only screen and (max-width: 1199px) {
	
	
}

/* --- Medium devices - Tablet // md
 * ---------------------------------------- */
 
@media only screen and (max-width: 991px) {
	
	.onlymobile
	{
		display:block!important;
	}

}

/* --- Small devices - Phone // sm
 * ---------------------------------------- */
 
@media only screen and (max-width: 767px) {
	
	#header
	{
		margin-left:0px!important;
		margin-right:0px!important;
	}

}

/* --- Small devices - Phone // s
 * ---------------------------------------- */
 
@media only screen and (max-width: 639px) {

	#wrapper,
	#main
	{
		width: 100%;
	}

	.only320
	{
		display:block;
	}

	.not320
	{
		display:none;
	}

}


/* --- Extra small devices - Phone // xs
 * ---------------------------------------- */
 
@media only screen and (max-width: 544px) {
	

	
}