/*
Theme Name: soho
Theme URI:  
Description: 
Author: fidiz
Author URI: fidiz.com 
version: 1.0
Tags: two-column, widget-ready , video-thumbnail-support
*/



/*-------------------------------------------------------------------------------------------*/
/* basics */
/*-------------------------------------------------------------------------------------------*/
@import url("css/genericons.css");
@import url(http://fonts.googleapis.com/css?family=Arvo:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
* {
	margin:0;
	padding:0;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size:16px;
}
h1,
h2,
h3 {
	margin-bottom:20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Arvo', serif;
	line-height: 1.2;
}
img {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
code {
	font-family:"Courier New", Courier, monospace;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display:block;
}
.clear {
	clear:both
}
.fl-left {
	float:left;
}
.fl-right {
	float:right;
}
.text-uppercase{
	text-transform: uppercase;
}
/*-------------------------------------------------------------------------------------------*/
/* links s */
/*-------------------------------------------------------------------------------------------*/


a {
	color:#000;
	text-decoration:none;
	outline:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: underline;
}
/*-------------------------------------------------------------------------------------------*/
/* container */
/*-------------------------------------------------------------------------------------------*/


#container {
	padding:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -96px;
}
.container {
	max-width:1200px;
	margin: 0 auto;
	position:relative;
	width:100%;
}
#wrapper {
	padding:30px 0;
}
/*-------------------------------------------------------------------------------------------*/
/*  header */
/*-------------------------------------------------------------------------------------------*/

#header {
	background:rgb(60,64,65);
	height:96px;
}
#header h1 {
	margin:16px 0 0;
	float:left;
}
#header h1 a {
	text-decoration: none;
	background:url(images/logo.png) no-repeat;
	width: 122px;
	height:64px;
	display: block;
	text-indent: -999999px;
}
#header h1 a:hover {
	text-decoration: none;
}
/*-------------------------------------------------------------------------------------------*/
/* menu */
/*-------------------------------------------------------------------------------------------*/


#main-menu {
	float:right;
}
#menu {
	float:left;
	font-family: 'Arvo', serif;
}
#menu li {
	margin-right:10px;
	float:left;
	list-style-type: none;
}
#menu li a {
	padding:5px;
	text-decoration:none;
	height:96px;
	color:rgb(255,255,255);
	line-height: 86px;
	font-size: 14px;
	text-transform: uppercase;
	display:block;
}
#menu li a:hover {
	color:rgb(198,202,205);
}
.show_hide_menu {
	display:none;
	margin-top: 35px;
}
.show_hide_menu span {
	display:inline;
	color:rgb(255,255,255);
	font-size:30px;
}
.show_hide_menu.on span {
	color:rgb(102, 153, 204);
}
a.register-interest {
	float:right;
	display:block;
	height:96px;
	color:rgb(255,255,255);
	text-decoration: none;
	line-height: 76px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	position:relative;
	overflow:hidden;
	background:rgb(102,153,204);
}
a.register-interest:before{
	content:"";
	display:block;
	width:100%;
	height: 100%;
	position:absolute;
	left:-100%;
	top:0;
	background:rgb(87,140,194);
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.register-interest:hover:before{
	left:0;
}
a.register-interest span{ 
	display:block;
	padding:10px 32px;
	height:100%;
	
	position:relative;
	z-index: 2;

}
.clearer{ display: none;}
/*-------------------------------------------------------------------------------------------*/
/* content */
/*-------------------------------------------------------------------------------------------*/

.height-full{
	height: 100%;
}
.v-align{
	display:inline-block; max-width: 98%; vertical-align: middle; text-align: center;
}
.v-align-dummy{
	display: inline-block; height:100%; vertical-align: middle; width: 1px;
}
.v-align h1{ margin:0; }

#content {
	float:left;
	width:71.02040%;
}
.post {
	margin:0;
	padding:0;
	line-height: 19px;
}
.post h2 a {
	text-decoration: none;
}
.post h2 a:hover {
	color: #777;
	text-decoration: none;
}
.post ul {
}
.post li {
}
.postmetadata {
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
}
.navigation {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
.pagetitle {
	margin-bottom:15px;
}
.entry_post {
	padding-bottom:30px;
}
.post-thumbnail {
	margin-bottom:15px;
}
.entry-header {
	margin-bottom:15px;
}
#banner {
	position:relative;
	min-height: 500px;
}
#counter {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.3);
}
.countdown-holder {
	position:absolute;
	top:50%;
	left:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.countdown-wrap {
	width:425px;
	background:rgba(0, 0, 0, 0.3);
	padding:23px 32px;
	margin: 0 auto;
}
.main-title{ color: rgb(255,255,255); font-size: 60px; margin-bottom: 20px; text-transform: uppercase; text-align: center;}
.countdown-wrap h3 {
	font-size:18px;
	margin-bottom:10px;
	color:rgb(204,204,204);
	text-align:center;
}
.count-down {
	width: 400px;
	height:84px;
	padding:4px 2px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.count-down span {
	display: block;
	float: left;
}
.count-down span.count-item {
	width: 34px;
	height: 46px;
	background:url(images/digits-small.png) 0px 0px;
}
.count-down span.count-part {
	background:rgba(0, 0, 0, 0.5);
	padding:3px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.count-down span.image0 {
	background-position: 0 0;
}
.count-down span.count-info {
	float:none;
	text-align:center;
	color:#fff;
	text-transform:capitalize;
}
.count-down span.image1 {
	background-position: 0 -276px;
}
.count-down span.image2 {
	background-position: 0 -552px;
}
.count-down span.image3 {
	background-position: 0 -828px;
}
.count-down span.image4 {
	background-position: 0 -1104px;
}
.count-down span.image5 {
	background-position: 0 -1380px;
}
.count-down span.image6 {
	background-position: 0 -1656px;
}
.count-down span.image7 {
	background-position: 0 -1932px;
}
.count-down span.image8 {
	background-position: 0 -2208px;
}
.count-down span.image9 {
	background-position: 0 -2484px;
}
.count-down span.imageDay {
	background-position: 0px 0px;
}
.count-down span.imageSep {
	width:9px;
	height: 46px;
}
.count-down span.imageSpace {
	background-position: 0px 0px;
}
.section-inner {
	background:url(images/bg-section.jpg) repeat-x 0 bottom rgb(255,255,255);
	padding-bottom: 80px;
}
.section-main {
	padding-top: 10px;
	position: relative;
}
.section-top-wrap {
	padding:0 0 50px;
	background:#fff;
	margin-top: -10px;
}
.section-top-wrap .title-wrap {
	float:left;
	background:rgb(60,64,65);
	height:96px;
	color: rgb(255,255,255);
	padding: 10px 30px;
	min-width: 300px;
}
.section-top-wrap .title-wrap h2 {
	font-size: 24px;
	line-height: 76px;
	text-transform: uppercase;
}
.parallax-window {
	height: 400px;
	background: rgba(0,0,0,0.3);
	text-align: center;
}
.img-grid .grid-item {
	float:left;
	width:33.33333%;
	position:relative;
}
.img-grid .grid-item img {
	display:block;
	max-width: auto;
	width:100%;
	height:auto;
}
.img-grid .grid-item span {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease; 
	opacity:1; 
	position:absolute; 
	width:100%; 
	height:100%; 
	left:0; 
	top:0;
	cursor:pointer;
	background:rgba(102,153,204,0.8);
}
.img-grid .grid-item:hover span {
	opacity:0;
}
a.awsm-go-to.nav-arrow{
	color:rgb(255,255,255);
	background: rgb(87, 140, 194);
	width: 60px;
	height: 30px;
	-webkit-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
	text-align: center;
	position: absolute;
	left:50%;
	bottom:0;
	margin-left: -30px;
	text-decoration: none;
}
a.awsm-go-to.nav-arrow span{
	line-height: 30px;
	height: 30px;
	width: 60px;
	font-size: 30px;
}
.col-max-675,
#design-slider {
	max-width: 675px;
	margin:0 auto;
}
#map {
	height:500px;
	position:relative;
}
#map iframe,
.map-overlay {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.map-overlay {
}
.text-center {
	text-align: center;
}
a.download-booklet {
	display:inline-block;
	padding:30px 5px 30px 75px;
	background:url(images/booklet.png) no-repeat;
	text-transform: uppercase;
	margin:30px 5px 20px;
	position:relative;
	top:0;
}
a.download-booklet span {
	color:rgb(102,153,204);
}
a.download-booklet:hover{ text-decoration: none; top: -6px; }
.content_main ul#tabs {
	float:left;
	width:25%;
	list-style:none;
	margin:0;
	border-right:1px solid #ededed;
	padding-top:10px;
}
.content_main ul#tabs li {
	margin-bottom:10px;
	position:relative;
}
.content_main ul#tabs li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:12px 10px;
	margin-bottom:10px;
	font-size:16px;
}
.content_main ul#tabs li a:before {
	background:rgb(255,255,255);
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:-2;
	height:100%;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	border-width:1px 0 1px 1px;
	border-style:solid;
	border-color: #eee;
}
.content_main ul#tabs li a:after {
	background:rgb(102, 153, 204);
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:0;
	z-index:-1;
	height:100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	border-color:#a6ce39;
}
.content_main ul#tabs li.active a {
	color:#fff;
}
.content_main ul#tabs li.active a:after {
	width:100%;
}
.content_main .tab_list_right {
	float:right;
	width:70%;
}
.content_main .loading {
	min-height:200px;
	background:url(images/loading.gif) no-repeat center center;
}
.content-head {
	padding:15px 25px;
	border-bottom:2px solid #eee;
	margin-bottom:25px;
}
.content-head h2 {
	color:#333;
	margin-top:20px;
}
.content-head .counter {
	float:right;
}
.content-head .counter h3 {
	color:#969696;
	font-size:14px;
	margin:0;
	line-height:18px;
}
/*-------------------------------------------------------------------------------------------*/
/* sidebar */
/*-------------------------------------------------------------------------------------------*/


#sidebar {
	width:28%;
	float:right;
	margin:0;
	padding: 0;
}
#sidebar ul {
	margin:12px;
	padding:0;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 19px;
	list-style-type: none;
}
#sidebar ul ul {
	margin:14px 0;
	padding:0;
}
#sidebar ul ul li {
	list-style-type: none;
}
#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/*-------------------------------------------------------------------------------------------*/
/* comments */
/*-------------------------------------------------------------------------------------------*/


#respond {
	clear:both;
}
#commentform {
	margin:0;
	padding:0;
}
#comments a {
	margin:16px 0 0;
	float:none;
	position:absolute;
	right:0;
	top:0;
}
#commentform label {
	width:75px;
	display:inline-block;
}
#commentform p #submit {
	margin:36px 0 0;
	cursor:pointer;
	float:right;
}
#comment {
	width:98%;
	min-height:255px;
	padding:3px;
}
#commentform a {
	text-decoration: none;
}
#commentform p {
	position:relative;
	margin-bottom:18px;
}
#commentform p .error {
	border:1px solid #ff4343;
}
#commentform p label.error {
	color:#ff0000;
	margin-left:15px;
	border-color:#ff4343;
	padding:2px 5px;
	position:absolute;
	width:125px;
}
#commentform h3 {
	margin:0;
	padding:0;
}
h3.add-comment {
	font-size:30px;
	margin:35px 0 31px;
}
.postbyauthor {
	color:#ddd;
}
#submit {
	margin:5px 5px 0 0;
}
ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
}
ol.commentlist ul,
.comment-content {
	overflow:hidden;
}
ol.commentlist .avatar {
	float:right;
	margin:0 12px 0 0;
}
ol.commentlist li {
	margin:10px 0;
	padding:30px;
	list-style-type:none;
	border:1px solid #dfdfdf;
	position:relative;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 19px;
	line-height:22px;
}
ol.commentlist .reply a {
	position:absolute;
	left:0;
	bottom:0;
	background:#f9f9f9;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
	font-size:10px;
	text-transform:uppercase;
	padding:4px 5px;
}
ol.commentlist .reply {
	margin-top:25px;
}
#content.single-post .commentmetadata a {
	text-decoration:underline;
	font-style:italic;
	font-size:14px;
}
cite {
	font-weight: bold;
	font-style: normal;
	font-size:20px;
}
cite a {
	text-decoration: none;
}
cite a:hover {
	text-decoration: none;
}
/*-------------------------------------------------------------------------------------------*/
/* search */
/*-------------------------------------------------------------------------------------------*/

#searchform {
	padding:0;
	margin:14px 0;
}
#searchform input#s {
}
/*-------------------------------------------------------------------------------------------*/
/* misc */
/*-------------------------------------------------------------------------------------------*/

.entry p {
	padding:0 0 18px;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	color:rgb(102, 153, 204);
}
.entry ul,
.entry ol {
	margin:0 0 0 40px;
}
.entry ul li,
.entry ol li {
	margin-bottom:8px;
}
.entry dl {
	margin-bottom:18px;
}
.entry dd {
	margin-left:40px;
}
.entry table {
	margin-bottom:18px;
}
.entry table th {
	background:#ddd;
	padding:5px;
}
.entry table td {
	border:1px solid #ddd;
	padding:5px;
}
.red {
	color:#f00;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #ddd;
	padding: 4px;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 8px;
	display: inline;
	border:1px solid #ddd;
}
img.alignleft {
	padding: 4px;
	margin: 0 8px 2px 0;
	display: inline;
	border:1px solid #ddd;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px; /* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
input[type='text'],
input[type='email'],
input[type='password'],
select,
textarea {
	border:1px solid #ddd;
	padding:3px;
	width:100%;
	font:inherit;
}
input[type='text'],
input[type='email'],
input[type='password'],
select {
	height:35px;
}
input[type='submit'] {
	padding:13px 32px;
	border:1px solid rgb(102, 153, 204);
	color: rgb(102, 153, 204);
	text-transform: uppercase;
	display:block;
	cursor:pointer;
	background:rgba(0, 0, 0, 0);
	font-family: "Arvo",serif;
	font-size: 17px;
}
/*-------------------------------------------------------------------------------------------*/
/* footer */
/*-------------------------------------------------------------------------------------------*/

#footer {
	width: 100%;
	background:#3c4041;
	color:rgb(255,255,255);
	font-size: 11px;
}
#footer,
.push {
	height: 96px;
	clear:both
}
#footer p {
	padding:10px 0 5px;
	margin: 0;
}
#footer p a {
	text-decoration: none;
	color:rgb(255,255,255);
	margin-right: 0;
}
#footer div.fl-left{ 
	padding-top: 20px;
	padding-right: 300px;
	float: none;
}
#footer a.register-interest{
	position: absolute;
	top: 0;
	right: 0;
}
#footer div.fl-left >a {
	margin-right: 30px;
}
#footer div.fl-left a:last-child {
	margin:0;
}
#footer p a:hover {
	text-decoration: underline;
}
a.go-top {
	display:block;
	width:38px;
	height:18px;
	text-indent: -999999px;
	position:absolute;
	left:50%;
	top:-18px;
	margin-left: -19px;
	background:url(images/go-top.png) no-repeat;
}
.dot-navigation {
	position:fixed;
	right:20px;
	top:50%;
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1001;
}
.dot-navigation li {
	list-style-type: none;
	padding:10px 0 10px 15px;
	cursor:pointer;
}
.dot-navigation a {
	display:block;
	width:9px;
	height:9px;
	border:1px solid rgb(60,64,65);
	-webkit-border-radius:5px;
	border-radius: 5px;
	background:rgb(60,64,65);
}
.dot-navigation a.active {
	background:rgba(60, 64, 65, 0);
}
.dot-navigation span {
	position: absolute;
	right: 10px;
	opacity: 0;
	margin-top: -11px;
	padding: 0 0 5px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 32px;
	color: rgb(102, 153, 204);
}
.dot-navigation li:hover span {
	opacity:1;
	right:20px;
}

.popup-main{
	position: fixed;
	padding: 20px;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: -111;
	background: rgba(0, 0, 0, 0.8);
	cursor:pointer;
	opacity:0;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.popup-main.active{
	z-index: 1001;
	opacity: 1;
}
.popup-inner{
	
	color:rgb(102,102,102);
	text-align: center;
	position: relative;
	font-size: 16px;
	position: relative;
	min-width: 300px;
	min-height: 100px;
	max-width: 800px;
	height: 100%;
	margin:0 auto;
}
.popup-main.active .popup-inner{
	z-index: 10010;
	
}
.popup-content{	
	overflow:auto;
	max-height:100%;
	position: relative;
	top: 50%;
	-moz-transform: scale(0.7) translateY(-50%);
	-webkit-transform: scale(0.7) translateY(-50%);
	-o-transform: scale(0.7) translateY(-50%);
	-ms-transform: scale(0.7) translateY(-50%);
	transform: scale(0.7) translateY(-50%);
   opacity: 0;
   -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.popup-main.active .popup-content{
	opacity: 1;
	-moz-transform: scale(1) translateY(-50%);
	-webkit-transform: scale(1) translateY(-50%);
	-o-transform: scale(1) translateY(-50%);
	-ms-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}

.popup-content-main{ background:rgb(255,255,255); cursor: default; }

.popup-content-main .entry{ padding:55px;}	

.popup-form-main{
	position: fixed;
	padding: 20px;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: -111;
	background: rgba(0, 0, 0, 0.8);
	cursor:pointer;
	opacity:0;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.popup-form-main.active{
	z-index: 1001;
	opacity: 1;
}
.popup-form-inner{
	
	color:rgb(102,102,102);
	text-align: center;
	position: relative;
	font-size: 16px;
	position: relative;
	min-width: 300px;
	min-height: 100px;
	max-width: 800px;
	height: 100%;
	margin:0 auto;
}
.popup-form-main.active .popup-form-inner{
	z-index: 10010;
	
}
.popup-form-content{	
	overflow:auto;
	max-height:100%;
	position: relative;
	top: 50%;
	-moz-transform: scale(0.7) translateY(-50%);
	-webkit-transform: scale(0.7) translateY(-50%);
	-o-transform: scale(0.7) translateY(-50%);
	-ms-transform: scale(0.7) translateY(-50%);
	transform: scale(0.7) translateY(-50%);
   opacity: 0;
   -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.popup-form-main.active .popup-form-content{
	opacity: 1;
	-moz-transform: scale(1) translateY(-50%);
	-webkit-transform: scale(1) translateY(-50%);
	-o-transform: scale(1) translateY(-50%);
	-ms-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}
.popup-form-content-main{
	
	background:rgb(255,255,255);
	padding: 55px;
	cursor: default;
	
	

}
.popup-main.active .popup-content-main{
	

}
.popup-form-content-main input[type="submit"]{ 
	background: rgb(102, 153, 204);
	color:rgb(255,255,255);
}
.gform_wrapper .gform_body .top_label input.medium{ wdth:100%;}
.popup-form-main.active .popup-form-content textarea{
	height:100px;
}
.popup-form-content-main label{
	display: block;
	margin-bottom: 5px;
}
.popup-main .popup-close, .popup-form-main  .popup-form-close{
	position: absolute;
	left:0;
	top: 0;
	background:rgba(0,0,0,0.2);
	color:rgb(255,255,255);
	font-size:24px;
	text-decoration: none; 
	opacity:0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 10002;
}
.popup-main.active .popup-close, .popup-form-main.active .popup-form-close{
	opacity: 1;
}
.popup-main .popup-close span, .popup-form-main .popup-form-close span{
	display: block;
	}

div.wpcf7-mail-sent-ok{position: absolute;
top: 0;
left: 0;
padding: 25% 0 0 !important;
text-align: center;
background: rgba(255,255,255,0.8);
color: #397f14;
right: 0;
bottom: 0;
font-size: 24px;
border:none !important;
}