html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}
a:active, a:focus {
  outline: none;
}
a img {
  border: none;
}

textarea {
  resize: none;
}

/*
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa:before {
  font-family: FontAwesome;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

/* Font Awesome Icons Used Only */
.fa-bars:before {
  content: "\f0c9";
}

.fa-search:before {
  content: "\f002";
}

.fa-star:before {
  content: "\f005";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}
.fa-times-circle:before {
  content: "\f06a";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-spinner:before {
  content: "\f110";
}

.fa-chevron-sign-left:before {
    content: "\f137";
}

.fa-chevron-sign-right:before {
    content: "\f138";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-home:before {
    content: "\f015";
}

.fa-gamepad:before {
    content: "\f11b";
}


.fa-car:before {
    content: "\f1b9";
}
.fa-1-5x{
    font-size: 1.5em;
}
.fa-2x{
    font-size: 2em;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

h1 {
  font-family: "OpenSans-Bold", sans-serif;
}

div, span, p, input, a, h2 {
  font-family: "OpenSans-Regular", sans-serif;
}

a:hover {
  cursor: pointer;
}

.container {
  position: relative;
  *zoom: 1;
  max-width: 132px;
  _width: 132px;
  padding-left: 0px;
  padding-right: 0px;
/*  margin-left: auto;
  margin-right: auto;*/
  overflow: hidden;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 200px) {
  .container {
    max-width: 200px;
    margin-right: 0;
    margin-left: 0;
  }
  #films li {
      width: 180px;
  }
  .imgg img{
      width: 180px;
  }
}

@media (min-width: 250px) {
  .container {
    max-width: 250px;
    margin-right: 0;
    margin-left: 0;
  }
  #films li {
      width: 230px;
  }
  .imgg img{
      width: 230px;
  }
}

@media (min-width: 350px) {
  .container {
    max-width: 350px;
    margin-right: 0;
    margin-left: 0;
  }
  #films li {
      width: 320px;
  }
  .imgg img{
      width: 320px;
  }
}
@media (min-width: 700px) {
  .container {
    max-width: 700px;
    margin-right: 0;
    margin-left: 0;
  }
  #films li {
      width: 320px;
  }
  .imgg img{
      width: 320px;
  }
}
@media (min-width: 1050px) {
  .container {
    max-width: 1050px;
margin-right: 0;
margin-left: 0;
  }
  #films li {
      width: 320px;
  }
  .imgg img{
      width: 320px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
  #films li {
      width: 320px;
  }
  .imgg img{
      width: 320px;
  }
}

#logo {
  float: left;
  margin: 5px;
  width: 30px;
}
#logo li {
  width: 10px;
  height: 9px;
  background: #E77161;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#logo li.left {
  margin-left: 0;
}
#logo li.med {
  margin-left: 10px;
}
#logo li.right {
  margin-left: 20px;
}
#logo li:nth-child(1) {
  background: #e77161;
}
#logo li:nth-child(2) {
  background: #f89846;
}
#logo li:nth-child(3) {
  background: #758e92;
}
#logo li:nth-child(4) {
  background: #48b4ce;
}
#logo li:nth-child(5) {
  background: #f89846;
}

header {
  padding: 25px 0;
}
header form {
  position: relative;
  padding: 12px 20px;
}
@media (min-width: 266px) {
  header form {
    display: none;
  }
}
@media (min-width: 534px) {
  header form {
    display: block;
    width: 12.17228%;
    float: right;
    margin-right: 0;
  }
  header form input[type="search"] {
    display: none;
  }
  header form .fa.fa-search {
    top: 10px;
    right: 10px;
    font-size: 1.5em;
    color: #bbb;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(80%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 80%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 80%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 80%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 80%);
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    -o-transition: 0.3s background;
    transition: 0.3s background;
  }
  header form .fa.fa-search:hover {
    cursor: pointer;
    background-color: #e5e5e5;
  }
  header form .fa.fa-search:active {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
    background-image: -moz-linear-gradient(top, #f3f3f3, #ffffff);
    background-image: -o-linear-gradient(top, #f3f3f3, #ffffff);
    background-image: linear-gradient(top, #f3f3f3, #ffffff);
  }
}
@media (min-width: 802px) {
  header form {
    width: 41.5212%;
    float: left;
    margin-right: 0.24938%;
  }
  header form input[type="search"] {
    display: block;
  }
  header form .fa.fa-search {
    right: 30px;
    top: 16px;
    font-size: 1.2em;
    color: #b0b0b0;
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: none;
  }
  header form .fa.fa-search:hover {
    cursor: text;
    background: none;
  }
  header form .fa.fa-search:active {
    background: none;
  }
}
@media (min-width: 1070px) {
  header form {
    width: 43.64486%;
    float: left;
    margin-right: 0.18692%;
  }
}
header form .fa {
  position: absolute;
  right: 30px;
  top: 16px;
  font-size: 1.2em;
  color: #b0b0b0;
}
header form input[type="search"] {
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  padding: 5px;
  font-size: 0.9em;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header form input[type="search"]:focus {
  background: #fff;
}
header form input[type="submit"] {
  display: none;
}

#logo_cont {
  text-align: center;
}
#logo_cont a {
  display: inline-block;
  color: #363636;
  width: 165px;
}
#logo_cont a h1 {
  font-size: 35px;
  margin-bottom: 2px;
}
#logo_cont a span {
  font-size: 15px;
  color: #503737;
  margin-left: 2px;
}
#logo_cont a:hover #logo .left {
  margin-left: 10px;
}
#logo_cont a:hover #logo .med {
  margin-left: 0;
}
#logo_cont a:hover #logo .med:first-child {
  margin-left: 20px;
}
#logo_cont a:hover #logo .right {
  margin-left: 10px;
}

#menu_cont {
  text-align: center;
}
@media (min-width: 266px) {
  #menu_cont {
    width: 24.43609%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 534px) {
  #menu_cont {
    width: 12.17228%;
    float: left;
    margin-right: 0.37453%;
    margin-left: -87.82772%;
  }
}
@media (min-width: 802px) {
  #menu_cont {
    width: 8.10474%;
    float: left;
    margin-right: 0.24938%;
    margin-left: 0%;
  }
}
@media (min-width: 1070px) {
  #menu_cont {
    width: 12.33645%;
    float: left;
    margin-right: 0.18692%;
  }
}
#menu_cont .fa {
  margin-top: 12px;
  font-size: 1.5em;
  color: #bbb;
  border: 1px solid #e5e5e5;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(80%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 80%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 80%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 80%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 80%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#menu_cont .fa:hover {
  cursor: pointer;
  background-color: #e5e5e5;
}
#menu_cont .fa:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: -moz-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: -o-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: linear-gradient(top, #f3f3f3, #ffffff);
}

#login-info {
  margin-top: 8px;
  margin-right: 20px;
  text-align: center;
}
/*@media (min-width: 266px) {
  #login-info {
    display: none;
  }
}
@media (min-width: 534px) {
  #login-info {
    display: none;
  }
}
@media (min-width: 802px) {
  #login-info {
    display: block;
    width: 24.81297%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1070px) {
  #login-info {
    width: 24.85981%;
    float: right;
    margin-right: 0;
  }
}*/
#login-info span {
  position: relative;
  top: -13px;
  font-size: 15px;
  color: #8c8c8c;
  margin-left: 11px;
}

section {
  background: #F0EFED;
  border-top: 1px solid #D8D7D5;
}

#films {
  position: relative;
  margin-top: 40px;
}
#films li {
  position: absolute;
  background: #fff;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 3px #aaaaaa;
  -moz-box-shadow: 0px 0px 3px #aaaaaa;
  box-shadow: 0px 0px 3px #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
#films li div {
  padding: 10px 10px;
  border-bottom: 1px solid #e8e8e8;
  text-align: justify;
}
#films li div h2 {
  font-size: 18px;
  color: #717171;
}
#films li div .fa-map-marker {
  font-size: 14px;
  color: #acaaaa;
  margin: 10px 0 15px;
}
#films li div .fa-map-marker:before {
  margin: 0 5px 0 3px;
}
#films li div p {
  font-size: 13px;
  color: #acaaaa;
  line-height: 1.23;
}
#films li div .stars a {
  font-size: 1em;
  color: #dadada;
  padding-left: 1px;
}
#films li div .stars a.colored {
  color: #B8CC37;
}
#films li div > a {
  position: relative;
  float: right;
  color: #fff;
  background: #d5d5d5;
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: 1.1em;
  margin-left: 5px;
  text-decoration:none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#films li div > a[class*="facebook"]:hover {
  background: #3B5998;
}
#films li div > a[class*="thumbs"]:hover {
  background: #3B5998;
}
.likedda{
    background: #3B5998 !important;
}
#films li div > a[class*="facebook"]:before {
  position: relative;
  top: 5px;
}
#films li div > a[class*="twitter"]:hover {
  background: #00ACEE;
}
#films li div > a[class*="twitter"]:before {
  position: relative;
  top: 2px;
  left: 1px;
}
#films li div > a[class*="fa-thumbs-up"]:before {
  position: relative;
  top: 2px;
}

#films li div > a[class*="fa-times-circle"]:hover {
  color:red;
}

#films li div > a[class*="fa-times-circle"]:before {
  position: relative;
  top: 3px;
}

.loading {
  position: absolute;
  width: 100%;
  text-align: center;
}
.loading .fa-spinner {
  font-size: 2em;
  color: #acaaaa;
}
.loading span {
  position: relative;
  top: -5px;
  margin-left: 10px;
  font-size: 18px;
  color: #717171;
}
.like:hover{
        text-decoration: none;
}

.liked {
    color:red;
}

#films li > span[class*="icon-chevron-sign-left "]:hover {
  background: #00ACEE;
}
#films li > span[class*="icon-chevron-sign-left "]:before {
  position: relative;
  top: 2px;
  left: 1px;
}

#films li > span[class*="fa-chevron-sign-right"]:hover {
  background: #00ACEE;
}
#films li > span[class*="fa-chevron-sign-right"]:before {
  position: relative;
  top: 2px;
  left: 1px;
}


.deactivate{
    background-color:grey;
    cursor:pointer;
}

.sold{
    cursor:pointer;
}

.lessvisible{
    opacity:0.3;
}
.alpha60 {
    font-size:9px;
    position: absolute;
    bottom: 43px;
    right: 1px;
    color:grey;
background:white;
  background:rgba(240,240,240,0.6);
    
}

.contact label{
    color:grey;
}