/* Print Stylesheet */

#navbar, #galleria, #qmain, #qmain.hide, #picColumn, #navbar.fixed, .separator, #top, .banner, #picstrip{
	display: none;
}

 #history , #products , #shipping , #ports {
width: 100%;
margin:0;
min-height: 520px;
padding: 0.5em 0;
}

#about{
	width: 60%;
	margin:0;
	min-height: 460px;
	padding: 0.5em 0;

}

#products{
	page-break-after: always;
}

/* @group Elements */

*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

#main{
	background-image:none;
}


html,body{
	min-height:100%;
	width:100%;
}


html {
/*	background-image:url(../images/main/hatch.jpg);*/
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50%;
	background-origin:initial;
	background-clip:initial;
	background-color:#ffffff;
	-webkit-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
	font-family: 'LatoLight', Helvetica, sans-serif;
	font-size: 100%;
	color: rgba(0,0,0,1);
	/*border: 1px red solid;*/
	/*-webkit-font-smoothing: antialiased;*/
}

h1 {
	font-family: 'LatoBlackItalic', 'PTSansBoldItalic', Helvetica, sans-serif;
	font-size:2.0em;
	line-height: 1.0em;
	color: rgba(229,184,31,1);
	letter-spacing: 0.125em;
	text-transform: uppercase;
}

h2 {
	font-family:'PTSansBoldItalic' ,'LatoBoldItalic', 'PTSansBold', Helvetica, sans-serif;
	font-size:1.5em;
	line-height: 1.0em;
	text-transform: capitalize;
	color: #06297A;
	}

h3 {
	font-family: 'BebasNeueRegular', 'LatoBold', Georgia, serif;
	font-size:1.00em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:#06297A;
}

p {
	font-family: 'LatoRegular', Helvetica, sans-serif;
	font-size:1.0em;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	text-align: justify;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
	/*text-shadow: 0 1px 0 #fff;*/
}

/* @group Div Elements*/
header {
	height: 125px;
	background: rgba(255,255,255,1);
	background-image:url(../images/main/logo.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;	
	background-size:  contain;
	margin:0 0 10px 0;
	overflow: hidden;
}

#title{
	position:relative;
	float:left;
	top: 0px;
	left: 10px;
	overflow: hidden;
}

#title h1 {
	font-family: 'VollkornRegular', Georgia, serif;
	font-size: 8em;
	letter-spacing: -8px;
	color:black;
	margin:0 0 -0.2em 0;
}

#title p {
	font-family: 'LatoRegular', Georgia, serif;
	color:#550000;
	text-transform: uppercase;
	letter-spacing: 0.7em;
	margin-left: 10px;
	font-size:.8em;
	line-height: 1em;
}

#navbar {
	display: none;
	float:right;
	background-color:rgba(0,0,128,0);
	z-index: 10;
	height:20px;
	width:720px;
	font-size: 1.25em;
		/*transition effects*/
	-webkit-transition-duration:2000ms;
	transition-duration:2000ms;
	-o-transition-duration:2000ms;
	-ms-transition-duration:2000ms;
	-moz-transition-duration:2000ms;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	-ms-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-webkit-transition-delay:0.1s;
	transition-delay:0.1s;
	-o-transition-delay:0.1s;
	-ms-transition-delay:0.1s;
	-moz-transition-delay:0.1s;
}

#navbar.fixed{
	position:fixed;
	top:0;
	right:0;
		/*transition effects*/
	-webkit-transition-duration:2000ms;
	transition-duration:2000ms;
	-o-transition-duration:2000ms;
	-ms-transition-duration:2000ms;
	-moz-transition-duration:2000ms;
	-webkit-transition-timing-function:ease-in;
	transition-timing-function:ease-in;
	-o-transition-timing-function:ease-in;
	-ms-transition-timing-function:ease-in;
	-moz-transition-timing-function:ease-in;
	-webkit-transition-delay:0.1s;
	transition-delay:0.1s;
	-o-transition-delay:0.1s;
	-ms-transition-delay:0.1s;
	-moz-transition-delay:0.1s;
	width:100%;
}

#navbar.fixed ul li.tab{
	background:rgba(0,0,0,0.5);
}

#qmain{
	position: absolute;
	right: 0px;
	top:180px;
	background:rgba(0,0,0,0.5);
	padding:0 20px;
	z-index:2;
	width:30%;
	display: none;
		/*transition effects*/
	-webkit-transition-duration:1500ms;
	transition-duration:1500ms;
	-o-transition-duration:1500ms;
	-ms-transition-duration:1500ms;
	-moz-transition-duration:1500ms;
	-webkit-transition-timing-function:linear;
	transition-timing-function:linear;
	-o-transition-timing-function:linear;
	-ms-transition-timing-function:linear;
	-moz-transition-timing-function:linear;
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
	-o-transition-delay:0.5s;
	-ms-transition-delay:0.5s;
	-moz-transition-delay:0.5s;
	}

#qmain.hide{
	opacity:0;
	-webkit-transition-duration:1500ms;
	transition-duration:1500ms;
	-o-transition-duration:1500ms;
	-ms-transition-duration:1500ms;
	-moz-transition-duration:1500ms;
	-webkit-transition-timing-function:linear;
	transition-timing-function:linear;
	-o-transition-timing-function:linear;
	-ms-transition-timing-function:linear;
	-moz-transition-timing-function:linear;
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
	-o-transition-delay:0.5s;
	-ms-transition-delay:0.5s;
	-moz-transition-delay:0.5s;
}

.hidden{
	display: none;
}
blockquote h2 {
	font-family: 'AlexBrushRegular', Georgia, sans-serif;
	font-size: 1.5em;
	-webkit-text-stroke: .1px black;
	text-transform: none;
	color: #fff;
}

blockquote:before {
	font-family: 'AlexBrushRegular', Georgia, sans-serif;
	content: "“";
	font-size: 6em;
	text-align: center;
	line-height: .5em;
	color: #000;
	background: #ddd;
	float: left;
	position: relative;
	top: 0.15em;
	left: -0.15em;
	border-radius: 20px;

	/** define it as a block element **/
	display: inline-block;
	height: 30px;
	width: 30px;
}

blockquote:after {
	font-family: 'AlexBrushRegular', Georgia, sans-serif;
	content: "”";
	font-size: 6em;
	text-align: center;
	line-height: .5em;
	color: #000;
	background: #ddd;
	float: right;
	position: relative;
	bottom: .5em;
	border-radius: 20px;

	/** define it as a block element **/
	display: inline-block;
	height: 30px;
	width: 30px;
}

#wrapper{
	width:100%;
/*	border: 1px black solid;*/
	overflow: hidden;
}

#galleria{
	width:100%;
	margin:0 auto;
	height: 360px;
	background: rgba(0,0,0,1);
	overflow: hidden;
	box-shadow: 5px 5px 10px black;
}

#galleria img{
	margin:0 auto;
	width:100%;
	min-height: 620px;
	position:relative;
	top:-240px;
} 

#maininfo {
	padding-bottom: 10px;
    margin: 0 2em;
    overflow: auto; /* removes scrollbar from textarea in IE - trick from HTML5 boilerplate*/
}

address:before{
	content:url(../images/logo/address.png);
	position:relative;
	float:left;
	width:45px;
	height:45px;
	top:0px;
	left:0px;
}

#tel:before{
	content:url(../images/logo/phone.png);
	position:relative;
	float:left;
	width:45px;
	height:45px;
	top:-7px;
	left:0px;
}

footer{
	page-break-before:avoid  ;
	display: block;
	font-size: 0.75em;
	color:grey;
	width:100%;
	margin: 40px 0 10px 0;
	padding:0 10px;
	color: rgba(0,0,0,0.9);
	text-shadow: 0 1px 0 #fff;
	border-top: 1px dotted grey;

	/*background-image:url(../images/main/hatch.jpg);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-attachment:fixed;
	background-position:50%;
	-webkit-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	clear:both;*/
}


footer .text{
	position: absolute;
	right:10px;
	bottom:0;
}

 #top{
	margin:0 auto;
	font-size: 1.25em;
	text-transform: uppercase;
	text-align: center;	
}

#top:before{
	content:url('../images/logo/arrow-round.png');
	position:relative;
	width:20px;
	height:20px;
	top:10px;
	left:0px;

}
/* @group Classes */

a.glow {
	font-family: 'PTSansRegular', 'LatoRegular', Helvetica, Arial, Sans-serif;
	text-decoration:none;
	font-weight: 400;
	color:rgba(0,0,0,0.5);
	-webkit-text-stroke: 0.05px black;
	-webkit-transition-duration:500ms;
	transition-duration:500ms;
	-o-transition-duration:500ms;
	-ms-transition-duration:500ms;
	-moz-transition-duration:500ms;
	-webkit-transition-timing-function:linear;
	transition-timing-function:linear;
	-o-transition-timing-function:linear;
	-ms-transition-timing-function:linear;
	-moz-transition-timing-function:linear;
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
	-o-transition-delay:0.2s;
	-ms-transition-delay:0.2s;
	-moz-transition-delay:0.2s;
}

a.glow:active {
	text-decoration: underline;
	/*text-shadow:rgba(204,204,255,0.5) -0.0625em 0.0625em 0.9375em, rgb(255, 255, 255) 0.0625em -0.0625em 0.9375em;*/
}

a.glow:hover, a.glow:focus {
	font-family: 'PTSansRegular', 'LatoRegular', Helvetica, Arial, Sans-serif;
	color:#760000;
	-webkit-text-stroke: 0.00em black;
	/*text-shadow:rgba(204,204,255,0.5) -0.0625em 0.0625em 0.9375em, rgb(255, 255, 255) 0.0625em -0.0625em 0.9375em;*/
}

#navbar.fixed a.glow{
	color:rgba(229,184,31,1);
	/*text-shadow: 0px 0px 10px rgba(229,184,31,1);*/
}

#navbar.fixed a.glow:active {
	text-decoration: underline;
	/*text-shadow:rgba(204,204,255,0.5) -0.0625em 0.0625em 0.9375em, rgb(255, 255, 255) 0.0625em -0.0625em 0.9375em;*/
}

#navbar.fixed a.glow:hover, #navbar.fixed a.glow:focus {
	color:#ffffff;
	-webkit-text-stroke: 0.05px rgba(0,0,0,0.5);
/*	text-shadow: 0px 0px 10px white;*/
	/*text-shadow:rgba(204,204,255,0.5) -0.0625em 0.0625em 0.9375em, rgb(255, 255, 255) 0.0625em -0.0625em 0.9375em;*/
}

ul{
	font-family: 'LatoRegular', Helvetica, sans-serif;
	color:rgba(0,0,0,0.75);
	list-style-type: square;
	
}

ul li{
	font-weight: 400;
}
ul li.tab {
	/*border-right: solid 1px #f08; */
	display: table-cell;
	padding: 0px 5px;
}

ul.tab {
 	list-style-type: none; 	/*to remove bullets*/
    text-align: left;
    /*border:1px red;*/
    line-height: 1.25em;
    font-size: 1em;
    display:table-row; 		/*very important to work*/
    text-align: center;
    overflow: hidden;
}

li.tab a.glow{
	text-transform:  uppercase;
}

ul.specs {
	list-style-type: none;
}

ul.specs li{
	float:left;
	position:relative;
	left:-40px;
	top:-10px;
}

ul.specs li:before{
	content: url('../images/logo/edit.png');
	position: relative;
	left: 0px;
	top:8px;
	
}

/* @Group Text/Div Styling classes*/
#aLayer h1{
	text-align: right;
	margin: 5px;
	-webkit-text-stroke:0.4px #06297A;

}
#about h2, #history h2, #products h2, #shipping h2, #ports h2{
	text-align: center;
	margin-left:0;
	font-size: 3em;
	-webkit-text-stroke:0.4px #000000;
	}

#aLayer{

}

#about{
	/*background: rgba(222,222,222,0.50);*/
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0,0,0, 0.8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5em;
	display: block;
	margin: 0 auto;

}

#history{
/*	background-color: rgba(255,183,0,0.6);*/
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: rgba(0,0,0, 0.8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5em;
	margin: 0 auto;
}

#hLayer{
	/*BG*/
/*	background-image: url('../images/main/DonBasin_alpha.jpg');
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,1);
	display:block;
	min-height:860px; */
}

#products{
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0,0,0, 0.8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5em;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	/*BG*/

}

#pLayer{
	width: 100%;
	/*BG
	background-image: url('../images/main/stockmonitor_alpha.png');
	background-size:auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0);
	display:block;*/
}

#shipping{
	/*background: rgba(222,222,222,0.50);*/
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0,0,0, 0.8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5em;
	display: block;
	margin: 0 auto;
}

#ports{
	/*background: rgba(222,222,222,0.50);*/
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0,0,0, 0.8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5em;
	display: block;
	margin: 0 auto;
	overflow:hidden;
}

/*  emoticons */

#coal, #advisory, #ep, #utilities, #lnx, #rbc, #logistics{text-align: center;}
#surat, #sumatra, #bkk, #kalimantan{ margin: 40px 0; }

#logistics:before{
	content:url(../images/logo/flag.png);
	position:relative;
	float:left;
	width:0px;
	height:0px;
	top:-10px;
	left:0px;
}

#rbc:before{
	content:url(../images/logo/bar-chart.png);
	position:relative;
	float:left;
	width:0px;
	height:0px;
	top:-10px;
	left:40px;
}
	
#lnx:before{
	content:url(../images/logo/dumptruck.png);
	position:relative;
	float:left;
	width:0px;
	height:0px;
	top:-24px;
	left:0px;
}

#coal:before{
	content:url(../images/logo/dumptruck.png);
	position:relative;
	float:left;
	width:0px;
	height:0px;
	top:-24px;
	left:0px;
}

#advisory:before{
	content:url(../images/logo/badge.png);
	position:relative;
	float:left;
	width:0px;
	height:0px;
	top:-10px;
	left:0px;
}

#ep:before{
	content:url(../images/logo/oil.png);
	position:relative;
	float:left;
	width:0px;
	height:0px;
	top:-10px;
	left:0px;
}

#utilities:before{
	content:url(../images/logo/power.png);
	position:relative;
	float:left;
	width:0px;
	height:0px;
	top:-10px;
	left:0px;
}

#surat:after{
	content:url(../images/logo/surat.png);
	position:relative;
	float:left;
	width:0px;
	height:0px;
	top:-20px;
	left:170px;
}

#sumatra:after{
	content:url(../images/logo/sumatra.png);
	position:relative;
	float:left;
	width:0px;
	height:50px;
	top:-50px;
	left:160px;
}

#kalimantan:after{
	content:url(../images/logo/kalimantan.png);
	position:relative;
	float:left;
	width:0px;
	height:0px;
	top:-40px;
	left:170px;
}

#bkk:after{
	content:url(../images/logo/bkk.png);
	position:relative;
	float:left;
	width:0px;
	height:0px;
	top:-20px;
	left:100px;
}

.thumb{
	border: 1px rgba(0,0,0,0.5) solid;
	width: 180px;
	max-height: 150px;
	margin: 0 10px;
}
/* Separators*/
#printSep{
	position:relative;
	top:20px;
	
}
.gutter{
	border-top: 0px dotted rgba(229,184,31,1);
	border-bottom: 0px dotted rgba(6, 41, 122, 1);
	page-break-before: avoid;
/*	margin: 60px 0;*/
}

.separator{
	width:100%;
	margin: 40px 0 10px 0;
/*	-moz-border-radius:  0px 4px;
	border-radius: 0 4px;*/
	padding: 0em 2em;
	color: rgba(0,0,0,0.9);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5em;
	background-image:url(../images/main/hatch.jpg);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-attachment:fixed;
	background-color: #ffffff;
	background-position:50%;
	-webkit-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	text-align: center;
}

.split {
	float:left;
	width:20%;
	padding:10px;
	border: 0px black;
	overflow:hidden;

}

.split_fixed{
	float:left;
	width:200px;
	padding:10px;
	border: 0px black;
	overflow:hidden;
}

.splitDbl {
	float:left;
	width:40%;
	padding:10px;
	border: 0px black;
	overflow:hidden;
}

.splitflex{
	position: relative;
	float:left;
	width:30%;
	padding:10px;
	overflow: hidden;
	min-height:160px;
}

.drop-shadow {
   position:relative;
   width:100%;
}

.drop-shadow:before,
.drop-shadow:after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
   max-width:300px;
   -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -webkit-transform:rotate(-3deg);
   -moz-transform:rotate(-3deg);
   -o-transform:rotate(-3deg);
   transform:rotate(-3deg);
}

.drop-shadow:after{
   right:10px;
   left:auto;
   -webkit-transform:rotate(3deg);
   -moz-transform:rotate(3deg);
   -o-transform:rotate(3deg);
   transform:rotate(3deg);
 }
 

/*Quote Block*/

#qmain.glow:hover{
	-webkit-text-stroke: 0.2px rgba(229,184,31,1);
	color:rgba(255,255,255,1);
	-webkit-transition-duration:1s;
	transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
	-moz-transition-duration:1s;
	-webkit-transition-timing-function:ease-in;
	transition-timing-function: ease-in;
	-o-transition-timing-function:ease-in;
	-ms-transition-timing-function:ease-in;
	-moz-transition-timing-function:ease-in;
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
	-o-transition-delay:0.2s;
	-ms-transition-delay:0.2s;
	-moz-transition-delay:0.2s;
}

.opacity{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
			/* text outline effect*/
.stroke {							
   -webkit-text-stroke: 0.2px rgba(229,184,31,1);
}

.caption {
	font-family:'PTSansNarrowRegular', 'LatoLight', Helvetica, sans-serif;
	font-size:1em;
	text-align: left;
	margin: -5px 0 20px 10px;
}

.holder{
	width:100%;
	display:block;
	overflow: hidden;
}
.pic {
	  border: 2px solid rgba(255,255,255,0.5);
	  float: left;
	  height: 100px;
	  width: 100px;
	  margin: 5px;
	  -webkit-filter: grayscale(80%);
	  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
	  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,1);
	          box-shadow: 5px 5px 5px rgba(0,0,0,1);  
}

.banner{
	width:100%;
	height:160px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-box-shadow:0 0px 20px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 0px 20px rgba(0, 0, 0, 0.7);
	box-shadow:0 0px 20px rgba(0, 0, 0, 0.7);

}

.banner #ticker{
	position:relative;
	width:100%;
	top:-40px;
	
}
/**********CSS Webkit Transforms***************/

/*GROW*/
.grow img {
  height: 300px;
  width: 300px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 400px;
  height: 400px;
}

/*SHRINK*/
.shrink img {
  height: 400px;
  width: 400px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.shrink img:hover {
  width: 300px;
  height: 300px;
}

/*VERTPAN*/
.vertpan img {
  margin-top: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}
 
.vertpan img:hover {
  margin-top: -200px;
}


/*MORPH*/
.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/*FOCUS*/
.focus {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.focus:hover {
  border: 70px solid #000;
  border-radius: 50%;
}

/*BLUR*/
.blur img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.blur img:hover {
  -webkit-filter: blur(5px);
}

/*B&W*/
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(100%);
}

/*B&W*/
.co {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.co:hover {
  -webkit-filter: grayscale(0%);
}

/*DARKEN*/
.brighten img {
  -webkit-filter: brightness(-65%);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.brighten img:hover {
  -webkit-filter: brightness(0%);
}
