#content{
padding-top:30px;
border-top:solid 1px #e1e1e1;
transition:all 0.45s;
-moz-transition:all 0.45s;
-webkit-transition:all 0.45s;
-ms-transition:all 0.45s;
-o-transition:all 0.45s
}

.page-title, .col-1 , .col-2 { margin: 0px 10px 0px 10px; }

@media screen and (min-width: 600px) {
   .col2-set {
      height: auto; overflow: hidden; // clearing 
   }
   .col-1{ width: 400px; float: left; }
   .col-2 { margin-left: 400px; }
}


   .account-login { margin: -30px 20px 20px 20px; }


   
   
.contact-textarea {
	border: 1px solid #898989;
	}


	
	
.responsive-container {
	position: relative;
	padding-bottom: 53.25%;
	padding-top: 30px;
	width: 90%;
	height: 0;
	overflow: hidden;
}
.responsive-container,
	.responsive-container iframe {
	max-width: 1280px;
	max-height: 720px;
}
.responsive-container iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}


.responsive-containerb {
	position: relative;
	padding-bottom: 63.25%;
	padding-top: 30px;
	width: 90%;
	height: 0;
	
}
.responsive-containerb,
	.responsive-containerb video {
	max-width: 1280px;
	max-height: 960px;
}
.responsive-containerb video {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}



.responsive-container-plugins {
	position: relative;
	padding-bottom: 63.25%;
	padding-top: 30px;
	width: 90%;
	height: 0;
	
}
.responsive-container-plugins,
	.responsive-containerb iframe {
	max-width: 1280px;
	max-height: 960px;
}
.responsive-container-plugins iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}