/* Global Settings */
@import url('https://fonts.googleapis.com/css?family=Lato|Roboto:400,700');

html {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-size: 62.5%; 
}
html img {
	max-width:100%;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
  font-size: 1.9em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-family: 'Lato', sans-serif;
  color: #333232;
  overflow-wrap: break-word;
  background:#F7F7F7 url(../images/bg-home.png) no-repeat center top;
  background-size:contain;
}
@media screen and (max-width: 700px) {
	body {
	  background:#F7F7F7 url(../images/bg-home-mobile.png) no-repeat center top;
	  background-size:contain;
	}
}

/* Header and Footer */
.header {
	position:fixed;
	width:100%;
	height:auto;
	z-index:999;
}
.header-bar {
	background: #000000;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	clear:both;
	height:auto;
	overflow:hidden;
	padding:2px 10px 0px 12px;
	color:#fff;
	font-weight:700;
	text-align:right;
	text-transform:capitalize;
	font-size:2.5rem;
	box-shadow: 0 1px 2px rgba(0,0,0,1.0);
}
.header-bar a {	
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	letter-spacing:0;
	color:#fff;
	font-size:1.5rem;
	text-align:right;
	text-transform:uppercase;
}
.header-bar a:hover {
	color:#BABABA;
	text-decoration:none;
}
.logo {
	position:fixed;
	z-index:2;
	left:0;
	top:0;
	padding:10px;
}
.logo img {
	height:80px;
}
.tag-line {
	margin:0 auto;
	padding-top:60vh;
	width:80%;
	text-align:center;
}
.tag-line h1 {
	font-size:5.0rem;
	color:rgba(255,255,255,1.00);
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	letter-spacing:1.5;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1.0);
}
.request-flight {
	margin:0 auto;
	padding:0;
	width:80%;
	height:auto;
	background:rgba(0,0,0,0.90);
	color:#fff;
	border-radius:3px;
	text-align: center;
}
.request-flight h2 {
	color:#fff;
	padding:5px;
	font-size:3.0rem;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
}
.request-flight-form {
	background:#fff;
	padding:10px 0px;
	border-radius:0px 0px 3px 3px;
	text-align:center;
}
.request-flight-form input[type="text"] {
	float:left;
	width:17%;
	margin:0px 3px;
	border:none;
	outline:none;
	color:#838181;
}
.btn-blue {
	background:rgba(59,139,229,1.00);
	border-radius:4px;
	color:#fff;
	font-weight:bold;
	padding:8px;
	border:none;
	outline:none;
}
.listing-form {
	padding-top:30px;
}
.listing-form input[type="text"] {
	padding:2px;
	border:none;
	outline:none;
	color:#838181;
}
.middle-features {
	width:100%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.middle-box {
	float:left;
	width:29%;
	min-height:250px;
	background-size:cover;
	overflow:hidden;
	margin:1%;	
	text-align:center;
	padding:1%;
	vertical-align:baseline;
	font-size:1.4rem;
}
.middle-box h1 {
	font-size:3.0rem;
	text-align:center;
	text-shadow:none;
}
.sub-box {
	clear:both;
	color:#2E2E2E;
	width:80%;
	text-align:justify;
	margin:0 auto;
	padding-top:0px;
	padding-bottom:50px;
	overflow:hidden;
}
.sub-box input[type=text] {
	padding:4px;
	border:none;
	outline:none;
	color:#838181;
	border-radius:2px;
}
.sub-box h1, h2 {
	text-align:center;
}
.sub-box a {
	background:none;
	color:#3B8BE5;
}
.sub-box-right {
	float:left;
	width:48%;
	padding:1%;
}
.sub-box-left {
	float:left;
	width:48%;
}
.card {
  padding: 20px;
  float:left;
}
.card-inner {
  background-color: white;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  color: #888;
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  padding: 20px;
  text-shadow:none;
}
.card-title {
  font-size: 1.4em;
  font-weight: 300;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.card-copy {
  font-weight: 300;
  line-height: 1.4;
}
.featured-destination h1 {
	color:#fff;
	text-shadow:1px 2px 3px #000;
	font-weight:700;
	padding:150px 0px 150px 0px;
}
.featured-destination {
	border-radius:20px;
	box-shadow:#323131 2px 3px 4px;
	min-height:600px;
	clear:both;
	color:#333232;
	width:80%;
	text-align:center;
	margin:0 auto;
	padding-top:0px;
	padding-bottom:50px;
	padding:0px 20px;
}
.grey-section {
	background-color:rgba(55,54,54,1.00);
	padding:30px 10px 30px 20px;
	text-align:left;
	color:#fff;
	font-family: 'Work Sans', sans-serif;
	font-size:1.4rem;
	font-weight:200;
	overflow:hidden;
}
.grey-section h1 {
	color:#fff;
}
.left-grey {
	float:left;
	width:50%;
}
.left-grey input[type=text] {
	padding:4px;
	border:none;
	outline:none;
	color:#838181;
	border-radius:2px;
}
.right-grey {
	float:right;
	width:50%;
}
#footer {
	clear:both;
}
.mobile-menu {
	display:none;
}
.mobile-footer-bar {
	display:none;
}
@media screen and (max-width: 1200px) {
	.header-bar a {	
		font-size:1.2rem;
	}
	.logo img {
		height:50px;
	}
}

@media screen and (max-width: 700px) {
	.top-bar {
		font-size:0.7rem;
	}
	.header-bar {
		height:50px;
		padding:10px 0px 0px 0px;
		color:#fff;
		font-size:1.0rem;
		font-weight:700;
		text-align:right;
	}
	.tag-line {
		width:100%;
		padding-top:40vh;
		margin:0 auto;
		text-align:center;
		top:0;
		overflow:hidden;
	}
	.tag-line h1 {
		text-align:center;
		font-size:2.5rem;
	}
	.request-flight h2 {
		color:#fff;
		padding:5px;
		font-size:1.8rem;
		text-align:center;
	}
	.request-flight-form {
		background:#fff;
		padding:10px 0px;
		border-radius:0px 0px 3px 3px;
		text-align:center;
	}
	.request-flight-form input[type="text"] {
		clear:both;
		float:none;
		width:95%;
		margin:0;
		padding:8px 3px;
		border:none;
		outline:none;
		color:#838181;
		text-align:center;
	}
	.request-flight-form .btn-blue {
		width:100%;
		border-radius:0px;
		text-align:center;
	}
	.left-grey {
		clear:both;
		width:100%;
	}
	.right-grey {
		clear:both;
		width:100%;
	}
	.middle-features {
		width:100%;
		margin:0 auto;
		height:auto;
		overflow:hidden;
		text-align:center;
	}
	.middle-box {
		float:none;
		clear:both;
		width:95%;
		min-height:250px;
		background-size:cover;
		overflow:hidden;
		margin:1%;	
		padding:1%;
		vertical-align:baseline;
		text-align:center;
	}
	.middle-box h1 {
		font-size:2.0rem;
	}
	.logo {
		position:absolute;
		z-index:3;
		left:0;
		top:0;
		padding:10px;
	}
	.logo img {
		height:40px;
	}
	.mobile-footer-bar {
		display:block;
		position:fixed;
		bottom:0;
		height:50px;
		width:100%;
		background:rgba(34,34,34,1.00);
		color:#fff;
		z-index:9999;
		text-align:center;
	}
	.mobile-footer-bar a {
		color:#fff;
		padding:0px 25px;
		font-size:3.0rem;
	}
	.mobile-menu {
		display:block;
		float:right;
		padding:5px 20px;
	}
	.mobile-menu a {
		color:#fff;
		padding:0px 25px;
		font-size:1.7rem;
	}
	.featured-destination h1 {
		color:#fff;
		text-shadow:1px 2px 3px #000;
		font-weight:700;
		padding:10px 0px 50px 0px;
	}
	.featured-destination {
		border-radius:20px;
		box-shadow:none;
		min-height:600px;
		clear:both;
		color:#333232;
		width:80%;
		text-align:center;
		margin:0 auto;
		padding-top:0px;
		padding-bottom:90px;
		padding:0px 20px;
	}
	.sub-box-right {
		clear:both;
		width:100%;
	}
	.sub-box-left {
		clear:both;
		width:100%;
	}
	
}


/* Nav Bar jQuery CSS */
.navBox {
  overflow: hidden;
  background: none;
  float:right;
  max-width:85%;
}

.navBox a {
  display: block;
  padding: 16px 10px;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.navBox .active { background: none; }

.navBox ul {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align:right;
}

.navBox ul li {
  float: left;
  text-align:right;
  list-style: none;
}
ul {
	float: right;
}
.navBox ul li .fa { padding-left: 4px; text-align:right; }

.navBox .dropNav {
  display: none;
  width: 100%;
  padding: 0;
  position: absolute;
  left:0;
  right: 0;
  top: inherit;
  background: #323232;
  z-index: 7;
  overflow: hidden;
  text-align:right;
  color:#fff;
  font-size:1.0rem;
}
.navBox .dropNav a {
	color:#fff;
	font-size:1.2rem;
}

.navBox>ul>li.active { background-color: none; text-decoration:none; }

 @media only screen and (min-width: 701px) {

#openPageslide { display: none; }

#pageslide { display: block !important; }

.pageslideBg { display: none !important; }
}
@media screen and (max-width: 700px) {
	
.navBox {
	display:none;
}

.navBox ul li { float: none; }

.navBox>ul>li { border-bottom: none; }

.navBox>ul>li>a { padding: 10px; }

.navBox .dropNav {
  position: static;
  display:block;
  background: none;
  text-align:right;
  float:right;
  font-size:1.0rem;
  z-index:9999;
}

#openPageslide {
  display: none;
  padding: 14px 10px;
  width: 28px;
  border-radius: 6px;
  float:right;
}

#openPageslide span {
  height: 7px;
  display: block;
  border: 1px solid #fff;
  border-width: 5px 0;
  text-align:center;
}

#pageslide {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  text-align:center;
  background:rgba(0,0,0,0.8);
  padding:10px;
}
#pageslide a {
	color:#fff;
	font-size:2.0rem;
	font-weight:800;
	position: relative;
	z-index: 99999;
	text-align:center;
	width:100%;
}

}




/* Mobile NAV */
.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: translateY(-100%);
  transition-property: transform;
  transition-duration: 0.4s;
}
 
.cd-primary-nav.is-visible {
  transform: translateY(0);
}
.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  height: 80px;
  width: 100%;
  transition: background-color 0.3s;
}
 
.cd-header.is-fixed {
  /* when the user scrolls down, we hide the header right above the viewport */
  position: fixed;
  top: -80px;
  background-color: rgba(2, 23, 37, 0.96);
  transition: transform 0.3s;
}
 
.cd-header.is-visible {
  /* if the user changes the scrolling direction, we show the header */
  transform: translate3d(0, 100%, 0);
}
#menu li {
	list-style-type: none;
}
.slicknav_menu {
	display:none;
}

@media screen and (max-width: 70em) {
	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}


/* Columns */
.right_infos {
	text-align:right;
	padding-right:10px;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.side-container {
	clear:both;
	background:#A20002;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px;
	vertical-align:text-top;
	text-align:left;
	float:right;
	width:70%;
	margin:30px 10px 30px 10px;
}
@media screen and (max-width: 70em) {
	.side-container {
		clear:both;
		background:#A20002;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding:15px;
		vertical-align:text-top;
		text-align:left;
		width:90%;
		margin:30px 10px 30px 10px;
	}

}



/* Elements */
.circular {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.circular img {
	height:200px;
	width:200px;
}
.home_txt {
	font-size: 1.8em; line-height: 1.6;  letter-spacing: 0; color:#fff; font-weight:800; font-style:italic; text-align:center;
}
#buttons {
  text-align: center;
}

/* start da css for da buttons */
.btn {
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 22px;
  text-decoration: none;
  margin: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
  border:none;
}

.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}
.gray {
  background-color: #222;
  box-shadow: 0px 5px 0px 0px #3B8BE5;
}

.red:hover {
  background-color: #3B8BE5;
}


.search input[type=text]{
	margin:0 auto;
	font-size:4.0rem;
	color:#3A3939;
	text-transform:uppercase;
	height:auto;
	width:75%;
	background-color: rgba(255, 255, 255, 0.7);
	text-align:center;
}


/* Product Styles */
.category-column {
	width:33%;
	float:left;
	height:100vh;
}
@media screen and (max-width: 70em) {
	.category-column {
		clear:both;
		width:100%;
		height:auto;
	}	
}
.category-description {
	color:#fa531e;
	padding-bottom:3px;
	font-weight:700;
}
.product-li {
	display:inline-block;
	vertical-align:text-top;
	padding: 0 40px 0 40px;
}
.product {
	-webkit-font-smoothing: antialiased;
	line-height:normal;
}
.product_category {
	font-weight:bold;
	color:#3B8BE5;
	-webkit-font-smoothing: antialiased;
	font-size:2.0em;
}
.product_title {
	font-weight:800;
	color:#3B8BE5;
	-webkit-font-smoothing: antialiased;
	font-size:1.4em;
}
.product_price {
	color:#FFF;
	font-size:2.0rem;
	-webkit-font-smoothing: antialiased;
	padding-bottom:20px;
}
.product_description {
	text-align:center;
	font-size:0.8em;
	padding:10px;
	-webkit-font-smoothing: antialiased;
}
.listing img {
	width:22%;
}

/* Slide Show */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  text-align:center;
  width: 80%;
  height:300px;
  padding: 0;
  margin: 0 auto;
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
   -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  }



/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trans {
	background:url(../images/bg_transparent.png) repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px;
}
.left-half {
  width:30%;
  padding:20px; 
  float:left; 
  margin-left:90px;
	text-align:center;
	height:auto;
	
}

@media screen and (max-width: 60em) 
 {

	.left-half {
		clear:both;
		width:100%;
		text-align:center;
		margin-left:0px;
		padding:12px;
		border-radius:0px;
	}  
}
.right-half {
  width:40%;
  padding:20px; 
  float:right; 
  margin-right:90px;
	text-align:center;
	height:auto;
}


@media screen and (max-width: 60em) 
 {

	.right-half {
		clear:both;
		width:100%;
		text-align:center;
		margin-right:0px;
		padding:12px;  
		border-radius:0px;
	}  
}
  
  
.container {
  position: relative;
  width: 40%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 40%;
  float: right;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 65%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 65%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}




/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300; }
  @media (max-width: 700px) {
	  h1 { 
	  	font-size:2.5rem;
		}
  }
h1 { line-height: 1.2;  color:rgba(34,34,34,1.00); 
	font-weight:700;
	-webkit-font-smoothing: antialiased;
    }
h2 { font-size: 4.5rem; line-height: 1.25; -webkit-font-smoothing: antialiased;
   font-weight:700;
      color:#323232;
    }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; -webkit-font-smoothing: antialiased;}
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; font-weight:500;}
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 3.5rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color:rgba(34,34,34,1.00);
  text-decoration:none;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);}
a:hover {
  color:rgba(152,152,152,1.00);
   }




/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border:none;
  outline:none; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }
  
 


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 0; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 0rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

/* Smaller than tablet */
@media (max-width: 700px) {
	.hide-on-phones {
		display:none;
	}
}
/* Larger than mobile */
@media (min-width: 700px) {
	.only-phones {
		display:none;
		text-align:center;
		margin:0 auto;
		width:150px;
	}
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
