/*!
 *
 * Designed and built by Sandy Ricardo
 * www.sandyricardo.com
 *
 */

/*!
 * 1. Common
 * 2. Useful Class
 * 3. Header
 * 4. Content
 * 5. Form
 * 6. Footer
 * 7. Media Query
 */



/* 1. Common
==================== */
* {
	margin: 0;
	padding: 0;
}
body {
    font-family: 'bentonsansbook', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
}
a {
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
}
a:hover,
a:visited,
a:focus,
a:active {
	outline: none !important;
	text-decoration: none;
}
p {
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'bentonsanslight', sans-serif;
	margin: 0;
	color: #575757;
}
h1 {
	font-size: 48px;
	line-height: 60px;
	padding: 10px 0;
}
h2 {
	font-size: 36px;
	line-height: 50px;
	padding: 10px 0;
}
h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
h4 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}
h5 {
	font-size: 18px;
	line-height:28px;
	margin-bottom: 20px;
	margin-bottom: 20px;
}
h6 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}
p {
	text-align: justify;
}
header {
	margin-bottom: 40px;
}



/* 2. Useful Class
==================== */
.lg-textcenter {
	text-align: center;
}
.lg-textleft {
	text-align: left;
}
.lg-textright {
	text-align: right;
}
.lg-textwhite {
	color: #fff;
}
.lg-textgrey {
	color: #797673;
}
.lg-textblack {
	color: #000;
}
.lg-textgreen {
	color: #8dc741 !important;
}
.lg-textblue {
	color: #00b9f2 !important;
}
.lg-text11 {
	font-size: 11px !important;
}
.lg-text12 {
	font-size: 12px !important;
}
.lg-text14 {
	font-size: 14px !important;
}
.lg-text16 {
	font-size: 16px !important;
}
.lg-text18 {
	font-size: 18px !important;
}
.lg-textitalic {
	font-style: italic;
}
.lg-sup {
	font-size: 11px;
}
.lg-textlight {
    font-family: 'bentonsanslight', sans-serif;
}
.lg-textbook {
    font-family: 'bentonsansbook', sans-serif;
}
.lg-textregular {
    font-family: 'bentonsansregular', sans-serif;
}
.lg-textmedium {
    font-family: 'bentonsansmedium', sans-serif;
}
.lg-textbold {
    font-family: 'bentonsansbold', sans-serif;
}
.lg-inlinecontainer {
	font-size: 0;
}
.lg-inlinecontainer.top {
	vertical-align: top;
}
.lg-inlinecontainer.middle {
	vertical-align: middle;
}
.lg-inlinecontainer > .lg-inlineblock {
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
}
.lg-inlinecontainer.top > .lg-inlineblock {
	vertical-align: top;
}
.lg-inlinecontainer > .lg-inlineblock:last-child {
	margin-right: 0;
}
.lg-inlinecontainer.twocolumn > .lg-inlineblock {
	margin: 0;
	width: 50%;
}
.lg-inlineblock {
	display: inline-block;
}
.lg-block {
	display: block;
}
.lg-greyscale {
	position: relative;
}
.lg-greyscale img {
	display: block;
	margin: 0 auto;
}
.lg-kerning50 span {
	margin-right: 2px;
}
.lg-kerning100 span {
	margin-right: 6px;
}
.lg-kerning span:last-child {
	margin-right: 0;
}
.lg-nomargin {
	margin: 0 !important;
}
.lg-margin10 {
	margin-bottom: 10px !important;
}
.lg-margin20 {
	margin-bottom: 20px !important;
}
.lg-margin30 {
	margin-bottom: 30px !important;
}
.lg-margin40 {
	margin-bottom: 40px !important;
}
.lg-inlineblock.lg-margin10 {
	margin-right: 10px !important;
	margin-bottom: 0 !important;
}
.lg-inlineblock.lg-margin20 {
	margin-right: 20px !important;
	margin-bottom: 0 !important;
}
.lg-inlineblock.lg-margin30 {
	margin-right: 30px !important;
	margin-bottom: 0 !important;
}
.lg-inlineblock.lg-margin40 {
	margin-right: 40px !important;
	margin-bottom: 0 !important;
}
.lg-padding {
	padding: 20px !important;
}
.lg-nopadding {
	padding: 0 !important;
}
.lg-margincenter,
.lg-margincenter * {
	margin-left: auto;
	margin-right: auto;
}
.lg-responsiveimage {
	max-width: 100%;
	height: auto;
	display: block;
}
.lg-fullresponsiveimage {
	width: 100%;
	height: auto;
	display: block;
}
.lg-relativecenter {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.lg-absolutecenter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.lg-line {
	width: 100px;
	height: 1px;
	background: #aeaeae;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.lg-line.left {
	margin-left: 0;
	margin-right: 0;
}
.lg-line.center {
	margin-left: auto;
	margin-right: auto;
}
.lg-relative {
	position: relative;
}
.lg-section {
	padding: 40px 0;
}
.lg-bluesection {
	background-color: #00b9f2;
}
.lg-bluesection * {
	color: #fff;
}
.lg-bluesection .lg-line {
	background: #fff;
}
.lg-blacksection {
	background-color: #000;
}
.lg-section.nopadding {
	padding: 0;
}
.lg-section.nopaddingtop {
	padding-top: 0;
}



/* 3. Header
==================== */
#lg-header {
	position: fixed;
	width: 100%;
	z-index: 10;
	background: rgba(255,255,255,0.8);
}
#lg-header .lg-menu a {
	line-height: 100px;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #575757;
}
#lg-header .lg-menu a:hover {
	color: #00b9f2;
}
#lg-header .lg-logo {
	background: #fff;
}
#lg-menumobiletrigger {
	line-height: 60px;
	text-align: center;
}
#lg-menumobiletrigger a {
	color: #000;
	font-size: 20px;
	display: block;
}
#lg-menumobile ul {
	margin-bottom: 0;
}
#lg-menumobile ul li {
	text-align: center;
	background: #000;
}
#lg-menumobile ul li a {
	display: block;
	line-height: 40px;
	color: #fff;
	border-bottom: solid 1px #333333;
}
#lg-menumobile ul li a:active,
#lg-menumobile ul li a.active {
	background: #ffce02;
	color: #000;
    font-family: 'bentonsansmedium', sans-serif;
}
#lg-menumobiletrigger {
	font-size: 24px;
}




/* 4. Content
==================== */
#lg-mainslideshow {
	height: 600px;
	padding-top: 100px;
}
#lg-mainslideshow .swiper-container,
#lg-mainslideshow .swiper-wrapper {
	height: 100%;
}
#lg-mainslideshow .swiper-slide {
	overflow: hidden;
}
#lg-mainslideshow img {
	margin: 0 auto;
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
#lg-mainslideshow .lg-arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	text-align: center;
	display: block;
	line-height: 50px;
	z-index: 4;
	font-size: 36px;
	color: #fff;
}
#lg-mainslideshow .lg-arrow.prev {
	left: 10px;
}
#lg-mainslideshow .lg-arrow.next {
	right: 10px;
}
#lg-brand-slideshow .lg-arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	text-align: center;
	display: block;
	line-height: 50px;
	z-index: 4;
	font-size: 36px;
	color: #cecece;
}
#lg-brand-slideshow .lg-arrow.prev {
	left: 10px;
}
#lg-brand-slideshow .lg-arrow.next {
	right: 10px;
}



/* 6. Footer
==================== */



/* 7. Media Query
==================== */
@media (max-width: 1600px) {
}
@media (max-width: 1280px) {
	h1 {
		font-size: 40px;
		line-height: 50px;
		padding: 10px 0;
	}
	h2 {
		font-size: 32px;
		line-height: 36px;
		padding: 10px 0;
	}
	h3 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 10px
	}
	h4 {
		font-size: 18px;
		line-height:26px;
		margin-bottom: 20px;
		margin-bottom: 10px
	}
	h5 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px
	}
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
	body {
		font-size: 12px;
		line-height: 18px;
	}
	#lg-header {
		position: static;
	}
	#lg-mainslideshow {
		height: 400px !important;
		margin-bottom: 40px;
		padding-top: 0;
	}
	#lg-mainslideshow img {
		width: 1000px !important;
		height: auto !important;
	}
}
@media (max-width: 600px) {
	h1 {
		font-size: 30px;
		line-height: 40px;
		padding: 10px 0;
	}
	h2 {
		font-size: 24px;
		line-height: 36px;
	}
	h3 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px
	}
	h4 {
		font-size: 16px;
		line-height:24px;
		margin-bottom: 20px;
		margin-bottom: 10px
	}
	h5 {
		font-size: 14x;
		line-height: 20px;
		margin-bottom: 10px
	}
	#lg-mainslideshow {
		height: 300px !important;
	}
	#lg-mainslideshow img {
		width: auto !important;
		height: 400px !important;
	}
}
@media (max-width: 480px) {
	#lg-mainslideshow {
		height: 320px !important;
	}
	#lg-mainslideshow img {
		height: 320px !important;
	}
}