/* @override 
	http://efm:8888/css/main.css
	http://efm:8888/css/main.css?* */
	
/* @override 
	http://efm:8888/css/main.css
	http://efm:8888/css/main.css?* */

/*General*/



body {
    padding:0px;
	font-family: 'Raleway', sans-serif;
	color: #333333;
	font-size: 17px;
    line-height: 32px;
}

p {
	line-height: 170%;
	margin-bottom: 24px;
}

a {
    color: #ee3126;
    text-decoration: none;
}


a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}




.contact-link {
	margin-top: 5px;
	margin-bottom: 5px;
}

.contact-link i {
	font-size: 30px;
	vertical-align: top;
	margin-right: 5px;
}

.grey-bg {
    background-color: #dddfdf;
}

.dark-grey-bg {
    background-color: #c5c4c4;
}


.white-bg {
    background-color: #fff;
}


.text-white {
    color: #fff;
}

.red-bg {
    background-color: #ee3126;
		color: white;
}

.red-bg hr,
.drkblue-bg hr {
	border-color: white;
	opacity: .7;
}

.drkblue-bg {
	background-color: #110c20;
	color: white;
}

.button-primary a {
	background-color: #ee3126;
	padding: 10px 30px;
	margin: 0 10px;
	border-radius: 2px;
	display: inline-block;
	font-weight: bold;
	color: white;
	transition: all .3s;
}

.button-primary a:hover,
.red-bg .button-primary a:hover {
	color: white;
	background-color: #aa130a;
}


.red-bg .button-primary a {
	background-color: white;
	color: #ee3126;
}

.black-bg {
	background-color: black;
	color: white;
}

.black-bg .button-primary a {
	background-color: #ee3126;
	color: white;
}

.white-link {
	color:#fff;
}

.white-link:hover {
    color: #fff;
    text-decoration: none;
}

.enlarge {
	font-size:24px;
}


.large-marg-top {
	margin-top:80px;
}

.marg-top {
	margin-top:20px;
}

.marg-bott {
	margin-bottom:20px;
}


.white-box {
	background-color: #fff;
	color: #333;
    padding: 20px 20px 20px 20px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    /*height: 112px;*/
    min-height: 90px;
}


.white-box:hover {
	color: #ee3126;
}






hr {
    margin-top: 15px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #000;
    opacity: 0.5;
}






h1, h2, h3, h4 {
	text-transform:uppercase;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
	margin-top: 0;
}

h1  {
	font-size: 50px;
	margin-top: 60px;
	line-height: 90%;
}

h2 {
	font-size: 40px;
	margin-top: 50px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}




/*Nav Header*/


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 12px;
    margin-right: 15px;
    margin-bottom: 8px;
    /*background-color: #ee3126;*/
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}


.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-fixed-top {
    border-width: 0 0 0px;
    transition: all .5s;
}

.shrink.navbar-fixed-top {
	padding-bottom: 0;
}

.nav-float {
	float:right;
	margin-right: 10px;
	background-color: black;
}

		
.navbar-white {
    background-color: rgba(255, 255, 255, 0.3);
}


.navbar-black{
    background-color: #000; /*was #120d20 for 2020 logo*/
}



.login {
    background-color: rgba(0, 0, 0, 0.3);
}


.red {
    color: #ee3126;
}


.navbar-brand {
    float: left;
    height: 0px;
    padding: 8px 15px; /*was 8px 15px for normal logo*/ /*was 0 15px for 2020 logo*/
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img {
	width: 165px; /*was 165px for normal logo*/ /*was 150px for 2020 logo*/
	transition: width .5s;
}

.shrink .navbar-brand img {
	/*width: 92px;*/ /*enable for 2020 logo*/
}

.navbar-nav {
	margin: 8px 0;
}

.nav>li>a {
    padding: 12px 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
	line-height: 30px;
   	text-shadow: none;
}


.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.3);
}


.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: none;
}


.dropdown-menu {
    padding: 0px;
    font-size: 12px;
	background-color: rgba(0, 0, 0, 0.6);
	border:none;
    border-radius: 0px;
    box-shadow: none;
}


.dropdown-menu>li>a {
    padding: 10px 14px;
    color: #fff;
	text-transform: uppercase;
}


.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
	background-image:none;
    background-repeat:none;
	background-color: rgba(0, 0, 0, 0.2);
}







/*carousel */


.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-caption {
    bottom: 0px;
    right: 19.5%;
    left: 19.5%;
    padding: 0px;
	text-shadow: none;
	text-align: left;
}



.caption-one {
	background: rgba(0,0,0,0.60);
	padding: 20px 60px 0px;
	position: absolute;
    width: 490px;
    font-weight: 300;
    font-size: 23px;
    line-height: 140%;
	bottom: 100px;
	right: 0;
	color: white;
}

.caption-one p {
	line-height: 140%;
}

.carousel-inner .container {
	/*background-color: yellow;*/
	overflow: hidden;
	height: 100%;
	position: relative;
}


.quote-in {
    font-size: 138px;
    margin: 35px 18px 87px 0px;
    display: block;
    position: absolute;
    left: 10px;
}


.quote-out {
    font-size: 138px;
    display: block;
    position: absolute;
    right: 10px;
}


.quoter {
    font-size: 16px;
	font-weight:600;
}


.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 0px;

}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border-radius: 0px;
	margin: 1px;
}




/*** slide Nav ***/

.slide-nav  {
	padding: 0;
	z-index: 1000;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
	color: white;
	font-weight: 500;
}


.slide-nav .col-md-2  {
	 padding: 0px;
}


.slide-nav figure {
	margin: 0;
	position: relative;
	width:100%;
	height: 80px;
	overflow: hidden;
}

.slide-nav figure:hover {
	overflow: visible;
}

.overflow-hidden {
	overflow: hidden!important;
	position: relative;
}
	
		
.panel-group {
  margin-bottom: 5px;
}


.panel-group .panel {
    margin-bottom: -5px;
    border-radius: 0px;
}



.panel-default {
    border-color: #ddd;
}


.panel {
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow:none;
}


.panel-default>.panel-heading {
    background-image: none;
    background-repeat: repeat-x;
	background-color: rgba(239, 72, 54, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 0px solid #ddd;
}

.panel-heading {
    border-radius: 0px;
	background-image: none;
    background-repeat: repeat-x;
	padding: 0;
}


.panel-heading h3 {
  margin: 0;
}

.panel-heading h3 a {
  padding: 20px 15px;
  font-size: 17px;
  line-height:0px;
  text-shadow: 0 0 1px #000;
  margin: 0;
  display: block;
}

.panel-body {
    padding: 20px;
	color:#fff;
	font-size: 16px;
	line-height:22px;
}
.panel-body p:last-child {
	margin: 0;
}











/*Staic Banner*/

.banner-message {
    font-size: 35px;
    color: #fff;
    text-shadow: 0 0 10px #000;
    position: absolute;
    bottom: 42px;
    line-height: 44px;
}


.black {
	color: #333;
    text-shadow: none;
}


/*Unrivaled Services*/

.services-bg {
	background: url() no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#automotive .services-bg {
	background-image: url('/img/automotive-bg.jpg');
}

#music .services-bg {
	background-image: url('/img/tint-music.jpg');
}

/*#music-entertainment #case-studies {
	display: none;
}*/

#events-and-exhibitions .services-bg {
	background-image: url('/img/tint-events.jpg');
}

#events-and-exhibitions #case-studies {
	/*display: none;*/
}

#sport .services-bg {
	background-image: url('/img/tint-sport2.jpg');
}

#sport #case-studies {
	/*display: none;*/
}

#stage-screen .services-bg {
	background-image: url('/img/tint-theatre.jpg');
}

#stage-screen #case-studies {
	/*display: none;*/
}

#special-projects .services-bg {
	background-image: url('/img/tint-special.jpg');
}

#special-projects #case-studies {
	/*display: none;*/
}






section {
	padding: 80px 0 30px 0;
}

section.introduction {
	margin-top: 50px;
	padding-bottom: 25px;
}

.main-content ul {
  list-style: square;
  padding-left: 20px;
  line-height: 130%;
}

.main-content li {
  /*padding-left: 1.3em;*/
  /*line-height: 150%;*/
  margin-bottom: 16px;
}

.main-content ul.list-unstyled {
	list-style: none;
}

.pretty-list {
	text-align: center;
}

.pretty-list img {
	width: 30px;
	height: 15px;
	margin-bottom: 10px;
}






/*DELIVERING EXCELLENCE*/

/*red-hover:hover {
    color:#ee3126;
}*/

.methods a span {
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-top: 140px;
}

.methods a {
	display: block;
	position: relative;
	background-repeat:no-repeat;
	height: 177px;
	width: 127px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
}

.methods a:hover {
	color: #ee3126;
}

.methods .air {
	background-image: url(../img/air.gif);
}

.methods .air:hover {
    background-image:url(../img/air-red.gif);
}


.methods .sea {
	background-image: url(../img/sea.gif);
}

.methods .sea:hover {
    background-image:url(../img/sea-red.gif);
}


.methods .road {
	background-image: url(../img/road.gif);
}

.methods .road:hover {
    background-image:url(../img/road-red.gif);
}


.methods .rail {
	background-image: url(../img/rail.gif);
}

.methods .rail:hover {
    background-image:url(../img/rail-red.gif);
}


.methods .beyond {
	background-image: url(../img/beyond.gif);
}

.methods .beyond:hover {
    background-image:url(../img/beyond-red.gif);
}




/*Latest Moves*/


#moves-bg {
	background: url('../img/plane-tracks-bg.jpg') no-repeat center center scroll;
    padding: 50px 0 30px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.listing .item .headline-wrap {
	padding: 20px 14px 20px 20px;
	background-color: white;
}

.listing .item h3 {
    font-size: 20px;
	z-index: 100;
    /*margin: 0px;*/
	color: #333;
}

.listing .item h3:hover {
	color: #ee3126;
}

.listing .item .icons {
    text-align: right;
}

.listing .item .icons img {
    margin-right: 6px;
    margin-bottom: 6px;
}

.listing .item figure { 
  /*display: block; */
  position: relative; 
  /*float: left; */
  overflow: hidden; 
  margin: 0 0 30px;
}


figcaption { 
  position: absolute; 
  background: rgba(0,0,0,0.75); 
  color: #fff;
  padding: 20px;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}

.listing .item figcaption p { 
  font-size: 16px;
  line-height: 150%;
  margin: 0!important;
  
}

.listing .item figcaption { left: 0; top: 200%;}
.listing .item:hover figcaption { top: 0px; }
















/*logo carousell*/

#logo_slider .carousel-control.left,
#logo_slider .carousel-control.right,
#testimonial_slider .carousel-control.left,
#testimonial_slider .carousel-control.right {
  background-image: none;
}

span.glyphicon.glyphicon-chevron-right,
span.glyphicon.glyphicon-chevron-left {
	background-color: gray;
	width: 50px;
	height: 50px;
	padding: 13px 0px 0px 0px;
	font-size:24px;
}

span.glyphicon.glyphicon-chevron-left {
	left:20px;
}

span.glyphicon.glyphicon-chevron-right {
	right:20px;
}


#logo_slider img {
	display: inline-block;
	max-width: 180px;
	margin: 20px 30px 20px 30px;
}

#logo_slider {
	text-align: center;
}


#testimonial_slider,
.banner-with-text {
	background-position: center center!important; 
	background-size: cover!important; 
	height: 550px;
	margin-top: 80px;
	margin-bottom: -80px;
}

#music-entertainment #testimonial_slider {
	background-position: center top!important; 
}


.testimonial-wrap {
	margin-left: 50px;
	width: 50%;
}

#testimonial_slider p {
    font-family: georgia;
    font-style: italic;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 0;
    color: white;
	background-color: rgba(0, 0, 0, 0.51);
	padding: 15px 20px;
}

.speach-mark {
    padding: 43px 46px 0px -6px;
    font-size: 169px;
    color: #C6C6C6;
    line-height: 110px;
    position: absolute;
    left: 94px;
    top: 40px;

}




/*****************************social buttons************************/


#social-bar{
    color: #fff;
	padding: 30px 0;
	background-color:#ee3126;
	text-transform:uppercase;
}

#social-bar h3 {
	margin-bottom: 16px;
	font-size: 30px;
}

.redbar {
	float:left;
	    margin-right: 10px;
    margin-top: 2px;
}
	
.social-btn{
	float:left;
}
	
.redbar-push {
    margin-left: 240px;

}


.social-btn li a i{
    line-height: 170%;
}


.social-btn li a {
    font-size: 20px;
    text-align: center;
    border: 2px solid #999999;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-block;
}


.features .social-btn li a i{
    color:#fff;
}


.features .social-btn li a:hover i{
    color: #ee3126;
}


.features .social-btn li a{
    border-color:#fff;
}


.features .social-btn li a:hover {
    background-color: #fff;
}


.foot-right {
    text-align: right;
}

.foot-marg {
	margin-bottom:0px;
}






/*footer*/

.footer {
    background-color: #fff;
	padding:20px 0px 40px 0px;
	font-size: 16px;
	line-height: 140%;
}


.footer h4 {
	margin-bottom:30px;
	margin-top:30px;
	font-size: 16px;
}

.footer ul {
	list-style: none;
	padding-left: 0;
}

.footer a:hover {
    color: 	#666666;
    text-decoration: none;
}

.footer a {
	color: #999999;
	margin-bottom: 12px;
}

.footer li {
	margin-bottom: 8px;
}




/*legal*/

.legal {
    background-color: #454849;
    color: #fff;
    font-size: 13px;
    padding: 20px 0px 10px 0px;
}



/*Contact*/

.red-link {
    color: #333;
}


a:hover, a:focus, .red-link {
    color: #ee3126;
}


.contact {
	list-style:none;
}

.contact li {
	margin-bottom:25px;
	line-height: 25px;
}

.red-fa {
	margin: 0px 20px 0px -40px;
	color: #ee3126 !important;
}

.pr0 {
	padding-right: 0!important;
}


/*Blog*/
.blog {
	background-color: #fff;
	color: #333;
    padding: 20px 20px 20px 20px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
}


.blog-title {
	width: 100%;
    font-size: 20px;
	z-index: 100;
    padding: 20px;
    background: #fff;
    margin: 0px;
	color: #333;
}

.blog-title:hover {
	color: #ee3126;
}





.intro {
	padding-bottom: 20px;
	margin-top: 80px;
}

#case-studies .intro,
#news-moves .intro {
	padding-top: 80px;
}

#case-studies .nav.nav-pills {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

#case-studies .nav.nav-pills li {
	float: none;
	display: inline-block;
	zoom: 1;
}

.nav.nav-pills li a {
	border-radius: 0;
	background-color: #999;
}

.nav.nav-pills li.active a {
	background-color: #ee3126;
}

.nav.nav-pills li a:hover {
	background-color: #555;
}

.isotopeFilters {
	margin: 0 0 30px ;
}





/*CASE STUDIES*/

.sidebar .item {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.sidebar {
	font-size: .8em;
}

.sidebar h4 {
	font-size: 1.4em;
}

.sidebar .headline-wrap h4 {
	margin-top: 12px;
}



.inline-item {
	float: none;
	display: inline-block;
	margin: 0 -0.125em;
	vertical-align: top;
}

.office-detail {
	margin-bottom: 30px;
}

.banner {
	padding: 0;
}




#specialisms {
	padding: 0;
	margin-bottom: 30px;
	overflow: hidden;
	height: 100%; /*this is actually set by JS*/
	transition: all 1s;
	background-color: #120d20;
}

#specialisms .specialism {
	height: 100%;
	width: 16.6666667%;
	float: left;
	overflow: hidden;
	position: absolute;
	background-size: cover !important;
	/*cursor: pointer;*/
	background: center 140px no-repeat;
	
}

#specialisms #music {
	background-image: url(/img/rammstein-home.jpg);
}

#specialisms #events {
	left: 16.6666667%;
	background-image: url(/img/division-bell3.jpg);
}

#specialisms #sport {
	left: 33.3333334%;
	background-image: url(/img/sport-football-stadium.jpg);
}

#specialisms #automotive {
	left: 66.6666668%;
	background-image: url(/img/pic4e.jpg);
}

#specialisms #tv {
	left: 50.0000001%;
	background-image: url(/img/pic5a.jpg);
}

#specialisms #special {
	left: 83.3333335%;
	background-image: url(/img/special-projects.jpg);
}


#specialisms .specialism h3 {
	position: absolute;
	top: 95px; /*was 76px for normal logo*/
	color: white;
	font-size: 19px;
	text-transform: lowercase;
	text-align: center;
	padding: 20px;
	transition: all .5s;
	width: 100.1%; /* added .1 to fix a problem Anne-marie sees to the right of the music H3*/
	/*text-shadow: 0 0 20px black, 0 0 10px black, 0 0 2px #000000;*/
	background-color: #120d20;
	z-index: 2;
	font-weight: 300;
	min-height: 80px;
	display: table;
}

.centre-vertically {
	display: table-cell;
	vertical-align: middle;
}

#specialisms .specialism .info {
	/*font-size: 13px;
	color: white;
	padding: 20px 20px 10px;
	position: absolute;*/
	/*bottom: -10px;*/
	/*top: 82px;*/
	/*opacity: 0;*/
	/*display: none;*/
	/*transition: all 1s;
	z-index: 2;
	background-color: black;
	max-height: 63px;
	overflow: hidden;*/
}

/*#specialisms .specialism .info p {
	margin-bottom: 10px;
	line-height: 140%;
}

#specialisms .specialism .info h3 {
	position: relative;
	margin-bottom: 20px;
	top: 0;
	padding: 0;
}*/

/*#specialisms .specialism .info,
#specialisms .specialism .info h3 {
	width: 100%;
}*/

#specialisms .specialism:hover .info,
#specialisms .specialism:hover .info h3 {
	/*opacity: 1;*/
	/*display: block;*/
}

#specialisms .specialism:hover h3 {
	/*opacity: 0;*/
	/*display: block;*/
	color: #ee3126;
}

/*#specialisms .specialism:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: black;
    transition: all 1s ease-in-out;
    opacity: .6;
}*/
/*
#specialisms .specialism:hover:after {
    opacity: 0;
}*/

/*#specialisms .specialism:hover .info {
    max-height: 500px;
    height: auto;
    transition: all 1s ease-out;
}*/


#testimonial_slider .carousel-inner {
	bottom: 0;
	position: absolute;
}

.image-content {
	margin-bottom: 30px;
}


/*ALWAYS ON NAVBAR COLLAPSE*/

.navbar-header {
  float: none;
  padding: 8px 0;
  
}
.navbar-toggle {
  display: block;
}
.navbar-collapse.collapse {
  display: none!important;
  background-color: black!important;
}
.navbar-nav {
  float: none!important;
}
.navbar-nav>li {
  float: none;
}
.navbar-collapse.collapse.in{
  display:block !important;
}



#case-studies h1 {
	font-size: 40px;
}




/*Cool Slider:*/

/* http://www.menucool.com/jquery-slider */

#thumbnail-slider {
    margin:0 auto; /*center-aligned*/
    width:100%;/*width:400px;*/
    max-width:90%;
    padding:20px;
    /*background-color:#f2f1ea;*/
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.3);*/
    /*box-sizing:border-box;*/
    position:relative;
    -webkit-user-select: none;
    user-select:none;
}

#thumbnail-slider div.inner {
    /*the followings should not be changed */
    position:relative;
    overflow:hidden;
    padding:2px 0;
    margin:0;
}

 
#thumbnail-slider div.inner ul {
    /*the followings should not be changed */
    white-space:nowrap;
    position:relative;
    left:0; top:0;
    list-style:none;
    font-size:0;
    padding:0;
    margin:0;
    float:left!important;
    width:auto!important;
    height:auto!important;
}

#thumbnail-slider ul li {
    display:inline-block;
    *display:inline!important; /*IE7 hack*/
    /*border:3px solid black;*/
    margin:0;
    margin-right:10px; /* Spacing between thumbs*/
    transition:border-color 0.3s;
    box-sizing:content-box;
    text-align:center;
    vertical-align:middle;
    padding:0;
    position:relative;
    list-style:none;
    backface-visibility:hidden;
}

#thumbnail-slider ul li.active {
    /*border-color:white;*/
}

#thumbnail-slider .thumb {
    opacity:1;
    width:100%;
    height: 100%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    display:block;
    position:absolute;
    font-size:0;
}

/* --------- navigation controls ------- */
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */

#thumbnail-slider-pause-play {display:none;} /*.pause*/

#thumbnail-slider-prev, #thumbnail-slider-next
{
    opacity:1;
    position: absolute;
    /*background-color:#0346a3;*/
    *background-color:#ccc;/*IE7 hack*/
    backface-visibility:hidden;
    width:32px;
    height:60px;
    line-height:60px;
    top: 50%;
    margin:0;
    margin-top:-30px;
    color:white;    
    z-index:10;
    cursor:pointer;
}

#thumbnail-slider-prev {
    left:-30px; right:auto;
}

#thumbnail-slider-next {
    left:auto; right:-30px;
}
#thumbnail-slider-next.disabled, #thumbnail-slider-prev.disabled {
    opacity:0.3;
    cursor:default;
}


/* arrows */
#thumbnail-slider-prev::before, #thumbnail-slider-next::before {
    position: absolute;
    top: 19px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-left: 6px solid black;
    border-top: 6px solid black;
}

#thumbnail-slider-prev::before {
    left:7px;
    -ms-transform:rotate(-45deg);/*IE9*/
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
}

#thumbnail-slider-next::before {
    right:7px;
    -ms-transform:rotate(135deg);/*IE9*/
    -webkit-transform:rotate(135deg);
    transform: rotate(135deg);
}

/*Responsive settings*/
@media only screen and (max-width:736px){

    #thumbnail-slider {padding:10px 26px;}

    #thumbnail-slider-prev {left:0px;}

    #thumbnail-slider-next {right:0px;}
}



/* centered Bootstrap columns */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    vertical-align: top;
}




/*ARCHIVE LISTING*/

.archive-list {
	line-height: 140%;
	list-style: none;
	transition: all .5s;
}

.archive-list li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-left: -20px;
    transition: all .5s;
}

.archive-list:hover li:before {
    margin-left: -15px;
}





}

#video-background {
  /*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  top: 0;
  min-width: 100%; 
}



#video-wrap {
	width: 100%;
	height: 100%;
	background-color: black;
	position: absolute;
	z-index: 9999;
}

#mybox {
	width: 200px;
	height: 200px;
	background-color: green;
	position: absolute;
	z-index: 99999999999999999;
}


/*TWITTER FEED*/

.twitter-feed .iconRounded {
	display: inline-block!important;
	width: 40px;
	height: 40px;
	border: 3px solid #7aa4dd;
	border-radius: 100%;
}

.tweet_list {
	list-style: none;
	padding: 0;
}

.tweet_list li {
	width: 360px;
	width: 100%;
	display: block;
	float: left;
	margin-right: 30px;
	
	border-top: 1px solid #aaa;
	background-size: 300px;
	padding: 10px 10px 0px 0;
	font-size: .9em;
	line-height: 140%;
}

.tweet_list li:last-child {
	margin-right: 0;
}

.tweet_avatar img {
	margin-right: 6px;
	vertical-align: top;
}

a.tweet_avatar {
	display: block;
	float: left;
}

.tweet_list a {
	color: #ee3126;
}

#cookiescript_accept,
cookiescript_reject,
cookiescript_readmore {
	border-radius: 0!important;
	text-shadow: none!important;
}

#cookiescript_wrapper {
	font-family: Raleway, sans-serif!important;
}


#airMilesModal .modal-body {
	background-color: #ee3126;
	color: white;
	padding-bottom: 10px;
	padding-top: 26px;
}

#airMilesModal h3 {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 20px;
}


#airMilesModal .img-wrap {
	background-color: white;
	padding: 20px 50px;
	margin: -6px 90px 18px;
}

#airMilesModal .close-link {
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
}

#airMilesModal .btn-primary {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: -10px;
	margin-bottom: 8px;
	border-radius: 0;
	border: 2px solid white;
	background-color: inherit;
}



.modes {
	/*position: absolute;*/ 
	/*left: 220px;*/
	/*top: 24px;*/
	transition: all .5s;
}

.modes a {
	display: block;
	height: 100%;
}

.modes li {
	width: 55px;
	height: 50px;
	margin-right: 5px;
	text-align: center;
	overflow: hidden;
	font-size: 0;
	background-position: center top;
	background-repeat: no-repeat!important;
	background-size: contain;
	display: inline-block;
}



.modes ul {
	text-align: center; /* added for replacement of normal logo*/
	margin-top: 10px;
	margin-left: 225px;
	margin-bottom: 0;
	transition: all .5s;
}

.shrink .modes ul {
	margin-left: 140px;
}


.modes .air {
	background: url(../img/mode-icons/air.svg);
}
.modes .air:hover {
    background-image:url(../img/mode-icons/air-active.svg);
}

.modes .sea {
	background: url(../img/mode-icons/sea.svg);
}
.modes .sea:hover {
    background-image:url(../img/mode-icons/sea-active.svg);
}

.modes .road {
	background: url(../img/mode-icons/road.svg);
}
.modes .road:hover {
    background-image:url(../img/mode-icons/road-active.svg);
}

.modes .rail {
	background: url(../img/mode-icons/rail.svg);
}
.modes .rail:hover {
    background-image:url(../img/mode-icons/rail-active.svg);
}

.modes .beyond {
	background: url(../img/mode-icons/and-beyond.svg);
}
.modes .beyond:hover {
    background-image:url(../img/mode-icons/and-beyond-active.svg);
}


.modes.in-body ul {
	margin: 0;
}

.modes.in-body li {
	width: 100px;
	height: 90px;
	transition: all .3s;
}

.modes.in-body .air {
	background: url(../img/mode-icons/air-active.svg);
}
.modes.in-body .sea {
	background: url(../img/mode-icons/sea-active.svg);
}
.modes.in-body .road {
	background: url(../img/mode-icons/road-active.svg);
}
.modes.in-body .rail {
	background: url(../img/mode-icons/rail-active.svg);
}
.modes.in-body .beyond {
	background: url(../img/mode-icons/and-beyond-active.svg);
}

.modes.in-body li:hover {
    transform: scale(1.1);
}


.company-info {
	text-transform: none;
	text-align: center;
}


.sidebar-photos {
	padding: 20px;
}

.sidebar-photos img {
	margin-bottom: 6px;
	-moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.49);
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.49);
	border: 10px solid #fff;
}

.sidebar-photos img:nth-child(3n+1) {
	transform: rotate(2deg);
}

.sidebar-photos img:nth-child(3n+2) {
	transform: rotate(-2deg);
}

.manifesto-wrap {
	background: url(../img/manifesto-bg.jpg) center center no-repeat;
	background-size: cover;
		padding: 70px;
	
}

.manifesto-wrap h3 {
	color: white;
}

.manifesto-wrap .modal-dialog {
	width: 90%!important;
}

.manifesto-wrap .modal-content {
	border-radius: 0;
}

.manifesto-wrap .close {
	font-size: 30px;
	margin-right: 10px;
}

.p70 {
	padding: 70px;
}

.superhero-mode {
	padding: 50px 30px;
	overflow: hidden;
	background-color: white;
}

.speech-bubble {
	background-color: #ee3126;
	padding: 15px 20px;
	border-radius: 20px;
	transition: all .5s!important;
}

.shout-outs .carousel-inner .item.active,
.shout-outs .carousel-inner,
.shout-outs .slide

{
	transition: all .5s!important;
}



.speech-bubble p {
	font-size: 14px;
	text-align: center;
	color: white;
	margin-bottom: 0;
}

.speech-bubble p.author {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 700;
}

.speech-mark {
	width: 20px;
	margin: 0 3px;
}

.speech-pointer {
	width: 20px;
	right: -50%;
	position: relative;
	display: block;
	bottom: -2px;
}

.shout-outs .carousel {
	max-width: 80%;
	margin-top: -14px;
	margin-left: auto;
	margin-right: auto;
}

.shout-outs .item {
	width: 100%;
}

.notice-board {
	/*background: url(../img/notice-board-bg.jpg) center center no-repeat;*/
	background-size: cover;
	padding: 30px 0;
}

.with-bg {
	background: url(../img/notice-board-bg.jpg) center center no-repeat;
	background-size: cover;
}

.notice-board h3 {
	background-color: #ee3126;
	display: inline-block;
	margin: 0 0 0 15px;
	color: white;
	padding: 10px 15px;
}

.notice-board h4 {
	font-size: 18px;
}

.notice-board .white-bg {
	padding: 30px 30px 15px;
}

.notice-board .above-beyond {
	padding: 30px 20px 0 10px;
}

.job-excerpt,
.above-beyond-item {
	padding-bottom: 36px;
	position: relative;
}

.above-beyond h4.heading b {
	color: #ee3126;
}

.above-beyond-item p {
	margin-bottom:40px;
}

.notice-board p {
	font-size: 14px;
	line-height: 130%;
	margin-bottom: .7em;
}

.notice-board .job-info p {
	margin: 0;
	font-size: 13px;
}

/*.notice-board .job-excerpt {
	min-height: 200px;
}*/

.notice-board .job-info {
	background-color: #eee;
	margin-bottom: 8px;
	padding: 10px 15px;
}

.notice-board .link {
	position: absolute;
	bottom: 10px;
	font-size: 14px;
}

.notice-board h5 {
	color: #ee3126;
}

.last-para {
	margin-bottom: 0;
}

.equal-height {
	padding-bottom: 10px;
}

.banner-wrapper {
	margin-top: 95px;
}

#efm_way .intro {
	margin-top: 0;
}



/*FLIP BOXES*/
.flip-box {
  background-color: transparent;
  /*width: 300px;*/
  height: 330px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
	background: url(/img/hex-rc-1.png) center center no-repeat;
	background-size: contain;
}

.flip-wrap {
	width: 25%;
	float: left;
	margin-top: -70px;
}

.flip-wrap:nth-of-type(1),
.flip-wrap:nth-of-type(8)
{
	margin-left: 12.5%;
}



/*.flip-wrap:nth-of-type(4) {
	clear: both;
	margin-left: 10%;
}*/

.flip-wrap:nth-of-type(2) .flip-box-front,
.flip-wrap:nth-of-type(2) .flip-box-back {
	background-image: url(/img/hex-rc-2.png);
}

.flip-wrap:nth-of-type(3) .flip-box-front,
.flip-wrap:nth-of-type(3) .flip-box-back {
	background-image: url(/img/hex-rc-3.png);
}

.flip-wrap:nth-of-type(4) .flip-box-front,
.flip-wrap:nth-of-type(4) .flip-box-back {
	background-image: url(/img/hex-rc-4.png);
}

.flip-wrap:nth-of-type(5) .flip-box-front,
.flip-wrap:nth-of-type(5) .flip-box-back {
	background-image: url(/img/hex-rc-5.png);
}

.flip-wrap:nth-of-type(6) .flip-box-front,
.flip-wrap:nth-of-type(6) .flip-box-back {
	background-image: url(/img/hex-rc-6.png);
}

.flip-wrap:nth-of-type(7) .flip-box-front,
.flip-wrap:nth-of-type(7) .flip-box-back {
	background-image: url(/img/hex-rc-7.png);
}

.flip-wrap:nth-of-type(8) .flip-box-front,
.flip-wrap:nth-of-type(8) .flip-box-back {
	background-image: url(/img/hex-rc-8.png);
}

.flip-wrap:nth-of-type(9) .flip-box-front,
.flip-wrap:nth-of-type(9) .flip-box-back {
	background-image: url(/img/hex-rc-9.png);
}

.flip-wrap:nth-of-type(10) .flip-box-front,
.flip-wrap:nth-of-type(10) .flip-box-back {
	background-image: url(/img/hex-rc-10.png);
}


.flip-box-back {
  transform: rotateY(180deg);
}

.flip-wrap h3,
.flip-wrap li,
.flip-wrap p {
	margin: 0;
}

.flip-wrap p {
	line-height: 1.2em;
}


blockquote {
  border: none;
	font-size: 1.5em;
	line-height: 130%;
	padding-left: 30px;
	padding-right: 30px;
}

blockquote:before,
blockquote:after {
  position: absolute;
	color: #ee3126;
  font-size: 5em;
  line-height: 0em;
}

blockquote:before {
  content: '“';
  left: 0;
	top: 50px;
}

blockquote:after {
  content: '”';
  right: 0;
	bottom: 0;
}

.banner-with-text {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position-y: -150px!important;
}

.banner-with-text .text {
	width: 100%;
	padding: 0 25%;
	color: white;
	z-index: 1;
	text-shadow: 0 0 30px #000000;
}

.banner-with-text .text a {
	color: white;
}

.banner-with-text .text hr {
	border-color: white;
	opacity: 1;
}

.banner-with-text .text.white-bg-tint hr {
	border-color: black;
	opacity: 1;
}

.banner-with-text .text .button-primary a {
	text-shadow: none;
}

.banner-with-text .text.white-bg-tint {
	color: black;
	text-shadow: none;
}

.banner-with-text .text.white-bg-tint a {
	color: black;
}

.banner-tint-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner-tint-bg.black-bg-tint {
	background-color: rgba(0, 0, 0, 0.35);
}

.banner-tint-bg.white-bg-tint {
	background-color: rgba(255, 255, 255, 0.6);
}





/*==========  SLY MEDIA QUERIES - Non-Mobile First Method  ==========*/

	.screen-size-tag {
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 20px;
		background-color: gray;
		color: white;
		z-index: 99999999;
		display: none;
	}
	
	.screen-size-tag:before {
		content: 'Large';
	}




    
    /* MEDIUM Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		.screen-size-tag:before {
			content: 'Medium';
		}
		
		.navbar-brand img {
			/*width: 130px;*/ /*was 130 for normal logo*/
		}
		
		
		.nav>li>a {
			padding: 10px 16px;
		}
		
		
		.caption-title {
			font-size: 19px;
			height: 99px;
		}
		
		
		
		.listing .item .icons img {
			width: 30px;
		}
		
		
		.white-box {
			/*height: 139px;*/
		}
		
		
		.redbar-push {
			margin-left: 140px;
		}
		
		/*#specialisms .specialism .info {
			top: 62px;
		}*/
		
		#testimonial_slider,
		.banner-with-text {
			margin-top: 75px;
		}
		
		.modes {
			/*position: absolute;*/
			/*left: 170px;*/
			/*top: 12px;*/
		}
		
		.modes ul {
			/* added for replacement of normal logo*/
			margin-left: 190px;
		}
		
		.shrink .modes ul {
			margin-left: 115px;
		}
		
		.modes li {
			width: 55px;
		}
		
		.superhero-mode {
			padding: 70px 0;
		}
		
		.flip-wrap {
			padding: 5px;
			margin-top: -120px;
		}
		
		.banner-with-text .text {
			padding: 0 50px;
		}
				
    }
    
    /* SMALL Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.screen-size-tag:before {
			content: 'Small';
		}
		
		.navbar-brand img {
			/*width: 100px;*/ /* was 100px for normal logo*/
		}
		
		
		.navbar-header {
        	float: none;
		}
		.navbar-left,.navbar-right {
			float: none !important;
		}
		.navbar-toggle {
			display: block;
		}
		.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		}
		.navbar-fixed-top {
			top: 0;
			border-width: 0 0 1px;
		}
		.navbar-collapse.collapse {
			display: none!important;
		}
		.navbar-nav {
			float: none!important;
			margin-top: 7.5px;
			margin: 0px 0px;
			padding-top: 50px;
			width: 100%;
		}
		.navbar-nav>li {
			float: none;
		}
		.navbar-nav>li>a {
			/*padding-top: 10px;
			padding-bottom: 10px;*/
		}
		.collapse.in{
			display:block !important;
		}
		
		
		.navbar-collapse {
    		padding-right: 0px;
    		padding-left: 0px;
		}
				
		.nav-no {
			padding-left: 16px;
		}
		
		/*.navbar-black {
			background-color: rgba(14, 14, 14, 0.9);
		}*/
	
		.nav>li>a {
			padding: 10px 15px;
			width: 100%;
		}
		
		
		
		
		figure {
			margin: 0 0px 20px 0;
		}
		
		.caption-title {
			height: auto;
		}		
		
		.legal {
			font-size: 12px;
		}
	
	
		.banner-message {
			font-size: 25px;
			/*bottom: 84px;*/
			line-height: 33px;
		}
		
		.white-box {
			/*height: 89px;*/
			min-height: inherit;
		}
		
		.redbar-push {
			margin-left: 30px;
		}
		
		.dropdown-menu {
			background-color: #000;
		}
		
		.marg-bott.slider-wrap {
			margin-bottom: 0;
		}
		
		.caption-one {
			bottom: 340px;
		}
		
		.banner {
			padding-top: 50px;
		}
		
		/*#specialisms .specialism .info {
			top: 42px;
		}*/
		
		#testimonial_slider,
		.banner-with-text {
			margin-top: 50px;
		}
		
		.modes {
			/*position: absolute;*/
			/*left: 145px;*/
		}
		
		.modes ul {
			/* added for replacement of normal logo*/
			margin-left: 150px;
		}
		
		.modes li {
			width: 50px;
		}
		
		.sidebar-photos img {
			border: 6px solid #fff;
		}
		
		/*.notice-board .job-excerpt {
			min-height: inherit;
		}*/
		
		.notice-board .link {
			position: relative;
		}
		
		.notice-board p {
			margin: 0;
		}
		
		.job-excerpt {
			padding-bottom: 10px;
		}
		
		.panel-equal-height.job-wrapper {
			height: auto!important;
		}
		
		.flipboxes {
			text-align: center!important;
		}
		
		.flip-wrap {
			width: 33%;
			margin-top: -115px;
		}
		
		.flip-wrap:nth-of-type(1),
		.flip-wrap:nth-of-type(6)
		{
			margin-left: 16.5%;
		}
		
		.flip-wrap:nth-of-type(8) {
			margin-left: 0;
		}
		
		.banner-with-text .text {
			padding: 0 10px;
		}
			
		.banner-with-text {
			height: auto;
			padding: 60px 30px 30px;
			background-position: center center!important;
			background-size: cover;
			background-attachment: scroll;
		}
			
			
		}
	
	

	

    /* EXTRA SMALL Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.screen-size-tag:before {
			content: 'Extra Small';
		}
		
		.navbar-fixed-top {
			padding-bottom: 0;
		}
		
		.caption-one {
			width: 410px;
			font-size: 19px;
			margin-right: 29px;
			bottom: 50px;
		}
			
			
		.foot-right {
			text-align: left;
		}
	
	
		.foot-marg {
			margin-bottom:60px;
		}
		
		
		.foot-align {
			text-align:center;
			margin-left:auto;
			margin-right:auto;
		}
		
		
		.redbar {
			float:none;
		}
		
		.social-btn{
			float:none;
			}
			
		.navbar-brand img {
			width: 100px;
		}
		
		
		.banner-message {
			bottom: 36px;
		}
			
		
		.white-box {
			/*height: auto;*/
		}
			
			
		.speach-mark {
			padding: 43px 46px 0px -6px;
			font-size: 146px;
			color: #C6C6C6;
			line-height: 110px;
			position: absolute;
			left: 0px;
			top: 10px;
		}
	
	
		
			
			
		.redbar {
			float:none;
			margin-right: 0px;
			margin-top: 0px;
		}
			
		.social-btn{
			float:none;
		}
			
		.redbar-push {
			margin-left: 0px;
		}
		
		
		#specialisms .specialism {
			width: 50%;
			height: 31.5%;
			left: 0!important;
			background-position: center center;
		}
		
		/*#specialisms #music {
			background-position: 0 -140px;
		}

		#specialisms #events {
			background-position: center -229px;
		}
		
		#specialisms #sport {
			background-position: center bottom;
		}
		
		#specialisms #automotive {
			background-position: center -250px ;
		}*/
		
		#specialisms #music {
			background-image: url(/img/rammstein-home-mobile.jpg);
		}
		
		#specialisms #events {
			background-image: url(/img/division-bell3-mobile.jpg);
		}
		
		#specialisms #sport {
			background-image: url(/img/sport-football-stadium-mobile.jpg);
		}
		
		#specialisms #automotive {
			background-image: url(/img/pic4e-mobile.jpg);
			background-position-x: right;
		}
		
		#specialisms #tv {
			background-image: url(/img/pic5a-mobile.jpg);
		}
		
		#specialisms #special {
			background-image: url(/img/special-projects-mobile.jpg);
		}
		
		
		
		
		#specialisms #events,
		#specialisms #automotive,
		#specialisms #special {
			left: 50%!important;
		}
		
		#specialisms #sport, 
		#specialisms #automotive {
			top: 31.5%;
		}
		
		#specialisms #tv, 
		#specialisms #special {
			top: 63%;
		}
		
		
		
		#specialisms.full-height {
			margin-top: 50px;
			position: relative;
		}
		
		/*#specialisms .specialism h3 {
			font-weight: 400;
			top: 20px;
		}*/
	
		#specialisms .specialism p {
			font-size: .9em;
		}

		#specialisms .specialism .info {
			padding: 10px;
			top: 10px;
		}
		
		
		
		#specialisms .specialism h3 {
			padding: 8px;
			min-height: 60px;
			top: auto;
			/*bottom: 0;;*/
			background-color: rgba(0, 0, 0, 0.75);
			background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 73%, rgba(0,0,0,0) 100%);
			background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 73%,rgba(0,0,0,0) 100%);
			background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 73%,rgba(0,0,0,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 );
			margin-bottom: 0
			;
		}
	
	section.introduction {
		margin-top: 0;
		padding-top: 30px;
	}
	
	#specialisms.full-height {
			margin-top: 77px;
		}
		
		/*AIR MILES MODAL*/
		
		.dont-remind-again,
		.remind-me-later {
			text-align: center!important;
		}
		
		#airMilesModal .img-wrap {
			padding: 20px 50px;
			margin: -6px 20px 18px;
		}
		
		
		.manifesto-wrap {
			padding: 30px;
		}
		
		.job-wrapper .link {
			border-bottom: 1px solid #ccc;
		}
		
		.flip-wrap {
			width: 350px;
			margin: 0!important;
			display: inline-block;
			float: none;
		}
		
				
	}
	
	
	





    /* SUPER EXTRA SMALL Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.screen-size-tag:before {
			content: 'Super Extra Small';
		}
		
		
		
		.listing .item figcaption p {
			font-size: 14px;
		}
	
	
		.caption-title {
			font-size: 12px;
			padding: 11px;
		}
		
		
		.carousel-caption {
			 bottom: 55%;
	    right: 5%;
	    left: 0%;
	    padding: 0px;
	    text-shadow: none;
	    text-align: left;
		}
		
		
		
		.caption-one {
			width: 274px;
			font-size: 12px;
			margin-right: 15px;
			padding: 14px 42px 0;
			margin-left: 14px;
		}
	
		.quote-in {
			font-size: 95px;
			margin: 31px 18px 87px 0px;
			left: 10px;
		}
		
		
		.quote-out {
			font-size: 95px;
			margin: 16px 2px 87px 0px;
			left:none;
		}
	
		.quoter {
			font-size: 12px;
		}
		  
		
		/*.cap-bot:hover figcaption { bottom: 57px; }*/
		
		
		
		.banner-message {
			font-size: 23px;
			bottom: 13px;
			line-height: 28px;
		}
	
	
		h1 {
	    	font-size: 39px;
		}

		
		h2 {
		    font-size: 33px;
		}
		
		
		
		.speach-mark {
		
		    display: none;
		}
		
		#testimonial_slider {
		    background-position-x: right!important;
		    height: 300px!important;
		}

		.testimonial-wrap {
			display: none;
		}
		
		.hidden-sxs {
			display: none;
		}
		
		.manifesto-wrap {
			padding: 15px;
		}


		
    }






    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        .screen-size-tag:before {
        	content: 'Smaller Still';
        }
		
		.banner-message {
		font-size: 17px;
		bottom: 13px;
		line-height: 22px;
		}
	      
        
    }








 /*Medium Devices, Desktops*/ 
    @media only screen and (min-width : 992px) {
		
		.dropdown:hover .dropdown-menu {
			display: block;
		}
		
    } 














