/*

    font-family: 'fira_sansmedium';
    font-family: 'fira_sanssemibold_italic';
    font-family: 'fira_sansregular';
    font-family: 'fira_sansheavy';
    font-family: 'fira_sansitalic';
    font-family: 'fira_sanslight';
    font-family: 'fira_sansbook';
    font-family: 'fira_sansbold_italic';
    font-family: 'fira_sansbold';
    font-family: 'fira_sansbook_italic';

*/

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.cf:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.cf {
    display: inline-block;
}

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

body {
    font-family: 'fira_sansregular';
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    padding-top: 90px;
}

body,
html {
    height: 100%;
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0px 20px;
    position: relative;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
}

header#mainHdr {
    background-color: #732b90;
    box-sizing: border-box;
    color: #ffffff;
    height: 90px;
    left: 0px;
    position: absolute;
    top: 0px;
    -moz-transition: all 0s ease !important;
    -webkit-transition: all 0s ease !important;
    -o-transition: all 0s ease !important;
    transition: all 0s ease !important;
    width: 100%;
    z-index: 100;
}

header#mainHdr #mobileBtn {
    background-image: url(../images/mobile-btn.png);
    cursor: pointer;
    display: none;
    height: 53px;
    position: relative;
    right: -20px;
    width: 53px;
}

header#mainHdr #logo {
    display: block;
    position: relative;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

header#mainHdr #logo img {
    display: block;
    position: relative;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 2;
}

header#mainHdr #logo img#backlogo {
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    left: 26px;
    position: absolute;
    top: 24px;
    z-index: 1;
}

header#mainHdr #hdrRight {
    padding-top: 8px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 834px;
}

header#mainHdr #hdrRight #socialIcons {
    padding-left: 34px;
}

header#mainHdr #hdrRight #socialIcons a {
    background-color: #ac65c9;
    border-radius: 100%;
    color: #732b90;
    display: inline-block;
    font-size: 15px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 22px;
}

header#mainHdr #hdrRight #socialIcons a .fa {
    position: relative;
    top: 2px;
}

header#mainHdr #hdrRight #socialIcons a:hover {
    background-color: #ffffff;
}

header#mainHdr #hdrRight #phoneNumber {
    color: #ffffff;
    font-family: 'fira_sansheavy';
    font-size: 24px;
    line-height: 22px;
}

header#mainHdr #hdrRight #phoneNumber img {
    padding-right: 7px;
    position: relative;
    vertical-align: top;
}

header#mainHdr #hdrRight #phoneNumber a {
    color: inherit;
    text-decoration: none;
}

header#mainHdr #hdrRight #hdrRightBottom {
    text-align: center;
}

header#mainHdr #hdrRight #hdrRightBottom #navQuote {
    font-size: 18px;
    height: 30px;
    line-height: 31px;
    text-align: center;
}

header#mainHdr #hdrRight #hdrRightBottom #navQuote strong {
    font-family: 'fira_sansbold';
    font-weight: normal;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap {
    background-image: url(../images/navBG.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 29px;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul {
    color: #ffffff;
    letter-spacing: -4px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li {
    display: inline-block;
    font-family: 'fira_sansregular';
    font-size: 16px;
    letter-spacing: 0px;
    margin-right: 30px;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li::after {
    background-color: #e5a8fe;
    border-radius: 100%;
    content: '';
    display: block;
    height: 7px;
    left: -18px;
    position: relative;
    top: -18px;
    width: 7px;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li:last-child {
    margin-right: 0px;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li:first-child::after {
    display: none;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    height: 29px;
    line-height: 31px;
    text-transform: lowercase;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu {
    background-image: url(../images/drop-down-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    box-sizing: border-box;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    height: 0;
    left: 0px;
    padding: 0px 70px;
    position: absolute;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li {
    background-image: url(../images/menu-li-bg.png);
    background-position: 390px 0px;
    background-repeat: repeat-y;
    display: block;
    max-height: 0px;
    overflow: hidden;
    position: relative;
    text-align: left;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    vertical-align: top;
    width: 300px;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li.droneIcon a {
    background-image: url(../images/menu-drone.png);
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li.youtubeIcon a {
    background-image: url(../images/menu-youtube.png);
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li.livestreamIcon a {
    background-image: url(../images/menu-livestream.png);
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li.equipmentIcon a {
    background-image: url(../images/menu-lighting.png);
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li.voiceoverIcon a {
    background-image: url(../images/menu-voiceover.png);
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li.conceptIcon a {
    background-image: url(../images/menu-concept.png);
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li.scriptingIcon a {
    background-image: url(../images/menu-scripting.png);
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li.locationIcon a {
    background-image: url(../images/menu-location.png);
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li.budgetingIcon a {
    background-image: url(../images/menu-budgeting.png);
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li.animationIcon a {
    background-image: url(../images/menu-3d-animation.png);
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li:hover {
    background-position: 0px 0px;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li a {
    background-position: 0px 6px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-family: 'fira_sansbook_italic';
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    overflow: visible;
    padding-left: 70px;
    text-transform: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    vertical-align: top;
    white-space: nowrap;
    width: 300px;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li ul.sub-menu li a:hover {
    background-position: 5px 6px;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li:hover ul.sub-menu {
    height: auto;
    padding-bottom: 30px;
    padding-top: 50px;
}

header#mainHdr #hdrRight #hdrRightBottom #navWrap ul li:hover ul.sub-menu li {
    max-height: 70px;
}

footer {
    background-color: #2b003b;
    color: #ffffff;
}

footer #videoTicker {
    background-color: #ffffff;
    border-bottom: solid 8px #732b90;
    border-top: solid 8px #732b90;
    height: 524px;
    position: relative;
}

footer #footer {
    background-image: url(../images/footer-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 28px;
    padding-top: 28px;
}

footer #footerNavWrap {
    padding-top: 10px;
}

footer #footerNavWrap ul {
    color: #ffffff;
    letter-spacing: -4px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer #footerNavWrap ul li {
    display: inline-block;
    font-family: 'fira_sansregular';
    font-size: 16px;
    letter-spacing: 0px;
    margin-right: 40px;
    position: relative;
}

footer #footerNavWrap ul li::after {
    background-color: #e5a8fe;
    border-radius: 100%;
    content: '';
    height: 7px;
    position: absolute;
    right: -24px;
    top: 12px;
    width: 7px;
}

footer #footerNavWrap ul li:last-child {
    margin-right: 0px;
}

footer #footerNavWrap ul li:last-child::after {
    display: none;
}

footer #footerNavWrap ul li a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    height: 29px;
    line-height: 31px;
    text-transform: lowercase;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

footer #footerNavWrap ul li .sub-menu {
    display: none;
}

footer #footerNavWrap ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

footer #footerSocial a {
    background-color: #ac65c9;
    border-radius: 100%;
    color: #2b003b;
    display: block;
    font-size: 15px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 4px;
    text-align: center;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 22px;
}

footer #footerSocial a:last-child {
    margin-bottom: 0px;
}

footer #footerSocial a .fa {
    position: relative;
    top: 2px;
}

footer #footerSocial a:hover {
    background-color: #ffffff;
}

footer #footer-2 {
    border-left: solid 1px #95809d;
    border-right: solid 1px #95809d;
    margin: 0px 18px;
    padding: 0px 29px;
}

footer #footerBtmLinks {
    color: #95809d;
    font-family: 'fira_sanslight';
    line-height: 22px;
    padding-top: 38px;
}

footer #footerBtmLinks img {
    padding-right: 7px;
    position: relative;
    vertical-align: top;
}

footer #footerBtmLinks a {
    color: #ffffff;
    font-family: 'fira_sansheavy';
    font-size: 20px;
    text-decoration: none;
    text-transform: lowercase;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

footer #footerBtmLinks a:hover {
    color: #732b90;
}

footer #footerBtmLinks span.linkdivider {
    background-color: #95809d;
    display: inline-block;
    height: 16px;
    margin: 0 15px;
    width: 1px;
}

footer #footerBtmLinks a#emaillink img {
    position: relative;
    top: 4px;
}

footer #footerForm {
    padding-top: 32px;
}

footer #footerForm p {
    margin: 0px;
    padding: 0px;
}

footer #footerForm h3 {
    background-image: none;
    color: #ffffff;
    font-family: 'fira_sansbold';
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

footer #footerForm input {
    background-color: transparent;
    border: solid 2px #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-family: 'fira_sansbook_italic';
    font-size: 14px;
    height: 28px;
    padding-left: 10px;
    width: 151px;
}

footer #footerForm input[type='submit'] {
    border: 0px;
    font-family: 'fira_sansheavy';
    font-size: 20px;
    height: auto;
    line-height: 20px;
    width: auto;
}

footer #footerForm button {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'fira_sansheavy';
    font-size: 20px;
    height: auto;
    line-height: 20px;
    padding: 12px 37px;
    text-decoration: none;

    width: auto;
}

#contentWrap #imagePanelWrap {
    background-position: center top;
    background-repeat: no-repeat;
}

#contentWrap #textPanelWrap {
    background-color: #2b003b;
    border-bottom: solid 8px #732b90;
    border-top: solid 8px #732b90;
    color: #ffffff;
    font-family: 'fira_sanslight';
    font-size: 30px;
    line-height: 33px;
    padding: 22px 0px;
}

#contentWrap #textPanelWrap p {
    margin: 0px;
    padding: 0px;
}

#contentWrap #textPanelWrap p strong {
    font-family: 'fira_sansbold';
    font-weight: normal;
}

#contentWrap #textPanelWrap p strong em {
    font-family: 'fira_sansbold_italic';
    font-style: normal;
    font-weight: normal;
}

.purpleContent {
    background-color: #2b003b;
    background-image: url(../images/gradient-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

h1#pageTitle {
    color: #2b003b;
    font-family: 'fira_sanslight';
    font-size: 21px;
    font-weight: normal;
    height: 75px;
    line-height: 75px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

.purpleContent h1#pageTitle {
    color: #ffffff;
}

#ourCustomersWrap {
    background-color: #ffffff;
    background-image: url(../images/our-customers-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: solid 8px #732b90;
    border-top: solid 8px #732b90;
    height: 266px;
}

#ourCustomersWrap h3 {
    background-image: none;
    color: #2b003b;
    font-family: 'fira_sanslight';
    font-size: 30px;
    font-weight: normal;
    height: 80px;
    line-height: 80px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

#clientsTicker {
    position: relative;
}

#clientsTicker div.scrollingHotSpotRight,
#clientsTicker div.scrollingHotSpotRight span.hover,
#clientsTicker div.scrollingHotSpotLeft,
#clientsTicker div.scrollingHotSpotLeft span.hover {
    height: 2px !important;
}

#clientsTicker .tickerItem {
    display: table;
    float: left;
    height: 165px;
    margin-right: 70px;
}

#clientsTicker .tickerItem .tickerItemInner {
    display: table-cell;
    vertical-align: middle;
}

#clientsTicker .tickerItem .tickerItemInner img {
    display: block;
}

h3 {
    background-image: url(../images/case-study-top-dot-bg.png);
    background-position: 0 13px;
    background-repeat: repeat-x;
    color: #2b003b;
    font-family: 'fira_sansregular';
    font-size: 21px;
    font-weight: normal;
    margin: 0px;
    margin-top: 40px;
    padding: 0px;
    text-align: left;
    text-transform: uppercase;
}

.dotDivider {
    background-image: url(../images/case-study-top-dot-bg.png);
    background-repeat: repeat-x;
    height: 3px;
    margin: 15px 0px;
}

h3 span {
    background-color: #ffffff;
    display: inline-block;
    padding-right: 5px;
}

.innerPadding {
    padding: 0px 50px;
}

#csFormWrap {
    background-image: url(../images/cs-form.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    top: -132px;
}

#csFormWrap #csFormInner {
    background-image: url(../images/cs-form-logo-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px 30px;
}

#csFormWrap h3 {
    background-image: none;
    color: #ffffff;
    font-family: 'fira_sanssemibold_italic';
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 13px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

#csFormWrap p {
    margin: 0px;
    padding: 0px;
}

#csFormWrap input,
#csFormWrap textarea {
    background-color: #ffffff;
    border: 0px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #2b003b;
    display: block;
    font-family: 'fira_sansitalic';
    font-size: 15px;
    height: 39px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 213px;
}

#csFormWrap textarea {
    height: 116px;
    padding-top: 5px;
    width: 100%;
}

#csFormWrap input[type='submit'] {
    background-color: #2b003b;
    border: solid 2px #ffffff;
    color: #ffffff;
    cursor: pointer;
    font-family: 'fira_sanssemibold_italic';
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#csFormWrap input[type='submit']:hover {
    background-color: #5b007d;
}

.ajax-loader {
    position: absolute;
}

#csFormWrap .plumText {
    background-image: url(../images/plum-productions-text.png);
    background-repeat: no-repeat;
    bottom: -67px;
    height: 67px;
    left: 0px;
    position: absolute;
    width: 499px;
}

#goodlCap {
    height: 30px;

    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);

    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;

    width: 200px;
}

#posH1 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

footer.comment-meta {
    background-color: transparent;
    ;
    color: #2b003b;
}

#sfm-sidebar .sfm-menu li>a span {
    font-family: 'fira_sanslight' !important;
    font-size: 20px !important;
}

#sfm-sidebar .sfm-menu li ul li a span {
    font-size: 16px !important;
}

#sfm-sidebar .sfm-view-level-1,
#sfm-sidebar ul.sfm-menu-level-1 {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

#sfm-sidebar li.sfm-active-class>a {
    background-color: #732b90 !important;
    color: #ffffff !important;
}

.flex-row {
	display: flex;
}

.flex-row.align-center {
	align-items: center;
}

.flex-row.align-baseline {
	align-items: baseline;
}

.flex-row.space-around {
	justify-content: space-around;
}

.flex-row.space-between {
	justify-content: space-between;
}