/*
 * Theme Name: Orbit
 * Theme URI: http://bitado.com/orbit-plantilla-wordpress-gratis/
 * Version: 1.0.4
 * Description: Orbit Theme adapts your website to mobile devices and the desktop. Theme Options with Color Schemes, Front Page for Business, Fonts Options (include Google Fonts), Social Networking, Slider in Front Page, Search Engine Friendly, 6 Widget Areas (3 in Front Page and 3 for Footer), 2 Menu Positions, 2 page templates with its sidebar and W3C Markup Validated. Support in English and Spanish. FREE Support: http://bitado.com/
 * Author: Bitado
 * Author URI: http://bitado.com/
 * Tags: orange, blue, green, custom-menu, custom-header, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, translation-ready
 *
 * Copyright (c) 2013 Bitado
 * License: GNU General Public License v3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 */
/*----------------------------------------------------------------------------

0. Normalize

1. Setup
   1.1 Defaults
   1.2 Hyperlinks
   1.3 Typography
   1.4 Tables
   1.5 WordPress Core CSS

2. Site Structure
   2.1 Containers & Columns
   2.2 Navigation
	   2.2.1 Top Drop-down menu
	   2.2.2 Footer menu
   2.3 Header
   2.4 Sidebar
   2.5 Footer
   2.6 Breadcrumbs

3. Posts

4. Widgets

5. Comments
   5.1 Comments
   5.2 Comments Form

6. Page Templates
   6.1 Index
   6.2 Front Page
   6.3 Search Page and 404 page
	
7. Misc
   7.1 Forms
   7.2 Icons
   7.3 Shortcodes

8. Responsive
   8.1 Responsive Video
   8.2 Responsive Structure

----------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* 0. Normalize | normalize.css v2.1.0 | MIT License | git.io/normalize		*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* 0. Normalize | normalize.css v2.1.0 | MIT License | git.io/normalize		*/
/*--------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*--------------------------------------------------------------------------*/
/* 1. Setup																	*/
/*--------------------------------------------------------------------------*/
/* 1.1 Defaults */
body {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: sans-serif, Verdana, Geneva;
  color: #666666;
  background-color: #f6f6f6;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
}
hr {
  background-color: #f6f6f6;
  border: 0;
  height: 1px;
}
/* 1.2 Hyperlinks */
a {
  color: #006699;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* 1.3 Typography */
h1 {
  font-size: 32px;
  line-height: 48px;
}
h2 {
  font-size: 24px;
  line-height: 24px;
}
h3,
h4,
h5,
h6 {
  font-size: 16px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  font-family: Georgia, Times, Serif;
  font-weight: 200;
  color: #333333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: Georgia, Times, Serif;
  text-decoration: none;
  color: #333333;
  font-weight: 200;
}
ul,
ol,
p,
hr,
dl,
pre,
form,
table,
address,
blockquote,
ol,
ul {
  margin-top: 0;
  margin-bottom: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px 0;
}
ul,
ol {
  padding-left: 18px;
}
li > ul,
li > ol {
  margin-bottom: 24px;
}
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  list-style-position: outside;
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol,
ul ol {
  margin-left: 24px;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin-left: 24px;
  margin-right: 24px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-bottom: 24px;
}
blockquote {
  font-style: italic;
  quotes: "\201C" "\201D";
  position: relative;
  color: #888888;
  margin-left: 24px;
  line-height: 36px;
  font-size: 24px;
}
blockquote:before {
  content: "\201C";
  font-family: sans-serif;
  font-size: 64px;
  position: absolute;
  left: -36px;
  top: 12px;
  color: #888888;
}
blockquote cite {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
i,
em,
dfn,
cite {
  font-style: italic;
}
tt,
var,
pre,
kbd,
samp,
code {
  font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;
  font-style: normal;
}
pre {
  background: #f4f4f4;
  border: 1px solid #aaa;
  border-bottom-color: #666666;
  height: auto;
  outline: none;
  padding: 6px 10px;
  vertical-align: middle;
  width: auto;
}
del {
  color: #555;
  text-decoration: line-through;
}
ins {
  background: #FFF9C0;
  text-decoration: none;
}
dfn {
  border-bottom: 1px solid #666666;
}
abbr,
acronym {
  font-size: 85%;
  letter-spacing: .1em;
  text-transform: uppercase;
}
a abbr,
a acronym {
  border: none;
}
dfn[title],
abbr[title],
acronym[title] {
  border-bottom: 1px solid #666666;
  cursor: help;
}
/* 1.4 Tables */
table {
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
}
table th,
table td {
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  text-align: left;
}
table th {
  text-transform: uppercase;
}
/* 1.5 WordPress Core CSS */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 1.5em;
  margin: 0;
  padding: 0 4px 5px;
}
img.wp-smiley {
  vertical-align: middle;
}
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
}
.gallery img {
  border: 1px solid #ddd;
}
.gallery .gallery-caption {
  font-size: 12px;
  line-height: 16px;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}
.attachment-gallery img {
  background: #fff;
  border: 1px solid #f0f0f0;
  display: block;
  height: auto;
  margin: 15px auto;
  max-width: 96%;
  padding: 5px;
  width: auto;
}
.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block;
}
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
  display: block;
  margin: 15px auto;
  width: auto;
}
/*--------------------------------------------------------------------------*/
/* 2. Site Structure														*/
/*--------------------------------------------------------------------------*/
/* 2.1 Containers & Columns */
#main-container {
  max-width: 960px;
  margin: 0 auto;
}
#main-container:before,
#main-container:after {
  content: "";
  display: table;
}
#main-container:after {
  clear: both;
}
#content-container {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
}
#content {
  display: inline;
  float: left;
  width: 72.91666666666666%;
  margin: 0 1.0416666666666665%;
}
#content .sticky {
  clear: both;
}
#content-full {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
}
/* 2.2 Navigation */
#main-navigation {
  display: inline;
  float: left;
  width: 64.58333333333334%;
  margin: 0 1.0416666666666665%;
}
#main-navigation nav {
  margin-top: 8px;
}
/*     2.2.1 Top Drop-down menu */
.dropdown ul,
.dropdown ul li,
.dropdown ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown ul {
  position: relative;
  z-index: 597;
  float: left;
}
.dropdown ul li {
  float: left;
  min-height: 1px;
  line-height: 1.3em;
  vertical-align: middle;
}
.dropdown ul li.hover,
.dropdown ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
.dropdown ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
.dropdown ul ul li {
  float: none;
}
.dropdown ul ul ul {
  top: 1px;
  left: 99%;
}
.dropdown ul li:hover > ul {
  visibility: visible;
}
.dropdown ul {
  color: #666666;
  font-family: Georgia, Times, Serif;
}
.dropdown ul li {
  padding: 7px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #ffffff #cccccc #cccccc;
  background-color: #f6f6f6;
}
.dropdown ul li.hover,
.dropdown ul li:hover,
.dropdown ul li.on {
  background-color: #eee;
  color: #333333;
}
.dropdown ul a {
  font-weight: normal;
}
.dropdown ul a:link,
.dropdown ul a:visited {
  color: #333333;
  text-decoration: none;
}
.dropdown ul a:hover {
  color: #333333;
}
.dropdown ul a:active {
  color: #ffa500;
}
.dropdown ul ul {
  width: 150px;
  margin-top: 1px;
}
.dropdown ul ul li {
  font-weight: normal;
}
.dropdown ul *.dir {
  padding-right: 20px;
  background-image: url(../../../../images/default/nav-arrow-down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.dropdown-horizontal ul ul *.dir {
  padding-right: 15px;
  background-image: url(../../../../images/default/nav-arrow-right.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.dropdown-upward ul *.dir {
  background-image: url(../../../../images/default/nav-arrow-top.png);
}
.dropdown-vertical ul *.dir,
.dropdown-upward ul ul *.dir {
  background-image: url(../../../../images/default/nav-arrow-right.png);
}
.dropdown-vertical-rtl ul *.dir,
.dropdown-horizontal ul > li.dropdown-vertical-rtl ul *.dir {
  padding-right: 10px;
  padding-left: 15px;
  background-image: url(../../../../images/default/nav-arrow-left.png);
  background-position: 2px 50%;
}
/*     2.2.2 Footer menu */
.footer-box ul,
.footer-box ul li,
.footer-box ul ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
}
.footer-box ul li,
.footer-box ul ul {
  border-bottom: 1px dotted #f6f6f6;
}
.footer-box ul li:last-child,
.footer-box ul ul:last-child {
  border: none;
}
/*    2.3 Header */
#top-header {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  margin-top: 9px;
  padding-top: 9px;
  border-top: 6px solid #1d6497;
  margin-bottom: 24px;
}
#top-header:before,
#top-header:after {
  content: "";
  display: table;
}
#top-header:after {
  clear: both;
}
.top-header-without-breadcrumb {
  border-bottom: 4px solid #1d6497;
  padding-bottom: 9px;
}
#logo {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
}
.site-name {
  word-wrap: break-word;
  font-family: Georgia, Times, Serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 200;
  color: #333333;
  padding-top: 32px;
}
.site-name a {
  font-family: Georgia, Times, Serif;
  text-decoration: none;
  color: #333333;
  font-weight: 200;
}
/*    2.4 Sidebar */
aside {
  display: inline;
  float: left;
  width: 22.916666666666664%;
  margin: 0 1.0416666666666665%;
}
aside h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}
aside .aside-box {
  padding: 15px 12px 15px 12px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 24px;
}
aside .aside-box #searchform {
  margin-bottom: 0;
}
aside .aside-box #searchform:before,
aside .aside-box #searchform:after {
  content: "";
  display: table;
}
aside .aside-box #searchform:after {
  clear: both;
}
aside .aside-box ul,
aside .aside-box ol {
  margin: 0;
  padding: 0;
}
aside .aside-box ul li,
aside .aside-box ol li {
  list-style-type: none;
}
/*    2.5 Footer */
#main-footer {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #21539b;
  margin-bottom: 9px;
  background-color: #1d6497;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d6497), color-stop(0.5, #1d6497), to(#5098cb));
  background-image: -webkit-linear-gradient(#1d6497, color-stop(0.5, #1d6497), #5098cb);
  background-image: -moz-linear-gradient(#1d6497, color-stop(#1d6497, 0.5), #5098cb);
  color: #f6f6f6;
  font-size: 14px;
}
#main-footer:before,
#main-footer:after {
  content: "";
  display: table;
}
#main-footer:after {
  clear: both;
}
#main-footer p {
  margin-bottom: 0;
  font-size: 14px;
}
#main-footer a {
  color: #f6f6f6;
  font-size: 14px;
  font-weight: normal;
}
#main-footer h2,
#main-footer h3,
#main-footer h4 {
  margin-bottom: 12px;
  color: #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.footer-boxes {
  width: 100%;
}
.footer-boxes:before,
.footer-boxes:after {
  content: "";
  display: table;
}
.footer-boxes:after {
  clear: both;
}
.footer-box {
  padding: 12px 0;
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
}
.footer-box p,
.footer-box table {
  margin-bottom: 0;
}
.footer-box table {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.footer-box ul,
.footer-box ul li,
.footer-box ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-extra {
  margin-top: 12px;
  border-top: 1px solid #f6f6f6;
  padding: 12px 10px 12px 10px;
}
.footer-extra:before,
.footer-extra:after {
  content: "";
  display: table;
}
.footer-extra:after {
  clear: both;
}
.footer-copy,
.footer-credit {
  display: inline;
  float: left;
  width: 47.91666666666667%;
  margin: 0 1.0416666666666665%;
}
.footer-credit {
  text-align: right;
}
.footer-credit a {
  font-weight: bold;
}
/*    2.6 Breadcrumbs */
.breadcrumb {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  margin-bottom: 24px;
}
.breadcrumb p {
  background-color: #1d6497;
  color: #f6f6f6;
  padding-left: 24px;
  font-weight: bold;
  margin-bottom: 0;
  font-family: Georgia, Times, Serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #21539b;
}
.breadcrumb p a {
  color: #f6f6f6;
}
/*--------------------------------------------------------------------------*/
/* 3. Posts																	*/
/*--------------------------------------------------------------------------*/
article .more-link {
  font-size: 14px;
}
article .article-meta a,
article .logged-in-as a,
article .edit-link a {
  text-decoration: none;
}
article .article-meta a:hover,
article .logged-in-as a:hover,
article .edit-link a:hover {
  text-decoration: underline;
}
article .edit-link a {
  font-family: sans-serif, Verdana, Geneva;
  font-size: 14px;
  background-color: #1d6497;
  color: #f6f6f6;
  padding-left: 10px;
  padding-right: 10px;
}
.article-meta {
  border-bottom: 1px solid #cccccc;
  color: #999999;
  font-size: 14px;
}
.article-meta a {
  color: #999999;
  font-size: 14px;
}
.logged-in-as a {
  color: #999999;
  font-size: 14px;
}
.page-links,
.article-footer,
.navigation {
  clear: both;
  display: block;
}
.page-links {
  color: #999999;
  font-size: 14px;
}
.page-links a {
  color: #999999;
  font-size: 14px;
}
.navigation {
  border-top: 1px solid #cccccc;
  padding-top: 5px;
  margin: 48px 0 24px 0;
}
.navigation .current {
  background-color: #1d6497;
  color: #f6f6f6;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.navigation .next-post {
  float: right;
}
.navigation .next-page {
  padding-left: 10px;
}
.navigation .previous-page {
  padding-right: 10px;
}
.content-entry h1,
.content-entry h3,
.content-entry h4,
.content-entry h5,
.content-entry h6 {
  margin-bottom: 0;
}
.content-entry h2 {
  margin-bottom: 12px;
}
/*--------------------------------------------------------------------------*/
/* 4. Widgets																*/
/*--------------------------------------------------------------------------*/
input#s {
  width: 90%;
}
/*--------------------------------------------------------------------------*/
/* 5. Comments																*/
/*--------------------------------------------------------------------------*/
/* 5.1 Comments */
.header-comment:before,
.header-comment:after {
  content: "";
  display: table;
}
.header-comment:after {
  clear: both;
}
.header-comment p {
  margin-bottom: 0;
}
.header-comment .comment-avatar {
  float: left;
}
.header-comment .comment-text {
  margin-left: 10px;
  float: left;
  border-bottom: 1px solid #cccccc;
}
.title-comments {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 24px;
}
.title-comments h2 {
  margin-bottom: 0;
}
.comment-link-meta {
  float: right;
}
#comments p {
  font-size: 14px;
}
#comments h2 {
  font-size: 16px;
  text-transform: uppercase;
}
#comments time {
  color: #666666;
}
#comments article {
  margin-bottom: 24px;
}
#comments h3 {
  margin-bottom: 0;
}
#comments ol {
  list-style-type: none;
  padding: 0;
}
#comments ul {
  list-style-type: none;
}
#comments .bypostauthor {
  margin-bottom: 0;
}
#reply-title {
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
}
/* 5.1 Comments form*/
#commentform #author,
#commentform #email {
  font-size: 14px;
  line-height: 18px;
  display: block;
}
#commentform textarea {
  font-size: 14px;
  line-height: 24px;
  display: block;
  width: 100%;
  height: 138px;
}
#commentform label {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
#commentform .required {
  font-weight: bold;
  color: red;
}
/*--------------------------------------------------------------------------*/
/* 6. Page Templates														*/
/*--------------------------------------------------------------------------*/
/* 6.1 Index */
.content-index h1,
.content-index h3,
.content-index h4,
.content-index h5,
.content-index h6 {
  margin-bottom: 0;
}
.content-index h2 {
  margin-bottom: 12px;
}
/* 6.2 Front Page */
.front-features {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  margin-bottom: 48px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.front-features:before,
.front-features:after {
  content: "";
  display: table;
}
.front-features:after {
  clear: both;
}
#front-text-feature {
  display: inline;
  float: left;
  width: 47.91666666666667%;
  margin: 0 1.0416666666666665%;
  text-align: center;
  padding: 24px 0;
}
#front-text-feature h2 {
  margin-bottom: 24px;
}
#front-slide {
  display: inline;
  float: left;
  width: 47.91666666666667%;
  margin: 0 1.0416666666666665%;
  text-align: center;
  padding: 24px 0 0 0;
}
#front-text-feature .front-button {
  display: inline-block;
  background-color: #2D8B4B;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#2D8B4B), to(#2D8B4B));
  /* Konqueror */

  background-image: -moz-linear-gradient(#2D8B4B, #2D8B4B);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#2D8B4B, #2D8B4B);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2D8B4B), color-stop(100%, #2D8B4B));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#2D8B4B, #2D8B4B);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#2D8B4B, #2D8B4B);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D8B4B', endColorstr='#2D8B4B', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D8B4B', endColorstr='#2D8B4B', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#2D8B4B, #2D8B4B);
  /* the standard */

  padding: 9px 15px 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  font-weight: normal;
}
#front-text-feature .front-button:hover {
  background-position: 0 -15px;
  color: #ffffff;
  text-decoration: none;
}
#front-boxes {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  margin-bottom: 48px;
}
#front-boxes:before,
#front-boxes:after {
  content: "";
  display: table;
}
#front-boxes:after {
  clear: both;
}
#front-boxes .front-call-to-action a,
#front-text-feature .front-call-to-action a {
  text-decoration: none;
}
.front-box {
  padding: 24px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
}
.front-box p,
.front-box table {
  margin-bottom: 0;
}
.front-box table {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.front-box ul,
.front-box ul li,
.front-box ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/*   6.3 Search Page */
.search-page,
.error-404 {
  width: 50%;
  margin-bottom: 24px;
}
.search-page:before,
.error-404:before,
.search-page:after,
.error-404:after {
  content: "";
  display: table;
}
.search-page:after,
.error-404:after {
  clear: both;
}
.search-page #searchform,
.error-404 #searchform {
  margin-bottom: 24px;
}
.resultsearch {
  font-size: 24px;
}
.resultsearch span {
  color: #333;
}
/*--------------------------------------------------------------------------*/
/* 7. Misc																	*/
/*--------------------------------------------------------------------------*/
/*	 7.1 Forms */
label {
  display: inline-block;
  padding: 5px 0;
}
legend {
  padding: 2px 5px;
}
fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.5em;
  padding: 1em 2em;
}
select,
input[type="text"],
input[type="password"] {
  -moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #f4f4f4;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  border-radius: 2px;
  margin: 0;
  outline: none;
  padding: 6px 8px;
  vertical-align: middle;
  width: auto;
}
select {
  height: auto;
}
area,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  border-radius: 2px;
  height: auto;
  overflow: auto;
  margin: 0;
  outline: none;
  padding: 8px 10px;
  width: 100%;
}
input,
select {
  cursor: pointer;
}
area:focus,
input:focus,
textarea:focus {
  background: #fff;
}
input[type='text'],
input[type='password'] {
  cursor: text;
}
input[type='reset'],
input[type='button'],
input[type='submit'] {
  -moz-border-radius: 2px;
  -moz-box-shadow: 0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset, 0pt 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset, 0pt 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  background-color: #cdc9c9;
  /* Snow 3 */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f5f5), to(#cdc9c9));
  background-image: -webkit-linear-gradient(top, #f6f5f5, #cdc9c9);
  background-image: -moz-linear-gradient(top, #f6f5f5, #cdc9c9);
  background-image: -ms-linear-gradient(top, #f6f5f5, #cdc9c9);
  background-image: -o-linear-gradient(top, #f6f5f5, #cdc9c9);
  background-image: linear-gradient(top, #f6f5f5, #cdc9c9);
  box-shadow: 0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset, 0pt 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #aca6a6;
  border-radius: 2px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f5f5, endColorstr=#cdc9c9);
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding: 6px 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  white-space: nowrap;
}
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cdc9c9));
  background-image: -webkit-linear-gradient(top, #ffffff, #cdc9c9);
  background-image: -moz-linear-gradient(top, #ffffff, #cdc9c9);
  background-image: -ms-linear-gradient(top, #ffffff, #cdc9c9);
  background-image: -o-linear-gradient(top, #ffffff, #cdc9c9);
  background-image: linear-gradient(top, #ffffff, #cdc9c9);
  border: 1px solid #aca6a6;
  color: #444;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cdc9c9);
}
#searchform input[type='text'] {
  width: 70%;
  margin-right: 10px;
  float: left;
}
#searchform input[type='submit'] {
  float: left;
}
/*	 7.2 Icons */
.social-icons ul {
  height: 28px;
  list-style: none;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: right;
}
.social-icons li {
  display: inline;
  margin: 1px;
  padding-left: 3px;
}
/*	  7.3 Shortcodes */
.orb-short-button-light {
  display: inline-block;
  background-color: #d9d0d0;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#d9d0d0));
  /* Konqueror */

  background-image: -moz-linear-gradient(#eeeeee, #d9d0d0);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#eeeeee, #d9d0d0);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #d9d0d0));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#eeeeee, #d9d0d0);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#eeeeee, #d9d0d0);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d9d0d0', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d9d0d0', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#eeeeee, #d9d0d0);
  /* the standard */

  padding: 1px 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #454545;
  font-size: 13px;
  line-height: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-weight: normal;
}
.orb-short-button-light:hover {
  background-position: 0 -15px;
  color: #454545;
  text-decoration: none;
}
.orb-short-button-dark {
  display: inline-block;
  background-color: #5a4949;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6b6b6b), to(#5a4949));
  /* Konqueror */

  background-image: -moz-linear-gradient(#6b6b6b, #5a4949);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#6b6b6b, #5a4949);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b6b6b), color-stop(100%, #5a4949));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#6b6b6b, #5a4949);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#6b6b6b, #5a4949);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#5a4949', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#5a4949', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#6b6b6b, #5a4949);
  /* the standard */

  padding: 1px 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-weight: normal;
}
.orb-short-button-dark:hover {
  background-position: 0 -15px;
  color: #ffffff;
  text-decoration: none;
}
.orb-short-button-blue {
  display: inline-block;
  background-color: #0e4a73;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#1d6597), to(#0e4a73));
  /* Konqueror */

  background-image: -moz-linear-gradient(#1d6597, #0e4a73);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#1d6597, #0e4a73);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d6597), color-stop(100%, #0e4a73));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#1d6597, #0e4a73);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#1d6597, #0e4a73);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6597', endColorstr='#0e4a73', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6597', endColorstr='#0e4a73', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#1d6597, #0e4a73);
  /* the standard */

  padding: 1px 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-weight: normal;
}
.orb-short-button-blue:hover {
  background-position: 0 -15px;
  color: #ffffff;
  text-decoration: none;
}
.orb-long-button-light {
  display: inline-block;
  background-color: #d9d0d0;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#d9d0d0));
  /* Konqueror */

  background-image: -moz-linear-gradient(#eeeeee, #d9d0d0);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#eeeeee, #d9d0d0);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #d9d0d0));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#eeeeee, #d9d0d0);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#eeeeee, #d9d0d0);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d9d0d0', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d9d0d0', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#eeeeee, #d9d0d0);
  /* the standard */

  padding: 9px 15px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #454545;
  font-size: 20px;
  line-height: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-weight: normal;
}
.orb-long-button-light:hover {
  background-position: 0 -15px;
  color: #454545;
  text-decoration: none;
}
.orb-long-button-dark {
  display: inline-block;
  background-color: #5a4949;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6b6b6b), to(#5a4949));
  /* Konqueror */

  background-image: -moz-linear-gradient(#6b6b6b, #5a4949);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#6b6b6b, #5a4949);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b6b6b), color-stop(100%, #5a4949));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#6b6b6b, #5a4949);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#6b6b6b, #5a4949);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#5a4949', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#5a4949', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#6b6b6b, #5a4949);
  /* the standard */

  padding: 9px 15px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-weight: normal;
}
.orb-long-button-dark:hover {
  background-position: 0 -15px;
  color: #ffffff;
  text-decoration: none;
}
.orb-long-button-blue {
  display: inline-block;
  background-color: #0e4a73;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#1d6597), to(#0e4a73));
  /* Konqueror */

  background-image: -moz-linear-gradient(#1d6597, #0e4a73);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#1d6597, #0e4a73);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d6597), color-stop(100%, #0e4a73));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#1d6597, #0e4a73);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#1d6597, #0e4a73);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6597', endColorstr='#0e4a73', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6597', endColorstr='#0e4a73', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#1d6597, #0e4a73);
  /* the standard */

  padding: 9px 15px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-weight: normal;
}
.orb-long-button-blue:hover {
  background-position: 0 -15px;
  color: #ffffff;
  text-decoration: none;
}
.orb-notice {
  padding: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cccccc;
}
.orb-info {
  background: #CEFFCE;
  padding: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cccccc;
}
.orb-warning {
  background: #FFFFCE;
  padding: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cccccc;
}
.orb-error {
  background: #FFCECE;
  padding: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cccccc;
}
.orb-row:before,
.orb-row:after {
  content: "";
  display: table;
}
.orb-row:after {
  clear: both;
}
.orb-column21 {
  width: 48%;
}
.orb-column31 {
  width: 30.66%;
}
.orb-column32 {
  width: 65.33%;
}
.orb-column41 {
  width: 22%;
}
.orb-column42 {
  width: 48%;
}
.orb-column43 {
  width: 74%;
}
.orb-column21,
.orb-column31,
.orb-column32,
.orb-column41,
.orb-column42,
.orb-column43 {
  float: left;
  margin-right: 4%;
  position: relative;
}
.orb-last {
  clear: right;
  margin-right: 0 !important;
}
@media screen and (max-width: 600px) {
  .orb-column21,
  .orb-column31,
  .orb-column32,
  .orb-column41,
  .orb-column42,
  .orb-column43 {
    width: 100%;
    margin-right: 0;
  }
}
/*--------------------------------------------------------------------------*/
/* 8. Responsive															*/
/*--------------------------------------------------------------------------*/
/*   8.1 Responsive Video */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*   8.2 Responsive Structure */
.tinynav {
  display: none;
}
@media screen and (max-width: 600px) {
  /* responsive menu*/
  .main-nav {
    display: none;
  }
  .tinynav {
    width: 100%;
    display: block;
  }
  .search-page {
    width: 100%;
  }
  #logo,
  #main-navigation,
  #content,
  aside,
  .footer-box,
  .footer-copy,
  .footer-credit,
  #front-text-feature {
    display: inline;
    float: left;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
  }
  .footer-box {
    width: 90%;
    margin: 0 5%;
  }
  #front-slide,
  .front-box {
    display: inline;
    float: left;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    margin-bottom: 16px;
  }
  #front-text-feature,
  #front-slide {
    padding: 12px 0;
  }
  #front-boxes,
  .front-features {
    margin-bottom: 24px;
  }
  .social-icons ul {
    margin: 12px 0 12px 0;
    text-align: center;
    height: auto;
  }
  .footer-copy {
    text-align: center;
  }
  .footer-credit {
    margin-top: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  #logo img {
    height: auto;
    width: 50%;
  }
}