/* general
-------------------------------------------------- */
body {
    font-family: 'montrealts-regularregular';
    letter-spacing: 1px;
    font-size: 18px;
}
body:before {
    content: url(../img/close-white.png) url(../img/arrows_white.png);
    display:none;
}
h1, h2, h3, h4 {
    font-family: 'montrealts-regularregular';
    letter-spacing: 7px;
}
.carousel-caption h1 {
	font-family: 'montrealts-boldregular';
	font-size: 80px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
}
h3 {
	font-family: 'montrealts-boldregular';
	font-size: 18px;
	letter-spacing: 0.08em;
    line-height: 3;
    margin: 0;
}
strong {
	font-family: 'montrealts-boldregular';
	letter-spacing: 0.02em;
}
p {
    margin: 0 10px 10px 0;
    letter-spacing: 0.04em;
    letter-spacing: 0.02em;
    line-height: 28px;
}
img {
    margin: 0 auto;
    vertical-align: middle;
}
a:hover {
	text-decoration: none;
}
::selection {
	background: #FF8500;
	color: #FFF;
}
::-moz-selection {
	background: #FF8500;
	color: #FFF;
}




@media (min-width: 1200px) {
  .row {
    *zoom: 1; }

  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: ""; }

  .row:after {
    clear: both; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
     } } /* width: 940px; */
/* 
  Bootstrap 3 by default keeps the navbar visible on tablets.
  From here onwards it's to get the navbar to collapse starting on 991px - tablets
*/
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none; } }

@media (min-width: 992px) {
  .navbar .collapse {
    display: block !important; } }
@media (max-width: 991px) {
  .navbar .navbar-header {
    float: none; }
  .navbar .navbar-toggle {
    display: block; }
  .navbar .collapse {
    display: none !important; }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    border-top: none;
    box-shadow: none;
    -webkit-overflow-scrolling: touch; }
    .navbar .navbar-collapse.in {
      overflow-y: auto; }
  .navbar ul.navbar-nav {
    padding: 0px;
    margin: 7.5px 0;
     width: 100%;}
    .navbar ul.navbar-nav.navbar-right {
      float: left !important; }
    .navbar ul.navbar-nav > li {
      float: none; }
    .navbar ul.navbar-nav .open .dropdown-menu > li > a {
      color: #999;
      line-height: 25px;
      font-weight: bold;
      padding: 5px 15px 5px 35px;
      font-size: 15px;}
      .navbar ul.navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background: none; } }

/* Navbar
-------------------------------------------------- */
.navbar {
	padding: 0;
}
.navbar.navbar-inverse {
	background: rgba(0, 0, 0, 0.1);
	border: none;
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: 	all 1.5s ease-in-out;
	-o-transition: 		all 1.5s ease-in-out;
	transition: 		all 1.5s ease-in-out;
}
.navbar.navbar-inverse.navbar-static-top {
	background-color: #252528;
}
.navbar.navbar-inverse.navbar-static-top .container {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar.navbar-inverse .nav > li > a,
.navbar.navbar-inverse .nav > li > .dropdown-menu a {
	font-size: 16px;
	letter-spacing: 0.08em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 25px 15px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}
.navbar.navbar-inverse .nav > li > .dropdown-menu {
	padding: 0;
}
.navbar.navbar-inverse .nav > li.dropdown > a {
	padding-left: 30px;
}
.navbar.navbar-inverse .nav > li > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}
.navbar.navbar-inverse .nav > li > a:hover .caret,
.navbar.navbar-inverse .nav > li > a:active .caret,
.navbar.navbar-inverse .nav > li.active > a .caret {
    border-top-color: #fa671d;
    border-bottom-color: #fa671d;
    -webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a{
    color: #fa671d !important;
    background-color: transparent;
}

.navbar.navbar-inverse .nav > li > a:hover, .navbar.navbar-inverse .nav > li > a:active {
	color: #fa671d;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}
.navbar.navbar-inverse .nav > li.active > a {
	color: #FA671D;
	background: rgba(0, 0, 0, 0);
}
.navbar.sticky {
    background: rgba(0, 0, 0, 0.9);
}
.navbar .container {
    -webkit-transition: margin .2s ease-in-out;
    -moz-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out;
}
.navbar .container .navbar-header .navbar-brand {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-size: 20px;
	margin-left: -20px;
	padding: 15px 20px;
}
.navbar-inverse .navbar-brand img {
	-webkit-transition: all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-o-transition: 		all 0.5s ease;
	transition: 		all 0.5s ease;
	opacity: 1;
}
.navbar-inverse .navbar-brand:hover img {
	-webkit-transition: all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-o-transition: 		all 0.5s ease;
	transition: 		all 0.5s ease;
	opacity: 0.8;
}

.navbar .container .collapse .nav .dropdown .caret {
    margin-bottom: 4px;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu {
	background: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 2px;
	padding: 18px;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu > li:first-child > a {
	border-top: 2px solid #FFFFFF;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu > li > a {
	color: #fff;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.08em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 15px 10px;
	border: 2px solid #FFFFFF;
	border-top: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu > li > a:hover {
	color: #fa671d;
	background-color: transparent;
}
.navbar ul.navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-weight: normal;
}
.navbar.navbar-inverse .nav > li:last-child > a {
	background-color: rgba(0, 0, 0, 0);
	margin:15px 0 0 15px;

	border: 2px solid #fff;
	padding: 8px;
	line-height: 20px;
	font-size: 14px;
	
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-o-transition: 		all 0.5s ease;
	transition: 		all 0.5s ease;
}
.navbar.navbar-inverse .navbar-collapse:not(.in) .nav > li:last-child a:hover { 
	background: rgba(0, 0, 0, 0);
	border-color: #fa671d;
}
.navbar-inverse .navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #FFFFFF;
    border-radius: 0;
    margin-top: 20px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-transform {
	-webkit-transform: translateY(-100px);
	-moz-transform:    translateY(-100px);
	-ms-transform:     translateY(-100px);
	-o-transform:      translateY(-100px);
	transform:         translateY(-100px);
}
.video-transform {
	-webkit-transform: translateY(72px);
	-moz-transform:    translateY(72px);
	-ms-transform:     translateY(72px);
	-o-transform:      translateY(72px);
	transform:         translateY(72px);
}
.header_wrapper.video, .margin-dynamic, .video-transform {
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: 	all 1.5s ease-in-out;
	-o-transition: 		all 1.5s ease-in-out;
	transition: 		all 1.5s ease-in-out;
}


/*-----testing ---------*/


.navbar-toggle {
    padding: 12px 8px;
}

.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 #ff;
    height: 0.3125rem;
    position: relative;
    width: 2.5rem;
    
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.navbar-toggle .icon-bar:after, 
.navbar-toggle .icon-bar:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    height: 0.3125rem;
    position: absolute;
    width: 2.5rem;
    z-index: -1;
    
    -webkit-transition: all 0.5s ease 0.25s;
    -moz-transition: all 0.5s ease 0.25s;
    -o-transition: all 0.5s ease 0.25s;
    transition: all 0.5s ease 0.25s;
}

.navbar-toggle .icon-bar:before,
.navbar-toggle .icon-bar:after {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.navbar-toggle .icon-bar:after {
    top: -0.625rem;
}
.navbar-toggle .icon-bar:before {
    top: 0.625rem;
}



.navbar-toggle:not(.collapsed) .icon-bar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.navbar-toggle:not(.collapsed) .icon-bar:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg));
    transform: rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg));
    transform: rotate(-45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:before,
.navbar-toggle:not(.collapsed) .icon-bar:after {
    top: 0 !important;
}



/* Navbar Responsive
-------------------------------------------------- */
@media (max-width: 991px) {
	body {
		padding-top: 0 !important;
	}
	.navbar.navbar-inverse {
    	background: #000;
    }
	.navbar.navbar-inverse .nav > li > a {
    	padding: 10px 15px 10px;
    }
    .navbar .navbar-collapse {
    	max-height: 372px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar {
		margin-bottom: 0;
	}
	.navbar.transparent.navbar-fixed-top {
		margin-bottom: -70px;
      	position: relative;
      	top: 999;
    }
    .navbar.home.navbar-fixed-top {
		margin-bottom: -70px;
      	position: relative;
      	top: 999;
	}
	.navbar.navbar-inverse .nav > li > a,
	.navbar.navbar-inverse .nav > li > .dropdown-menu a {
	    border: 2px solid #FFFFFF;
	    text-align: center;
	    border-top: none;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.navbar.navbar-inverse .nav > li:first-child > a {
		border-top: 2px solid #FFFFFF;
	}
	.navbar.navbar-inverse .nav > li:last-child > a {
		margin:0;
		border-width: 2px;
		border-top: none;
	}
}
@media (max-width: 767px) {
	.navbar.navbar-inverse .container .navbar-header .navbar-brand {
		margin-left: -5px;
	}
	.navbar .navbar-nav .in .dropdown-menu > li > a {
	    line-height: 25px;
	    font-weight: bold;
	    padding: 5px 15px 5px 35px;
	    
    }
    .navbar.navbar-inverse .nav > li > a,
    .navbar.navbar-inverse .nav > li > .dropdown-menu a {
        border: 2px solid #FFFFFF;
        text-align: center;
        border-top: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .navbar.navbar-inverse .nav > li:first-child > a {
    	border-top: 2px solid #FFFFFF;
    }
    .navbar.navbar-inverse .nav > li:last-child > a {
    	margin:0;
    	border-width: 2px;
    	border-top: none;
    }
    
    p {
        font-size: 17px;
        letter-spacing: 0.04em;
        line-height: 26px;
        margin: 0 0 10px;
    }
    .row.pad div {
    	padding: 0;
    }

}


/* content wrapper*/
section, footer {
	background-color: #FFFFFF;
	position: relative;
	z-index: 1; 
	padding: 40px 0 0;
}

.no-pad {
	padding: 0;
}
.no-margin {
	margin: 0;
}
.pad-top {
	padding-top: 40px;
}
.no-pad-top {
	padding-top: 0;
}
.pad-bottom {
	padding-bottom: 40px;
}
.no-pad-bottom {
	padding-bottom: 0;
}

.pad-right {
	padding-right: 20px;
}
.pad-left {
	padding-left: 20px;
}

.pad-contrast-top {
	padding-top: 60px !important;
}
.pad-contrast-bottom {
	padding-bottom: 60px !important;
}

.services_flexslider_wrapper.pad-contrast-bottom {
	padding-bottom: 80px !important;
}
.services_flexslider_wrapper .rsMinW .rsBullets {
    bottom: -45px;
}
.pad-fact {
	padding: 15px 15px 0;
}
.pad-fact img {
	margin: 0 auto !important;
}

.bio .pad-bottom {
    padding-bottom: 20px;
}
.bio .pad-top {
	padding-top:  20px;
}
.portrait.pad-top {
	padding-top: 120px !important;
}

/* =Responsive: Large desktop and up
-------------------------------------------------------------- */
@media (min-width: 1200px) {
  .portrait.pad-top {
  	padding-top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.pad-right {
		padding-right: 0;
	}
	.portrait.pad-top {
		padding-top: 120px !important;
	}
}
/* =Responsive: Portrait Phone
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	section, footer {
		padding: 20px 0 0;
	}
	.pad-top {
		padding-top: 20px;
	}
	.pad-bottom {
		padding-bottom: 20px;
	}
	.pad-contrast-top {
		padding-top: 40px !important;
	}
	.pad-contrast-bottom {
		padding-bottom: 40px !important;
	}

}



.title-bar.inverse hr, .title-bar.inverse h2 {
	color: #fff;
	border-color: #fff;
}
hr {
    border: 0.15em solid #000000; /* 0.2 */
    margin: 0;
}

@media only screen and (max-width: 479px) {
	hr {
	    border-width: 0.1em;
	}
}

.title-bar hr:first-child {
	margin-bottom: 22px;
}
.title-bar hr:last-child {
	margin-top: 22px;
}

/* header = Slider
-------------------------------------------------------------- */
.header_wrapper {
	width: 100%;
/*	z-index: 99; */
}

.vertical-center {
  width: 90%;
  height: 33%;
  overflow-y: visible;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  text-align: left;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.vertical-center.top {
	height: 60%;
}
.vertical-center.bottom {
	top: auto;
}
/* call to action */
.btn-call-to-action {
	background-color: rgba(0, 0, 0, 0);
	margin:0 auto;
	font-size: 1.1em;
	letter-spacing: 0.14em;
	border: 2px solid #fff;
	border-radius: 0;
	padding: 15px 48px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
		 -moz-transition: all 0.25s ease;
		   -o-transition: all 0.25s ease;
			  transition: all 0.25s ease;
}
.btn-call-to-action:hover, .btn-call-to-action:focus { 
	background: rgba(255, 255, 255, 1);
	border:2px solid #fff;
	color: #000;
}




/* quote - slider
-------------------------------------------------------------- */


.quotes .pad-top {
	padding-top: 60px;
}
.quotes .pad-bottom {
	padding-bottom: 60px;
}
.quotes p {
	font-family: 'montrealts-lightregular';
	font-size: 32px;
	line-height: 58px;
	color: #fff;
	text-align: center;
}
.quotes small {
	font-size: 18px;
	padding: 40px 0;
}
.quotes img {
    max-height: 40px;
}
.quotes img.large {
    max-height: 50px;
}



/* gallery - slider
-------------------------------------------------------------- */

.services_flexslider_wrapper {
	background-color: #000;
	padding: 40px 0;
}



/* =Responsive: Large desktop and up
-------------------------------------------------------------- */
@media (min-width: 1200px) {
  
}
/* =Responsive: Desktop or even Big Tablet
-------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {

	
	.quotes p { /* .9 */
		font-size: 28.8px;
		line-height: 52.2px;
	}
	.quotes small {
		font-size: 14.4px;
		padding: 20px 0;
	}
	.quotes .pad-top {
		padding-top: 40px;
	}
	.quotes .pad-bottom {
		padding-bottom: 40px;
	}

  
}
/* =Responsive: Small Tablet
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
	
	.quotes p {
		font-size: 22.4px;
		line-height: 40.6px;
	}
	
	.quotes small {
		font-size: 14.4px;
		padding: 10px 0;
	}
	.quotes .pad-top {
		padding-top: 20px;
	}
	quotes .pad-bottom {
		padding-bottom: 20px;
	}
	
	
}
/* =Responsive: Landscape Phone to Tablet
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	body {
		margin: 0;
		padding: 0;
	}
	
	.rsMinW.quotes .rsArrowIcn {
	    opacity: 0.2;
	}
	
	.quotes p {
		font-size: 21.6px;
		line-height: 34.8px;
	}
	.quotes small {
		font-size: 12.6px;
		padding: 10px 0;
	}
	.quotes .pad-top {
		padding-top: 20px;
	}
	.quotes .pad-bottom {
		padding-bottom: 20px;
	}
	
	.btn-call-to-action {
		font-size: 1em;
		padding: 10px 15px;
	}
	.col-xs-workaround {
	    margin-left: 8.33333%;
	    width: 83.3333%;
	}

}
/* =Responsive: Portrait Phone
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	.quotes p {
		font-size: 16px;
		line-height: 23px;
	}
	
	.btn-call-to-action {
		font-size: 0.8em;
		padding: 5px 10px;
	}
}




/* home - grid - stories
-------------------------------------------------- */

.stories {
	padding: 0 2px;
}
.stories .story-bg {
	margin: 2px auto;
	max-height: 260px;
	max-width: 280px;
	overflow: hidden;
	text-align: center;
}


.stories .story-bg img {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
	

}
.stories .story-bg img.anim {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.story-title {
    bottom: 0;
    left: 50%;
    margin-bottom: 46px;
    padding: 0 4px;
    position: absolute;
}
.story-title.digital {
    height: 39px;
    margin-left: -46px;
    margin-top: -19px;
    width: 93px;
}
.story-title.presentations {
    height: 39px;
    margin-left: -104px;
    margin-top: -19px;
    width: 209px;
}
.story-title.video {
    height: 39px;
    margin-left: -48px;
    margin-top: -19px;
    width: 96px;
}
.story-title.events {
    height: 39px;
    margin-left: -46px;
    margin-top: -19px;
    width: 93px;
}




/* footer
-------------------------------------------------- */

footer h3 {
	font-family: 'montrealts-regularregular';
    font-size: 16px;
    line-height: 44px;
    text-transform: uppercase;
}
footer p {
	margin: 0;
	color: #000;
}
footer .copyright p {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
}
footer .social-links {
	margin: 0;
	text-align: right;
}
footer .social-links a {
	color: #fff; 
	padding: 2px;
}

footer .social-links a:hover img {
	background-color: #FA671D;
}


/* =Responsive: Large desktop and up
-------------------------------------------------------------- */
@media (min-width: 1200px) {

}
/* =Responsive: Desktop or even Big Tablet
-------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
	.stories .story-bg {
		max-height: 215px;
	}

	
}
/* =Responsive: Small Tablet
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
	
	.stories:nth-child(1), .stories:nth-child(2) {
		margin-bottom: 30px;
	}
	.stories:nth-child(3), .stories:nth-child(4) {
		margin-top: 30px;
	}
	
	footer p, footer .social-links {
		text-align: center;
	}
	footer h3 {
		line-height: 28px;
	    margin: 20px 0;
	}
}
/* =Responsive: Landscape Phone to Tablet
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	footer p, footer .social-links {
		text-align: center;
	}
	footer h3 {
		line-height: 20px;
	    margin: 20px 0;
	}
	
}
/* =Responsive: Portrait Phone
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
	footer h3 span {
		display: block;
	}
}


/* clients page
-------------------------------------------------- */
.clients_wrapper {
	margin-top: 91px;
}
.clients_wrapper img {
  	margin: 0 auto;
}
.side_bar {
    border-left: 0.13em solid #000000;
}
.side_bar.services {
    margin-left: -15px;
    margin-top: -75px;
}
.side_bar.clients {
	margin-left: -15px;
    margin-top: 175px;
}
.side_bar.company {
	margin-left: -15px;
	margin-top: 175px;
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 20px;
}
.side_bar.company h2.title {
	margin-bottom: 15px;
}
.side_bar ul {
	padding: 0;
}
.side_bar.services ul, .side_bar.clients ul {
	padding: 0 0 0 18px;
}
.side_bar ul li {
	font-size: 10px;
	margin-left: 12px;
}
.side_bar ul li span {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    padding: 3px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    padding: 4px;
    margin-left: -4px;
}


h2 div {
	display: inline;
}
@media (min-width: 992px) and (max-width: 1199px) {
	
	.side_bar ul li span {
	    font-size: 15px;
	    line-height: 1.3;
	}
	h2 div {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	h2 div {
		display: block;
	}
}

@media (min-width: 479px) and (max-width: 991px) {
	
	h2 {
	    font-size: 18px;
	    letter-spacing: 6px;
	}

}


.panel-group {
	padding-left: 0;
}
.panel {
    background-color: #FFF;
    border: 0.1em solid #000;
    border-radius: 0 !important;
    box-shadow: none;
}
.panel-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel a {
	background-color: #000;
	color: #fff;
	display: block;
	padding: 10px 15px;
	width: 100%;
	text-decoration: none;
}
.panel a.collapsed {
	background-color: #fff;
	color: #000;
}
.careers_wrapper .btn-call-to-action {
    background-color: #fff !important;
    border: 2px solid #000;
    color: #000 !important;
    margin-top: 20px;
}
.panel .btn-call-to-action {
    width: 100px !important;
}
.careers_wrapper .btn-call-to-action:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/* clients - grid - brands
-------------------------------------------------- */
.brands .brand-bg {
	max-height: 183px;
	max-width: 378px;
	overflow: hidden;
	text-align: center;
	margin: 4px auto;
}
.brands {
	padding: 0 4px;
}


/* =Responsive: Large desktop and up
-------------------------------------------------------------- */
@media (min-width: 1200px) {
	.brands {  
	}
}
/* =Responsive: Desktop or even Big Tablet
-------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
	.brands .brand-bg {
		margin: 2px auto;
		max-height: 148px;
	}
	.brands {
	    padding: 0 2px;
	}
	
}
/* =Responsive: Small Tablet
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
	.brands .brand-bg {
		margin: 2px auto;
		max-height: 148px;
	}
	.brands {
	    padding: 0 2px;
	}
	
}
/* =Responsive: Landscape Phone to Tablet
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	
	.clients_wrapper {
	    margin-top: 81px;
	}
	

}
/* =Responsive: Portrait Phone
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
	
	.clients_wrapper {
	    margin-top: 81px;
	}
}


.copy.hidden-xs {
    display: inline !important;
}
@media only screen and (max-width: 479px) {
	
	.copy.hidden-xs {
	    display: none !important;
	}
}

.brands .brand-bg img {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.brands .brand-bg img.anim {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.brand-title {
    top: 50%;
    left: 50%;
    padding: 0 4px;
    position: absolute;
}

.brand-title.ACI {
	width: 101px;
	height: 49px;
	margin-top: -24px; /* Half the height */
	margin-left: -50px; /* Half the width */
}
.brand-title.FireEye {
	width: 194px;
	height: 55px;
	margin-top: -27px;
	margin-left: -97px;
}
.brand-title.Microsoft {
	width: 203px;
	height: 43px;
	margin-top: -21px;
	margin-left: -101px;
}
.brand-title.Paul {
	width: 230px;
	height: 54px;
	margin-top: -27px; /* Half the height */
	margin-left: -115px; /* Half the width */
}
.brand-title.Dexcom {
	width: 136px;
	height: 22px;
	margin-top: -11px;
	margin-left: -63px;   
}
.brand-title.Millennium{
	width: 177px;
	height: 66px;
	margin-top: -33px;
	margin-left: -85px;
}
.brand-title.HP {
	width: 59px;
	height: 59px;
	margin-top: -29px;
	margin-left: -29px;
}
.brand-title.DataStax {
	width: 189px;
	height: 44px;
	margin-top: -22px;
	margin-left: -94px;
}
.brand-title.Pega {
	width: 115px;
	height: 54px;
	margin-top: -27px;
	margin-left: -57px;
}

/* four columns */
.col-lg-3 .brand-title.ACI {
	width: 90px;
	height: 49px;
	margin-top: -17px; /* Half the height */
	margin-left: -45px; /* Half the width */
}
.col-lg-3 .brand-title.FireEye {
	width: 160px;
	height: 55px;
	margin-top: -27px;
	margin-left: -80px;
}
.col-lg-3 .brand-title.Microsoft {
	width: 160px;
	height: 43px;
	margin-top: -21px;
	margin-left: -80px;
}
.col-lg-3 .brand-title.Paul {
	width: 160px;
    height: 54px;
    margin-top: -18px;
    margin-left: -80px;
}
.col-lg-3 .brand-title.Dexcom {
	width: 136px;
	height: 22px;
	margin-top: -11px;
	margin-left: -63px;   
}
.col-lg-3 .brand-title.Millennium{
	width: 160px;
	height: 66px;
	margin-top: -33px;
	margin-left: -80px;
}
.col-lg-3 .brand-title.HP {
	width: 56px;
    height: 56px;
    margin-top: -23px;
    margin-left: -23px;
}
.col-lg-3 .brand-title.DataStax { /* Linkedin */
	width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.col-lg-3 .brand-title.Pega {
	width: 100px;
    height: 54px;
    margin-top: -20px;
    margin-left: -50px;
}

/* logos - grid
-------------------------------------------------- */
.logos_wrapper .logo > img {
    margin: 10px auto;
}

/* quotes sliders
------------------------------------------------------------------------------------- */


/* start your project sliders
------------------------------------------------------------------------------------- */

.start_wrapper.white {
	background-color: #fff;
}
.sub-header {
	text-align: center;
	font-weight: bolder;
	color: #252b34;
	margin-top: 80px;
	position: relative;
	margin-bottom: 40px;
}
.sub-header.left span {
	margin-left: 0px;
	text-align: left;
}
.sub-header hr {
	border: 2px solid #000;
	width: 25%;
	position: absolute;
}
.sub-header hr.left { }
.sub-header hr.right {
	right: 0px;
	top: 0px;
}
.sub-header span {
	width: 40%;
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.8;
}


@media (min-width: 768px) and (max-width: 991px) {
	
	    .sub-header span {
	    	font-size: 0.5em;
	    	line-height: 3;
	    }
	    .sub-header hr {
	    	border-width: 1px;
	    }
}

/* company page - sub-nav
-------------------------------------------------------------- */

.navbar-default {
    background-color: #fff;
    border: none;
}

.navbar-default .navbar-toggle {
    border: medium none;
    width: 100%;
    color: #fff;
    min-height: 50px;
    border-radius: 0;
    margin: 0;
    padding: 9px 10px;
    
}
.navbar-default .navbar-toggle {
    background-color: #000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #000;
}
.navbar-default .navbar-toggle span:first-child {
	float: left;
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	font-size: 18px;
}
.navbar-default .navbar-toggle span:last-child {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
	float: right;
	padding: 5px 11px;
}
.btn-info .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
}


.btn-info .caret {
    border-width: 6px 6px 0;
    margin-bottom: 3px;
}

.navbar-default .navbar-nav > li {
    width: 16.6667%;
}
.services .navbar-nav > li {
    width: 25%;
}
.navbar.navbar-default, .navbar-default .navbar-collapse {
    padding: 0;
}
.navbar-default ul.navbar-nav {
    width: 100%;
    text-align: center;
    margin: 0;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #000000;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.03em;
    border: 0.13em solid #000000;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navbar-default .navbar-nav > li:not(.active) > a:hover,
.navbar-default .navbar-nav > li:not(.active) > a:focus {
    background-color: #000000;
    color: #FFFFFF;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
}

.navbar-default .navbar-nav > li:last-child > a {
    border-right: 0.13em solid #000000;
}

@media (max-width: 991px) {
	.services .navbar-nav > li {
	    width: 100%;
	}
	.navbar-default .navbar-nav > li > a {
	    border: 0.13em solid #000000;
	    border-right: 0.13em solid #000000;
	    border-top: none;
	}
	.navbar-default .navbar-nav > li.active:first-child > a, 
	.navbar-default .navbar-nav > li.active:first-child > a:hover,
	.navbar-default .navbar-nav > li.active:first-child > a:focus {
	    border-top: 1px solid;
	}
}


/* company page - about
-------------------------------------------------------------- */
.about {
	margin-top: 60px;
}
.about h1 {
  	font-weight: bold;
  	border-bottom: 6px solid #000000;
}



/* company page - leadership
-------------------------------------------------------------- */
.leadership_wrapper  {
	background-color: #e9decf;
}
.leadership_wrapper img {
	margin: 0;
}

@media  (max-width: 991px) {

	.leadership_wrapper .pad-contrast-top {
		padding-top: 30px !important;
	}
	.leadership_wrapper .pad-top {
	    padding-top: 40px;
	}

}

/* company page - team
-------------------------------------------------------------- */
.team_wrapper  {
	background-color: #000;
}

.storyteller {
	text-align: center;
	padding: 8px;
	border: solid 1px #333;
	height: 320px;
	overflow: hidden;
	margin-bottom: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
}
.storyteller p {
	line-height: 20px;
}
/* =Responsive: Small Tablet
-------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {

	.storyteller {
		height: 330px;
	}
}
.storyteller:hover div {
	color: #fff;
	text-decoration: none;
	opacity: 100 !important;
	filter: alpha(opacity=10000) !important;
}
.storyteller .photo {
	height: 220px;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	max-width: 259px;
}
.storyteller .photo div {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	position: relative;

	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.storyteller .photo div p {
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.storyteller .description {
	padding: 10px 0;
	margin-bottom: 20px;
}
.storyteller .description h3 {
	margin-bottom: 3px;
	margin-top: 0;
	padding-bottom: 10px;
	line-height: 18px;

	color: #fff;
	border-bottom: 1px solid #FFFFFF;
	
	font-size: 20px;
	letter-spacing: 0.06em;
	font-family: 'montrealts-boldregular';
}
.storyteller .description p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.01em;
}


/* company page - mission
-------------------------------------------------------------- */
.mission_wrapper  {
	background-color: #e8e4e6;
}

/* company page - culture
-------------------------------------------------------------- */
.culture_wrapper img {

}
.culture_wrapper img.pos1 {
    position: relative;
    z-index: 10;
}

.culture_wrapper img.pos2 {
    position: relative;
    top: -40px;
}


/* company page - careers
-------------------------------------------------------------- */
.careers_wrapper img {

}

.careers_wrapper img.pos3 {
    position: relative;
    top: -40px;
}


/* company page - contact
-------------------------------------------------------------- */

.contact_wrapper img {
	margin: 0 auto;
}
.contact_wrapper h1 {
	font-size: 70px;
}

.contact_wrapper h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
}
.contact_wrapper h3, .contact_wrapper p {
	padding: 0;
	margin: 0;
}





/* services page
-------------------------------------------------------------- */

    
.what_wrapper  {
	background-color: #000;
}
.what_wrapper h2 {
	font-size: 18px;
}
.what_wrapper .title-bar hr:first-child {
	margin-bottom: 18px;
}
.what_wrapper .title-bar hr:last-child {
	margin-top: 18px;
}


/* services page - Events (and company)
-------------------------------------------------------------- */
.eventsPosition {
	top: 20%;
}

.services_wrapper {
}
.services_wrapper img, .company_wrapper img, .what_wrapper img {
	margin: 0
}
.center img {
	margin: 0 auto;
}
.services_wrapper h1, .company_wrapper h1 {
  	font-weight: bold;
  	border-bottom: 16px solid #000000;
  	padding: 0 20px 20px 0;
}
.services_wrapper .pad-top {
	padding-top: 14px;
}

/* services page - Presentations
-------------------------------------------------------------- */
.presentationsPosition {
	bottom: 10%;
}

/* services page - Digital
-------------------------------------------------------------- */

.services_flexslider_wrapper.white {
    background-color: #fff;
    padding: 0 0 20px 0;
}

.services_flexslider_wrapper.white .container {
    position: relative;
    top: -35px;
}
.services_flexslider_wrapper.white .rsSlide {
	top: 35px;
}
.services_flexslider_wrapper.white .rsSlide:first-child {
	top: 0;
}
@media only screen and (max-width: 767px) {

	.services_flexslider_wrapper.white .container {
	    top: 0;
	    padding: 20px 0;
	}
	.services_flexslider_wrapper .rsMinW .rsBullets {
	    bottom: -35px;
	}
	.services_flexslider_wrapper.white .rsSlide {
		top: 0;
	}

}

.start_wrapper {
	background-color: #000;
}

.start_wrapper .btn-call-to-action {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    color: #fff;
	margin-top: 40px 0;
	text-transform: inherit;
}
.start_wrapper .btn-call-to-action:hover, .start_wrapper .btn-call-to-action:focus { 
	background: rgba(255, 255, 255, 1);
	border:1px solid #fff;
	color: #000;
}

/* =Responsive: Desktop or even Big Tablet
-------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {

	.services_flexslider_wrapper.white {
	    margin-top: 0px;
	}
  
}
/* =Responsive: Small Tablet
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {

	.services_flexslider_wrapper.white {
	    margin-top: 0px;
	}
}
/* =Responsive: Landscape Phone to Tablet
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	.services_flexslider_wrapper.white {
	    margin-top: 0px;
	}
}
/* =Responsive: Portrait Phone
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	.services_flexslider_wrapper.white {
	    margin-top: 0px;
	}

}


/* brands page
-------------------------------------------------------------- */



.video .container {
/*	margin-top: -56.25%; old method*/
}
@media only screen and (max-width: 767px) {
	.video .rsABlock {
	    top: 16%;
	}
}
@media only screen and (max-width: 479px) {

	.video.video-transform .rsABlock {
	/*    top: 0; */
	}

}


.vjs-intrinsic-ratio {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.vjs-intrinsic-ratio .video-js, .vjs-intrinsic-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vjs-control-bar {
	display: none !important;
}
.vjs-buffer {
	z-index: -1 !important;
}
.video-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
#mission {
	padding-top: 0;
}
#video-mission {
	background-color: #E8E4E6;
}
.brands_wrapper img {
	margin: 0;
}
.projects_wrapper img {
	margin: 0 auto;
}
h2.title {
	border-bottom: 2px solid;
    font-family: 'montrealts-boldregular';
    font-size: 22px;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
    margin-top: 40px;
    padding-bottom: 8px;
    
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
}
.services_wrapper h2.title, .clients_wrapper h2.title {
	border-bottom: none;
	margin-bottom: 10px;
	margin-top: 45px;
}
.services_wrapper h2, .clients_wrapper h2 {
	margin-left: 18px;
}

.brand_grid_wrapper, .brands_wrapper {
	color: #fff;
}
.brands_wrapper .side_bar {
	border-left: none;
}
/* to maintain original on resize */
.brands_wrapper .side_bar ul li span {
    font-size: 18px;
    line-height: 1.6;
}



.projects div {
	cursor: pointer;
	
}
.projects div:hover img {

}


img.grayscale {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

img.grayscale:hover {
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}

.projects .button, .contact .button {
	top: -60px;
	margin: 0 auto -60px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);    
    max-width: 570px;
}
.contact .button {
	max-width: 374px;
}

@media only screen and (max-width: 767px) {
	.projects .button {
		top: -1px;
		margin: 0 auto 0;
		background-color: rgba(0, 0, 0, 1);
	}
	
}

.projects .button div, .contact .button div {
    color: #FFFFFF;
    margin: 0 20px 0 0;
    padding: 20px 0px 14px 20px;
    line-height: 26px;
}
.contact .details {
    margin: 0 auto;
    padding: 20px 0 0 20px;
    line-height: 26px;
    max-width: 374px;
}

.projects .play {
    background: url("../img/brands/play_button_small_32.png") no-repeat scroll right center;
}
.projects .plus {
    background: url("../img/brands/plus_button_small_29.png") no-repeat scroll right center;
}
.projects .plus span {
	border-left: 1px solid #FFFFFF;
    display: inline-block;
    height: 26px;
    vertical-align: bottom;
}

.projects a:nth-child(even) .pad-top {
	padding: 10px 15px 0 5px;
}
.projects a:nth-child(odd) .pad-top {
	padding: 10px 5px 0 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
	.projects .button div {
		font-size: 14px;
	}
	.contact .button {
		font-size: 15px;
	}
}
/* =Responsive: Landscape Phone to Tablet
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	.projects .pad-xs-bottom {
		padding-bottom: 40px;
	}
	
	.projects a:nth-child(even) .pad-top {
		padding: 10px 0 0 0;
	}
	.projects a:nth-child(odd) .pad-top {
		padding: 10px 0 0 0;
	}

}
/* =Responsive: Portrait Phone
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	.projects .pad-xs-bottom {
		padding-bottom: 20px;
	}
	.projects .button div {
		font-size: 14px;
	}

}


/**** Isotope filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

ul.filters {
    list-style: none outside none;
    overflow: hidden;
    padding: 10px 0;
}
ul.filters li {
    float: left;
}
ul.filters li a {
    display: block;
    color: #fff;
    margin: 0 3px;
    padding: 6px 6px 6px 0;
    text-transform: uppercase;
    text-decoration: none;
}
.layoutMode {
	margin: 0;
}


.modal-caption {
    margin-left: 60px;
}
@media only screen and (max-width: 991px) {
	.modal-caption {
	    margin-left: 0;
	}
}
.modal-caption div {
    margin-top: 18px;
    padding-left: 0;
    text-align: left;
}
.modal-caption p {
    border-top: 4px solid #000000;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding-top: 20px;
}

/* services images */
#Events_Top_Photo {
	background-image: url(../img/services/Events_Top_Photo.jpg);
}
#Digital_Top_Photo {
	background-image: url(../img/services/Digital_Top_Photo.jpg);
}
#Video_Top_Photo {
	background-image: url(../img/services/Video_Top_Photo.jpg);
}
#Presentations_Top_Photo {
	background-image: url(../img/services/Presentations_Top_Photo.jpg);
}
@media only screen and (max-width: 767px) {

	#Events_Top_Photo {
		background-image: url(../img/services/Events_Top_Photo_991.jpg);
	}
	#Digital_Top_Photo {
		background-image: url(../img/services/Digital_Top_Photo_991.jpg);
	}
	#Video_Top_Photo {
		background-image: url(../img/services/Video_Top_Photo_991.jpg);
	}
	#Presentations_Top_Photo {
		background-image: url(../img/services/Presentations_Top_Photo_991.jpg);
	}
}
/* =Responsive: Portrait Phone
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	#Events_Top_Photo {
		background-image: url(../img/services/Events_Top_Photo_767.jpg);
	}
	#Digital_Top_Photo {
		background-image: url(../img/services/Digital_Top_Photo_767.jpg);
	}
	#Video_Top_Photo {
		background-image: url(../img/services/Video_Top_Photo_767.jpg);
	}
	#Presentations_Top_Photo {
		background-image: url(../img/services/Presentations_Top_Photo_767.jpg);
	}

}




.case-navigation {
	display: none;
}
.case-navigation, .case-navigation .row {
	margin: 0;
	padding: 0;
}
/* Mobile navigation */
.case-navigation a:first-child .case-details {
	background-image: url(../img/Mobile_Left.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.case-navigation a:last-child .case-details {
	background-image: url(../img/Mobile_Right.png);
	background-position: Right center;
	background-repeat: no-repeat;
}

.case-details {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 80px;      /* equals max image height */
	width: 300px;
	text-align: center;
	margin-top: -10px;
	    
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: 	all .5s ease-in-out;
	-o-transition: 		all .5s ease-in-out;
	transition: 		all .5s ease-in-out;
}
.case-details:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.case-details img {
    vertical-align: middle;
    max-height: 80px;
    height: 40px;
    max-width: 300px;
}


.arrow-left .case-details img {
    margin-left: 60px;
}
.arrow-right .case-details img {
    margin-right: 60px;
}
.brands_wrapper, .header_wrapper {
	overflow-x: hidden;
}

.case-transform-left {
	left: 0;
	-webkit-transform: translateX(-300px);
	-moz-transform:    translateX(-300px);
	-ms-transform:     translateX(-300px);
	-o-transform:      translateX(-300px);
	transform:         translateX(-300px);
}
.case-transform-right {
	right: 0;
	-webkit-transform: translateX(300px);
	-moz-transform:    translateX(300px);
	-ms-transform:     translateX(300px);
	-o-transform:      translateX(300px);
	transform:         translateX(300px);
}
.arrows-start:hover .case-transform-left, .arrows-start:hover .case-transform-right,
.arrows-stop:hover .case-transform-left, .arrows-stop:hover .case-transform-right {
	-webkit-transform: translateX(0);
	-moz-transform:    translateX(0);
	-ms-transform:     translateX(0);
	-o-transform:      translateX(0);
	transform:         translateX(0);
}


.arrows-start {
	z-index: 2;
	position: fixed;
	top:50%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.arrows-stop {
	z-index: 1;
	position: absolute;
	top:50%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.arrow-left {
	left: 0;
}
.arrow-right{
	right: 0;
}
.arrows-start.hide {
	opacity: 0;
	z-index: 1;
	filter: alpha(opacity=0);
} 
.arrows-stop.show {
	opacity: 1;
	z-index: 2;
	filter: alpha(opacity=100);
} 

.arrows-start.services {
	position: absolute;
	display: none
}
.arrows-start.services .case-details {
	background-color: rgba(0, 0, 0, .8);
}
.arrows-start.services span {
	color: #fff;
}
.arrow-left.services span {
	margin-left: 50px;
}
.arrow-right.services span {
	margin-right: 60px;
}



/* not on touch */
.touch  .arrows-start, .touch  .arrows-stop {
	display: none !important;
}
.touch .case-navigation {
	display: block;
}
.touch  .case-details {
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0;
    width: 50%;
}
.touch  .case-details div {
    opacity: 1;
}


/* =Responsive: Large desktop and up
-------------------------------------------------------------- */
@media (min-width: 1199px) and (max-width: 1259px){
	.no-touch .brands_wrapper .container {
	    padding-left: 55px;
	    padding-right: 55px;
	}
}
/* =Responsive: Desktop or even Big Tablet
-------------------------------------------------------------- */
@media (max-width: 1059px) {
	.no-touch  .brands_wrapper .container{
	    padding-left: 55px;
	    padding-right: 55px;
	}
}

@media (max-width: 991px) {
	
	.case-navigation {
		display: block;
	}
	
	 .no-touch .brands_wrapper .container {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.arrows-start, .arrows-stop {
		display: none !important;
	}
	.case-details {
	    margin: 0;
	    position: relative;
	    z-index: 1;
	    padding: 0;
	    width: 50%;
	}
	.case-details div {
	    opacity: 1;
	}
	.case-details img {
	    height: 30px;
	}


}
@media only screen and (max-width: 479px) {
	
	.case-details img {
	    height: 20px;
	}

}


/* ==================================================
   Preloader
================================================== */
#jpreOverlay, #CGloading {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}
#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}
#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}
#CGloading #loading {
	background-image: url(../img/CG_Loader.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -23px 0 0 -38px;
	width: 76px;
	height: 47px;
			
	-webkit-animation: rotate 1s infinite forwards;
	   -moz-animation: rotate 1s infinite forwards;
		-ms-animation: rotate 1s infinite forwards;
			animation: rotate 1s infinite forwards;
}
@-webkit-keyframes rotate {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes rotate {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}
@-ms-keyframes rotate {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}
@-o-keyframes rotate {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes rotate {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}