body {
	font-family: 'Roboto', sans-serif;
	color:#818386;
	font-size:16px;
	line-height: 25px;
	background:#fff;
	background-image: url(/public/images/bg1.png);
	background-repeat: no-repeat;
	background-position: -100px 400px;
	background-size: 500px;
	position:relative;
}

body:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(/public/images/bg2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 800px;
}

.no-scroll {
	overflow:hidden;
}

/*------------------------------------------------------------------
[ RESET ]
-------------------------------------------------------------------*/

.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot15 {margin-bottom:15px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px !important;}
.margbot35 {margin-bottom:35px !important;}
.margbot40 {margin-bottom:40px !important;}
.margbot50 {margin-bottom:50px !important;}
.margbot60 {margin-bottom:60px;}
.margbot70 {margin-bottom:70px;}
.margbot80 {margin-bottom:80px;}
.margbot90 {margin-bottom:90px;}
.margbot100 {margin-bottom:100px;}
.margtop0 {margin-top:0px !important;}
.margtop10 {margin-top:10px !important;}
.margtop15 {margin-top:15px !important;}
.margtop20 {margin-top:20px;}
.margtop30 {margin-top:30px !important;}
.margtop40 {margin-top:40px !important;}
.margtop50 {margin-top:50px !important;}
.margtop60	{margin-top:60px !important;}
.margtop80 {margin-top:80px;}
.margtop25 {margin-top:25px;}
.margtop100 {margin-top:100px;}
.margtop200n {margin-top:-200px !important;}
.margtop150n {margin-top:-150px !important;}
.margleft0{margin-left:0;}
.margleft10{margin-left:10px;}
.margleft20{margin-left:20px;}
.margleft30{margin-left:30px;}
.margleft40{margin-left:40px;}
.margright0{margin-right:0;}
.margright30{margin-right:30px;}
.marg0{margin:0};

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padbot90 {padding-bottom:90px !important;}
.padbot100 {padding-bottom:100px !important;}
.padtop0 {padding-top:0 !important;}
.padtop20 {padding-top:20px !important;}
.padtop25 {padding-top:25px !important;}
.padtop35 {padding-top:35px !important;}
.padtop40{ padding-top:40px !important;}
.padtop50 {padding-top:50px !important;}
.padtop60 {padding-top:60px !important;}
.padtop70 {padding-top:70px !important;}
.padtop90 {padding-top:90px !important;}
.padtop100 {padding-top:100px !important;}
.pad15 {padding-top:15px;padding-bottom:15px !important;}
.pad10 {padding:0 10px 0 10px !important;}
.pad5 {padding:0 5px 0 5px !important;}
.padleft0 {padding-left:0}
.padleft20{padding-left:20px !important;}
.padleft30{padding-left:30px;}
.padleft50{padding-left:50px !important;}
.padright0 {padding-right:0}
.padright20 {padding-right:20px !important;}
.padright50{padding-right:50px !important;}

.section-pad50 {padding-top:50px;padding-bottom:50px;}

@media (min-width: 1330px) {
  .container {
    width: 1300px;
  }
}

.fluid-padding {
	padding:0px 100px;
}
@media screen and (max-width: 1610px){
	.fluid-padding {
		padding:0px 15px;
	}
}

.border-right {
	border-right:1px solid #eee;
}

.img-responsive {
	display: initial;
}

.white {
	color:#ffffff;
}

.blue {
	color:#563d13;
}

.body-color {
	color:#818386;
}

/*------------------------------------------------------------------
[ TYPOGRAPHY ]
-------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	line-height:1.3;
	color:#070E25;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
	font-size:22px;
}

h4, .h4 {
	font-size:16px;
	font-weight: 600;
}

.heading-font {
	font-family: 'Raleway', sans-serif;
}

.body-font {
	font-family: 'Raleway', sans-serif;
}

.fs16 {
	font-size:16px;
	line-height:23px;
}

a {
	color:#14BBF3;
	transition: all 0.2s linear;
}

a:hover, a:focus {
	text-decoration:underline;
	color:#14BBF3;
}

a.alt-color, .alt-color {
	color: #83C073;
}

a.alt-color:hover, a.alt-color:focus {
	text-decoration:underline;
	color:#83C073;
}

a.custom-link {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size:18px;
	color:#563d13;
}

a.custom-link:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px){
	a.custom-link {
		font-size:14px;
	}
}

p {
    margin: 0 0 16px;
}

.title {
	font-size:40px;
	padding-bottom:10px;
}

.title:before {
	content: ' ';
	display: block;
	background-color: #333;
	width: 100px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin:0 15px;
}

.text-center .title:before {
	margin:0 auto;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #838383;
}

/*------------------------------------------------------------------
[ HEADER ]
-------------------------------------------------------------------*/

.topbar {
  position:relative;
  font-family: 'Raleway', sans-serif;
  font-size:12px;
	display:none;
}

.topbar span {
	//border-right: 1px solid #fff;
	padding: 10px 10px;
	display: inline-block;
}

.topbar a {color:#fff;}
.topbar a:hover {color:#fff;}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-default {
    background-color: #0000000D;
    border-color: transparent;
    color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	-webkit-box-shadow: 0px 2px 16px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 16px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 16px 2px rgba(0,0,0,0.3);
	transition: all .3s ease;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 22px 10px;
	margin-left:0px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight:700;
	font-size:12px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #CCD211;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before {
	content: ' ';
    display: block;
    background-color: #CCD211;
    width: 80%;
    height: 4px;
    position: absolute;
    bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #CCD211;
    background-color:transparent;
}

.navbar-default .navbar-nav > .active > a:before {
	content: ' ';
    display: block;
    background-color: #CCD211;
    width: 80%;
    height: 4px;
    position: absolute;
    bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#navbar-primary .navbar-nav > li > a {
	padding-left: 17px;
     padding-right: 17px;
}
#navbar-primary .navbar-nav > li:last-child > a {
     xpadding-right: 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
    font-weight:bold;
}

.dropdown i {
	margin-left:5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    padding: 5px 0px;
    z-index: 1;
    color:#fff;
}
.dropdown-content a {
    color:#fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
	color:#25a8e0;
	text-decoration:none;
}

.dropdown:hover i {
	color:#25a8e0;
}

/* Dark header */

.darkHeader {
    background: rgba(30, 30, 30, 0.9) !important;
    padding: 0 !important;
}

.navbar-default.dark {color:#333;}

.dark .topbar {
  position:relative;
  top:0px;
  border-bottom:none;
  background:#CCD211;
  color:#fff;
	//border-bottom:1px solid #fff;
}

.dark .navbar-nav > li > a {
    color: #fff;
}

.dark .dropdown-content {
    color:#333;
}
.dark .dropdown-content a {
    color:#333;
}

.dark .dropdown-content a:hover {
	color:#25a8e0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
	background: none !important;
	color:#fff;
}
.dropdown-menu {
	padding: 0;
	border-radius: 0;
}
.dropdown-menu > li > a {
	padding: 13px 20px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #CCD211;
}
.sub-menu li:not(:last-child){
	border-bottom: 1px solid #e3e3e3;
}

/*------------------------------------------------------------------
[ BUTTONS ]
-------------------------------------------------------------------*/

.btn {
    display: inline-block;
    padding: 6px 30px;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 50px;
}

.btn i {
	font-size:16px;
}

.btn.ico-right i {
	margin-left:5px;
}

.btn.ico-left i {
	margin-right:5px;
}

.btn-default {
    color: #fff;
    background-color: #CCD211;
    border: 1px solid #CCD211;
}

.btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default:active:hover {
  color: #fff;
  background-color: #b2b70f;
  border-color: #b2b70f;
}

.btn-primary {
    color: #fff;
    background-color: #14BBF3;
    border-color: #14BBF3;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:hover {
  color: #fff;
  background-color: #0345ac;
  border-color: #0345ac;
}

.btn-alt {
    color: #fff;
    background-color: #CCD211;
    border-color: #CCD211;
}

.btn-alt:focus, .btn-alt:hover, .btn-alt:active, .btn-alt:active:hover {
  color: #fff;
  background-color: #b3b810;
  border-color: #b3b810;
}

.btn-border {
    color: #fff;
    background-color: transparent;
    border:2px solid #CCD211;
    text-transform:uppercase;
}

.btn-border:focus, .btn-border:hover, .btn-border:active, .btn-border:active:hover {
  color: #fff;
  background-color: #CCD211;
  border-color: #CCD211;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 15px 70px;
  font-size: 12px;
  font-weight:400;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.42857143;
}

/*------------------------------------------------------------------
[ FORMS ]
-------------------------------------------------------------------*/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*------------------------------------------------------------------
[ SECTION ]
-------------------------------------------------------------------*/

.container, .container-fluid {
    position: relative;
}

.box-bg-offset {
	position: relative;
	margin-top:-60px;
	z-index: 99;
	background:#fff;
	border-radius:8px;
	-webkit-box-shadow: 0px -1px 4px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -1px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 0px -1px 4px 3px rgba(0,0,0,0.3);
}

@media screen and (max-width: 767px){
	.box-bg-offset {
		margin-top:-30px !important;
		background:#fff;
		margin:0px 0px;
	}
}

.box-offset {
	position: relative;
	margin-top:-60px;
}

/*
.box-bg-offset::before {
    content: ' ';
    display: block;
    background-color: #563d13;
    width: 100px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3.90625rem;
}
*/

.bg-gray {
	background:#f2f5f9;
}

section.fullscreen {
    width: 100%;
    display: table;
    margin: 0;
    max-width: none;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.valign-center {
    display: table-cell;
    vertical-align: middle;
}

.fullscreen {
    xheight: 100vh;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.hero-subtitle {
    font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.1em;
    font-weight: 600;
    color: #fff;
	margin-top:60px;
}

.hero .btn {
	margin-top:30px;
}

.page-back-pic {
	background-size: cover;
	background-position: center center;
	padding-top: 10em;
	padding-bottom: 12em;
}

.page-back-pic.small-height {
	padding-top: 7em;
	padding-bottom: 6em;
}

.pages-header h1{
	color:#fff;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	//text-shadow: 0 2px 2px rgba(0,0,0,.2);
}

@media screen and (max-width: 991px){
	.pages-header h1{
		xfont-size: 38px;
	}
}

.pages-header.dark h1{
	color:#333;
}

.pages-header p{
	color:#fff;
	font-size: 30px;
	margin-top:20px;
	line-height: 40px;
	text-shadow: 0 2px 2px rgba(0,0,0,.2);
}

@media screen and (max-width: 991px){
	.pages-header p{
		font-size: 16px;
		line-height: 20px;
	}
}

.pages-header.dark p{
	color:#8da2a4;
}

.subtitle {
	font-size:36px;
	line-height: 36px;
}
.subtitle span {
	font-size:16px;
	font-weight: 400;
}

.bg-white-box {
	background:#ffffff;;
	padding:50px 30px 30px 30px;
	font-size:18px;
	line-height: 30px;
}

.bg-white-box p {
	margin: 0 0 15px;
}

.bg-white-box .title:before {
	margin: 0 0px;
}

@media screen and (max-width: 767px){
	.bg-white-box {
		margin:0px 15px;
		font-size:14px;
		line-height: 24px;
	}
}

@media screen and (max-width: 767px){
	#main {
		padding-top:0px !important;
	}
}

.breadcrumbs {
	background: #CCD211;
	color: #fff;
	padding:5px 10px;
	margin-top: -50px;
	position: absolute;
}

.breadcrumbs a {
	color:#fff;
}

@media screen and (max-width: 767px){
	.breadcrumbs {
		margin-left: 0px;
		margin-top:0px;
		position: relative;
	}
}

.list-item {
	float:left;
	width:100%;
	border-bottom:1px solid #838383;
	padding-bottom:15px;
	margin-bottom:20px;
}

.list-item .list-title {
	font-size:20px;
}

.list-item i {
	margin-right:20px;
}

.list-item a {
	font-size:18px;
}

.team-member h4 {
	margin-bottom:5px;
}

.strategic-team {
	background: #14BBF3;
	color:#ffffff;
	padding:20px;
	border-radius: 24px;
	border-top-left-radius: 0px;
}

.strategic-team h3 {
	margin-top:0px;
	color:#ffffff;
}

.step-box {
	background: #ffffff;
	border-radius: 8px;
	padding:20px;
	margin-bottom: 30px;
	border-top:12px solid #eeeeee;
	min-height: 530px;
	-webkit-box-shadow: 0px -1px 4px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -1px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 0px -1px 4px 3px rgba(0,0,0,0.3);
}

@media screen and (max-width: 1610px){
	.step-box h1 {
		font-size:25px;
	}
}
.step-box h1 {

}

.step-box.color1 {
	border-color: #CCD211;
}.step-box.color2 {
	border-color: #83C073;
}.step-box.color3 {
	border-color: #14BBF3;
}.step-box.color4 {
	border-color: #070E25;
}

.step-box .color1 {
	color:#CCD211;
}.step-box .color2 {
	color:#83C073;
}.step-box .color3 {
	color:#14BBF3;
}.step-box .color4 {
	color:#070E25;
}

.item-box {
	float:left;
	width:100%;
	background: #ffffff;
	border-radius: 8px;
	padding:20px;
	margin-bottom:30px;
	border-top:12px solid #14BBF3;
	-webkit-box-shadow: 0px -1px 4px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -1px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 0px -1px 4px 3px rgba(0,0,0,0.3);
}

.item-box h1 {
	min-height: 120px;
}

.item-box h2 {
	min-height: 120px;
}

.item-box .item-subtitle {
	min-height: 130px;
}

.item-box .meta {
    float: right;
    font-size: 14px;
	margin-top: 16px;
}

.item-box .meta i {
    color: #14BBF3;
}

.item-box.black-box {
	background: #000000;
	color:#ffffff;
	border-top: none;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.item-box.black-box h1 {
	color: #ffffff;
}

.item-box.alt-color {
	border-top:12px solid #CCD211;
}

.item-box.alt-color .meta i {
    color: #CCD211;
}

.bigplay {
	display: block;
    height: 100px;
    width: 100px;
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto auto;
	margin-bottom:50px;
    z-index: 11;
    color: #14BBF3;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
}

.bigplay i {
    line-height: inherit;
    vertical-align: bottom;
    margin-left: 15px;
}

.qa {
	padding:100px 0px 100px 0px;
}

.qa .category ul {
	list-style: none;
}
@media screen and (max-width: 767px){
	.qa .category ul {
		padding-left:0px;
	}
}

.qa .category ul li {
	margin-bottom:10px;
}

.qa .category ul li a {
	color: #818386;
}

.qa .category ul li a:hover, .qa .category ul li a:focus {
	color: #070E25;
	text-decoration: none;
}

.qa .category ul li a.active {
	color: #070E25;
	font-weight: 600;
}

.qa .panel {
    background-color: #f9f9f9;
	border:none;
    border-bottom: 1px solid #ecedee;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.qa .panel-group .panel + .panel {
    margin-top: 0px;
}

.qa .panel-heading {
    padding: 25px 15px;
}

.qa .panel-heading a {
    color: #070E25;
	font-size: 20px;
	font-weight: 600;
}

.qa .panel-heading a:hover, .qa .panel-heading a:focus {
    text-decoration: none;
}

.collapsed .fa-angle-down:before
{
    content: '\f105';
}
.collapsed .fa-minus:before
{
    content: '\f067';
}

.qa .panel-body {
    padding: 15px;
    background: #fff;
}

/*------------------------------------------------------------------
[ INDEX PAGE ]
-------------------------------------------------------------------*/

.row-flex {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-flex {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.flex-img {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
}

.index-about, .index-wheel, .index-news{
	padding:100px 0px 0px 0px;
}
@media screen and (max-width: 767px){
	.index-about, .index-wheel, .index-news{
		padding:50px 0px 0px 0px;
	}
}

.image-box {
	margin-bottom:60px;
}

@media screen and (max-width: 767px){
	.image-box {
		margin-bottom:80px;
	}
}

.image-box .box-title {
	background:#CCD211;
	color:#fff;
	padding:20px;
	position: relative;
	z-index: 1;
	margin:-50px 0;
	width:88%;
	transition: all 0.3s;
	-webkit-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
}

.image-box-2 .box-title {
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	-webkit-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
}

/*
.image-box .box-title::before {
    content: ' ';
    display: block;
    background-color: #563d13;
    margin-bottom: 15px;
    height: 4px;
    width: 100px;
}
*/

.image-box .box-title h3 {
	margin-top:0px;
	font-size:25px;
}

.image-box .box-title h3 a {
	color:#fff;
}

.image-box .box-title h3 a:hover {
	color:#fff;
}

.image-box:hover .box-title, .image-box-2:hover .box-title {
	-webkit-transform: translateY(-5px) !important;
	-ms-transform: translateY(-5px) !important;
	transform: translateY(-5px) !important;
}

@media screen and (max-width: 767px){
	.image-box:hover .box-title {
		transition: all 0.3s;
		-webkit-transform: translateY(0px) !important;
		-ms-transform: translateY(0px) !important;
		transform: translateY(0px) !important;
	}
	.image-box .box-title h3 {
		font-size:20px;
	}
}

.image-box .box-title.small {
	background:#CCD211;
	padding:10px;
	position: relative;
	z-index: 1;
	margin:-20px 0;
	width:92%;
}

.image-box .box-title.small h3 {
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	line-height: 18px;
}

.image-box .box-title.small h3 a {
	color:#fff;
}

.image-box .box-title.small h3 a:hover {
	color:#fff;
}

.img-fit {
	object-fit: contain;
	width: 130px;
	height: 100px;
	margin: 0px 30px;
}

.img-fit-big {
	object-fit: contain;
	width: 200px;
	height: 180px;
	margin: 0px 30px;
}

.text-box-white {
	background: #563d13;
	padding:0px 30px 30px 30px;
	color:#fff;
	transition: all 0.3s;
}

.text-box-white h2 {
	color:#fff;
}

.text-box-white .box-title i {
	font-size:40px;
}

.text-box-white .box-title::before {
    content: ' ';
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
    height: 3px;
    width: 100px;
}

.text-box-white a {
	color:#25a8e0;
	transition: all 0.3s;
}
.text-box-white a:hover {
	color:#fff;
}

.text-box-white:hover {
	margin-top:-10px;
	margin-bottom:10px;
}

@media screen and (max-width: 767px){
	.text-box-white:hover {
		margin-top:0px;
		margin-bottom:0px;
	}
}

a .wheel {
	transition: all 0.2s linear;
}

a:hover .wheel {
	opacity: 0.8;
}

/*------------------------------------------------------------------
[ NEWS LIST ]
-------------------------------------------------------------------*/

.news-box {
	min-height:300px;
	border-radius:10px;
	color:#fff;
}
@media screen and (max-width: 767px){
	.news-box {
		min-height:400px;
	}
}

.news-box .news-content {
	position: absolute;
	bottom:0px;
	padding: 30px 20px;
	width: calc(100% - 40px);
}

.news-box .news-title {
	font-size:20px;
	font-weight: 700;
	color:#fff;
	margin-bottom:10px;
	display: block;
}

.news-box .news-title:hover {
	text-decoration: underline;
}

.news-box .meta {
	float:right;
	font-size:14px;
	padding:15px;
}

.news-box .meta i {
	margin-right:5px;
}

.news-box p {
	font-size:14px;
}

.newsDateBox {
    color: #fff;
    background-color: #563d13;
    font-size: 13px;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 10px;
}

.paging-news {
	padding-bottom:120px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #563d13;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #563d13;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #563d13;
    border-color: #563d13;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #563d13;
    border-color: #563d13;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/*------------------------------------------------------------------
[ ONE NEWS ]
-------------------------------------------------------------------*/

.one-news .meta {
	float:right;
	margin:25px;
	font-size:14px;
}

.one-news .meta i {
	color: #14BBF3;
}

.other-news{
	padding:100px 0px 0px 0px;
}

/*------------------------------------------------------------------
[ CONTACT ]
-------------------------------------------------------------------*/

.contact-info {
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	letter-spacing:5px;
	margin-top:30px;
}

.contact-info p {
	margin-bottom:30px;
}

#map {
	margin-bottom:-6px;
}

/*------------------------------------------------------------------
[ GALLERY ]
-------------------------------------------------------------------*/

.gallery-item {
	position:relative;
    overflow:hidden;
}

.gallery-item a {
	display:block;
}

.gallery-item span {
	position:absolute;
	bottom:1vh;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	text-transform:uppercase;
	z-index:10;
	overflow:hidden;
	text-align:center;
	width:100%;
}

.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(0, 0, 0, 0.75);
    width:100%;
    height:100%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    display:none;
}

.caption i {
	position:relative;
	top:41%;
	font-size:40px;
}

.gallery-slider .carousel-indicators {
    position:relative;
    bottom: 0;
    left: 0px;
    margin-left: 0px;
    width: 100%;
    margin-top:20px;
}
.gallery-slider .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 80px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 10px !important;
    margin-top: 0;
    width: 80px;
}
.gallery-slider .carousel-indicators li:nth-last-child {margin-right:0px;}
.gallery-slider .carousel-indicators img {
    border: 1px solid #FFFFFF;
    float: left;
    height: 80px;
    left: 0;
    width: 80px;
}
.gallery-slider .carousel-indicators .active img {
    border: 1px solid #d9042b;
}

.carousel-control {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: -85px;
    width: 15%;
    font-size: 50px;
    color: #333;
    text-align: center;
    text-shadow: none;
    background-color: none;
    filter: none;
    opacity: 1;
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #999;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: none;
}

.carousel-control.right {
    right: -85px;
    left: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: none;
}

/*------------------------------------------------------------------
[ MODAL ]
-------------------------------------------------------------------*/

.modal-content {
    border-radius: 8px;
}

.modal-header {
	border-bottom: none;
}

.modal-header h3 {
	text-transform:uppercase;
}

.modal-header .close {
    font-size:40px;
}

.gallery-modal-header {
    padding-left: 40px;
}

.modal-body {
    overflow: hidden;
}

.gallery-modal-body {
	padding-left:40px;
	padding-right:40px;
}

.team-modal .modal-dialog {
    margin: 0px auto;
}

.team-modal .modal-pic {
	text-align: center;
	position: relative;
	z-index: 99;
	top: 100px;
}

.team-modal .modal-body {
	padding: 50px;
	padding-top:160px;
}

.team-modal .modal-body .modal-title h1 {
	margin-bottom:0px;
}

.team-modal .modal-body .modal-title h2 {
	font-weight: 600;
	margin-top:10px;
}

.team-modal .separator {
    text-align: center;
    border-top: 2px solid #CCD211;
    width: 60px;
    margin: 25px auto;
}

.team-modal .modal-footer {
    border-top: 0px solid #e5e5e5;
}

.video-modal .modal-body {
	padding: 0px;
	color:transparent;
}
.video-modal .modal-content {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (min-width: 768px) {
.video-modal .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
}
}
.video-modal .modal-header .close {
	margin-top: 0px;
}

.video-modal .close {
    font-size: 30px;
    color: #fff;
    text-shadow: none;
    filter: none;
    opacity: 1;
}

/*------------------------------------------------------------------
[ FOOTER ]
-------------------------------------------------------------------*/

.footer-top {
	background:#563d13;
	color:#fff;
	padding: 10px 15px 20px;
}

.footer-top h2 {
	font-weight: 400;
}

footer {
	background:#292931 url(/public/images/bg.png);
	color:#fff;
	padding-top:40px;
	padding-bottom:60px;
	position: relative;
}

footer a {
	color:#676e79;
}

footer a:hover {
	color:#676e79;
	text-decoration: underline;
}

footer .social a .fa {
	background: #fff;
	color:#333;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
}

.widget {
	font-size:14px;
	margin-bottom:20px;
}

.widget h4 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
}

.widget p {
	line-height: 23px;
	color: #676e79;
}

.widget hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #676e79;
}

.widget .footer-nav {
	width:100%;
	list-style: none;
	padding-left:0px;
}
 .widget.footer-nav li {
}

.widget .footer-nav li a {
	color:#676e79;
	padding:4px 0px;
	font-size:14px;
	font-weight: 500;
	display:block;
}

.widget .footer-nav li a:hover {
	text-decoration: underline;
}

.footer-extra {
	font-size:14px;
}

.footer-extra a {
	color: #14BBF3;
	font-weight:600;
	text-decoration: none;
}

.footer-extra a:hover {
	color: #14BBF3;
	text-decoration: underline;
}

/*------------------------------------------------------------------
[ REVOLUTION SLIDER CUSTOM ]
-------------------------------------------------------------------*/

.tp-caption a {
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
	color: #fff;
}

.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-caption.small_white_center {
font-size:18px;
line-height:25px;
font-weight:300;
font-family: 'Raleway', sans-serif;
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.big_white_center {
font-size:30px;
line-height:40px;
font-weight:300;
//text-transform: uppercase;
font-family: 'Raleway', sans-serif;
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
padding-bottom:40px;
text-shadow: 0 2px 2px rgba(0,0,0,.2);
}

.tp-caption.big_white_center span {
	font-size:70px;
	line-height:90px;
	font-weight: 400;
	text-transform: uppercase;
}

@media screen and (max-width: 1080px){
	.tp-caption.big_white_center span {
		font-size:40px;
		line-height:45px;
	}
}

@media screen and (max-width: 767px){
	.tp-caption.big_white_center span {
		font-size:20px;
		line-height:25px;
	}
}

/*
.tp-caption.big_white_center:before {
	content: ' ';
	display: block;
	background-color: #CCD211;
	width: 30%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
*/

/*------------------------------------------------------------------
[ MOBILE MENU ]
-------------------------------------------------------------------*/

.header-mob {
	background:rgba(30, 30, 30, 0.9);
	xposition:absolute;
	xfloat:left;
	width:100%;
	z-index: 40;
}

.mob-logo {
	position: relative;
	z-index: 99;
}

.button_container {
  position: absolute;
  top: 11px;
  right: 5%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: absolute;
  background: rgba(30, 30, 30, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100vh;
  z-index: 100;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  font-family: 'Raleway', sans-serif;
}
.overlay ul li {
  display: block;
  height: 10%;
  height: calc(100% / 7);
  min-height: 10px;
  position: relative;
  opacity: 0;
  color:#fff;
}
.overlay ul li a {
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/*------------------------------------------------------------------
[ RESPONSIVE ]
-------------------------------------------------------------------*/

@media screen and (max-width: 991px) {
	.mob-padtop30 {
		padding-top:30px !important;
	}

	footer {
		padding-top:30px !important;
	}

	.tp-caption.big_button {
		display:none;
	}

	.services-box {
		margin-bottom:20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-control.right {
    	right: -60px;
	}
	.carousel-control.left {
    	left: -60px;
	}
}

@media screen and (max-width: 767px){
	.carousel-control.right {
    	right: -65px;
	}
	.carousel-control.left {
    	left: -65px;
	}
}

@media screen and (min-width: 361px) and (max-width: 550px) {
    .carousel-control.right {
    	right: -50px;
	}
	.carousel-control.left {
    	left: -50px;
	}
}

@media screen and (max-width: 360px) {
	.carousel-control.right {
    	right: -35px;
	}
	.carousel-control.left {
    	left: -35px;
	}
	.carousel-control {
    top: 30%;
	}
}

.info-box {
	background:#333;
	color:#fff;
	padding:10px;
	padding-bottom:5px;
	position: fixed;
	bottom:0px;
	z-index: 1000;
	width: 100%;
}

/*------------------------------------------------------------------
[ WHEEL ]
-------------------------------------------------------------------*/

/*
  make each pie piece a rectangle twice as high as it is wide.
  move the transform origin to the middle of the left side.
  Also ensure that overflow is set to hidden.
*/
  .pie {
		position:absolute;
		width:100px;
		height:200px;
		overflow:hidden;
		left:150px;
		-moz-transform-origin:left center;
		-ms-transform-origin:left center;
		-o-transform-origin:left center;
		-webkit-transform-origin:left center;
		transform-origin:left center;
	}
/*
  unless the piece represents more than 50% of the whole chart.
  then make it a square, and ensure the transform origin is
  back in the center.

  NOTE: since this is only ever a single piece, you could
  move this to a piece specific rule and remove the extra class
*/
	.pie.big {
		width:200px;
		height:200px;
		left:50px;
		-moz-transform-origin:center center;
		-ms-transform-origin:center center;
		-o-transform-origin:center center;
		-webkit-transform-origin:center center;
		transform-origin:center center;
	}
/*
  this is the actual visible part of the pie.
  Give it the same dimensions as the regular piece.
  Use border radius make it a half circle.
  move transform origin to the middle of the right side.
  Push it out to the left of the containing box.
*/
	.pie:BEFORE {
		content:"";
		position:absolute;
		width:100px;
		height:200px;
		left:-100px;
		border-radius:100px 0 0 100px;
		-moz-transform-origin:right center;
		-ms-transform-origin:right center;
		-o-transform-origin:right center;
		-webkit-transform-origin:right center;
		transform-origin:right center;

	}
 /* if it's part of a big piece, bring it back into the square */
	.pie.big:BEFORE {
		left:0px;
	}
/*
  big pieces will also need a second semicircle, pointed in the
  opposite direction to hide the first part behind.
*/
	.pie.big:AFTER {
		content:"";
		position:absolute;
		width:100px;
		height:200px;
		left:100px;
		border-radius:0 100px 100px 0;
	}
/*
  add colour to each piece.
*/
	.pie:nth-of-type(1):BEFORE,
	.pie:nth-of-type(1):AFTER {
		xbackground-color:blue;
		background: url(http://wp7.wwwindustry.net/pub/article/15606091159903_johan.png);
	}
	.pie:nth-of-type(2):AFTER,
	.pie:nth-of-type(2):BEFORE {
		background-color:green;
	}
	.pie:nth-of-type(3):AFTER,
	.pie:nth-of-type(3):BEFORE {
		background-color:red;
	}
	.pie:nth-of-type(4):AFTER,
	.pie:nth-of-type(4):BEFORE {
		background-color:orange;
	}
/*
  now rotate each piece based on their cumulative starting
  position
*/
	.pie[data-start="30"] {
		-moz-transform: rotate(30deg); /* Firefox */
		-ms-transform: rotate(30deg); /* IE */
		-webkit-transform: rotate(30deg); /* Safari and Chrome */
		-o-transform: rotate(30deg); /* Opera */
		transform:rotate(30deg);
	}
	.pie[data-start="60"] {
		-moz-transform: rotate(60deg); /* Firefox */
		-ms-transform: rotate(60deg); /* IE */
		-webkit-transform: rotate(60deg); /* Safari and Chrome */
		-o-transform: rotate(60deg); /* Opera */
		transform:rotate(60deg);
	}
	.pie[data-start="100"] {
		-moz-transform: rotate(100deg); /* Firefox */
		-ms-transform: rotate(100deg); /* IE */
		-webkit-transform: rotate(100deg); /* Safari and Chrome */
		-o-transform: rotate(100deg); /* Opera */
		transform:rotate(100deg);
	}
/*
  and rotate the amount of the pie that's showing.

  NOTE: add an extra degree to all but the final piece,
  to fill in unsightly gaps.
*/
	.pie[data-value="30"]:BEFORE {
		-moz-transform: rotate(31deg); /* Firefox */
		-ms-transform: rotate(31deg); /* IE */
		-webkit-transform: rotate(31deg); /* Safari and Chrome */
		-o-transform: rotate(31deg); /* Opera */
		transform:rotate(31deg);
	}
	.pie[data-value="40"]:BEFORE {
		-moz-transform: rotate(41deg); /* Firefox */
		-ms-transform: rotate(41deg); /* IE */
		-webkit-transform: rotate(41deg); /* Safari and Chrome */
		-o-transform: rotate(41deg); /* Opera */
		transform:rotate(41deg);
	}
	.pie[data-value="260"]:BEFORE {
		-moz-transform: rotate(260deg); /* Firefox */
		-ms-transform: rotate(260deg); /* IE */
		-webkit-transform: rotate(260deg); /* Safari and Chrome */
		-o-transform: rotate(260deg); /* Opera */
		transform:rotate(260deg);
	}
/*
NOTE: you could also apply custom classes (i.e. .s0 .v30)
but if the CSS3 attr() function proposal ever gets implemented,
then all the above custom piece rules could be replaced with
the following:

.pie[data-start] {
   transform:rotate(attr(data-start,deg,0);
}
.pie[data-value]:BEFORE {
   transform:rotate(attr(data-value,deg,0);
}
*/
