
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body { margin: 0 }

article, aside, footer, header, nav, section { display: block }

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption, figure, main { display: block }

figure { margin: 1em 40px }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit;
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

dfn { font-style: italic }

mark {
  background-color: #ff0;
  color: #000
}

small { font-size: 80% }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub { bottom: -.25em }

sup { top: -.5em }

audio, video { display: inline-block }

audio:not([controls]) {
  display: none;
  height: 0
}

img { border-style: none }

svg:not(:root) { overflow: hidden }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input { overflow: visible }

button, select { text-transform: none }
[type=reset], [type=submit], button, html [type=button] {
-webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:1px dotted ButtonText
}

fieldset { padding: .35em .75em .625em }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea { overflow: auto }
[type=checkbox], [type=radio] {
box-sizing:border-box;
padding:0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}

details, menu { display: block }

summary { display: list-item }

canvas { display: inline-block }

template { display: none }
[hidden] {
display:none
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #222;
}

a {
  color: #337ab7;
  text-decoration: none
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65% }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75% }

h1, .h1 { font-size: 36px }

h2, .h2 { font-size: 30px }

h3, .h3 { font-size: 24px }

h4, .h4 { font-size: 18px }

h5, .h5 { font-size: 14px }

h6, .h6 { font-size: 12px }

p { margin: 0 0 10px }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4
}
@media (min-width: 768px) {

.lead { font-size: 21px }
}

.text-left { text-align: left }

.text-right { text-align: right }

.text-center { text-align: center }

.text-justify { text-align: justify }

.text-nowrap { white-space: nowrap }

.text-lowercase { text-transform: lowercase }

.text-uppercase { text-transform: uppercase }

.text-capitalize { text-transform: capitalize }

.text-muted { color: #777 }

.text-primary { color: #337ab7 }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none
}

.btn-purchase {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-purchase:focus, .btn-purchase.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}

.btn-purchase:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-purchase:active, .btn-purchase.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:768px) {

.container { width: 750px }
}
@media (min-width:992px) {

.container { width: 970px }
}
@media (min-width:1200px) {

.container { width: 1170px }
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.container:before, .container:after, .row:after, .row:before {
  display: table;
  content: ''
}

.container:after, .row:before { clear: both }

.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
@media (min-width:992px) {

.col-md-4 {
  width: 33.33333333%;
  float: left
}
}

header {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ecf0f1;
  background-color: #34495e
}

header h1 { color: inherit }

header p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}
@media screen and (min-width: 768px) {

header {
  padding-top: 48px;
  padding-bottom: 48px
}

header h1 { font-size: 63px }
}

section {
  padding-top: 48px;
  padding-bottom: 48px
}

.highlight {
  color: #2c3e50;
  font-weight: 600
}

.featured {
  color: inherit;
  background-image: linear-gradient(to right, #e74c3c, #e67e22)
}

.featured .section-title { margin-bottom: 50px }

.featured .section-title h2 {
  font-weight: 600;
  color: #323232;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 42px;
  line-height: 42px;
  position: relative
}

.featured .section-title h2:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 50px;
  height: 5px;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto
}

.featured .section-title h2, .featured .section-title p { color: #fff }

.feature {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  margin: 15px 0
}

.feature i {
  font-size: 2em;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #F16529;
  border-radius: 50%;
  line-height: 60px
}

.feature h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0
}

footer {
  padding-top: 15px;
  padding-bottom: 60px;
  color: #ecf0f1;
  background-image: linear-gradient(to right, #2c3e50, #34495e)
}
