/*TEMP*/
.global-danger {
	display: none;
}
.image-container {
	display: none;
}
.row {
	margin: 0 !important;	
}
.section-soon {
	position: relative;
	background-color: #222;
	background-image: url(images/bg-why.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
}
.section-soon .cs-text {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	text-align: center;
}
.section-soon h1 {
	color: #fff;
	font-size: 70px;
	font-weight: 600;
	margin-bottom: 30px;
}
.section-soon h3 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 5px;
	letter-spacing: 5px;
}


/* CONNECT OVERRIDE */
.row-container > .pb-section.section-pad-3,
.section-pad-3 {
	padding: 100px 0;
}
.row-container > .pb-section.section-pad-4,
.section-pad-4 {
	padding: 150px 0;
}
.pb-block-content > *:last-child {
	margin: 0;
}

/*MAIN*/
body {
	background-color: #FFF;
  	/*font-family: "europa",sans-serif;*/
	font-family: "poppins", sans-serif;
    font-size: 15px;
	line-height: 2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.body {
	padding: 80px 0;	
}
.body-swap {
	background-color: #333 !important;
	transition: all 0.4s;
}

.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6 {
  	font-family: "europa",sans-serif;
  	font-weight:400;
	margin:0 0 20px;
}
.sssnext, .sssprev {
	display: none;
}
.logo {
	margin:0;
	height: 40px;
	width: 420px;
	margin-bottom: 5px;
	position: relative;
	background-position:center left;
}
.logo::after {
	opacity: 0;
	content: "";
	position: absolute;
	transition: all 0.3s ease-in-out 0s;
	background-image: url(images/logo-alt.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 999;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* Heading */
.h1,
h1 {
	color: #3C3C3C;
	font-weight: 600;
	font-size: 55px;
	line-height: 57px;
  	font-family: "poppins",sans-serif;
	letter-spacing: -2px;
}
.h2,
h2 {
	color: #999;
	font-weight: 600;
	font-size: 35px;
	line-height: 38px;
	font-family: "poppins", sans-serif;
}
.h3,
h3{
  	font-family: "poppins", sans-serif;
	color:#333333;
}
.italic {
	font-style: italic;
}

.small-frame {
	width:600px;
	margin: 0 auto;
}

a {
	color: #10ac6e;
}

/* Button */
a.button{
	background-color: transparent;
	border: 2px solid #F8F7F7;
	color:#F8F7F7 !important;
	padding: 10px 24px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	transition: all 0.3s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	border-radius: 4px;
}
a.button:hover{
	background-color: transparent;
	border-color: transparent;
	color:#F8F7F7 !important;
}
a.button::before {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	width: 0%;
	height: 100%;
	background-size: 120%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: linear-gradient(60deg, #048757,#04A4A5);
	-webkit-transition: all .3s ease-in-out 0s, box-shadow .3s ease-in-out .3s;
	transition: all .3s ease-in-out 0s, box-shadow .3s ease-in-out .3s;
	z-index: -1;
	border-radius: 4px;
	/*filter: blur(10px);*/
	/*box-shadow: 0px 0px 0 #fff;*/
}
a.button:active::before, a.button:focus::before, a.button:hover::before {
    opacity: 1;
	filter: blur(0px);
	/*box-shadow: 5px 5px 0 #fff;*/
	width: 100%;
}



a.button.bt-alt {
	border: none;
	transition: all 0.4s;
	background: linear-gradient(60deg, #719E49,#048757);
	color:#fff !important;
	padding: 12px 26px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

a.button.bt-alt:hover {
	transform: scale(1.03);
	/*animation: click-anim;
	animation-duration: 0.4s;*/
	box-shadow: inset 0 -999px 0 rgba(255,255,255,1);
	color: #fff !important;
}

a.button.bt-alt-alt {
	border: none;
	transition: all 0.4s;
	background: #35BFA2;
	color:#fff !important;
	padding: 12px 26px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}
a.button.bt-alt-alt:hover {
	box-shadow: inset 0 -999px 0 #008E55;
	color: #fff !important;
}

a.button.bt-return {
	border: none;
	transition: all 0.4s;
	background: #171913;
	color:#fff !important;
	padding: 10px 26px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 0;
}
a.button.bt-return:hover {
	box-shadow: inset 0 -999px 0 #35BFA2;
	color: #fff !important;
}

@keyframes click-anim {
	0% { transform: scale(1,1)}
	40% { transform:scale(1.1,1.3) }
	60% { transform:scale(1.2,1.05) }
	80% { transform:scale(1.08,1.15) }
	100% { transform: scale(1.1,1.1)}
}

/* Header */
.header {
	padding: 36px 35px !important;
	transition: all 0.3s ease-out 0s;
	box-shadow:inset 0 0 0 0.01px #F8F7F7;
	background:none;
	z-index: 999 !important;
}
.header.fix-menu {
	/*background-color: rgba(37,56,61,0.95);
	background: linear-gradient(60deg, #1E392F,#096A6A);*/
	box-shadow:inset 0 90px 0 0.01px rgba(248,247,247,1);
	padding: 18px 35px !important;
}
.header.fix-menu .logo {
	margin: 0;
	/*background: none;*/
}
.header.fix-menu .logo::after {
	opacity: 1;
}
.header.fix-menu ul.menu .menulink {
	color: #171913;
}
.header.fix-menu ul.menu .menulink:hover {
	color: #10AC6E !important;	
}
.header.fix-menu ul.menu .menulink::after {
    border-top: 2px solid #10AC6E !important;
    border-bottom: 2px solid #10AC6E !important;
	bottom: 0px;
	top: 0px;
	right: 33%;
	left: 33%;
}


.header .col-left{
	width:10%;
}
.header .col-right{
	width:70%;
	text-align:right;
}
.header{
	padding:0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}
.col-right {
    margin: 0 0 0 auto;
}
.icon {
    padding: 10px;
    color: #FBB21E;
    font-size: 16px;
    margin: 2px;
}

.head-place {
	
}

/* Menu */
ul.menu .menulink {
	border-right:none;
}
.navigation{
	background-color:transparent;
}

/* Banner */
.banner{
	padding:0px;
}
.banner .slide .slide-inner{
	text-align:left;
}
.banner .slide .slide-inner .slide-cell h1{
	color:#fff;
}
.banner .slide .slide-inner .slide-cell ul{
	list-style:none;
}
.banner .slide .slide-inner .slide-cell li{
	color:#fff;
	font-size:30px;
}
.banner .slider-wrapper {
    box-shadow: none;
}
.banner .slide .slide-inner {
	text-shadow: none;
	background: none;
}

/*Video Banner*/
.vid-slider {
	background-image: url(images/bg-temp.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	height: 100vh;
	min-height: 700px;
	overflow: hidden;
	transition: all 1s;
}
.vid-slider video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.vid-slider .vid-wrap {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
	/*background: linear-gradient(30deg, rgba(46,46,46,0.55), rgba(0,107,101,0.55));*/
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.42);
	transition: all 1s;
}

.vid-slider.main-vid.color-swap {
	height: 80vh;
}
.vid-slider.main-vid.color-swap .vid-wrap {
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.6);
}

.vid-slider .vid-wrap .vid-text {
	padding-top: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: table;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
}
.vid-slider .vid-wrap .vid-text h1 {
	font-weight: 200;
	font-size: 94px;
	line-height: 95px;
	letter-spacing: 5px;
	color: #F8F7F7;
}
.vid-slider .vid-wrap .vid-text h1 i {
	font-style: normal;
	font-size: 102px;
}
.vid-slider .vid-wrap .vid-text h1 b {
	font-size: 75px;
	line-height: 85px;
}
.vid-slider .vid-wrap .vid-text h2 {
	font-weight:600;
	font-size: 60px;
	line-height: 65px;
	letter-spacing: -2px;
	text-transform: none;
	color: #F8F7F7;
}

.vid-slider .vid-wrap .vid-text p {
	/*font-size: 20px;
	letter-spacing: 1px;*/
	font-family: "poppins", sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #F8F7F7;
}
.vid-slider .vid-wrap .vid-text a.button {
	font-size: 14px;
	padding: 16px 28px 16px;
	margin: 0 5px;
	transition: all 0.4s ease-in-out 0s;
	transform: perspective(150px) rotateY(0deg) scale(1);
	border-radius: 4px;
}
.vid-slider .vid-wrap .vid-text a.button::before {
	filter: blur(0);
	border-radius: 4px;
}
.vid-slider .vid-wrap .vid-text a.button.bt-alt {
	font-size: 14px;
	padding: 18px 30px;
	box-shadow: none;
}
.vid-slider .vid-wrap .vid-text a.button:hover {
	animation: bt-alt-anim;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	transform: perspective(500px) rotateY(0deg) scale(1.2);
	z-index: 99
}
@keyframes bt-alt-anim {
	0%   {transform: perspective(500px) rotateY(0deg) scale(1);}
	33%  {transform: perspective(500px) rotateY(20deg) scale(1.1);}
	66%  {transform: perspective(500px) rotateY(-10deg) scale(1.2);}
	100%  {transform: perspective(500px) rotateY(0deg) scale(1.2);}
}

.scroll-arrow {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	height: 20px;
	width: 40px;
	background-image: url(images/misc/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	animation: scroll-anim;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

@keyframes scroll-anim {
	0%   {bottom: 50px;}
	20%  {bottom: 50px;}
	50%  {bottom: 58px;}
	53%  {bottom: 44px;}
	56%  {bottom: 52px;}
	59%  {bottom: 50px;}
	100% {bottom: 50px;}
}

/*Vid Slider Alternate*/
.vid-slider.vs-alt {
	height: 70vh;
	min-height: 600px;
}
.vid-slider.vs-alt .vid-wrap {
	background: linear-gradient(45deg, rgba(45,142,62,0.90), rgba(169,222,68,0.90));
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.2);
}
.vid-slider.vs-alt .vid-wrap .vid-text {
	width: 90%;
	text-align: left;
}

/*Page Banner*/
.section-why {
	background-image: url(images/bg-temp.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	min-height:75vh;
	padding: 220px 100px;
	overflow: hidden;
}
.top-textbox {
	padding-top: 20px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: table;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
}
.top-textbox h2 {
	font-weight: 600;
	font-size: 60px;
	line-height: 65px;
	letter-spacing: -2px;
	text-transform: none;
	color: #F8F7F7;
}
.top-textbox p {
	font-size: 20px;
	font-family: "poppins", sans-serif;
	letter-spacing: 1px;
	color: #F8F7F7;
}
.top-textbox a.button {
	font-size: 12px;
	padding: 12px 25px 12px;
	margin: 0 5px;
}
.top-textbox a.button.bt-alt {
	font-size: 12px;
	padding: 14px 27px;
}

/*Video Slider*/
#myCarousel {
	overflow: hidden;
	position: relative;
	vertical-align: top;
}

.carousel-control.right,
.carousel-control.left {
	max-height: 800px;
	width: 10%;
}
.carousel-fade .carousel-inner .item {
	min-height: 800px;	
	max-height: 800px;	
	position: relative;
}
.carousel-inner video {
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	vertical-align: top;
}

.carousel-control .icon-next::before {
	content: url(images/misc/arrow-right.png) !important;
}
.carousel-control .icon-prev::before {
	content: url(images/misc/arrow-left.png) !important;
}
.carousel-indicators {
	display: none;
}

/* Boxes */
.box {
	text-align: left;
}
.box.box-yellow {
	background-color:#f3ec19;
	border-color:#f3ec19;
	color:#FFF;
}
.box.box-yellow h1 {
	color:#2d3081;
}
.box.box-blue {
	background-color:#2d3081;
	border-color:#2d3081;
	color:#FFF;
}
.box.box-red {
	background-color:#ee2124;
	border-color:#ee2124;
	color:#FFF;
}
.box-home-wrap .box.box-red p,
.box-home-wrap .box.box-blue p {
	font-weight: 300;
	color:#FFF;
}
.box-home-wrap .coltable .col:last-child {
	text-align: center;
}
.box.contact{
	padding: 0px 20px;
	border:none;
	border-left: 2px solid #aaa;
}
.box.contact h3{
	color: #333;
	font-size: 22px;
	font-family: "industry", sans-serif;
}
.box.contact p,
.box.contact a {
	color: #333;
}

/* Section */
/*.wrapper-break {
	padding: 20px;
}
.more-wrapper-break {
	padding:0 20px 20px;
}
.wrapper-break-alt {
	padding: 30px 0 0;
}*/
.section {
	padding:80px 0;
}
.section.section-white {
	background-color:#fff;
}

.section.section-red {
	background-color:#e2231a;
}
.section.section-red h1 {
	color:#000000;
	font-weight:800;
  	font-family: 'proxima-nova', "europa", sans-serif;
	font-size:52px;
}
.section.section-red h2 {
  	font-family: 'proxima-nova', "europa", sans-serif;
	font-weight:500;
	text-transform:uppercase;
	color:#fff;
}
.section.section-black {
	background-color:#000000;
}



/*Footer*/
.footer{
	padding:0px;
	border-top:none;
	border-bottom:none;
	background-color: #171913;
	/*background: linear-gradient(60deg, #2C3935,#1A8687);*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.3);
	transition: all 0.4s ease-in-out 0s;
}
.footer:hover{
	/*box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.2);*/
}

.foot-main {
	width: 75%;
	padding: 70px 80px 60px;
}
.foot-main .head.h4 {
	font-size: 27px;
	font-family: "poppins", sans-serif;
	text-transform: none;
	font-weight: 600;
	color: #F8F7F7;
	margin-bottom: 0px;
}

.foot-form{
	width: 25%;
	padding: 80px 80px 60px;
	min-width: 450px;
}
.foot-form h2 {
	font-size: 30px;
	text-align: right;
}

.foot-form .form-block.single .field {
	padding: 2px;
}
.foot-form .form-block .field input,
.foot-form .form-block .field textarea {
	padding: 22px 20px 24px;
	background: #F8F7F7;
	border-radius: 0;
	border: none;
}

.foot-form button {
	border: 2px solid #F8F7F7 !important;
	padding: 12px 22px 14px;
	font-weight: 500;
	letter-spacing: 0px;
	margin-top: 15px;
	color: #F8F7F7;
}
.foot-form button:hover {
	border-radius: 0;
	box-shadow: none;
	background-color: #028658 !important;
	border-color: #028658 !important;
	color: #fff !important;
}

.footer a.button {
	color: rgba(255,255,255,0.5) !important;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 4px 16px;
	font-size: 10px;
	margin-bottom: 10px;
}
.footer a.button:hover {
	background-color: #fff;
	color: #2F3C4A !important;
	padding: 4px 22px;
}
.footer h2{
	color:#F8F7F7;
	font-weight:600;
	font-size: 26px;
	font-family: "poppins", sans-serif;
	text-transform:none;
	text-align: center;
}
.footer .button i {
	margin-right:4px;
}
.footer .col-foot-menu {
 	padding:50px 0;
}
.footer .foot-menu > li a {
	font-weight:500;
  	font-family: "europa", sans-serif !important;
	color:#F8F7F7;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 1px 0;
}
.footer .foot-menu > li a:hover { 
	color:#3ED2A6;
}
.footer .foot-menu > li.alink a {
	font-weight: 600;
	opacity: 0.6;
}

.mob-copy {
	display: none;
	text-align: center !important;
	background-color:#10ac6e !important;
	padding: 40px 20px;
}
.mob-copy p,
.mob-copy p a {
	color: #fff !important;	
}

/*Footer Cont.*/
.head.h4{
  font-family: 'proxima-nova', "europa", sans-serif;
  font-size: 30px;
  font-weight:900;
  text-transform:uppercase;
  color:#888;
}
.copyright{
	background-color:transparent;
	border-bottom:none;
	text-align:left;
}
.copyright h1{
	color:#fbb21e;
}
.copyright p{
	color:#F8F7F7;
	text-transform:uppercase;
	line-height: 20px;
	font-size: 15px;
	letter-spacing: 4px;
}
.copyright a {
	letter-spacing: 1px;
	color:rgba(255,255,255,0.5);
	font-size: 12px;
}
.copyright a:hover {
	color:#fff;
}


.foot-badge{
	width:160px;
}
.form-form_enquiry .form-block {
	border:none;
}
.form-form_enquiry .form-block .field label{
    display: none;
}
.form-form_enquiry .form-block .field.submit{
	text-align:center;
}
.form-form_enquiry input[type="submit"], button {
	background-color: transparent;
	border:2px solid #fff !important;
	padding:10px 20px;
	text-transform:uppercase;
}
.form-form_enquiry input[type="submit"],
.form-form_enquiry button:hover {
	background-color: #fff;
	color: #dc1f26;
}
.contact-block {
	padding: 30px;
	border-left: 10px solid #FBB21E;
}
.contact-block h3,
.contact-block p{
	color: #333;
}
.orange.pad {
	padding-right: 30px;
}
.service li {
	width: 33%;
	border-bottom: 1px solid transparent;
	padding: 10px 0px 5px 0px;
	transition: all 0.2s ease-in-out 0s;
}
.service li:hover {
	border-bottom: 1px solid #FBB21E;
}
.quote-btn a {
	padding: 10px 20px;
	background-color: transparent;
	border: 2px solid #FBB21E;
	color: #FBB21E;
	letter-spacing: 5px;
}
.about-section {
	line-height: 26px;
	text-align: justify;
}

/*Animations*/

@keyframes tablet-slide {
	0%   { opacity: 0; left: -30%;}
	5%   { opacity: 0; left: -30%;}
	15%  { opacity: 1; left: -20%;}
	100% { opacity: 1; left: -20%;}
}

@keyframes slide-delay-none {
	0%    {opacity: 0; left: -15%;}
	10%   {opacity: 1; left: 0%;}
	100%  {opacity: 1; left: 0%;}
}
@keyframes slide-delay-1 {
	0%    {opacity: 0; left: -15%;}
	10%   {opacity: 0; left: -15%;}
	20%   {opacity: 1; left: 0%;}
	100%  {opacity: 1; left: 0%;}
}
@keyframes slide-delay-2 {
	0%    {opacity: 0; left: -15%;}
	15%   {opacity: 0; left: -15%;}
	25%   {opacity: 1; left: 0%;}
	100%  {opacity: 1; left: 0%;}
}
@keyframes slide-delay-3 {
	0%    {opacity: 0; left: -15%;}
	20%   {opacity: 0; left: -15%;}
	30%   {opacity: 1; left: 0%;}
	100%  {opacity: 1; left: 0%;}
}

@keyframes slide-delay-alt-2 {
	0%    {opacity: 0; right: -15%;}
	15%   {opacity: 0; right: -15%;}
	25%   {opacity: 1; right: 0%;}
	100%  {opacity: 1; right: 0%;}
}
@keyframes slide-delay-alt-3 {
	0%    {opacity: 0; right: -15%;}
	20%   {opacity: 0; right: -15%;}
	30%   {opacity: 1; right: 0%;}
	100%  {opacity: 1; right: 0%;}
}

.tablet-slide {
	animation: tablet-slide;
	animation-duration: 10s;
}
.slide-delay-none {
	position: relative;
	animation: slide-delay-none;
	animation-duration: 10s;
}
.slide-delay-1 {
	position: relative;
	animation: slide-delay-1;
	animation-duration: 10s;
}
.slide-delay-2 {
	position: relative;
	animation: slide-delay-2;
	animation-duration: 10s;
}
.slide-delay-3 {
	position: relative;
	animation: slide-delay-3;
	animation-duration: 10s;
}


.slide-delay-alt-2 {
	position: relative;
	animation: slide-delay-alt-2;
	animation-duration: 10s;
}
.slide-delay-alt-3 {
	position: relative;
	animation: slide-delay-alt-3;
	animation-duration: 10s;
}


/*Homepage - INTRO*/
.tab-slider .col {
	vertical-align: middle;
}
.tab-slider .tablet {
	padding: 46px 97px;
	background-image: url(images/laptop.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	left: -20%;
}
.tab-slider .tablet .tab-slide-3 {
	top: 50%;
	left: 50%;
	transform: translate(-50%,0%);
	position: relative;
	/*background-image: url(images/tablet-bg-3.jpg);
	background-position: center;
	background-size: cover;*/
	display: table;
	width: 664px;
	height: 452px;
}
.tab-slider .tablet .tab-text {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	display: table;
	width: 100%;
}
.tab-slider .tablet .tab-text h1,
.tab-slider .tablet .tab-text p {
	color: #fff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tab-slider .tablet .tab-text h1 {
	font-size: 40px;
	font-family: "europa",sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 700;
	
}
.tab-slider .tablet .tab-text p {
	font-size: 18px;
}
.tab-slider .tablet .tab-text .big-button {
	background: linear-gradient(30deg, #028658, #26C38F);
}
.tab-slider .tablet .tab-text .big-button:hover {
	color: #028658;
}

.tab-slider	.tablet .tab-phone {
	position: absolute;
	right: -80px;
	bottom: -5px;
}
.tab-slider	.tablet .tab-phone img {
	height: 450px;
}

.tab-slider .tab-intro {
	padding-left: 50px;
}

.tab-slider .tablet .tab-feat-slide {
	top: 50%;
	left: 50%;
	transform: translate(-50%,0%);
	position: relative;
	background-image: url(images/features/app.jpg);
	background-position: center;
	background-size: cover;
	display: table;
	width: 600px;
	height: 452px;
}

/*Homepage - FEATURES*/
.section-features {
	padding: 110px 0px 130px;
	box-shadow: inset 0 -9999px 0 rgba(2,134,88,0.70);
	background-image: url(images/bg-poly.jpg);
	background-position: center;
	background-size: cover;
}
.feature-list {
	display: table;
	width: 100%;
}
.feature-list * {
	transition: all 0.3s ease-in-out 0s;
}
.feature-list .feat-box {
	vertical-align: top;
	width: 33.333%;
	display: table;
	float: left;
	padding: 50px;
}
/*.feature-list:hover .feat-box:hover {
	background-color: rgba(24,105,94,0.95);
}
.feature-list:hover .feat-box {
	animation: flip-anim;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
	animation-play-state: running;
	background-color: rgba(37,56,61,0.95);
}*/
.feature-list:hover .feat-box:nth-child(2) {
	animation-delay: 0.15s;
}
.feature-list:hover .feat-box:nth-child(3) {
	animation-delay: 0.3s;
}
.feature-list:hover .feat-box:nth-child(4) {
	animation-delay: 0.45s;
}
.feature-list:hover .feat-box:nth-child(5) {
	animation-delay: 0.6s;
}
.feature-list:hover .feat-box:nth-child(6) {
	animation-delay: 0.75s;
}

@keyframes flip-anim {
	0% {transform: perspective(50em) rotateY(0deg); background-color: rgba(37,56,61,0.00);}
	30% {transform: perspective(50em) rotateY(90deg); background-color: rgba(37,56,61,0.00);}
	30.1% {transform: perspective(50em) rotateY(-90deg); background-color: rgba(37,56,61,0.95);}
	100% {transform: perspective(50em) rotateY(0deg); background-color: rgba(37,56,61,0.95);}
}


.feature-list .feat-box img {
	vertical-align: middle;
	display: table-cell;
	height: 100px;
}
.feature-list .feat-box .feat-text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.feature-list .feat-box .feat-text h3 {
	font-family: "europa", sans-serif;
	color: #fff;
	margin: 0 0 10px;
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: 800;
	text-transform: uppercase;
}
.feature-list .feat-box .feat-text p {
	font-family: "europa", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #fff;
	margin: 0;
}

/*Homepage - CONTACT*/
.section-chat {
	padding: 230px 0 270px;
	position: relative;
	background-image: url(images/bg-home-contact-alt.jpg);
	background-position: center;
	background-size: cover;
	transition: all 1s;
}
.section-chat-bg {
	transition: all 0.2s; 
	background: #CF3E56;
	background-image: url(images/bg-home-contact.jpg);
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
p.chat-text {
	color: #323E4C;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
	font-size: 14px;
}
.section-chat h2 {
	color: #859E9C;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	margin: 0;
	z-index: 2;
}
.section-chat a.big-button {
	display: table;
	margin: 0 auto 50px;
	position: relative;
	z-index: 2;
}


a.big-button {
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: 500;
	padding: 22px 44px 24px;
	text-transform: none;
	transition: all 0.5s ease-in-out 0s;
	background: linear-gradient(60deg, #048757,#04A4A5);
	box-shadow: inset 0 0 0 0.01px #fff;
	border-radius: 4px;
	color: #fff;
}
a.big-button:hover {
	box-shadow: inset 300px 0 0 0.01px #fff;
	color: #048757;
}

a.big-button.bb-alt {
	background: #fff;
	color: #10AC6E;
	box-shadow: inset 0px 0 0 0.01px #3ED2A6;
	position: relative;
	bottom: -5px;
}
a.big-button.bb-alt:hover {
	color: #fff;
	box-shadow: inset 450px 0 0 0.01px #3ED2A6;
}

/*Feature Page*/
.feature-page {
	
}
.feature-page .col {
	position: relative;
}
.section-feat {
	width: 55%;
	min-height: 400px !important;
	overflow: hidden;
}
.section-feat .sf-image {
	padding: 100px 140px 0 140px;
	position: relative;
}
.section-feat img {
	width: 100%;
	vertical-align: top;
	/*position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);*/
	position: relative;
	z-index: 2;
}
.feature-page .sf-text {
	width: 60%;
	margin: 0 auto;
}
.feature-page .sf-text h2  {
	font-weight: 600;
	font-size: 52px;
	line-height: 55px;
	letter-spacing: 0px;
	text-transform: none;
}
.feature-page .sf-text p {
	color: #999;
}
.section-feat .sf-image::after {
	content: "";
	background-repeat: no-repeat;
	background-position: right -150px center;
	background-size: auto 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	opacity: 0.1;
}

.section-feat.sf-1 {
	background:linear-gradient(10deg, #00AED5, #56C1C5);
}
.section-feat.sf-1 .sf-image::after {
	background-image: url(images/icons/cogs.svg);
}
.section-feat.sf-1 img {
	box-shadow: 10px 15px 25px rgba(0,0,0,0.2), 2px 22px 10px rgba(0,0,0,0.2);
}

.section-feat.sf-2 {
	background:linear-gradient(10deg, #5E4D97, #A37CAE);
}
.section-feat.sf-2 .sf-image::after {
	background-image: url(images/icons/network.svg);
}

.section-feat.sf-3 {
	background:linear-gradient(10deg, #B63B57, #C87BBF);
}
.section-feat.sf-3 .sf-image::after {
	background-image: url(images/icons/path.svg);
}

.section-feat.sf-4 {
	background:linear-gradient(10deg, #BF2C2C, #E1563E);
}
.section-feat.sf-4 .sf-image::after {
	background-image: url(images/icons/lock.svg);
}

.section-feat.sf-5 {
	background:linear-gradient(10deg, #FA7A0F,#EB9D3B );
}
.section-feat.sf-5 .sf-image::after {
	background-image: url(images/icons/graph.svg);
}

.section-feat.sf-6 {
	background:linear-gradient(10deg, #8FB834, #D4DE6C);
}
.section-feat.sf-6 .sf-image::after {
	background-image: url(images/icons/key.svg);
}


.feat-partner {
	padding: 50px 0px;
}
.feat-partner .coltable {
	padding: 10px 160px;
}
.feat-partner .coltable .col {
	padding: 30px;
}
.feat-partner h2 {
	color: #f2f0ee;
}
.feat-partner .coltable .col img {
	width: 100%;
	vertical-align: top;
	transition: all 0.2s ease-in-out 0s;
}
.feat-partner .coltable .col img:hover {
	transform: scale(1.1);
}
.feat-partner .coltable .col p {
	padding-top: 35px;
	text-align: center;
	margin: 0;
}
.feat-partner .coltable .col p a.button {
	font-family: 'europa', sans-serif;
	letter-spacing: 3px;
	font-size: 10px;
	line-height: 20px;
	color: #666 !important;
	font-weight: 600;
	border-radius: 50px;
	border: 1px solid #666;
	padding: 8px 25px;
	background: none;
}
.feat-partner .coltable .col p a.button:hover {
	color: #fff !important;
	border: 1px solid #fff;
}
.feat-partner .coltable .col p a.button::before {
	border-radius: 50px;
}

/*Shift Sections*/
.section-feature {
	transition: all 1s;
	/*background: linear-gradient(45deg, #319A43, #9ED040);*/
	background: url(images/bg-feat-alt.jpg) no-repeat center / cover;
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.00);
	position: relative;
	min-height:80vh;
	padding: 220px 100px;
	overflow: hidden;
}
.section-feature.color-swap {
	box-shadow: inset 0 -9999px 0 rgba(24,25,27,0.60);
	min-height:60vh;
}

.section-shift {
	padding: 100px 0 80px;
	background-color: #f2f0ee;
	/*background-image: url(images/bg-poly.jpg);
	background-size: contain;
	box-shadow: inset 0 9999px 0 rgba(0,0,0,0.65);*/
	box-shadow: inset 0 9999px 0 rgba(27,40,43,0.00);
	transition:all 0.8s;
}
.section-shift.color-swap {
	box-shadow: inset 0 9999px 0 rgba(27,40,43,1.00);
}
.section-shift.color-swap .shift-buttons a.button {
	color: #868686 !important;
}
.shift-list {
	display: table;
	width: 90%;
	margin: 0 auto;
	max-width: 1800px;
}
.shift-list .shift-short {
	display: table-cell;
	vertical-align: top;
	width: 30%;
}
.shift-list .shift-long {
	display: table-cell;
	vertical-align: top;
	width: 80%;
}

.shift-list .shift-buttons {
	position: sticky;
	top: 130px;
	padding-top: 20px;
}
.shift-list .shift-short a.button {
	padding: 15px 35px;
	border: none;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left:40px;
	position: relative;
	color: #1b282b !important;
}
.shift-list .shift-short a.button::after {
	transition: all 0.3s ease-in-out;
	content: url(images/icons/plus-colour.svg);
	position: absolute;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
	height: 45px;
	width: 45px;
	opacity: 1;
}
.shift-list .shift-short a.button::before {
	display: none;
}
.shift-list .shift-short p:nth-child(2) a.button::after {
	filter: hue-rotate(40deg) grayscale(1);
}
.shift-list .shift-short p:nth-child(3) a.button::after {
	filter: hue-rotate(80deg) grayscale(1);
}
.shift-list .shift-short p:nth-child(4) a.button::after {
	filter: hue-rotate(120deg) grayscale(1);
}
.shift-list .shift-short a.button:hover {
	padding-left: 75px;
	margin-left: 0px;
}
.shift-list .shift-short a.button:hover::after {
	transform: translateY(-50%) rotate(90deg);
	filter:grayscale(0) hue-rotate(40deg)!important;
	/*left: 20px;*/
	left: 5px;
}
.shift-list .shift-short p:nth-child(1) a.button { color: #10ac6e !important;}
.shift-list .shift-short p:nth-child(1) a.button:hover { color: #3ac6aa !important;}
.shift-list .shift-short p:nth-child(2) a.button:hover { color: #117B9B !important;}
.shift-list .shift-short p:nth-child(3) a.button:hover { color: #117B9B !important;}
.shift-list .shift-short p:nth-child(4) a.button:hover { color: #117B9B !important;}

.shift-list .shift-short p:nth-child(1) a.button:hover::after { filter:brightness(1.2) hue-rotate(10deg) !important;}

.shift-list .coltable {
	margin-bottom: 50px;
}
.shift-list .coltable .col {
	display: inline-block;
	float: left;
	padding: 0px 15px 20px; 
	position: relative;
	z-index: 1;
}
.shift-list .coltable .col .shift-text {
	min-height: 300px;
	text-align: center;
	padding: 20px 20px;
	position: relative;
}
/*.shift-list .coltable .col .shift-text::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, #1a1a1a 40%, rgba(26,26,26,0.00));
	transition: all 0.4s;
	opacity: 1;
}
.shift-list .coltable .col:hover .shift-text::after {
	opacity: 0;
}*/
.shift-list .coltable .col h3 {
	color: #1b282b;
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: none;
	margin: 20px 0;
	font-family: 'poppins', sans-serif;
}
.shift-list .coltable .col p {
	font-family: 'proxima-nova', sans-serif;
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #1b282b;
	font-weight: 300;
}
.shift-list .coltable .col p a.button {
	font-family: 'europa', sans-serif;
	letter-spacing: 3px;
	font-size: 10px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	border: 1px solid #fff;
	padding: 8px 25px;
}
.shift-list .coltable .col p a.button:hover {
	border-color: rgba(255,255,255,0.00);
}
.shift-list .coltable .col p a.button::before {
	border-radius: 50px;
}

.shift-image img {
	width: 100%;
	vertical-align: top;
}
.shift-list * {
	transition: all 0.25s ease-in-out 0s;
}

.shift-image {
	/*background-color: rgba(255,255,255,0.10);
	padding: 40px 40px 0 40px;
	margin-bottom: 20px;*/
	position: relative;
	
	border-radius: 0px;
	width: 100%;
	/*height: 210px;*/
	margin: 0 auto;
}
.shift-image img {
	/*width: 85%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0px;
	z-index: 2;*/
	width: 100%;
	position: relative;
	vertical-align: top;
	filter: grayscale(0.6);
	box-shadow: 0 0 0 #10ac6e;
	top: 0px;
}
.shift-long .col:hover .shift-image img {
	top: -10px;
	filter: grayscale(0);
	box-shadow: 0 10px 0 #10ac6e;
}
.shift-list .coltable .col:hover h3 {
	opacity: 1;
}

.feat-cont {
	padding: 100px 0;
}


/*Section Pricing*/
.section-feature.so-pricing {
	background-image: url(images/bg-violet-city.jpg);	
	background-position: center;
	background-size: cover;
}
.section-feature.so-pricing.color-swap {
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.6);
}
.section-feature.so-pricing .top-textbox {
	text-align: center;	
	display: table;
	width: auto;
	margin: 0 auto;
}
.section-feature.so-pricing .top-textbox p,
.so-pricing .vid-text p {
	color: #fff;
	font-weight: 600;
	letter-spacing: 8px !important;
	text-transform: uppercase;
	font-family: 'europa', sans-serif;
	padding: 10px 10px 12px;
	margin-top: 5px;
}
.section-feature.so-pricing .top-textbox .scroll-arrow,
.so-pricing .vid-text .scroll-arrow {
	transform: translateY(100px) translateX(-50%) !important;
}


.section-plans {
	background: linear-gradient(#F8F7F7, #fff);
	padding-bottom: 80px;
}
.section-plans .frame {
	padding: 0 !important;
}

.planbox {
	margin-top: -40px;
}
.planbox * {
	transition: all 0.4s ease-out 0s;
}
.planbox .col {
	width: 33.333%;
	padding: 0 10px 10px;
}
.planbox .col .plan {
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: #fff;
	z-index: 2;
}
.planbox .col .plan .plan-title {
	padding: 35px;
}
.planbox .col .plan h3 {
	text-transform: none;
	font-weight: 600;
	color: #10ac6e;
	margin-bottom: 2px;
	font-size: 20px;
	line-height: 22px;
	font-family: 'poppins', sans-serif;
}
.planbox .col .plan h2 {
	text-transform: uppercase;
	font-size: 60px;
	line-height: 62px;
	font-weight: 600;
	color: #10ac6e;
	letter-spacing: -2px;
	margin: 0;
}
.planbox .col .plan .plan-title p {
	margin: 0;
	font-size: 14px;
	color: #ccc;
	font-weight: 500;
}

.planbox .col .plan .plan-text {
	padding: 0 20px 40px;
}
.planbox .col .plan ul li {
	color: #666;
	padding: 15px 15px;
	list-style: none;
	font-size: 14px;
	line-height: 16px;
}
.planbox .col .plan ul li b {
	color: #10ac6e;
}
.planbox .col .plan p.plan-button {
	margin: 0;
}
.planbox .col .plan p.plan-button a {
	display: block;
	width: 100%;
	padding: 25px 25px;
	background-color: #10ac6e;
	font-size: 20px;
	transition: all 0.2 ease-in-out 0s;
	position: relative;
	color: #fff;
}
.planbox .col .plan p.plan-button a::after {
	background-image: url(images/misc/arrow-right.svg);
	background-size: auto 110%;
	background-repeat: repeat-x;
	animation: next-anim;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-timing-function: linear;
	background-position: left 0px center;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.planbox .col .plan p.plan-button:hover a::after {
	opacity: 0.1;
}
@keyframes next-anim {
	0% {background-position: left 0px center; }
	100% {background-position: left 57px center; }
}


.planbox .col .plan.trial {
	background: linear-gradient(30deg, #3ac6aa, #10ac6e);
}
.planbox .col .plan.trial h3,
.planbox .col .plan.trial h2 {
	color:#fff;
}
.planbox .col .plan.trial .plan-text {
	/*background: #36AA96;
	padding: 20px 20px 20px;*/
}
.planbox .col .plan.trial ul li {
	color: #fff;
}
.planbox .col .plan.trial p.plan-button a {
	background-color: #10ac6e;
}
/*
.planbox .col .plan.trial p.plan-button {
	padding: 17px 17px;
}
.planbox .col .plan.trial p.plan-button a {
	padding: 8px 30px;
	display: table;
	width: auto;
	background: none;
	border: 2px solid #fff;
	border-radius: 25px;
	margin: 0 auto;
	position: relative;
	transition: all 0.2 ease-in-out 0s;
}
*/
.planbox .col .plan.trial .plan-title p {
	color: rgba(255,255,255,0.5);	
}


.planbox .col .plan.admin h2,
.planbox .col .plan.admin h3,
.planbox .col .plan.admin ul li b {
	color:#3ac6aa;
}
.planbox .col .plan.admin p.plan-button a {
	background-color:#3ac6aa;
}


.planbox .col .plan p.plan-button a:hover {
	box-shadow:inset 0 -999px 0 rgba(255,255,255,0.30); 
	color: #fff;
}
.planbox .col .plan.trial p.plan-button a:hover {
	box-shadow:inset 0 -999px 0 rgba(255,255,255,0.20);
}
/*.planbox .col .plan.trial p.plan-button a:hover {
	box-shadow: none;
	background-color: #fff;
	transition-duration: 0.2s;
	color: #6EC361;
}*/

.planbox .col .plan:hover {
	animation: plan-anim;
    animation-timing-function: linear;
	animation-duration: 0.3s;
	transform: perspective(100em) rotateY(0deg) scale(1.1);
	box-shadow: 0 0 40px rgba(0,0,0,0.1);
	z-index: 99;
}
@keyframes plan-anim {
	0%   {transform: perspective(100em) rotateY(0deg) scale(1);}
	50%  {transform: perspective(100em) rotateY(20deg) scale(1.05);}
	100% {transform: perspective(100em) rotateY(0deg) scale(1.1);}
}

/*
.plan::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(60deg, #58BB9A,#72D4D0);
	transition: all 0.4s ease-in-out 0s;
	opacity: 0;
	z-index: -1;
}
.plan.color-swap::before {
	opacity: 1;
}
.plan.staff::before {
	background: linear-gradient(30deg, #3A8BBD,#49D1CE);
}
.plan.admin::before {
	background: linear-gradient(30deg, #6A4D85,#995CB4);
}
.plan.color-swap h2,
.plan.color-swap h3,
.plan.color-swap p,
.plan.color-swap li,
.plan.color-swap li b {
	color: #fff !important;
}
*/


.section-work-smart {
	background-image: url(images/bg-temp.jpg);
	background-size: cover;
	background-position: center;
	height: 90vh;
	position: relative;
}
.section-work-smart .small-frame {
	width: 100%;
	max-width: 600px;
	text-align: left;
	position: absolute;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
}
.section-work-smart .small-frame h1 {
	color: #fff;
	font-weight: 200;
}
.section-work-smart .small-frame h1 b {
	color: #fff;
	font-weight: 500;
}
.section-work-smart .small-frame p {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 25px;
}
.section-work-smart .small-frame h1 {
	
}


/*Why Magnetize*/
.section-why {
	transition: all 1s;
	/*background: linear-gradient(45deg, #319A43, #9ED040);*/
	background: url(images/bg-why.jpg) no-repeat center / cover;
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.00);
	position: relative;
	overflow: visible;
	min-height: 460px;
	padding: 0;
}
.section-why.color-swap .main-magdev {
	/*height: 60vh;*/
}
.mag-device {
	position: relative;
}
.mag-device .scroll-arrow{
	filter: brightness(0);
	transform: translateX(-50%) translateY(770%);
}
.main-magdev {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	/*height: 80vh;*/
	height: 320px;
	top: 25px;
	transition: all 1s;
}
.main-magdev img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.main-magdev img:first-child {
	left: 0;
	right: auto;
}

.magdev-left,
.magdev-right {
	position: absolute;
	z-index: 1;
	bottom: 28px;
}
.magdev-left {
	left: -17%;
	text-align: right;
}
.magdev-right {
	right: -12%;
}
.magdev-left h1,
.magdev-right h1 {
	color: #F8F7F7;
	font-size: 100px;
	line-height:105px;
	font-weight: 600;
	display: table;
	letter-spacing: 0;
}
.magdev-left h2 {
	font-size: 40px;
	line-height: 45px;
	color: #10ac6e;
	padding-right: 15px;
	margin: 0;
}
.mag-device .mob-hide h1 {
	color: #fff;
	font-weight: 600;
	display: none;
}
.mag-device .mob-hide h1 i {
	color: #10ac6e;
	font-style: normal;
}

.active-mag-left {
	animation: magtext-left;
	animation-duration: 10s;
}
.active-mag-right {
	animation: magtext-right;
	animation-duration: 10s;
}

@keyframes magtext-left {
	0%    {opacity: 0; transform: translateX(100%)}
	28%   {opacity: 0; transform: translateX(100%)}
	38%   {opacity: 1; transform: translateX(0%)}
	100%  {opacity: 1; transform: translateX(0%)}
}
@keyframes magtext-right {
	0%    {opacity: 0; transform: translateX(-100%)}
	28%   {opacity: 0; transform: translateX(-100%)}
	38%   {opacity: 1; transform: translateX(0%)}
	100%  {opacity: 1; transform: translateX(0%)}
}

.section-why-cont {
	padding: 120px 0 200px;
}
.section-why-cont .coltable .col {
	padding: 0 50px;
}
.section-why-cont .coltable .col h2 {
	color: #10ac6e;
}
.section-why-cont .coltable .col p {
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 30px;
}

.section-benefit.alt-benefit {
	border-top: 1px solid #fff;
}
.section-benefit.alt-benefit .coltable .col.first {
	text-align: right;
	border-right: 1px solid #fff;
	box-shadow: inset 9999px 0 0 rgba(33,33,33,0.8);
	background-image: url(images/misc/why-before-bg.jpg);
	background-position: center;
	background-size: cover;
}
.section-benefit.alt-benefit .coltable .col.last {
	text-align: left;
	box-shadow: inset 9999px 0 0 rgba(242,242,242,0.85);
	background-image: url(images/misc/why-after-bg.jpg);
	background-position: center;
	background-size: cover;
}
.section-benefit.alt-benefit .coltable .col.last h2,
.section-benefit.alt-benefit .coltable .col.last p {
	color: #333;
}


p.checklist b {
	color: #10ac6e;
}
ul.checklist li {
	list-style:none;
	position:relative;
	/*margin-left:25px;
	margin-bottom:5px;*/
	color: #fff;
}
ul.checklist li b {
	font-weight: 600;
	letter-spacing: -1px;
	color: #10ac6e;
}
/*ul.checklist li::before {
	font-family: Font Awesome 5 Pro;
	content: "\f058";
	color:#10ac6e;
	padding-right:10px;
	position:absolute;
	left:-20px;
	top:5px;
}*/

/*CUSTOMER STORIES PAGE*/
.vid-slider.custom-vid {
	height: 80vh;
	min-height: 500px;
	transition: all 1s;
}
.vid-slider.custom-vid .vid-wrap {
	background: linear-gradient(30deg, rgba(46,46,46,0.55), rgba(0,0,0,0.55));
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.1);
	transition: all 1s;
}
.vid-slider.custom-vid.green-vid .vid-wrap {
	background: linear-gradient(320deg, rgba(0,1,0,0.80), rgba(0,65,43,0.80));
	box-shadow: inset 0 -9999px 0 rgba(16,179,113,0.10);
	transition: all 1s;
}

.vid-slider.custom-vid.color-swap {
	height: 60vh;
}
.vid-slider.custom-vid.color-swap .vid-wrap {
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.7);
}

/*ABOUT PAGE*/
.vid-slider.about-vid {
	height: 100vh;
	min-height: 500px;
	transition: all 1s;
}
.vid-slider.about-vid .vid-wrap {
	background: linear-gradient(30deg, rgba(46,46,46,0.55), rgba(0,0,0,0.55));
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.1);
	transition: all 1s;
}

.vid-slider.about-vid.color-swap {
	height: 80vh;
}
.vid-slider.about-vid.color-swap .vid-wrap {
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.7);
}

.vid-slider.about-vid .vid-text p {
	font-size: 14px;
	line-height: 22px;
	max-width: 600px;
	display: table;
	margin: 0 auto;
}

.plus-path {
	fill:rgba(255,255,255,1.00);
	stroke:rgba(255,255,255,0.00);
	stroke-width:8px;
	overflow: visible;
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	animation: dash 5s linear 1;
}
@keyframes dash {
  0% {
  	fill:rgba(0,0,0,0);
	  stroke:rgba(255,255,255,1.00);
    stroke-dashoffset: 1000;
  }
  80% {
	fill:rgba(0,0,0,0);
	  stroke:rgba(255,255,255,1.00);
    stroke-dashoffset: 0;
  }
  100% {
	stroke:#fff;
	stroke:rgba(255,255,255,0);
    stroke-dashoffset: 0;
  }
}


.section-timeline {
	padding: 250px 0 150px;
}
.section-timeline .frame {
	width: 1100px;
	position: relative;
}

.time-anim {
	fill:none;
}
.time-path {
	fill:none;
	stroke:#10AC6E;
	stroke-width:6;
	stroke-miterlimit:10;
	stroke-dasharray: 3000;
	stroke-dashoffset: 0;
	animation: timeline-dash 7s linear 1;
	transition: all 0.5s;
}
@keyframes timeline-dash {
	0% {
	  stroke:#f2f0ee;
	  stroke-dashoffset: -2100;
	}
	90% {
	  stroke:#f2f0ee;
	  stroke-dashoffset: 0;
	}
	100% {
	  stroke:#10AC6E;
	  stroke-dashoffset: 0;
	}
}

.time-line-bg {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	width: 68%;
	transform: translateX(-50%);
	z-index: 0;
}

.timeline {
	margin: -92px 0;
	position: relative;
	z-index: 2;
}
.timeline.top-time {
	margin: -200px 0 -92px;	
}
.timeline .col {
	width: 33.333%;
	vertical-align: middle;
	padding: 0px 20px;
}

.timeline .col .text-time {
	background-color: #fff;
	padding: 20px 40px;
	min-height: 244px;
	max-height: 250px;
}
.timeline .col .text-time h3 {
	font-size: 36px;
	font-weight: 600;
	color: #333;
}
.timeline .col .text-time h4 {
	font-size: 16px;
	color: #949494;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 10px;
	font-family: "poppins", sans-serif;
}
.timeline .col .text-time h4 a {
	color: #10AC6E;
}
.timeline .col .text-time h4 a:hover {
	color: #0F4430;
}
.timeline .col .text-time h5 {
	font-size: 14px;
	color: #949494;
	font-weight: 600;
	line-height: 18px;
	margin: 0 0 10px;
	font-family: "poppins", sans-serif;
}
.timeline .col .text-time p {
	font-size: 12px;
	color: #888;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}

.timeline .col .image-time {
	padding: 20px;
	position: relative;
}
.timeline .col .image-time img {
	width: 100%;
	vertical-align: middle;
	border-radius: 250px;
	transform: scale(0.9);
}

.timeline .col .image-time p {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.timeline .col .image-time p a.button {
	line-height: 23px;
	font-size: 18px;
	border: none;
	border-radius: 50px;
	padding: 20px 30px 22px;
}
.timeline .col .image-time p a.button::before {
	border-radius: 50px;
}

.delay-popin-1a,
.delay-popin-1b,
.delay-popin-1c {
	transform: scale(0);
	transition: all 0.4s;
}
.popin-delay {
	transform: scale(0.9);
	animation: popin-anim ;
	animation-duration: 0.6s;
	animation-timing-function: ease;
}
@keyframes popin-anim {
	0% {transform: scale(0);}
	50% {transform: scale(1);}
	70% {transform: scale(0.80);}
	85% {transform: scale(0.95);}
	100% {transform: scale(0.9);}
}

/*CONTACT PAGE*/
.section-contact {
	/*background: linear-gradient(30deg, #1D1D1D, #323232);*/
	background: #1b282b;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}
.section-contact::before {
	content: "";
	background-image: url(images/icons/plus.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -10%;
	right: -20%;
	height: 120%;
	width: 1000px;
	opacity: 0.03;
	animation: full-rotate;
	animation-timing-function: linear;
	animation-duration: 50s;
	animation-iteration-count: infinite;
}
.section-contact .frame {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	transform: translate(-50%, -50%);
}
@keyframes full-rotate {
	0%   {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.coltable.con-col {
	padding-top: 50px;
}
.coltable.con-col .col.first {
	padding-right: 70px;
	width: 40%;
	min-width: 395px;
}
.coltable.con-col .col.last {
	padding-left: 70px;
	width: 60%;
}

.con-col h2 {
	color: #f2f0ee;
	font-size: 60px;
	line-height: 65px;
	letter-spacing: -2px;
	margin: 0;
}
.con-col h3 {
	color: #939498;
	font-size: 26px;
	line-height: 32px;
	margin: 45px 0 25px;
	text-transform: none;
}
.con-col p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.con-col p .fa {
	color: #fff;
	transform: scale(1.4);
	padding-right: 15px;
	position: relative;
	left: 6px;
}

.con-col .form-block {
	border: none;
}
.con-col .form-block label {
	display: none;
}
.con-col .form-block .field {
	padding: 5px;
}
.con-col .form-block input,
.con-col .form-block textarea {
	padding: 25px 20px;
	display: block;
	width: 100%;
	border-radius: 0;
	border: none;
	background-color: #3A4749;
	transition: all 0.3s;
}
.con-col .form-block textarea {
	padding: 15px 20px;
	min-height: 120px;
}
.con-col .form-block input:hover,
.con-col .form-block textarea:hover {
	background-color: #555;
}
.con-col .form-block input:active,
.con-col .form-block textarea:active,
.con-col .form-block input:focus,
.con-col .form-block textarea:focus {
	box-shadow: none;
	background-color: #ccc;
}

.con-col .form-form_enquiry input[type="submit"], button {
	text-transform: none;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 15px 30px 18px;
}
.con-col .form-form_enquiry input[type="submit"]:hover, button:hover {
	border-radius: 0;
	color: #049989;
	background-color: #fff;
}

/*Custom Features*/
.section-custom {
	background-image: url(images/bg-custom.jpg);
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0);
}
.section-custom .top-textbox {
	width: auto;
	left: 10%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	text-align: left;
}
.section-custom .top-textbox p {
	font-weight: 600;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: -1px;
	color: #35BFA2;
	margin-bottom: 5px;
}
.section-custom .top-textbox h2 {
	font-size: 72px;
	line-height: 75px;
}

/*CUSTOMER STORIES*/
.section-customer {
	padding: 20px 0;
}


.cus-col {
	margin: 40px 0;	
	position: relative;
}
.cus-col * {
	font-family: "poppins", sans-serif;
}
.cus-col .col {
	width: 50%;
	vertical-align: bottom;
}
.cus-col.cus-right .col {
	vertical-align: top;
}
.cus-col .col.cus-text {
	background-color: #222;
	padding: 50px 55px;
	background-image: url(images/bg-why.jpg);
	background-size: cover;
}

.cus-col .col img {
	width: 100%;
	vertical-align: top;
}
.cus-col .col h3 {
	color: #fff;
	text-transform: none;
	font-weight: 600;
	font-size: 32px;
	line-height: 34px;
	margin: 0 0 5px;	
}
.cus-col .col h4 {
	color: #10ac6e;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 20px;
}
.cus-col .col p {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	margin: 0px;
}

.cus-col.cus-left .cus-arrow {
	border: 50px solid rgba(51,51,51,0.00);
	border-bottom: 50px solid #111;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.cus-col.cus-right .cus-arrow {
	border: 50px solid rgba(51,51,51,0.00);
	border-top: 50px solid #111;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.cus-col.cus-small .col p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}

/*SECTION BENEFIT*/
.section-benefit {
	background-color: #333;
	background: url(images/bg-poly.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.section-benefit .coltable .col {
	vertical-align: middle;
	text-align: center;
	padding: 100px 40px 110px;
}

.section-benefit .coltable .col.first {
	background-color: rgba(16,172,110,0.70);
}
.section-benefit .coltable .col.last {
	background-color: rgba(213,213,213,0.08);
}
.section-benefit .coltable .col .inner {
	max-width: 500px;
	margin: 0 auto;
}

.section-benefit .col img {
	vertical-align: middle;
	width: 100px;
	margin-bottom: 45px;
}
.section-benefit .col h2 {
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
.section-benefit .col p {
	color: #fff;
	line-height: 26px;
}


/*IDK*/
.row-container > .pb-section.section-pad-1.vid-slider {
	padding: 0;
}
.top-fit {
	margin-top:-91px
}

/*Post Override NEWS*/
.section-feature.so-news {
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.7);
	background-image: url(images/bg-features.jpg);	
	background-position: center;
	background-size: cover;
	min-height: 45vh;
	padding: 0;
}
.section-feature.so-news.color-swap {
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,1);
	min-height: 35vh;
}
.section-feature.so-news .top-textbox {
	text-align: center;	
	display: table;
	width: auto;
	margin: 0 auto;
}
.section-feature.so-news .top-textbox h2 {
	font-size: 65px;
	line-height: 75px;
	margin-bottom: 20px;
	color: #fff;
}
.section-feature.so-news .top-textbox .scroll-arrow {
	transform: translateY(100px) translateX(-50%);
}

.news-row {
	
}

.post-wrap * {
	transition: all 0.4s ease-out 0s;
}
.post-wrap .post-item {
	border: none;
	position: relative;
	filter: grayscale(1);
}
.post-wrap .post-item:hover {
	filter: grayscale(0);
}
.post-item .post-body {
    padding: 30px 35px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/*height: 110px;*/
	transition: all 0.4s ease-in-out 0s;
	background: none;
}
.post-item:hover .post-body {
	opacity: 1;		
}
.post-wrap .post-item .post-image {
	overflow: hidden;
}
.post-wrap .post-item .post-image img {
	z-index: -1;
}
.post-wrap .post-item:hover .post-image img {
	transform: scale(1.1);
}
.post-wrap.post-type-news .post-item h3 {
    color: #fff;
	font-size: 20px;
	line-height: 25px;
	font-weight:500;
}
.post-item .post-image.date-label .date {
   	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	padding: 10px 20px !important;
	transition: all 0.4s ease-in-out 0s;
	background-color: rgba(0,0,0,0.4);
	/*box-shadow: inset 0 0 0 rgba(4,99,77,0.78);*/
}
.post-item:hover .post-image.date-label .date {
	background-color: rgba(0,0,0,0.2);
	/*box-shadow: inset 0 -400px 0 rgba(4,99,77,0.78);*/
}


.news-header {
	margin: 0 !important;
	position: relative;
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.3);
	height: 50vh;
	padding: 0 !important;
	min-height: 350px;
}
.news-header .news-intro {
	background-color: transparent !important;
	padding: 40px 70px !important;
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 900px;
	width: 100%;
}
.news-header .news-intro h1 {
	line-height: 1.1em;
}

.news-header .breadcrumb {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
	color: #424243;
	background-color: rgba(255,255,255,0.7);
	transition: all 0.2s ease-in-out 0s;
	font-size: 14px;
	display: none;
}
.news-header .breadcrumb:hover {
	background-color: rgba(255,255,255,0.9);
}
.news-header .breadcrumb .divide {
	color: #FFF;
}
.news-header .breadcrumb a {
	color: #424243;
}
.post-content {
	padding: 60px 70px;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.post-content h2 {
	font-weight: 700;
	color: #E31D1A;
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 3px solid #E31D1A;
}
.post-content h3 {
	color:#10AC6E;
	font-weight: 600;
	letter-spacing: -1px;
	font-size: 24px;
	margin: 45px 0 15px;
}
.post-content h4 {
	color: #666;
	font-weight: 600;
}
.post-content p {
	font-size: 14px;
	color: #555;
	line-height: 24px;
	margin: 0 0 20px;
}

.article-left,
.article-right {
	max-width: 100%;
	vertical-align: top;
	max-height: 300px;
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1), 4px 4px 24px rgba(0,0,0,0.1);
}
.article-left {
	float: left;
	margin: 5px 40px 5px 0;
}
.article-right {
	float: right;
	margin: 5px 0px 5px 40px;
}

.a2a_default_style a {
    padding: 0px !important;
}
.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
	border-radius: 0 !important;
	padding: 5px;
}

/*Article Backgrounds*/
.page-slug-digitech-article .body {
	padding-top: 150px;
	background-image: url(images/bg-why.jpg);
	background-size: 1100px auto;
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #eee;
}
.page-slug-digital-core .body {
	padding-top: 150px;
	background-image: url(images/bg-why.jpg);
	background-size: 1100px auto;
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #eee;
}


/* Arrow Animate */
@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
}
.arrow {
	border-color:transparent;
	border-style:solid;
	border-width:0 2em;
	display:block;
	opacity:0.4;
	transform-origin: 50% 50%;
	color:#1a1a1a;
	margin: 0px auto 0px;
	height:0;
	width:0;
	top: -40px;
	position: relative;
}
.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
  border-top:35px solid #1a1a1a;
}
.bg-team .down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
  border-top:35px solid #fff;
}

/* Box */
.testimonial {
    padding: 20px;
}
.testimonial blockquote > footer > .divider {
    background-color: #333;
}

/* Border on Image */
.section-team .column.w6 {
	width: 420px;	
}

.team-left{
	border-right: 5px solid #dc1f26;	
}
.team-right .column,
.team-left .column.text-right {
	padding-top: 20px;
	padding-bottom: 20px;
}
.team-left .column.text-right {
	padding-right: 40px;
}
.team-right .column {
	padding-left: 40px;
}
.team-left p,
.team-right p {
	font-size: 16px;
}
.team-left p a,
.team-right p a{
	color:#000;	
}

p.team-con:first-of-type {
	margin: 30px 0 0;
	font-size: 18px;
}
p.team-con {
	margin: 5px 0 0;
	font-size: 18px;
}
p.team-con b,
p.team-con strong {
	color: #E31D1A;
}

.mapbox {
	background-image: url(images/misc/nz-whole.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
}
.team-left .mapbox {
	background-position: left 10px top 10px;
}
.team-right .mapbox  {
	background-position: right 10px top 10px;
}

.mapbox.nz-north {
	background-image: url(images/misc/nz-north.png);
}
.mapbox.nz-north-top {
	background-image: url(images/misc/nz-north-top.png);
}
.mapbox.nz-south {
	background-image: url(images/misc/nz-south.png);
}
.mapbox.nz-well {
	background-image: url(images/misc/nz-south-well.png);
}
.mapbox.mp-euro {
	background-image: url(images/misc/europe.png);
	background-position: left 10px bottom 10px;
	background-size: 70px auto;
}

.mapbox.nz-auckland {
	background-image: url(images/misc/nz-auc.png);
	background-position: left 20px bottom 20px;
}
.mapbox.nz-wellington {
	background-image: url(images/misc/nz-wlg.png);
	background-position: left 20px bottom 20px;
}
.mapbox.nz-christchurch {
	background-image: url(images/misc/nz-chch.png);
	background-position: left 20px bottom 20px;
}

.team-right .mapbox.nz-auckland,
.team-right .mapbox.nz-wellington,
.team-right .mapbox.nz-christchurch {
	background-position: right 20px bottom 20px;
}

/*Partners*/
.col-partner .col {
	vertical-align: middle;
}
.col-partner .col h3 {
	font-size: 38px;
	font-weight: 200;
	color: #444;
	margin-bottom: 0px;
}
.col-partner .col p {
	padding-top: 5px;
	text-align: left !important;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.col-partner .col p b {
	font-size: 16px;
	font-weight: 600;
}
.col-partner .col p a.button {
	z-index: 99;
}



/* Rotary Page */
.pb-block-id-183 h3 {
	line-height: 34px;
}
.pb-block-id-183 {
	border-right: 4px solid #E1251B;
	padding-right: 40px;
}
.pb-block-id-183 p {
	font-size: 16px;
	font-weight: 300;
}
.pb-block-id-184 {
	padding: 0 100px;
	text-align: center;
	margin-top: 100px;
}

/* Quote */
blockquote,
quote {
	font-size: 30px;
	line-height: 46px;
	font-family: industry, 'proxima-nova', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}
.rd-quote quote,
.rd-quote blockquote {
	color: #E1251B;
}

/*OTHER*/
.nopad {
	padding: 0 !important;
}
.text-left {
	text-align: left;
}
.text-table {
	display: table;
}
.text-red {
	color:#E31D1A;
}
.text-black {
	color:#000 !important;
}
.text-grey {
	color: #999;
}
.no-rel {
	position: inherit !important;
}
.top-section {
	margin-top: -91px;
}
.btn-alt {
	font-size: 13px !important;
	padding: 8px 18px 6px !important;
	margin-top: 20px;
	filter: grayscale(1);
	opacity: 0.5;
	text-align: center!important;
}

.pale-blue {
	color: #507A8F;
}
.blue {
	color: #0DA6BF;
}
.dark-blue {
	color: #003F66;
}
.purple {
	color: #8766aa;
}
.pink {
	color: #CF5972;
}
.scarlet {
	color: #D43E27;
}
.orange {
	color: #F19633;
}
.green {
	color: #10ac6e !important;
}
.dark-green {
	/*color: #028658;*/
	color: #006643;
}

.in-view {
	opacity: 1;
	transition: all 0.8s;
}
.out-view {
	opacity: 0;
	transition: all 0.8s;
}

::selection {
	background: #008377;
	color: #fff;
}
::-moz-selection {
	background: #008377;
	color: #fff;
}

.mob-show {
	display: none;
}

/*Elements*/
ul.bullet-list li::before {
	content: "\f055";
	color: #10AC6E;
	font-size: 18px;
	left: -25px;
	top: -2px;
}

hr {
	width: 70%;
	border: none;
	height: 1px;
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	margin: 30px auto;
}

/*Slider*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*Specific pages*/


body.mobile-menu-active .header {
	background-color: rgba(17,17,17,0.95);
}

@media screen and (max-width: 1800px) {
	.bg-image-right{
		box-shadow: inset 0 0 0 500px rgba(45, 45, 45, 0.8);
	}
}
@media screen and (max-width: 1700px) {
	.main-magdev {
		width:60%;
		/*height: 70vh;*/
	}
	.magdev-left {
		left: -26%;
	}
	.magdev-right {
		right: -15%;
	}
	.section-why-cont {
		padding: 70px 0 120px;
	}
}
@media screen and (max-width: 1500px) {
	.frame{
	}
	body.frame-full-width .body .frame{
		width:100%;
		padding:40px 50px;
	}
	.section-timeline .frame {
		width: 1100px !important;
		padding: 40px 0 !important;
	}
	.main-magdev {
		width:70%;
	}
	.magdev-left h2 {
		font-size: 30px;
		line-height: 30px;
		padding-right: 10px;
	}
	.magdev-left h1, .magdev-right h1 {
		color: #fff;
		font-size: 70px;
		line-height: 75px;
		font-weight: 600;
		display: table;
	}
	.magdev-left {
		left: -15%;
	}
	.magdev-right {
		right: -12%;
	}
	.shift-list .shift-long {
		padding-left: 20px;
	}
	.shift-list .coltable .col {
		width: 50%;
	}
	
	.tab-slider .tablet .tab-slide-3 {
		width: 420px;
		height: 330px;
	}
	.tab-slider .tablet {
	}
	.tab-slider .tablet .tab-phone img {
		height: 320px;
	}
	.tab-slider .tab-intro .column.w6 {
		width: 100%;
	}
	.tab-slider .tab-intro {
		padding: 0 60px 0 30px;
	}
	.foot-main .column.w8 {
		width: 100% !important;
	}
}
@media screen and (max-width:1400px) {
	.section-rig-intro img.scroll-image {
		/*opacity: 0.1;*/
		height: auto;
		width: 70%;
	}
	.footer .column.w6 {
		width: 100%;
	}
	.earth-drill .coltable .col:first-child {
		padding: 40px;
	}
	.enviro-slider .text-table {
		top: -120px;
		right: 2%;
	}
	.enviro-slider h1 {
		font-size: 50px !important;
		line-height: 54px !important;
	}
	.feature-list .feat-box {
		width: 50%;	
	}
	.logo {
		background-image: url(images/foot-logo.png) !important;
		width: 200px;
		height: 46px;
	}
	.header.fix-menu .logo {
		background: none !important;
	}
	.header .logo::after {
		background-image: url(images/foot-logo-alt.png) !important;
	}
	.header.fix-menu {
		padding: 14px 25px !important;
	}
}
@media screen and (max-width: 1320px) {
	.section {
		width: 100%;
	}
	.main-magdev {
		width:60%;
		/*height: 60vh;*/
		top: -90px;
	}
	.section-why {
		height: 260px;
		min-height: auto;
	}
	.magdev-left {
		left: -25%;
	}
	.magdev-right {
		right: -16%;
	}
	.magdev-left, .magdev-right {
		/*bottom: 51px;*/
	}
	.foot-main,
	.foot-form {
		width: 100% !important;
		display: block !important;
	}
	.foot-form .form-wrapper {
		margin: 0 auto;
		max-width: 600px;
	}
	
}
@media screen and (max-width:1280px) {
	.header .frame {
		padding-left: 20px;
		padding-right: 20px;
	}
	.feature-list .feat-box .feat-text h3 {
		font-size: 18px;	
	}
	.section-features {
		padding: 30px 30px 40px;	
		background-image: url(images/bg-poly.jpg);
		box-shadow:inset 0 9999px 0 rgba(2,88,59,0.50);
	}
	.feat-partner .coltable {
		padding: 10px 50px;
	}
}
@media screen and (max-width: 1120px) {
	.header .col {
		vertical-align: top !important;
	}
	.vid-slider .vid-wrap .vid-text,
	.top-textbox {
		padding: 0 40px;
	}
	.vid-slider .vid-wrap .vid-text h2,
	.top-textbox h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.vid-slider .vid-wrap .vid-text p,
	.top-textbox p {
		font-size: 14px;	
		line-height: 20px;
	}
	.vid-slider .vid-wrap .vid-text a.button,
	.top-textbox a.button {
		margin: 4px;
	}
	.mob-space {
		height: 15px;
		width: 100%;
	}
	.cus-col .col.cus-text {
		border-radius: 30px;
	}
	
	.section-timeline {
		padding: 80px 0 80px;
	}
	.section-timeline .frame {
		width: 100% !important;
		padding: 30px 30px !important;
	}
	.timeline {
		margin: 20px 0 !important;
		text-align: center;
	}
	.time-line-bg {
		display: none;	
	}
	.timeline .col {
		width: 100%;
		display: block;
	}
	.section-why {
		height: 400px;
	}
	.main-magdev {
		width:80%;
		/*height: 70vh;*/
	}
	.magdev-left {
		display: none;
	}
	.magdev-right {
		display: none;
	}
	.mag-device .mob-hide {
		display: block;
		text-align: center;
		position: relative;
		z-index: 3;
		padding: 0px 30px 30px;
		top: -50px;
	}
	.mag-device .mob-hide h1 {
		margin: 0 auto;
		display: table;
	}
	.timeline .col .image-time img {
		max-height: 300px;
		width: auto;
	}	
	.timeline .col .text-time {
		min-height: auto;
		max-height: auto;
	}
	
	.tab-slider .col {
		width: 40%;
	}
	.tab-slider .col.tab-intro {
		width: 60%;
	}
	.tab-slider .tablet .tab-slide-3 {
		width: 288px;
		height: 280px;
	}
	.tab-slider .tablet .tab-phone {
		position: absolute;
		bottom: 15px;
	}
	.tab-slider .tablet .tab-phone img {
		height: 260px;
	}
	.section-contact .frame {
		position: relative;
		top: auto;
		left: auto;
		width: 90%;
		margin: 0 auto;
		transform: none;
		padding-top: 80px !important;
	}
	.section-custom {
		box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.7);
	}
}
@media screen and (max-width: 1050px) {
	.shift-list .coltable .col {
		width: 100%;
		display: block;
	}	
	.shift-list .coltable .col .shift-text {
		min-height: auto;
		padding-bottom: 40px;
	}
	.shift-list .shift-short {
		width: 45%;
	}
	.shift-list .shift-long {
		width: 55%;
	}
	.feat-partner .coltable .col {
		padding: 10px;
	}
	.shift-image {
		max-width: 450px;
		margin: 0 auto;
	}
	.planbox .col .plan h2 {
		font-size: 44px;
		line-height: 46px;
		margin-bottom: 10px;
	}
	.planbox .col .plan h3 {
		font-size: 16px;
		line-height: 18px;
	}
	.planbox .col .plan p {
		font-size: 12px;
		line-height: 14px;
	}
	.planbox .col .plan .plan-text ul {
		min-height: 270px;
	}
	.planbox .col .plan .plan-title p {
		min-height: 30px;
	}
}
@media screen and (max-width: 1000px) {
	.column.w6 {
		width: 100%;
	}
	.footer .coltable .col.foot-form,
	.footer .coltable .col.foot-main {
		display: block;
		width: 100%;
	}
	.footer .coltable .col.foot-form .column {
		display: table;
		width: 100%;
		max-width: 500px;
		margin: 0 0 0 auto;
	}
	.vid-slider {
		min-height: 550px;
	}
	.con-col .col {
		text-align: left;
		padding: 20px !important;
		width: 100% !important;
		display: block;
	}
	.con-col h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.con-col h3 {
		font-size: 20px;
		margin: 15px 0 15px;
	}
	.con-col p {
		margin: 10px 0;
	}
	.tab-intro h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.tab-intro p {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	.column.w8 {
		width: 100%;
	}
	.service li{
		width:100%;
	}
	.section-about .text-table h3.text-right {
		text-align: left;
	}
	.home-icon .col {
		display: block;
		width: 100% !important;
	}
	.home-img p {
		height: 250px;	
	}
	.feature-list .feat-box {
		width: 100%;
		padding: 30px 10px;
	}
	.small-frame {
		width: 100%;
		padding: 0 50px;
	}
	.tab-slider .col {
		width: 100% !important;
		display: block;
	}
	.tab-intro {
		text-align: center;
		padding-top: 80px !important;
	}
	.tab-intro h1 {
		font-size: 55px;
		line-height: 55px;
	}
	.tab-slider .tablet .tab-phone img {
		height: 310px;
	}
	.tab-slider .tablet .tab-phone {
		right: -40px;
		bottom: -5px;
	}
	.mag-device .mob-hide h1 {
		font-size: 40px;
		line-height: 45px;
	}
	.mag-device .scroll-arrow {
		transform: translateX(-50%) translateY(850%);	
	}
	.section-benefit.alt-benefit .coltable .col {
		padding: 60px 40px;
		display: block;
		width: 100%;
	}
	
	.planbox .col {
		width: 100%;
		display: table;
		max-width: 500px;
		padding: 0 20px 20px;
		margin: 0 auto;
	}
	.planbox .col .plan {
		box-shadow: 0 0 40px rgba(0,0,0,0.1);	
	}
	.footer .coltable .col.foot-form .column {
		margin: 0 auto;
	}
	
	.planbox .col .plan h2 {
		font-size: 70px;
		line-height: 72px;
		margin-bottom: 10px;
	}
	.planbox .col .plan h3 {
		font-size: 20px;
		line-height: 22px;
	}
	.planbox .col .plan p {
		font-size: 18px;
		line-height: 20px;
	}
	
	.planbox .col .plan .plan-text ul {
		min-height: auto;
	}
	.planbox .col .plan .plan-title p {
		min-height: auto;
	}
}
@media screen and (max-width: 800px) {
	.section-why {
		height: 260px;
	}
	.main-magdev {
		width:80%;
		/*height: 50vh;*/
		height: 20vh;
	}
	.feat-partner .coltable .col {
		padding: 30px 20px;
	}
	.section-why-cont .coltable .col {
		width: 100%;
		display: block;
	}
	.footer .col-foot-menu .col {
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	.wrapper-break {
		padding: 10px;
	}
	.more-wrapper-break {
		padding:0 10px 10px;
	}
	.section-benefit .coltable .col {
		padding: 60px 30px 60px;
	}
	.coltable.con-col .col.first {
		min-width: auto;
	}
	.section-why-cont {
		padding: 70px 0 160px;
	}
}
@media screen and (max-width:700px) {
	.cus-col .col {
		position: relative;
		border-radius: 0 !important;
		display: block;
		width: 100%;
	}
	.cus-col.cus-right .cus-arrow {
		bottom: 0;
		top: auto;
		border: 30px solid rgba(51,51,51,0.00);
		border-bottom: 30px solid #333;
	}
	.cus-col.cus-left .cus-arrow {
		bottom: auto;
		top: 0;
		border: 30px solid rgba(51,51,51,0.00);
		border-top: 30px solid #333;
	}
	.shift-list .shift-long,
	.shift-list .shift-short {
		width: 100%;
		display: block;
		padding: 0;
	}
	.shift-list .shift-buttons {
		position: relative;
		top: 0px;
		padding: 20px 0 40px;
		display: table;
		margin: 0 auto;
	}
	.col-foot-menu .col {
		padding: 20px 0;
	}
	.planbox .col .plan:hover {
		animation: none;
		transform: none;
	}
	.mob-hide {
		display:none;
	}
	.mob-show {
		display: block;
	}
	.section-chat {
		padding: 80px 0;
		background: none;
	}
	.section-chat-bg {
		background: linear-gradient(30deg, #10ac6e,#208F8A);
	}
	.section-chat h2 {
		color: #10ac6e;
		padding-top: 25px;
	}
	.tab-intro {
		padding-top: 50px !important;		
	}
	.section-why {
	}
	.section-why-cont {
		padding: 80px 0 120px;
	}
	.section-why-cont .coltable .col {
		padding: 0 20px;
	}
	.mag-device .scroll-arrow {
		transform: translateX(-50%) translateY(550%);	
	}
	.section-shift {
		padding:60px 0 0;
	}
	.section-shift.color-swap {
		box-shadow: none;
	}
	.feat-partner {
		background: #fff;
		opacity: 1 !important;
	}
	.feat-partner h2 {
		color: #10AC6E;
	}
	.feat-partner .coltable .col {
		animation: none;
	}
	.copyright {
		display: none;
	}
	.mob-copy {
		width: 100%;
		display: block;
	}
	.footer .col-foot-menu {
		padding: 0 !important;
	}
	.foot-form {
		padding: 20px 40px 60px !important;
	}
	
	.vid-slider video {
		left: -50%;
	}
	.vid-slider.about-vid video {
		left: -150%;
	}
}
@media screen and (max-width: 600px) {
	.header {
		padding:15px 25px !important;
	}
	.header.fix-menu {
		padding: 5px 20px !important;
	}
	.header .coltable .col {
		display: table-cell;
		width: 10% !important;
	}	
	.logo {
		background-position: left center !important;
		width: 160px;
		height: 62px;
	}
	.con-col .form-block {
		padding: 0;	
	}
	.con-col .form-block .field {
		padding: 3px 0;
	}
	.tab-slider .tablet .tab-phone {
		right: -90px;
		bottom: 5px;
	}
	.tab-slider .tablet .tab-phone img {
		height: 270px;
	}
	.section-why-cont {
		padding: 80px 0 140px;
	}
	.section-why-cont .coltable .col h2 {
		font-size: 22px;
	}
	
	.section-timeline .frame {
		padding: 0 !important;
	}
	.timeline .col .image-time {
		padding: 0;	
	}
	.timeline .col {
		padding: 0px;
	}
	.tablet-slide,
	.tab-slider .tablet .tab-phone img {
		animation: none !important;
		opacity: 1 !important;
	}
	
	.vid-slider video {
		left: -100%;
	}
	.section-benefit.alt-benefit .coltable .col {
		text-align: left !important;
	}
	.section-benefit.alt-benefit .coltable .col p {
		font-size: 14px;
		line-height: 22px;
	}
	.section-custom .top-textbox { 
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		width: 100%;
		text-align: center;
	}
	.section-custom .top-textbox h2 { 
		font-size: 55px;
		line-height: 58px;
	}
	.section-custom .top-textbox p {
		font-size: 20px;
		line-height: 22px;
	}
}
@media screen and (max-width: 600px) {
	.footer{
		padding:100px 20px;
	}
	.copyright h1{
		font-size:40px;
	}
	.post-content {
		padding: 20px;
	}
	.section-team .column.w6 {
		width: 100%;
		padding-left: 0;
	}
	.section-team .coltable .col.team-right .column.w6 {
		padding-left: 20px;
	}
	.service-block .col h1 b {
		line-height: 95px;
	}
	.team-left .column.text-right {
		padding: 20px;
	}
	.foot-main,
	.foot-form {
		padding: 50px 40px 40px;
		min-width: 0;
	}
	.foot-form .form-block {
		padding: 0;
	}
	.foot-form h2 {
		text-align: center;
	}
	body.frame-full-width .body .frame {
		padding: 20px;
	}
	.section-quality .quality-text {
		width: 100%;
	}
	.header .col-left {
		text-align: center;
	}
	.footer {
		padding: 0;
	}
	.service-block .col:first-child {
		border-right: none;
		border-bottom: 2px solid #E31D1A;
		padding-bottom: 40px;
		margin-bottom: 40px;
		padding-right: 0;
	}
	.service-block .col:last-child {
		border-left: none;
		padding-left: 0;
	}
	.earth-drill h1 {
		padding: 40px 40px;
		text-align: center;
	}
	.earth-drill h1.text-right {
		padding: 0px 40px;
		text-align: center;
		font-size: 20px;
		line-height: 22px;
	}
	.rig-link h2 b {
		font-size: 44px;
		line-height: 55px;
	}
	.footer .col-foot-menu {
		padding: 0 0 50px;
	}
	.vid-content .col .column {
		width: 100%;
	}
	.video-wrap {
		min-height: 440px;
	}
	.section-number h1 {
		font-size: 48px;
		line-height: 52px;
	}
	.half-vid .text-right,
	.half-vid .pro-half,
	.half-vid .coltable.vid-content .col {
		text-align: center;
	}
	.half-vid .vid-content .col {
		padding: 0 20px; 	
	}
	.foot-badge {
		width: 200px;
	}
	.section-team .team-left {
		border-right: none;
		display: table-footer-group !important;
	}
	.section-team {
		border-bottom: 5px solid #E31D1A;
	}
	.section-team .team-left .column.text-right,
	.section-team .team-right .column {
		text-align: center;
	}
	.team-right .column, .team-left .column.text-right {
		padding: 40px 20px;
	}
	.section-team h3 {
		font-size: 25px;
		line-height: 27px;
	}
	.box.contact {
		border-left: none;
		border-bottom: 2px solid #eee;
		padding: 35px 30px 25px;
		margin-right: 0;
	}
	.section-address {
		padding: 0;
	}
	.service-block .col h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.rig-link .bg-sonic-rig, .rig-link .bg-rotary-rig, .rig-link .bg-cpt-rig {
		height: 250px;
		box-shadow: none;
	}
	.rig-link .col {
		padding: 40px 30px 90px;	
	}
	.rig-link h2 {
		font-size: 20px;	
	}
	.rig-link h2 b {
		font-size: 30px;
		line-height: 35px;
	}
	.rig-link p a {
		padding: 20px;
		text-align: center;
	}
	.earth-drill .col .drill-depth {
		background-color: #fff;
		height: 400px;
		width: 10px;
		position: absolute;
		right: 48.3%;
		top: 50%;
		border-bottom: 10px solid #E31D1A;
	}
	.earth-drill h1 b .text-red {
		font-size: 55px;
		line-height: 60px;
	}
	.earth-drill h1 b {
		font-size: 40px;
		line-height: 40px;
		padding: 0;
	}
	.earth-drill .text-table {
		margin: 0 auto;
		text-align: center;
	}
	.earth-drill .coltable .col:first-child {
		padding: 0px;
	}
	.service-block .col h2 {
		font-size: 20px;
		line-height: 40px;
	}
	body.page-slug-cpt-testing .service-block a img {
		width: 80%;
	}
	
	.mob-rig .section-team .team-left {
		display: block !important;
	}
	.mob-rig .section-team {
		border-top: 5px solid #E31D1A;	
		border-bottom: 0px solid #E31D1A;
	}
	.post-wrap .post-item {
		padding: 10px 0;
	}
	.main-magdev {
		width:100%;
	}
	.section-features {
		padding: 0px;
	}
	.feature-list .feat-box .feat-text h3 {
		font-size: 16px;
		letter-spacing: 2px;
	}
	.feature-list .feat-box .feat-text p {
		font-size: 12px;
		letter-spacing: 0px;
	}
	a.big-button {
		font-size: 24px;
		padding: 18px 26px;
	}
	.vid-slider .vid-wrap .vid-text p,
	.top-textbox p {
		font-size: 12px;	
		line-height: 18px;
	}
	.vid-slider .vid-wrap .vid-text a.button.bt-alt,
	.vid-slider .vid-wrap .vid-text a.button {
		font-size: 10px;	
	}
}
@media screen and (max-width: 500px) {
	.tab-slider .tablet .tab-slide-3 {
		display: none;
	}
	.tab-slider .tab-intro {
		padding: 0 40px;	
	}
	.tab-slider .tablet {
		background: none;	
	}
	.tab-slider .tablet .tab-phone {
		position: relative;
		display: table;
		margin: 0 auto;
	}
	.tab-slider .tablet {
		padding: 20px;	
	}
	.tab-slider .tablet .tab-phone img {
		height: auto;
		width: 270px;
	}
	.foot-form {
		padding: 20px 6px 60px !important;
	}
	.planbox .col .plan h2 {
		font-size: 45px;
		line-height: 47px;
	}
	.planbox .col .plan h3 {
		font-size: 16px;
		line-height: 18px;
	}
	.planbox .col .plan p {
		font-size: 14px;
		line-height: 16px;
	}
}
@media screen and (max-width: 400px) {
	.isobox {
		width: 100%;
		margin: 20px 0 20px;
	}
	.form-block .field {
		margin: 0;	
	}
	.tab-slider .tablet .tab-phone {
		right: -70px;
	}
	.tab-slider .tablet .tab-phone img {
		width: 220px;
	}
}
