@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* Defaults - you can set most variables here:
---------------------------------------------------------------------------------------------------- */
/* the main website button and button colors: */
/* website text colors */
/* background related colors */
/* font-family styles */
/*D*/
/* Main Editable Items - (These things will change most frequently based on theme, so they are at the top
---------------------------------------------------------------------------------------------------- */
body {
  background-color: white;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2; }

h1 {
  font-size: 64px;
  letter-spacing: -1.28px;
  margin-bottom: 0;
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 15px; }

h2 {
  font-size: 40px;
  letter-spacing: -.32px;
  margin-top: 0px;
  margin-bottom: 15px; }

h3 {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 500; }

h4 {
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 500; }

h5 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 500; }

h6 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0px;
  margin-bottom: 5px; }

/* Other editable theme options  - (These items may not change theme to theme, or may be set mostly by variables
---------------------------------------------------------------------------------------------------- */
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/*0*/
/* Typographical Elements
--------------------------------------------- */
a {
  color: #08c;
  text-decoration: none; }

a:hover,
a:focus {
  text-decoration: underline;
  color: #08c; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 16px;
  font-size: 1.6rem; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  clear: left;
  margin: 0 0 40px; }

/* Buttons
--------------------------------------------- */
.btn {
  border-radius: 6px;
  font-weight: 300; }

.btn-primary {
  border-radius: none;
  color: white;
  background-color: #2189db;
  background: linear-gradient(#42a1ec, #0070c9);
  border-color: #07c; }

.btn-link:after {
  top: 1;
  padding-left: 7px;
  content: '>'; }

.btn-info {
  color: white;
  background-color: #3498db; }

.btn-warning {
  color: white;
  background-color: #f46c0e; }

.btn-default {
  color: white;
  background-color: #bdc3c7; }

.btn-link {
  color: #08c;
  -webkit-font-smoothing: antialiased; }

.btn-outline {
  text-transform: none; }

.btn-outline.outline-dark, .icon.outline-dark {
  color: #2189db;
  background: none;
  border: 2px solid #2189db; }

.btn-embossed {
  box-shadow: initial; }

.btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #4ba1e4; }

.btn-default:hover, .btn-default.hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #d9dcde; }

.btn-info:hover, .btn-info.hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-color: #5faee3; }

.btn-warning:hover, .btn-warning.hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-color: #f68a3f; }

.btn-link:hover, .btn-link:focus {
  color: #2189db;
  text-decoration: underline;
  background-color: transparent; }

.btn-outline.outline-dark:hover, .icon.outline-dark:hover {
  color: white;
  background: #2189db; }

/*1*/
/* Navbar
--------------------------------------------- */
.navbar-nav > li > a {
  border-bottom-width: 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  padding: 10px; }

.navbar-brand {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0; }

.navbar.plain .navbar-brand {
  color: #333;
  line-height: 50px; }

.navbar-default .navbar-nav > li > a {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-transform: none; }

.navbar-default {
  /* sets the navbar back color */
  background-color: rgba(242, 242, 242, 0.6); }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #2189db;
  background-color: transparent; }

.navbar-inverse {
  background-color: #333;
  color: white; }

.navbar-inverse a {
  color: white;
  font-weight: normal; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #2189db;
  background-color: transparent; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #2189db;
  background-color: transparent; }

/*2*/
/* Backgrounds
--------------------------------------------- */
.item.dark, .wrapper.dark {
  background-color: #0a0a0a;
  color: white; }

.item.alternate {
  background-color: #f2f2f2;
  color: #666; }

.wrapper.grey {
  background: #ECF0F1;
  border-top: 1px solid #d3d9dd;
  border-bottom: 1px solid #d3d9dd;
  padding: 80px 0px; }

.item.content, .item.portfolio, .item.team, .item.pricing, .item.contact .item.social {
  padding-top: 50px;
  padding-bottom: 50px; }

.item.calltoaction {
  padding-top: 30px;
  padding-bottom: 30px; }

hr.shadowDown {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-bottom: 1px;
  border-left: 0px;
  border-right: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: none;
  height: 1px; }

/*3*/
/* Social
--------------------------------------------- */
.social .fa {
  color: #bdc3c7; }

/*4*/
/* Footer
--------------------------------------------- */
.bottom-menu-list a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px;
  text-transform: uppercase; }

.bottom-menu a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 3px;
  text-transform: uppercase; }

.bottom-menu-iconic-list a {
  color: #333;
  display: inline-block;
  line-height: 24px;
  font-size: 24px; }

.active .bottom-menu a, .bottom-menu a:hover, .bottom-menu a:focus {
  color: #2189db; }

/*5*/

/*# sourceMappingURL=default.css.map */