.deckgrid[deckgrid]::before {
    /* Specifies that the grid should have a maximum of 4 columns. Each column will have the classes 'column' and 'column-1-4' */
    content: '3 .column.column-1-3';
    font-size: 0; /* See https://github.com/akoenig/angular-deckgrid/issues/14#issuecomment-35728861 */
    visibility: hidden;
}

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

}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 

}


@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){ 
     .deckgrid[deckgrid]::before {
         content: '1 .column.column-1-1';
     }
     

     .footer-class {
        padding-bottom: 100px;
        color: #acaeab;
        padding-left: 45px;
    }     


    .footer-logo{
    	width: 200px;
    }
    
    .scroll-to-top {
    width: 100px;
    height: 100px;
    position: fixed;
    right: -40px !important;
    top: 92% !important;
    z-index: 1;
}
    
    .load-more-posts {
        font-size: 26px !important;
        margin-left: calc(50% - 124px) !important;
        margin-top: 59px !important;
    }

    .image-overlay-text{
	    font-size: 20px !important;
	    left: calc(50% - 95px) !important;
	    top: calc(42% - 98px) !important;
        margin-top: 90px !important;
    }

    .image-overlay-icon {
        font-size: 59px !important;
    }

    .a-card:hover .image-overlay-button {
        top: calc(45% - 88px) !important;
        left: calc(50% - 37px) !important;
    }



    .contact-area{
    	margin-left: 60px !important;
    	top: 100px !important;
    }

    #contact{
    	height: 700px !important;
    }

    .myCol-3{
    	width: 200px !important;
    }

    .myCol-2{
    	width: 200px !important;
    }

    h2{
    	font-size: 40px !important;
    	margin-left: 0px !important;
    }

    ul[rn-carousel] {
    	height: 100vh !important;
    }

    iframe{
    	height: 100vh !important;
    }

    .highlights-icon{
    	left: calc(50% - 20px) !important;
    }

    #services{
    	height: 100vh !important;
    }

    #reel{
    	margin-left: 0px !important;
    	margin-right: 0px !important;
    }

    .backgroundCover{
    	height: 100vh !important;
    }

    .rn-carousel-controls{
		bottom: 66vh !important;
	}
    
    
    

/*    .footer-class{
    	margin-left: 60px !important;
    }*/
}

.load-more-posts{
    margin-left: calc(50% - 160px);
    margin-top: 54px;
    font-size: 38px;
}

.deckgrid .column {
    float: left;
}

.deckgrid .column-1-1 {
    width: 100%;
}

.deckgrid .column-1-3 {
    width: 32%;
    margin: 0.65%;
    cursor: pointer;
    position: relative;
}

.deckgrid {
	overflow: hidden;
}

.highlight-gradient{
	width: 100%;
	height: 500px;
	position: absolute;
	bottom: 250px;
}

.fade-class.ng-enter{
	transition: 1s linear all;
	opacity:0;
}

.highlights-scroll{
	overflow: scroll;
	height: 800px;
	
}

.iframe-player{
	margin-top:20%;	
}

.fade-class.ng-enter-stagger{
	transition-delay: 0.1s;
	transition-duration:0s;
}

.fade-class.ng-enter.ng-enter-active{
	opacity:1;
}


.a-card img{
	width: 100%;
	/*margin-bottom: 40px;*/
}

.a-card{
	position: relative;

}

.b-card img{
	width: 100%;
	/*margin-bottom: 40px;*/
}

.b-card{
	position: relative;

}

.image-overlay{
	background: rgba(34,34,34,0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
}

.image-overlay-button{
/*	background: white;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
/*    height: 70px;
    width: 70px;*/
    /* margin-top: 50%; */
/*    border-radius: 40px;*/
    position: absolute;
    top: calc(60% - 10px);
    left: calc(50% - 39px);
    opacity: 0;
    transition-delay:0.3s;
    -webkit-transition-delay: 0.3s;
	-webkit-transition-duration: 0.3s;

}

.image-overlay-text{
    color: white;
    width: 200px;
    position: absolute;
    margin-top: 100px;
    left: calc(50% - 92px);
    top: calc(42% - 20px);
    opacity: 0;
    text-align: center;
}

.image-overlay-icon{
	font-size: 70px;
    margin-left: 10px;
}


.a-card:hover .image-overlay{
	visibility: visible;
	-webkit-transition: 0.3s;
	opacity: 1;
}

.a-card:hover .image-overlay-button{
	transition-delay:0.3s;
	-webkit-transition-delay: 0.3s;
	-webkit-transition-duration: 0.3s;
	opacity: 1;
    position: absolute;
    top: calc(45% - 37px);
    left: calc(50% - 39px);
}

.a-card:hover .image-overlay-text{
	-webkit-transition-delay: 0.6s;
	-webkit-transition-duration:0.1s;
	opacity: 1;
}

.about-us-bread {
    font-size: 18px;
    font-weight: 200;
}

.image-caption-input{
	height:250px;
	width:350px;
	position: absolute;
	margin-top: -12px;
	background: black;

}

#image-caption-input{
	height: 200px;
}

.image-card{
	background: #222222;
	height: 100%;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-left: 20px;
	text-transform: none;
}

.image-card h4{
	text-transform: none;
	font-weight: 400;
}

.image-card p{
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
	margin-top: -20px;
	margin-bottom: 25px;
}

#highlights{
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

#contact{
	height: 900px;
	/*background: black;*/
}

#services{
	height: 900px;

}

h2.pitch-title {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

h3.pitch-bread {
    text-transform: none;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
}

#highlights-more{
	width: 100%;
	height: 150px;
	background: #292929;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
    position: relative;
}

#highlights-more:hover{
	background: black;
}

#about-us{
	margin-top: 150px;
	margin-left: 10px;
	margin-right: 10px;
}

.about-div-1{
	background: #a92d99;
	height: 400px;
	
}
.about-div{
	margin: 10px;
	padding: 40px;
	min-height: 400px;
	height: 100%;	
}

/*#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}*/

.backgroundCover{
    background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.about-div-2{
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 400px;
    margin-top: 10px;
}

.about-div-2-1{
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 400px;
    margin-top: 10px;
}

.about-div-2-2{
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 400px;
    margin-top: 10px;
}

.row{
	margin-left: 0px;
	margin-right: 0px;
}


.to-top-icon {
    font-size: 50px;
    cursor: pointer;
}

.down-icon{
    position: absolute;
    top: 90%;
    /* bottom: 10px; */
    left: calc(50% - 28px);
    z-index: 2;
    font-size: 60px;
    opacity: 0.8;
}

.scroll-to-top{
    width: 100px;
    height: 100px;
    position: fixed;
    right: 42px;
    top: 86%;
    z-index: 1;
}

.close-pitch-icon {
    position: absolute;
    right: 1px;
    font-size: 20px;
    cursor: pointer;
}

.blink-me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}

.myCol-6{
	width: calc(50% - 20px);
	float: left;
}



footer{
	background: black;
}

.footer-class{
	padding-bottom: 100px;
	color: #acaeab;
}

.image-badge{
	/*background: #a92d99;*/
	height: 50px;
	width: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.image-badge-blue{
	background: #135ca1;
}

.image-badge-pink{
	background: #a92d99;
}

.image-badge-yellow{
	background: #fbd126;
}

.image-badge-text{
	padding-top: 15px;
	padding-left: 15px;
}

.pink-text{

	font-size: 15px;
}

.uppercase-titles{
	text-transform: uppercase;
	font-size: 20px;
}

.about-icon{
    position: absolute;
    left: 20px;
    top: -80px;
    font-size: 50px;
}

.contact-wrapper{
	height: 100%;
	width: 100%;
	background:	black;
}

#about{
	margin-top: 115px;
}

.myCol-2{
	width: 300px;
	float: left;
}

.navbar-custom{
    background: rgba(255,255,255,0.4) !important;
}
.container{
    padding-left: 350px !important;
}

.myCol-3{
	width: 450px;
	float: left;
}

.navbar-icon{
	color: black;
	font-size: 30px;
}

#pitch{
    height: auto;
    width: 64%;
    position: absolute;
    left: 17%;
    top: 40%;
    z-index: 1;
    border: 4px solid white;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.458824);
}

.navbar-toggle {
	margin-top: -20px;
    
    
}

.hide-on-big{
    display: none;
}

.hide-on-small{
    display: block;
}

@media (max-width: 1500px){
    .hide-on-small{
        display: none;
    }
    


    
    .hide-on-big{
        display: block;
    }

    
    .image-overlay-text{
        font-size: 20px;
        margin-top: 12px;
        left: calc(50% - 97px);
    }

    .a-card:hover .image-overlay-button {
        top: calc(45% - 95px) !important;
        left: calc(50% - 37px) !important;
    }
    
    .image-overlay-icon{
        font-size: 60px;
    }
    
    .image-card h4{
        font-size: 15px;
    }
    
    .image-card p {
        font-size:12px;
    }
    
    #pitch{
        height: auto;
        width: 81%;
        position: absolute;
        left: 10%;
        top: 33%;
        z-index: 1;
        border: 4px solid white;
        padding: 50px;
        background-color: rgba(0, 0, 0, 0.458824);
    }
    
    .pitch-title{
        font-size: 22px !important;
    }
    
    .pitch-bread{
        font-size: 18px !important;
        
    }
    
    	.myCol-6{
		width: calc(100% - 20px);
	}

    

}




@media (max-width: 1100px){
    
    .container{
        padding-left: 15px !important;
    }
    




	.navbar-custom .navbar-brand {
		margin-top: 0px;
	}

	.navbar-nav{
		min-height: 173px;
	}
    
    .navbar-toggle {
        position: absolute;
        /* float: right; */
        margin-right: 15px;
        padding: 20px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        right: 10px;
        top: -4px;
    }


	.navbar-nav li a {
    /*line-height: 150px;*/
    height: 50px;
    margin-bottom: 10px;
    /*padding-top: 30px;*/
}

.navbar-header{
	border-bottom: none;
}

.navbar-collapse{
	border-top: none !important;
}

.navbar-custom{
	border-bottom: none !important;
}

/*	.navbar-custom .collapse{
		margin-bottom: 100px !important;
	}*/

/*	.container{
		background: white;
	}*/

/*    .navbar-nav > li > a {
	    line-height: 40px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

	.navbar-nav{
		margin: 0px;
	}*/

}


.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



