/*
 * Smartbox - 1.2.1
 * http://themes.oxygenna.com/smartbox
 *
 * envato marketplace licence
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 *
 * (c) 2013 Oxygenna.com
 */
/* -------------------------------- */
/* --------- THEME STYLES --------- */
/* -------------------------------- */
/*
 * Smartbox - 1.2.1
 * http://themes.oxygenna.com/smartbox
 *
 * envato marketplace licence
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 *
 * (c) 2013 Oxygenna.com
 */
/* ------------------------------------- */
/* --------- TABLE OF CONTENTS --------- */
/*
/* 1. GENERAL TYPOGRAPHY RULES
/* - 1.1 Body typography
/* - 1.2 Headers
/* - 1.3 Links
/* - 1.4 Lead text
/* - 1.5 Selection colors
/* - 1.6 form elements
/* - 1.7 Figures
/* - 1.8 Pre and code
/* - 1.9 hr
/* - 1.10 Font weight classes
/* - 1.11 Font size classes
/* - 1.12 Font color classes
/* - 1.13 Text aligns classes
/* - 1.14 Text transform classes
/*
/* 2. GENERAL LAYOUT RULES
/* - 2.1 body style
/* - 2.2 wrappers and containers
/* - 2.3 Sections
/* - 2.4 Push to edge elements
/*
/* 3. HEADER
/* - 3.1 Brand
/* - 3.2 Navigation bar
/* - 3.3 Menu bar
/*
/* 4. FOOTER
/*
/* 5. PAGE TEMPLATES
/* - 5.1 Blog
/* -- 5.1.1 Blog elements
/* -- 5.1.2 Blog comments
/* -- 5.1.3 Blog timeline
/* -- 5.1.4 Blog social buttons
/* - 5.2 Contact Page
/* - 5.3 Sidebar
/* -- 5.3.1 General widget
/* -- 5.3.2 Search widget
/* -- 5.3.3 List widget
/* -- 5.3.4 Tags widget
/* -- 5.3.5 Twitter widget
/* -- 5.3.6 WPML widget
/* - 5.4 Docs sidebar
/*
/* 6. THEME COMPONENTS
/* - 6.1 Round boxes
/* - 6.2 Flexslider
/* -- 6.2.1 Default styles
/* -- 6.2.2 Controls
/* -- 6.2.3 Direction arrow
/* -- 6.2.4 Figcaptions
/* - 6.3 Portfolio
/* -- 6.3.1 Portfolio filters
/* -- 6.3.2 Portfolio Item
/* -- 6.3.3 Portfolio Title
/* -- 6.3.4 Portfolio Plus icon
/* - 6.4 Social icons
/* - 6.5 Fade in links
/*
/* 7. BOOTSTRAP OVERRIDES
/* - 7.1 Hero unit
/* - 7.2 Super hero unit
/* - 7.3 Section headers
/* - 7.4 tooltips
/* - 7.5 Icons list
/* - 7.6 Inline list
/* - 7.7  Wells
/* -- 7.7.1 General well
/* -- 7.7.2 Blockquote well
/* -- 7.7.3 Package well
/* - 7.8 Accordion
/* - 7.9 Pagination
/* - 7.10 Affix
/* - 7.11 Thumbnails
/* - 7.12 Tabs
/* - 7.13 Alerts
/* - 7.14 Progress bars
/* - 7.15 Image styles
/*
/* 8. UTILITY CLASSES
/* - 8.1 Margin controls
/* - 8.2 Block behaviors
/* - 8.3 Responsive videos
/*
/* 9. MEDIA QUERIES
/* - 9.1 Big screens
/* - 9.2 Up to default desktop
/* -- 9.2.1 layout
/* -- 9.2.2 Header
/* -- 9.2.3 Docs sidebar
/* - 9.3 Portrait tablet to default desctop
/* - 9.4 Landscape phone to small desktop & porttrait tablet
/* -- 9.4.1 typography
/* -- 9.4.2 Layout
/* -- 9.4.3 Header
/* -- 9.4.4 Super hero unit
/* -- 9.4.5 Flexslider
/* -- 9.4.6 Icon lists
/* -- 9.4.7 Small screen helper classes
/* -- 9.4.8 Fix for form inputs
/* -- 9.4.9 Sidebar
/* -- 9.4.10 Blog Comments
/* -- 9.4.11 Docs sidebar
/* - 9.5 Up to landscape phone
/* -- 9.5.1 Typography
/* -- 9.5.2 Layout
/* -- 9.5.3 Map
/* -- 9.5.4 Timeline
/* -- 9.5.6 Blog
/* -- 9.5.7 Blog Comments
/* - 9.6 Up to portrait phone
/* -- 9.6.1 Typography
/* -- 9.6.2 Super hero unit
/* - 9.7 - Retina displays
/*
/* 10. THEME COLORS
/* - 10.1 Brown theme
/* - 10.2 Red theme
/*
/* 11. KEYFRAME ANIMATIONS */
/*
/* 12. INTERNET EXPLORER 8 FIXES
/*
/* --------- END TABLE OF CONTENTS --------- */
/* ----------------------------------------- */
/* 1. GENERAL TYPOGRAPHY RULES */
/* --------------------------- */
/* - 1.1 Body typography - */
body {
  -webkit-font-smoothing: antialiased;
}
body.hyphenated {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* - 1.2 Headers - */
h1, h2, h3, h4, h5 {
  color: #222222;
  text-transform: uppercase;
  margin: 0;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
  text-transform: none;
  color: #444444;
}

h1 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h1 small {
  font-size: 24px;
}

h2 {
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 12px;
}

h2 small {
  font-size: 16px;
}

h2.compact {
  line-height: 24px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}

h3 small {
  font-size: 14px;
}

h4, h5, h6 {
  line-height: 24px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
  margin: 0;
}

/* - 1.3 Links - */
a {
  color: #42576a;
  text-decoration: none;
}
a:hover {
  color: #567189;
  text-decoration: none;
}

.more-link {
  display: block;
  margin: 12px 0;
}

/* - 1.4 Lead text - */
.lead {
  font-weight: 300;
}

/* - 1.5 Selection colors - */
::selection {
  background: #42576a;
  color: white;
}

::-moz-selection {
  background: #42576a;
  color: white;
}

/* - 1.6 Form elements - */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #444444;
  -webkit-box-shadow: 0px 0px 1px white inset;
  -moz-box-shadow: 0px 0px 1px white inset;
  box-shadow: 0px 0px 1px white inset;
  -webkit-appearance: none;
  text-shadow: 0px 1px 0px white;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: white;
  -webkit-box-shadow: 0 0 8px rgba(66, 87, 106, 0.6);
  -moz-box-shadow: 0 0 8px rgba(66, 87, 106, 0.6);
  box-shadow: 0 0 8px rgba(66, 87, 106, 0.6);
}

/* - 1.7 Figures - */
figure {
  margin: 0 0 12px;
}

/* - 1.8 Pre and code - */
pre, code, var, kbd, samp, tt, dir, listing, plaintext, xmp, abbr, acronym, blockquote, q {
  font-size: 14px;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

pre {
  background-color: #fafafb;
  border-color: #d8d8d8 #d8d8d8 #e5e5e5 #d8d8d8;
  -webkit-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.2) inset;
  -moz-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.2) inset;
  box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.2) inset;
  color: #42576a;
  text-shadow: none;
}

blockquote small {
  color: #a5a5a5;
}
.section-alt blockquote {
  border-color: #d8d8d8;
}

.section-dark blockquote {
  border-color: #656565;
}

/* - 1.9 hr - */
.section-alt hr {
  border-bottom-color: #d8d8d8;
}
hr.invisible {
  border-bottom-color: transparent;
}
.section-dark hr {
  border-top-color: #151515;
  border-bottom-color: #656565;
}

/* - 1.10 Font weight classes - */
.black {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}
.super .light {
  font-weight: 100;
}

.lighter {
  font-weight: 100;
}

/* - 1.11 Font size classes - */
.big {
  font-size: 1.5em;
}

.bigger {
  font-size: 2em;
}

.super {
  font-size: 72px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.hyper {
  font-size: 240px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* - 1.12 Font color classes - */
.gray {
  color: #777777 !important;
}

.blue {
  color: #42576a !important;
}

.red {
  color: #b14949 !important;
}

.white {
  color: white;
}

/* - 1.13 Text aligns classes - */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* - 1.14 Text transform classes - */
.text-caps {
  text-transform: uppercase !important;
}

.text-italic {
  font-style: italic;
}

/* 2. GENERAL LAYOUT RULES */
/* ----------------------- */
/* - 2.1 body style - */
body {
  background: #f2f2f4 url(../images/backgrounds/bedge_grunge.png);
}

/* - 2.2 wrappers and containers - */
.wrapper {
  background: white;
  margin: 40px auto;
  width: 90%;
  max-width: 1250px;
  overflow: hidden;
  border: 1px solid white;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fullwidth .wrapper {
  width: 100%;
  max-width: 100%;
  border-left: 0;
  border-right: 0;
}

.wrapper-transparent {
  background: none;
  margin-top: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.top-wrapper {
  margin: 10px auto -40px;
}
.top-wrapper p, .top-wrapper ul {
  margin-bottom: 0;
}
.theme-dark .top-wrapper {
  color: #d8d8d8;
  text-shadow: 1px 1px 0px black;
}
.theme-dark .top-wrapper h1, .theme-dark .top-wrapper h2, .theme-dark .top-wrapper h3, .theme-dark .top-wrapper h4, .theme-dark .top-wrapper h5, .theme-dark .top-wrapper a {
  color: #f2f2f4;
}

.container-fluid {
  padding: 0 40px;
}
.fullwidth .container-fluid {
  border-sizing: border-box;
  max-width: 1168px;
  margin: 0 auto;
}

/* - 2.3 Sections */
.section {
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.section-alt {
  background-color: #f2f2f4;
}
.section-alt:before, .section-alt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 20px;
  z-index: 100;
}
.section-alt:before {
  top: 0;
  background-image: url(../images/top-shadow.png);
}
.section-alt:after {
  bottom: 0;
  background-image: url(../images/bottom-shadow.png);
}
.section-alt:last-child:after {
  background-image: none;
}

.section-dark {
  background-color: #444444;
  color: white !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6, .section-dark a {
  color: white !important;
}
.section-dark a:hover {
  color: #d8d8d8 !important;
}

.section-padded {
  padding: 40px 0;
}

/* - 2.4 Push to edge elements - */
.push-left, .push-right, .push-top, .push-bottom {
  position: relative;
}

.push-left {
  margin-left: -40px;
}

.push-right {
  margin-right: -40px;
}

.push-top {
  margin-top: -40px;
}

.push-bottom {
  margin-bottom: -40px;
}

/* 3. HEADER */
/* --------- */
/* - 3.1 Brand - */
#masthead .brand {
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  padding: 25.5px 20px 29.5px;
  margin-top: 0;
  margin-bottom: 0;
}
#masthead .brand a {
  font-style: normal;
}

#masthead .navbar-inverse .brand a {
  color: white;
}

/* - 3.2 Navigation bar - */
#masthead .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#masthead .navbar-inverse .navbar-inner {
  background-color: #111111;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

/* - 3.3 Menu bar - */
#masthead .nav > li > a {
  text-transform: uppercase;
  text-shadow: none;
  font-style: normal;
}
#masthead .nav > li > a:focus {
  outline: none;
}
#masthead .nav > .active 