body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

#header a {
    color: #3A97EB;
        -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#header a:hover {
    color: #1C2F7D;
}
..img {
    max-width: 100%;
    height: auto;
}
p {
    font-weight: 400;
    line-height: 1.5em;
    font-size: 1em;
    /*color: #152f55;*/
}




..article, aside, details, figcaption, figure, figcaption, footer, header, menu, nav, section, video {
    display: block
}

#header .container,
#footer .container,
.credit .container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    overflow: auto;
}

#header .container {
    overflow: hidden;
    height: 130px;
    /* display: flex; */
    padding: 0 20px;
    }

#header  {
    /* height: 132px; */
    background: #fff;
    z-index: 9999;
    position: fixed;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    top: 0;
	height: 188px;
}

#header.sticky {
    /* height: 63px; */
    /* background: rgba(15, 39, 72, 0.9); */
    -webkit-box-shadow: 0 0 1rem rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.50);
    box-shadow: 0 0 1rem rgb(0 0 0 / 50%);
	height: auto;
}

#header.sticky .container {
	height: auto;
}



#header .logo {/* width: 33%; */float: left;}



#header .logo img {
    width: 242px;
    padding: 0 0 21px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
    margin: 17px 0 0 0;
    }

#header.sticky .logo img {
    width: 141px;
    padding: 10px 0;
    margin: 0;
}



#header .tabs {
    text-align: right;
    /* display: block; */
    position: absolute;
    right: 20px;
}

#header .tab-mv {
    background-color: #1C2F7D;
    border-radius: 0 0 5px 5px;
    width: 126px;
    height: 40px;
    text-align: center;
    display: inline-block;
	margin: 0 4px 0 0;
    /* border-top: 1px solid #1C2F7D; */
 }

#header .tab-mv img {
    width: 76px;
	 filter: brightness(0) invert(1);

}


#header .tab-mv a {
    display: block;
    width: 126px;
    height: 40px;
    padding: 13px 0 0 0;
 }


#header .tab-mv:hover {
    background-color: #001052;
 }

#header .tab-animedix {
    background-color: #fff;
    border: solid 2px #33F042;
    border-radius: 0 0 5px 5px;
    width: 122px;
    height: 41px;
    text-align: center;
    display: inline-block;
    border-top: solid 1px #fff;
 }

#header .tab-animedix:hover {
    background-color: #33F042;
    border-top: solid 1px #33F042;
}

#header .tab-animedix:hover img {

    filter:  brightness(0) invert(1);
}

#header .tab-animedix img {
    width: 78px;
    margin: 0 12px 0 0;
}

#header .tab-animedix a {
    display: block;
    /* width: 120px; */
    height: 40px;
    padding: 13px 0 0 0;
    background: url(../images/tab-animedix-arrow.png) 0 no-repeat;
    background-size: 7px;
    background-position: 102px 14px;
 }


nav.site-nav {
    padding: 23px 0 0 0;
}
nav.site-nav ul li {
    list-style-type: none;
    float: left;
    text-transform: uppercase;
    font-size: 0.95em;
    margin: 0 0 0 25px;
    font-weight: 500;
}
nav.site-nav ul li a {
    color: #fff;
    text-decoration: none;
    -o-transition: color .2s;
    -ms-transition: color .2s;
    -moz-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s;
}
nav.site-nav ul li a:hover {
    color: #35000f;
}

#header .email  {
    /* display: block; */
    position: relative;
    width: 416px;
    float: right;
    top: 64px;
    z-index: 999;
}

#header .phone {
    /* display: block; */
    position: relative;
    /* width: 260px; */
    float: right;
    top: 55px;
    z-index: 999;
}

#header.sticky .phone,
#header.sticky .email {
    display: none;
}

#header .email p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.6em;
    display: inline;
    font-weight: 500;
    line-height: 2rem;
    top: 2px;
    position: relative;
    }

#header .phone p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.3em;
    display: inline;
    font-weight: 500;
    line-height: 2.3rem;
    position: relative;
    top: 8px;
    }

#header .email a,
#header .phone a
 {
    text-decoration: none;

}

#header .email img,
#header .phone img {
    width: 41px;
    display: inline;
    position: relative;
    top: 0px;
    margin: 0 10px 0 0;
}


h2 {
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    color: #152F55;
    font-size: 2.3em;
    letter-spacing: -1px;
}
h3 {
    font-size: 2.2em;
    color: #152F55;
    margin: 30px 0 11px 0;
}

main {
    position: relative;
    top: 217px;
    height: auto;
}

/*
.title-banner {
    background-color: #009FED;
    padding: 59px 0;
    margin: auto;
    text-align: center;
}
*/

.title-banner h1 {
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    font-size: 3.7em;
    line-height: 1em;

    margin: 0;
    text-transform: uppercase;
}

.title-banner p {
    color: #1C2F7D;
    font-size: 1.5em;
    line-height: 1.1em;
    margin: 0 0 10px 0;
    font-weight: 700;
}


.worked-with .slide-item {
	background: #fff;
}


nav[aria-labelledby=posts-nav-label] {
	position: relative;
	top: 217px;
	margin: 30px 0;
}

.lg-outer {
    width: 90%;
    height: 90%;
    top: 217px;
}

.endfooter {
	position: relative;
	top: 220px;
}


.endfooter .credentials img {
	width: 175px;
	margin: 10px 0 10px 0;
}

.endfooter .credentials {
	float: left;
}

.endfooter.container {
	max-width: 1280px
}


.credit {
	float: right;
	text-align: right
}

.credit p {
	margin: 0;
	padding: 0;
	text-align: right;
}

@media screen and (max-width: 1400px) and (max-device-width: 1400px) {


    #header .logo {
        /* margin: 37px 0 0 20px; */
    }
#header.sticky .logo {
    /* margin: 22px 0 0 20px; */
    /* width: 111px; */
    /* height: 24px; */
    }




h1 {
       font-size: 2em;
    }


h2 {
       font-size: 2em;
    }



}


#footer {
    background-color: #859EAA;
    position: relative;
    top: 217px;
    padding: 17px 0 18px 0;
}


#footer ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    top: 6px;
    position: relative;
}


#footer li {
    float: left;
    list-style: none;
    position: relative;
    margin: 0 25px 0 0;
    font-weight: 600;
    font-size: 0.9em;
}


#footer li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


#footer .social {
  float: right;
}



#footer .social img {
    width: 32px;
    margin:0 0 0 10px;
}


#footer .social a:hover img {
    opacity: 0.6

}

.credit {

    padding: 32px 0 10px 0;
    display: block;
    min-height: 58px;
}

.credit p:first-child {
   /* float: left; */
    color: #1C2F7D;
    font-size: 0.9em;
}

.credit p:last-child {
   /* float: right; */
    font-size: 0.9em;
}



.credit p:last-child a {
    color: #859EAA;
    text-decoration: none;
}


@media screen and (max-width: 1100px) and (max-device-width: 1100px) {
	#cssmenu>ul>li {
    margin: 0 6px;
}
}


@media screen and (max-width: 1023px) and (max-device-width: 1023px) {

	#header {
		height: auto;
	}

#header .container,
#footer .container,
.credit .container {
        padding: 0 20px;
    }



#header .container {
        /* padding: 0; */
	height: auto;
    }


#header .logo {
    /* margin: 22px 0 0 20px; */
    /* width: 111px; */
    /* height: 24px; */
}


main,
#footer,
.credit {
    top: 0;
    text-align: center;
}

main {
    top: 27px !important;
}
	
	
.main-content {
    margin: -39px auto;
}

#header {
    /* height: 63px; */
    position: relative;
}


#header .email p,
#header .phone p {
    display: none;
}

#header .email,
#header .phone {
    width: auto;
}


#header .phone {
    top: 5px;
    right: 46px;
}


#header .email {
    top: 5px;
    right: 40px;
}


#header .email img,
#header .phone img {
    width: 53px;
}


#header .tabs {
    display: none;
}

#header .logo img {
    width: 141px;
    margin: 10px 0 0 0;
    padding: 0px 0 12px 0;
}

nav[aria-labelledby=posts-nav-label] {
    top: initial;
}
	
.endfooter {
    top: 0px;
}
}




@media screen and (max-width: 900px) and (max-device-width: 900px) {


h2 {
    font-size: 1.5em;
}

    .row_call-to-action h2 {
    padding: 0;
}


h3 {
    font-size: 1.4em;
}

.home-product-card h4 {
    font-size: 2em !important;
}
	
.psb-subheading {
    font-size: 1.3rem !important;
    line-height: 1.5rem !important;
}
	
p {

        font-size: 1em;
    }



#footer .social {
    float: none;
    text-align: c;
}


#footer ul {
    top: 0;
    margin: 20px 0 40px 0;
    text-align: center;
}



#footer li {
    float: none;
    margin: 10px 0 20px 0;
}


#footer .social img {
    margin: 0 10px 0 0;
}


.credit p {
    float: none !important;
}
}















@media screen and (max-width: 1400px) and (max-device-width: 1400px) {


#header .logo {
        /* margin: 37px 0 0 20px; */
    }
#header.sticky .logo {
    /* margin: 22px 0 0 20px; */
    /* width: 111px; */
    /* height: 24px; */
    }


h1 {
       font-size: 2em;
    }


h2 {
       font-size: 2em;
    }



}




@media screen and (max-width: 1023px) and (max-device-width: 1023px) {


#header .container,
#footer .container,
.credit container {
        padding: 0 20px;
    }



#header .container {
        /* padding: 0; */
	z-index: 999;
    }


#header .logo {
    /* margin: 22px 0 0 20px; */
    /* width: 111px; */
    /* height: 24px; */
}


main {
    top: 0;
}

.main-content {
    margin: -39px auto;
}

#header {
    /* height: 63px; */
    position: relative;
}


#header .email p,
#header .phone p {
    display: none;
}

#header .email,
#header .phone {
    width: auto !important;
}


#header .phone {
    top: 11px;
    right: 46px;
}


#header .email {
    top: 11px;
    right: 40px;
}


#header .email img,
#header .phone img {
    width: 53px;
}


#header .tabs {
    display: none;
}

#header .logo img {
    width: 141px !important;
    margin: 10px 0 0 0 !important;
    padding: 0px 0 12px 0 !important;
}


}



@media screen and (max-width: 900px) and (max-device-width: 900px) {


h2 {
    font-size: 1.5em;
}

    .row_call-to-action h2 {
    padding: 0;
}


h3 {
    font-size: 1.4em;
}

p {

        font-size: 1em;
    }

}



.bodytext {
	font-family: 'Lato',sans-serif;
    font-size: 1.15rem;
    color: #4d4d4d;
    font-weight: 400;
    line-height: 1.8rem;
}


.psb-header {
	position: relative;
text-align: center;
margin: 0 auto 0 auto;
width: fit-content;
}


.psb-header h3 {
	color: #1c2f7d;
    font-size: 3.6rem;
    line-height: 1;
    font-family: 'Barlow Condensed',sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    display: inline;
    margin: 0 0 0px 49px;


}


.psb-header h3::before {
	position: absolute;
	left: 0;
    background: transparent url(/wp-content/themes/mvt/images/header-cog.png) 0px 9px no-repeat;
	background-size: 41px;
    width: 41px;
	height: 61px;
    content: '';
}





.get-in-touch-block.psb .psb-header h3 {
    color: #fff;

}



.get-in-touch-block.psb p {
    font-size: 1.1rem;

}

.get-in-touch-block.psb a {
    color: #fff;

}

.get-in-touch-block.psb .wpcf7 input {
	background-color: #fff;
    border-radius: 7px;
    border: none;
	box-shadow: inset 4px 4px 6px #b3b3b3;
	margin: 0 0 15px 0;
}

.get-in-touch-block.psb .wpcf7 textarea {
	background-color: #fff;
    border-radius: 7px;
    border: none;
	box-shadow: inset 4px 4px 6px #b3b3b3;
}


.send-btn {
	background: none;
    background-color: #009FED;
    height: 42px;
    min-height: inherit;
    border: none;
    border-radius: 5px;
}

.get-in-touch-block.psb .send-btn .btn-label {
color: #fff;
    bottom: 0;
    position: relative;
    margin: auto;
}

.get-in-touch-block.psb .label-text {
	margin: 0;
}

.psb-subheading
{
	font-family: 'Lato', sans-serif;
	font-size: 1.5rem;
	text-align: center;
	color: #009fed;
	margin: auto;
	display: block;
}


.get-in-touch-block.psb .standout-header.glyph-none .heading {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
     font-family: 'Barlow Condensed', sans-serif;
     text-transform: uppercase;
     text-align: center;
}



.get-in-touch-block.psb .standout-header.glyph-none .subheading {
	font-family: 'Lato', sans-serif;
	color: #009FED;
}



.get-in-touch-block.psb {
	color: #fff;
}

/*
.title-banner {
    padding: 59px 0;
    margin: auto;
    text-align: center;
}
*/



.home-hero img,
.home-products img {
	-webkit-mask-image: none;
	mask-image: none;
}


.home-hero .wpb_single_image.wpb_content_element {
	margin: 0 10px 20px 10px;
}

.home-hero .vc_column-inner {
	padding: 0;
}

.home-product-card h4 {
	font-family: 'Barlow Condensed', sans-serif;
    color: #1C2F7D;
    font-size: 2.4em;
    line-height: 1em;
    margin: 0 0 20px 0;

}

.home-product-card h4 a {
    color: #1C2F7D;
	display: block;
	    background: transparent url(/wp-content/themes/mvt/images/home-products-arrow.png) right 16px no-repeat;
	background-size: 9px;

}

.home-product-card h4 a:hover {
    color: #009FED;
	text-decoration: none;

}


.home-product-card img {
	border-radius: 10px;
	transition: all 0.2s ease;
}

.home-product-card img:hover {
	opacity: 0.8;
}

.home-product-card .wpb_text_column.wpb_content_element {
	border-radius: 10px;
	background-color: #fff;
	color: #4d4d4d;
	position: relative;
    top: -20px;
-webkit-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.46);
box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.46);

}

.new-standout-button.l-left  {
text-align: left;

}

.new-standout-button.l-centre  {
text-align: center;
	margin: auto;

}


.new-standout-button a {
	background: #009FED;
    border-radius: 5px;
    padding: 14px 20px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
  	transition: all 0.2s ease;


}

.new-standout-button a:hover {
	background: #081858;
	text-decoration: none;

}




.new-standout-button.green a {
	background: #00FC14;
    color: #1C2F7D;
}


.new-standout-button.green a:hover {
	background: #081858;
    color: #fff;
}


@media screen and (max-width: 768px) and (max-device-width: 768px) {

.home-hero div:nth-child(3) {
	display: none;
}


.home-hero .vc_col-sm-4 {
	width: 50%;
	float: left;
}

.home-hero .wpb_single_image.wpb_content_element {
    margin: 0 5px 10px;
}

.home-products {
	padding: 0 20px !important;
}

.psb-header h3 {
    font-size: 2.6rem;
    line-height: 1;
    margin: 0 0 0px 40px;
}
	
.psb-header h3::before {
    background: transparent url(/wp-content/themes/mvt/images/header-cog.png) 0px 9px no-repeat;
    background-size: 31px;
    width: 31px;
    height: 46px;
    content: '';
}
	
.endfooter .credentials {
	float: none;
    text-align: center;
}
	
.credit  {
	float: none;
	}
	
	.credit p {
		text-align: center;
	}
	
	.credit {
    padding: 10px 0 10px 0;
}
}



@media screen and (min-width: 768px) and (min-device-width: 768px) {

.worked-with {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

	.home-product-card img {
	object-fit: cover;
    width: 100%;
	height: 320px;
}
	.home-product-card .wpb_text_column.wpb_content_element {
		min-height: 190px;
	}
}

/*fixes for bootstrap conflicts)*/

/*
.container {
overflow:hidden;
}
*/

.wrapper {
padding:0;margin-top:-30px;
}
.site-main {
padding-top:0;
}

.navbar-brand {
padding:0;
}

.button::after {
height:8px;
}

/*	
#header .email img,
#header .phone img {margin:10px 10px 40px 0;}

@media screen and (max-device-width: 1023px), screen and (max-width: 1023px) {
	
/*	
	#header .email img,
	#header .phone img {
	margin:0 10px 0 0;
	}
	
}
*/

/*Animedix-specific page styles*/

body.animedix-site #header .logo img {
    width: 272px;
    padding: 0px 0 16px 0;
    margin: 9px 0 0 0;
}

body.animedix-site #header.sticky .logo img {
    width: 141px;
    padding: 10px 0;
    margin: 0;
}


body.animedix-site #header .tab-animedix {
    background-color: #33F042;
    border: solid 2px #33F042;
    border-top: solid 1px #33F042;
    height: 40px;
}

body.animedix-site #header .tab-animedix a {
	background-image:none;
}



body.animedix-site #header .tab-animedix img {
	margin: 0;
	filter: brightness(0.54) contrast(3) hue-rotate(101deg) saturate(1.16) ;


}


body.animedix-site #header .tab-mv {
    background-color: #fff;
    border: solid 2px #77CCF5;
    border-radius: 0 0 5px 5px;
    /* width: 122px; */
    height: 41px;
    text-align: center;
    display: inline-block;
    border-top: solid 1px #fff;
}

body.animedix-site #header .tab-mv a {
    display: block;
    /* width: 120px; */
    /* height: 40px; */
    padding: 13px 0 0 0;
    background: url(/wp-content/themes/mvt/images/tab-mv-arrow.png) 0 no-repeat;
    background-size: 7px;
    background-position: 102px 14px;
}

body.animedix-site #header .tab-mv:hover {
    background-color: #1C2F7D;
	border: solid 2px #1C2F7D;
	border-top: solid 1px #1C2F7D;
}


body.animedix-site #header .tab-mv img {
    margin: 0 12px 0 0px;
	filter: none;
}


body.animedix-site #header  .email {
    width: 298px;
}


body.animedix-site #cssmenu {
background:#33F042;
	
}

body.animedix-site #cssmenu ul {
    width: 1110px;
    margin: auto;
}

body.animedix-site #cssmenu ul li a:hover {
    background-color: #99F8A0;

}

body.animedix-site #cssmenu > ul > li > a {
color:#1C2F7D;
}


@media screen and (max-width: 1023px) and (max-device-width: 1023px) {

body.animedix-site #cssmenu > ul > li {
    float: none;
    border-top: 1px solid #fff;
    background-color: #33F042;
}

}