@media (min-width: 768px) {


	.sepia {
	    -webkit-filter: sepia(0%);
	    -webkit-transition:  .35s all;
	    -moz-transition:  .35s all;
	    transition:  .35s all;
	}
	.sepia:hover {
	    -webkit-filter: sepia(70%);
	    -webkit-transition:  .35s all;
	    -moz-transition:  .35s all;
	    transition:  .35s all;
	}
	.grayscale {
	    -webkit-filter: grayscale(0%);
	    -webkit-transition:  .35s ease-in-out;
	    -moz-transition:  .35s ease-in-out;
	    
	    transition:  .35s ease-in-out;
	  -webkit-animation-name: move;
	  animation-name: move;
	}
	.grayscale:hover {
	    -webkit-filter: grayscale(80%);
	    -webkit-transition:  .35s ease-in-out;
	    -moz-transition:  .35s ease-in-out;
	    transition:  .35s ease-in-out;
	}
	.picture {
	    position: relative;
		display: block;
	}
	.picture:hover a:after {
	    content: '\f002'; 
	    font-family: FontAwesome;
	    font-style: normal;
	    font-weight: normal;
	    font-size:2.5em;
	    position: absolute;
	    text-shadow: 0 0 8px #000;
	    left: 42%;
	    top: 35%;
		display: block;
	    color: #fff;
		padding: 0;
		z-index:200;
		-webkit-transition:all 0.4s ease-in-out 0.4s;
		-moz-transition:all 0.4s ease-in-out 0.4s;
		transition:all 0.4s ease-in-out 0.4s;
	}
	.picture:hover a:before{
		position:absolute;
		display:inline-block;
		content:"";
		background:#000;
		width:100%;
		height:100%;
		left:0px;
		bottom:0;
		z-index:1;
	    border-radius: 6px 6px 0px 0px;
		opacity:0.3;
		-webkit-transition:all 0.4s ease-in-out 0.0s;
		-moz-transition:all 0.4s ease-in-out 0.0s;
		transition:all 0.4s ease-in-out 0.0s;
	}
	.picture:hover img {
		    -webkit-filter: sepia(70%);
	    -webkit-transition:  .35s all;
	    -moz-transition:  .35s all;
	    transition:  .35s all;
	}

}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid transparent;
}


.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-justify {text-align: justify;}


.text-green {
    color: #009037;
}
.text-red {
    color: #da0018;
}
.text-black {
    color: #000;
}
.text-grey {
    color: #ccc;
}

.green {
    background-color: #009037;
}
.red {
    background-color: #da0018;
}
.black {
    background-color: #000;
}
.grey {
    background-color: #ccc;
}

/* General utilities */
.display-none,
.display-hide {
  display: none;
}
.hidden {
  display: none !important;
}
.bold {
  font-weight: 700 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.center {
  margin: auto;
}
/* Margin and padding utilities */
.no-space {
  margin: 0px !important;
  padding: 0px !important;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.margin-left-0 {
  margin-left: 0px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-0 {
  margin-right: 0px !important;
}
.padding-left-0 {
  padding-left: 0px !important;
}
.padding-right-0 {
  padding-right: 0px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.margin-top-m15 {
  margin-top: -15px !important;
}
.margin-top-m20 {
  margin-top: -20px !important;
}
.margin-top-m25 {
  margin-top: -25px !important;
}
.margin-top-m30 {
  margin-top: -30px !important;
}
/***
Fontawesome Icons
***/
/* Icon sizing */
.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}


.btn-red {
    background-color: #da0018;
    border-top:3px solid transparent;
    border-bottom:3px solid #c60016;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff !important;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
    background-color: #f7001b !important;
    color:#ffffff !important;
    border-bottom:3px solid #c60016 !important;
    border-top:3px solid transparent;
}
.btn-green {
    background-color:#009037;
    /*border-bottom:3px solid #008533;*/
    border-top:3px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #00ab41;
    color:#ffffff;
}

.text-green {
    color:#009037;
}
.text-red {
    color:#e9322a;
}
.text-blue {
    color: #103054;
}
.text-white {
    color:#fff;
}


/***
Customized Bootstrap Labels
***/
.label {
  text-shadow: none !important;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
    border-radius: 0;
  
display: inline-block;
    padding: .4em .5em;
    font-weight: normal;
    text-align: left;
    white-space: normal;
}
.label.label-sm {
  font-size: 12px;
  padding: 0px 4px 1px 4px;
}
/***
Notes
***/
.note {
  margin: 0 0 2px 0;
  padding: 10px;
  border-left: 5px solid #f1f1f1;
  background-color: #fdfdfd;
  border-bottom: 1px dotted #f1f1f1;
}
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}
.note h1 .close,
.note h2 .close,
.note h3 .close,
.note h4 .close,
.note h5 .close,
.note h6 .close {
  margin-right: -10px;
}
.note p {
  font-size: 13px;
}
.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #fff;
}
.note.note-default {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.note.note-default.note-bordered {
  background-color: #c9c9c9;
  border-color: #a5a5a5;
}
.note.note-primary {
  background-color: #5697d0;
  border-color: #2a7696;
  color: #D8E3F2, 80%;
}
.note.note-primary.note-bordered {
  background-color: #468dcb;
  border-color: #2c7c9e;
}
.note.note-success {
  background-color: #eef7ea;
  border-color: #bbdba1;
  color: #3c763d, 80%;
}
.note.note-success.note-bordered {
  background-color: #e2f1dc;
  border-color: #c1dea8;
}
.note.note-info {
  background-color: #eef7fb;
  border-color: #91d9e8;
  color: #31708f, 80%;
}
.note.note-info.note-bordered {
  background-color: #ddeff8;
  border-color: #9adcea;
}
.note.note-warning {
  background-color: #fcf8e3;
  border-color: #f2cf87;
  color: #8a6d3b, 80%;
}
.note.note-warning.note-bordered {
  background-color: #faf3d1;
  border-color: #f3d390;
}
.note.note-danger {
  background-color: #f9f0f0;
  border-color: #dca7b0;
  color: #a94442, 80%;
}
.note.note-danger.note-bordered {
  background-color: #f3e2e2;
  border-color: #dfaeb7;
}

/***
Custimized Bootstrap Wells
***/
.well {
  background-color: #eee;
  border: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
