@font-face {
  font-family: 'Stag-Sans-Thin-Web';
  src: url('../fonts/StagSans-thin-Web.eot');
  src: url('../fonts/StagSans-thin-Web.eot?#iefix') format('embedded-opentype'),
     url('../fonts/StagSans-thin-Web.woff') format('woff'),
     url('../fonts/StagSans-thin-Web.ttf') format('truetype'),
     url('../fonts/StagSans-thin-Web.svg#Stag Sans Web') format('svg');
  font-weight:  100;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stag-Sans-Light-Web';
  src: url('../fonts/StagSans-Light-Web.eot');
  src: url('../fonts/StagSans-Light-Web.eot?#iefix') format('embedded-opentype'),
     url('../fonts/StagSans-Light-Web.woff') format('woff'),
     url('../fonts/StagSans-Light-Web.ttf') format('truetype'),
     url('../fonts/StagSans-Light-Web.svg#Stag Sans Web') format('svg');
  font-weight:  100;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stag-Sans-Book-Web';
  src: url('../fonts/StagSans-Book-Web.eot');
  src: url('../fonts/StagSans-Book-Web.eot?#iefix') format('embedded-opentype'),
     url('../fonts/StagSans-Book-Web.woff') format('woff'),
     url('../fonts/StagSans-Book-Web.ttf') format('truetype'),
     url('../fonts/StagSans-Book-Web.svg#Stag Sans Web') format('svg');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

/*
  RESET SOME BOOTSTRAP CSS
*******************************/
.navbar-collapse {
  max-height: auto;
  padding-right: 0;
  padding-left: 0;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: none;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

p {
    margin: 0 0 10px;
}


@media (min-width: 767px) {
  .container {
    width: auto;
    max-width: 767px;
	min-width: 767px;
	position:relative;
  }
}
@media (min-width: 992px) {
  .container {
    width: auto;
    max-width: 797px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
    max-width: 1110px;
  }
}

.position-relative {
    position: relative;
}

/*
  UNIVERSAL STYLES
*******************************/
body {
  font-size: 14px;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color:#261c3f;
}

.position-relative { position: relative; }
.clear { clear: both; }
.nowrap { white-space: nowrap; } /* or call it nobr */

.color-white {
  color: #ffffff !important; 
}

a { 
  color: #ffffff; 
  font-weight: bold; 
  cursor: pointer;
}

a:hover { 
  color: #ffffff;  
}

.container {
  max-width: 1110px;
  padding:0;
}

.sub-container {
    margin: auto;
	max-width: 1110px;
	padding:2px 0 0;
}
.lt-ie9 .sub-container {
	width:1111px;
}

sup {
    font-size: 80%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
	top: -0.2em;
}

.dk-grey{
	color:#000033;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

h1, h2, h3 {
  color: #3e3061;
  font-weight: normal;
  margin-top: 0;
}

h1{
	font: 28px/28px 'Stag-Sans-Light-Web', Arial, Helvetica, sans-serif;
	line-height:normal;
	padding-top:25px;
}

h2{
	font-size:16px;
	color:#664f8c;
	text-transform:uppercase;
	margin:10px 0;
	font-family: 'Stag-Sans-Book-Web', Arial, Helvetica, sans-serif; 
}

.master-bkg { 
  background: url(../images/main-bkg.jpg) no-repeat center bottom #009cd9;
  min-height:645px;
  position:relative;
  background-size:100%;
	}

.master-copy{
	width:100%;
	padding:35px 15px 0;
}

.master-copy p {
	font-size:12px;
	padding:0 30px;
}

.txt-divider {
	text-transform:uppercase;
	font: 16px 'Stag-Sans-Book-Web', Arial, Helvetica, sans-serif; 
}

h1 .icon-star-spg{
  font-size: 15px;
  display: inline-block;
  opacity: .3;
  *zoom: 1;
}

.main-sub{
	font-size:18px;
	color:#3e3061;
	font-family: 'Stag-Sans-Book-Web', Arial, Helvetica, sans-serif; 
	margin:8px 0;
}

.text-divider {
    margin: 10px auto 0;
    width: 100%;
}

.icon-chevron-right{
    padding: 0 0 0 3px;
    position: relative;
    text-align: start;
    top: 0;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:3.5%;
	margin-top:25px;
}

[class*="col-"]:before {
    display:block;position:relative;
    margin-bottom:8px;
	font-family:sans-serif;
	font-size:10px;
    letter-spacing:1px;
    color:#658600;
    text-align:left;
}
.item {
    width:100%;
    height:60px;
    padding:0;
	margin-top:55%;
	display:table;
}

.content {
	display:table-cell;
	text-align:center;
	font: 10px 'Stag-Sans-Book-Web', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.col-max {
    max-width:219px;
}

.flag-1 {
	background:url(../images/flag1.png) 0 0 no-repeat;
	background-size:100%;
}
.flag-2 {
	background:url(../images/flag2.png) 0 0 no-repeat;
	background-size:100%;
}
.flag-3 {
	background:url(../images/flag3.png) 0 0 no-repeat;
	background-size:100%;
}
.flag-4 {
	background:url(../images/flag4.png) 0 0 no-repeat;
	background-size:100%;
}
.flag-5 {
    background: url(../images/flag5.png) 0 0 no-repeat;
    background-size: 100%;
}



@media (min-width: 861px) and (max-width: 1031px) {
	.col-centered {
		margin-right:2%;
		}
		
	.col-max {
		max-width: 195px;
		}
}

@media (min-width: 767px) {
	.master-bkg {
		background: url(../images/main-bkg.jpg) no-repeat center bottom #009cd9;
		min-height:851px;
		position:relative;
		}

	h1 {
		font: 50px/50px 'Stag-Sans-Light-Web', Arial, Helvetica, sans-serif;
		margin-bottom:20px;
		}
		
	h2 {
		font-size:18px;
		}
		
	.master-copy p {
		font-size:22px;
		}
		
	
		
	.txt-divider{
		font: 22px "Stag-Sans-Book-Web",Arial,Helvetica,sans-serif;
		}
}

@media (min-width: 714px) and (max-width: 860px) {
	.col-centered {
		margin-right:2%;
}

.col-max {
    max-width: 155px;
}
.col-centered {
	margin-top:20px;
	margin-right:3.5%;
}

.master-bkg { 
  background: url(../images/main-bkg.jpg) no-repeat center bottom #009cd9;
  min-height:700px;
  position:relative;
  background-size:100%;
	}
	
	.text-divider{
	margin: 35px auto 10px;
    width: 93%;
}
}

@media (max-width: 713px) {
	.flag-2,
.flag-4{
	margin-right:0;
}
}

.nav-spacing { height: 70px; }


.master{
	text-align:center;
}

@media (max-width: 767px) {
.nav-spacing {
	height: 40px;
	}
	
.master-copy {
    clear: both;
    margin: 0;
    width: 100%;
	max-width:none;
	padding-top:15px;
}	

.main-sub {
	font-size:14px;
	line-height:16px;
	margin:10px 0 0;
}

.main-title,
.main-sub {
	text-align:center;
	}

h1 .icon-star-spg{
  font-size: 10px;
}

.property-main{
	left:20px;
	padding:0 20px 0 0;
}
}