
.call_out_top{

	margin: 0 auto 50px;
    display: block;
    width: 90%;
    max-width: 500px;

}

@media (min-width: 992px){
.call_out_top {
    max-width: 650px;
}
}

@media (min-width: 768px){
.call_out_top {
    width: 80%;
    max-width: 550px;
}
}

.img-full-responsive {
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.header-content ul.list-social {
  margin-bottom: 0;
}
.header-content ul.list-social li a {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 100%;
  color: white;
}
.header-content ul.list-social li.social-snapchat a {
  background-color: #fffc00;
}
.header-content ul.list-social li.social-snapchat a:hover {
  background-color: #CCCC00;
}
.header-content ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
.header-content ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
.header-content ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
.header-content ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
.header-content ul.list-social li.social-youtube a {
  background-color: #dd4b39;
}
.header-content ul.list-social li.social-youtube a:hover {
  background-color: #d73925;
}
.header-content ul.list-social li.social-instagram a {
  background-color: #555;
}
.header-content ul.list-social li.social-instagram a:hover {
  background-color: #333;
}


/*video*/

#video {
	padding:0px;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../img/video_bg.jpg);
    color: #fff;
}

@media (min-width: 768px){
#video .video-content .video-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
}

#video .call_out_top{

	margin: 17px auto 50px;
    display: block;
    width: 90%;
    max-width: 500px;

}

@media (min-width: 992px){
#video .call_out_top {
    max-width: 650px;
}
}

@media (min-width: 768px){
#video .call_out_top {
    width: 80%;
    max-width: 550px;
}
}

#video .video-content .video-content-inner p {
    font-weight: 300;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    margin-bottom: 50px;
}

@media (min-width: 768px){
#video .video-content .video-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}



@media (min-width: 768px){
#video {
    min-height: 50%;
}
}

#video .video-content {
    padding: 100px 15px;
}

#video .video-content {
    position: relative;
    width: 100%;
    text-align: center;
}
.bg-primary {
    background-color: #323232;
}

/*video*/

/*paid-media*/

#paid-media {
	padding:0px;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../img/paid-media_bg.jpg);
    color: #fff;
}

@media (min-width: 768px){
#paid-media .paid-media-content .paid-media-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
}

#paid-media .call_out_top{

	margin: 17px auto 50px;
    display: block;
    width: 90%;
    max-width: 500px;

}

@media (min-width: 992px){
#paid-media .call_out_top {
    max-width: 650px;
}
}

@media (min-width: 768px){
#paid-media .call_out_top {
    width: 80%;
    max-width: 550px;
}
}

#paid-media .paid-media-content .paid-media-content-inner p {
    font-weight: 300;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    margin-bottom: 50px;
}

@media (min-width: 768px){
#paid-media .paid-media-content .paid-media-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}



@media (min-width: 768px){
#paid-media {
    min-height: 50%;
}
}

#paid-media .paid-media-content {
    padding: 100px 15px;
}

#paid-media .paid-media-content {
    position: relative;
    width: 100%;
    text-align: center;
}

#paid-media .btn-primary {
    color: #fff;
    background-color: #3DB395;

    border-color: #F05F40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

#paid-media .btn-primary:hover {
   
    background-color: #1D7862;

    
}

.btn {
    border: none;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

/*paid-media*/

/*creative*/
#creative {
	padding:0px;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../img/creative.jpg);
    color: #fff;
}

@media (min-width: 768px){
#creative .creative-content .creative-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
}

#creative .call_out_top{

	margin: 17px auto 50px;
    display: block;
    width: 90%;
    max-width: 500px;

}

@media (min-width: 992px){
#creative .call_out_top {
    max-width: 650px;
}
}

@media (min-width: 768px){
#creative .call_out_top {
    width: 80%;
    max-width: 550px;
}
}

#creative .creative-content .creative-content-inner p {
    font-weight: 300;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    margin-bottom: 50px;
}

@media (min-width: 768px){
#creative .creative-content .creative-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}



@media (min-width: 768px){
#creative {
    min-height: 50%;
}
}

#creative .creative-content {
    padding: 100px 15px;
}

#creative .creative-content {
    position: relative;
    width: 100%;
    text-align: center;
}

#creative .btn-primary {
    color: #fff;
    background-color: #4261AB;

    border-color: #F05F40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

#creative .btn-primary:hover {
   
    background-color: #284587;

    
}

.creative-row {
    margin-right: 0px;
    margin-left: 0px;
	display:table;
	background: #4261AB;
}

.creative-row-inner{
	
	width:20%;
	padding: 0px;
	margin:0px;
	float:left;
	
}

@media (max-width: 768px){
	
		.creative-row-inner{
	
	width:33%;
	padding: 0px;
	margin:0px;
	float:left;
	
}

}	
	
.creative-col{
	
	   padding:3px;
	
	
}


/*creative*/


/*social*/
#social {
	padding:0px;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../img/social_analysis.jpg);
    color: #fff;
}

@media (min-width: 768px){
#social .social-content .social-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
}

#social .call_out_top{

	margin: 17px auto 50px;
    display: block;
    width: 90%;
    max-width: 500px;

}

@media (min-width: 992px){
#social .call_out_top {
    max-width: 650px;
}
}

@media (min-width: 768px){
#social .call_out_top {
    width: 80%;
    max-width: 550px;
}
}

#social .social-content .social-content-inner p {
    font-weight: 300;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    margin-bottom: 50px;
}

@media (min-width: 768px){
#social .social-content .social-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}



@media (min-width: 768px){
#social {
    min-height: 50%;
}
}

#social .social-content {
    padding: 100px 15px;
}

#social .social-content {
    position: relative;
    width: 100%;
    text-align: center;
}

#social .btn-primary {
    color: #fff;
    background-color: #DF6C38;

    border-color: #F05F40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

#social .btn-primary:hover {
   
    background-color: #C25625;

    
}

.social-row {
    margin-right: 0px;
    margin-left: 0px;
	display:table;
	background: #323232;
}

.social-col{
	
	   padding:3px;
	
	
}


/*social*/


/*services*/

.services-row {
    margin-right: 0px;
    margin-left: 0px;
	display:table;
	background: #323232;
}

.services-col{
	
	   padding:0px;
	
	
}

.services-box .services-box-caption {
    color: #fff;
    opacity: 100;
    display: block;
   
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: all .35s;
}

.services-box .services-box-caption .services-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index:1000;
}

@media (min-width: 768px){
.services-box .services-box-caption .services-box-caption-content .project-name {
    font-size: 22px;
	    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    padding: 0 15px;
}
}


.paid-media-service{
	
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(61,179,149,.5);
    display:none;
	
}
#paid-media-roll:hover .paid-media-service {
    display:block;    
}

.creative-service{
	
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(91,115,168,.5);
    display:none;
	
}
#creative-roll:hover .creative-service {
    display:block;    
}


.social-service{
	
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(223,108,56,.5);
    display:none;
	
}
#social-roll:hover .social-service {
    display:block;    
}

.consumer-service{
	
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(239,80,81,.5);
    display:none;
	
}
#consumer-roll:hover .consumer-service {
    display:block;    
}

.community-service{
	
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(115,128,146,.5);
    display:none;
	
}
#community-roll:hover .community-service {
    display:block;    
}

.face-service{
	
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(149,212,204,.5);
    display:none;
	
}
#face-roll:hover .face-service {
    display:block;    
}

/*services*/


/*consumer*/
#consumer {
	padding:0px;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../img/consumer.jpg);
    color: #fff;
}

@media (min-width: 768px){
#consumer .consumer-content .consumer-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
}

#consumer .call_out_top{

	margin: 17px auto 50px;
    display: block;
    width: 90%;
    max-width: 500px;

}

@media (min-width: 992px){
#consumer .call_out_top {
    max-width: 650px;
}
}

@media (min-width: 768px){
#consumer .call_out_top {
    width: 80%;
    max-width: 550px;
}
}

#consumer .consumer-content .consumer-content-inner p {
    font-weight: 300;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    margin-bottom: 50px;
}

@media (min-width: 768px){
#consumer .consumer-content .consumer-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}



@media (min-width: 768px){
#consumer {
    min-height: 50%;
}
}

#consumer .consumer-content {
    padding: 100px 15px;
}

#consumer .consumer-content {
    position: relative;
    width: 100%;
    text-align: center;
}

#consumer .btn-primary {
    color: #fff;
    background-color: #EF5051;

    border-color: #F05F40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

#consumer .btn-primary:hover {
   
    background-color: #B51D1D;

    
}

.consumer-row {
    margin-right: 0px;
    margin-left: 0px;
	display:table;
	background: #323232;
}

.consumer-col{
	
	   padding:3px;
	
	
}


.consumer-row-inner{
	
	width:16.66%;
	padding: 0px;
	margin:0px;
	float:left;
	
}

@media (max-width: 768px){
	
		.consumer-row-inner{
	
	width:50%;
	padding: 0px;
	margin:0px;
	float:left;
	
}
}



/*consumer*/



/*community*/
#community {
	padding:0px;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../img/community.jpg);
    color: #fff;
}

@media (min-width: 768px){
#community .community-content .community-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
}

#community .call_out_top{

	margin: 17px auto 50px;
    display: block;
    width: 90%;
    max-width: 500px;

}

@media (min-width: 992px){
#community .call_out_top {
    max-width: 650px;
}
}

@media (min-width: 768px){
#community .call_out_top {
    width: 80%;
    max-width: 550px;
}
}

#community .community-content .community-content-inner p {
    font-weight: 300;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    margin-bottom: 50px;
}

@media (min-width: 768px){
#community .community-content .community-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}



@media (min-width: 768px){
#community {
    min-height: 50%;
}
}

#community .community-content {
    padding: 100px 15px;
}

#community .community-content {
    position: relative;
    width: 100%;
    text-align: center;
}

#community .btn-primary {
    color: #fff;
    background-color: #738092;

    border-color: #F05F40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

#community .btn-primary:hover {
   
    background-color: #737475;

    
}

.community-row {
    margin-right: 0px;
    margin-left: 0px;
	display:table;
	background: #323232;
}

.community-col{
	
	   padding:3px;
	
	
}


/*community*/


/*face*/
#face {
	padding:0px;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../img/face.jpg);
    color: #fff;
}

@media (min-width: 768px){
#face .face-content .face-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
}

#face .call_out_top{

	margin: 17px auto 50px;
    display: block;
    width: 90%;
    max-width: 500px;

}

@media (min-width: 992px){
#face .call_out_top {
    max-width: 650px;
}
}

@media (min-width: 768px){
#face .call_out_top {
    width: 80%;
    max-width: 550px;
}
}

#face .face-content .face-content-inner p {
    font-weight: 300;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    margin-bottom: 50px;
}

@media (min-width: 768px){
#face .face-content .face-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}



@media (min-width: 768px){
#face {
    min-height: 50%;
}
}

#face .face-content {
    padding: 100px 15px;
}

#face .face-content {
    position: relative;
    width: 100%;
    text-align: center;
}

#face .btn-primary {
    color: #fff;
    background-color: #95D4CC;

    border-color: #F05F40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

#face .btn-primary:hover {
   
    background-color: #66B5AA;

    
}

.face-row {
    margin-right: 0px;
    margin-left: 0px;
	display:table;
	background: #323232;
}

.face-col{
	
	   padding:3px;
	
	
}


/*face*/



/*careers*/
#careers {
	padding:0px;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../img/careers.jpg);
    color: #fff;
}

@media (min-width: 768px){
#careers .careers-content .careers-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
}

#careers .call_out_top{

	margin: 17px auto 50px;
    display: block;
    width: 90%;
    max-width: 500px;

}

@media (min-width: 992px){
#careers .call_out_top {
    max-width: 650px;
}
}

@media (min-width: 768px){
#careers .call_out_top {
    width: 80%;
    max-width: 550px;
}
}

#careers .careers-content .careers-content-inner p {
    font-weight: 300;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    margin-bottom: 50px;
}

@media (min-width: 768px){
#careers .careers-content .careers-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}



@media (min-width: 768px){
#careers {
    min-height: 50%;
}
}

#careers .careers-content {
    padding: 100px 15px;
}

#careers .careers-content {
    position: relative;
    width: 100%;
    text-align: center;
}

#careers .btn-primary {
    color: #fff;
    background-color: #FF0000;

    border-color: #FF0000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

#careers .btn-primary:hover {
   
    background-color: #C42525;

    
}

.careers-row {
    margin-right: 0px;
    margin-left: 0px;
	display:table;
	background: #323232;
}

.careers-col{
	
	   padding:3px;
	
	
}


/*careers*/



/*contact*/

.contact-styling{
	
	
	
}

.contact-styling, h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-styling h2{
	
	    margin: 0;
    font-size: 3em;
	
}

form .row:first-child .floating-label-form-group {
        border: 1px solid #eee;
    border-radius: 12px;
	margin-bottom: 10px;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border: 1px solid #eee;
    border-radius: 12px;
	margin-bottom: 10px;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group input, .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.btn-success {
    color: #fff;
    background-color: #DF6C38;
    border-color: #DF6C38;
    font-weight: 700;
	border-radius: 0px;
	width:100%
}

.btn-success:hover{
	
	background-color:#A8481B
	
}




/*contact*/


/*footer*/


footer {
    color: #fff;
	font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
footer .footer-above {
    padding-top: 50px;
    background-color: #2C3E50;
}
footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}
footer h3 {
    margin-bottom: 30px;
}

footer .footer-col {
    margin-bottom: 50px;
}

.google-map{
	
	padding:0px;
	margin:0px;
	height:300px;
	width:100%
}

.google-map iframe{
	
	padding:0px;
	margin:0px;
	height:300px;
	width:100%
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    text-align: left;
}