/*
Theme Name: Marline
Theme URI: 
Author:
Author URI: 
Description: 
Version: 1.3.48
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: 
*/
body
{
	overflow-x: hidden !important;
}
.navigation-search input:focus,
a:active,
a:hover {
    outline: 0
}
.main-navigation a,
a,
a:focus,
a:hover,
a:visited,
ins,
mark {
    text-decoration: none
}
.comment-content a,
.entry-header,
.main-title,
.site-content {
    word-wrap: break-word
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0
}
@font-face {
    font-family: subHeadingsFont;
    src: url(/wp-content/themes/marline/fonts/sub.ttf);
}
@font-face {
    font-family: titleFont;
    src: url(/wp-content/themes/marline/fonts/title.otf);
}
nav
{
	background: none !important;
}
h1 {
    font-family: 'titleFont' !important;
}
h2,
h3,
h4,
h5,
h6,
h7,
.lowercase {
     font-family: 'titleFont' !important;
    font-size: 90%;
}
html {
    font-family: "NeoSansStdBlack", Verdana, Tahoma !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
caption,
td,
th {
    font-weight: 400;
    text-align: left;
    padding: 5px
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}
blockquote,
q {
    quotes: "" ""
}
a {
    background-color: transparent;
    -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out, background-color .1s ease-in-out;
    -o-transition: color .1s ease-in-out, background-color .1s ease-in-out;
    transition: color .1s ease-in-out, background-color .1s ease-in-out
}
a img {
    border: 0
}
body,
button,
input,
select,
textarea {
    line-height: 1.5
}
hr {
    background-color: #ccc
}
ol,
ul {
    margin: 0 0 1.5em 3em
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}
b,
dt,
strong,
th {
    font-weight: 700
}
dd {
    margin: 0 1.5em 1.5em
}
cite,
dfn,
em,
i {
    font-style: italic
}
address {
    margin: 0 0 1.5em
}
code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}
small,
sub,
sup {
    font-size: 75%
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}
sub,
sup {
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
    height: auto;
    max-width: 100%
}
sup {
    bottom: 1ex
}
sub {
    top: .5ex
}
big {
    font-size: 125%
}
figure {
    margin: 0
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}
button,
input {
    line-height: normal;
    font-family: 'titleFont' !important;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid transparent;
    background: #666;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px;
    color: #FFF
}
button:active,
button:focus,
button:hover,
html input[type=button]:active,
html input[type=button]:focus,
html input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
    background: #606060
}
.button {
    padding: 10px 20px;
    display: inline-block
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=search],
textarea {
    background: #FAFAFA;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
textarea:focus {
    color: #111;
    background: #FFF
}
textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%
}
input[type=file] {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    position: absolute!important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}
.screen-reader-text {
    height: 77px !important;
}
.screen-reader-shortcut:focus,
.screen-reader-text:focus {
    clip: auto!important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6)
}
.clear:after,
.clear:before,
[class*=content]:after,
[class*=content]:before,
[class*=site]:after,
[class*=site]:before {
    content: '';
    display: table
}
.clear:after,
[class*=content]:after,
[class*=site]:after {
    clear: both
}
.main-navigation {
    z-index: 100;
    padding: 0;
    clear: both;
    display: block
}
.main-navigation ul li a {
    display: block
}
.menu-toggle {
    margin: 0;
    padding: 0
}
.menu-toggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    line-height: 1em;
    speak: none;
    width: 1.28571429em;
    text-align: center;
    display: inline-block
}
.toggled .menu-toggle:before {
    content: "\f00d";
    speak: none
}
.menu-toggle .mobile-menu {
    margin-left: 5px
}
.menu-toggle .mobile-menu:empty {
    display: none
}
.inside-navigation {
    position: relative
}
.main-navigation ul,
.menu-toggle li.search-item {
    list-style: none;
    margin: 0;
    padding-left: 0
}
.search-item .screen-reader-text {
    top: 0;
    right: 0;
    left: auto
}
.main-navigation li {
    float: left;
    position: relative
}
.main-navigation a {
    display: block
}
.main-navigation ul ul {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    display: none;
    float: left;
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 200px;
    text-align: left;
    top: auto
}
.main-navigation ul li.sfHover>ul,
.main-navigation ul li:hover>ul,
.main-navigation ul ul a,
.secondary-navigation ul li.sfHover>ul,
.secondary-navigation ul li:hover>ul {
    display: block
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0
}
.main-navigation ul ul li {
    width: 100%
}
.dropdown-click .main-navigation ul li.sfHover>ul,
.dropdown-click .main-navigation ul li:hover>ul,
.dropdown-click .secondary-navigation ul li.sfHover>ul,
.dropdown-click .secondary-navigation ul li:hover>ul {
    display: none
}
.dropdown-click .main-navigation ul li.sfHover>ul.toggled-on,
.dropdown-click .main-navigation ul li:hover>ul.toggled-on,
.dropdown-click .main-navigation ul.toggled-on,
.dropdown-click .secondary-navigation ul li.sfHover>ul.toggled-on,
.dropdown-click .secondary-navigation ul li:hover>ul.toggled-on,
.dropdown-click .secondary-navigation ul.toggled-on {
    display: block
}
.dropdown-click nav ul ul ul {
    background-color: transparent
}
.nav-float-right .inside-header .main-navigation {
    float: right;
    clear: right
}
.nav-float-left .inside-header .main-navigation {
    float: left;
    clear: left
}
.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
    float: right;
    clear: right
}
.nav-float-left .inside-header:after {
    clear: both;
    content: '';
    display: table
}
.nav-float-right .inside-header .site-branding {
    display: inline-block
}
.site-header {
    position: relative
}
.header-aligned-left .site-header {
    text-align: left
}
.header-aligned-center .site-header {
    text-align: center
}
.header-aligned-right .site-header {
    text-align: right
}
.site-header .header-image {
    vertical-align: middle
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a, .main-nav ul li:hover
{
	background-color: transparent !important;
	color: #c21c30 !important;
}
.main-navigation .main-nav ul ul li a,
.nav-float-right .main-navigation .main-nav ul ul li a {
    line-height: normal
}
.nav-float-right .main-navigation ul ul ul {
    top: 0
}
.main-navigation li.search-item {
    float: right;
    z-index: 21
}
.rtl .main-navigation li.search-item,
.rtl.nav-aligned-right.nav-below-header .main-navigation .menu>li.search-item {
    float: left
}
.nav-aligned-center .main-navigation li.search-item.current-menu-item {
    position: absolute;
    right: 0
}
.rtl.nav-aligned-center .main-navigation li.search-item.current-menu-item {
    position: absolute;
    left: 0;
    right: auto
}
.main-navigation li.search-item i {
    transform: rotate(90deg)
}
.navigation-search {
    position: absolute;
    right: 0;
    display: none;
    z-index: 20;
    width: 100%;
    top: 0
}
.gen-sidebar-nav .navigation-search {
    top: auto;
    bottom: 0
}
.navigation-search input {
    border: 0;
    vertical-align: bottom;
    line-height: 0;
    opacity: .9;
    width: 100%;
    z-index: 20;
    border-radius: 0;
    -webkit-appearance: none
}
.navigation-search input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}
.navigation-search input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}
.navigation-search input::-webkit-search-cancel-button,
.navigation-search input::-webkit-search-decoration,
.navigation-search input::-webkit-search-results-button,
.navigation-search input::-webkit-search-results-decoration {
    display: none
}
.nav-left-sidebar .main-navigation li.search-item,
.nav-right-sidebar .main-navigation li.search-item {
    width: auto;
    display: inline-block
}
.nav-left-sidebar .main-navigation li.search-item.current-menu-item,
.nav-right-sidebar .main-navigation li.search-item.current-menu-item {
    float: right
}
.nav-aligned-center.nav-above-header .main-navigation .menu>li,
.nav-aligned-center.nav-below-header .main-navigation .menu>li,
.nav-aligned-right.nav-above-header .main-navigation .menu>li,
.nav-aligned-right.nav-below-header .main-navigation .menu>li {
    float: none;
    display: inline-block
}
.sidebar .menu-item-has-children .dropdown-menu-toggle,
nav ul ul .menu-item-has-children .dropdown-menu-toggle {
    float: right
}
.nav-aligned-center .main-navigation ul,
.nav-aligned-right .main-navigation ul {
    letter-spacing: -.31em;
    font-size: 1em
}
.nav-aligned-center .main-navigation ul li,
.nav-aligned-right .main-navigation ul li {
    letter-spacing: normal
}
.nav-aligned-left.nav-above-header .main-navigation,
.nav-aligned-left.nav-below-header .main-navigation {
    text-align: left
}
.nav-aligned-center.nav-above-header .main-navigation,
.nav-aligned-center.nav-below-header .main-navigation {
    text-align: center
}
.nav-aligned-right.nav-above-header .main-navigation,
.nav-aligned-right.nav-below-header .main-navigation {
    text-align: right
}
.gallery-item,
.site-info {
    text-align: center
}
.main-navigation ul li .dropdown-toggle,
.secondary-navigation ul li .dropdown-toggle {
    display: none
}
.menu-item-has-children .dropdown-menu-toggle {
    display: inline-block;
    height: 100%;
    clear: both;
    padding-left: 10px
}
nav:not(.toggled):not(.slideout-navigation) ul ul .menu-item-has-children .dropdown-menu-toggle {
    padding-right: 15px
}
.dropdown-menu-toggle:before {
    content: "\f107";
    font-family: FontAwesome;
    line-height: 1em;
    speak: none
}
.dropdown-click .menu-item-has-children.sfHover>a .dropdown-menu-toggle:before {
    content: "\f106"
}
.dropdown-hover .children .dropdown-menu-toggle:before,
.dropdown-hover .sub-menu .dropdown-menu-toggle:before {
    content: "\f105"
}
.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle:before,
.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle:before {
    content: "\f104"
}
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before,
.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before {
    content: "\f105"
}
.dropdown-click .main-navigation ul ul ul,
.dropdown-click .secondary-navigation ul ul ul {
    left: 0;
    top: auto;
    position: relative
}
.dropdown-click.both-right .widget-area .secondary-navigation ul ul,
.dropdown-click.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation ul ul,
.dropdown-click.right-sidebar .widget-area .secondary-navigation ul ul {
    right: 0
}
.dropdown-click .widget-area .main-navigation ul ul,
.dropdown-click .widget-area .secondary-navigation ul ul {
    left: 0;
    right: 0;
    top: auto;
    position: relative;
    float: none;
    width: 100%
}
.main-navigation .main-nav ul li.menu-item-has-children>a,
.secondary-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 0;
    position: relative
}
.widget-area .main-navigation li,
.widget-area .secondary-navigation li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}
.widget-area .main-navigation ul ul,
.widget-area .secondary-navigation ul ul {
    top: 0;
    left: 100%;
    width: 220px
}
.dropdown-hover.both-right .widget-area .main-navigation ul ul,
.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .main-navigation ul ul,
.dropdown-hover.right-sidebar .widget-area .main-navigation ul ul {
    right: 100%;
    left: auto
}
.slideout-navigation .dropdown-menu-toggle:before {
    content: "\f107"!important
}
.slideout-navigation .sfHover>a .dropdown-menu-toggle:before {
    content: "\f106"!important
}
.post {
    margin: 0 0 2em
}
.posted-on .updated {
    display: none
}
.byline,
.group-blog .byline,
.single .byline {
    display: inline
}
.entry-content,
.entry-summary,
.page-content {
    margin: 2em 0 0
}
.page-links {
    clear: both;
    margin: 0 0 1.5em
}
.archive .format-aside .entry-header,
.archive .format-status .entry-header,
.archive .format-status .entry-meta,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.blog .format-status .entry-header,
.blog .format-status .entry-meta,
.blog .format-status .entry-title {
    display: none
}
.archive .format-aside .entry-content,
.archive .format-status .entry-content,
.blog .format-aside .entry-content,
.blog .format-status .entry-content {
    margin-top: 0
}
.archive .format-status .entry-content p:last-child,
.blog .format-status .entry-content p:last-child {
    margin-bottom: 0
}
.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}
.depth-1.parent>.children,
.pingback .comment-body,
.trackback .comment-body {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    position: relative
}
.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.wp-caption .wp-caption-text {
    font-size: 75%;
    padding-top: 5px;
    opacity: .8
}
.wp-caption img {
    position: relative;
    vertical-align: bottom
}
.gallery {
    margin-bottom: 1.5em
}
.gallery-item {
    display: inline-block;
    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%
}
.site-logo,
.widget select,
embed,
iframe,
object,
pre {
    max-width: 100%
}
.gallery-caption {
    display: block
}
.site-main [class*=navigation] {
    margin: 0 0 2em;
    overflow: hidden
}
.comment,
.comment-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.comment-author-info {
    display: inline-block;
    vertical-align: middle
}
.comment-meta .avatar {
    float: left;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.comment-author cite {
    font-style: normal;
    font-weight: 700
}
.entry-meta.comment-metadata {
    margin-top: 0
}
.comment-content,
.comment-respond {
    margin-top: 1.5em
}
.comment-form>.form-submit {
    margin-bottom: 0
}
.comment-form input,
.comment-form-comment {
    margin-bottom: 10px
}
.comment-form #author,
.comment-form #email,
.comment-form #url {
    display: block
}
.comment-metadata .edit-link:before,
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer,
.widget_search .search-submit {
    display: none
}
.comment-body {
    padding: 30px 0
}
.comment-content {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .05)
}
.comment .children {
    padding-left: 30px;
    margin-top: -30px;
    border-left: 1px solid rgba(0, 0, 0, .05)
}
.pingback .edit-link {
    font-size: 13px
}
.comment-content p:last-child {
    margin-bottom: 0
}
.comment-list>.comment:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0
}
ol.comment-list {
    margin-bottom: 1.5em
}
.widget {
    margin: 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
.widget_categories .children {
    margin-left: 1.5em;
    padding-top: 5px
}
blockquote,
table {
    margin: 0 0 1.5em
}
fieldset,
fieldset legend {
    padding: 0
}
.widget_categories .children li:last-child {
    padding-bottom: 0
}
.infinity-end.neverending .site-footer {
    display: block
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit
}
pre {
    background: rgba(0, 0, 0, .05);
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    margin-bottom: 1.5em;
    padding: 20px;
    overflow: auto
}
blockquote {
    border-left: 5px solid rgba(0, 0, 0, .05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    position: relative
}
blockquote p:last-child {
    margin: 0
}
table,
td,
th {
    border: 1px solid rgba(0, 0, 0, .1)
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%
}
.one-container.both-left .inside-left-sidebar,
.one-container.both-right .inside-left-sidebar {
    margin-right: 15px
}
.one-container.both-left .inside-right-sidebar,
.one-container.both-right .inside-right-sidebar {
    margin-left: 15px
}
td,
th {
    padding: 8px;
    border-width: 0 1px 1px 0
}
hr {
    background-color: rgba(0, 0, 0, .1);
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px
}
.site-main .gallery,
fieldset legend {
    margin-bottom: 1.5em
}
fieldset {
    border: 0;
    min-width: inherit
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px
}
.gallery-item img {
    vertical-align: bottom
}
.gallery-icon {
    padding: 5px
}
.one-container .comments-area {
    margin-top: 1.5em
}
h1,
h2,
h3 {
    line-height: 1.2em
}
.entry-content>:last-child,
.entry-summary>:last-child,
.footer-widgets .widget:last-child,
.one-container .site-main>:last-child,
.page-content>:last-child,
.separate-containers .site-main>:last-child,
.sidebar .widget:last-child {
    margin-bottom: 0
}
/**
.hvr-shutter-out-horizontal a{
color: black !important;

}

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	border-radius: 5px;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	border-radius: 15px;
  background: #c21c30;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
*/

.inside-footer-widgets:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):before,
.inside-header:not(.grid-container):after,
.inside-header:not(.grid-container):before,
.inside-navigation:not(.grid-container):after,
.inside-navigation:not(.grid-container):before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    clear: both
}
.one-container .site-main {
    margin: 0
}
.one-container .inside-left-sidebar,
.one-container .inside-right-sidebar {
    margin-top: 0
}
.one-container .inside-article {
    padding: 0 0 0px
}
.one-container.page .inside-article {
    padding-bottom: 0
}
.widget-title {
    margin-bottom: 30px;
    line-height: 1.5
}
.widget ol,
.widget ul {
    margin: 0
}
.widget ul li {
    list-style-type: none;
    position: relative;
    padding-bottom: 5px
}
.widget ul li ul li:before {
    opacity: .7
}
.widget .search-field {
    width: 100%
}
.separate-containers .widget:last-child,
.widget:last-child {
    margin-bottom: 0
}
.widget_nav_menu ul ul,
.widget_pages ul ul {
    margin-left: 1em;
    margin-top: 5px
}
.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children {
    padding-bottom: 0
}
.header-widget .widget-title {
    margin-bottom: 15px
}
#wp-calendar {
    table-layout: fixed;
    font-size: 80%
}
#wp-calendar #prev,
#wp-calendar #prev+.pad {
    border-right: 0
}
.sidebar .grid-container {
    max-width: 100%;
    width: 100%
}
.inside-footer-widgets .inner-padding {
    /**padding: 0 40px **/
}
.footer-bar-active .footer-bar .widget {
    padding: 0
}
.footer-bar .widget_nav_menu>div>ul {
    display: inline-block;
    vertical-align: top
}
.footer-bar .widget-title,
.footer-bar .widget_nav_menu li ul {
    display: none
}
.footer-bar .textwidget p:last-child {
    margin: 0
}
.footer-bar-align-right .copyright-bar {
    float: left
}
.footer-bar-align-left .copyright-bar,
.footer-bar-align-right .footer-bar {
    float: right;
    text-align: right
}
.footer-bar-align-left .footer-bar {
    float: left
}
.footer-bar-align-center .copyright-bar {
    float: none;
    text-align: center
}
.footer-bar-align-center .footer-bar {
    float: none;
    text-align: center;
    margin-bottom: 10px
}
.footer-bar .widget_nav_menu li {
    margin: 0 10px;
    float: left;
    padding: 0
}
.footer-bar .widget_nav_menu li:first-child {
    margin-left: 0
}
.footer-bar .widget_nav_menu li:last-child {
    margin-right: 0
}
.entry-title {
    margin-bottom: 0
}
.page-header {
    margin-bottom: 30px
}
.page-header>:last-child,
.read-more-container,
.site-main .post-navigation,
.taxonomy-description p:last-child {
    margin-bottom: 0
}
.page-header h1 {
    font-size: 25px
}
.page-header .avatar {
    float: left;
    margin-right: 1.5em
}
.page-header .author-info {
    overflow: hidden
}
.entry-meta {
    font-size: 85%;
    margin-top: .5em;
    line-height: 1.5
}
footer.entry-meta {
    margin-top: 2em
}
.cat-links:before,
.comments-link:before,
.nav-next .next:before,
.nav-previous .prev:before,
.tags-links:before,
footer.entry-meta .author:before,
footer.entry-meta .posted-on:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: relative;
    margin-right: .6em;
    width: 13px;
    text-align: center;
    speak: none
}
footer.entry-meta .author:before {
    content: "\f007"
}
footer.entry-meta .posted-on:before {
    content: "\f073"
}
.cat-links:before {
    content: "\f07b"
}
.tags-links:before {
    content: "\f02c"
}
.comments-link:before {
    content: "\f086"
}
.nav-previous .prev:before {
    content: "\f104"
}
.nav-next .next:before {
    content: "\f105"
}
.cat-links,
.comments-link,
.tags-links,
footer.entry-meta .byline,
footer.entry-meta .posted-on {
    display: block
}
.paging-navigation:after,
.paging-navigation:before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}
.paging-navigation:after {
    clear: both
}
.paging-navigation .nav-next,
.paging-navigation .nav-previous {
    display: none
}
.site-main .paging-navigation .navigation {
    margin: 0
}
.comment-respond {
    margin-top: 0
}
.main-title {
    margin: 0;
    line-height: 1.2em
}
.site-logo {
    display: inline-block
}
.site-description {
    margin: 0;
    line-height: 1.5
}
.header-widget {
    float: right;
    overflow: hidden;
    max-width: 50%
}
.header-widget .widget {
    padding: 0 0 20px;
    margin-bottom: 0
}
.header-widget .widget:last-child {
    padding-bottom: 0
}
.nav-float-right .header-widget .widget {
    padding: 0 0 10px
}
.nav-float-right .header-widget .widget:last-child {
    padding-bottom: 0
}
.nav-float-right .header-widget {
    position: relative;
    top: -10px
}
.post-image {
    margin: 2em 0 0
}
.page-header-image,
.page-header-image-single {
    line-height: 0
}
.separate-containers .page-header-content,
.separate-containers .page-header-image {
    margin-top: 30px
}
.one-container .inside-article>[class*=page-header-],
.separate-containers .inside-article>[class*=page-header-] {
    margin-bottom: 2em;
    margin-top: 0
}
.inside-article .page-header-image-single.page-header-below-title {} .full-width-content.no-sidebar.separate-containers .site-main,
.top-bar .inside-top-bar .textwidget p:last-child {
    margin: 0
}
.full-width-content .container.grid-container {
    max-width: 100%
}
.contained-content.one-container .site-content,
.contained-content.separate-containers .inside-article,
.full-width-content.one-container .site-content,
.full-width-content.separate-containers .inside-article {
    padding: 0
}
.top-bar .inside-top-bar .widget {
    padding: 0;
    display: inline-block;
    margin: 0
}
.top-bar-align-center .inside-top-bar .widget:not(:first-child),
.top-bar-align-right .inside-top-bar>.widget:nth-child(odd) {
    margin-left: 10px
}
.top-bar-align-center {
    text-align: center
}
.top-bar-align-right {
    text-align: right
}
.top-bar-align-right .inside-top-bar>.widget:nth-child(even) {
    float: left;
    margin-right: 10px
}
.top-bar-align-left .inside-top-bar>.widget:nth-child(even) {
    margin-left: 10px;
    float: right
}
.top-bar-align-left .inside-top-bar>.widget:nth-child(odd) {
    float: left;
    margin-right: 10px
}
.top-bar-align-center .inside-top-bar .widget:first-child:last-child {
    display: block
}
.inside-top-bar:not(.grid-container):after,
.inside-top-bar:not(.grid-container):before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    clear: both
}
.top-bar .widget-title,
.top-bar .widget_nav_menu li ul {
    display: none
}
.top-bar .widget_nav_menu li {
    margin: 0 10px;
    float: left;
    padding: 0
}
.top-bar .widget_nav_menu li:first-child {
    margin-left: 0
}
.top-bar .widget_nav_menu li:last-child {
    margin-right: 0
}
.top-bar .widget_nav_menu>div>ul {
    display: inline-block;
    vertical-align: top
}
.so-panel.widget {
    padding: 0
}
#mc_embed_signup .clear {
    display: block;
    height: auto;
    visibility: visible;
    width: auto
}
.container.grid-container {
    width: auto
}
.sf-menu>li.menu-item-float-right {
    float: right!important
}
.generate-back-to-top,
.generate-back-to-top:visited {
    font-size: 20px;
    background: rgba(0, 0, 0, .4);
    color: #FFF;
    border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 10;
    transition: opacity .3s ease-in-out
}
.generate-back-to-top:focus,
.generate-back-to-top:hover {
    background: rgba(0, 0, 0, .6);
    color: #FFF
}
.generate-back-to-top .screen-reader-text {
    left: 0
}
.menu-toggle,
.mobile-bar-items {
    display: none;
    cursor: pointer
}
.inside-top-bar {
    padding: 10px
}
.inside-header,
.inside-page-header,
.one-container .site-content,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 40px
}
.inside-article {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.one-container.both-right .site-main,
.one-container.right-sidebar .site-main {
    margin-right: 40px
}
.one-container.both-left .site-main,
.one-container.left-sidebar .site-main {
    margin-left: 40px
}
.one-container.both-sidebars .site-main {
    margin: 0 40px
}
.separate-containers .page-header,
.separate-containers .site-main>*,
.separate-containers .widget,
.widget-area .main-navigation {
    margin-bottom: 20px
}
.right-sidebar.separate-containers .site-main {} .left-sidebar.separate-containers .site-main {
    margin: 20px 0 20px 20px
}
.both-sidebars.separate-containers .site-main {
    margin: 20px
}
.both-right.separate-containers .site-main {
    margin: 20px 20px 20px 0
}
.both-right.separate-containers .inside-left-sidebar {
    margin-right: 10px
}
.both-right.separate-containers .inside-right-sidebar {
    margin-left: 10px
}
.both-left.separate-containers .site-main {
    margin: 20px 0 20px 20px
}
.separate-containers .inside-left-sidebar,
.separate-containers .inside-right-sidebar,
.separate-containers .site-main {
    margin-top: 20px;
    margin-bottom: 20px
}
.both-left.separate-containers .inside-left-sidebar {
    margin-right: 10px
}
.both-left.separate-containers .inside-right-sidebar {
    margin-left: 10px
}
.separate-containers .page-header-contained,
.separate-containers .page-header-content-single,
.separate-containers .page-header-image,
.separate-containers .page-header-image-single {
    margin-top: 20px
}
.main-navigation .main-nav ul li a,
.main-navigation .mobile-bar-items a,
.menu-toggle {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px
}
.main-navigation .main-nav ul ul li a {
    padding: 10px 20px
}
.navigation-search,
.navigation-search input {
    height: 100%
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 20px
}
.menu-item-has-children ul .dropdown-menu-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px
}
.widget-area .widget {
    padding: 40px
}
.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 40px
}
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: -40px
}
body,
button,
input,
select,
textarea {
    font-weight: 400;
    text-transform: none;
    font-size: 17px
}
body {
    line-height: 1.5
}
p {
    margin-bottom: 1.5em
}
.top-bar {
    font-weight: 400;
    text-transform: none;
    font-size: 13px
}
.main-title {
    font-weight: 700;
    text-transform: none;
    font-size: 45px
}
.main-navigation a,
.menu-toggle,
.site-description {
    font-weight: 400;
    text-transform: none;
    font-size: 15px
}
.main-navigation .main-nav ul ul li a {
    font-size: 14px
}
.widget-title {
    font-weight: 400;
    text-transform: none;
    font-size: 20px
}
h1,
h2 {
    font-weight: 300;
    text-transform: none
}
.footer-widgets .widget,
.sidebar .widget {
    font-size: 13px
}
h1 {
    font-size: 40px
}
h2 {
    font-size: 30px
}
h3 {
    font-weight: 400;
    text-transform: none;
    font-size: 20px
}
.site-info {
    padding: 20px;
    font-size: 15px
}
.slideout-navigation .menu-item-has-children .dropdown-menu-toggle {
    float: right
}
.bg {
    background-color: #121F49;
    text-align: center;
}
.lowercase {
    color: red;
    border-bottom: 5px #C21C30 solid;
    font-family: "NeoSansStdBlack", Verdana, Tahoma;
}
#footer-widgets {
    font-family: "NeoSansStdBlack", Verdana, Tahoma !important;
    background: url('http://marline.com.au/wp-content/uploads/2017/06/backgroundonly.png');
    color: white;
    text-align: center;
    min-height: 100px;
}
#footer-widgets p {
    /**font-size: 13pt; */
    
    margin-bottom: 1px !important;
}
@media (max-width: 767px) {
   #footer-widgets h4 {
	   margin-bottom: 23px;
	   margin-top: 3px;
	}
}
#footer-widgets h4 {
    margin-bottom: 1px !important;
	margin-top: 38px;
	color: white !important;
}
#footer-widgets a {
    color: white;
}
.redline {
    border-bottom: 5px solid #C21C30;
}
img.ccc {
    border-radius: 5%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
img.ccc:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
footer {
    background-color: black;
    color: white;
}
footer a {
    color: yellow !important;
}
#primary {
    margin-top: -20px !important;
}
#primary p {
    margin-left: 10px;
    margin-right: 10px;
}
.topright {
    top: 40px;
    right: 0px;
    position: absolute;
    z-index: 5;
    color: white;
    font-size: 130%;
    font-family: 'titleFont' !important;
}
.topright a {
    color: white !important;
}
.header-image {
    width: 350px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px; 
	margin-right: 10px;
	
	
	   
}

.mobilecontact {
    display: none;
}
.entry-header
{
	margin-top: 20px;
	margin-left: 15px;
}

@media (max-width: 837px) {
	.entry-header
{
	margin-top: 40px;
	margin-left: 15px;
}

}

@media (max-width: 930px) {
    .topright
     {
        display: none;
    }
	  .mobilecontact {
        top: 0px;
        text-align: center;
        display: block;
    }
}
@media (max-width: 885px) {
    .topright, .ad, .ad2
     {
        display: none;
    }
	.ad, ad2
	{
		position: static;
		float: left;
		background: green;
		border-radius: none !important;
		
	}
	.mobad, .mobile-ads
	{
		display: block !important;
	}
	 .hero
	{
		width: 100%;
		top: 206px;
		max-width: 100%;
	}
	.hero h1
	{
		font-size: 21pt;
	}
	/**.ad, .ad2
	{
		width: 50%;
		top: auto;
		right: auto;
		float: left;
	} */
    canvas {
        display: none;
    }
    .site-logo {
        margin-left: auto;
        margin-right: auto;
    }
  
    .mobilecontact a {
        color: black;
    }
    .fifty {
        width: 100% !important;
    }
}
.fifty {
    width: 50%;
    float: left;
}
@font-face {
    font-family: "NeoSansStdBlack";
    src: url(/wp-content/themes/marline/fonts/Neo Sans Std Black.otf) format("truetype");
}
canvas {
    display: block;
    vertical-align: bottom;
    background-color: #121f49;
}
#particles-js {
    width: 100%;
    height: 100%;
}
h4.widget-title {
    color: white;
}
.footer-widgets .widget-title .textwidget {
    text-align: center;
}
/******************** TEAM *****************/

.tmm_desc {
    display: none;
}
.tmm_textblock:hover > tmm_desc {
    display: block;
}
.tmm_member {
    border: none !important;
}
input[type=text],
input[type=email],
textarea {
    width: 100% !important;
}
iframe {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 350px;
}
.fifty p {
    text-align: center;
}
/************************BUTTON***************************************/

.btn {
    padding: 40px 30px 30px 30px;
    margin: 0 1px 0 0;
    text-decoration: none;
    text-align: center;
    color: #7f8c8d;
    cursor: pointer;
    background: #2c3e50;
    border-bottom: 10px solid #34495e;
    transition-property: border-bottom .6s linear 0s;
    -moz-transition: border-bottom .6s linear 0s;
    -webkit-transition: border-bottom .6s linear 0s;
    -o-transition: border-bottom .6s linear 0s;
    font-size: 25px;
}
.btn.active {
    border-bottom: 10px solid #2ecc71;
    color: #2ecc71;
}
.button-group-navigation li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    zoom: 1;
    background: #7f8c8d;
}
.button-group-navigation li .btn {
    float: left;
    margin-left: -4px;
}
.button-group-navigation>.btn:first-child,
.button-group-navigation li:first-child .btn {
    margin-left: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.button-group-navigation>.btn:last-child,
.button-group-navigation li:last-child>.btn {
    margin-right: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/***********************END BUTTON***************************************/

.dark {
    background: rgb(21, 21, 21);
}
#masthead {
    /**background: url('http://marline.com.au/wp-content/uploads/2017/06/backgroundonly.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
	position: absolute;
    top: 0px;
}
.col-1 a, .col-1 a {
    text-align: center;
}
.col-1 {
    z-index: 2000;
    margin: 1%;
    width: 12.2%;
    
    margin-bottom: 0px;
  
}
.col-2 {
    width: 18%;
	 z-index: 2000;
    margin: 1%;
        color: white;
    margin-bottom: 0px;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33%;
}
.col-8 {
    width: 66.66%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33%;
}
.col-11 {
    width: 91.66%;
}
.col-12 {
    width: 100%;
}
[class*="col-"] {
    float: left;
}
.col-1 img, .col-2 img {
    margin-top: 4px;
    height: 85px;
}
canvas {
    position: absolute;
    z-index: 1;
    display: block;
    vertical-align: bottom;
    max-height: 200px;
    background: #121F49;
    z-index: -1;
}
.sectors {
    height: 280px;
}

.mobile-ads
{
	height: 135px;
}

.sector-services {
    height: 280px;
}

.icon br {
    display: none !important;
}

@media (max-width: 600px) {
    .col-2 {
        width: 31%;
    }
	.mobile-ads
{
	height: 170px;
}
	
.sector-services {
    height: 350px;
}
}

.ewic-con-226
{
	overflow-x:hidden;
}
@media (max-width: 980px) {
    .col-1 {
        width: 31%;
    }
    canvas {
        max-height: 500px;
    }
    .sectors {
        height: 500px;
    }
}
@media (max-width: 423px) {
    .col-1, .col-2 {
        width: 98%;
        border-radius: 5px;
        margin-bottom: 7.5px;
        
       
    }
    .col-1 a, .col-2  a{
        color: black !important;
    }
    .col-1 img, .col-2 img {
        padding-top: 5px;
        width: 50px;
        height: auto;
    }
    canvas {
        max-height: 630px;
    }
    .sectors {
        height: 750px;
    }
	.sector-services {
       height: 635px;
}
	.mobad
	{
		width: 100% !important;
		height: 120px;
	}
	.blk-line
	{
		border-bottom: 5px #C21C30 solid;
		border-left: none !important;
	}
}
.fullwidth {
    height: auto;
    width: 100%;
    text-align: center;
}
.fullwidth p {
    display: none !important;
}
.icon img {
    display: block;
    margin: 0 auto;
    z-index: 100;
}
.caption {
    text-align: center;
}
.col-1 a, .col-2 a {
    color: white !important;
    text-decoration: none;
    text-align: center !important;
}
.wrapper br {
    display: none;
}
.wrapper {
    margin-bottom: 30px;
}
.inside-article {
    padding: 0px !important;
}
.hero {
    position: absolute;
 
    top: 220px;
    left: 50px;
    max-width: 60%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    color: white;
}
.hero h1 {
    font-weight: 500 !important;
    ;
    /**background: rgba(255,255,255,0.5); */
    
    border-radius: 5px;
}
.hero button {
    background: #C21C30;
}

.bx-viewport
{
	width: 105.5% !important;
}
@media (max-width: 767px) {
    .hero {
        top: 200px; /** 196px without red uner logo */
        font-size: 80%;
		max-width: 100%;
		left: 0px;
    }
	.bx-controls-direction
	{display: none !important;}
    .hero button {
        display: none;
    }
}
.radialMenu {
    position: relative;
    width: 700px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
}
.selectButton {
    text-align: center;
    background-color: #c21c30;
    width: 200px;
    height: 85px;
    padding-bottom: 4px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
}
.selectableOption {
    margin-right: 20%;
    margin-left: 20%;
    display: none;
    color: white;
    margin-bottom: 40px;
}
.selectButton h3 {
    margin: 0px;
    color: white;
    padding: 0px;
    font-size: 75% !important;
}
.bx-wrapper .bx-viewport {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px !important;
}
nav {
    position: relative;
    z-index: 1;
    font-family: 'titleFont' !important;
}
.selectButton img {
    padding-top: 5px;
    width: 50px;
}
.selectButton {
    color: black;
}
.selectButton p,
#ewic-con-226 br {
    display: none;
}
/** THIS COULD HURT THE SLIDESHOW */
.bx-viewport ul 
{
	width: 100%;
}
.services {
    background: url('http://marline.com.au/wp-content/uploads/2017/06/backgroundonly.png') repeat center center fixed;
	background-repeat: no-repeat;
    background-size: 100% ;
	 -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
    
}

.services h2 {
    padding-top: 40px;
    color: white;
}
@media (max-width: 767px) {
    .radialMenu {
        width: 100% !important;
    }
    .middle {
        display: none;
    }
	.services, #masthead
	{
		    background: url('http://marline.com.au/wp-content/uploads/2017/06/backgroundonly.png') repeat center center ;

	}
}
.middle {
    position: relative;
    width: 140px;
    left: 280px;
    top: 200px;
}
.minheight {
    min-height: 100%;
}
.bx-viewport {
    max-height: 600px !important;
}
.mobad
{
	float: left;
	width: 50%;
	height: 115px;
	display: none;
	background: rgba(59, 62, 66, 0.64);
	    font-size: 80%;
    color: white;
	
}
.mobad p
{
	margin-top: 10px;
}
.mobad a
{
	color: white;
}
.mobad img
{
	    height: 100px;
    float: left;
	margin: 5px;
	
}
@media (max-width: 425px)
{
.mobad
{background: white !important; margin-bottom: 35px; text-align: center;
	color: black !important; }
.mobad a
{
	color: black;
}
}

.blk-line
{
	border-left: #C21C30 solid 2px;
}

.mobile-ads
{
	display: none;
}

.ad {
   
    position: absolute;
    right: 0px;
	top: 220px;
    width: 30%;
    height: 100px;
    color: white;
	/**border-top-left-radius: 15px; */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  
}
.ad a {
    color: #C21C30;
}

.ad img, .ad2 img
{
	    height: 100px;
    float: left;
	margin-right: 10px;
}

.ad2 {
   
    position: absolute;
    right: 0px;
	top: 375px;
    width: 30%;
    height: 100px;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	/**border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
  */
}
.ad2 a {
    color: #C21C30;
}


.grid-container
{
	max-width: 100% !important;
	width: 100%;
}

.social
{
	height: 64px;
    width: 64px;
}

.tmm .tmm_member .tmm_textblock .tmm_sociallink img {

    width: 44px !important;
    height: 44px !important;
}

.theLOGO
{
	top:0px; width: 350px; height: auto; z-index: 100000; position: absolute;
}

@media (max-width: 367px) {
	.theLOGO
	{
		width: 100%;
	}
}

html{
		  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}
		canvas{
		  display:block;
		  vertical-align:bottom;
		}
		/* ---- particles.js container ---- */
		#particles-js{
		  width: 100%;
		  height: 100%;
		  background-color: #b61924;
		  background-image: url('');
		  background-size: cover;
		  background-position: 50% 50%;
		  background-repeat: no-repeat;
		}

#primary-menu
{
	background: #121f49;
}

.copright
{
	bottom: 0px;
	right: 0px;
	font-size: 12pt;
	color: #283b66 !important;
	position: absolute;
}