body {
    padding: 0;
    margin: 0;
	background: #1a1a1a;
    color: #CCC;
}

#logo-link {
    display: block;
    min-height: 260px;
}

#logo {
	width: 100%;
    margin: 0 auto 40px;
    display: block;
}

@font-face {
    font-family: "SignPainter-HouseScript";
    src: url('../fonts/SignPainter-HouseScript.ttf');
}

@font-face {
    font-family: "Redemption";
    src: url('../fonts/Redemption.woff2');
}

@font-face {
    font-family: "SignPainter-HouseScript";
    src: url('../fonts/SignPainter-HouseScript.ttf');
    font-weight: bold;
}

@font-face {
    font-family: "Hertical-Serif-Texture";
    src: url('../fonts/Hertical-Serif-Texture.woff');
}

@font-face {
    font-family: "HomemadeApple";
    src: url('../fonts/HomemadeApple.woff');
}

.gta-font {
	font-family: "SignPainter-HouseScript";
}

.rdr-font {
	font-family: "Redemption";
}

.rocade-link,
.app-link {
	text-align: center;
	font-size: 18px;
}

.play {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 70px;
}

.play .left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    flex-direction: column;
}
.play .left img {
    display: block;
}
.play .left img.icon {
    margin-bottom: 5px;
}
.play .right .title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.play .right .desc {
    margin-bottom: 15px;
}
.play .right a.connect {
    background-color: red;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    color: white;
}

.play .play-inner {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: flex;
    width: 100%;
}

@media (max-width: 767px) {
    .mobile-hidden {
      display: none !important;
    }
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px;
}

.login-container .login-inner {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.login-container .login-inner h2 {
    margin-bottom: 20px;
    font-family: 'Redemption', cursive;
    text-align: center;
    color: #DD141D;
}

.login-with-steam a {
    display: inline-block;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    background-color: #171a21;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
.login-with-steam a svg {
    display: inline-block;
    width: 19px;
    margin-right: 10px;
    fill: white;
    margin-bottom: -3px;
}
.login-with-steam a:hover {
    background-color: #212529;
    text-decoration: none;
}

a {
	color: #CCC;
}
a:hover {
	color: white;
	text-decoration: underline;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #d80419;
}

div.container {
    margin-bottom: 73px;
}
div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
}
.sidebar-close .alert-floating {
    left: 0;
}
.alert-floating {
    position: fixed;
    top: 40px;
    left: 220px;
    right: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    z-index: 1000;
}
.alert {
    background-image: url('https://cache.lawless-street.fr/img/alert-bg.png');
    background-size: 100% 100%;
    background-position: top left;
    border: none;
    background-color: transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 15px 35px;
    font-weight: bold;
}
.alert.alert-error {
    color: #d80419;
}
.alert ul {
    padding: 0;
}
.alert ul li {
    display: block;
}

.ticket .already{
    padding-top: 252px;
}
.ticket .position{
    padding-top: 252px;
}
.ticket {
    text-align: center;
    font-size: 22px;
    color: black;
    width: 570px;
    height: 407px;
    margin: 0 auto;
    background-image: url('https://cache.lawless-street.fr/img/LowlessExpress.png');
    margin-top: 170px;
}

@-webkit-keyframes slide {
    from{
        background-position:-766px 0;
    }
    to{
        background-position:1500px 0;
    }
}
.train-station {
    position: relative;
    overflow: hidden;
}
.train-wrapper {
    max-width: 100%;
}
.train-overflow {
    width: 95%;
    height: 212px;
    overflow:hidden;
    margin: 0 1.8%;
    position: absolute;
    z-index: 2;
}
.train-rail {
    position: absolute;
    background-image: url('https://cache.lawless-street.fr/img/train_rail.png');
    margin: 198px 2%;
    z-index: 2;
    height: 14px;
    width: 95%;
}
.train {
    position: absolute;
    background-image: url('https://cache.lawless-street.fr/img/train.png');
    background-repeat: no-repeat;
    background-position: -766px 0;
    width: 100%;
    height: 131px;
    display: block;
    margin-top:75px;
    -webkit-animation: slide 20s linear infinite;
    animation-play-state: paused;
}
.animate .train {
    animation-play-state: running;
}
.train-hole {
    position: absolute;
    right:0;
    background-image: url('https://cache.lawless-street.fr/img/train_hole.png');
    width: 253px;
    height: 213px;
    display: block;
    z-index: 1;
}
.train-hole-fade {
    position: absolute;
    right:0;
    background-image: url('https://cache.lawless-street.fr/img/train_hole_fade.png');
    width: 253px;
    height: 213px;
    display: block;
    z-index: 3;
}
.train-hole-reverse {
    position: absolute;
    background-image: url('https://cache.lawless-street.fr/img/train_hole.png');
    width: 253px;
    height: 213px;
    display: block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 1;
}
.train-hole-fade-reverse {
    position: absolute;
    background-image: url('https://cache.lawless-street.fr/img/train_hole_fade.png');
    width: 253px;
    height: 213px;
    display: block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 3;
}

.hour-ticket select {
    font-size: 25px;
    font-family: Redemption;
    background: none;
    color: #444;
    margin: 0 auto;
    width: 240px;
    display: block;
    padding: 4px 0 0 0;
}
.hour-ticket {
    position: absolute;
    background-image: url('https://cache.lawless-street.fr/img/ticket-middle.png');
    display: block;
    position: relative;
    height: 60px;
    background-repeat: repeat-x;
    margin: 20px auto;
    width: 300px;
    padding: 11px;
}
.hour-ticket:after {
    display: block;
    content: ' ';
    height: 60px;
    width: 10px;
    position: absolute;
    top: 0;
    right: -9px;
    background-image: url('https://cache.lawless-street.fr/img/ticket-border.png');
    background-repeat: no-repeat;
}
.hour-ticket:before {
    display: block;
    content: ' ';
    height: 60px;
    width: 10px;
    position: absolute;
    top: 0;
    left: -9px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-image: url('https://cache.lawless-street.fr/img/ticket-border.png');
    background-repeat: no-repeat;
}

.scroll-x {
    overflow-x: auto;
}
.scroll-x thead {
    background: #1a1a1a;
}
.admin-container {
    margin: 0 20px;
}
.form-control {
    background: rgba(255,255,255,0.7);
}
.btn, input {
    color: #000;
}
.not-wl {
    background: red;
    color: #FFF;
    width: 800px;
    padding: 40px;
    margin: 50px auto;
    border-radius: 20px;
}
.not-wl-warning {
    background: #FFA500;
    color: #FFF;
    width: 800px;
    padding: 20px;
    margin: 50px auto;
    border-radius: 20px;
}
.rocade-choice {
    position: relative;
}
.rocade-choice .poteau {
    display: block;
    position: absolute;
    top: 0;
    width: calc(100%);
}
.rocade-choice .choice-1 {
    display: block;
    position: absolute;
    width: calc(100%/4.6);
    margin-top: 5%;
    left: 36%;
}
.rocade-choice .choice-1 img {
    display: block;
    width: 100%;
}
.rocade-choice .choice-0 {
    display: block;
    position: absolute;
    width: calc(100%/4.8);
    margin-top: 15%;
    left: 36%;
}
.rocade-choice .choice-0 img {
    display: block;
    width: 100%;
}
.rocade-choice .choice-2 {
    display: block;
    position: absolute;
    width: calc(100%/5);
    margin-top: 32%;
    left: 38%;
    z-index: 0;
}
.rocade-choice .choice-2 img {
    display: block;
    width: 100%;
}
.rocade-choice .choice-3 {
    display: block;
    position: absolute;
    width: calc(100%/4.2);
    margin-top: 23%;
    left: 33%;
    z-index: 1;
}
.rocade-choice .choice-3 img {
    display: block;
    width: 100%;
}

.rocade-choice .choice-0:hover,
.rocade-choice .choice-1:hover,
.rocade-choice .choice-2:hover,
.rocade-choice .choice-3:hover {
    filter: brightness(1.5);
}

@media (max-width: 600px) {
    .rocade-choice {
        zoom: 0.5;
    }
    .train-station {
        zoom: 0.75;
    }
    .ticket {
        font-size: 18px;
    }
}

@media (max-width: 380px) {
    .rocade-choice {
        zoom: 0.4;
    }
    .train-station {
        zoom: 0.63;
    }
    .ticket {
        font-size: 16px;
    }
}
.not-allowed {
    cursor: not-allowed;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-default {
    background: #3A3A3A;
    border-color: #696969;
}
.navbar-default .navbar-nav #user-profile {
    height: 50px;
    padding-top: 15px;
    padding-left: 58px;
}

.navbar-default .navbar-nav #user-profile img {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 2px;
    left: 8px;
    padding: 1px;
}

#wrapper {
    padding-top: 50px;
    padding-left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#wrapper {
    padding-left: 225px;
}
#wrapper #sidebar-wrapper {
    width: 225px;
}

#sidebar-wrapper {
    border-right: 1px solid #696969;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 225px;
    width: 0;
    height: 100%;
    margin-left: -225px;
    overflow-y: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#sidebar-wrapper .sidebar-nav {
    position: absolute;
    top: 0;
    width: 225px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-wrapper .sidebar-nav li {
    text-indent: 0;
    line-height: 45px;
}

#sidebar-wrapper .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #428bca;
}

#sidebar-wrapper .sidebar-nav li a .sidebar-icon {
    width: 45px;
    height: 45px;
    font-size: 14px;
    padding: 0 2px;
    display: inline-block;
    text-indent: 7px;
    margin-right: 10px;
    color: #fff;
    float: left;
}

#sidebar-wrapper .sidebar-nav li a .caret {
  position: absolute;
  right: 23px;
  top: auto;
  margin-top: 20px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse {
    list-style: none;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    -khtml-padding-start: 0;
    -o-padding-start: 0;
    padding-start: 0;
    padding: 0;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li i {
    margin-right: 10px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li {
    text-indent: 15px;
}

@media (max-width: 992px) {
    #wrapper #sidebar-wrapper {
        width: 100%;
    }
    #wrapper #sidebar-wrapper #sidemenu {
        width: 100%;
    }
}

.sidebar-nav li a {
    background: #3A3A3A !important;
    color: #fff !important;
}

.sidebar-nav li ul li a {
    background: #696969 !important;
    color: #fff !important;
}
.sidebar-nav li ul li a.active,
.sidebar-nav li ul li a:hover {
    background: #595959 !important;
}
.sidebar-close {
    padding-left: 0 !important;
}
.sidebar-close #sidebar-wrapper {
    display: none !important;
}
.navbar-default .navbar-toggle {
    display: block !important;
    float: left;
}
#sidemenu {
    padding-bottom: 50px !important;
}
main {
    padding: 0 5px;
}

.revolver-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-family: sans-serif;
  margin: 150px 0;
}
.revolver {
  height: 80px;
  width: 80px;
  border-radius: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  background: #ccc;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation: rotate 6.5s cubic-bezier(0.74, 0.61, 0, 1.33) infinite;
          animation: rotate 6.5s cubic-bezier(0.74, 0.61, 0, 1.33) infinite;
}
.revolver__part {
  height: 40px;
  width: 30px;
  border-radius: 5px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.revolver__part:after, .revolver__part:before {
  content: " ";
  display: block;
  background: #1a1a1a;
  height: 26px;
  width: 26px;
  border-radius: 13px;
  margin-top: -18px;
}
.revolver__part:before {
  position: absolute;
  height: 12px;
  width: 12px;
  margin-top: 11px;
  right: -5px;
  background: #1b1e23;
  border: 2px solid #1b1e23;
}

section:nth-of-type(1) {
  -webkit-transform: rotateZ(calc(60deg * 1));
          transform: rotateZ(calc(60deg * 1));
}

section:nth-of-type(2) {
  -webkit-transform: rotateZ(calc(60deg * 2));
          transform: rotateZ(calc(60deg * 2));
}

section:nth-of-type(3) {
  -webkit-transform: rotateZ(calc(60deg * 3));
          transform: rotateZ(calc(60deg * 3));
}

section:nth-of-type(4) {
  -webkit-transform: rotateZ(calc(60deg * 4));
          transform: rotateZ(calc(60deg * 4));
}

section:nth-of-type(5) {
  -webkit-transform: rotateZ(calc(60deg * 5));
          transform: rotateZ(calc(60deg * 5));
}

section:nth-of-type(6) {
  -webkit-transform: rotateZ(calc(60deg * 6));
          transform: rotateZ(calc(60deg * 6));
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  16% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  32% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  48% {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  64% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  82% {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
  }
  100% {
    -webkit-transform: rotate(390deg);
            transform: rotate(390deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  16% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  32% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  48% {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  64% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  82% {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
  }
  100% {
    -webkit-transform: rotate(390deg);
            transform: rotate(390deg);
  }
}


/**** MAP *****/

#map-view .left { float: left; padding-left: 7px; }
#map-view .right { float: right; }

#map-view header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 401;
	font-size: 19px;
	height: 40px;
	padding: 3px 6px;
	background: rgba(0,0,0,.7);
	color: white;
}

#map-view header ul li .btn {
    color: black;
    padding: 0 10px;
}


#map-view header .form-group {
	color:black;
	margin-top: -4px;
}

#map-view header ul {
	margin-top:0;
	margin-bottom: 0;
}

#map-view header li {
	display: inline-block;
	margin-right: 5px;
	margin-top:4px;
	height: 25px;
	overflow: hidden;
}

#map-view header li:last-child {
	margin-right: 0;
}

#map-view header a {
	color: white;
	text-decoration: none;
	color: #ddd;
}

#map-view header a.active {
	color: white;
}

#map-view header .fa-search {
	padding-top: 8px;
}

#map-view #map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#map-view .leaflet-control-zoom {
    margin-top: 50px;
}

#log-map {
    position: relative;
}

#log-map .category-color {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 8px;
    margin-bottom: -2px;
}

#log-map .types h3,
#map-view .types h3 {
    padding-left: 15px;
}

#log-map .types h3 .all,
#map-view .types h3 .all{
    font-size: 14px;
    color: black;
    margin-top:5px;
    font-weight: bold;
}

#log-map .types,
#map-view .types {
    display: block;
    position: absolute;
    z-index: 401;
    background: rgba(0,0,0,.7);
    color: #FFF;
    padding: 12px;
    width: 280px;
    top: 125px;
    left: 12px;
}

#log-map .types {
    width: 360px;
}

#log-map .types ul,
#map-view .types ul {
    padding-left: 0;
    list-style: none;
}

#log-map .types ul li label,
#map-view .types ul li label{
    position: relative;
    display: block;
}

#log-map .types ul li .only,
#map-view .types ul li .only{
    position: absolute;
    top: 0;
    right: 0;
    color: black;
    display: none;
}

#log-map .types ul li:hover .only,
#map-view .types ul li:hover .only{
    display: block;
}

#map-view .sidebar {
    padding: 10px;
    display: block;
    position: fixed;
    top: 40px;
    bottom: 0;
    right: 0;
    z-index: 1031;
    width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: rgba(0,0,0,.7);;
    color: #bcbcbc;
}

#map-view .gps_ring {
     border: 2px solid #f00;
     -webkit-border-radius: 50%;
     height: 18px;
     width: 18px;
     position: absolute;
     left:20px;
    top:214px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0;
}
#map-view .gps_ring:before {
    content:"";
    display:block;
    border: 2px solid #f00;
    -webkit-border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    left:-8px;
    top:-8px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-delay: 0.1s;
    opacity: 0.0;
}
#map-view .gps_ring:after {
    content:"";
    display:block;
    border:2px solid #f00;
    -webkit-border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    left:-18px;
    top:-18px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-delay: 0.2s;
    opacity: 0.0;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.social-footer {
  z-index: 400;
  padding: 1rem;
  background: #111;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-footer .footer-logo {
  display:block;
  background: url('https://cache.lawless-street.fr/img/logo-small.png');
  background-size: 100%;
  margin-left: 15px; 
  width: 193px;
  height:37px;
}


@media (max-width: 992px) {
    .social-footer .footer-logo {
      background-size: 300% 100%;
      width: 62px;
    }
}

.social-footer .social-footer-icons li:last-of-type {
  margin-right: 0;
}

.social-footer .social-footer-icons li {
  display: inline-block;
}

.social-footer .social-footer-icons .fa {
  font-size: 3.3rem;
  color: #fefefe;
  margin: 10px 15px 0;
}

.social-footer .social-footer-icons .fa:hover {
  color: #4a4a4a;
  transition: color 0.3s ease-in;
}

.modal-xxl {
    width: 99%;
}

.chosen-container-single a.chosen-single {
    height: 30px;
    line-height: 26px;
}
.dark-chosen .chosen-container-single a.chosen-single {
    background: #B3B3B3;
}
.chosen-drop {
    color: black;
}
.tooltip {
    white-space: nowrap;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background: white;
    color: black;
    border-radius: 4px;
}
.custom-file-upload + input[type="file"] {
    display: none;
}
.link-wrapper {
    background: white;
    border-radius: 4px;
    padding: 20px;
    color: black;
    cursor: pointer;
}
.link-wrapper .link {
    color: #0000EE;
}

.polaroids {
    text-align: center;
    padding-top: 5%;
}
.polaroids .polar {
    background: white;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 10px 25px 10px;
    margin: 0 0 27px 30px;
    width: 20%;
    color: #0c0c0c;
    font-style:  italic;
    font-weight: bold;
 
    -moz-box-shadow: 0px 1px 5px 0px #656565;
    -webkit-box-shadow: 0px 1px 5px 0px #656565;
    -o-box-shadow: 0px 1px 5px 0px #656565;
    box-shadow: 0px 1px 5px 0px #656565;
 
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    tranform: rotate(-1deg);
 
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
 
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=85);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter:alpha(opacity=85);
}
.polaroids .polar:hover {
    background: rgb(245, 84, 84);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.polaroids .polar:nth-child(odd) {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    tranform: rotate(1deg); 
}
.polaroids .polar:after {
    content: attr(title);
}
.polaroids img {
    border: 1px solid #C9C9C9;
    width: 100%;
}
