/*--CSS for Site Editor Window Content--*/

body
{
	background:#FFF;
	color:#716e74;
	font-family:'Cabin',sans-serif;
	font-size:18px;
}

.home-pods{/*margin-left:100px;*/ margin-top:40px; padding-bottom:40px;}

div div div .home-pods .reContentCell iframe{background:#C858A1 !important; border:3px solid #000; max-height:420px;} 

.home-pod{max-height:415px; min-height:415px; width:100%;}

.home-pod:nth-of-type(2){position:relative; top:-30px;}

.home-pod:nth-of-type(3){position:relative; top:-60px;}

.left{float:left;}

.right{float:right;}

.pod-image{width:620px; vertical-align:top;}

.pod-text{vertical-align:middle; padding:80px 0 0 40px; width:42.45%; max-width:480px; box-sizing:border-box; display:inline-table;}

.pod-image img{display:block;}

.home-pod:nth-of-type(1) .pod-image img{position:relative; z-index:3;}

.home-pod:nth-of-type(2) .pod-image img{position:relative; z-index:2;}

/*div div div .reMode_design span, .reMode_selected.reMode_design span{z-index:2000; position:absolute; background:yellow; text-align:center;}

div div div .reMode_html span, .reMode_selected.reMode_html span{z-index:2000; position:absolute; background:yellow; text-align:center; left:60px;}*/

.pod-title{color:#2a272d; text-transform:uppercase; font-family:'Cabin',sans-serif; font-size:12px; font-weight:bold; text-align:left; letter-spacing:2px;}

.pod-text p{font-size:25px; color:#9a4a9f; font-family:'Merriweather',sans-serif;}

.pod-text p[class *="pod-info"]{font-size:14px; color:#2a272d; font-weight:500; font-family:'Cabin',sans-serif; width:70%;}

/*--End--*/

/*--Secondary Pages--*/

.s-title .content{
	position:absolute;
	transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-o-transform:translateX(50%);
	right:50%;
	z-index:3002;
	text-align:center;
	top:43%;
}

@media all and (max-width:1600px){
	
	.s-title .content{top:55%;}
}


.s-title h1{font-size:55px; font-family:'Merriweather',sans-serif; color:#FFF; text-transform:uppercase; font-weight:300;}

/*--End--*/

