html {
        background: url(http://pmcontent.blob.core.windows.net/a0798d42c84a40c79a24542d7c485aa6/publicImages/bg-new11.jpg?131202082044) 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/1625/images/header_bg.png) repeat-x; width:100%;}
.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: 691px; height: 262px; margin: 0; padding:0; float:left;}
#form { width: 251px; height: 262px; margin: 0 auto; padding:0; float:left; background:url(//websocialfiles.com/1625/images/form.png);}
#form iframe { padding-top: 45px; border-width: 0px;}
#buttons { width: 942px; height: 122px; margin: 0 0 0 3px; padding: 15px 0px 15px 0px; clear:both;}
#buttons img{float:left;}
#content { width: 942px; height: auto; margin: 16px 0 0; padding:0; background:url(//websocialfiles.com/1625/images/content.png); border-radius:15px; float:left;}
#left { width: 670px; height: auto; margin: 0; padding: 0px 0px 0px 0px; float:left;}
#left img{float:left;}
#right { width: 236px; height: auto; margin: 0; padding:0; float:right;}
#left p{ color:#000; padding: 0px 10px 0px 10px; font-family: Cambria, serif; font-size: 16px; font-style: normal; font-weight: normal; text-transform: normal; letter-spacing: normal; line-height: 1.5em; line-height: 25px; line-height: 25px;}
#left h1{ color: #000; padding: 0px 10px 0px 10px; font-family: Cambria, serif; font-size: 24px; font-style: normal; font-weight: bold; text-transform: normal; letter-spacing: normal;line-height: 1.3em; border-bottom: 1px dashed #000;}
#right p{ color:#000; padding: 0px 10px 0px 10px; font-family: Cambria, serif; font-size: 16px; font-style: normal; font-weight: normal; text-transform: normal; letter-spacing: normal; line-height: 1.5em; line-height: 25px; line-height: 25px;}
#right h2{ color: #000; padding: 0px 10px 0px 10px; font-family: Cambria, serif; font-size: 24px; font-style: normal; font-weight: bold; text-transform: normal; letter-spacing: normal;line-height: 1.3em; border-bottom: 1px dashed #000;}
#footer-wrapper { display: none;}
#social-widget-container { display: none;}
.search-box { display: none;}
#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;}
iframe { border-width:0;}
#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: 235px;
   height: 122px;
   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: 122px;
   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: 15px;
   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: #862d63 ;/*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;
}