/*!
Theme Name: Atomos
Theme URI: http://underscores.me/
Author: Fist of Fury
Author URI: http://wearefury.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atomos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Atomos is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #1b1b1b;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1em;
	line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h2, h3 {
  font-size: 2.000em;
  color: #025889;
  line-height: 1.2;
  text-align: left;
  font-weight: 300;
	margin: 0;
}

.home h3 {
	text-align: center;
	margin: 50px 0 0 0;
}

h4, h5, h6 {
  font-size: 1.500em;
  color: #025889;
  line-height: 1.2;
  text-align: center;
	font-weight: 400;
	margin: 0;
}

.single-blog h1, .single-blog h2, .single-blog h3, .single-blog h4, .single-blog h5, .single-blog h6 {
	margin-bottom: 1.5em;
}

p {
	margin: 0 0 1.5em 0;
	font-weight: 300;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    max-width: 100%;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #4a4a4a;
	border: none;
	border-radius: 3px;
	padding: 10px;
	background-color: #fff;
	font-size: 0.875em;
	line-height: 1.2;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #4a4a4a;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00aae0;
	transition: color .3s ease-in;
}

a:hover {
	color: #025889;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: none;
}




/*--------------------------------------------------------------
## PRELOADER
--------------------------------------------------------------*/

#loader {
	display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
}

.loaderlogo {
	max-width: 200px;
	width: 40%;
	left: 50%;
	top: 10%;
	transform:translatex(-50%);
	display: none;
	position: absolute;
}

.loaderitems {margin:0;transform:translate(-50%,-50%) rotate(0deg) scale(1.4,1.4);position:absolute;left:50%;top:50%;border-radius:150px;box-sizing:border-box;animation:rotation 20s infinite linear;}

.loaderitems div:after{content:"";width:20px;height:20px;border:1px solid #00aae0;box-sizing:border-box;position:absolute;left:20px;top:20px;animation:shuffle 2s infinite;}

.loaderitems div:nth-child(1){transform:rotate(0deg)}
.loaderitems div:nth-child(1):after{animation-delay:-0.5s;}
.loaderitems div:nth-child(2){transform:rotate(45deg)}
.loaderitems div:nth-child(2):after{animation-delay:-1s;}
.loaderitems div:nth-child(3){transform:rotate(90deg)}
.loaderitems div:nth-child(3):after{animation-delay:-1.5s;}
.loaderitems div:nth-child(4){transform:rotate(135deg)}
.loaderitems div:nth-child(4):after{animation-delay:-2s;}
.loaderitems div:nth-child(5){transform:rotate(180deg)}
.loaderitems div:nth-child(5):after{animation-delay:-2.5s;}
.loaderitems div:nth-child(6){transform:rotate(225deg)}
.loaderitems div:nth-child(6):after{animation-delay:-3s;}
.loaderitems div:nth-child(7){transform:rotate(270deg)}
.loaderitems div:nth-child(7):after{animation-delay:-3.5s;}
.loaderitems div:nth-child(8){transform:rotate(315deg)}
.loaderitems div:nth-child(8):after{animation-delay:-4;}

img.loaderitems {
height: 30px;
	width: 30px;
}

@keyframes rotation{
  100%{transform:translate(-50%,-50%) rotate(-360deg) scale(1.4,1.4);}
}
@keyframes shuffle{
  50%{transform:scale(0.4,0.4) rotate(-90deg);border-radius:50%;}
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle {
	display: none;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.site-content {
	height:calc(100% - 1px);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.nomargin{
	margin: 0px;
}
.col1{
	width: 8.33%;
}
.col2{
	width: 16.66%;
}
.col3{
	width: 25%;
}
.col4{
	width: 33.33%;
}
.col5{
	width: 41.66%;
}
.col6{
	width: 50%;
}
.col7{
	width: 58.33%;
}
.col8{
	width: 66.66%;
}
.col9{
	width: 75%;
}
.col10{
	width: 83.33%;
}
.col11{
	width: 91.66%;
}
.col12{
	width: 100%;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12{
	float: left;
	overflow: hidden;
}
.central .col2, .central .col3, .central .col4, .central .col5, .central .col6, .central .col8, .central .col9{
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.central {
	text-align: center;
}

.pad50 {
	padding: 50px;
}

.pady150 {
	padding: 150px 0;
}

.relative {
	position: relative;
}

.text-center {
	text-align: center;
}

.ofvisible {
	overflow: visible;
}
.ofhidden {
	overflow: hidden;
}

.stayput {
	overflow: hidden;
	position: fixed;
}

.site-header {
	height: 80px;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: rgba(2, 88, 137, 0.2);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0);
	transition: all .3s ease-in;
}

.site-header.active {
	transition: background-color .3s ease-in;
    background-color: rgba(2, 88, 137, 0.8);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	transition: all .3s ease-in;
} 

.heading-container {
	padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}

.content-area {
    max-width: 1460px;
    padding: 0 30px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	display: block;
}

.leftmenu, .rightmenu {
    width: 42.5%;
}

.leftmenu li {
    display: inline-block;
    float: left !important;
}

.rightmenu li {
    display: inline-block;
	float: right !important;
}
.rightmenu > li:first-child {
	margin-right: 100px;
}

.leftmenu > li:first-child {
	margin-left: 15px;
}

.leftmenu li, .rightmenu li, .login-button {
    display: table !important;
	overflow: visible;
	padding: 15px 0;
}

.leftmenu li a, .rightmenu li a, .login-button a {
    display: table-cell !important;
    vertical-align: middle;
    height: 50px;
    font-size: 0.813em;
    text-transform: uppercase;
    letter-spacing: 0.069em;
    font-weight: 500;
    color: #ffffff;
    transition: color .1s ease-in, background-color .1s ease-in;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 15px;
}

.leftmenu li:hover a, .rightmenu li:hover a {
	color: #025889;
	background-color: #ffffff;
	transition-duration: .3s;
}

/*.leftmenu > li > a:before, .rightmenu > li > a:before {
	content: '';
	display: block;
	position: absolute; 
	right: 0;
	width: 100%;
	top: 0;
	height: 5px;
	background-color: #8acff2;
	transition: opacity 0.3s ease-in;
	opacity: 0;
}

.leftmenu > li:hover > a:before, .rightmenu > li:hover > a:before {
		opacity: 1;
}*/

.menu-item-has-children {
	padding: 15px 0 0!important;
}
.menu-item-has-children a {
	padding: 0 15px 15px!important;
	height: 65px!important;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.menu-item-has-children:before {
	content:url(/wp-content/themes/atomos/img/invertedcorner-left.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 100%;
    bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .1s ease-in;
}

.menu-item-has-children:after {
	content:url(/wp-content/themes/atomos/img/invertedcorner-right.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 100%;
    bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .1s ease-in;
}

.menu-item-has-children:hover:after, .menu-item-has-children:hover:before {
	visibility: visible;
	opacity: 1;
	transition-duration: .3s;
}

.site-branding {
    width: 15%;
    float: left;
    height: 80px;
    display: table;
}

.rightmenu {
    float: left;
    display: block;
    text-align: left;
}

.leftmenu {
    float: left;
    display: block;
    text-align: right;
}

.sub-menu {
	opacity: 0;
	visibility: hidden;
	display: table!important; 
    position: fixed;
    top: 80px;
    background: #ffffff;
    width: 100%;
    left: 0;
	box-shadow: 0px 30px 40px -30px rgba(0,0,0,0.25);
	transition: all 0 ease-in;
}

.sub-menu li {
    width: 33.33%;
	padding: 0!important;
}

.sub-menu li a {
	padding: 40px 20px!important;
  font-size: 2.000em;
  color: #025889;
  line-height: 1;
  text-align: center;
	font-weight: 400;
	width: 100%;
	text-transform: capitalize;
	letter-spacing: normal;
	border-radius: 0!important;
}

.sub-menu li a:hover {
	background-color: #e8f6fd;
	color: #00aae0
}

.sub-menu .menu-item:nth-child(2) a:after {
	content: '';
	position: absolute;
    display: block;
    height: auto;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-left: solid 2px #d6e4ec;
    border-right: solid 2px #d6e4ec;
	opacity: 1;
	transition: opacity .3s ease-in;
}

.sub-menu .menu-item:nth-child(2):hover a:after {
	opacity: 0;
}

.sub-menu .menu-item span, .sub-menu .menu-item img {
	vertical-align: middle;
}

.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	padding-right: 20px
}

.menu-image {
	height: 50px;
}

.main-navigation li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.menu-item-has-children > a span:after {
content: url(/wp-content/themes/atomos/img/rightarrow.svg);
    display: inline-block;
    position: relative;
    height: 16px;
    margin: 0;
    width: 16px;
	padding-right: 4px;
    top: 2px;
    right: 0;
    transform: rotate(90deg);
	transform-origin: 50% 50%;
	transition: transform .3s ease-in;
}

.menu-item-has-children:hover > a span:after {
	transform: rotate(-90deg);
		transform-origin: 50% 50%;
}

#nav-icon3 {
      width: 30px;
    height: 30px;
    position: absolute;
    margin: 0;
    top: 15px;
    left: 30px;
    background: transparent;
    border: none;
    padding: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
	z-index: 99999;
}
#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 9px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 14px;
}

#nav-icon3 span:nth-child(4) {
     top: 19px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



.login-button {
    position: absolute;
    right: 0;
    height: 80px;
    padding: 15px;
}

.login-button a {
	height: auto;
	background-color: #00aae0;
	transition: color .3s ease-in, background-color .3s ease-in;
}

.login-button a:hover {
	background-color: #ffffff;
	color: #00aae0
}

.site-branding > a {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    height: 80px;
    display: table-cell !important;
    vertical-align: middle;
    width: 100%;
}

.logo {
	max-width: 170px;
	width: 100%;
}

.fullslider-container {
	display: block;
	position: relative;
	width: 100%;
	max-width: none;
	height: 580px;
	background-color: #06ace1;
	overflow: hidden;
}


.home .fullslider-container {
	height: 66.66vw;
    min-height: 750px;
    max-height: 950px;
}

.full-slider, .bluesectionbg {
		display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(/wp-content/themes/atomos/img/sliderbg01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	filter: gray;
  	-webkit-filter: grayscale(1); 
  	filter: grayscale(1);
	opacity: 0.1;
}

.polyshapes {
	background-image: url(/wp-content/themes/atomos/img/poly-shapes.png);
	background-size: 100%;
	background-position: top;
	background-attachment: fixed;
	background-repeat: repeat-y;
	bottom: -100%;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}

.slidertextcontainer {
	display: block;
	position: absolute;
	width: 90%;
	max-width: 1460px;
    padding: 0 30px;
	top: 80px;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
}

.home .slidertextcontainer {
	bottom: 200px;
}

.large-text {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 1460px;
	left: 50%;
    transform: translate(-50%, -50%);
	top: 50%;
	opacity: 1;
	color: #ffffff;
}

#responsive_headline {
color: #ffffff;
  font-weight: 700;
	text-align: center;
	font-size: 300px;
	width: 100%;
	line-height: 1;
	margin: 0;
	opacity: 0.1;
}

.slidertextcontainer h1 {
  	font-size: 4.500em;
	font-weight: 100;
  	color: #ffffff;
  	line-height: 1.2;
  	text-align: left;
  	position: absolute;
  	left: 30px;
	width: 40%;
	margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home .slidertextcontainer h1 {
font-size: 6.250em;
	width: 400px;
}

.slidertextcontainer h1:before {
    content: '';
    border-top: solid 2px #ffffff;
    height: 2px;
    display: block;
    position: absolute;
    width: 90px;
    left: -150px;
    top: 50%;
}

.slidersubtext h2 {
	font-size: 1.53em;
  	color: #ffffff;
  	line-height: 1.4;
  	text-align: left;
	margin: 50px 0;
	font-weight: 300;
}
.home .slidersubtext h2 {
font-size: 2.125em;
}

.slidersubtext {
	position: absolute;
	display: block;
	right: 0;
	padding: 0 30px;
	margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.horiz-border-box {
	position: absolute;
	display: block;
	width: 60px;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-top: solid 2px #8acff2;
	border-bottom: solid 2px #8acff2;
}

.slidersubtext .horiz-border-box {
	position: absolute;
	display: block;
	width: 90px;
    top: 0;
    bottom: 0;
    left: 75px;
	border-top: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
}


.white-section .content-area {
	overflow: visible;
}

.negmarginblock {
	height: auto;
	margin-top: -200px;
	background: #ffffff;
	border-top: solid 5px #8acff2;
	position: relative;
	box-shadow: 0px 50px 40px -50px rgba(0,0,0,0.25), 0px -50px 40px -50px rgba(0,0,0,0.25);
}

.horiz-border-top {
	position: relative;
	display: block;
	width: 60px;
	margin: 24px auto;
	border-top: solid 2px #8acff2;
}

.vert-border-box {
	position: absolute;
    display: block;
    height: auto;
    top: 20%;
    bottom: 20%;
    left: 0;
    right: 0;
    border-left: solid 1px #025889;
    border-right: solid 1px #025889;
}

.negmarginblock p {
  font-size: 1em;
  color: rgb(27, 27, 27);
  line-height: 1.625;
	margin-bottom: 50px;
}


.icon {
	width: auto;
    height: 85px;
    margin-bottom: 50px;
}

.btn {
	color: #ffffff;
	background-color: #00aae0;
	border: solid 2px #00aae0;
	transition: color .3s ease-in, background-color .3s ease-in;
	padding: 10px;
	border-radius: 3px;
	width: 80%;
	max-width: 200px;
    display: inline-block;
	text-transform: uppercase;
	font-size: 0.813em;
	letter-spacing: 0.069em;
	font-weight: 500;
	text-align: center;
}

.btn:hover {
	background-color: #ffffff;
	color: #00aae0
}

.homemiddlesection {
	padding: 100px 0;
}

.largeparagraph {
  font-size: 1.438em;
  font-weight: 300;
  line-height: 1.609;
	margin: 0;
}

.white-section {
    background-color: #ffffff;
    background-image: url(/wp-content/themes/atomos/img/poly-shapes0.6.png);
    background-size: 100%;
    background-position: top;
    background-attachment: fixed;
    background-repeat: repeat-y;
    position: relative;
    clear: both;
    display: inline-block;
    width: 100%;
}

.blue-section {
	display: inline-block;
	position: relative;
	background-color: #06ace1;
	width: 100%;
	padding: 50px 0 100px 0;
}

.blue-section h4 {
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 1.750em;
}

.bluesectionbg {
	background-attachment: scroll;
}

.white-box {
	width: 90%;
	background: #ffffff;
	margin: 0 auto;
	display: block;
	position: relative;
}

.white-box p {
  font-size: 1.250em;
  color: #025889;
  line-height: 1.3;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 400;
}

.white-box p:last-of-type {
margin-bottom: 4.5em;	
}

.service-col .icon {
	width: auto;
    height: 200px;
    margin: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.1;
}

.service-col .btn {
	background-color: transparent;
	border-color: #025889;
	color: #025889;
	position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.service-col .btn:hover {
	background-color: #025889;
	color: #ffffff;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



.ourpartners {
	padding-bottom: 100px;
	padding-top: 50px;
}

.ourpartners h3 {
	margin-bottom: 30px;
}

.partnerlogocontainer {
	height: 200px;
	width: 100%;
	padding: 50px 30px;
	background-color: transparent;
	border: 1px solid #ebebeb;
	position: relative;
}

.partnerlogo {
	height: 100%!important;
	width: 100%!important;
	display: block!important;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
}

.owl-dots {
position: relative;
    height: 20px;
    width: 90%;
    z-index: 11;
    text-align: left;
    max-width: 1460px;
    margin: 30px auto 0 auto;
    padding: 0 30px;
}

.single .owl-dots {
	max-width: 1000px;
}

.home .owl-dots {
	padding: 0;
	text-align: center;
	max-width: 1460px;
}

.owl-dot {
	width: 20px;
    height: 20px;
    border-radius: 50%;
    float: none;
    margin: 0 4px;
    background-color: rgba(2,88,137,0.2);
    display: inline-block;
	position: relative;
	transition: all .3s ease-in;
	overflow: visible;
	border: 4px solid #ffffff;
}


.owl-dot.active {
	border-color: #d2dde7;
	background-color:  #025889;
}

.top-footer {
	background-color: #e8f6fd;
    background-image: url(/wp-content/themes/atomos/img/bottom-footerbg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 100%;
	padding: 50px 0 100px;
}

.top-footer h3 {
	text-align: left;
	margin-bottom: 30px;
	margin-top: 50px;
}

.top-footer p {
	font-weight: 300;
	color: #4a4a4a;
	line-height: 1.8;
}

.site-footer .content-area {
	max-width: 1280px;
}


input[type="submit"] {
	color: #025889;
	background: #ffffff;
	border: solid 2px #025889;
	transition: color .3s ease-in, background-color .3s ease-in;
	padding: 10px;
	border-radius: 3px;
	width: 80%;
	max-width: 200px;
    display: block;
	text-transform: uppercase;
	font-size: 0.813em;
	letter-spacing: 0.069em;
	font-weight: 500;
	cursor: pointer;
	float: left;
	margin-top: 1.5em;
	line-height: 1.5;
}

input[type="submit"]:hover {
	background: #025889;
	color: #ffffff;
	border-color: #025889;
}

form .col6 {
	padding: 0 0 20px 10px;
}
form .col6:nth-child(even) {
	padding: 0 10px 20px 0;
}

.bottom-footer {
	background-color: #0f2430;
	padding-top: 100px;
}

.footerlogo {
	max-width: 130px;
    float: right;
}

.bottom-footer .menu-title {
	display: block;
	float: left;
    font-size: 0.813em;
    text-transform: uppercase;
    letter-spacing: 0.069em;
    font-weight: 500;
    color: #ffffff;
	margin-bottom: 20px;
}

.bottom-footer .menu {
	margin: 0;
	padding: 0;
}

.bottom-footer .menu .menu-item {
	margin-bottom: 15px;
	font-size: 0.875em;
	list-style: none;
    float: left;
	clear: both;
}

.bottom-footer .menu-item a:before {
	content: url('/wp-content/themes/atomos/img/rightarrow.svg');
	margin-right: 10px;
	display: inline-block;
	height: 12px;
	width: auto;
}

.bottom-footer .site-info {
	color: #ffffff;
	padding: 50px 0;
	font-size: 0.813em;
}

.bottom-footer .site-info div {
	display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px #fff;
}

.mob-login-button {
	display: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none;
}

div.wpcf7-response-output, span.wpcf7-not-valid-tip {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

span.wpcf7-not-valid-tip{
		position: absolute;
    width: inherit;
    white-space: nowrap;
}

div.wpcf7-response-output {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
	border: none!important;
}

.bs-box {
	background-color: #ffffff;
	border-top: solid 5px #00aae0;
}

.bs-box p {
	margin: 0 0 50px 0;
}

.bs-box h3 {
	margin: 0 0 30px 0;
}

.page-template-businessolutions-page .relative:nth-child(odd) .bs-box, .page-template-services-page .relative:nth-child(odd) .bs-box {
	float: right!important;
}

.bs-container {
	background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.blurred {
	-webkit-filter: blur(10px);
-moz-filter: blur(10px);
-o-filter: blur(10px);
-ms-filter: blur(10px);
filter: blur(10px);
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
}

.post-split {
	display: block;
    position: relative;
    width: 100%;
    float: left;
}

.serviceinfo {
	background-color: #e8f6fd;
	position: relative;
}
.blogpost .serviceinfo {
padding-bottom: 100px;
}
.serviceinfo p {
	margin: 0;
}

.serviceinfo h3 {
	margin-bottom: 20px;
}

.serviceinfo .btn {
	position: absolute;
    bottom: 50px;
    transform: translateX(-50%);
    left: 50%;
}

.page-template-ourpartners-page .serviceinfo .btn {
	position: relative;
    bottom: 0;
    transform: none;
    left: 0;
}

.servicedetails {
	width: 95%;
    margin: 0 auto 5% auto;
    display: block;
    overflow: hidden;
    position: relative;
	box-shadow: 0px 30px 40px -30px rgba(0,0,0,0.25);
}

.servicedetails .btn {
	margin-top: 50px;
}

.dark-section {
	height: 500px;
}

.serviceimage {
	height: 200px;
}

.serviceimage, .dark-section {
	background-color: #0f2430;
	    z-index: 0;
	position: relative;
}

.serviceimage div, .dark-section div {
	background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.2;
	display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
	    z-index: -1;
}

.dark-section div {
	background-position: 50% 25%;
}


.serviceimage p {
	font-size: 6.250em;
    margin: 0;
    color: #fff;
	font-weight: 100;
	    z-index: 1;
}

.negmargtop50 {
	margin-top: -50px;
	padding-bottom: 50px;
}

.single-businesssolutions .white-section {
	padding-bottom: 50px;
}

.aboutusloop{
	background-image: url(/wp-content/themes/atomos/img/aboutusloop.jpg);
	background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.aboutusloop:nth-child(even) > .au-servicecontainer {
	float: right;
}

.aboutusloop:nth-child(even) > .au-serviceimg {
	left: 0;
}

.aboutusloop:nth-child(even) > .au-servicecontainer .au-service {
	float: left;
}

.au-service {
	width: 100%;
	max-width: 600px;
	float: right;
}

.au-service h4 {
	margin-bottom: 30px;
	text-align: left;
}

.au-serviceimg {
	    height: 100%;
    position: absolute;
    right: 0;
}
.au-serviceimg div {
		background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
	display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.au-servicecontainer {
	padding: 5%;
}
.au-service p {
	margin: 0;
}
.au-service ul {
    list-style: none;
    margin: 50px 0;
    padding: 0;
	overflow: hidden;
}

.au-service ul li {
  	font-size: 1.125em;
  	color: #025889;
	margin-bottom: 10px;
	float: left;
    width: 50%;
	padding-left: 30px;
}

.au-service ul li:before {
	content: url(/wp-content/themes/atomos/img/tick-icon.svg);
	display: inline-block;
	height: 1.125em;
	width: 1.125em;
	margin-right: 10px;
	vertical-align: -3px;
	margin-left: -30px;
}

.partnerimage {
	text-align: center;
	position: relative;
}

.award_logo {
	display: block;
    position: absolute;
    top: -25px;
    right: -25px;
	max-width: 125px;
}

img.partnerpagelogo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.page-template-customers-page .white-section h3 {
	margin: 50px 0;
}

.customersposts .item, .singlecustomerpost .item {
	min-height: 500px;
	max-height: 700px;
	height: auto;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	display: block;
	position: relative;
	box-shadow: 0px 30px 40px -30px rgba(0,0,0,0.25);
}

.customersposts .owl-item {
	overflow: visible;
}

.gradient {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.customersposts .text-area, .singlecustomerpost .text-area {
	display: block;
	position: absolute; 
	bottom: 0;
	height: auto; 
	width: auto; 
	left: 50px;
	right: 50px;
	bottom: 50px;
}

.customersposts .text-area p, .singlecustomerpost .text-area p  {
	color: #ffffff;
	margin: 0;
}

.customersposts .text-area h3, .singlecustomerpost .text-area h3 { 
	color: #ffffff;	
	margin-top: 0;
	margin-bottom: 25px;
}

.category {
	font-size: 0.813em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.069em;
    font-weight: 500;
    color: #ffffff!important;
    padding-left: 10px!important;
    border-left: solid 5px #00aae0;
	margin-bottom: 25px!important;
}

.testimonial {
	position: relative; 
	width: 95%; 
	box-shadow: 0px 30px 40px -30px rgba(0,0,0,0.25), 0px -30px 40px -30px rgba(0,0,0,0.25);
	background-color: #ffffff;
	display: block;
	margin: 0 auto 50px auto;
}

.client_logo {
	background-color: #f7f7f7;
	padding: 25px;
	width: 100%;
	height: 170px;
	display: block;
	position: relative; 
}

.client_logo img {
    display: block;
    width: auto;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-height: 100px;
}

.client_testimonial {
	text-align: center;
	padding: 50px;
	position: relative;
	width: 100%;
	display: block;
}
.client_testimonial p {
	margin: 0;
}

.client_testimonial .horiz-border-box {
	top: 25px;
	bottom: 25px;
}
.client_name {
	text-align: center;
	padding: 0 50px 50px;
}

.client_name p {
	font-size: 0.813em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.069em;
    font-weight: 500;
    color: #025889!important;
    margin-bottom: 0!important;
}

.customerspageparagraph {
	max-width: 900px;
}

.single-customers .site-content .content-area, .single-blog .site-content .content-area, .single-jobs .site-content .content-area, .page-template-generic-page .site-content .content-area {
    max-width: 1000px; 
    overflow: hidden;
    padding: 0 30px;
}

.customerbigtext, .single-customers .text-area, .single-blog .text-area {
	margin: 50px auto!important;
}

.single-customers .servicedetails {
	margin: 0 auto 50px;
}

.single-customers .white-section {
	padding-bottom: 50px;
}

.single-customers .testimonial, .single-blog .testimonial {
	width: 100%;
}

.text-area blockquote {
	font-size: 1.800em;
  color: #025889;
  line-height: 1.2;
  text-align: left;
  font-weight: 300;	
	border-left: solid 5px #00aae0;
	padding-left: 2em;
	margin: 50px 0;
}

.socialicon {
	display: block;
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    background: #e8f6fd;
}

.socialicon img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	height: 30px;
	width: auto;
}

.enquire-module {
	background-color: #1b1b1b;
	width: 100%;
	color: #ffffff;
	padding: 0;
}

.enquire-module .label {
	color: #ffffff;
	position: relative;
}
.enquire-module .label:before {
    content: '';
    border-top: solid 2px #ffffff;
    height: 2px;
    display: block;
    position: absolute;
    width: 90px;
    left: -45%;
    top: 50%;
}
.enquire-module p {
	margin: 0;
}

.enquire-module .content-area {
	display: block;
	overflow: visible;
	height: 150px;
	position: relative;
}
.enquire-module .col3, .enquire-module .col6 {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	overflow: visible;
	display: block;
}
.enquire-module .col6 {
	padding: 0 30px;
	left: 50%;
    transform: translate(-50%, -50%);
}
.enquire-module .btn {
	float: right;
}

.au-right {
	right: 30px;
}

.au-left {
	left: 30px;
}

.blogpostcontainer {
	display: block;
	position: relative;
	margin-bottom: 50px;
}

.blogpost {
	width: 95%;
	text-align: center!important;
	margin: 0 auto;
}

.blogpost h3 {
	text-align: center;
}

.blogpost p {
	margin-bottom: 30px;
}

.blogimage {
	display: block; 
	height: 200px;
	width: 100%;
}

.blogimage div {
	display: block; 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}

.blogimage .category {
	display: block;
	position: absolute; 
	bottom: 25px;
	left: 25px;
	margin-bottom: 0!important;
}

.enquire-module .wpcf7-submit {
	margin-top: 0;
	color: #ffffff;
    background-color: #00aae0;
    border: solid 2px #00aae0;
    transition: color .3s ease-in, background-color .3s ease-in;
    padding: 10px;
    border-radius: 3px;
    width: 80%;
    max-width: 200px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.813em;
    letter-spacing: 0.069em;
    font-weight: 500;
    text-align: center;
	float: right;
}

.enquire-module .wpcf7-submit:hover {
    background-color: #ffffff;
    color: #00aae0;
	border-color: #00aae0;
}

.enquire-module .wpcf7-email {
	padding: 13px;
}


.enquire-module p.label {
	font-size: 1.5em;
}

.pagination {
	text-align: center;
	padding: 0 30px 50px;
}

.page-numbers {
	color: #ffffff;
	background-color: #00aae0;
	border: solid 2px #00aae0;
	transition: color .3s ease-in, background-color .3s ease-in;
	padding: 10px;
	border-radius: 3px;
	width: 50px;
	height: 50px;
    display: inline-block;
	text-transform: uppercase;
	font-size: 0.813em;
	letter-spacing: 0.069em;
	font-weight: 500;
	text-align: center;
	position: relative;
	vertical-align: middle;
}

a.page-numbers:hover, .page-numbers.current {
	background-color: #ffffff;
	color: #00aae0
}

.page-numbers span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.next, .prev {
	width:100px;
}

.maxwidth1200 {
	max-width: 1200px!important;
}

.single-blog .socialarea, .single-jobs .socialarea {
	padding: 50px 0;
	overflow: hidden;
}

.prevpost {
	width: 50%;
	float: left;
	overflow: hidden;
}

.nextpost {
	float: right;
	width: 50%;
	overflow: hidden;
}

.nextpost .btn {
	float: right;
}

.prevpost .btn {
	float: left;
}
.single-blog-nav .btn {
    background-color: rgba(255,255,255,0.4);
    border: solid 2px rgba(255,255,255,0.4);
    transition: all .3s ease-in;
    padding: 20px 10px;
}

.single-blog-nav .btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}
   

.single-blog-nav {
	    background-color: #06ace1;
	padding: 50px 0;
}

.jobintro {
	font-size: 1.3em;
    margin: 1em 0;
}
.bulletlist {
	margin: 0;
    padding: 0 0 0 1.3em;
}

.bulletlist p {
	margin: 0 0 0.5em;
}

.bulletlist li:last-child p {
	margin: 0 0 1.5em;
}

.contracttype h4 {
	text-align: left;
}

.applybutton {
	margin: 0 auto;
    text-align: center;
    float: none;
	display: block;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.acf-map {
    width: 100%;
}
.mapdetails {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    padding: 50px;
    border-top: solid 5px #89d0f2;
}
.mapdetails h3{
	
}
.mapdetails h3 {
    font-size: 22px;
    margin-bottom: 1em;
}
.mapdetails p {
    font-size: 14px;
}
.visible{
	overflow: visible;
}
.mapdetails .btn{
	margin-top: 20px;
	width: auto;
}

.breadcrumbs {
    display: block;
    position: absolute;
    top: 110px;
    left: 30px;
    z-index: 0;
    font-size: 0.8em;
}

.breadcrumbs a {
    color: #ffffff;
	margin-right: 20px;
	position: relative;
}

.breadcrumbarrow:after {
	content: url(/wp-content/themes/atomos/img/rightarrow-white.svg);
    display: inline-block;
    position: absolute;
    height: 12px;
    margin: 0;
    width: 5px;
    top: -1px;
    right: -13px;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform .3s ease-in;
}

h1.blogsmall {
	font-size: 3em;
}
.error404 .fullslider-container{
	height: 680px;
}
.error404 .slidertextcontainer{
	text-align: center;
}
.error404 .slidertextcontainer h1, .error404 .slidertextcontainer h2, .error404 .slidertextcontainer h3, .error404 .slidertextcontainer p{
	text-align: center;
	color: #fff !important;
	position: static;
}
.error404 .slidertextcontainer h1{
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	transform: translateY(0%);
	width: 100%;
	font-size: 10em !important;
    font-weight: 600 !important;
	border: none !important;
}
.error404 .slidertextcontainer h2{
    border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	display: inline-block;
}
.error404 .slidertextcontainer h3{
	margin-top: 15px !important;
	font-size: 32px !important;
}
.error404 .slidertextcontainer p{
	margin-top: 15px !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
.error404 .slidertextcontainer p.larger_p{
	margin-top: 15px !important;
	font-size: 24px !important;
	font-weight: 400;
}
.error404 .slidertextcontainer .btn{
    background-color: rgba(2,88,137,1) !important;
	border: solid 2px #025889 !important;
	margin-top: 15px;
}
.error404 .slidertextcontainer .btn:hover{
    color: #025889 !important;
    background-color: rgba(2,88,137,0) !important;
}
.error404 .ourpartners h3{
	text-align: center !important;
}
@media (max-width: 1620px) {
	.leftmenu > li > a, .rightmenu > li > a, .login-button a {
		letter-spacing: 0;
	}
	.leftmenu > li, .rightmenu > li {
		
	}
	.rightmenu li:first-child {
    margin-right: 105px;
}
	.menu-item-has-children > a span:after {
		right: -8px;
	}
	.sub-menu li a {
		font-size: 1.5em;
	}
}

@media (max-width: 1330px) {
	.site-branding > a {
    padding-left: 0;
    padding-right: 0;
	}
	.leftmenu > li > a, .rightmenu > li > a, .login-button a {
	padding: 0 10px;
    letter-spacing: 0;
    font-size: 0.7em;
	} 
	.rightmenu li:first-child {
        margin-right: 73px;
}
	.heading-container {
		padding: 0px 10px;
	}
	.login-button {
		
	}
	.menu-item-has-children > a span:after {
		display: none;
	}
	.blogpostcontainer {
		width: 50%!important;
	}
	.leftmenu > li:first-child {
	margin-left: 0;
}
}

@media (max-width: 1330px) {
	.home .slidertextcontainer h1 {
		font-size: 5em;
	}
}

@media (max-width: 1000px) {
	.bottom-footer .site-info div {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin: 0.5em 0;
}
	.mapdetails.col3 {
    position: static;
    width: 100%;
	margin-top: 0px !important;
		border: none;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}	
	.fullslider-container {
		height: 480px;
	}
	
	.home .fullslider-container {
		height: initial;
	}
	
	.central .col6 { 
	width: 80%;
	}
		.menu-toggle {
		display: block;
	}
	.main-navigation > ul {
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease-in;
	}
	
	.icon {
		height: 60px;
		margin-bottom: 30px;
	}
	
	.fullslider-container {
		font-size: 0.8em;
	}
		.col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .central .col2, .central .col3, .central .col4, .central .col6, .central .col8, .central .col9 {
		width: 100%;
	}
	.col1, .col2, .col3, .col4 {
		width: 50%;
	}
	
	.col4:last-child {
		margin: 0 auto;
    	float: none;
		clear: both;
	}
	
	.service-col:last-child h4 {
		margin-top: 10%;
	}
	
	.slidersubtext {
		width: 50%;
	}
	
	.footer-contact-deets {
		width: 100%;
	}
	
	.top-footer {
		padding: 0 0 50px 0;
	}
	
	.wpcf7 .col6 {
		padding: 0 0 20px 0!important;
	}
	.bottom-footer {
		padding-top: 50px;
	}
	
	.bottom-footer .col2, .bottom-footer .col6 {
		width: 33.33%!important;
	}
	
	.bottom-footer .col2:last-child {
		width: 100%!important;
		text-align: center;
		margin-top: 50px;
	}
	
	.footerlogo {
		float: none;
		clear:both;
		margin: 0 auto;
	}
	
	.vert-border-box {
		display: none;
	}
	
	.site-branding {
	max-width: 300px;
    width: 50%;
    float: none;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	}
	
	.site-header, .site-branding, .site-branding > a {
		height: 60px;
	}
	
	.footer-contact-form h3 {
		margin-top: 30px;
	}
	
	.logo {
    max-width: 130px;
    width: 100%;
    display: block;
    margin: 0 auto;
	}
	.main-navigation {
		overflow: hidden;
    	height: 60px;
		transition: all .3s ease-in;
	}
	.main-navigation.toggled {
		overflow: visible;
		height: 100vh;
   		background: #0f2430;
		transition: all .3s ease-in;
	}
	.main-navigation.toggled, .main-navigation.toggled > ul {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.3s ease-in;
	}
	
	.login-button {
		display: none!important;
	}
	.mob-login-button {
		display: block;
    position: absolute;
    top: 15px;
    right: 30px;
	}
	
	.leftmenu, .rightmenu {
	    float: left;
    background: #0f2430;
    clear: both;
    padding: 70px 30px 0!important;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
	}
	
	.leftmenu li, .rightmenu li {
   overflow: visible;
    float: left!important;
    clear: both;
    width: 100%;
    text-align: left;
}
	.rightmenu {
		padding-top: 0!important;
	}
	.leftmenu li a, .rightmenu li a {
		font-size: 0.813em;
		letter-spacing: 0.069em;
		height: 50px;
		border-bottom: solid 2px #283b46;
		width: 100%;
	}
	.heading-container {
		padding: 0;
	}
	.leftmenu > li > a:before, .rightmenu > li > a:before {
		display: none;
	}
	.menu-item:after {
    content: url(/wp-content/themes/atomos/img/rightarrow-white.svg);
    display: inline-block;
    position: absolute;
    height: 12px;
    margin: 0;
    width: 6px;
    top: 13px;
    right: 15px;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform .3s ease-in;
	}
	
	.menu-item-has-children.menu-item:after {
	content: url(/wp-content/themes/atomos/img/rightarrow.svg)!important;
		left: initial;
    bottom: initial;
    visibility: visible;
    opacity: 1;
		transform: rotate(90deg);
		height: 22px;
	}
	.menu-item-has-children:before {
		content:'';
	}
	.sub-menu {
	position: absolute;
    top: 100%;
    left: 0;
    display: block!important;
    z-index: 9000;
	}
	.sub-menu li {
		background: transparent;
	}
	.sub-menu li a {
		padding: 10px!important;
		text-align: left;
	}
	
	.sub-menu .menu-item:after {
	content: url(/wp-content/themes/atomos/img/rightarrow.svg)!important;
	}
	
	.menu-item-has-children {
		transition: margin-bottom .3s ease-in;
	}
	.menu-item-has-children:hover {
		margin-bottom: 155px;
	}
.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	height: 30px;
	}
	#footer .menu-item:after {
		content:'';
		display: none;
	}
	.slidertextcontainer {
		top: 60px;
	}
	
	.slidertextcontainer h1 {
		width: 40%;
	}
	.servicedetails {
		width: 100%;
		margin-bottom: 50px;
	}
	.negmargtop50 {
		margin-top: 50px;
	}
	.single-businesssolutions .white-section {
		padding-bottom: 0;
	}
	.au-serviceimg {
		position: relative;
		height: 400px;
	}
	.au-service {
		text-align: center!important;
		float: none!important;
		margin: 0 auto!important;
	}
	.au-service h4 {
		text-align: center;
	}
	.au-servicecontainer {
		padding: 50px;
	}
	img.partnerpagelogo {
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    position: relative;
}
	
	.contracttype {
		width: 100%;
	}
	
	.enquire-module .content-area {
		height: auto;
		overflow: hidden;
		padding: 50px 30px;
	}
	
	.enquire-module .col3, .enquire-module .col6 {
		width: 100%!important;
		text-align: center!important;
		position: relative;
		transform: none;
		left: 0;
	}
	
	.enquire-module .label:before {
		display: none;
	}
	
	.enquire-module .col6 {
		padding: 30px 0;
	}
	.enquire-module .label {
		text-align: center;
	}
	.enquire-module .btn {
		float: none;
	}
	.sub-menu .menu-item:nth-child(2) a:after {
		display: none;
	}
	.au-service ul li {
		width: 100%;
		text-align: left;
    	border: solid 2px #025889;
    	border-radius: 30px;
    	padding: 5px 5px 5px 37px;
	}
	.serviceinfo .btn {
    position: relative;
    bottom: 0;
    transform: none;
    left: initial;
	}
	.breadcrumbs {
		font-size: 1em;
		top: 80px;
	}  
	.blogpostcontainer {
		width: 100%!important;
	}
	.blogpost .serviceinfo {
		padding-bottom: 50px;
	}
	.leftmenu li, .rightmenu li, .login-button {
		padding: 0!important;
	}
	.leftmenu li a, .rightmenu li a {
		border-radius: 0;
	}
	.menu-item-has-children {
		padding: 0!important;
	}
	.menu-item-has-children a {
		padding: 0 10px!important;
		height: 50px!important; 
	}
	.au-service .btn {
		width: 100%;
		max-width: none;
	}
	}


@media (max-width: 800px) {
	.largeparagraph {
    font-size: 1.2em;
    line-height: 1.4;
}
	.single-customers .content-area, .single-blog .content-area, .single-jobs .content-area  {
    padding: 0 30px;
}
	.nextpost .btn, .prevpost .btn, .applybutton {
		position: relative;
		float: none;
		margin: 0 auto;
		transform: none;
    overflow: hidden;
    text-align: center;
		width: 100%;
		left: auto;
	}
	.col1, .col2, .col3, .col4 {
		width: 100%;
	}
	.service-col h4 {
		margin-top: 50px!important;
	}
	.service-col:first-child h4 {
		margin-top: 0!important;
	}
	.bottom-footer .col2, .bottom-footer .col6 {
		width: 100%!important;
	}
	.bottom-footer .menu-title {
		margin-top: 30px;
	}
	.bottom-footer .col2:first-child  .menu-title{
		margin-top: 0;
	}
	.footerlogo {
    float: none;
    clear: both;
    margin: 0 auto;
    position: absolute;
    display: block;
    top: 0;
    left: 30px;
}
	.bottom-footer .content-area:first-child {
		padding-top: 110px;
	}
	.bottom-footer .col2:last-child {
		margin: 0;
	}
	.slidertextcontainer h1 {
        font-size: 3.5em;
    font-weight: 100;
    color: #ffffff;
    line-height: 1.2;
    text-align: left;
    position: relative;
    left: 0;
    width: auto;
    right: 0;
    margin: 0 0 80px 0;
    top: 30px;
    transform: none;
}
	
	.slidersubtext {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
    top: 0;
    overflow: hidden;
		padding: 0;
	}
	.slidertextcontainer {
		position: relative;
    overflow: hidden;
    top: 0;
    margin: 80px 0;
		padding: 0 30px;
	}
	.home .slidertextcontainer {
		margin: 80px 0 280px;
	}
	.fullslider-container, .home .fullslider-container {
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    background-color: #06ace1;
}
	.slidersubtext .horiz-border-box {
		left: 40px;
	}
	
	.negmarginblock .title-block {
		padding: 0 30px;
	}
	
	.negmarginblock p {
		margin-bottom: 40px;
	}
	.negmarginblock .pad50 {
		padding-top: 50px;
	}
	
	.large-text {
		display: none;
	}
	.pad50 {
		padding: 30px;
	}
	.central.pad50, .central .pad50 {
		padding: 30px 0;
	}
	.award_logo {
		top: 0;
		right: 0;
	}
	.mob-mtop70 {
		margin-top: 70px;
	}
	.prevpost, .nextpost {
    width: 45%;
	}
	.content-area, .owl-dots {
		padding: 0 30px;
	}
	.home .slidertextcontainer h1 {
font-size: 4em;
	width: 40%;
}
}
.mob-hide {
		display: block;
	}
.desk-hide {
		display: none;
	
	}

@media (max-width: 800px) {
	.mob-hide {
		display: none;
	}
	.desk-hide {
		display: block;
	}
	.error404 .slidertextcontainer p.larger_p{
	margin-top: 15px !important;
	font-size: 18px !important;
}
}