/* The Grid ---------------------- */

.row { width: 940px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row.large-collapse .column, 
.row.large-collapse .columns { padding: 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row .row.large-collapse { margin: 0; }

.column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }

.column.small,
.columns.small { padding-left: 0em!important; padding-right: 0em!important; }

.column.small-centered,
.columns.small-centered,
.column.medium-centered,
.columns.medium-centered { margin-left: auto; margin-right: auto; float: none !important; }

.column.medium-uncentered,
.columns.medium-uncentered { margin-left: 0; margin-right: 0; float: left !important; } }

.column.large-centered, .columns.large-centered { float: none; margin: 0 auto; }
 
[class*="column"] + [class*="column"]:last-child { float: right; }
[class*="column"] + [class*="column"].end { float: left; }

/* Small Grid ---------------------- */

.small-1, 
.row .small-1 { width: 8.33333%; }
 
.small-2, 
.row .small-2 { width: 16.66667%; }
 
.small-3, 
.row .small-3 { width: 25%; }
 
.small-4, 
.row .small-4 { width: 33.33333%; }
 
.small-5, 
.row .small-5 { width: 41.66667%; }
 
.small-6, 
.row .small-6 { width: 50%; }
 
.small-7, 
.row .small-7 { width: 58.33333%; }
 
.small-8, 
.row .small-8 { width: 66.66667%; }
 
.small-9, 
.row .small-9 { width: 75%; }
 
.small-10, 
.row .small-10 { width: 83.33333%; }
 
.small-11, 
.row .small-11 { width: 91.66667%; }
 
.small-12,
.row .small-12 { width: 100%; }

/* Medium Grid ---------------------- */
 
.medium-1, 
.row .medium-1 { width: 8.33333%; }
 
.medium-2, 
.row .medium-2 { width: 16.66667%; }
 
.medium-3, 
.row .medium-3 { width: 25%; }
 
.medium-4, 
.row .medium-4 { width: 33.33333%; }
 
.medium-5, 
.row .medium-5 { width: 41.66667%; }
 
.medium-6, 
.row .medium-6 { width: 50%; }
 
.medium-7, 
.row .medium-7 { width: 58.33333%; }
 
.medium-8, 
.row .medium-8 { width: 66.66667%; }
 
.medium-9, 
.row .medium-9 { width: 75%; }
 
.medium-10, 
.row .medium-10 { width: 83.33333%; }
 
.medium-11, 
.row .medium-11 { width: 91.66667%; }
 
.medium-12,
.row .medium-12 { width: 100%; }
 
/* Large Grid ---------------------- */

.large-1, 
.row .large-1 { width: 8.33333%; }
 
.large-2, 
.row .large-2 { width: 16.66667%; }
 
.large-3, 
.row .large-3 { width: 25%; }
 
.large-4, 
.row .large-4 { width: 33.33333%; }
 
.large-5, 
.row .large-5 { width: 41.66667%; }
 
.large-6, 
.row .large-6 { width: 50%; }
 
.large-7, 
.row .large-7 { width: 58.33333%; }
 
.large-8, 
.row .large-8 { width: 66.66667%; }
 
.large-9, 
.row .large-9 { width: 75%; }
 
.large-10, 
.row .large-10 { width: 83.33333%; }
 
.large-11, 
.row .large-11 { width: 91.66667%; }
 
.large-12,
.row .large-12 { width: 100%; }

.row .small-offset-1 { margin-left: 8.33333%; }
.row .small-offset-2 { margin-left: 16.66667%; }
.row .small-offset-3 { margin-left: 25%; }
.row .small-offset-4 { margin-left: 33.33333%; }
.row .small-offset-5 { margin-left: 41.66667%; }
.row .small-offset-6 { margin-left: 50%; }
.row .small-offset-7 { margin-left: 58.33333%; }
.row .small-offset-8 { margin-left: 66.66667%; }
.row .small-offset-9 { margin-left: 75%; }
.row .small-offset-10 { margin-left: 83.33333%; }

.row .medium-offset-1 { margin-left: 8.33333%; }
.row .medium-offset-2 { margin-left: 16.66667%; }
.row .medium-offset-3 { margin-left: 25%; }
.row .medium-offset-4 { margin-left: 33.33333%; }
.row .medium-offset-5 { margin-left: 41.66667%; }
.row .medium-offset-6 { margin-left: 50%; }
.row .medium-offset-7 { margin-left: 58.33333%; }
.row .medium-offset-8 { margin-left: 66.66667%; }
.row .medium-offset-9 { margin-left: 75%; }
.row .medium-offset-10 { margin-left: 83.33333%; }
 
.row .large-offset-1 { margin-left: 8.33333%; }
.row .large-offset-2 { margin-left: 16.66667%; }
.row .large-offset-3 { margin-left: 25%; }
.row .large-offset-4 { margin-left: 33.33333%; }
.row .large-offset-5 { margin-left: 41.66667%; }
.row .large-offset-6 { margin-left: 50%; }
.row .large-offset-7 { margin-left: 58.33333%; }
.row .large-offset-8 { margin-left: 66.66667%; }
.row .large-offset-9 { margin-left: 75%; }
.row .large-offset-10 { margin-left: 83.33333%; }
 
.pull-2 { right: 16.66667%; }
.pull-3 { right: 25%; }
.pull-4 { right: 33.33333%; }
.pull-5 { right: 41.66667%; }
.pull-6 { right: 50%; }
.pull-7 { right: 58.33333%; }
.pull-8 { right: 66.66667%; }
.pull-9 { right: 75%; }
.pull-10 { right: 83.33333%; }
 
.push-2 { left: 16.66667%; }
.push-3 { left: 25%; }
.push-4 { left: 33.33333%; }
.push-5 { left: 41.66667%; }
.push-6 { left: 50%; }
.push-7 { left: 58.33333%; }
.push-8 { left: 66.66667%; }
.push-9 { left: 75%; }
.push-10 { left: 83.33333%; }
 
/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

/* Visibility ---------------------- */

.show-for-small { display: none!important; }
.hide-for-small,
.show-for-medium-up { display: block!important; }

/* Site Specific CSS ---------------------- */

#topMenu { display: inline-block!important; margin: 20px auto!important; position: relative; width: 940px!important; z-index: 9999!important; }
#topMobMenu { display: none!important; }

header .logo { background: url(../images/ie/logo.png) no-repeat center; background-image: url(../images/ie/logo.png);  }
footer .logo { display: inline-block; float: left; height: 60px; background: url(../images/ie/logo-footer.png) no-repeat center; background-image: url(../images/ie/logo-footer.png);  }

#searchForm { width: 300px!important; margin: 0 auto!important; }

#property-extras .column:first-child { padding-left: 0px; }
#property-extras .column:last-child { padding-right: 0px; }

.flexslider.home { top: 0px; position: relative; }
.home .searchBox { }

.registerForm div.select:nth-child(odd) { padding-right: 10px; box-sizing: border-box;}

.column.outerbox { width: 72%; }

#searchBox { position: relative; top: 110px; }
.home #searchBox { position: relative; top: 0px; }

