.whatwasthis {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.wrap {
    border: 0px solid #f00;}

.wrap div.socialembed {
    border: 0px solid #000;
    width: 50%;
    float: left;
    margin-bottom:7px;
}

.clear:after {
   content: "";
   display: table;
   clear: both;
}

iframe.instagram-media {
  min-width:320px !important;
}

@media all and (max-width: 1000px) {
    div.wrap div.socialembed {
        width: 100%;
        float: none;
    }
    div.wrap {
        width: 100%;
    }
    div.socialembed {
        width: 100%;
    }
}

.pf-title {
    font-size:22px;
    margin-top:28px;
    margin-bottom:14px;
}

.pf-header {
    font-size:20px;
    margin-top:28px;
    margin-bottom:-7px;
    font-weight:bold;
}

.pf-subheader {
    font-size:18px;
    margin-top:21px;
    margin-bottom:7px;
}

.slider_full img {
    top:0%;
}

.section h1, .section_template h1 {
	font: 800 64px/1.4em "Montserrat", sans-serif;
}

.section h2, .section_template h2 {
	font: 800 64px/1.4em "Montserrat", sans-serif;
}

.col-contact-1 {
    width: 280px;
}

.col-contact-3 {
    width: 480px;
    margin-top: 0px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed 
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}