﻿/*
750px grid system ~ Core CSS.
3 Columns ~ Margin left: 15px

Based on the simple grid system - http://www.webnicer.com/
by Jacek Ciolek

Created by the Grid System Generator - v1.00
Learn more ~ http://www.gridsystemgenerator.com/
*/

/* clearfix */
.clearfix:after, .row:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix, .row {display:inline-block;} /*Those two .clearfix have to be separate!)*/
.clearfix, .row {display:block;}

/* gridframework */
.row { margin-bottom: 20px;}
.gu4 { margin: 1px;}
.gu4 .row { width: 744px; }

.col-start {float:left; position:relative;}
.col {padding-left:6px; float:left; position:relative;}
.gu1{width: 180;}

.company-video-col-start {padding-left:45px; padding-right: 10px; float:left; position:relative;}
.company-video-col {padding-left:10px; padding-right: 10px; float:left; position:relative;}


