html { background: url(//www.websocialfiles.com/15538/images/bg.jpg) no-repeat center top #282828;}
.box { background: transparent}
.buttons-line {height: 1em;}
#wrap { width: 942px; height: auto; margin: 0 auto; padding:0;}
#head { width: 942px; height: auto; margin: 0 auto; padding:0;}
#headL { width: 637px; height: 262px; margin: 0; padding:0; float:left;}
#form { width: 305px; height: 262px; margin: 0 auto; padding:0; float:right; background:url(../images/form.png);}
#form iframe{padding-top: 45px; border-width: 0px;}
#buttons { width: 942px; height: 160px; margin: 0 auto; padding: 3px 2px 0 3px; clear:both;}
#buttons img{float:left;}
.view {
   width: 235px;
   height: 160px;
   margin: 0px;
   padding:0;
   float: left;
   border: 0px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   /*-webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;*/
   /*box-shadow: 1px 1px 2px #e6e6e6;*/
   cursor: default;
   /*background: #fff url(../images/bg.jpg) no-repeat center center;*/
}
.view .mask,.view .content {
   width: 235px;
   height: 160px;
   position: absolute;
   overflow: hidden;
   top:0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 13px;
   padding: 10px;
   background: #000;
   margin: 0 0 0 0;
}
.view p {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 3px 3px 3px;
   text-align: center;
}
.view a.info {
   font-family: Georgia, "Times New Roman", Times, serif;
   display: inline-block;
   text-decoration: none;
   padding: 2px 2px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: #7d0200 ;/*rgba(84, 30, 55, 0.7)*/
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
#content { width: 942px; height: auto; margin: 15px auto 0; padding:0;  background-color:#FFF; border-radius:15px; float: right;}
#right { width: 298px; height: auto; margin: 0; padding: 15px 0px 0px 0px; float:left;}
#left { width: 642px; height: auto; margin: 0; padding:0; float:left;}
#left p{ color:#000000; padding: 0px 10px 0px 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; line-height: 25px;}
#left h1{ color: #000; padding: 0px 10px 0px 10px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size:18px; line-height: 30px; letter-spacing: 0px; font-style: italic; border-bottom: 1px dashed #000;}
#right p{ color:#000000; padding: 0px 10px 0px 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; line-height: 25px;}
#right h2{ color: #000; padding: 0px 10px 0px 10px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size:17px; line-height: 16px; letter-spacing: 0px; font-style: italic; border-bottom: 1px dashed #000;}
#right img{float:left;}
iframe { border-width:0;}
#right a:link {color:#FF0000;}      /* unvisited link */
#right a:visited {color:#ff0000;}  /* visited link */
#right a:hover {color:#0000ff;}  /* mouse over link */
#right a:active {color:#0000FF;}
#left a:link {color:#FF0000;}      /* unvisited link */
#left a:visited {color:#ff0000;}  /* visited link */
#left a:hover {color:#0000ff;}  /* mouse over link */
#left a:active {color:#0000FF;}