@import url('reset.css');

body {
	font: 15px/normal "Clicker Script", verdana, sans-serif;
	color: #163A50;
	background: #ffffff url(../images/bkgd1.jpg) top left no-repeat;
}

::-moz-selection{ background: #2bb673; color:#fff; text-shadow: none; }
::selection { background:#2bb673; color:#fff; text-shadow: none; }
ul {float: left;}
/* Typography */
h1 {
	font-size: 3.2em;
	line-height: 1.5em;
}

h2 {
	font-size: 2em;
		  font-weight: normal;

}

h3 {
  font-size: 1.1em;
}

p {
	font-size: 0.9em;
	margin: 0 0 1.3em;
}
	
	li a,
	p a {
		font-weight: bold;
	}

a,
a span.work-title {
	text-decoration: none;
	color: #4379ab;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

button {
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	text-align: left;
	font-family: "ff-din-web-1", Helvetica, sans-serif;
	background: none;
}

a:hover,
button:hover,
a:hover span.work-title,
a:hover span.work-details {
	color: #333;
}

button.default {
	padding: 10px 20px;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 0.6em;
	background: #2bb673;
	color: #f2f2f2;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

button.default:hover {
	background: #333;
}

.sprite {
	background: url('../images/sf_sprite.png') no-repeat 0 0;
}

/* Grid */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.column {
	float: left;
	margin: 0 20px 0 0;
	display: inline; 
}

.col-1 { width: 130px; }
.col-2, .col-3-layout .column { width: 280px; }
.col-3 { width: 430px; }
.col-4 { width: 530px; }
.col-5, .col-5-layout .column { width: 730px; }
.col-6 { width: 880px; margin-right: 0;}
.col-7 { width: 660px; }
.alpha { margin-left: 0 !important;}
.omega { margin-right: 0 !important;}

.clear { clear: both; }
.right { float: right !important; }
.left { float: left !important; }

.column.last,
.col-3-layout ul li:nth-child(3n),
.col-3-layout ul li.last {
	margin-right: 0;
}

/* Template elements */
ul.thumb-list {
	clear: both;
}
	
	ul.thumb-list li a {
		float: left;
		left: 0;
		position: relative;
		display: inline-block;
		text-align: left;
		padding: 0;
	}
	
	ul.thumb-list li img {
		margin: 0 0 1em;
	}
	
	ul.thumb-list li a img.work-half-tone {
		position: absolute;
		top: 0;
		opacity: 1;
		-webkit-transition: opacity 0.2s ease-in-out;
		-moz-transition: opacity 0.2s ease-in-out;
		-o-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	
	.no-csstransitions ul.thumb-list li a:hover img.work-half-tone,
	.touch ul.thumb-list li a img.work-half-tone {
		display: none;
	}
	
	.csstransitions ul.thumb-list li a:hover img.work-half-tone {
		opacity: 0;
	}

	ul.thumb-list li span.work-title {
		width: 100%;
		float: left;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 1.1em;
		margin: 0 0 0.25em;
	}
	
	ul.thumb-list li span.info {
		width: 100%;
	  color: #333;
    float: left;
    font-size: 0.85em;
    font-weight: normal;
	}
	
	ul.thumb-list li span.work-details {
		clear: both;
		font-weight: normal;
		color: #333;
	}

/* Layout */
#container {
	width: 100%;
	display: block;
}

section,
footer {
	width: 100%;
	float: left;
	clear: both;
	vertical-align: top;
}

header,
footer {
	width: 880px;
	float: left;
}

header {
	margin: 0 70px;
	position: relative;
}

	header h1 {
		width: 880px;
		float: left;
		letter-spacing: -2px;
	background: url(../images/bordure2.png) repeat-x bottom ;

		-webkit-user-select: none;
		-moz-user-select: none;
	}
	
	header h1 a {
		width: 880px;
		display: block;
		color: #333;
	}
	
	header h1 a:hover {
	color: #4379ab;
	}
	
	header button.minimize {
	  position: absolute;
	  top: 12px;
	  left: -56px;
	  background: url('../images/sf_sprite.png') no-repeat -41px -103px;
	}
	
	header button.minimize:disabled {
	  cursor: default;
	}
	  
	  header button.minimize:hover,
	  .touch header button.minimize {
	    background-position: 0 -103px;
	  }
  
  .no-csstransitions header button.minimize {
    display: none;
	}
	
	.csstransitions header button.minimize {
    opacity: 0;
    -webkit-transition: 0.25s ease-in;
    -webkit-transition-property: -webkit-transform, opacity;
	  -moz-transition: -moz-transform, opacity 0.25s ease-in;
	  -o-transition: -o-transform, opacity 0.25s ease-in;
	  transition: transform, opacity 0.25s ease-in;
  }
	
	.csstransitions header button.minimize.close-section-animation {
	  -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  transform: rotate(180deg);
    opacity: 0;
	}
	
	.csstransitions header button.minimize.open-section-animation {
	  opacity: 1;
	}
	
	.main-section > header h1 {
	  font-family: "Plantin SemiBold", Georgia, Times, serif;
	  font-weight: normal;
		font-style: italic;
	}
	
.content {
	width: 100%;
	float: left;
	position: relative;
	display: block;
/*	overflow: hidden;*/
	
}

	.content > article {
		width: 880px;
		float: left;
		margin: 20px 70px 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
.content > h1 {
		width: 880px;
		float: left;
		letter-spacing: -2px;
	background: url(../images/bordure2.png) repeat-x bottom ; 
	font-family: "Plantin SemiBold", Georgia, Times, serif,"Clicker Script";
	  font-weight: normal;
		font-style: italic;
display: block;
		color: #333;
		-webkit-user-select: none;
		-moz-user-select: none;
	}
	
	
.page .content {
	display: none;
}

/* Subnavs */
.subnav {
	width: 880px;
	float: left;
	margin: 0 0 20px;
	padding: 10px 0;
	line-height: 3em;
	border-bottom: 1px solid #ccc;

}

	.subnav ul li {
		margin: 0 8px 0 0;
		float: left;
		font-size: 0.8em;
		text-transform: uppercase; text-shadow:#000000 2 left;
	}

	.subnav ul li a {
		padding: 4px 10px 2px;
		display: block;
		line-height: 1em;
		background: #f2f2f2;
		
	}

	.subnav ul li a.selected {
		background: #3399FE;
		color: #f2f2f2;
		
	}

/* Tabs */
.tab {
	width: 100%;
	clear: both;
/*	display: none;*/
}

/* Header */
header#masthead {
	margin-top: 50px; background: url(../images/logo.png) no-repeat left;

}

	header#masthead h1 {
		font-size: 6em;
		position: relative;
		letter-spacing: -3px; background:none;
	}
	
	header#masthead h1 a.left {
		width: auto;
		display: inline; padding-left:230px; 
	}

.salon 
 {
	width: 230px;
	display: inline;
	position:absolute;
	font-size:18px; text-transform:uppercase;
	left: 230px;
	top: 230px;
	z-index:4;
	height: 83px;
	}

a#show-about-btn {
	width: 21px;
	height: 11px;
	margin: 80px 0 0 10px;
	overflow: hidden;
	float: left;
	font-size: 0.1em;
	text-indent: -9999px;
	display: block;
	background: url('../images/sf_sprite.png') no-repeat -21px -226px;
}

/* About Us arrow animation */
section#about-us a#show-about-btn {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}

section#about-us.current a#show-about-btn {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#logo {
	width: 63px;
	height: 61px;
	display: block;
	overflow: hidden;
}

	#logo a {
		width: 63px;
		height: 0px !important;
		padding: 61px 0 0;
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		background: url('../images/sf_sprite.png') no-repeat 0 0;
	}

/* Work layout */
#our-work.preload {
	min-height: 550px;
}

#work {
	width: 100%;
	display: block;
	position: relative;
}
  
  #work a:hover {
    color: #555;
  }
  
.work-container {
	float: left;
	display: none;
}

/* Feels kinda dirty... */
.current .content {
	background: url('../images/work_border.gif') no-repeat 70px bottom;
}

ul.select-work {
	width: 910px;
	margin: 0 0 0 70px;
	float: left;
	clear: both;
}

ul.select-work li {
  height: 330px;
	margin-top: 20px;
	margin-bottom: 20px;
}

	ul.select-work li h1 {
		font-size: 1.1em;
	}
	
	ul.select-work li a {
		padding: 0;
		margin: 0;
		display: block;
		position: relative;
		background: none;
		text-align: left;
	}
	  
	  ul.thumb-list li a.selected span.work-title {
	    color: #333;
	  }
	
	ul.select-work li span.work-thumb {
	  width: 280px;
		height: 280px;
		margin: 0 0 10px;
		position: relative;
		float: left;
	}
	
	ul.select-work li span.work-thumb.loading {
	  background: url('../images/loading_clean_green_b.gif') no-repeat center center;
	}
	  
		.csstransitions ul.select-work li a.selected img.work-half-tone {
      opacity: 0;
		}
		
		.no-csstransitions ul.select-work li a.selected img.work-half-tone {
			display: none;
		}
		
	ul.select-work li a p {
		font-weight: normal;
	}

.work-detail {
	width: 100%;
	min-width: 100px;
	padding: 10px 0 30px;
	float: left;
	position: relative;
	color: #999999;
	background: #333;
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.7);
	-o-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.7);
}

	.work-detail span.arrow {
		width: 19px;
		height: 10px;
		display: block;
		position: absolute;
		top: 0;
		left: -19px;
		background: url('../images/sf_sprite.png') no-repeat left bottom;
	}
	
	.work-detail.nth-1 span.arrow {
		left: 200px;
	}
	
	.work-detail.nth-2 span.arrow {
		left: 500px;
	}
	
	.work-detail.nth-3 span.arrow {
		left: 800px;
	}

.work-detail .work-article {
	width: 880px;
	margin: 0 70px;
	padding: 10px 0;
	float: left;
	display: block;
}

.work-header {
  width: 880px;
  float: left;
  margin: 0 0 20px;
}
  
.work-images {
  width: 880px;
  min-height: 300px;
  margin: 0 0 20px -10px;
  padding: 10px;
  float: left;
  position: relative;
  overflow: hidden;
}

.work-mask {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  background-repeat: repeat-y;
  background-position: 0 0;
}

.sliding .work-mask {
  display: block;
}
  
  .left-mask {
    left: 0;
    background-image: url('../images/work-mask-left.png');
  }
  
  .gradient .left-mask {
    background: -webkit-gradient(
      linear, left top, right top, 
      from(rgba(51, 51, 51, 1)), to(rgba(51, 51, 51, 0))
      );
    background: -moz-linear-gradient(rgba(51, 51, 51, 1)), rgba(51, 51, 51, 0));
    background: -o-linear-gradient(rgba(51, 51, 51, 1)), rgba(51, 51, 51, 0));
  }
  
  .right-mask {
    right: 0;
    background-image: url('../images/work-mask-right.png');
  }
  
  .gradient .right-mask {
    background: -webkit-gradient(
      linear, right top, left top, 
      from(rgba(51, 51, 51, 1)), to(rgba(51, 51, 51, 0))
      );
    background: -moz-linear-gradient(rgba(51, 51, 51, 0)), rgba(51, 51, 51, 1));
    background: -o-linear-gradient(rgba(51, 51, 51, 0)), rgba(51, 51, 51, 1));
  }
  
  .work-images ul {
    width: 10000px;
    min-height: 300px;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .csstransitions .work-images ul {
		-webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
  }
  
  .work-images ul li {
		width: 880px;
    min-height: 600px;
    margin: 0 10px !important;
    padding: 10px 0;
    position: relative;
    list-style: none;
    float: left;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .work-images ul li.loading {
    background: url('../images/loading_work.gif') no-repeat center center;
  }
  
  /* Flash Banner loaders */
  .work-images ul li.ad-showcase {
    height: 600px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
    
    .work-images ul li.ad-showcase .banner-container,
    .work-images ul li.ad-showcase .banner-container-2 {
      display: inline-block;
      float: left;
      position: absolute;
      top: 0;
      left: 0;
    }
    
    .work-images ul li.ad-showcase .banner-container video {
      position: relative;
    }
  .work-images ul li.bb {
    background-image: url('../images/work/bg_BB.gif');
  }
  
    .work-images ul li.ad-showcase.bb .banner-container {
      width: 300px;
      height: 250px;
      top: 186px;
      left: 540px;
    }
  
  .work-images ul li.ad-showcase.lb-bb {
   	background-image: url('../images/work/bg_LB+BB_crossTalker.gif');
  }
  
    .work-images ul li.ad-showcase.lb-bb .banner-container {
      width: 728px;
      height: 90px;
      top: 65px;
      left: 112px;
    }
    
    .work-images ul li.ad-showcase.lb-bb .banner-container-2 {
      width: 300px;
      height: 250px;
      top: 296px;
      left: 540px;
    }
  
  .work-images ul li.ad-showcase.lb {
    background-image: url('../images/work/bg_LB.gif');
  }
  
    .work-images ul li.ad-showcase.lb .banner-container {
      width: 728px;
      height: 90px;
      top: 65px;
      left: 76px;
    }
  
  .work-images ul li.ad-showcase.ss {
  	background-image: url('../images/work/bg_SS.gif');
  }
  
    .work-images ul li.ad-showcase.ss .banner-container {
      width: 160px;
      height: 600px;
      top: 0px;
      left: 680px;
    }

.work-detail header {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

.work-detail h1 {
	width: auto;
	font-size: 2.2em;
	line-height: 1.3em;
	letter-spacing: 0;
	float: left;
	border: none;
	cursor: default;
}

.work-detail img,
.work-images ul li video {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

ul#select-work-images.img-clickable img {
	cursor: pointer;
}

.slide-controls {
	float: right;
}

	.work-detail .slide-controls h1 {
		float: right;
		font-weight: normal;
	}

.work-detail .work-description {
  width: 100%;
  float: left;
  clear: both;
	color: #ccc;
}

.work-detail .work-description p {
	font-size: 1.1em;
	margin: 0 0 1.8em;
	line-height: 1.5em;
}

.work-detail .work-description .work-info {
  width: 100%;
  margin: 0 0 1.8em;
  float: left;
  clear: both;
}

.work-detail .work-description .work-info p {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	
}

.work-detail .work-description button.default:hover {
	background-color: #555;
}

.work-detail .work-description .work-info .detail-content strong {

}

#media-links ul li {
  margin: 0 0 6px;
  line-height: 12px;
}

button.button {
	width: 40px;
	height: 40px;
	padding: 0;
	display: block;
	float: left;
	border: none;
	white-space: nowrap;
  overflow: hidden;
	text-indent: -9999px;
	text-align: center;
}
button.close {
	margin: 0 0 0 -55px;
	background-position: 0 -62px;
}

	button.close:hover,
	.touch button.close {
		background-position: -41px -62px;
	}

button.prev,
button.prev.disabled:hover,
.touch button.prev.disabled,
.no-opacity button.prev.disabled {
	margin-right: 20px;
	background-position: 0 -144px;
}

	button.prev:hover,
	.touch button.prev {
		background-position: -41px -144px;
	}

button.next,
button.next.disabled:hover,
.touch button.next.disabled,
.no-opacity button.next.disabled {
	background-position: 0 -185px;
}

	button.next:hover,
	.touch button.next {
		background-position: -41px -185px;
	}

.opacity button.disabled {
  opacity: 0.2;
}

.no-opacity button.disabled {
  filter: alpha(opacity=20);
}

section#footer {
	height: 100px;
	clear: both;
	margin-top: 2em;  background:url(../images/bkgd2.jpg) bottom right no-repeat;
}

section#footer p {
	margin-left: 70px;
	font-weight: bold;
}

/* About Us Section */
#about-us h2 {
  font-weight: normal;
  margin: 0 0 0.5em;
}

#about-us h3 {
  line-height: 2.4em;
}

#about-us .column {
  width: 205px;
  float: left;
  margin: 0 20px 0 0;
}

/* services*/
#services ul li {
	margin-bottom: 0;
}

#services .work-detail {
	top: -1px;
	display: none;
}
#services h2 {
  font-weight: normal;
  margin: 0 0 0.5em;
}

#services h3 {
  line-height: 2.4em;
}

#services .column {
  width: 250px;
  float: left;
  margin: 0 20px 0 0; border-right:#000033 1px solid; padding-right:6px; 
}



/* solutions */
#solutions ul.team li {
	margin-top: 40px;
	position: relative;
}

	#solutions ul.team li:nth-child(-n+3),
	#solutions ul.team li.gt-3 {
		margin-top: 0;
	}

	#solutions ul.team li h1 {
		font-size: 1.1em;
		letter-spacing: 0;
		margin: 0 0 1em;
	}
	
			#solutions ul.team li h1 mark {
				font-size: 1em;
				font-weight: normal;
				background: none;
			}
	
	#solutions ul.team li .team-photo {
		width: 265px;
		height: 342px;
		margin: 0 0 20px;
		float: left;
		position: relative;
		text-align: center;
	}
	
		#solutions ul.team li .team-photo img {
			margin: 44px 0px 0px 15px;
		}
	
	
	
	


/* Contact */
#contact address {
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.8em;
	margin: 0 0 1em;
}

#proximity {
	height: 190px;
	padding-left: 20px;
	background: url('../images/grid.gif');
}

#proximity h1 {
	font-size: 8em;
	font-weight: normal;
	line-height: 1em;
}

	#proximity h1 sup {
		vertical-align: top;
		line-height: 1.4em;
		font-size: 0.5em;
	}
	
		#proximity h1 sup sup {
			line-height: 2.2em;
		}

#proximity h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 2em;
}


#templatemo_menu_wrapper {
	
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
background: #fff;
	background: rgba(87,87,87,0.9);}



#templatemo_menu {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
}

#templatemo_menu ul {
	float: left;
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#templatemo_menu ul li {
	display: inline;

}

#templatemo_menu ul li a {
		background:  url(../images/africiel_menu_button.png) bottom right no-repeat; 

	position: relative;
	float: left;
	display: block;
	height: 30px;
	width: 150px;
	padding-top: 20px; padding-left:20px; 	
	text-align: center;

	margin-right:10px; margin-left:3px;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: rgba(9,102,195,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
/*#templatemo_menu ul li a.active{
	text-shadow: 0px 1px 1px rgba(0,2,0,0.3);
	color:#000; background:none;}
#templatemo_menu ul li a:hover{
	text-shadow: 0px 1px 1px rgba(0,2,0,0.3);
	color:#000; background:none;
}*/
#templatemo_menu ul li a.active, #templatemo_menu ul li a:hover{
	text-shadow: 0px 1px 1px rgba(0,2,0,0.3);
	color:#000; background:none;
	}
	
	
	


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}

/*
VideoJS VimCSS Skin (http://videojs.com)
Version 2.0.0
*/

.vim-css .vjs-controls {
  height: 60px; opacity: 0.9; color: #fff;
}
.vim-css .vjs-controls > div {
  height: 32px; top: 18px; padding: 0; text-align: center; background: rgba(23, 35, 34, 0.746094);
  border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
  box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
/* Placement of Control Items */
.vim-css .vjs-controls > div.vjs-play-control       { width: 65px; left: 10px; }
.vim-css .vjs-controls > div.vjs-progress-control   { left: 85px; right: 160px; }
.vim-css .vjs-controls > div.vjs-time-control       { width: 75px; right: 85px; }
.vim-css .vjs-controls > div.vjs-volume-control     { width: 50px; right: 35px; }
.vim-css .vjs-controls > div.vjs-fullscreen-control { width: 25px; right: 10px; }

/* Play/Pause
-------------------------------------------------------------------------------- */
.vim-css .vjs-controls .vjs-play-control { top: 10px; margin: 0; height: 40px;  border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.vim-css .vjs-play-control:hover { background: #2BB673; }
.vim-css.vjs-paused .vjs-play-control span { border-left-color: #fff; border-top-width: 9px; border-left-width: 18px; border-bottom-width: 9px; margin: 11px 0 0 24px; }
.vim-css.vjs-playing .vjs-play-control span { width: 5px; height: 18px; margin: 5px auto 0; border-left: 5px solid #fff; border-right: 5px solid #fff; margin: 11px 0 0 24px; }

/* Progress
-------------------------------------------------------------------------------- */
.vim-css .vjs-controls .vjs-progress-control { border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; }
.vim-css .vjs-progress-control .vjs-progress-holder { height: 8px; padding: 1px; margin: 10px 5px 0 10px; border-color: #666666; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
.vim-css .vjs-progress-control .vjs-play-progress { height: 8px; background: #2BB673; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
.vim-css .vjs-progress-control .vjs-load-progress { height: 8px; background: #898F8F; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }

/* Time Display
-------------------------------------------------------------------------------- */
.vim-css .vjs-controls .vjs-time-control { font-size: 11px; }
.vim-css .vjs-controls .vjs-time-control span { line-height: 32px; /* Centering vertically */ }

/* Volume
-------------------------------------------------------------------------------- */
.vim-css .vjs-volume-control div { padding: 7px 0 0 5px; width: 30px; }
.vim-css .vjs-volume-control div span {
  float: left; margin: 0 2px 0 0; padding: 0; width: 3px; height: 3px; border-bottom: 12px solid #666666;
  -webkit-transition: all 100ms linear; -moz-transition: all 100ms linear;
}
.vim-css .vjs-volume-control div span.vjs-volume-level-on { border-color: #2BB673; }
.vim-css .vjs-volume-control div span:hover { height: 0; border-bottom-width: 15px; }

/* Fullscreen
-------------------------------------------------------------------------------- */
.vim-css .vjs-fullscreen-control div { margin: 10px 0 0 0; }
.vim-css .vjs-controls .vjs-fullscreen-control { border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; }
/* Making default fullscreen icon smaller */
.vim-css .vjs-fullscreen-control div span:nth-child(1) { margin: 0 4px 4px 0; border: none; border-top: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); }
.vim-css .vjs-fullscreen-control div span:nth-child(2) { border: none; border-top: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); }
.vim-css .vjs-fullscreen-control div span:nth-child(3) { clear: both; margin: 0 4px 0 0; border: none; border-bottom: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); }
.vim-css .vjs-fullscreen-control div span:nth-child(4) { border: none; border-bottom: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); }
.vim-css.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(1) { border: none; border-bottom: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); }
.vim-css.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(2) { border: none; border-bottom: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); }
.vim-css.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(3) { border: none; border-top: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); }
.vim-css.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(4) { border: none; border-top: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); }
/* Fullscreen control hovering */
.vim-css .vjs-fullscreen-control:hover div span:nth-child(3), .vim-css .vjs-fullscreen-control:hover div span:nth-child(4), .vim-css.vjs-fullscreen .vjs-fullscreen-control:hover div span:nth-child(1), .vim-css.vjs-fullscreen .vjs-fullscreen-control:hover div span:nth-child(2) { border-bottom-color: #2BB673; }
.vim-css .vjs-fullscreen-control:hover div span:nth-child(1), .vim-css .vjs-fullscreen-control:hover div span:nth-child(2), .vim-css.vjs-fullscreen .vjs-fullscreen-control:hover div span:nth-child(3), .vim-css.vjs-fullscreen .vjs-fullscreen-control:hover div span:nth-child(4) { border-top-color: #2BB673; }

/* Big Play Button (at start)
---------------------------------------------------------*/
.vim-css div.vjs-big-play-button {
  width: 130px; height: 80px; margin: -40px 0 0 -65px;
  border: none; opacity: 0.9;
  border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;

  background: rgba(23, 35, 34, 0.746094);

  /* CSS Shadows */
  box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.vim-css div.vjs-big-play-button:hover {
  background: #2BB673;
  opacity: 1;
}
.vim-css div.vjs-big-play-button span {
  margin: 22px 0 0 48px;
  /* Drawing the play triangle with borders - http://www.infimum.dk/HTML/slantinfo.html */
  border-left: 36px solid #fff; /* Width & Color of play icon */
  /* Height of play icon is total top & bottom border widths. Color is transparent. */
  border-top: 18px solid rgba(0,0,0,0); border-bottom: 18px solid rgba(0,0,0,0);
}
