@font-face {font-family: "Haettenschweiler";
	src: url("/fonts/haettenschweiler.eot");
	src: url("/fonts/haettenschweiler.eot?#iefix") format("embedded-opentype"),
		 url("/fonts/haettenschweiler.woff2") format("woff2"),
		 url("/fonts/haettenschweiler.woff") format("woff"),
		 url("/fonts/haettenschweiler.ttf") format("truetype"),
		 url("/db.onlinewebfonts.com/t/97d6f29a4bda3a872dad26cc5b2d0d7b.svg#Haettenschweiler") format("svg");
}
@font-face {
    font-family: 'strike_fighter_italic';
    src: url('/fonts/strikefighterital-webfont.woff2') format('woff2'),
         url('/fonts/strikefighterital-webfont.woff') format('woff');
}
@font-face {
    font-family: 'Strike Fighter';
    src: url('/fonts/strikefighter.ttf') format('truetype')
}
@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-Bold.ttf') format('truetype')
}
@font-face {
    font-family: 'futureforces';
    src: url('/fonts/futureforces.otf') format('opentype'),
         url('/fonts/futureforces.ttf') format('truetype');
}
@font-face {
    font-family: 'futureforces3d';
    src: url('/fonts/futureforces3d.otf') format('opentype'),
         url('/fonts/futureforces3d.ttf') format('truetype');
}
@font-face {
    font-family: 'BebasNeue';
    src: url('/fonts/BebasNeue-Regular.eot') format('embedded-opentype'),
         url('/fonts/BebasNeue-Regular.otf') format('opentype'),
         url('/fonts/BebasNeue-Regular.ttf') format('truetype');
		 url("/fonts/BebasNeue-Regular.woff2") format("woff2"),
		 url("/fonts/BebasNeue-Regular.woff") format("woff"),
}
body {
		font: 14px/1.7 "Source Sans Pro", sans-serif;
		background: #0d0d0d;
		color: #767676;
}
	}
img {
	max-width: 100%;
	height: auto;
	vertical-align:middle;
}
	h1 { font: 52px/1.1 "Raleway", sans-serif;}
	h2 { font: 42px/1.1 "Raleway", sans-serif;}
	h3 { font: 32px/1.1 "Raleway", sans-serif;}
	h4 { font: 25px/1.1 "Raleway", sans-serif;}
	h5 { font: 20px/1.1 "Raleway", sans-serif;}
	h6 { font: 18px/1.1 "Raleway", sans-serif;}
	h1, h2, h3, h4, h5, h6 {
		color: #443f3f;
		font-weight: 600;
		margin: 10px 0 24px;
	}

	a {
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	ol,
	ul {
		margin-top:0;
		margin-bottom:10px
	}
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	menu,
	nav,
	section,
	summary {
		display:block
	}
	textarea,
	input[type="text"],
	input[type="submit"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input,
	.dropdown-menu,
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
		-webkit-appearance: none;
		text-shadow: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		     -o-box-shadow: none;
		        box-shadow: none;
	}
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"] {
		color: #767676;
		background-color: #fafafa;
		border: 1px solid #dbdbdb;
		height: 50px;
		padding: 4px 20px;
		border-radius: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}
	/* Search widget. */
	.widget_search .search-submit {
		display: none;
	}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
	.site-title {
		font-size: 32px;
		line-height: 1.2;
	}
	.site-title a,
	.site-title a:hover {
		color: #fff;
	}
	.site-logo {
		max-height: 110px;
	}
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: transparent;
		padding: 20px 0;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}
	.admin-bar .site-header,
	.admin-bar .site-header.float-header {
		top: 32px;
	}
	.admin-bar:not(.siteScrolled) .slide-item {
		background-position: 50% 0 !important;
	}	
	.header-image {
		display: none;
		position: relative;
		height: 300px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.header-inner {
		display: none;
	}
	.site-title {
		margin: 0;
	}
	.site-description {
		font-size: 16px;
		margin: 15px 0 0;
		line-height: 1.6;
		color: #efefef;
	}
	.site-description:empty {
		margin: 0;
	}	
	.site-header.fixed {
		position: fixed;
	}

	.site-header .col-md-4,
	.site-header .col-md-8 {
		min-height: 0;
	}

	.site-header .logo {
		margin: 40px 0;
		float: left;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}

	.site-header .logo a {
		display: block;
		height: 100%;
	}

	.site-header .logo {
		width: 135px;
		height: 27px;
	}

	.site-header.float-header {
		background-color: rgba(0,0,0,0.9);
		padding: 5px;
	}
	.site-header.float-header #mainnav {
		padding: 0;
	}

	.site-header.float-header #mainnav > ul > li > a {
	    height: 70px;
	    line-height: 70px;
	}

	.site-header.float-header .logo {
	    margin: 20px 0;
	}
.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #000;
}
.container {
 margin-right:auto;
 margin-left:auto;
 padding-left:15px;
 padding-right:15px
}
@media (min-width:368px) {
 .container {
	width:350px
 }
 .slide_height {
	height: 203.48px
 }
 .page-wrap {
	padding-top: 110px
}
 .text-slider .maintitle {
	margin: 0;
	font-size: 20px;
    line-height: 1.1;
    padding-bottom: 5px;
 }
 .text-slider .subtitle {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0;
 }
  .mobile-nav {
	display: block;
 }
 .mainnav {
	display: none;
	width: 0;
 }
}
@media (min-width:568px) {
 .container {
  width:550px
 }
 .slide_height {
  height: 315.77px
 }
 .page-wrap {
	padding-top: 110px
 }
 .mobile-nav {
	display: block;
 }
 .mainnav {
	display: none;
	width: 0;
 }
}
@media (min-width:768px) {
 .container {
  width:750px
 }
 .slide_height {
  height: 428.05px
 }
 .page-wrap {
	padding-top: 110px
 }
 .text-slider .maintitle {
	margin: 0;
	font-size: 40px;
    line-height: 1.1;
    padding-bottom: 10px;
 }
 .text-slider .subtitle {
    font-size: 35px;
    line-height: 24px;
    padding: 15px 0;
 }
 .mobile-nav {
	display: block;
 }
 .mainnav {
	display: none;
	width: 0;
 }
}
@media (min-width:992px) {
 .container {
  width:970px
 }
 .slide_height {
  height: 551.55px
 }
 .page-wrap {
	padding-top: 110px
 }
 .text-slider .maintitle {
	margin: 0;
	font-size: 45px;
    line-height: 1.1;
    padding-bottom: 10px;
 }
 .text-slider .subtitle {
    font-size: 40px;
    line-height: 24px;
    padding: 15px 0;
 }
 .mobile-nav {
	display: none;
 }
 .mainnav {
	display: block;
 }
}
@media (min-width:1200px) {
 .container {
  width:1170px
 }
 .slide_height {
  height: 663.83px
 }
 .page-wrap {
	padding-top: 110px
 }
 .text-slider .maintitle {
	margin: 0;
	font-size: 55px;
    line-height: 1.1;
    padding-bottom: 10px;
 }
 .text-slider .subtitle {
    font-size: 40px;
    line-height: 24px;
    padding: 15px 0;
 }
 .mobile-nav {
	display: none;
 }
 .mainnav {
	display: block;
 }
}
.row {
 margin-left:-15px;
 margin-right:-15px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
 position:relative;
 min-height:1px;
 padding-left: 15px;
 padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
 float:left
}
.col-xs-12 {
 width:100%
}
.col-xs-11 {
 width:91.66666667%
}
.col-xs-10 {
 width:83.33333333%
}
.col-xs-9 {
 width:75%
}
.col-xs-8 {
 width:66.66666667%
}
.col-xs-7 {
 width:58.33333333%
}
.col-xs-6 {
 width:50%
}
.col-xs-5 {
 width:41.66666667%
}
.col-xs-4 {
 width:33.33333333%
}
.col-xs-3 {
 width:25%
}
.col-xs-2 {
 width:16.66666667%
}
.col-xs-1 {
 width:8.33333333%
}
.col-xs-pull-12 {
 right:100%
}
.col-xs-pull-11 {
 right:91.66666667%
}
.col-xs-pull-10 {
 right:83.33333333%
}
.col-xs-pull-9 {
 right:75%
}
.col-xs-pull-8 {
 right:66.66666667%
}
.col-xs-pull-7 {
 right:58.33333333%
}
.col-xs-pull-6 {
 right:50%
}
.col-xs-pull-5 {
 right:41.66666667%
}
.col-xs-pull-4 {
 right:33.33333333%
}
.col-xs-pull-3 {
 right:25%
}
.col-xs-pull-2 {
 right:16.66666667%
}
.col-xs-pull-1 {
 right:8.33333333%
}
.col-xs-pull-0 {
 right:auto
}
.col-xs-push-12 {
 left:100%
}
.col-xs-push-11 {
 left:91.66666667%
}
.col-xs-push-10 {
 left:83.33333333%
}
.col-xs-push-9 {
 left:75%
}
.col-xs-push-8 {
 left:66.66666667%
}
.col-xs-push-7 {
 left:58.33333333%
}
.col-xs-push-6 {
 left:50%
}
.col-xs-push-5 {
 left:41.66666667%
}
.col-xs-push-4 {
 left:33.33333333%
}
.col-xs-push-3 {
 left:25%
}
.col-xs-push-2 {
 left:16.66666667%
}
.col-xs-push-1 {
 left:8.33333333%
}
.col-xs-push-0 {
 left:auto
}
.col-xs-offset-12 {
 margin-left:100%
}
.col-xs-offset-11 {
 margin-left:91.66666667%
}
.col-xs-offset-10 {
 margin-left:83.33333333%
}
.col-xs-offset-9 {
 margin-left:75%
}
.col-xs-offset-8 {
 margin-left:66.66666667%
}
.col-xs-offset-7 {
 margin-left:58.33333333%
}
.col-xs-offset-6 {
 margin-left:50%
}
.col-xs-offset-5 {
 margin-left:41.66666667%
}
.col-xs-offset-4 {
 margin-left:33.33333333%
}
.col-xs-offset-3 {
 margin-left:25%
}
.col-xs-offset-2 {
 margin-left:16.66666667%
}
.col-xs-offset-1 {
 margin-left:8.33333333%
}
.col-xs-offset-0 {
 margin-left:0
}
.header-wrap .container > .row {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
		}
@media (min-width:768px) {
 .col-sm-1,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9 {
  float:left
 }
 .col-sm-12 {
  width:100%
 }
 .col-sm-11 {
  width:91.66666667%
 }
 .col-sm-10 {
  width:83.33333333%
 }
 .col-sm-9 {
  width:75%
 }
 .col-sm-8 {
  width:40%
 }
 .col-sm-7 {
  width:58.33333333%
 }
 .col-sm-6 {
  width:50%
 }
 .col-sm-5 {
  width:41.66666667%
 }
 .col-sm-4 {
  width:100%
 }
 .col-sm-3 {
  width:25%
 }
 .col-sm-2 {
  width:16.66666667%
 }
 .col-sm-1 {
  width:8.33333333%
 }
}
@media (min-width:992px) {
 .col-md-1,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9 {
  float:left
 }
 .col-md-12 {
  width:100%
 }
 .col-md-11 {
  width:91.66666667%
 }
 .col-md-10 {
  width:83.33333333%
 }
 .col-md-9 {
  width:75%
 }
 .col-md-8 {
  width:66.66666667%
 }
 .col-md-7 {
  width:58.33333333%
 }
 .col-md-6 {
  width:50%
 }
 .col-md-5 {
  width:41.66666667%
 }
 .col-md-4 {
  width:33.33333333%
 }
 .col-md-3 {
  width:25%
 }
 .col-md-2 {
  width:16.66666667%
 }
 .col-md-1 {
  width:8.33333333%
 }
}
@media (min-width:1200px) {
 .col-lg-1,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9 {
  float:left
 }
 .col-lg-12 {
  width:100%
 }
 .col-lg-11 {
  width:91.66666667%
 }
 .col-lg-10 {
  width:83.33333333%
 }
 .col-lg-9 {
  width:75%
 }
 .col-lg-8 {
  width:66.66666667%
 }
 .col-lg-7 {
  width:58.33333333%
 }
 .col-lg-6 {
  width:50%
 }
 .col-lg-5 {
  width:41.66666667%
 }
 .col-lg-4 {
  width:33.33333333%
 }
 .col-lg-3 {
  width:25%
 }
 .col-lg-2 {
  width:16.66666667%
 }
 .col-lg-1 {
  width:8.33333333%
 }
}
/*--------------------------------------------------------------
Main Navigation
--------------------------------------------------------------*/
	#mainnav {
		position: relative
		display: block;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}
	.menu-side-menu-container {
		position: absolute; 
		right:3px;
	}
	#mainnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mainnav li {
		float: left;
		padding: 0 5px;
	}
	#mainnav ul ul li {
		padding: 0;
	}
	#mainnav ul li a {
		padding: 5px;
		position: relative;
		display: block;
		font-family:  'futureforces', sans-serif, arial;
		font-size: 19px;
		font-weight: 700;
		background: -webkit-linear-gradient(#fff, #464343);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
					-webkit-text-stroke-width: 0.5px;
					-webkit-text-stroke-color: black;
	}
	#mainnav ul li a:hover {
		font-size: 20px;
		color: #FFFFFF;
		text-shadow: 0 0 10px #FFFFFF;
	}
	#mainnav ul ul a {
		width: 270px;
		font-family: 'futureforces', sans-serif, arial; !important;
	}
	#mainnav > ul > li:last-child {
		padding-right: 0;
	}
	#mainnav ul li {
		position: relative;
	}
	#mainnav ul li ul {
		width: 270px;
		position: absolute;
		top: 100%;
		left: initial;
		opacity: 0;
		visibility: hidden;
		-webkit-border-radius: 0 0 2px 2px;
		   -moz-border-radius: 0 0 2px 2px;
			 -o-border-radius: 0 0 2px 2px;
				border-radius: 0 0 2px 2px;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav ul li ul ul {
		top: 0;
	}
	#mainnav ul li ul:after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
	}
	#mainnav ul li ul ul:after {
		top: 0;
	}
	#mainnav ul li ul li ul {
		left: 100%;
	}
	#mainnav li:hover > ul {
	    opacity: 1;
	    padding-top: 10px;
	    visibility: visible;
	    left: auto;
	    display: block !important;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav li:hover > ul ul {
		padding-top: 0;
		left: 100%;
	}
	#mainnav .sub-menu {
		z-index: 99999;
	}
	#mainnav .sub-menu li a {
		display: block;
		line-height: 30px;
		background: #0d0d0d;
		padding: 0 18px;
		border-top: 1px solid #252525;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
    .submenu_text {
		text-align: center;
		padding: 2px;
		font-size: 16px;
		background: -webkit-linear-gradient(#eee, #0d0d0d);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.submenu_text:hover {
		font-size: 17px;
		text-shadow: 0 0 10px #FFFFFF;
	}
	#mainnav .sub-menu li:hover > a {
		color: #fff;
	}
	#mainnav li:hover > .sub-menu > li > a {
		padding: 8px 18px;
	}
	/* Icons */
	#mainnav ul li::before {
		font-family: FontAwesome;
		color: #fff;
		float: left;
		margin: 5px 5px 0 0;
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
	}
	#mainnav ul li a {
		float: left;
	}
	#mainnav .sub-menu li:before {
		content: '';
		margin: 0;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnav-mobi ul li a {
		float: none;
	}
	#mainnav-mobi ul li::before {
		content: '';
	}
	#mainnav > ul > li > a.active,
	#mainnav > ul > li > a:hover {
		color: #d65050;
	}
	#mainnav ul li ul:after {
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnav .sub-menu li:hover > a {
		background-color: #262626;
	}
/*--------------------------------------------------------------
Services Navigation
--------------------------------------------------------------*/
	.services_nav {
		position: relative;
		display: block;
		-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
				-ms-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
					transition: all 0.3s linear;
		margin: auto;
		padding-top: 15px;
	}
	.services_nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.services_nav li {
		float: left;
		padding: 0 5px;
	}
	.services_nav ul ul li {
		padding: 0;
	}
	.services_nav ul li a {
		padding: 10px;
		position: relative;
		display: block;
		font-family:  'strike_fighter_italic', sans-serif, arial;
		font-size: 19px;
		font-weight: 700;
		background: -webkit-linear-gradient(#fff, #000);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
	}
	.services_nav ul li a:hover {
		font-size: 17.5px;
		color: #FFFFFF;
		text-shadow: 0 0 10px #FFFFFF;
	}
	.services_nav li:hover > ul {
	    opacity: 1;
	    padding-top: 10px;
	    visibility: visible;
	    left: auto;
	    display: block !important;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	.services_nav ul li a {
		float: left;
	}

	@media (min-width:368px) {
		.services_nav {
			display: None;
		}
	}
	@media (min-width:568px) {
		.services_nav {
			display: block;
		}
		.services_nav ul li a {
			font-size: 12px;
			padding: 2px;
		}
		.services_nav ul li a:hover {
		font-size: 12.5px;
		}
	}
	@media (min-width:768px) {
		.services_nav {
			display: block;
		}
		.services_nav ul li a {
			font-size: 14px;
			padding: 8px;
		}
		.services_nav ul li a:hover {
		font-size: 14.5px;
		}
	}
	@media (min-width:992px) {
		.services_nav {
			display: block;
		}
		.services_nav ul li a {
			font-size: 16px;
			padding: 10px;
		}
		.services_nav ul li a:hover {
		font-size: 16.5px;
		}
	}
	@media (min-width:1200px) {
		.services_nav {
			display: block;
		}
		.services_nav ul li a {
			font-size: 17px;
			padding: 10px;
		}
		.services_nav ul li a:hover {
		font-size: 17.5px;
		}
	}
/*--------------------------------------------------------------
Mobile Navigation
--------------------------------------------------------------*/
	.nav-container {
		position: absolute;
		right: 15px;
		z-index: 2;
	}
	.mobile-nav {
		font-size: 30px;
		float: left;
		margin: 5px 5px 0 0;
		line-height: 1;
		font-weight: 500;
	}
	.mobile-nav a {
		color: #818181;
		transition: 0.3s;
		background: -webkit-linear-gradient(#eee, #0d0d0d);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
	}
	.sidenav {
		height: 100%; /* 100% Full-height */
		width: 0; /* 0 width - change this with JavaScript */
		position: fixed; /* Stay in place */
		z-index: 1; /* Stay on top */
		top: 0; /* Stay at the top */
		right: 0;
		background-color: #111; /* Black*/
		background: rgba(0, 0, 0, .7);
		overflow-x: hidden; /* Disable horizontal scroll */
		padding-top: 110px; /* Place content 110px from the top */
		transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	}
	.sidenav ul {
		list-style: none;
		padding: 0;
	}
	.sidenav li {
		border: 1px solid #252525;
	}
	.sidenav li:hover {
		background: rgba(255, 255, 255, .1);
	}
	/* The navigation menu links */
	.sidenav a {
		padding: 8px 8px 8px 32px;
		position: relative;
		display: block;
		font-family:  'futureforces', sans-serif, arial;
		font-size: 25px;
		font-weight: 700;
		background: -webkit-linear-gradient(#fff, #464343);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
					-webkit-text-stroke-width: 0.5px;
					-webkit-text-stroke-color: black;
	}
	/* When you mouse over the navigation links, change their color */
	.sidenav li a:hover {
		font-size: 26px;
		color: #FFFFFF;
		text-shadow: 0 0 10px #FFFFFF;
	}
/*--------------------------------------------------------------
Slides
--------------------------------------------------------------*/
	.slides {
		background-size: cover;
		max-width: 100%;
		overflow: hidden;
	}
	.slide-inner {
		position: relative;
		top: 45%;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 2;
		width: 100%;
		padding-top: 5px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	@-webkit-keyframes fadeInRightBig {
		from {
			right: -1200px;
		}
		to {
			right: 0;
		}
	}
	@keyframes fadeInRightBig {
		from {
			right: -1200px;
		}
		to {
			right: 0;
		}
	}
	.text-slider {
		position: relative;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
		-webkit-animation-name: fadeInRightBig;
		animation-name: fadeInRightBig;
		background: rgba(20, 20, 20, .4);
		border: 1px solid black;
		width: 100%;
		text-align: center;
	}
	.no-bg {
		background: none;
	}
	.text-slider .maintitle {
		position: relative;
		display: inline-block;
		font-size: 45px;
		line-height: 67px;
		font-weight: 700;
		padding: 10px;
		font-family:  'futureforces', sans-serif, arial;
		background: -webkit-linear-gradient(#fff, #464343);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
					-webkit-text-stroke-width: .5px;
					-webkit-text-stroke-color: black;
	}
	.text-slider .maintitle:after {
		background-color: #5d0606;
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 40%;
		height: 1px;
		margin-left: -20%;
	}
	.text-slider .subtitle {
		font-size: 30px;
		line-height: 40px;
		padding: 0px 0 10px;
		font-weight: 700;
		z-index: 10;
		margin: 0;
		font-family:  'futureforces', sans-serif, arial;
		background: -webkit-linear-gradient(#fff, #464343);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
					-webkit-text-stroke-width: .5px;
					-webkit-text-stroke-color: black;
	}
	.roll-button {
		position: relative;
		display: inline-block;
		font-family: "Raleway", sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 5px 5px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
		background-color: #0d0d0d;
		border: 1px solid #000000;
		opacity: 0.8;
	}
	.roll-button:hover {
		background-color: transparent;
		color: #fff;
		text-shadow: 0 0 10px #FFFFFF;
	}
	.roll-button.border {
		color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-button.border:hover {
		color: #fff;
		background-color: #d65050;
	}
	.roll-button.border.text-white {
		color: #fff;
	}
	.roll-button.light {
		background-color: #fff;
		border: 1px solid #fff;
		color: #443f3f;
	}
	.roll-button.light:hover {
		color: #fff;
		border: 1px solid #d65050;
		background-color: #d65050;
	}
	.roll-button.light.border {
		border: 1px solid #fff;
		background-color: transparent;
		color: #fff;
	}
	.roll-button.light.border:hover {
		border: 1px solid #443f3f;
		background-color: #443f3f;
		color: #fff;
	}
	.roll-button.dark {
		background-color: #443f3f;
		border: 1px solid #443f3f;
	}
	.roll-button.dark:hover {
		border: 1px solid #443f3f;
		background-color: transparent;
		color: #443f3f;
	}
	.roll-button.dark.border {
		border: 1px solid #443f3f;
		background-color: transparent;
		color: #443f3f;
	}
	.roll-button.dark.border:hover {
		border: 1px solid #443f3f;
		background-color: #443f3f;
		color: #fff;
	}
	.more-button {
		display: table;
		margin: 30px auto 0;
		clear: both;
	}
	.videoDiv {
	width:100%;
	max-width:1200px;
	margin:auto;
	display:block;
	position: relative;
	}
	.video2 {
		width:100%;
		height:auto
	}
	.videoMessage2 {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column; 
		justify-content: center;
		align-items: center; 
		width: 100%;
		height: 87%;
	}
	@media (min-width:368px) {
		.text-slider .maintitle {
			margin: 0;
			font-size: 13px;
			line-height: 1.1;
			padding-bottom: 5px;
		}
		.text-slider .subtitle {
			font-size: 12px;
			line-height: 24px;
			padding: 0px 0;
		}
	}
	@media (min-width:568px) {
		.text-slider .maintitle {
			margin: 0;
			font-size: 22px;
			line-height: 1.1;
			padding-bottom: 10px;
		}
		.text-slider .subtitle {
			font-size: 19px;
			line-height: 24px;
			padding: 15px 0;
		}
	}
	@media (min-width:768px) {
		.text-slider .maintitle {
			margin: 0;
			font-size: 31px;
			line-height: 1.1;
			padding-bottom: 10px;
		}
		.text-slider .subtitle {
			font-size: 26px;
			line-height: 24px;
			padding: 15px 0;
		}
	}
	@media (min-width:992px) {
		.text-slider .maintitle {
			margin: 0;
			font-size: 40px;
			line-height: 1.1;
			padding-bottom: 10px;
		}
		.text-slider .subtitle {
			font-size: 34px;
			line-height: 24px;
			padding: 15px 0;
		}
		#mainnav ul li a {
		padding: 5px;
		font-size: 22px;
		}
		#mainnav ul li a:hover {
			font-size: 23px;
			color: #FFFFFF;
			text-shadow: 0 0 10px #FFFFFF;
		}
	}
	@media (min-width:1200px) {
		.text-slider .maintitle {
			margin: 0;
			font-size: 48px;
			line-height: 1.1;
			padding-bottom: 10px;
		}
		.text-slider .subtitle {
			font-size: 38px;
			line-height: 24px;
			padding: 15px 0;
		}
		#mainnav ul li a {
		padding: 5px;
		font-size: 27px;
		}
		#mainnav ul li a:hover {
			font-size: 28px;
			color: #FFFFFF;
			text-shadow: 0 0 10px #FFFFFF;
		}
	}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
	.widget-area .widget {
		position: relative;
		margin-bottom: 30px;
		padding-top: 50px;
	}
	.widget-area .widget:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 1px;
	}
	.widget-area .widget:first-child {
		padding-top: 0;
	}
	.widget-area .widget:first-child:before {
		height: 0;
	}
	.widget-area .widget-title {
		font-size: 16px;
		line-height: normal;
		color: #443f3f;
		font-weight: 600;
		padding-bottom: 24px;
		margin: 0;
		text-transform: uppercase;
	}
	.widget-area .widget ul li {
		padding: 5px 0;
	}
	.widget-area .widget ul li:first-child {
		padding-top: 0;
	}
	.widget-area .widget ul li:last-child {
		padding-bottom: 0;
	}
	.widget-area,
	.widget-area  a {
		color: #767676;
	}
	/* widget popular posts */
	.widget-popular-post .news .thumb {
		width: 65px;
		height: auto;
		margin: 3px 18px 0 0;
		float: left;
	}
	.widget-popular-post .news .text {
		min-height: 65px;
	}
	.widget-popular-post .news h6 {
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		margin: 0 0 4px;
	}
	.widget-popular-post .news p,
	.widget-popular-post .news p a {
		font-size: 13px;
		margin: 0;
	}
	.widget-popular-post .news p a:hover {
		text-decoration: underline;
	}
	/* widget categories */
	.widget-categories .categories li a {
		position: relative;
		display: block;
	}
	.widget-categories .categories li span {
		position: absolute;
		right: 0;
		top: 0;
	}
	/* widget tags */
	.widget-tags .tag-list a {
		display: inline-block;
		font-size: 13px;
		color: #767676;
		border: 1px solid #dbdbdb;
		padding: 7px 15px;
		margin: 4px;
		margin-left: 0;
	}
	.widget-tags .tag-list a:hover {
		color: #5e5e5e;
	}
	.search-field {
		max-width: 100%;
	}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.fab {
		font-size: 30px;
}
	.footer-widgets {
		padding: 25px 0;
		background-color: #1a1a1a;
	}
	.footer .copyr {
		color: #a8a8a8;
		margin-bottom: 0;
	}
	.footer-widgets .widget-title {
		text-transform: uppercase;
		color: #c5c5c5;
		line-height: normal;
		margin: 5px 0 0;
	}
	/* widget info */
	.widget-info .logo-footer {
		margin-bottom: 36px;
	}
	.widget-info p {
		margin-bottom: 24px;
	}
	.widget-info .infomation {
		list-style: none;
		margin: 0;
	}
	.widget-info .infomation li {
		position: relative;
		padding: 0 0 0 30px;
		margin-bottom: 15px;
		line-height: 24px;
	}
	.widget-info .infomation li.address:before,
	.widget-info .infomation li.phone:before,
	.widget-info .infomation li.email:before {
		position: absolute;
		left: 0;
		top: 0;
		content: "\f041";
		font-family: "FontAwesome";
		font-size: 16px;
	}
	.widget-info .infomation li.phone:before {
		content: "\f095";
	}
	.widget-info .infomation li.email:before {
		content: "\f040";
	}
	/* widget links */
	.widget-links ul {
		list-style: none;
		margin: 0;
	}
	.widget-links ul li {
		padding: 10px 0 7px;
	}
	.widget-links ul li:first-child {
		padding-top: 0;
	}
	.widget-mail-subscribe p {
		padding-bottom: 10px;
	}
	.widget-mail-subscribe .email-sub input {
		width: 205px;
		margin-bottom: 10px;
	}
	.sydney_contact_info_widget span {
		color: #d65050;
		margin-right: 20px;
	}
	.sydney_contact_info_widget div {
		margin-bottom: 15px;
	}
	.footer-widgets .widget ul,
	.widget-area .widget ul {
		list-style: none;
		padding: 0;
	}
	.widget .children {
		padding-left: 15px;
	}
/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.social-menu-widget {
	padding: 0;
	display: table;
	text-align: center;
}
.widget-area .widget_fp_social a,
.social-menu-widget a,
.social-menu-widget a:hover {
	color: #d65050;
}
.social-menu-widget li {
	display: inline-block;
	padding: 5px 20px;
	list-style: none;
	line-height: 1;
}
.widget-area .widget_fp_social div ul li {
	padding: 5px 10px;
	line-height: 1;
}
.social-menu-widget a {
	text-decoration: none;
}
.social-widget li a::before,
.social-menu-widget a:before {
	font-family: FontAwesome;
	color: inherit;
}
.social-menu-widget li a,
.social-widget a {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}
.social-menu-widget li a:hover,
.social-widget a:hover {
}
.social-menu-widget a:before {
	font-size: 50px;
	text-shadow: 0 0 1px #222;
}
.widget-area .widget_fp_social a:before {
	font-size: 34px;
}
/*--------------------------------------------------------------
Bottom
--------------------------------------------------------------*/
	.site-footer {
		background-color: #1c1c1c;
		line-height: 35px;
		padding: 15px 0;
	}
	.site-footer,
	.site-footer a {
		color: #666;
	}
	.site-footer .socials {
		margin: 0;
		list-style: none;
	}
	.bottom .socials li {
		display: inline-block;
		margin-left: 5px;
	}
	.site-footer .socials li a {
		display: inline-block;
		color: #666;
		font-size: 14px;
		background-color: #2e2e2e;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.site-footer .socials li:hover a {
		color: #fff;
	}
/*--------------------------------------------------------------
Go to top button
--------------------------------------------------------------*/
	.go-top {
		position: fixed !important;
		right: 20px;
		bottom: -45px;
		color: #fff;
		display: block;
		font-size: 22px;
		line-height: 35px;
		text-align: center;
		width: 40px;
		height: 40px;
		visibility: hidden;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: 9999;
		cursor: pointer;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
			 -o-border-radius: 2px;
				border-radius: 2px;
		-webkit-transition: all 0.5s;
		   -moz-transition: all 0.5s;
		    -ms-transition: all 0.5s;
		     -o-transition: all 0.5s;
		        transition: all 0.5s;
	}
	.go-top:hover {
		background-color: #fff;
	}
	.go-top.show {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		bottom : 11px;
	}
	.bottom .socials li:hover a,
	.go-top {
		background-color: #d65050;
	}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.row:after,
.row:before {
 content:" ";
 display:table
}
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.row:after {
 clear:both
}
label {
 display:inline-block;
 max-width:100%;
 margin-bottom:5px;
 font-weight:700
}
/* Spacer
-------------------------------------------------------------- */
	.roll-spacer {
		display: block;
		clear: both;
		width: 100%;
		height: 47px;
		overflow: hidden;
	}
	.roll-spacer.xsmall {
		height: 10px;
	}
	.roll-spacer.small {
		height: 27px;
	}
	.roll-spacer.large {
		height: 60px;
	}
/*--------------------------------------------------------------
Page title
--------------------------------------------------------------*/
	#spacer {
		padding: 50px;
	}
	.page-title {
		color: #ccc;
		background-color: #1a1a1a;
	}
	.page-title-inner {
		display: table;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.page-title-cap {
		display: table-cell;
		vertical-align: middle;
	}
	.page-title .breadcrumbs {
		display: table-cell;
		list-style: none;
		text-align: left;
		vertical-align: middle;
	}
	.page-title h1 {
		border: 3px solid gray;
		margin: 0;
		font-size: 35px;
		text-align: center;
		padding: 35px;
		font-family:  'futureforces', sans-serif, arial;
		background: -webkit-linear-gradient(#fff, #464343);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
					-webkit-text-stroke-width: .5px;
					-webkit-text-stroke-color: black;
	}
	.page-title h5 {
		margin: 0;
		font-size: 35px;
		font-family: 'Lato', sans-serif, arial;
		font-weight: 700;
		color: #ccc;
		text-align: center;
		padding: 10px;
	}
	.page-title h2 {
		margin: 0;
		font-size: 25px;
		font-family: 'Lato', sans-serif, arial;
		color: #ccc;
		padding: 5px;
	}
	.page-title h2 b {
		font-weight: 900;
		text-decoration: underline;
	}
	.page-title h3 {
		margin: 0;
		font-size: 20px;
		font-family: 'Lato', sans-serif, arial;
		color: #ccc;
		padding-top: 1px;
		padding-right: 75px;
	}
	.page-title h4 {
		margin: 0;
		font-size: 20px;
		font-family: 'Lato', sans-serif, arial;
		color: #ccc;
		padding-top: 1px;
		text-align: center;
	}
	.breadcrumbs ul {
		margin: 0;
	}
	.breadcrumbs ul li {
		display: inline;
	}
	.breadcrumbs ul li a:hover {
		text-decoration: underline;
	}
	.sub-title {
		color: #ccc;
		font-family: "calibri"
	}
	.mgmt_image {
		border: 3px solid gray;
		background-color: #1a1a1a;
		display: block;
		margin-left: auto;
		margin-right: auto;
  }
	@media (min-width:368px) {
		.page-title h1 {
			font-size: 22px;
			padding: 10px;
		}
	}
	@media (min-width:568px) {
		.page-title h1 {
			font-size: 22px;
			padding: 10px;
		}
	}
	@media (min-width:768px) {
		.page-title h1 {
			font-size: 25px;
			padding: 25px;
		}
	}
	@media (min-width:992px) {
		.page-title h1 {
			font-size: 35px;
			padding: 35px;
		}
	}
	@media (min-width:1200px) {
		.page-title h1 {
			font-size: 35px;
			padding: 35px;
		}
	}

/*--------------------------------------------------------------
Page Content
--------------------------------------------------------------*/
	#spacer {
		padding: 50px;
	}
	.page-content {
		color: #ccc;
	}
	.page-content-inner {
		display: table;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.page-content-cap {
		display: table-cell;
		vertical-align: middle;
	}
	.page-content .breadcrumbs {
		display: table-cell;
		list-style: none;
		text-align: left;
		vertical-align: middle;
	}
	.page-content h1 {
		border: 3px solid gray;
		margin: 0;
		font-size: 35px;
		text-align: center;
		padding: 35px;
		font-family:  'futureforces', sans-serif, arial;
		background: -webkit-linear-gradient(#fff, #464343);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
					-webkit-text-stroke-width: .5px;
					-webkit-text-stroke-color: black;
	}
	.page-content h5 {
		margin: 0;
		font-size: 45px;
		font-weight: 700;
		text-align: center;
		padding: 10px;
		font-family:  'futureforces', sans-serif, arial;
		background: -webkit-linear-gradient(#fff, #464343);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
					-webkit-text-stroke-width: .5px;
					-webkit-text-stroke-color: black;
	}
	.page-content h2 {
		margin: 0;
		font-size: 25px;
		font-family: 'Lato', sans-serif, arial;
		color: #ccc;
		padding: 5px;
	}
	.page-content h2 b {
		font-weight: 900;
		text-decoration: underline;
	}
	.page-content h3 {
		margin: 0;
		font-size: 20px;
		font-family: 'Lato', sans-serif, arial;
		color: #ccc;
		padding-top: 1px;
	}
	.page-content h4 {
		margin: 0;
		font-size: 20px;
		font-family: 'Lato', sans-serif, arial;
		color: #ccc;
		padding-top: 1px;
		text-align: center;
	}
	.page-content a{
		transition: all 0.3s ease-in-out;
		color: #ccc;
		text-decoration: none;
	}
	.page-content a:hover{
		color: #FFFFFF;
		text-shadow: 0 0 10px #FFFFFF;
	}
	.breadcrumbs ul {
		margin: 0;
	}
	.breadcrumbs ul li {
		display: inline;
	}
	.breadcrumbs ul li a:hover {
		text-decoration: underline;
	}
	.sub-title {
		color: #ccc;
		font-family: "calibri"
	}
	.mgmt_image {
		border: 3px solid gray;
		background-color: #1a1a1a;
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 250px;
	}
	@media (min-width:368px) {
		.page-title h1 {
			font-size: 30px;
			padding: 10px;
		}
	}
	@media (min-width:568px) {
		.page-title h1 {
			font-size: 40px;
			padding: 10px;
		}
	}
	@media (min-width:768px) {
		.page-title h1 {
			font-size: 45px;
			padding: 25px;
		}
	}
	@media (min-width:992px) {
		.page-title h1 {
			font-size: 48px;
			padding: 35px;
		}
	}
	@media (min-width:1200px) {
		.page-title h1 {
			font-size: 50px;
			padding: 35px;
		}
	}
	.red_table {
		width: 100%;
	}
	.red_table thead {
		background-image: url(images/red-metallic.jpg);
		border-image-slice: 100%;
		border-image-width: 1;
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
	}
	.red_table th {
		border-image: url(images/red-metallic.jpg);
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
	}
	.red_table td {
		border-image: url(images/red-metallic.jpg);
		border-image-slice: 100%;
		border-image-width: 1;
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		text-align: center;
		font-size: 16px;
	}

	.platinum_table {
		width: 100%;
	}
	.platinum_table thead {
		color: #000;
		background-image: url(images/platinum.jpg);
		border-image-slice: 100%;
		border-image-width: 1;
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
	}
	.platinum_table th {
		border-image: url(images/platinum.jpg);
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
	}
	.platinum_table td {
		border-image: url(images/platinum.jpg);
		border-image-slice: 100%;
		border-image-width: 1;
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		text-align: center;
		font-size: 16px;
	}

	.blue_table {
		width: 100%;
	}
	.blue_table thead {
		background-image: url(images/blue-metallic.jpg);
		border-image-slice: 100%;
		border-image-width: 1;
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
	}
	.blue_table th {
		border-image: url(images/blue-metallic.jpg);
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
	}
	.blue_table td {
		border-image: url(images/blue-metallic.jpg);
		border-image-slice: 100%;
		border-image-width: 1;
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		text-align: center;
		font-size: 16px;
	}

	.green_table {
		width: 100%;
	}
	.green_table thead {
		background-image: url(images/green-metallic.jpg);
		border-image-slice: 100%;
		border-image-width: 1;
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
	}
	.green_table th {
		border-image: url(images/green-metallic.jpg);
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
	}
	.green_table td {
		border-image: url(images/green-metallic.jpg);
		border-image-slice: 100%;
		border-image-width: 1;
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		text-align: center;
		font-size: 16px;
	}

	.green_border {
		border-image: url(images/red-metallic.jpg);
	}
	.red_bg {
		border-image: url(images/red-metallic.jpg);
	}
	.green_bg {
		background-image: url(images/red-metallic.jpg);
	}
	table {
		width: 100%;
	}
	thead {
		font-weight: 700;
		font-size: 22px;
		text-align: center;
		margin: 0 0 10px;
		font-family: sans-serif, arial;
		-webkit-text-stroke-width: 0.5px;
		-webkit-text-stroke-color: black;
	}
	th {
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		width: 50%;
	}
	td {
		border-image-slice: 100%;
		border-image-width: 1;
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		text-align: center;
		font-size: 16px;
	}
	.icons {
		text-align: center;
	}
	.icons img {
		max-height: 60px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.what_can_you_do {
		text-align: center;
	}
	.what_can_you_do .row {
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		border-radius: 25px;
		padding: 20px;
		margin-left: 50px;
		margin-right:50px;
		background-image: url(images/blue-metallic.jpg);
	}
	.what_can_you_do .row_title {
		font-weight: 700;
		font-size: 22px;
		font-family: sans-serif, arial;
		-webkit-text-stroke-width: 0.5px;
		-webkit-text-stroke-color: black;
	}
	.what_can_you_do .row_description {
		display: inline-block; 
		text-align: left;
		margin-left:50px;
		margin-right:50px;
	}
/*--------------------------------------------------------------
Services
--------------------------------------------------------------*/
	.services {
		width: 99%;
		margin-left: auto;
		margin-right: auto;
	}
	.services  .content {
		padding: 10px;
		font-family: 'Lato', sans-serif, arial;
		font-weight: 700;
		font-size: 20px;
		color: #ccc;
		width: 65%;
		margin-left: auto;
		margin-right: auto;
	}
	.services  p {
		padding: 10px;
		font-family: 'Lato', sans-serif, arial;
		font-weight: 700;
		font-size: 20px;
		color: #ccc;
	}
/*--------------------------------------------------------------
Boxes
--------------------------------------------------------------*/
	.center-align {
		text-align: center;
		padding: 10px;
	}
	.boxes {
		width: 99%;
		margin-left: auto;
		margin-right: auto;
	}
	.boxes .pricing {
		text-align: center;
		font-family: 'Lato', sans-serif, arial;
		font-size: 20px;
	}
	.boxes .pricing strong {
		font-size: 35px;
		font-weight: 900;
	}
	.boxes  .content_small {
		padding: 10px;
		font-family: 'Lato', sans-serif, arial;
		font-weight: 700;
		font-size: 20px;
		width: 58%;
		height: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.boxes  .content_big {
		padding: 10px;
		font-family: 'Lato', sans-serif, arial;
		font-weight: 700;
		font-size: 20px;
		width: 90%;
		height: 450px;
		margin-left: auto;
		margin-right: auto;
	}
	.boxes .box-header  h3 {
		padding: 10px;
		font-weight: 700;
		font-size: 35px;
		text-align: center;
		margin:0 0 10px;
		font-family:  'Strike Fighter', sans-serif, arial;
		-webkit-background-clip: text;
		-webkit-text-stroke-width: .5px;
		-webkit-text-stroke-color: black;
	}
	.boxes .content {
		text-align: center;
	}
	.boxes .content h3 {
		font-weight: 700;
		font-size: 30px;
		font-family:  'lato', sans-serif, arial;
		-webkit-text-stroke-width: .5px;
		-webkit-text-stroke-color: #464343;
		padding-bottom: 5px;
	}
	.boxes .content ul {
		text-align: left;
		display: inline-block;
	}
	.boxes .content li {
		font-size: 20px;
	}
	.boxes .border-box-red {
		border: 1px solid #5d0606;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	.boxes .border-box-red .box-header {
		background: #5d0606;
	}
	.boxes  .border-box-red .roll-button {
		background-color: #5d0606;
		border: 1px solid #000000;
		opacity: 0.8;
		position: relative;
		display: inline-block;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 10px 10px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.boxes  .border-box-red .roll-button:hover {
		color: #fff;
		text-shadow: 0 0 10px #FFFFFF;
		background-color: #d50f0f;
		border: 1px solid #5d0606;
	}
	.boxes  .border-box-red .roll-button.border {
		color: #d65050;
		border: 1px solid #d65050;
		background-color: transparent;
		text-transform: uppercase;
	}
	.boxes  .border-box-red .roll-button.border:hover {
		background-color: #d65050;
		color: #fff;
	}


	.boxes .border-box-red-metallic {
		border-image: url(images/red-metallic.jpg);
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		margin-bottom: 20px;
	}
	.boxes .border-box-red-metallic .box-header {
		background-image: url(images/red-metallic.jpg);
	}
	.boxes  .border-box-red-metallic .roll-button {
		background-image: url(images/red-metallic.jpg);
		border: 1px solid #000000;
		opacity: 0.8;
		position: relative;
		display: inline-block;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 10px 10px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.boxes  .border-box-red-metallic .roll-button:hover {
		color: #fff;
		text-shadow: 0 0 5px #fff;
		background-color: #d50f0f;
		border: 1px solid #fff;
	}
	.boxes  .border-box-red-metallic .roll-button.border {
		color: #d65050;
		border: 1px solid #d65050;
		background-color: transparent;
		text-transform: uppercase;
	}
	.boxes  .border-box-red-metallic .roll-button.border:hover {
		background-color: #d65050;
		color: #fff;
	}


	.boxes .border-box-blue-metallic {
		border-image: url(images/blue-metallic.jpg);
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		margin-bottom: 20px;
	}
	.boxes .border-box-blue-metallic .box-header {
		background-image: url(images/blue-metallic.jpg);
	}
	.boxes  .border-box-blue-metallic .roll-button {
		background-image: url(images/blue-metallic.jpg);
		border: 1px solid #000000;
		opacity: 0.8;
		position: relative;
		display: inline-block;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 10px 10px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.boxes  .border-box-blue-metallic .roll-button:hover {
		color: #fff;
		text-shadow: 0 0 5px #FFFFFF;
		background-color: #12065d;
		border: 1px solid #fff;
	}
	.boxes  .border-box-blue-metallic .roll-button.border {
		color: #d65050;
		border: 1px solid #d65050;
		background-color: transparent;
		text-transform: uppercase;
	}
	.boxes  .border-box-blue-metallic .roll-button.border:hover {
		background-color: #d65050;
		color: #fff;
	}


	.boxes .border-box-bronze {
		border-image: url(images/bronze-metal.jpg);
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		margin-bottom: 20px;
	}
	.boxes .border-box-bronze .box-header {
		background-image: url(images/bronze-metal.jpg);
	}
	.boxes  .border-box-bronze .roll-button {
		background-image: url(images/bronze-metal.jpg);
		border: 1px solid #000000;
		opacity: 0.8;
		position: relative;
		display: inline-block;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 10px 10px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.boxes  .border-box-bronze .roll-button:hover {
		color: #fff;
		text-shadow: 0 0 10px #FFFFFF;
		background-color: #d50f0f;
		border: 1px solid #5d0606;
	}
	.boxes  .border-box-bronze .roll-button.border {
		color: #d65050;
		border: 1px solid #d65050;
		background-color: transparent;
		text-transform: uppercase;
	}
	.boxes  .border-box-bronze .roll-button.border:hover {
		background-color: #d65050;
		color: #fff;
	}

	.boxes .border-box-silver {
		border-image: url(images/silver-metal.jpg);
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		margin-bottom: 20px;
	}
	.boxes .border-box-silver .box-header {
		background-image: url(images/silver-metal.jpg);
	}
	.boxes  .border-box-silver .roll-button {
		background-image: url(images/silver-metal.jpg);
		border: 1px solid #000000;
		opacity: 0.8;
		position: relative;
		display: inline-block;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 10px 10px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.boxes  .border-box-silver .roll-button:hover {
		color: #fff;
		text-shadow: 0 0 10px #FFFFFF;
		background-color: #d50f0f;
		border: 1px solid #5d0606;
	}
	.boxes  .border-box-silver .roll-button.border {
		color: #d65050;
		border: 1px solid #d65050;
		background-color: transparent;
		text-transform: uppercase;
	}
	.boxes  .border-box-silver .roll-button.border:hover {
		background-color: #d65050;
		color: #fff;
	}

	.boxes .border-box-gold {
		border-image: url(images/gold-metal.jpg);
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		margin-bottom: 20px;
	}
	.boxes .border-box-gold .box-header {
		background-image: url(images/gold-metal.jpg);
	}
	.boxes  .border-box-gold .roll-button {
		background-image: url(images/gold-metal.jpg);
		border: 1px solid #000000;
		opacity: 0.8;
		position: relative;
		display: inline-block;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 10px 10px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.boxes  .border-box-gold .roll-button:hover {
		color: #fff;
		text-shadow: 0 0 10px #FFFFFF;
		background-color: #d50f0f;
		border: 1px solid #5d0606;
	}
	.boxes  .border-box-gold .roll-button.border {
		color: #d65050;
		border: 1px solid #d65050;
		background-color: transparent;
		text-transform: uppercase;
	}
	.boxes  .border-box-gold .roll-button.border:hover {
		background-color: #d65050;
		color: #fff;
	}


	.boxes .border-box-platinum {
		border-image: url(images/platinum.jpg);
		border-image-width: 1px;
		border-width: 1px;
		border-image-slice: 1;
		border-style: solid;
		margin-bottom: 20px;
	}
	.boxes .border-box-platinum .box-header {
		background-image: url(images/platinum.jpg);
	}
	.boxes  .border-box-platinum .roll-button {
		background-image: url(images/platinum.jpg);
		border: 1px solid #000000;
		opacity: 0.8;
		position: relative;
		display: inline-block;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 10px 10px;
		color: #000;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.boxes  .border-box-platinum .roll-button:hover {
		color: #000;
		text-shadow: 0 0 5px #FFFFFF;
		background-color: #464343;
		border: 1px solid #fff;
	}
	.boxes  .border-box-platinum .roll-button.border {
		color: #d65050;
		border: 1px solid #d65050;
		background-color: transparent;
		text-transform: uppercase;
	}
	.boxes  .border-box-platinum .roll-button.border:hover {
		background-color: #d65050;
		color: #fff;
	}


	.boxes .border-box-blue {
		border: 1px solid #12065d;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	.boxes .border-box-blue .box-header {
		background: #12065d;
	}
	.boxes  .border-box-blue .roll-button {
		background-color: #12065d;
		border: 1px solid #000;
		opacity: 0.8;
		position: relative;
		display: inline-block;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 10px 10px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.boxes  .border-box-blue .roll-button:hover {
		color: #fff;
		text-shadow: 0 0 10px #FFFFFF;
		background-color: #3112f0;
		border: 1px solid #12065d;
	}
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	*,
	:after,
	:before {
	 -webkit-box-sizing:border-box;
	 -moz-box-sizing:border-box;
	 box-sizing:border-box
	}
	.boxes h1 {
	}
	@media (min-width:368px) {
		.boxes  .content_small {
			padding: 3px;
			font-size: 17px;
			width: 75%;
			height: 200px;
		}
		.boxes  .content_big {
			padding: 3px;
			font-size: 17px;
			width: 95%;
			height: 450px;
		}
	}
	@media (min-width:568px) {
		.boxes  .content_small {
			padding: 5px;
			font-size: 18px;
			width: 58%;
			height: 170px;
		}
		.boxes  .content_big {
			padding: 5px;
			font-size: 18px;
			width: 90%;
			height: 400px;
		}
	}
	@media (min-width:768px) {
		.boxes  .content_small {
			padding: 10px;
			font-size: 20px;
			width: 58%;
			height: 200px;
		}
		.boxes  .content_big {
			padding: 10px;
			font-size: 20px;
			width: 90%;
			height: 450px;
		}
	}
	@media (min-width:992px) {
		.boxes  .content_small {
			padding: 5px;
			font-size: 18px;
			width: 58%;
			height: 200px;
		}
		.boxes  .content_big {
			padding: 5px;
			font-size: 18px;
			width: 95%;
			height: 450px;
		}
	}
	@media (min-width:1200px) {
		.boxes  .content_small {
			padding: 10px;
			font-size: 20px;
			width: 58%;
			height: 200px;
		}
		.boxes  .content_big {
			padding: 10px;
			font-size: 20px;
			width: 90%;
			height: 450px;
		}
	}
/*--------------------------------------------------------------
Contact Form
--------------------------------------------------------------*/
	.contact_wrapper{
		width: 75%;
		margin: 30px auto;
		padding: 40px;
		background-color: #0d0d0d;
		border: solid 1px #e5e6e8;
	}
	.contact_wrapper h1 {
		text-align: center;
		font-size: 45px;
		line-height: 67px;
		font-weight: 700;
		padding: 10px;
		font-family:  'strike_fighter_italic', sans-serif, arial;
		background: -webkit-linear-gradient(#fff, #000);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
					-webkit-text-stroke-width: 1.5px;
					-webkit-text-stroke-color: black;
	}
	.contact_wrapper h2{
		border: 1px solid #e5e6e8;
		background-color: #1a1a1a;
		margin: 0;
		font-size: 45px;
		text-align: center;
		padding: 35px;
		font-family:  'futureforces', sans-serif, arial;
		background: -webkit-linear-gradient(#fff, #464343);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
					-webkit-text-stroke-width: .5px;
					-webkit-text-stroke-color: black;
	}
	.contact_wrapper p {
		padding: 10px;
		font-family: 'Lato', sans-serif, arial;
		font-weight: 700;
		font-size: 20px;
		color: #ccc;
	}
.contact_wrapper form .label{
    margin: 15px 0 10px;
}
.contact_wrapper form input, form textarea {
    padding: 10px 15px;
    border: solid 1px #e5e6e8;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #404040;
    width: 100%;
    box-sizing: border-box;
}
.contact_wrapper form textarea {
	height: 100px;
}
.contact_wrapper #alert{
    display: none;
    margin: 15px 0 0;
    color: #808080;
}
.contact_wrapper button{
    margin: 20px 0 0;
    padding: 10px 15px;
    background-color: #d54b4b;
    color: #ffffff;
    font-size: 0.8em;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.contact_wrapper button:hover{
    cursor: pointer;
}
.contact_wrapper .google-message{
    margin: 15px 0 0;
    color: #808080;
    font-size: 0.8em;
}
.contact_wrapper .google-message a{
    color: #808080;
}
.grecaptcha-badge {
    visibility: hidden;
}
.survey {
	background-color: #ccc;
	border: 3px solid #a69b9b;
}
body {
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	}

