﻿/* column container */
.col1{

}
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
		/* right column background colour */
   border-bottom:1px solid #b5b5b5
}
.threecol .colmid {
	/*right:25%;			 width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:0;			/* width of the middle column */
	
}
.threecol .col1 {
	width:72%;			/* width of center column content (column width minus padding on either side) */
	left:0;			/* 100% plus left padding of center column */
	margin-right: 2%; padding-left:2%; padding-right:3%; border-left: 1px solid #b5b5b5; border-right: 1px solid #b5b5b5;
	min-height:300px;
	margin-bottom: -2000000px; padding-bottom: 2000000px;
}
.colmid {
    /*border-right: 1px solid #b5b5b5;*/
}
.colleft {
    /*border-right: 1px solid #b5b5b5;*/
}
.threecol .col2 {
	width:100%;			/* Width of left column content (column width minus padding on either side) */
	left:0;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	float:right !important;
	width:25%;			/* Width of right column content (column width minus padding on either side) */
	left:0;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{ height:25px !important;}
.stButton .stButton_gradient{ height:22px !important;}

@media screen and (max-width: 767px) {

.threecol .col1 { width:100%; margin-right: 0;
    padding-left: 1%;
    padding-right: 1%;}
.threecol .col3{ width:100%;}
.threecol .col1{ border:none;}


}