@charset "utf-8";

/*------------------------------------*\
    GLOBALS
\*------------------------------------*/

body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #064d7b;
	color: #666;
}
h1, h2, h3, h4, h5, .navbar-collapse > ul > li {
	/* special fonts set here, for nav too */
	/*font-family: 'Lato', Arial, Helvetica, sans-serif;*/
}
a:link, a:hover, a:active, a:visited {
	color: #2c8ecb;
}
:focus {
	outline:0 !important;
}

h1 {
	font-size: 1.714em /*24px*/;
	color:#066aa2;
}
h2 {
	font-size: 1.429em /*20px*/;
	color:#066aa2;
}
h3, h4, h5 {
	font-size: 1.286em  /*18px*/;
}
h1, h2, h3, h4, h5 {
	font-weight:400;
	margin:0 0 15px 0;
}

p {
	line-height:22px;
	margin:15px 0;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
#header {
	min-height: 103px;
	margin: 0;
	float: none;
	padding-top:15px;
}

/*#header .m-logo {
	display:none !important;	
}
#header .m-tagline {
	display:none !important;	
}*/

#header .icon {
	/*margin:0 30px 0 15px;
	float:left;*/
	padding-left:0;
}
#header .logo {
	/*float:left;*/
}

header {
	border-bottom: 6px solid #0069a4;
}
#header .img-responsive {
	display: inline;
}

.row {
	margin: 0;
}
.container-1400 {
max-width:1400px;
margin:auto;	
}
/*------------------------------
 BACKGROUNDS
--------------------------------*/
.purpleBG {
	background-color:#61417b;
}
.liteBlueBG {
	background-color:#2c8ecb;
}
.medBlueBG {
	background-color:#0069a4;
}
.whiteBG {
	background-color:#ffffff;
}
#slideBG {
background-image:url(../images/slide1.jpg);
background-repeat:no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size:cover;	
padding-left:0px;
background-position:center top;
padding-right:80px;
}

.DNA-border {
background-image:url(../images/nav-BG.png);
background-repeat:repeat-y;
position:relative;
min-height:500px;
padding-left:69px;
}
#hBG1 {
background-image:url(../images/h-BG1.gif);
background-repeat:no-repeat;
background-position:center top;	
}
#hBG2 {
background-image:url(../images/h-BG2.gif);
background-repeat:no-repeat;
background-position:center top;	
color:#fff;
}
img.borderit {
display:block;
border:10px solid #2c8ecb;
}
.divit {
display:block;
margin:auto;	
}
@media (min-width: 769px) {
	
.flexit {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;        /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;     /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */	

}
.fill-height-or-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
} 

.fill-height-or-more > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.h-grid .col-lg-3, .h-grid .col-md-3 { width: 25%; padding-right:0px; padding-left:0px;}
.h-grid .col-lg-9, .h-grid .col-md-9  { width: 75%; }

}
/*------------------------------
 BUTTONS
--------------------------------*/
.btn {
   
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  border-radius: 0px; 
   
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn-primary, a.btn-primary {
    background-color: #2c8ecb;
    border-color: #2c8ecb;
    color: #fff;
	font-size:1.286em;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #0069a4;
    border-color: #0069a4;
    color: #fff;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}

/*------------------------------
 HOME
--------------------------------*/
#hBG1 h2 {
	font-size:1.857em;
	color:#fde0a9;
	font-weight:700;
	line-height:36px;
}
#hBG1 h2 span{
	clear:both;
	display:block;
	color:#b4e7fd;
	text-transform:uppercase;
}
#hBG2 a {
	color:#fff;
}
#callouts {
	padding-top:15px;
	padding-bottom:15px;
}
.captionit {
	position:absolute;
	bottom:15%;
	right:0;
	font-size:3.286em;
	color:#00baf1;
	font-weight:900;
	line-height:42px;
	padding:15px;
	text-align:right;
	

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* IE10+ */

background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=1 ); /* IE6-8 */




}
.captionit span {
	color:#fff;
	font-size:0.913em;
	display:block;
	font-weight:700;
}
#sidebar {
	padding-top:20px;
	padding-left:65px;
	padding-right:0px;
}
/*------------------------------
 INT
--------------------------------*/
#int-content {
	padding:50px 80px 30px 99px !important;
}
.subnav ul li {
	list-style:none;
	margin-bottom:7px;
}
.subnav {
	font-size:0.929em;
	margin-top:15px;
	margin-bottom:15px;
}
.subnav ul li a {
	color:#fff;
}
.subnav ul li.current a {
	color: #fdd383;
}
.subnav.showit {
display:block !important;	
}
/*#int-content .content {
	background-color: #FFFFFF;
	padding: 25px 25px 0 25px;
}
#sidebar .pagetitle {
	color: #fff;
	padding: 25px 0 0 0;
	margin: 0;
    font-size: 1.0em;
    font-weight: bold;
}
#sidebar .pagetitle a { 
	line-height: 14px;
	color: #6C207E;
	text-decoration: none;
}
#sidebar li{
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0;
}
#sidebar ul{
	margin: 7px 0 0 0;
	padding: 0;
}
#sidebar ul.secondlevel{
	margin-bottom:40px;	
}
#sidebar li.menu_active {
	font-weight:bold;	
}
#sidebar li.menu_inactive {
	font-weight:normal;
}
#sidebar .secondlevel li {
	padding: 0 0 0 23px;
}
#sidebar .secondlevel li > ul > li {
	padding: 0 0 0 15px;
}*/

/*------------------------------
 NAVIGATION
--------------------------------*/
.navbar-collapse{
	max-height:none !important;

}

/* make sidebar nav vertical */ 
@media (min-width: 769px) {

  .navbar-collapse {
    height: auto;
    border-top: 0;
    box-shadow: none;
    max-height: none;
    padding-left:0;
    padding-right:0;
  }
  .navbar-collapse.collapse {
    display: block !important;
    width: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-x: visible;
  }

.navbar
{
	max-width:300px;
	margin-right: 0;
	margin-left: 0;
}	

.navbar-nav,
.navbar-nav > li,
.navbar-left,
.navbar-right,
.navbar-header
{float:none !important;}

.navbar-right .dropdown-menu {left:0;right:auto;}
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
/*---MENU COLORS---*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
/*---DROPDOWN CUSTOMIZATIONS---*/
.dropdown .dropdown-menu{
	left:100%;
    top:0px;
	
}

}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-text {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-size:1.143em;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a86bf+0,2a86bf+40,2a86bf+100&amp;0+0,0.75+40,0+100 */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhODZiZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzJhODZiZiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTg2YmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  rgba(42,134,191,0) 0%, rgba(42,134,191,0.75) 40%, rgba(42,134,191,0) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(42,134,191,0)), color-stop(40%,rgba(42,134,191,0.75)), color-stop(100%,rgba(42,134,191,0))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(42,134,191,0) 0%,rgba(42,134,191,0.75) 40%,rgba(42,134,191,0) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(42,134,191,0) 0%,rgba(42,134,191,0.75) 40%,rgba(42,134,191,0) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(42,134,191,0) 0%,rgba(42,134,191,0.75) 40%,rgba(42,134,191,0) 100%); /* IE10+ */

background: linear-gradient(to right,  rgba(42,134,191,0) 0%,rgba(42,134,191,0.75) 40%,rgba(42,134,191,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a86bf', endColorstr='#002a86bf',GradientType=1 ); /* IE6-8 */

     color: #fdd383;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #ccc;
}
/*--DROPDOWN MENU COLORS--*/
.dropdown .dropdown-menu{
	-webkit-border-radius: 0px; 
    -moz-border-radius: 0px; 
    border-radius: 0px; 
	background-color: #2c8ecb;
    border: 1px solid #2A86BF;
}
.dropdown-menu > li > a {
    color: #FFF;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #2A86BF;
    color: #fdd383;
    text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #2A86BF;
    color: #fdd383;
    outline: 0 none;
    text-decoration: none;
}

/*------------------------------
 FORM STYLES (Bootstrap))
--------------------------------*/

.form-control {
	width: 75%;
}
.form-group span.required {
	color: red;
}
.recaptcha {
	margin-top:15px;
}
.form-group input.error, 
.form-group select.error, 
.form-group textarea.error { 
	border: .1em solid red; 
}
.form-group label.error {
	font-weight: normal;
	color: red;
	margin: 1.0em 0 0 0;
}

/*------------------------------
 FOOTER
--------------------------------*/
footer, footer a {
	color: #ffffff !important;
}
footer {
	margin: 25px 0;
}
footer .container {
	 padding-left:125px;
}
footer #creditit span {
	background-image:url(../images/icon-SussmanAutomotive.png);
	background-repeat:no-repeat;
	font-size:0.857em;
	padding-left:40px;
	height:14px;
	margin-top:55px;
	margin-bottom:35px;
	display:block;
}
/*------------------------------
 MEDIA QUERIES
--------------------------------*/

@media (min-width: 1200px) {
	.container {
		/* this should be set to width of container if default not used*/
		width: 1270px;
		
	}
}
@media screen and (max-width: 1199px) {
#sidebar {
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
}
#slideBG {
padding-right:15px;
}
footer .container {
padding-left:15px;	
}	
}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 769px) {
	.subnav.showit {
display:none !important;	
}
#header .icon, #header .logo {
	margin-left: auto;
	margin-right: auto;
}
#header .logo {
	margin-top:10px;
	margin-bottom:15px;
}
#header {
padding-left:0px;
padding-right:0px;	
}

/*#header .m-logo {
	margin:0 auto;
	max-width:100%;
}
#header .m-tagline {
	margin:-15px auto 0 auto;
	max-width:100%;
}*/

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a, 
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fdd383;
		background-color: #2A86BF;
	}
	
	.container {
		width: auto;
	}
	.navbar {
	 -webkit-border-radius: 0px; 
 	 -moz-border-radius: 0px; 
      border-radius: 0px; 
	  margin-bottom:0;
	}
	.navbar-default {
	background-color:#2c8ecb;
	border-color:#2c8ecb;
	border-bottom:0px;	
	}
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
    .navbar-toggle {
        display: block;
    }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:#0069a4;
}
.navbar-default .navbar-toggle {
    border-color: #0069a4;
	background-color: #0069a4;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	 border-color: #064d7b;
    background-color: #064d7b;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
          top: 0;
          border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
          margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
          display:block !important;
    } 

	.navbar-default .navbar-nav > li {
		border-left:0px solid #fff;	
	}
	.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
   background-color: transparent;
   color: #fdd383;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fdd383;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
   background-color: transparent;
    color: #fdd383;
}
	
}

@media screen and (max-width: 768px) {
	input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none; /* mobile firefox too! */
}

	#header .img-responsive {
		display: block;
	}
	img {
		max-width: 100%;
	}
	
	/*.form-group {
		padding:0;
		margin-bottom:0;
		clear:none !important;
		float:left;
		display:inline-block;
		width:81%;
	}*/
	.navbar-nav {
		padding:0;	
		margin:0;
	}
	.navbar-nav > li >a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.nav > li > a {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#slideBG {
	padding-right:0;	
	}
	#sidebar {
		padding-top:0;
	}
	
	.form-control {
		width: 100%;
	}
	
}

@media screen and (max-width: 640px) {
#int-content {
	padding-left:15px !important;
		padding-right:15px !important;
	}
.page-cols {
	margin-left:-15px;
	margin-right:-15px;	
	}
.DNA-border {
background-image:none;
min-height:300px;	
}
.captionit {
	font-size:1.714em;
	line-height:24px;
	}
}

@media screen and (max-width: 320px) {
	
}

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}