/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@charset "utf-8";
/*-- Google Fonts 
----------------------------------------------------------------------------*/


/*-- Font Faces Section
---------------------------------------------------------------------------*/



/*-- Headers

---------------------------------------------------------------------------*/

/*h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'lane_-_narrowregular';
	font-weight: normal;
}*/
h1 {

	font-family:Garamond;

	font-size:41px;

	font-weight:normal;	

	text-align:center;

	color:#3a3a3a;

	text-transform:uppercase;

}

h2 {	

	font-family:Garamond;

	font-size:32px;

	font-weight:normal;	

	color:#3a3a3a;

	text-transform:uppercase;

	margin-bottom:20px !important;

}

h3 {

	font-family:Garamond;

	font-size:27px;

	font-weight:normal;	

	text-align:center;

	color:#3a3a3a;

	text-transform:uppercase;

}

h4 {

	

	font-family:Garamond;

	font-size:22px;

	font-weight:normal;	

	text-align:center;

	color:#3a3a3a;

	text-transform:uppercase;

	

}

h5 {
		

	font-family:Garamond;

	font-size:22px;

	font-weight:normal;	

	color:#3a3a3a;

	text-transform:uppercase;

	margin-bottom:20px !important;
	
}

/*-- Global

---------------------------------------------------------------------------*/

body {
}
p {
}
a {
}
a:hover {
}
a, a:hover, a:focus {
	text-decoration: none;
}


/*-- Header Section
----------------------------------------------------------------------*/
	
.header-box {
	text-align:center;
}


/*-- Content Section
----------------------------------------------------------------------*/
	
#content-error h1, #content-offline h1 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 230px;
	font-size: 23rem;
}
#content-error h2, #content-offline h2 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 100px;
	font-size: 10rem;
}
#content-error p, #content-offline p {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
}

#inner2, #inner2 a {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #727272;
font-weight: 300;
line-height: 25px;
}
#inner2 a:hover {
	color:#3a3a3a;
	text-decoration:underline;
	font-weight:300;
}

.product_box_text p{

	text-align:left;

	font-family: 'Roboto', sans-serif;

	font-size:13px;

	color:#3a3a3a;

	margin-bottom:15px;
	
	font-weight:400;

	line-height:16px;

}

#info {

	text-align:left;

	font-family: 'Roboto', sans-serif;

	font-size:13px;

	color:#3a3a3a;

	/*margin-bottom:15px;*/

	line-height:16px;
	
	font-weight:400;

}

#info p {

	margin-bottom:10px;

}

#contact_form, input, textarea {

	font-family: 'Roboto', sans-serif;

	font-size:13px;

	/* color:#727272; */
	
	font-weight:300;

}
#contact_about {
	font-family: 'Roboto', sans-serif;

	font-size:14px;

	color:#727272;
	
	font-weight:300;
}
#contact_about a, #info a {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#727272;
	font-weight:300;
    height: auto;
    margin-left: 0;
    position: relative;
}
#contact_about a:hover, #info a:hover {
	color:#3a3a3a;
	text-decoration:underline;
	font-weight:300;
}

#info a {
	width: auto;
	display:block;
}


/*-- Footer Section
----------------------------------------------------------------------*/
	
#footer_text p, #footer_text a,
#footer_disc a, #footer_disc p{
	color: #9c9c9c;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
#footer_text a:hover {
	color: #97c725;
}

#footer_disc {
	text-align:right;
}
#footer_disc a:hover {
	color:#fff;
}


a.classname{
	font-size: 3.4vw;
	margin-top:15px;
	width: auto!important;
	height: auto!important;
	padding:15px;
	color:#fff !important;
	background-color:#333133;
	float: left;
	position:relative !important;
	margin-left:0 !important;
}



.classname:hover{
	margin-top:15px;
	width: auto!important;
	height: auto!important;
	padding:15px;
	color:#333133!important;
	background-color:#fff;
}



/*-- media queries Section
----------------------------------------------------------------------*/


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
a.classname{
	font-size: 1.1vw;
	margin-top:15px;
	width: auto!important;
	height: auto!important;
	padding:15px;
	color:#fff !important;
	background-color:#333133;
	float: left;
	position:relative !important;
	margin-left:0 !important;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
