/*
Theme Name: anibraintheme
Theme URI: http://underscores.me/
Author: Shahaji Deshmukh
Author URI: http://anibrain.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anibraintheme
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.

anibraintheme is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://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
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

html {
    font-family: 'Oswald', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    background-color: #000000;
}

body {
    margin: 0; 
    background-color: #000000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 54px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 200;
    letter-spacing: 1.2px;
}

select option{
    font-weight: 200;
    outline: 0 none;
}
select option:focus{
    outline: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: 1.5px;
}

p {
    margin-bottom: 1em;
    margin-top: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    overflow-y: scroll;
}
#page{
    display: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

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; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    display: block;
}

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, .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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    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: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

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: #111;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #FFFFFF;
    text-decoration: none;
}

a:visited {
    color: #FFFFFF;
}

a:hover,
a:focus,
a:active {
    color: #FFFFFF;
}

a:focus {
    outline: 0 none;
}

a:hover,
a:active {
    outline: 0 none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }    
}

.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 {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    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;
    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;
}

/*--------------------------------------------------------------
# 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, /* Older / Newer Posts Navigation (always hidden) */
.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.33333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}

.clear{
    clear: both;
}
#masthead{
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 5;
}    
#masthead .site-branding {
    position: absolute;
    left: 0;
    top: 0;
}
#masthead .site-branding .site-logo{
    float: left;
    margin-top: 25px;
    margin-left: 10px;
}
#masthead .site-branding .site-logo img{
    max-width: 105px;
}
html .site-loader {
    background: url(images/spinner.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -website-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.bg-overlay{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: inline-block;
}

/****************************************

Site Navigation

****************************************/
#site-navigation{
    margin-top: 20px;
}
#site-navigation ul{
    margin: 0;
    padding: 5px 0;
    list-style: none;
    float: right;
    background-color: #000000;
}
#site-navigation ul li{
    display: inline-block;
    margin: 0;
    padding: 0 15px;
}
#site-navigation ul li a{
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 2px solid transparent;
}
#site-navigation ul li.current-menu-item a, #site-navigation ul li.current_page_item a,
#site-navigation ul li a:hover, #site-navigation ul li a:focus, #site-navigation ul li a:active{
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
#content .first-section{
    overflow: hidden;
    width: 100%;
    position: relative;
}

#content .parallax-background-image {
    background-image: url(images/bg/Artboard-home.png);
}
#content #work-page .parallax-background-image {
    background-image: url(images/bg/Artboard-work.png);
}
#content #careers .parallax-background-image {
    background-image: url(images/bg/Artboard-careers.png);
}
#content #contact-page .parallax-background-image {
    background-image: url(images/bg/Artboard-contact.png);
}

#content .second-section .parallax-background-image, #content #work-page .second-section .parallax-background-image,
#content #careers .second-section .parallax-background-image, #content #contact-page .second-section .parallax-background-image{
    background-image: url(images/bg/Artboard-logo.png);
}
#colophon .parallax-background-image {
    background-image: url(images/bg/Artboard-footer.png);
}
#content .parallax-background-image, #colophon .parallax-background-image {
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
#content .logo-and-tagline-section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    display: inline-table;
    z-index: 3;
}
#content .down-arrow {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    display: block;
    margin: 0;
    cursor: pointer;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 99999;
}
#content .down-arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 54px;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -12px -2px;
    opacity: 0.5;
}
#content .next-section a:hover .down-arrow:after{
    background-position: -12px -58px;
}
#content h1{
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 150px;
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px #000000, 1px 1px 0 #000000, 0px 0px 10px #000000;
}
#content .second-section{
    background-color: #000000;
    position: relative;
    overflow: hidden;
}
#content .second-section .second-section-inner{
    padding: 3%;
    position: relative;
    z-index: 2;
}
#content .second-section .second-section-inner .about-text-sep-logo {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 5;
}
#content .third-section{
    background-color: #FFFFFF;
    color: #000000;
    font-weight: 300;
}
#content .one-half .one-half-inner{
    padding: 6%;
}
#home-page .we-are-hiring-find-us-section-wrapper .one-half, #careers .third-section .one-half, #contact-page .third-section .one-half, #contact-page .fourth-section .one-half{
    position: relative;
}

.one-third{
    width: 33.3333%;
    float: left;
}
#content #request-form{
    background-image: none;
}
#movies-posters-section{
    position: relative;
}
#movies-posters-section .posters{
    float: left;
    width: 16.6666%;
}
#movies-posters-section .posters img{
    width: 100%;
    height: auto;
    display: block;
}
/*#movies-posters-section .movies-posters-overlay{
    background: rgba(0, 0, 0, 0.3);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    position: absolute;
}*/


div.wpcf7-validation-errors{
    color: #f00;
}

/********************************************

Home page

*****************************************/
#home-page h2{
    text-transform: uppercase;
    margin-bottom: 30px;    
}
#home-page .logo-and-tagline-section a{
    display: inline-table;
}    
#home-page .logo-and-tagline-section img{
    margin: 0 auto;
    max-width: 360px;
}

#home-page .logo-and-tagline-section .tagline{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #FFF;
    margin-top: 20px;
    /*margin-bottom: 30px;*/
    text-transform: uppercase;
    animation: box-anim4 1.8s ease-out;
    -moz-animation: box-anim4 1.8s ease-out;
    -webkit-animation: box-anim4 1.8s ease-out;
    font-size: 54px;
}
@keyframes box-anim4 {
    from { bottom: 2000px; opacity: 0; visibility: hidden;}
    to {bottom: 118px; opacity: 1; visibility: visible;}
}
@-moz-keyframes box-anim4 {
    from {bottom: 2000px; opacity: 0; visibility: hidden;}
    to {bottom: 118px; opacity: 1; visibility: visible;}
}
@-webkit-keyframes box-anim4 {
    from {bottom: 2000px; opacity: 0; visibility: hidden;}
    to {bottom: 118px; opacity: 1; visibility: visible;}
}
.service-names-section{
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, 0);
    -webskit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    z-index: 2;
    display: inline-table;
}
#home-page .service-names-section .services-names{
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-weight: 300;
    text-transform: lowercase;
    background-color: #000;
    padding: 0 10px;
    margin-top: 120px;
}
/*#home-page .we-are-hiring-find-us-section-wrapper .one-half .one-half-inner{
    padding: 0 5% 0 0;
}*/
#home-page .we-are-hiring-find-us-section-wrapper .one-half .one-half-inner .find-us-content h4{
    margin-bottom: 20px;    
}
#home-page .we-are-hiring-find-us-section-wrapper .one-half .one-half-inner .find-us-content h4.white-color{
    color: #FFFFFF;
    margin-bottom: 0px;
}
#home-page .view-opportunities-link{
    padding: 10px 0;
    float: left;
    width: 100%;
    margin-top: 20px;
}
#home-page .view-opportunities-link a{
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;    
    background: transparent;
    color: #000000;
    padding: 10px 50px;
    font-size: 18px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
#home-page .view-opportunities-link a:hover{
    border: 1px solid rgba(0, 0, 0, 1);
    background: #000000;
    color: #FFFFFF;
}
/*#home-page .image-overlay{
    background: url(images/video-layer.png);
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}*/
/*#content *[data-ix="example-tilt"] {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}*/
/*#home-page .bg {
    background: url(images/BG-Dots-and-Lines7.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;  put it below the text 
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;

    -webkit-transform: translate3d(0px, 0px, -30px);
    transform: translate3d(0px, 0px, -30px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 2000ms;
}*/
/*
#content .myClass{    
    transform: translateX(0px) translateY(0px) translateZ(-50px); 
}*/



/*#home-page .bg {
    z-index: 1;  put it below the text 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/BG-Dots-and-Lines7.png);
    background: url('images/bg/front.png') 0 0, url('images/bg/middle.png') 40% 0, url('images/bg/back.png') 80% 0, #000;
    background-repeat: repeat-x;
    background-position: center center;
    background-size: cover;
    -webkit-transition: left 300s linear;
    -moz-transition: left 300s linear;
    -o-transition: left 300s linear;
    transition: left 300s linear;
}
#home-page #bg-keyframes {
    -webkit-animation: moving-images 200s linear infinite;
    -moz-animation: moving-images 200s linear infinite;
    -o-animation: moving-images 200s linear infinite;
    animation: moving-images 200s linear infinite;
}
@keyframes moving-images {
    0%   {left:0;}
    50%  {left:-9999px;}
    100% {left:0;}
}
@-moz-keyframes moving-images { 
    0%   {left:0;}
    50%  {left:-9999px;}
    100% {left:0;}
}
@-webkit-keyframes moving-images { 
    0%   {left:0;}
    50%  {left:-9999px;}
    100% {left:0;}
}
@-o-keyframes moving-images { 
    0%   {left:0;}
    50%  {left:-9999px;}
    100% {left:0;}
}*/

/****************************************

Work Page

******************************************/
#work-page h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
#anibrain-showreel{
    position: relative;
    width: 100%;
}
#anibrain-showreel .anibrain-showreel-wrapper{
    padding: 3%;
}
#anibrain-showreel .anibrain-showreel-inner{
    max-width: 1280px;
    margin: 0 auto;
}
#work-page .video-showreel{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;    
}
#work-page .video-showreel iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#work-page .second-section h3, #work-page .third-section h3{
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 10px;
}
#work-page .second-section h3.work-reel-text{
    color: #D8D6D7;
    margin-bottom: 20px;
}
#work-page .third-section{
    padding: 3%;
}
#work-page .third-section ul{
    margin: 0;
    padding-left: 1.3em;
}
#work-form .one-half-form-fields{
    float: left;
    width: 50%;
}
#work-form .form-fields{    
    margin-bottom: 20px;
}
#work-form .remove-bottom-margin{
    margin-bottom: 0;
}
#work-form .form-fields .inputtext {
    font-size: 16px;
    background: #FFFFFF;
    padding: 8px;
    width: 90%;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #000000;
}
#work-form .form-fields textarea.inputtext{
    height: 165px;
}
#work-form .form-fields .wpcf7-submit{
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background: transparent;
    color: #FFFFFF;
    padding: 10px 50px;
    font-size: 18px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0 none;    
}
#work-form .form-fields .wpcf7-submit:hover, #work-form .form-fields .wpcf7-submit:focus{
    border: 1px solid rgba(255, 255, 255, 1);
    color: #000000;
    background: #FFFFFF;
}
#work-form div.wpcf7-response-output{
    float: left;
    width: 100%;
    text-align: center;
    border: 0px none;
    margin: 10px 0 0 0;
}
#work-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}
#work-form ::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}
#work-form :-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}
#work-form :-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

/****************************************

Careers Page

******************************************/
#careers h2 {
    text-transform: uppercase;
    margin-bottom: 30px;    
}
#careers .second-section h3, #careers .third-section h3{
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 10px;
}
#careers .second-section h4{
    color: #FFFFFF;
}
#careers .third-section .anibrain-positions ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#careers .third-section .anibrain-positions ul li{
    margin: 8px 0;
}
#careers .third-section .anibrain-positions ul.openings-list span {
    cursor: pointer;
}
#careers .third-section .anibrain-positions ul.openings-list .active-list, #careers .third-section .anibrain-positions ul.openings-list span:hover, #careers .third-section .anibrain-positions ul.openings-list .active-list span {
    color: #000000;
    font-weight: 400;
}

#careers .third-section .opening-description .current-opening-contents p a:hover{
    color: #6A6A6A;
}
#careers .third-section .opening-description {
    position: relative;
    min-height: 15px;
}
#careers .third-section .current-opening-loader{
    display: none;
    background: url("images/ajax-loader.gif");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -website-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
#careers .third-section .job-application-form .form-fields{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
}
#careers .third-section .job-application-form .form-fields label{
    font-size: 16px;
    float: left;
    margin-right: 20px;
    color: #000000;
}
#careers .third-section .job-application-form .form-fields .inputtext{
    float: left;
    width: 100%;
    font-size: 16px;
    background: #000000;
    padding: 5px;
    border: 1px solid #000000;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #FFFFFF;
}
#careers .third-section .job-application-form .form-fields .experience-text{
    font-size: 16px;
}
#careers .third-section .job-application-form .form-fields select{
    background-color: #000000;
    border: 1px solid #000000;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #FFFFFF;
}
#careers .third-section .job-application-form .form-fields .inputtext:focus, #careers .third-section .job-application-form .form-fields select:focus{
    background-color: #000000;
    border: 1px solid #000000;
}
#fileUpload{
    position: relative;
    overflow: hidden;
}
#fileUpload .upload-cv{
    background: url(images/download-btn.png);
    width: 32px;
    height: 30px;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: top center;
}
#fileUpload .cv-name{
    margin-left: 10px;
    margin-top: 4px;
    float: left;
}
#fileUpload label{
    width: auto !important;
}  
#fileUpload input{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#careers .third-section .job-application-form #job-app-buttons{
    position: relative;
}
#careers .third-section .job-application-form .form-fields #job-apply-btn{
    border: 1px solid rgba(0, 0, 0, 0.7);
    outline: 0 none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: transparent;
    text-shadow: none;
    text-decoration: none;
    color: #000000;
    padding: 10px 50px;
    font-size: 18px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0 none;
}
#careers .third-section .job-application-form .form-fields #job-apply-btn:hover, #careers .third-section .job-application-form .form-fields #job-apply-btn:focus{
    border: 1px solid rgba(0, 0, 0, 1);
    color: #FFFFFF;
    background: #000000;
}
#careers .third-section .job-application-form .jd-download-btn{
    position: absolute;
    top: 20px;
    left: 125px;
}  
#careers .third-section .job-application-form .form-fields span.wpcf7-not-valid-tip{
    font-size: 14px;
    float: left;
    width: 100%;
}
#careers .third-section .job-application-form .wpcf7-response-output{
    text-align: center;
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    font-size: 16px;
}
#careers .third-section .job-application-form .wpcf7-validation-errors{
    color: #f00;
}
#careers .third-section .job-application-form div.wpcf7-mail-sent-ok{
    border: 2px solid #FFFFFF;
}
#careers .third-section .job-application-form .form-fields .Hollywood-projects .radio-option .first{
    margin-left: 0 !important;
    margin-right: 20px !important;
    float: left;
}
#careers .third-section .job-application-form .form-fields .Hollywood-projects .radio-option .last{
    margin-left: 0 !important;
    float: left;
}
#careers .third-section .job-application-form .form-fields .Hollywood-projects .radio-option label{
    width: auto;
}
#careers .third-section .responsibility-content ul{
    margin: 0;
    padding: 0 0 0 20px;
}
#careers .third-section .current-opening-contents h5{
    margin-bottom: 5px;
}
#careers .third-section .current-opening-contents h5.experience-bot-space{
    margin-bottom: 10px;
}
#careers .third-section .current-opening-contents .responsibility-content .expand-collaps-content {
    height: 168px;
    overflow: hidden;
}
#careers .third-section .current-opening-contents .hide-show-responsibilities {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 1em;
}
#careers .third-section .current-opening-contents #view-more-about-job {
    cursor: pointer;
    float: right;
    background: #000000;
    padding: 0px 5px 3px 5px;
    font-size: 14px;
    margin-top: 10px;
    color: #FFFFFF;
}
#careers ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFFFFF;
}
#careers ::-moz-placeholder { /* Firefox 19+ */
    color: #FFFFFF;
}
#careers :-ms-input-placeholder { /* IE 10+ */
    color: #FFFFFF;
}
#careers :-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF;
}


/*********************************************

Contact Page

**********************************************/
#contact-page h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
#contact-page .second-section h3, #contact-page .third-section h3 {
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 10px;
}
#contact-page .second-section h4 {
    color: #FFFFFF;
}
#contact-page .third-section .get-in-touch-spacing{
    padding: 3% 3% 0 3%;
}
#contact-page .third-section .form-fields {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#contact-page .third-section .form-fields-last-field{
    margin-bottom: 0;
}
#contact-page .third-section .form-fields label {
    color: #999999;
    font-size: 20px;
    display: none;
}
#contact-page .third-section .form-fields .inputtext {
    font-size: 16px;
    background: #000000;
    padding: 8px;
    width: 80%;
    border: 1px solid #000000;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;    
    color: #FFFFFF;
}
#contact-page .third-section .form-fields textarea.inputtext{
    height: 226px;
}
#contact-page .third-section .form-fields .submitbutton{
    border: 1px solid #000000;
    outline: 0 none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: transparent;
    text-shadow: none;
    text-decoration: none;
    color: #000000;
    padding: 10px 50px;
    font-size: 18px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0 none;
}
#contact-page .third-section .form-fields .submitbutton:hover, #contact-page .third-section .form-fields .submitbutton:focus{
    border: 1px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
}
span.wpcf7-not-valid-tip{
    font-size: 14px;
    font-weight: 300;
}
#contact-page div.wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
    border: 0 none;
    margin: 0 0 3% 0;
}
#contact-page .fourth-section{
    background-color: #000000;
}
#contact-page .fourth-section iframe{
    display: block;
}
#contact-page .fourth-section .one-half .one-half-inner .find-us-content h4{
    margin-bottom: 20px;    
}
#contact-page .fourth-section .one-half .one-half-inner .find-us-content h4.white-color{
    color: #FFFFFF;
    margin-bottom: 0px;
}
#contact-page .fourth-section .one-half .one-half-inner a{
    display: inline-table;
}
#contact-page ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFFFFF;
}
#contact-page ::-moz-placeholder { /* Firefox 19+ */
    color: #FFFFFF;
}
#contact-page :-ms-input-placeholder { /* IE 10+ */
    color: #FFFFFF;
}
#contact-page :-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF;
}

/********************************

Content area

******************************/
#primary{
    padding: 80px 3%;
}
#primary h1{
    font-size: 30px !important;
}
#primary ul{
    margin: 20px 0;
}
/*#content .next-section{
    position: relative;
}*/


/********************************

Footer CSS

******************************/
#colophon{
    float: left;
    width: 100%;
    display: block;
    position: relative;
}
#colophon .footer-logo-container{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0;
    z-index: 3;
    position: relative;
}
#colophon .footer-logo-container a{
    display: inline-table;
}
#colophon .footer-logo-container .footer-logo{
    background: url(images/FooterLogo.png);
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: -5px -5px;
    width: 255px;
    height: 255px;
    display: block;
    z-index: 3;

}
#colophon .footer-logo-container .footer-logo:hover{
    background-color: #FFFFFF;
    background-position: -270px -5px;
}
#colophon .footer-bottom-container{
    padding-top: 30px;
    padding-bottom: 30px;
}
/*#colophon .footer-bottom-container .up-arrow{
    background: url(images/sprite.png) no-repeat -73px -18px;
    display: inline-block;
    width: 28px;
    height: 20px;
    margin-bottom: 10px;
}
#colophon .footer-bottom-container .back-to-top-container{
    padding-bottom: 10px;
    text-align: center;
}
#colophon .footer-bottom-container .back-to-top-container{
    text-transform: uppercase;
    color: #FFFFFF;
}
#colophon .footer-bottom-container .back-to-top-container #back-to-top{
    display: inline-block;
    z-index: 3;
    position: relative;
}    */
#colophon .footer-bottom-container .back-to-top-container #back-to-top:hover,
#colophon .footer-bottom-container .back-to-top-container #back-to-top:focus,
#colophon .footer-bottom-container .back-to-top-container #back-to-top:hover .up-arrow{
    cursor: pointer;
    background-position: -73px -74px;
}
#colophon .footer-bottom-container .social-links{
    text-align: center;
    margin: 15px 0;
    z-index: 3;
    position: relative;
}
#colophon .footer-bottom-container .social-links ul{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
#colophon .footer-bottom-container .social-links ul li{
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    list-style: none;
}
#colophon .footer-bottom-container .social-links ul li a{
    background: url(images/footer-sprite.png);
    background-repeat: no-repeat;    
    display: inline-block;
    width: 78px;
    height: 78px;
    background-color: #000000;
    border: 5px solid #FFFFFF;
}
#colophon .footer-bottom-container .social-links ul li a:hover{
    background-color: #FFFFFF;
    border-color: #000000;
}
#colophon .footer-bottom-container .social-links ul li.facebook a {
    background-position: 0 0;    
}
#colophon .footer-bottom-container .social-links ul li.facebook a:hover {
    background-position: 0 -68px;
}
#colophon .footer-bottom-container .social-links ul li.twitter a {
    background-position: -70px 0;    
}
#colophon .footer-bottom-container .social-links ul li.twitter a:hover {
    background-position: -70px -68px;    
}
#colophon .footer-bottom-container .social-links ul li.linkedin a {
    background-position: -140px 0px;    
}
#colophon .footer-bottom-container .social-links ul li.linkedin a:hover {
    background-position: -140px -68px;
}
#colophon .footer-bottom-container .social-links ul li.vimeo a {
    background-position: -205px 0px;
}
#colophon .footer-bottom-container .social-links ul li.vimeo a:hover {
    background-position: -205px -68px;
}

#colophon .footer-bottom-container .social-links ul li.pinterest a {
    background: url(images/footer-sprite2.png);
    background-position: 0px 0px;
    background-color: #000000;
}
#colophon .footer-bottom-container .social-links ul li.pinterest a:hover {
    background: url(images/footer-sprite2.png);
    background-position: 0px -66px;
    background-color: #FFFFFF;
}
#colophon .footer-bottom-container .social-links ul li.instagram a {
    background: url(images/footer-sprite2.png);
    background-position: -70px 0;    
    background-color: #000000;
}
#colophon .footer-bottom-container .social-links ul li.instagram a:hover {
    background: url(images/footer-sprite2.png);
    background-position: -70px -66px;  
    background-color: #FFFFFF;
}

#colophon .footer-bottom-container .social-links ul li.google-plus a {
    background: url(images/footer-sprite2.png);
    background-position: -140px 0px;   
    background-color: #000000;
}
#colophon .footer-bottom-container .social-links ul li.google-plus a:hover {
    background: url(images/footer-sprite2.png);
    background-position: -140px -66px;
    background-color: #FFFFFF;
}

/*#colophon .footer-bottom-container .social-links ul li.facebook a {
    background-position: 0 0;    
}
#colophon .footer-bottom-container .social-links ul li.facebook a:hover {
    background-position: 0 -68px;
}
#colophon .footer-bottom-container .social-links ul li.twitter a {
    background-position: -70px 0;    
}
#colophon .footer-bottom-container .social-links ul li.twitter a:hover {
    background-position: -70px -68px;    
}
#colophon .footer-bottom-container .social-links ul li.linkedin a {
    background-position: -140px 0px;    
}
#colophon .footer-bottom-container .social-links ul li.linkedin a:hover {
    background-position: -140px -68px;
}
#colophon .footer-bottom-container .social-links ul li.vimeo a {
    background-position: -205px 0px;
}
#colophon .footer-bottom-container .social-links ul li.vimeo a:hover {
    background-position: -205px -68px;
}*/


.site-info{
    text-align: center;
    color: #FFFFFF;
    padding: 5px 0;
    float: left;
    width: 100%;
}
.site-info a{
    color: #FFFFFF;
    text-decoration: none;
}


@media(min-width: 1600px){    
    .second-section .about-anibrain-description{
        width: 60%;
    }    
    #careers .third-section .job-application-form{
        width: 70%;
    }
}

@media(min-width: 1200px){    
    .second-section .about-anibrain-description{
        width: 70%;
    }    
    #careers .third-section .job-application-form{
        width: 80%;
    }
}

@media(min-width: 992px){    
    #home-page .we-are-hiring-find-us-section-wrapper .one-half,
    #careers .third-section .one-half,
    #contact-page .third-section .one-half,
    #contact-page .fourth-section .one-half{
        width: 50%;
        float: left;
    }
}

@media(max-width: 991px){
    #content .one-half .one-half-inner{
        padding: 3%;
    }
    #content #contact-page .third-section .one-half .one-half-inner{
        padding-bottom: 0;
        padding-top: 0;
    }
    #content #contact-page .get-in-touch-form{
        padding-bottom: 3%;
    }
    #content h1{
        font-size: 100px;
    }
}

@media(max-width: 767px){
    #content h1{
        font-size: 50px;
    }
    #masthead .site-branding .site-logo{
        margin-top: 20px;
    }
    #contact-page .third-section .form-fields .inputtext{
        width: 100%;
    }
    #site-navigation .menu-toggle {
        position: absolute;
        float: right;
        right: 15px;
        padding: 5px;
        margin: 0;
        background-color: #000000;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    #site-navigation .menu-toggle .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }
    #site-navigation .menu-toggle .icon-bar {
        background-color: white;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-bottom: 4px;
    }
    #site-navigation .menu-toggle .icon-bar:last-child{
        margin-bottom: 0;
    }
    #site-navigation .menu-toggle:hover, #site-navigation .menu-toggle:focus{
        outline: none;
    }
    #site-navigation .menu-main-navigation-container{
        position: absolute;
        width: 80px;
        float: right;
        background-color: rgb(40, 40, 40);
        right: 0;
        top: 44px;
        text-align: center;
    }
    #site-navigation ul{
        padding: 0;
    }
    #site-navigation ul li{
        width: 100%;
        padding: 0;
    }
    #site-navigation ul li a{
        width: 100%;
        height: 100%;
        display: inline-block;
        padding: 5px;
    }
    #home-page .logo-and-tagline-section{
        top: 30%;
    }
    #home-page .service-names-section{
        bottom: 10px;        
    }
    #home-page .service-names-section .services-names{
        font-size: 18px;
    }
    #home-page .logo-and-tagline-section img {
        max-width: 180px;
    }    
    #home-page .logo-and-tagline-section .tagline {
        margin-top: 2px;
        margin-bottom: 5px;
        font-size: 32px;
    }
    #home-page .logo-and-tagline-section .services-names {
        font-size: 16px;
    }
    #content .down-arrow{
        bottom: 2.5em;
    }    
    #content .down-arrow:after {
        height: 34px;
        background-position: -12px -20px;
    }
    #content .next-section a:hover .down-arrow:after{
        background-position: -12px -76px;
    }
    #content .second-section .second-section-inner, #content .one-half .one-half-inner, #work-page .third-section, #anibrain-showreel .anibrain-showreel-wrapper{
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #anibrain-showreel .anibrain-showreel-wrapper{
        padding-bottom: 0;
    }
    #contact-page .third-section .get-in-touch-spacing{
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #contact-page .fourth-section iframe{
        width: 100%;
    }
    #work-page .second-section h3, #work-page .third-section h3, #careers .second-section h3, #careers .third-section h3, #contact-page .second-section h3, #contact-page .third-section h3{
        font-size: 20px;
    }
    #content #contact-page .get-in-touch-form{
        padding-bottom: 40px;
    }
    .one-third{
        width: 100%;
    }
    #work-form .form-fields {
        width: 100%;
        margin-bottom: 20px;
    }
    #work-form .form-fields {
        width: 100%;
        margin-bottom: 20px;
    }
    #work-form .form-fields .inputtext{
        width: 100%;
    }
    #work-form .one-half-form-fields{
        width: 100%;
    }    
    #content .parallax-background-image, #colophon .parallax-background-image{
        background-position: center center !important;
        background-attachment: local;
    }
}

@media(max-width: 480px){
    #home-page .logo-and-tagline-section .tagline {
        font-size: 18px;
    }
    #home-page .service-names-section .services-names{
        font-size: 16px;
    }
    #colophon .footer-bottom-container .social-links ul li a{
        width: 64px;
        height: 64px;
    }
    #colophon .footer-bottom-container .social-links ul li.facebook a {
        background-position: -6px -6px;   
    }
    #colophon .footer-bottom-container .social-links ul li.facebook a:hover {
        background-position: -7px -74px;
    }
    #colophon .footer-bottom-container .social-links ul li.twitter a {
        background-position: -76px -6px;    
    }
    #colophon .footer-bottom-container .social-links ul li.twitter a:hover {
        background-position: -76px -75px;    
    }
    #colophon .footer-bottom-container .social-links ul li.linkedin a {
        background-position: -146px -6px;    
    }
    #colophon .footer-bottom-container .social-links ul li.linkedin a:hover {
        background-position: -146px -74px;
    }
    #colophon .footer-bottom-container .social-links ul li.vimeo a {
        background-position: -211px -6px;
    }
    #colophon .footer-bottom-container .social-links ul li.vimeo a:hover {
        background-position: -211px -74px;
    }



    #colophon .footer-bottom-container .social-links ul li.pinterest a {
        background-position: -7px -7px;  
        
    }
    #colophon .footer-bottom-container .social-links ul li.pinterest a:hover {
        background-position: -7px -74px;
        
    }
    #colophon .footer-bottom-container .social-links ul li.instagram a {
        background-position: -76px -7px; 
    }
    #colophon .footer-bottom-container .social-links ul li.instagram a:hover {
        background-position: -76px -74px;
    }

    #colophon .footer-bottom-container .social-links ul li.google-plus a {
        background-position: -146px -7px;
    }
    #colophon .footer-bottom-container .social-links ul li.google-plus a:hover {
        background-position: -146px -74px;
    }

}


@media screen and (max-height: 520px) {
    #home-page .service-names-section{
        bottom: 0;
    }
    #content .down-arrow {
        bottom: 32px;
    }
    #content .down-arrow:after{
        height: 30px;
        background-position: -12px -24px;
    }
    #content .next-section a:hover .down-arrow:after {
        background-position: -12px -80px;
    }
}

