@charset "utf-8";
/* CSS Document */

/* RESET ALL  */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
img {margin:0;padding:0;border:0}

/* CLEARFIX */
.clear {clear:both;font-size:0px;line-height:0px;}
.clearfix:after {content: ".";clear: both;height: 0;visibility: hidden;display: block;}
.clearfix {display: inline-block; /* Fixes IE/Mac */ }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body				{ font-family:Arial, Helvetica, sans-serif;	background-color:#58595b; }
a					{ color:#FFFFFF; }
a.current			{ color:#a79e8c; }
input,textarea		{ border:1px solid #a79e8c; padding:5px; background:none; color:#FFFFFF; width:250px; }
.button				{ background:#a79e8c; color:#FFFFFF; font-weight:bold; }

#wrapper			{ width:937px; margin:0 auto; padding:0px; }

#laleFilmer_header	{ border-bottom:2px solid #a79e8c; color:#FFFFFF; padding-bottom:10px; background:url("../images/img_laleFilmer_logo.gif") no-repeat top center; }
.site_languageBar	{ width:100px; float:right; display:inline; font-size:11px; text-align:right;}
.site_languageBar a	{ font-size:11px; text-decoration:none; font-weight:bold; }
.site_logo			{ text-align:center; width:100%; margin-top:15px; height:75px; }
.site_menu			{ width:500px; float:left; display:inline; }
.site_menu ul,li	{ float:left; display:inline; }
.site_menu a		{ display:block; padding:5px 10px; color:#FFF; text-decoration:none; font-size:12px; }
.site_menu a:hover	{ background-color:#a79e8c; }
.site_menu a.current{ background-color:#a79e8c; }
#site_splash		{ margin:10px 0px 35px 0px; }
#container			{ margin:10px 0px 35px 0px; }
#container p		{ font-size:14px; color:#FFFFFF; text-align:justify; padding-bottom:10px; line-height:16px; }
#container .textPhoto{ margin:0px 0px 140px 20px; }
.collection-menu 	{ margin-bottom:15px; }
.collection-menu a	{ padding:5px 10px; font-size:12px; text-decoration:none; }
.collection-menu .current	{ background-color:#a79e8c; color:#FFFFFF; }
.collection-menu li	{ color:#FFFFFF; padding:0px 1px; }
.collection-menu a:hover{ background-color:#a79e8c; }
.contactCol			{ float:left; display:inline; margin:10px; width:440px;  }
#laleFilmer_footer	{ color:#a79e8c; font-size:11px; font-style:italic; border-top:2px solid #a79e8c; padding-top:5px; }

.team {
    width: 22%;
    display: inline-block;
    margin: 0 1vh 0;
    box-shadow: 4px 7px 21px 0 rgb(0 0 0 / 9%);
    border-radius: 4px;
    margin-bottom: 2vh;
}
.specialColor		{ color:#a79e8c; font-weight:bold; }
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
