@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/* 	-----------------------------------------------------
	------------------- General Styles ------------------
	----------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background-color: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline: none;
	outline-style: none;
	outline-width: 0;
	color: #0797e4;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline: none;
	outline-style: none;
	outline-width: 0;
	color: #000000;
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
	outline-style: none;
	outline-width: 0;
}
@-webkit-viewport {
 width:device-width;
}
@-moz-viewport {
 width:device-width;
}
@-ms-viewport {
 width:device-width;
}
@-o-viewport {
 width:device-width;
}
@viewport {
 width:device-width;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 100%;
	overflow-x: hidden;
}
.clr {
	font-size: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
.left {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	float: left;
}
.right {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	float: right;
}
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
/* 	-----------------------------------------------------
	------------------- Header Styles -------------------
	----------------------------------------------------- */
#header-section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 132px;
}
#header-section .section01 {
	padding: 5px 0;
	border-bottom: 1px solid #d6d6d6;
}
#header-section .section01 .left {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	color: #777777;
	padding: 5px 0;
}
#header-section .section01 .left a {
	color: #777777;
	text-decoration: none;
	transition: all .4s ease-in-out;
}
#header-section .section01 .left a:hover {
	color: #000000;
}
#header-section .section01 .left span {
	padding: 0 15px;
}
#header-section .section01 .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header-section .section01 .right ul li {
	margin: 0 0 0 6px;
	padding: 0;
	float: left;
}
#header-section .section02 {
	padding: 12px 0;
	min-height: 90px;
}
#header-section .section02 .container {
	position: relative;
}
#header-section .section02 figure {
	float: left;
}
#header-section .section02 nav {
	float: right;
	padding: 13px 0;
}
#header-section .section02 nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header-section .section02 nav ul li {
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
	color: #4b4b4b;
}
#header-section .section02 nav ul li a {
	color: #4b4b4b;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	border-bottom: 2px solid #FFFFFF;
	transition: all .4s ease-in-out;
}
#header-section .section02 nav ul li a:hover {
	color: #278b8f;
	border-bottom: 2px solid #278b8f;
}
#header-section .section02 nav ul li > a.active {
	color: #278b8f;
	border-bottom: 2px solid #278b8f;
}
#header-section .section02 nav ul li:hover > a {
	color: #278b8f;
	border-bottom: 2px solid #278b8f;
}
#header-section .section02 nav ul ul:before {
	content: "";
	background: url(../images/top-arrow.png) no-repeat;
	width: 19px;
	height: 13px;
	position: absolute;
	top: -13px;
	right: 350px;
}
#header-section .section02 nav ul ul {
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	background: #FFFFFF;
	border-top: 3px solid #278b8f;
	padding: 0;
	margin: 0 20px;
	list-style: none;
	min-width: 1130px;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
#header-section .section02 nav ul ul li {
	float: none;
	margin: 0;
	padding: 0;
	color: #000;
}
#header-section .section02 nav ul li:hover > ul {
	display: inline;
	z-index: 100;
}
#header-section .section02 nav ul ul li [class*="col-"] {
	border: 1px solid #e8e8e8;
	padding: 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;
	color: #011507;
	text-transform: uppercase;
}
#header-section .section02 nav ul ul li [class*="col-"] a img {
	float: left;
	margin-right: 15px;
}
#header-section .section02 nav ul ul li [class*="col-"] a {
	color: #011507;
	text-decoration: none;
	display: block;
	transition: all .4s ease-in-out;
	padding: 20px;
	min-height: 120px;
}
#header-section .section02 nav ul ul li [class*="col-"] a:hover {
	background-color: #f9f9f9;
}
#header-section .section02 nav ul ul li [class*="col-"] a span {
	font-size: 20px;
	color: #79a604;
	font-weight: 400;
	display: block;
}
/* 	-----------------------------------------------------
	------------------- Banner Styles -------------------
	----------------------------------------------------- */
#banner-section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 400px;
	background: url(../images/banner.jpg) no-repeat top;
	background-size: cover;
}
#inner-banner-section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 140px;
	background: url(../images/inner-banner.jpg) no-repeat top;
	background-size: cover;
}
#inner-banner-section h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	color: #FFF;
	padding: 35px 0;
	text-shadow: 0 0 5px rgba(0,0,0,0.75);
}
/* 	-----------------------------------------------------
	------------------ Content Styles -------------------
	----------------------------------------------------- */
#content-section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
}
#content-section .section01 {
	padding: 50px 0;
	background-color: #FFFFFF;
	text-align: center;
}
#content-section .section01 h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.5;
	color: #4a4949;
}
#content-section .section01 h5 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	color: #278b8f;
}
#content-section .section01 p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: #959595;
	padding: 10px 100px;
}
#content-section .section01 .all {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 290px;
	height: 54px;
	font-size: 20px;
	font-weight: 700;
	line-height: 54px;
	color: #FFF;
	text-transform: uppercase;
}
#content-section .section01 .all a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #278b8f;
	border-radius: 5px;
	transition: all .4s ease-in-out;
}
#content-section .section01 .all a:hover {
	background-color: #2d472a;
}
#content-section .section02 {
	padding: 50px 0;
	background-color: #f1f1f1;
	text-align: center;
}
#content-section .section02 h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5;
	color: #3f3f3f;
	text-transform: uppercase;
	padding-bottom: 30px;
}
#content-section .section02 .logo-box {
	padding: 15px;
}
#content-section .section02 .logo-box img {
	max-width: 100%;
	height: auto;
}
#content-section .section03 {
	padding: 50px 0;
	background-color: #1c3031;
	text-align: center;
}
#content-section .section03 h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 30px;
}
#content-section .section03 h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px 0;
}
#content-section .section03 h4 img {
	float: left;
	margin-right: 10px;
}
#content-section .section03 figure img {
	max-width: 100%;
	height: auto;
}
#content-section .section03 article {
	text-align: left;
	padding: 10px 0;
}
#content-section .section03 p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: #8c8c8c;
	padding: 10px 0;
}
#content-section .section03 .click {
	margin: 20px auto;
	padding: 0;
	width: 520px;
	height: 70px;
	font-size: 32px;
	font-weight: 700;
	line-height: 70px;
	color: #FFF;
	text-transform: uppercase;
}
#content-section .section03 .click a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #329b9f;
	border-radius: 5px;
	transition: all .4s ease-in-out;
}
#content-section .section03 .click a:hover {
	background-color: #278b8f;
}
#content-section .section04 {
	padding: 50px 0;
	background-color: #f1f1f1;
	text-align: center;
}
#content-section .section04 h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5;
	color: #3c3c3c;
	text-transform: uppercase;
	padding-bottom: 30px;
}
#content-section .section04 .left-section {
	text-align: left;
}
#content-section .section04 .right-section {
	text-align: left;
}
#content-section .section04 img {
	max-width: 100%;
	height: auto;
}
.navigation-controls {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 5px;
	z-index: 1001;
}
.picture-slides-disabled {
	color: #eee;
}
.picture-slides-container {
}
.picture-slides-dimmed-background .navigation-controls {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.picture-slides-dimmed-background .picture-slides-image-text {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
}
.picture-slides-fade-container a {
	display: block;
}
.picture-slides-fade-container a img {
	border: 3px solid #ddd;
}
.picture-slides-image-load-fail {
	display: none;
}
.picture-slides-image-text {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 5px 0 10px;
	z-index: 1001;
}
.picture-slides-previous-image, .picture-slides-next-image, .picture-slides-start-slideshow, .picture-slides-stop-slideshow {
	display: none;
}
.picture-slides-previous-image, .picture-slides-next-image, .picture-slides-start-slideshow, .picture-slides-stop-slideshow {
	cursor: pointer;
}
.picture-slides-thumbnails {
	list-style: none;
	overflow: hidden;
	margin: -11px;
	padding: 0;
}
.picture-slides-thumbnails li {
	margin: 11px;
	padding: 0;
	float: left;
	width: 174px;
	height: 124px;
}
.picture-slides-thumbnails li img {
	border: 3px solid #ddd;
}
.picture-slides-thumbnails a {
	outline: none;
}
.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	border: 3px solid #278b8f;
}
#content-section .section05 {
	padding: 50px 0 150px 0;
	background-color: #FFFFFF;
	text-align: center;
}
#content-section .section05 h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5;
	color: #828282;
	text-transform: uppercase;
	padding-bottom: 30px;
}
#content-section .section05 figure img {
	border: 1px solid #cdcdcd;
	max-width: 100%;
	height: auto;
}
.carousel-indicators li {
	border: none;
	background-color: #bdbfc7;
}
.carousel-indicators .active {
	background-color: #278b8f;
}
.carousel-indicators {
	bottom: -80px;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control.left {
	left: -30px;
	top: 50%;
	margin-top: -23px;
}
.carousel-control.right {
	right: -30px;
	top: 50%;
	margin-top: -23px;
}
#content-section .section06 {
	padding: 30px 0;
	background-color: #278b8f;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	color: #FFFFFF;
}
#content-section .section06 a {
	color: #278b8f;
	font-size: 22px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	margin: 0 15px;
	padding: 0 20px;
	background-color: #FFFFFF;
	border-radius: 5px;
	transition: all .4s ease-in-out;
	vertical-align: top;
}
#content-section .section06 a:hover {
	color: #000;
}
#content-section .section07 {
	padding: 50px 0;
	background: #cecece url(../images/graphic.png) no-repeat top;
	text-align: center;
}
#content-section .section07 h2 {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.5;
	color: #329b9f;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: url(../images/line.png) no-repeat bottom;
}
#content-section .section07 .post-box {
	background-color: #FFF;
	border-radius: 5px;
	margin: 30px auto;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	padding: 15px;
	text-align: left;
	min-height: 220px;
}
#content-section .section07 .date {
	background-color: #278b8f;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #FFF;
	display: inline-block;
}
#content-section .section07 .author {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #0b1e28;
	display: block;
	border-bottom: 1px solid #dadada;
	padding: 10px 0;
}
#content-section .section07 .author span {
	color: #278b8f;
	padding: 0 10px;
}
#content-section .section07 .detail {
	padding: 10px 0;
}
#content-section .section07 .detail img {
	float: left;
	border-radius: 50%;
}
#content-section .section07 .detail article {
	margin-left: 90px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #868686;
	font-style: italic;
}
#content-section .section07 .more {
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #278b8f;
}
#content-section .section07 .more a {
	color: #278b8f;
	text-decoration: none;
	border-bottom: 1px solid #278b8f;
	transition: all .4s ease-in-out;
}
#content-section .section07 .more a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}
#content-section .section07 .more .fa {
	font-size: 16px;
	margin-left: 5px;
}
#content-section .section07 .see {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 200px;
	height: 46px;
	font-size: 18px;
	font-weight: 700;
	line-height: 46px;
	color: #FFF;
	text-transform: uppercase;
}
#content-section .section07 .see a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #373737;
	border-radius: 5px;
	transition: all .4s ease-in-out;
}
#content-section .section07 .see a:hover {
	background-color: #278b8f;
}
#content-section .section07 .see a .fa {
	font-size: 16px;
	margin-left: 5px;
	color: #e77f07;
}
#content-section .section08 {
	padding: 50px 0;
	background-color: #FFFFFF;
	text-align: center;
}
#content-section .section08 h2 {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.5;
	color: #278b8f;
	text-transform: uppercase;
	background: url(../images/line2.png) repeat-x center;
}
#content-section .section08 h2 span {
	background-color: #FFF;
	padding: 0 15px;
}
#content-section .section08 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #7f7f7f;
}
#content-section .section08 ul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}
#content-section .section08 ul li {
	margin: 0 18px;
	padding: 0;
	display: inline;
	cursor: pointer;
}
#content-section .section08 ul li img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	transition: all .4s ease-in-out;
}
#content-section .section08 ul li img:hover {
	-webkit-filter: grayscale(0%);
	filter: none;
}
#content-section .inner-section01 {
	padding: 50px 0;
	background-color: #FFFFFF;
}
#content-section .inner-section01 h2 {
	font-size: 34px;
	font-weight: 300;
	line-height: 1.5;
	color: #278b8f;
	padding: 10px 0;
}
#content-section .inner-section01 h3 {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.5;
	color: #278b8f;
	padding: 10px 0;
}
#content-section .inner-section01 h4 {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.5;
	color: #278b8f;
	padding: 10px 0;
}
#content-section .inner-section01 h5 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	color: #278b8f;
	padding: 10px 0;
}
#content-section .inner-section01 h6 {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	color: #278b8f;
	padding: 10px 0;
}
#content-section .inner-section01 h6 strong {
	color: #5b5b5b;
}
#content-section .inner-section01 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #717171;
	padding: 10px 0;
}
#content-section .inner-section01 .heading {
	border: 6px solid #f4f4f4;
	padding: 20px;
	text-align: center;
}
#content-section .inner-section01 .heading h3 {
	font-weight: 700;
	color: #278b8f;
	padding: 0;
}
#content-section .inner-section01 .heading h6 {
	color: #5b5b5b;
	padding: 0;
}
#content-section .inner-section02 {
	padding: 50px 0;
	background-color: #f1f1f1;
	text-align: center;
}
#content-section .inner-section02 h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5;
	color: #3f3f3f;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.team-box {
	margin: 20px auto;
	width: 268px;
	height: 268px;
	position: relative;
	transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
.team-box img {
	border-radius: 50%;
	border: 1px solid #ff9a0a;
}
.hover-div {
	position: absolute;
	width: 222px;
	height: 222px;
	opacity: 0;
	background: rgba(242,161,0,0.85);
	top: 0;
	transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	margin: 22px;
	padding: 80px 20px;
	border-radius: 50%;
}
.team-box:hover .hover-div {
	opacity: 1;
	transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
.hover-div h3 {
	font-size: 28px;
	font-weight: 300;
	line-height: 36px;
	color: #FFF;
	text-transform: uppercase;
}
.hover-div h5 {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	color: #FFF;
}
#content-section .inner-section03 {
	padding: 50px 0;
	background-color: #FFFFFF;
	text-align: center;
}
#content-section .inner-section03 h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
	color: #aaaaaa;
	padding: 10px 0 30px 0;
}
#content-section .inner-section03 .grey-box01 {
	background-color: #f8f8f8;
	padding: 70px;
}
#content-section .inner-section03 .price-silver {
	margin: 0 auto;
	padding: 0;
	max-width: 270px;
	min-height: 600px;
	background: #f8f8f8 url(../images/sliver-arrow.png) no-repeat top;
	border: 1px solid #e6e6e6;
	border-radius: 15px;
}
#content-section .inner-section03 .price-silver .price {
	border: 2px solid #8cd4d1;
	color: #8cd4d1;
}
#content-section .inner-section03 .price-silver .bottom {
	background-color: #b7cfcf;
}
#content-section .inner-section03 .price-silver .more a:hover {
	background-color: #8cd4d1;
}
#content-section .inner-section03 .price-gold {
	margin: 0 auto;
	padding: 0;
	max-width: 270px;
	min-height: 600px;
	background: #f8f8f8 url(../images/gold-arrow.png) no-repeat top;
	border: 1px solid #e6e6e6;
	border-radius: 15px;
}
#content-section .inner-section03 .price-gold .price {
	border: 2px solid #f6a202;
	color: #f6a202;
}
#content-section .inner-section03 .price-gold .bottom {
	background-color: #d6c29f;
}
#content-section .inner-section03 .price-gold .more a:hover {
	background-color: #f6a202;
}
#content-section .inner-section03 .price-platinum {
	margin: 0 auto;
	padding: 0;
	max-width: 270px;
	min-height: 600px;
	background: #f8f8f8 url(../images/platinum-arrow.png) no-repeat top;
	border: 1px solid #e6e6e6;
	border-radius: 15px;
}
#content-section .inner-section03 .price-platinum .price {
	border: 2px solid #dd4b5e;
	color: #dd4b5e;
}
#content-section .inner-section03 .price-platinum .bottom {
	background-color: #d4a7ae;
}
#content-section .inner-section03 .price-platinum .more a:hover {
	background-color: #dd4b5e;
}
#content-section .inner-section03 .heading {
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	line-height: 52px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#content-section .inner-section03 .price {
	margin: 0 auto;
	padding: 45px 0;
	width: 144px;
	height: 144px;
	background-color: #FFF;
	border: 2px solid #000;
	border-radius: 50%;
	font-size: 48px;
	font-weight: 400;
	line-height: 52px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
#content-section .inner-section03 .content {
	padding: 15px;
	min-height: 298px;
}
#content-section .inner-section03 .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content-section .inner-section03 .content ul li {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #e7e7e7;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #929292;
	text-transform: uppercase;
}
#content-section .inner-section03 .content ul li:last-child {
	border-bottom: none;
}
#content-section .inner-section03 .bottom {
	min-height: 106px;
	border-radius: 0 0 15px 15px;
	padding: 27px 0;
}
#content-section .inner-section03 .more {
	margin: 0 auto;
	padding: 0;
	width: 174px;
	height: 52px;
	font-size: 20px;
	font-weight: 400;
	line-height: 50px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#content-section .inner-section03 .more a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background: none;
	border: 1px solid #FFF;
	border-radius: 10px;
	transition: all .4s ease-in-out;
}
#content-section .inner-section03 .grey-box02 {
	background-color: #f8f8f8;
	padding: 0 70px 70px 70px;
	text-align: left;
}
.container-accordion {
	margin: 0 auto;
	padding: 15px;
	max-width: 957px;
	background-color: #FFF;
	border-radius: 15px;
}
.smk-accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.smk-accordion .accordion-in {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
}
.smk-accordion .accordion-in:last-child {
	border-bottom: none;
}
.smk-accordion .accordion-in .acc-head {
	position: relative;
	padding: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	display: block;
	cursor: pointer;
}
.smk-accordion .accordion-in .acc-head .acc-icon-expand {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	background: url(../images/plusminus.png) center 0;
}
.smk-accordion .accordion-in .acc-content {
	margin: 0;
	padding: 0;
}
.smk-accordion .accordion-in .acc-content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #b1b1b1;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
.smk-accordion .accordion-in .acc-content h1:first-of-type, .smk-accordion .accordion-in .acc-content h2:first-of-type, .smk-accordion .accordion-in .acc-content h3:first-of-type, .smk-accordion .accordion-in .acc-content h4:first-of-type, .smk-accordion .accordion-in .acc-content h5:first-of-type, .smk-accordion .accordion-in .acc-content h6:first-of-type {
}
.smk-accordion .accordion-in:first-of-type, .smk-accordion .accordion-in:first-of-type .acc-head {
}
.smk-accordion .accordion-in:last-of-type, .smk-accordion .accordion-in:last-of-type .acc-content {
}
.smk-accordion .accordion-in.acc-active > .acc-content {
	display: block;
}
.smk-accordion .accordion-in.acc-active > .acc-head {
}
.smk-accordion .accordion-in.acc-active > .acc-head .acc-icon-expand {
	background: url(../images/plusminus.png) center -18px;
}
.smk-accordion.acc-with-icon .accordion-in .acc-head, .smk-accordion.acc-with-icon .accordion-in .acc-content {
	padding-left: 40px;
}
.form-box {
	margin: 50px auto 0 auto;
	padding: 20px;
	max-width: 832px;
	height: auto;
	background-color: #f6f6f6;
	border: 1px solid #f0f0f0;
}
.form-box .pad {
	padding: 10px; 15px; 5px; 15px;
}
.form-box .pad p {
	padding: 5px 0 !important;
}
.form-box .pad p span {
	color: #278b8f;
}
.form-box .pad h6 {
	padding: 0 !important;
}
.form-box .pad h6 span {
	background-color: #278b8f;
	padding: 3px 10px;
	font-weight: 700;
	color: #FFF;
	margin-right: 10px;
}
.form-box label {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #838383;
	display: block;
	padding-bottom: 6px;
}
.form-box label span {
	color: #278b8f;
}
.form-box hr {
	background-color: #FFF;
	border: none;
	padding: 0;
	margin: 30px 15px;
	height: 12px;
}
.form-box input[type="text"], .form-box textarea {
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 44px;
	background-color: #FFF;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #333;
}
.form-box input[type="text"]:focus {
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.form-box textarea {
	min-height: 100px;
	overflow: auto;
	resize: none;
}
.form-box textarea:focus {
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.form-box input[type="submit"] {
	margin: 0;
	padding: 0;
	width: 180px;
	height: 52px;
	background-color: #278b8f;
	border: none;
	border-radius: 6px;
	font-size: 26px;
	font-weight: 400;
	line-height: 52px;
	color: #FFFFFF;
	cursor: pointer;
}
input[type=checkbox]:not(old), input[type=radio]:not(old) {
	width: 20px;
	/*margin: 0 0 0 -20px;*/
	padding: 0;
	/*opacity: 0;*/
}
input[type=checkbox]:not(old) + label {
	display: inline-block;
	padding-left: 30px;
	padding-bottom: 0 !important;
	background: url('../images/checkbox.png') no-repeat 0 0;
	line-height: 20px;
}
input[type=radio]:not(old) + label {
	display: inline-block;
	padding-left: 30px;
	background: url('../images/radio.png') no-repeat 0 0;
	line-height: 20px;
}
input[type=checkbox]:not(old):checked + label {
	background-position: 0 -20px;
}
input[type=radio]:not(old):checked + label {
	background-position : 0 -20px;
}
.form-box .category-box {
	border: 1px solid #e0e0e0;
	background-color: #FFF;
	min-height: 202px;
}
.form-box .category-box .box01 {
	background-color: #278b8f;
	height: 50px;
	padding: 3px;
}
.form-box .category-box .box02 {
	background-color: #ececec;
	min-height: 80px;
	padding: 10px;
}
.form-box .category-box .box03 {
	background-color: #FFFFFF;
	min-height: 100px;
}
.form-box .category-box .box02 p {
	padding: 0 !important;
	line-height: 1.2 !important;
}
.form-box .category-box .box02 p strong {
	font-size: 18px;
	text-transform: capitalize;
}
.form-box ul.color {
	margin: -7px;
	padding: 0;
	list-style: none;
}
.form-box ul.color li {
	margin: 7px;
	padding: 0;
	width: 96px;
	height: 84px;
	float: left;
	background-color: #CCC;
}
.form-box table.table01 {
	margin: 0;
	padding: 0;
	border: 1px solid #dadada;
	border-collapse: collapse;
}
.form-box table.table01 td {
	margin: 0;
	padding: 0;
	height: 101px;
	background-color: #FFF;

	border: 1px solid #dadada;
	border-collapse: collapse;
}
.form-box table.table01 td img {
	border: 1px solid #FFF;
}
.form-box table.table01 td img:hover {
	border: 1px solid #278b8f;
}
.form-box .white-box {
	padding: 0 15px;
	background-color: #FFF;
}
.form-box table.table02 {
	margin: 0;
	padding: 0;
	border: 1px solid #dadada;
	border-collapse: collapse;
}
.form-box table.table02 td {
	margin: 0;
	padding: 0;
	height: 141px;
	background-color: #FFF;
	border: 1px solid #dadada;
	border-collapse: collapse;
}
.form-box table.table02 td img {
	border: 1px solid #FFF;
}
.form-box table.table02 td img:hover {
	border: 1px solid #278b8f;
}
#content-section .inner-section04 {
	padding: 50px 0;
	background-color: #f5f5f5;
	border-top: 1px solid #e7e7e7;
}
#content-section .inner-section04 h4 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.5;
	color: #a0a0a0;
	padding: 0 0 20px 0;
}
#content-section .inner-section04 .login-box {
	margin: 0 auto;
	padding: 30px 100px;
	max-width: 670px;
	height: auto;
	border: 6px solid #eeeeee;
	background-color: #FFF;
}
#content-section .inner-section04 .login-box label {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #838383;
}
#content-section .inner-section04 .login-box {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #838383;
}
#content-section .inner-section04 .login-box a {
	color: #278b8f;
	transition: all .4s ease-in-out;
}
#content-section .inner-section04 .login-box a:hover {
	color: #FF0000;
}
#content-section .inner-section04 .login-box span {
	padding: 0 5px;
}
#content-section .inner-section04 .login-box .pad {
	padding: 15px 0;
}
#content-section .inner-section04 .login-box input[type="text"] {
	margin: 0;
	padding: 10px 10px 10px 80px;
	width: 100%;
	height: 52px;
	background: #fbfbfb url(../images/icon-user.png) no-repeat left;
	border: 1px solid #e0e0e0;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
}
#content-section .inner-section04 .login-box input[type="password"] {
	margin: 0;
	padding: 10px 10px 10px 80px;
	width: 100%;
	height: 52px;
	background: #fbfbfb url(../images/icon-password.png) no-repeat left;
	border: 1px solid #e0e0e0;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
}
#content-section .inner-section04 .login-box input[type="submit"] {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 52px;
	background-color: #278b8f;
	border: none;
	border-radius: 6px;
	font-size: 26px;
	font-weight: 400;
	line-height: 52px;
	color: #FFFFFF;
	cursor: pointer;
}
#content-section .inner-section04 .registration-box {
	margin: 0 auto;
	padding: 30px 100px;
	max-width: 670px;
	height: auto;
	border: 6px solid #eeeeee;
	background-color: #FFF;
}
#content-section .inner-section04 .registration-box label {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #838383;
}
#content-section .inner-section04 .registration-box p {
	padding: 0 0 20px 0;
}
#content-section .inner-section04 .registration-box {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #838383;
}
#content-section .inner-section04 .registration-box a {
	color: #278b8f;
	transition: all .4s ease-in-out;
}
#content-section .inner-section04 .registration-box a:hover {
	color: #FF0000;
}
#content-section .inner-section04 .registration-box span {
	padding: 0 5px;
}
#content-section .inner-section04 .registration-box .pad {
	padding: 15px 0;
}
#content-section .inner-section04 .registration-box input[type="text"] {
	margin: 0;
	padding: 10px 10px 10px 80px;
	width: 100%;
	height: 52px;
	background: #fbfbfb url(../images/icon-user.png) no-repeat left;
	border: 1px solid #e0e0e0;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
}
#content-section .inner-section04 .registration-box input[type="email"] {
	margin: 0;
	padding: 10px 10px 10px 80px;
	width: 100%;
	height: 52px;
	background: #fbfbfb url(../images/icon-email2.jpg) no-repeat left;
	border: 1px solid #e0e0e0;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
}
#content-section .inner-section04 .registration-box input[type="phone"] {
	margin: 0;
	padding: 10px 10px 10px 80px;
	width: 100%;
	height: 52px;
	background: #fbfbfb url(../images/icon-phone2.jpg) no-repeat left;
	border: 1px solid #e0e0e0;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
}
#content-section .inner-section04 .registration-box input[type="password"] {
	margin: 0;
	padding: 10px 10px 10px 80px;
	width: 100%;
	height: 52px;
	background: #fbfbfb url(../images/icon-password.png) no-repeat left;
	border: 1px solid #e0e0e0;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
}
#content-section .inner-section04 .registration-box input[type="submit"] {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 52px;
	background-color: #278b8f;
	border: none;
	border-radius: 6px;
	font-size: 26px;
	font-weight: 400;
	line-height: 52px;
	color: #FFFFFF;
	cursor: pointer;
}
#content-section .inner-section04 .payment-box {
	margin: 0 auto 30px auto;
	padding: 0;
	max-width: 670px;
	height: auto;
	border: 6px solid #eeeeee;
	background-color: #FFF;
}
#content-section .inner-section04 .payment-box .content-top {
	background: #278b8f url(../images/icon-safe.jpg) no-repeat left;
	padding: 20px 20px 20px 66px;
	min-height: 66px;
	font-size: 24px;
	font-weight: 300;
	line-height: 26px;
	color: #FFF;
}
#content-section .inner-section04 .payment-box .content-mid {
	padding: 20px;
}
#content-section .inner-section04 .payment-box .content-bot {
	background-color: #d8d8d8;
	padding: 25px;
	min-height: 80px;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #5c5c5c;
	position: relative;
}
#content-section .inner-section04 .payment-box .content-bot:after {
	content: "";
	background: url(../images/bot-arrow.png) no-repeat center;
	width: 42px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -21px;
}
#content-section .inner-section04 .payment-box label {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #888888;
}
#content-section .inner-section04 .payment-box label span {
	color: #278b8f;
	font-size: 14px;
}
#content-section .inner-section04 .payment-box p {
	padding: 12px 0;
	font-size: 14px;
}
#content-section .inner-section04 .payment-box {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #838383;
}
#content-section .inner-section04 .payment-box a {
	color: #278b8f;
	transition: all .4s ease-in-out;
}
#content-section .inner-section04 .payment-box a:hover {
	color: #FF0000;
}
#content-section .inner-section04 .payment-box span {
	padding: 0 5px;
}
#content-section .inner-section04 .payment-box .pull-left img {
	padding: 0 10px;
}
#content-section .inner-section04 .payment-box hr {
	border: none;
	background-color: #e3e3e3;
	height: 1px;
	margin: 10px 0;
}
#content-section .inner-section04 .payment-box .pad {
	padding: 15px 0;
}
#content-section .inner-section04 .payment-box input[type="text"] {
	margin: 10px 0 0 0;
	padding: 10px;
	width: 100%;
	height: 52px;
	background: #fbfbfb;
	border: 1px solid #e0e0e0;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
}
#content-section .inner-section04 .payment-box input[type="text"].card-number {
	border: 1px solid #278b8f;
}
#content-section .inner-section04 input[type="submit"] {
	margin: 0 auto;
	padding: 0;
	width: 340px;
	height: 52px;
	background-color: #278b8f;
	border: none;
	border-radius: 6px;
	font-size: 26px;
	font-weight: 400;
	line-height: 52px;
	color: #FFFFFF;
	cursor: pointer;
}
#content-section .inner-section05 {
	padding: 50px 0;
	text-align: center;
}
#content-section .inner-section05 h2 {
	font-size: 42px;
	font-weight: 300;
	line-height: 1.5;
	color: #aaaaaa;
}
#content-section .inner-section05 h6 {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	color: #5b5b5b;
	padding: 0 0 50px 0;
}
#content-section .inner-section05 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #5b5b5b;
	padding: 10px 0;
}
#content-section .inner-section06 {
	padding: 10px 0 70px 0;
}
#content-section .inner-section06 .left-box {
	border: 1px solid #f0f0f0;
	background-color: #f9f9f9;
	padding: 15px;
}
#filters {
	margin: 0;
	padding: 0;
	list-style: none;
}
#filters li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #8b8b8a;
	border-bottom: 1px solid #dddddd;
}
#filters li a {
	display: block;
	margin: 0;
	padding: 11px 0 11px 15px;
	text-decoration: none;
	color: #8b8b8a;
	background: url(../images/li-arrow.png) no-repeat left;
	cursor: pointer;
}
#filters li a:hover {
	color: #78a504;
}
#filters li a.active {
	color: #78a504;
	background: url(../images/li-arrow.png) no-repeat left;
	font-weight: 700;
}
#filters li:last-child {
	border-bottom: none;
}
.portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 30px;
	overflow: hidden;
}
.portfolio img {
	max-width: 100%;
	height: auto;
	border: 1px solid #CCCCCC;
	display:block;
}
.no-pad {
	padding: 0;
}
.pad30 {
	padding: 0 0 0 30px;
}
/* 	-----------------------------------------------------
	------------------- Footer Styles -------------------
	----------------------------------------------------- */
#footer-section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 350px;
	background: #050101 url("../images/footer-graphic.png") no-repeat scroll center top;
	background-size: cover;
}
#footer-section .section01 {
	padding: 30px 0;
}
#footer-section .section01 h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 3;
	color: #FFFFFF;
	text-transform: uppercase;
}
#footer-section p {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	color: #bcbec0;
}
#footer-section p a {
	color: #bcbec0;
	text-decoration: none;
	transition: all .4s ease-in-out;
}
#footer-section p a:hover {
	color: #278b8f;
	text-decoration: none;
}
#footer-section p.location {
	background: url(../images/icon-location.png) no-repeat 0 4px;
	padding-left: 32px;
}
#footer-section p.phone {
	background: url(../images/icon-phone.png) no-repeat 0 4px;
	padding-left: 32px;
}
#footer-section p.email {
	background: url(../images/icon-email.png) no-repeat 0 4px;
	padding-left: 32px;
}
#footer-section ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-section ul.links li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	color: #bcbec0;
}
#footer-section ul.links li a {
	color: #bcbec0;
	text-decoration: none;
	transition: all .4s ease-in-out;
}
#footer-section ul.links li a:hover, #footer-section ul.links li a.active {
	color: #278b8f;
}
#footer-section ul.socials {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-section ul.socials li {
	margin: 0 15px 0 0;
	padding: 0;
	display: inline;
}
#footer-section ul.socials li .fa-facebook:before {
	content: "\f09a";
	color: #FFFFFF;
	display: inline-block;
	transition: all .4s ease-in-out;
	font-size: 30px;
	line-height: 1.5;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
#footer-section ul.socials li .fa-facebook:hover:before {
	color: #3846a5;
}
#footer-section ul.socials li .fa-twitter:before {
	content: "\f099";
	color: #FFFFFF;
	display: inline-block;
	transition: all .4s ease-in-out;
	font-size: 30px;
	line-height: 1.5;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
#footer-section ul.socials li .fa-twitter:hover:before {
	color: #66cafc;
}
#footer-section ul.socials li .fa-google-plus:before {
	content: "\f0d5";
	color: #FFFFFF;
	display: inline-block;
	transition: all .4s ease-in-out;
	font-size: 30px;
	line-height: 1.5;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
#footer-section ul.socials li .fa-google-plus:hover:before {
	color: #de5448;
}
#footer-section ul.socials li .fa-linkedin:before {
	content: "\f0e1";
	color: #FFFFFF;
	display: inline-block;
	transition: all .4s ease-in-out;
	font-size: 30px;
	line-height: 1.5;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
#footer-section ul.socials li .fa-linkedin:hover:before {
	color: #6080b9;
}
#footer-section ul.socials li .fa-rss:before {
	content: "\f09e";
	color: #FFFFFF;
	display: inline-block;
	transition: all .4s ease-in-out;
	font-size: 30px;
	line-height: 1.5;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
#footer-section ul.socials li .fa-rss:hover:before {
	color: #ff6600;
}
#footer-section .section02 {
	padding: 25px 0;
	background-color: rgba(0,0,0,0.75);
}
#footer-section .section02 p {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #bcbec0;
}
#footer-section .section02 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-section .section02 ul li {
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #bcbec0;
}
#footer-section .section02 ul li a {
	color: #bcbec0;
	text-decoration: none;
	transition: all .4s ease-in-out;
}
#footer-section .section02 ul li a:hover {
	color: #278b8f;
}
#fixed-footer-section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 106px;
	background-color: #f1f1f1;
	border-top: 10px solid #278b8f;
	border-bottom: 1px solid #cdcdcd;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index:999;
}
#fixed-footer-section .heading {
	background: url(../images/white-arrow.png) no-repeat right;
	padding: 16px 90px 16px 0;
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
	font-style: italic;
	color: #4a4949;
	float: left;
}
#fixed-footer-section .heading span {
	font-size: 60px;
	font-weight: 400;
	float: right;
}
#fixed-footer-section .content {
	margin: 17px 0 0 32px;
	padding: 0;
	float: left;
	width: auto;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	line-height: 48px;
	color: #4a4949;
	text-transform: uppercase;
}
#fixed-footer-section .content a {
	color: #4a4949;
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #dedede;
	border-radius: 5px;
	transition: all .4s ease-in-out;
}
#fixed-footer-section .content a:hover {
	color: #FFFFFF;
	background-color: #278b8f;
}
#fixed-footer-section .content a img {
	float: left;
	margin-right: 10px;
}
#free-logos {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -138px;
	z-index: 9999;
}