/*=========================
 # pragma mark - CSS Reset
 *=========================*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
	cursor: pointer;
    background: transparent;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    height: 0;
    box-sizing: content-box;
	border-top-color: #e1e8ed;
    -moz-box-sizing: content-box;
}

dfn {
    font-style: italic;
}

img {
    border: 0;
}

pre {
    overflow: auto;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

body {
    margin: 0;
}

body,
html {
	height: 100%;
	min-height: 100%;
    position: relative;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

mark {
    color: #000;
    background: #ff0;
}

input {
    line-height: normal;
}

small {
    font-size: 80%;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

button {
    border: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    overflow: visible;
    text-align: center;
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

figure {
    margin: 1em 40px;
}

td, th {
    padding: 0;
}

fieldset {
    margin: 0 2px;
    border: 1px solid #c0c0c0;
    padding: 0.35em 0.625em 0.75em;
}

optgroup {
    font-weight: 600;
}

textarea {
    overflow: auto;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

b, strong {
    font-weight: 600;
}

abbr[title] {
    border-bottom: 1px dotted;
}

svg:not(:root) {
    overflow: hidden;
}

button, select {
    text-transform: none;
}

a:active, a:hover {
    outline: 0;
}

[hidden], template {
    display: none;
}

input[type="search"] {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

code, kbd, pre, samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

audio:not([controls]) {
    height: 0;
    display: none;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button, input, optgroup, select, textarea {
    font: inherit;
    color: inherit;
    margin: 0;
}

input[type="checkbox"], input[type="radio"] {
     padding: 0;
     box-sizing: border-box;
 }

html input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*=========================
 # pragma mark- CSS Base
 *=========================*/
 
body {
    color: #292f33;
    font-size: 14px;
    background: #fff;
    line-height: 18px;
    line-height: 1.42857143;
    font-family: 'Open Sans','Segoe UI',Arial,sans-serif;
}

a {
    color: #2b7bb9;
    text-decoration: none
}

a:hover,a:focus,a:active {
    text-decoration: underline
}

blockquote,dl,dd,h1,h2,h3,h4,h5,h6,figure,p,pre {
    margin: 0
}

button {
    background: transparent;
    border: 0;
    padding: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

iframe {
    border: 0
}

ol,ul {
    margin: 0;
    list-style: none;
    padding: 0
}

li {
    text-align: inherit
}

[tabindex="-1"]:focus {
    outline: none!important
}

a:focus {
    outline: 0
}

a:focus>img:first-child:last-child {
    outline: 1px dotted #666;
    outline: auto 5px -webkit-focus-ring-color
}

a.hide-focus {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 24px;
    line-height: .8
}

h2 {
    color: #66757f;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px
}

h2 small {
    color: #999;
    font-size: 12px;
    font-weight: normal
}

h3 {
    color: #66757f;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px
}

h4 {
    font-size: 12px;
    line-height: 18px
}

h5,h6 {
    font-size: 10px
}

small {
    font-size: 12px;
    font-weight: normal
}

ol {
    list-style: decimal;
    margin-left: 20px
}

ol>li {
    line-height: 20px
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    height: 0;
    margin: 14px 0 0;
    padding: 0
}

/*=========================
 # pragma mark - CSS Hacks
 *=========================*/

.clearfix {
    *zoom: 1;
}

.clearfix::after  {
    clear: both;
}
.clearfix::after,
.clearfix::before {
    content: " ";
    display: table;
}

/*=========================
 # pragma mark - CSS Scrollbar
 *=========================*/
 
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #ECEBEB;
    border-left: 1px solid #d2d2d2;
}

::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-bottom: 1px solid #969696;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    color: #555;
    background-color: transparent;
}

/*=========================
 # pragma mark - CSS Aliases
 *=========================*/

 .va-middle {
    vertical-align: middle;
 }
 
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.line-thru {
    z-index: 1;
    width: 100%;
    margin: 10px 0;
    display: block;
    font-size: 12px;
    position: relative;
    text-align: center;
}
.line-thru::after {
    top: 49%;
    width: 100%;
    content: '';
    z-index: -2;
    display: block;
    position: absolute;
    border-bottom: 1px solid #e1e8ed;
}
.line-thru::before {
    width: 40px;
    height: 10px;
    background-color: #fff;
    content: '';
    margin: -5px 0 0 -20px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.image {
    display: block;
    position: relative;
    line-height: 1.0000000;
    vertical-align: middle;
    background-size: cover;
    background-position: center;
}

.justify {
    text-align: justify;
}

.justify::after {
    height: 0;
    width: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

/*=========================
 # pragma mark - CSS Grids
 *=========================*/
 
.grid {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.grid .col-1 {
    width: 320px;
}

.grid .col-2 {
    width: 640px;
}

.grid .col-3 {
    width: 320px;
}

.grid .col-1-of-1 {
    width: 100%;
}

.grid .col-1-of-2 {
    width: 50%;
}

.grid .col-1-of-3 {
    width: 33%;
}

.grid .col-2-of-3 {
    width: 66%;
}

.grid.of-2 .col-1 {
    width: 644px;
    margin-right: 10px;
}

.grid.of-2 .col-1.right {
    margin-left: 10px;
    margin-right: 0;
}

.grid.of-2 .col-2 {
  width: 304px;
}

.grid.of-3 .col-1 {
  width: 220px;
  margin-right: 10px;
}

.grid.of-3 .col-2 {
  width: 554px;
  margin-right: 10px;
}

.grid.of-3 .col-3 {
  width: 164px;
}

.grid .col-1-of-1, .grid .col-1-of-2,
.grid .col-1-of-3, .grid .col-2-of-3,
.grid .col-1, .grid .col-2, .grid .col-3 {
    float: left;
    position: relative;
}

/*=========================
 # pragma mark - CSS Tooltips
 *=========================*/
/*
 .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
*/
.tooltip {
    position: absolute;
    z-index: 5001;
    display: block;
    visibility: visible;
    padding: 10px;
    font-size: 12px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px)
}

.tooltip.in {
    transition: opacity .1s ease;
    opacity: .95;
    -ms-filter: "alpha(opacity=95)"
}

.tooltip.top {
    margin-top: -2px
}

.tooltip.right {
    margin-left: 2px
}

.tooltip.bottom {
    margin-top: 2px
}

.tooltip.left {
    margin-left: -2px
}

.tooltip.top .tooltip-arrow {
    bottom: 5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #292f33
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 5px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #292f33
}

.tooltip.bottom .tooltip-arrow {
    top: 5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #292f33
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 5px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #292f33
}

.tooltip-inner {
    max-width: 200px;
    white-space: normal!important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 11px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #292f33
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0
}

.tooltip.error .tooltip-inner {
    background-color:#cc3333;
}

.tooltip.error.top .tooltip-arrow {
    border-top-color: #cc3333;
}

.tooltip.error.left .tooltip-arrow {
    border-left-color: #cc3333;
}

.tooltip.error.right .tooltip-arrow {
    border-right-color: #cc3333;
}

.tooltip.error.bottom .tooltip-arrow {
    border-bottom-color: #cc3333;
}

.fb-page,
.fb-page span,
.fb-page iframe[style] {
    width: 100% !important;
}

/*=========================
 # pragma mark - CSS Modals
 *========================*/

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}

/*

.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4000;
  display: block;
  position: fixed;
  text-align: center;
  background: rgba(41,47,51,.9);
  -webkit-animation: fade-modal .25s;
}

.modal::before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.modal > .modal-inner {
  margin: 0 auto;
  max-width: 90%;
  max-height: 85%;
  position: relative;
  border-radius: 4px;
  text-align: initial;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
}

.modal > .modal-inner > .modal-action {
  cursor: pointer;
  position: absolute;
}

.modal > .modal-inner > .modal-action .icon {
  top: 50%;
  margin-top: -10px;
}

.modal > .modal-inner > .modal-action.action-close {
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  text-align: right;
}

.modal > .modal-inner > .modal-action.action-close > .icon.icon-close {
  width: 18px;
  height: 18px;
  background-position: -51px -398px;
}

.modal > .modal-inner > .modal-action.action-close:hover > .icon.icon-close {
  background-position: -51px -422px;
}

.modal > .modal-inner > .modal-meta {
  left: 0;
  top: -35px;
  padding: 5px 12px 4px;
  position: absolute;
  line-height: 1.0em;
  border-radius: 25px;
  background-color: #55acee;
}

.modal > .modal-inner > .modal-meta > .meta-title {
  color: white;
  font-size: 14px;
}

.modal > .modal-inner > .modal-context {
  padding: 8px 8px;
  background: white;
  border-radius: 3px;
}
*/

.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4000;
  display: block;
  position: fixed;
  text-align: center;
  background: rgba(41,47,51,.9);
  -webkit-animation: fade-modal .25s;
}

.modal::before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.modal > .modal-context {
  margin: 0 auto;
  max-width: 90%;
  max-height: 85%;
  position: relative;
  border-radius: 4px;
  text-align: initial;
  display: inline-block;
  vertical-align: middle;
  background-color: rgb(44,47,62);
}

.modal > .modal-context > .modal-head {
  margin: 8px;
  padding: 4px 8px;
  position: relative;
  text-align: center;
  background: #440046;
  border-radius: 4px;
}

.modal > .modal-context > .modal-head > .title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-left: -25px;
  text-align: center;
  vertical-align: middle;
}

.modal > .modal-context > .modal-head > .modal-action {
  border: 0;
  outline: 0;
  opacity: .8;
  cursor: pointer;
  vertical-align: middle;
  background: transparent !important;
}

.modal > .modal-context > .modal-head > .modal-action:hover {
  opacity: 1;
}

.modal > .modal-context > .modal-head > .modal-action.close {
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  padding: 0;
  position: absolute;
  margin-left: 10px;
  border-radius: 50% !important;
  border: 3px solid #fff !important;
}

.modal > .modal-context > .modal-head > .modal-action.close > span {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  font-weight: lighter;
}

/*============================
 # pragma mark - CSS Spinners
 *===========================*/
 
 .spinner.bullets {
    text-align: center;
}

.spinner.bullets > li {
    background-color: rgba(255,255,255,0.2);
    width: 6px;
    height: 6px;
    border-radius: 20px;
    display: inline-block;
    *display: inline;
    *zoom:1;vertical-align: middle;
    margin: 0 2px;
    -webkit-animation: spinner-bullets 750ms infinite;
    -moz-animation: spinner-bullets 750ms infinite;
    -o-animation: spinner-bullets 750ms infinite;
    animation: spinner-bullets 750ms infinite
}

.spinner.bullets.ls-dark > li {
    -webkit-animation-name: spinner-bullets-b;
    -moz-animation-name: spinner-bullets-b;
    -o-animation-name: spinner-bullets-b;
    animation-name: spinner-bullets-b
}

.spinner.bullets > li:nth-child(1) {
    -moz-animation-delay: 50ms;
    -webkit-animation-delay: 50ms;
    -o-animation-delay: 50ms;
    animation-delay: 50ms
}

.spinner.bullets > li:nth-child(2) {
    -moz-animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms
}

.spinner.bullets > li:nth-child(3) {
    -moz-animation-delay: 350ms;
    -webkit-animation-delay: 350ms;
    -o-animation-delay: 350ms;
    animation-delay: 350ms
}

@-webkit-keyframes spinner-bullets {
    0% {
        background-color: rgba(255,255,255,0.2)
    }

    50% {
        background-color: white
    }

    100% {
        background-color: rgba(255,255,255,0.2)
    }
}

@-moz-keyframes spinner-bullets {
    0% {
        background-color: rgba(255,255,255,0.2)
    }

    50% {
        background-color: white
    }

    100% {
        background-color: rgba(255,255,255,0.2)
    }
}

@-o-keyframes spinner-bullets {
    0% {
        background-color: rgba(255,255,255,0.2)
    }

    50% {
        background-color: white
    }

    100% {
        background-color: rgba(255,255,255,0.2)
    }
}

@keyframes spinner-bullets {
    0% {
        background-color: rgba(255,255,255,0.2)
    }

    50% {
        background-color: white
    }

    100% {
        background-color: rgba(255,255,255,0.2)
    }
}

@-webkit-keyframes spinner-bullets-b {
    0% {
        background-color: rgba(0,0,0,0.04)
    }

    50% {
        background-color: rgba(0,0,0,0.2)
    }

    100% {
        background-color: rgba(0,0,0,0.04)
    }
}

@-moz-keyframes spinner-bullets-b {
    0% {
        background-color: rgba(0,0,0,0.04)
    }
    50% {
        background-color: rgba(0,0,0,0.2)
    }

    100% {
        background-color: rgba(0,0,0,0.04)
    }
}

@-o-keyframes spinner-bullets-b {
    0% {
        background-color: rgba(0,0,0,0.04)
    }

    50% {
        background-color: rgba(0,0,0,0.2)
    }

    100% {
        background-color: rgba(0,0,0,0.04)
    }
}

@keyframes spinner-bullets-b {
    0% {
        background-color: rgba(0,0,0,0.04)
    }

    50% {
        background-color: rgba(0,0,0,0.2)
    }

    100% {
        background-color: rgba(0,0,0,0.04)
    }
}