html {
        background: url(//www.websocialfiles.com/15033/images/bg.jpg) no-repeat center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

#header-wrapper {background: url(//websocialfiles.com/15033/images/header_bg.jpg) repeat-x; width:100%;}
.box { background: transparent;}
.buttons-line {height: 1em;}
#wrap { width: 942px; height: auto; margin: 0 auto; padding:0;}
#program { width: 942px; height: 190px; margin: 0 auto; padding: 15px 0px 15px 0px; clear:both;}
#program img{float:left;}
#content { width: 942px; height: auto; margin: 0 auto; padding:0; background:url(images/main.png) repeat-y center; overflow: hidden;}
#left { width: 600px; height: auto; margin: 0; padding: 15px 0px 0px 0px; background-color:#FFF; border-radius:15px; float:left;}
#left img{float:left;}
#right { width: 313px; height: auto; margin: 0; padding:0; float:right;}
#right p{ color:#000000; padding: 0px 10px 0px 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; line-height: 25px;}
#right h1{ color: #ff0000; padding: 0px 10px 0px 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; line-height: 25px; border-bottom: 1px dashed #000;}
#left p{ color:#000000; padding: 0px 10px 0px 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; line-height: 25px;}
#left h1{ color: #000000; padding: 0px 0px 0px 11px; margin: -2px 0 0 9px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; line-height: 25px; border-bottom: 1px dashed #000;}
#form { width: 301px; height: 264px; margin: 0 auto; padding:0; float:left; background:url(../images/form.png);}
#form iframe { padding-top: 45px; border-width: 0px;}
#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;}
.view {
   width: 314px;
   height: 190px;
   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: 314px;
   height: 190px;
   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: 17px;
   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: #ed1b24 ;/*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;
}