/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
 }

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


[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold;
 }

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

img {
  border: 0; }

figure {
  margin: 1em 40px; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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


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

input {
  line-height: normal; }










a:hover{text-decoration: underline;}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }



* {
  -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; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }


.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; }

h1, h2, h3, 
.h1, .h2, .h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, 
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small
 {
  font-weight: normal;
  line-height: 1.1;
  color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
line-height: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

p {
  margin: 0 0 10px; }


@media (min-width: 768px) {
   }



.text-left {
  text-align: left; }

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

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






a.text-primary:hover {
  color: #286090; }

a.text-success:hover {
  color: #2b542c; }

a.text-info:hover {
  color: #245269; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

a.bg-success:hover {
  background-color: #c1e2b3; }

a.bg-info:hover {
  background-color: #afd9ee; }


a.bg-warning:hover {
  background-color: #f7ecb5; }



a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0; }





.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
.container:before, .container:after {
  content: " ";
  display: table; }
.container:after {
  clear: both; }
@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }
.container-fluid:after {
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
.row:before, .row:after {
  content: " ";
  display: table; }
.row:after {
  clear: both; }

.col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-4, .col-xs-6,  .col-xs-8, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }


@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }



.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }


label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }
.form-control:-ms-input-placeholder {
  color: #999; }
.form-control::-webkit-input-placeholder {
  color: #999; }
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }




@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }





@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }










tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
.dropdown-menu.pull-right {
  right: 0;
  left: auto; }
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }







.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
.nav:before, .nav:after {
  content: " ";
  display: table; }
.nav:after {
  clear: both; }
.nav > li {
  position: relative;
  display: block; }
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }
.nav > li > a > img {
  max-width: none; }



.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }






.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
.navbar:before, .navbar:after {
  content: " ";
  display: table; }
.navbar:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table; }
.navbar-collapse:after {
  clear: both; }
.navbar-collapse.in {
  overflow-y: auto; }
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
.navbar-toggle:focus {
  outline: 0; }
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }
@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
.navbar-default .navbar-brand {
  color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }
.navbar-default .navbar-text {
  color: #777; }
.navbar-default .navbar-nav > li > a {
  color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }
.navbar-default .navbar-toggle {
  border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777; }
.navbar-default .navbar-link:hover {
  color: #333; }
.navbar-default .btn-link {
  color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
.navbar-inverse .navbar-brand {
  color: #9d9d9d; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }
.navbar-inverse .navbar-text {
  color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }
.navbar-inverse .navbar-toggle {
  border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff; }
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #9d9d9d; }
.navbar-inverse .navbar-link:hover {
  color: #fff; }
.navbar-inverse .btn-link {
  color: #9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }


a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
.badge:empty {
  display: none; }
.btn .badge {
  position: relative;
  top: -1px; }
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }
.list-group-item > .badge {
  float: right; }
.list-group-item > .badge + .badge {
  margin-right: 5px; }
.nav-pills > li > a > .badge {
  margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }


a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }





@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }






.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }









@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; } }


@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }


@-ms-viewport {
  width: device-width; }




@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }
@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*@import 'base/common_elements';
@import 'base/main';
@import 'base/messaging';*/
.padding_null {
  padding: 0 !important; }

header {
  border-top: 2px solid #00872c;
  background: #131313 url("../img/header_bg.png") repeat-y center;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px; }
header .user_navbar_style {
  background-color: transparent;
  border-color: transparent;
  margin: 0; }
header a {
  text-decoration: none !important; }
header .logo_wrap {
  display: block;
  margin: 17px 10px 0; }
header .logo {
  margin-bottom: 0;
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 33px; }
header .logo span {
  color: #38bbbb; }
header .logo + p {
  color: #ffffff;
  font-family: "PlutoSansW01-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase; }
header .information .my_btn {
  margin-top: 15px; }
header .information li a {
  padding: 26px 9px;
  color: #3b3b3b !important;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 900; }
header .information li a i {
  margin-right: 5px; }
header .navbar .menu {
  position: relative;
  z-index: 1;
  background: transparent; }
header .navbar .menu li:first-child a:hover {
  background: transparent;
  border: transparent; }
header .navbar .menu li a {
  position: relative;
  padding: 30px 17px 34px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif; /* "PlutoSansW01-Regular" ,  */
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-transform: uppercase; }
header .navbar .menu li a:hover, header .navbar .menu li a:active, header .navbar .menu li a.active {
  color: #38bbbb;
  border-bottom: none;
  background: none; }
header .navbar .menu li i {
  color: #56cdd8;
  font-size: 24px;
  background: -webkit-linear-gradient(to top, #5cccae 0%, #34c9e3 100%);
  background: linear-gradient(to top, #5cccae 0%, #34c9e3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.banner {
  padding: 50px 0;
  /*color: black;*/
  background: url("../img/banner2.jpg") no-repeat center;

  -webkit-background-size: cover;
  background-size: cover; }
.banner h1 {

  color: #fff;
  font-size: 35px;
  font-family: "Lobster" , "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  position: relative;
  letter-spacing: 3px;
  /*&:before{
          content: "";
          position: absolute;
          top: 50%;
          left: 4%;
          width: 19vw;
          height: 1px;
          background: #fff;
      }
      &:after{
          content: "";
          position: absolute;
          top: 50%;
          right: 4%;
          width: 19vw;
          height: 1px;
          background: #fff;
      }*/ }

.p_t {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.inner_wrap {
  background: #f4f4f4;
 /* padding: 0 34px; */}

.services {
  padding: 10px 0;
  background: #fff;
  text-align: center;
  line-height: 24px;
  font-family: "Taviraj", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff; }
.services h2 {
  margin-bottom: 80px;
  color: #333;
  font-size: 32px;
  font-family: Roboto;
  /*font-weight: 100;*/
  line-height: 30px;
  text-transform: uppercase; }
.services .text_block.top_block,
.services .text_block {
  padding: 30px 0 124px; }
.services .text_block.top_block p,
.services .text_block p {
  font-family: "Taviraj", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #032f3e;
  font-size: 23px;
  line-height: 24px;
  font-weight: 400;
  text-align: left; }
.services .text_block.top_block p a,
.services .text_block p a {
  color: #38bbbb; }
.services.ideas_block .top_block {
  padding: 36px 75px 10px; }
.services.ideas_block .top_block p {
  font-size: 23px;
  font-weight: 400;
  margin: 0 !important; }
.services.ideas_block .second_top_block {
  padding: 0px 0 0px 59px; }
.services .img_block {
  width: 100%;
  text-align: center; }

.wrap {
  overflow: hidden;
  margin-bottom: 15px; }

.services .text_block {
  padding: 40px 0 111px 65px;
  position: relative;
  text-align: right;
  display: flex;
  flex-direction: column;
  height: 100%; }
.services .text_block p {
  font-size: 17px;
  font-weight: 500;
  text-align: left; }
.services .text_block.yb p {
  text-align: right; }

.section_title {
  height: 100px;
  background: #38bbbb;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
.section_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -41px;
  width: 46px;
  height: 152px;
  background: url("../img/section_ribbon_left.png") no-repeat center; }
.section_title:after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 46px;
  height: 152px;
  background: url("../img/section_ribbon_right.png") no-repeat center; }
.section_title h2 {
  font-size: 35px;
  font-family: "Taviraj", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  color: #fff;
  text-transform: none; }

.presection_title h3 {
  font-size: 35px;
  font-family: "Lobster", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0; }

.btn {
  max-height: 60px;
  display: block;
  background: #38bbbb;
  border-radius: 0;
  color: #fff;
  max-width: 100%;
  padding: 14px 76px;
  font-size: 23px;
  text-transform: uppercase; }
.btn:hover {
  color: #fff; }

.btn_prob {
  position: absolute;
  bottom: 0; }

.btn_white {
  background: #fff;
  color: #38bbbb;
  width: 100%; }
.btn_white:hover {
  color: #38bbbb; }

.business_block {
  padding: 10px 0 20px;
  position: relative;
  /*background: url("../img/bg2.png") no-repeat center;*/
  -webkit-background-size: cover;
  background-size: cover; }
.business_block .text_block {
  padding: 10px 0 88px; }
.business_block .text_block .title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 26px;
  font-family: "Lobster", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left; }
.business_block .text_block p {
  word-break: break-word;
  font-size: 17px;
  color: #fff;
  font-weight: 400; }
.business_block .text_block.st_block {
  padding: 10px 0 63px; }

.business_block2 {
  /*background: url("../img/bg3.jpg") no-repeat center;*/
  -webkit-background-size: cover;
  background-size: cover; }

.bus_plans {
  /*background: url("../img/bg4.jpg") no-repeat center;*/
  -webkit-background-size: cover;
  background-size: cover; }

.business_item {
  height: 353px;
  width: 217px; }
.business_item .business_logo {
  padding: 28px;
  margin-bottom: 10px;
  width: 100%;
  height: 217px;
  background: #fff;
  text-align: center; }
.business_item .business_logo .img_block {
  position: relative; }
.business_item .business_logo .img_block .caption {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px; }
.business_item .business_logo .img_block img {
  margin: 0 auto; }

.app_btn {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  min-height: 60px; }

.google_btn {
  background: #ffffff url("../img/google_btn.png") no-repeat center; }

.apple_btn {
  background: #ffffff url("../img/app_store_btn.png") no-repeat center; }

.bus_plans {
  padding: 10px 15px 45px; }
.bus_plans .btn_white {
  width: 97%; }
.bus_plans h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 22px;
  text-align: left;
  font-family: "Lobster", "Helvetica Neue", Helvetica, sans-serif;
}
.bus_plans .presection_title h2 {
  font-size: 35px;
  font-family: "Lobster", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 10px 0 25px;
  text-align: center;
  text-transform: none;
  color: #fff; }
.bus_plans p {
  margin-bottom: 30px;
  font-family: "Taviraj", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-align: left; }


.section_title_wrap {



  position: relative;
  width: 100%;
  /*&:before{
		content: "";
		position: absolute;
		top: 42%;
		left: 4%;
		width: 9vw;
		height: 1px;
		background: #fff;
	}
	&:after{
		content: "";
		position: absolute;
		top: 42%;
		right: 4%;
		width: 9vw;
		height: 1px;
		background: #fff;
	}*/ }

.p_t .img_block {
  margin-top: 50px; }

.main_page .jumbotron {
  margin-bottom: 0;
  padding: 100px 0 147px;
  background: url("../img/main_banner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 0; }
.main_page .jumbotron h1 {
  font-size: 40px !important;
  font-family: "Lobster", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  color: #fff !important;
  text-transform: none;
  text-align: center; }
.main_page .jumbotron form .subs_btn {
  padding: 6px 10px;
  display: inline-block; }
.main_page .jumbotron form .input-group {
  width: 100%; }
.main_page .jumbotron form input#email {
  display: inline-block;
  width: 81%;
  height: 46px;
  padding-top: 11px;
  border-radius: 0; }
.main_page .jumbotron form input#email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Ubuntu', sans-serif;
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 400; }
.main_page .jumbotron form input#email::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Ubuntu', sans-serif;
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 400; }
.main_page .jumbotron form input#email:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Ubuntu', sans-serif;
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 400; }
.main_page .jumbotron form input#email:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Ubuntu', sans-serif;
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 400; }
.main_page .jumbotron p {
  margin-top: 24px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  text-align: center; }
.main_page .jumbotron p span {
  font-weight: 600; }
.main_page .jumbotron .btn_wrap.subscribe_btn {
  display: block;
  width: 25%;
  float: right;
  margin-right: 23px;
}
.main_page .yb .btn_prob {
  right: 0;
  font-family: 'Ubuntu', sans-serif; }

.main_page .btn {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600; }

.my_book .wrap {
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 57px; }

.skew {
  -webkit-clip-path: polygon(0 11%, 1600px 0, 1600px 89%, 0 100%);
  clip-path: polygon(0 11%, 1600px 0, 1600px 89%, 0 100%); }

.skew2 {
  -webkit-clip-path: polygon(0 9%, 1600px 0, 1600px 89%, 0 100%);
  clip-path: polygon(0 9%, 1600px 0, 1600px 89%, 0 100%); }

.skew6 {
  margin-top: -56px;
  -webkit-clip-path: polygon(0 36%, 1600px 0, 1600px 100%, 0 100%);
  clip-path: polygon(0 36%, 1600px 0, 1600px 100%, 0 100%);
  background: #282826;
  padding: 55px 0 2px; }

.skew7 {
  -webkit-clip-path: polygon(-2 0%, 1600px 0, 1600px 89%, 0 100%);
  clip-path: polygon(-2 0%, 1600px 0, 1600px 89%, 0 100%);
  padding-bottom: 80px;
  margin-bottom: -83px; }

.skew1,
.skew3 {
  padding: 76px 0 130px;
  background: #63c0c9 url("../img/bg_sk1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover; }
.skew1 .btn_white,
.skew3 .btn_white {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  text-transform: none; }
.skew1 h2,
.skew3 h2 {
  font-size: 35px;
  font-family: "Lobster", sans-serif;
  color: #fff;
  text-transform: none;
  margin-top: 120px;
  margin-bottom: 20px;
  position: relative;
  /*&:after{
    content: "";
    position: absolute;
    top:50%;
    right: 0;
    width: 275px;
    height: 1px;
    background: #fff;
  }*/ }
.skew1 .text_block p,
.skew3 .text_block p {
  font-size: 22px;
  font-family: "Taviraj", sans-serif;
  font-weight: 400;
  color: #fff;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #fff; }
.skew1 .text_block_wrap .btn_white,
.skew3 .text_block_wrap .btn_white {
  display: inline-block;
  padding: 14px 60px;
  width: auto; }

.skew3 {
  padding: 76px 0 76px;
  background: #6da8a7 url("../img/bg_sk2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover; }
.skew3 h2 {
  margin-top: 10px;
  text-align: right;
  /*&:before{
    content: "";
    position: absolute;
    top:50%;
    right:100%;
    left: 0;
    width: 255px;
    height: 1px;
    background: #fff;
  }
  &:after{
    display: none;
  }*/ }

.skew4 {
  margin-top: -40px;
  background: #6da8a7 url("../img/bg_sk3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover; }
.skew4 h2 {
  position: relative;
  text-align: left;
  /*&:after{
    content: "";
    position: absolute;
    top:50%;
    left: 0;
    width: 255px;
    height: 1px;
    background: #fff;
  }
  &:before{
    display: none;
  }*/ }

.skew5 {
  margin-top: -68px;
  background: #6da8a7 url("../img/bg_sk4.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover; }
.skew5 h2:after {
  width: 200px; }

.skew2 {
  padding: 121px 0 76px;
  margin-top: -91px;
  margin-bottom: -77px;
  background: #fff;
  text-align: center; }
.skew2 h2 {
  color: #032f3e;
  font-size: 39px;
  font-family: "Lobster", sans-serif;
  margin: 10px 0 25px;
  text-align: center;
  text-transform: none;
  font-weight: 900; }
.skew2 .divider span {
  width: 100%;
  height: 1px; }
.skew2 .business_item {
  height: auto;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.15); }
.skew2 .business_item .caption {
  color: #fff; }
.skew2 .btn_wrap {
  height: 424px;
  background: #38bbbb;
  overflow: hidden;
  padding: 8px;
  text-align: left; }
.skew2 .btn_wrap h3 {
  height: 57px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 23px;
  line-height: 25px;
  font-family: "Taviraj", sans-serif;
  font-weight: 900;
  color: #fff;
  border-bottom: 1px solid #fff; }
.skew2 .btn_wrap .list_wrap {
  padding-left: 0;
  flex: 1; }
.skew2 .btn_wrap .list_wrap li {
  list-style-type: none;
  color: #fff; }
.skew2 .btn_wrap .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 340px; }

.skew3 .text_block p {
  font-size: 18px; }

.skew6 .logo_wrap li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px; }
.skew6 .logo_wrap li:last-of-type {
  margin-right: 0; }

.dark {
  font-size: 24px;
  color: #032f3e;
  font-family: "Taviraj", sans-serif;
  font-weight: 900; }

.divider {
  margin: 20px 0; }

.divider span {
  display: block;
  height: 2px;
  width: 18px;
  background: #032f3e;
  text-align: right;
  float: right; }

.my_book .text_block.yb {
  padding: 10px 0 66px 65px; }
.my_book .text_block.yb p {
  border-bottom: 2px solid #032f3e;
  padding-bottom: 20px; }

.img_block figure {
  background: #fff;
  text-align: center;
  padding: 3px;
  margin-bottom: 23px; }
.img_block figure img {
  width: 100%; }
.img_block figure figcaption {
  padding: 8px 16px;
  height: 62px;
  font-size: 14px;
  color: #032f3e;
  font-weight: 500; }
.img_block figure figcaption .divider {
  margin: 0; }
.img_block figure figcaption h3 {
  margin-bottom: 0; }

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

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

.buy_block {
  padding: 23px 0;
  background: #38bbbb; }
.buy_block .text_block_wrap {
  text-align: left; }
.buy_block h2 {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-family: "Taviraj", sans-serif;
  text-transform: none;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px; }
.buy_block .text_block {
  padding: 0; }
.buy_block .text_block li {
  font-size: 22px;
  font-family: "Taviraj", sans-serif;
  list-style-type: none;
  font-weight: 400;
  margin-bottom: 25px; }
.buy_block figure {
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.15); }
.buy_block .img_block {
  margin: 0 -15px; }
.buy_block h3 {
  color: #032f3e;
  font-family: "Taviraj", sans-serif;
  font-weight: 600;
  margin-top: 0; }
.buy_block .img_block figure {
  padding: 10px 10px 5px; }
.buy_block .img_block figcaption {
  padding: 0;
  margin: 0 -15px;
  overflow: hidden;
  height: 255px; }
.buy_block .img_block figcaption p {
  color: #032f3e;
  font-size: 17px; }
.buy_block .img_block figcaption span {
  color: #38bbbb;
  font-size: 22px;
  font-family: "Lobster", sans-serif; }

.course_caption span {
  display: block;
  margin-bottom: 20px; }

.course_caption h3 {
  padding-bottom: 30px;
  border-bottom: 2px solid #032f3e; }

.course_caption .btn {
  margin-top: 30px; }

.book_caption h3 {
  margin-bottom: 15px !important; }

.book_caption p {
  margin-top: 15px;
  margin-bottom: 27px;
  padding-bottom: 27px;
  border-bottom: 2px solid #032f3e;
  flex: 1; }

.book_caption .btn {
  margin-top: 20px; }

.book_caption .divider span {
  float: left; }

.book_caption1 h3 {
  margin-bottom: 10px !important; }

.book_caption1 p {
  margin-top: 10px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid #032f3e;
  flex: 1; }

.book_caption1 .btn {
  margin-top: 20px; }

.book_caption1 .divider span {
  float: left; }

.book_caption2 h3 {
  margin-bottom: 10px !important; }

.book_caption2 p {
  margin-top: 10px;
  margin-bottom: 18px;
  padding-bottom: 67px;
  border-bottom: 2px solid #032f3e;
  flex: 1; }

.book_caption2 .btn {
  margin-top: 20px; }

.book_caption2 .divider span {
  float: left; }

.pres_title h2 {
  color: #032f3e;
  font-size: 37px;
  font-family: "Lobster", sans-serif;
  margin: 10px 0 25px;
  text-align: center;
  text-transform: none;
  font-weight: 600; }

.pres_title .divider span {
  width: 100%;
  height: 1px; }

.generating_idea .wrap {
  padding-top: 50px; }

.generating_idea .text_block {
  padding: 20px 0 0px 0px; }
.generating_idea .text_block p {
  text-align: center !important;
  line-height: 21px; }

.generating_idea .img_block {
  margin-bottom: 30px; }

.generating_idea .section_title {
  background: #032f3e;
  position: relative;
  height: 131px; }
.generating_idea .section_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -41px;
  width: 46px;
  height: 188px;
  background: url("../img/ribbon_dark_left.png") no-repeat center; }
.generating_idea .section_title:after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 46px;
  height: 188px;
  background: url("../img/ribbon_dark_right.png") no-repeat center; }

.gi1 {
  margin-top: -20px; }
.gi1 .wrap {
  padding-top: 0; }

.website_block {
  margin-top: -20px;
  padding-top: 40px;
  padding-bottom: 15px;
  /*  background: #6da8a7 url("../img/bg5.jpg") no-repeat center;*/
  -webkit-background-size: cover;
  background-size: cover; }
.website_block .pres_title h2,
.website_block .text_block p {
  color: #fff; }
.website_block .text_block {
  padding-top: 0;
  padding-bottom: 0; }
.website_block .text_block.yb p {
  margin-top: 20px;
  text-align: center;
  font-size: 16px; }
.website_block .divider span {
  background: #fff; }

.contact_block {
  padding-top: 40px;
  padding-bottom: 15px;
  /*background: #4b4b4c url("../img/bg6.jpg") no-repeat center;*/
  -webkit-background-size: cover;
  background-size: cover; }
.contact_block h2 {
  color: #fff; }
.contact_block .divider span {
  background: #fff; }
.contact_block .text_block p {
  color: #fff; }
.contact_block .text_block {
  padding-top: 0;
  padding-bottom: 0; }
.contact_block .text_block.yb p {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600; }
.jumbotron .social_block{
  margin: 30px auto;
  text-align: center;
  display: block;
}
.social_block {
  display: inline-block;
  text-align: center;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600; }
.social_block span {
  color: #fff;
}
.social_block li {
  display: inline-block;
  margin-left: 10px;
  list-style-type: none;
  text-align: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #38bbbb; }
.social_block li a {
  width: 100%;
  height: 100%;
  font-size: 25px;
  line-height: 37px;
  text-align: center;
  color: #434142; }

.contact_block input.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 42px;
  padding-top: 11px; }
.contact_block textarea.form-control {
  border-radius: 0;
  box-shadow: none;
  padding-top: 11px; }
.contact_block input::-webkit-input-placeholder,
.contact_block textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Ubuntu', sans-serif;
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 400; }
.contact_block input::-moz-placeholder,
.contact_block textarea::-webkit-input-placeholder {
  /* Firefox 19+ */
  font-family: 'Ubuntu', sans-serif;
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 400; }
.contact_block input:-ms-input-placeholder,
.contact_block textarea::-webkit-input-placeholder {
  /* IE 10+ */
  font-family: 'Ubuntu', sans-serif;
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 400; }
.contact_block input:-moz-placeholder,
.contact_block textarea::-webkit-input-placeholder {
  /* Firefox 18- */
  font-family: 'Ubuntu', sans-serif;
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 400; }

.testimonials {
  padding-top: 33px;
  font-family: "Taviraj", sans-serif;
  font-weight: 400;
  color: #032f3e;
  font-size: 24px;
  text-align: left; }
.testimonials .author_name {
  font-weight: 600;
  margin-bottom: 30px; }
.testimonials span {
  color: #38bbbb;
  font-size: 68px;
  font-weight: 600;
  font-family: "Lobster", sans-serif; }
.testimonials p {
  font-size: 18px;
  font-weight: 500;
  position: relative; }
.testimonials p:before {
  content: '';
  position: absolute;
  top: -25px;
  left: -28px;
  width: 30px;
  height: 20px;
  background: url("../img/comas_top.png") no-repeat center; }
.testimonials p:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 80px;
  width: 30px;
  height: 20px;
  background: url("../img/comas_bottom.png") no-repeat center; }

a,
a:hover {
  text-decoration: none; }

.img-wrap {
  width: 100%;
  position: relative; }

.img-wrap img {
  width: 100%; }

.course-box {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  text-align: left; }

.box-second-row .title {
  color: #353535;
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
  min-height: 37px;
  padding: 0;
  margin: 10px 10px 5px;
  text-decoration: none;
  /* height: 34px; */
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; }

.box-second-row .ins-title {
  font-weight: 400;
  margin-top: 0;
  font-size: 14px;
}

.price-block,
.rating-block {
  margin: 0 10px; }

.rating-block {
  margin-bottom: 10px; }

.price {
  display: inline-block; }

.promotion_price {
  font-weight: 700;
  font-size: 15px;
  color: #333; }

.old_price {
  color: rgba(0, 0, 0, 0.55);
  font-weight: 400;
  font-size: 13px;
  text-decoration: line-through;
  margin-left: 5px; }

.rating span.full:before,
.rating span.half:before {
  color: #17aa1c !important; }

.rating_num {
  display: inline-block;
  font-weight: 600;
  color: #353535; }

.rating {
  display: inline-block; }

.img_over {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.lec-info {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  opacity: 1;
  background: 0 0;
  text-align: left;
  margin-left: 10px;
  margin-top: 20px;
  z-index: 2; }

.lec-info p {
  margin-bottom: 0; }

.course-box:hover .img_over {
  display: block; }

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  border: 3px solid #fff;
  position: relative;
  top: 10px;
  left: 10px;
  margin-right: 3px;
  display: inline-block;
  overflow: hidden; }

.wishlist {
  top: 10px;
  right: 10px;
  position: absolute; }

.wishlist i {
  color: red;
  font-size: 20px; }

.footer {
  background-color: #151515;
  color: #ffffff; }
.footer a {
  text-decoration: none; }
.footer .footer_info {
  margin: 0;
  color: #686868;
  font-family: "PlutoSansW01-Regular";
  font-size: 12px;
  font-weight: 300;
  padding: 16px 0;
  line-height: 24px; }
.footer .menu {
  position: relative;
  z-index: 1;
  background: transparent;
  width: 100%;
  text-align: right; }
.footer .menu li:first-child a:hover {
  background: transparent;
  border: transparent; }
.footer .menu li a {
  position: relative;
  padding: 20px 15px 20px;
  color: #686868;
  font-family: "PlutoSansW01-Regular", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  text-transform: uppercase; }
.footer .menu li a:hover, .footer .menu li a:active, .footer .menu li a.active {
  color: #38bbbb;
  border-bottom: none;
  background: none; }
.footer .menu li i {
  color: #56cdd8;
  font-size: 24px;
  background: -webkit-linear-gradient(to top, #5cccae 0%, #34c9e3 100%);
  background: linear-gradient(to top, #5cccae 0%, #34c9e3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (min-width: 768px) {
  .navbar-nav > li {
    float: none;
    display: inline-block; } }

@media (max-width: 1200px) {
  .section_title_wrap:before,
  .section_title_wrap:after {
    display: none; }
  .footer .menu {
    width: 100%;
    text-align: right; }
  /*.section_title_wrap:before {
    left: 3%;
    width: 125px;
  }
  .section_title_wrap:after {
    right: 3%;
    width: 125px;
  }*/
  .section_title h3 {
    font-size: 29px; }
  .footer .footer_info,
  .footer .menu li a {
    font-size: 10px;
    margin: 0; }
  .footer .footer_info {
    padding: 16px 0 20px; }
  .services.ideas_block .second_top_block {
    padding: 0px 0 0px 60px; }
  .banner h3:before,
  .banner h3:after {
    width: 200px; } }

@media screen and (max-width: 1100px) {
  .main_page .jumbotron form input#email {
    width: 71%; }
  .skew3 h2:before {
    display: none; }
  .skew6 {
    -webkit-clip-path: polygon(0 43%, 1600px -22%, 1600px 100%, 0 100%);
    clip-path: polygon(0 43%, 1600px -22%, 1600px 100%, 0 100%); }
  .skew6 .logo_wrap li {
    width: 16%; }
  .skew2 {
    -webkit-clip-path: polygon(0 9%, 1600px 2%, 1600px 89%, 0 100%);
    clip-path: polygon(0 9%, 1600px 2%, 1600px 89%, 0 100%); }
  .skew2 .business_item {
    width: 100%; }
  .skew4,
  .skew5 {
    -webkit-clip-path: polygon(0 11%, 1600px -5%, 1600px 89%, 0 100%);
    clip-path: polygon(0 11%, 1600px -5%, 1600px 89%, 0 100%); }
  .skew7 {
    -webkit-clip-path: polygon(0 0%, 1600px 0, 1600px 90%, 0 100%);
    clip-path: polygon(0 0%, 1600px 0, 1600px 89%, 0 100%); }
  .book_caption p {
    margin-bottom: 6px; }
  .book_caption .btn {
    margin-top: 0px;
    padding: 14px 0; }
  .course_caption .btn {
    margin-top: 7px;
    padding: 14px 0; }
  .pres_title h2 {
    font-size: 36px; }
  .book_caption1 .btn {
    margin-top: -10px;
    padding: 14px 0; } }

@media (max-width: 1000px) {
  .generating_idea .wrap {
    padding-top: 0; }
  .pres_title {
    margin-bottom: 20px; }
  .gi1 .text_block.yb {
    padding: 26px 0 0 !important; }
  .testimonials p:before {
    left: 0; }
  .testimonials p:after {
    right: 0px; }
  .skew7 {
    -webkit-clip-path: polygon(0 0%, 1600px 0, 1600px 93%, 0 100%);
    clip-path: polygon(0 0%, 1600px 0, 1600px 89%, 0 100%);
    padding-bottom: 126px;
    margin-bottom: -141px; }
  .skew1 .text_block,
  .skew3 .text_block,
  .skew4 .text_block {
    text-align: center; }
  .skew1 .btn,
  .skew3 .btn,
  .skew4 .btn {
    margin-bottom: 20px; }
  .skew4 h2 {
    text-align: center; }
  .skew4 {
    margin-top: -85px; }
  .skew5 {
    margin-top: -90px; }
  .skew2 {
    padding: 124px 0 122px;
    margin-top: -147px;
    margin-bottom: -122px;
    -webkit-clip-path: polygon(0 7%, 1600px 2%, 1600px 89%, 0 100%);
    clip-path: polygon(0 7%, 1600px 2%, 1600px 89%, 0 100%); }
  .skew2 .presection_title {
    margin-bottom: 20px; }
  .skew6 {
    margin-top: -97px;
    padding: 60px 0 2px;
    -webkit-clip-path: polygon(0 20%, 1600px 0%, 1600px 100%, 0 100%);
    clip-path: polygon(0 39%, 1600px -2%, 1600px 100%, 0 100%); }
  .skew6 .logo_wrap li {
    display: block;
    vertical-align: middle;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 10px; }
  .my_book .wrap {
    padding-top: 0; }
  .services .text_block.top_block,
  .services .text_block {
    padding: 42px 0 6px; }
  .services.ideas_block .text_block {
    padding: 15px 24px 15px; }
  .business_block {
    padding: 10px 0 20px; }
  .business_block .text_block .title {
    text-align: center; }
  .section_title h3 {
    font-size: 28px; }
  .services .text_block.top_block p, .services .text_block p {
    font-size: 15px;
    line-height: 19px; }
  .services .text_block.yb {
    padding: 42px 0 68px; }
  .services .text_block.yb p {
    text-align: center; }
  .btn_prob {
    position: relative; }
  .business_item {
    height: auto;
    width: 100%;
    margin-bottom: 40px; }
  .bus_plans .btn_white {
    width: 100%;
    margin-bottom: 15px; }
  .services.ideas_block .text_block.second_top_block {
    padding: 0px 8px 15px; } }

@media (max-width: 991px) {
  .section_title_wrap:before,
  .section_title_wrap:after {
    display: none; }
  .footer .footer_info {
    text-align: center; }
  .footer .menu {
    width: 100%;
    text-align: center; }
  .banner h3:before, .banner h3:after {
    width: 135px; }
  .banner h1:before {
    left: 0;
    width: 16vw; }
  .banner h1:after {
    right: 0;
    width: 16vw; } }

@media (max-width: 900px) {
  .skew4 {
    margin-top: -76px;
    -webkit-clip-path: polygon(0 9%, 1600px -4%, 1600px 89%, 0 100%);
    clip-path: polygon(0 9%, 1600px -4%, 1600px 89%, 0 100%); }
  .skew5 {
    margin-top: -83px; }
  .skew6 {
    margin-top: -99px;
    padding: 60px 0 2px;
    -webkit-clip-path: polygon(0 21%, 1600px -1%, 1600px 100%, 0 100%);
    clip-path: polygon(0 39%, 1600px -2%, 1600px 100%, 0 100%); }
  .skew6 .logo_wrap li {
    display: block;
    width: 100%; }
  .banner h3:before,
  .banner h3:after,
  .section_title:after,
  .section_title:before {
    background: none;
    display: none; }
  .section_title h3 {
    font-size: 21px; }
  .footer .menu {
    margin-left: 0px; } }

@media (max-width: 768px) {
  .img_block figure figcaption{
    height: 78px;
    font-size: 12px;
  }
  header .navbar .menu li a {
    padding: 10px 17px 10px; }
  .footer .menu li a {
    position: relative;
    padding: 5px 17px 5px;
    text-align: center; }
  .footer .footer_info {
    text-align: center; }
  .mc-field-group {
    display: inline-block;
    width: 100%!important;
    margin-bottom: 20px;
  }
  .main_page .jumbotron .btn_wrap.subscribe_btn {
    display: block;
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .main_page .jumbotron form .subs_btn {
    padding: 6px 10px;
    display: block;
    width: 100%;
  }
  .skew6 {
    margin-top: -89px;
    padding: 92px 0 30px;
    clip-path: polygon(0 8%, 1600px 0, 1600px 100%, 0 100%);
    z-index: -2;
    position: relative;
  }
  .skew2 {
    padding: 192px 0 122px;
  }
  .skew5 {
    margin-top: -131px;
    -webkit-clip-path: polygon(0 11%, 1600px -5%, 1600px 89%, 0 100%);
    clip-path: polygon(0 11%, 1600px 2%, 1600px 100%, 0 100%);
  }
  .skew7 {
    -webkit-clip-path: polygon(0 0%, 1600px 0, 1600px 93%, 0 100%);
    clip-path: polygon(0 0%, 1600px 0, 1600px 96%, 0 100%);
  }
  .services .text_block {
    text-align: left;
  }
  .buy_block .text_block_wrap {
    text-align: left!important;
  }

  /*promo pages*/
  .inner_wrap{
    padding:0;
  }
  .section_title h2 {
    font-size: 26px;
  }
  .services .text_block.top_block, .services .text_block {
    padding: 17px 10px 6px;
  }
  .divider span {
    display: none;
  }
  .skew2 h2 {
    font-size: 30px;
  }
}

@media (max-width: 701px) {
  .skew2 {
    padding: 126px 0 122px;
    margin-top: -154px;
    margin-bottom: -122px;
    -webkit-clip-path: polygon(0 4%, 1600px 2%, 1600px 94%, 0 100%);
    clip-path: polygon(0 4%, 1600px 2%, 1600px 94%, 0 100%); }
  .skew2 .business_item {
    margin-bottom: 20px; } }

@media (max-width: 600px) {
  .main_page .jumbotron form .subs_btn {
    padding: 9px 4px;
    height: 46px; }
  .buy_block .img_block {
    margin: 0; }
  .skew5 {
    margin-top: -79px; }
  .btn_submit {
    display: block;
    width: 100%; }
  .banner h1:before,
  .banner h1:after {
    display: none; }
  .section_title h3 {
    font-size: 18px; }
  .btn {
    font-size: 19px;
    padding: 14px 0; }
  .business_block .text_block .title {
    font-size: 17px;
    line-height: 21px; }
  .services .text_block.top_block p,
  .services .text_block p {
    font-size: 14px;
    line-height: 17px; }
  .bus_plans .presection_title h3 {
    font-size: 20px; }
  .bus_plans h3 {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 19px; } }

@media (max-width: 500px) {
  .btn {
    font-size: 15px;
    padding: 5px 0; }
  .business_block .text_block .title {
    font-size: 19px; }
  .services .text_block.top_block p,
  .services .text_block p {
    font-size: 16px; }
  .section_title {
    height: auto; } }

@media (max-width: 400px) {
  .main_page .jumbotron {
    margin-bottom: 0;
    padding: 175px 0 147px;
    background: url("../img/main_banner.jpg") no-repeat 67% 50%;
    -webkit-background-size: cover;
    background-size: cover; }
  .book_caption1 .btn {
    padding: 5px 0; }
  .course_caption .btn {
    padding: 9px 0; }
  .pres_title h2 {
    margin: 10px 0 0px; }
  .book_caption2 p {
    padding-bottom: 28px; }
  .course_caption h3 {
    padding-bottom: 13px; }
  .buy_block h2 {
    margin-bottom: 0; }
  .services .text_block.top_block, .services .text_block {
    padding: 17px 5px 6px; } }

body {
  background: #f4f4f4; }

.row {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 800) and (max-width: 1000px) {
  .price_block .type h2 {
    margin-top: 5px;
    margin-bottom: 21px;
    color: #616161;
    font-family: Bariol;
    font-size: 36px;
    font-weight: 400;
    line-height: 19px; } }



/*Popup*/
.mc-modal #SignupForm_0 input.button {
  float: none;
  display: block;
  background: #38bbbb;
  border-radius: 0;
  color: #fff;
  max-width: 100%;
  padding: 2px 46px;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
}
/*Popup end*/

/* youtube */
/*.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0px auto;
   max-width: 800px;
  width: 75%;
  max-width: 640px;
  max-height: 360px;
}
.video-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}*/
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
    margin: 0px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .video-responsive {
    width: 100%;
    padding-bottom: 56.25%;
  }
  .video-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .section_title {
    height: auto;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 5px;
  }
}
/* end youtube */
/* google ads */
.adsense {
  width: 970px;
  height: 90px;
  display: block;
}
.adsense:before { display: none !important; }
.adsense ins    { width: 100%; height: 100%; display: block; }

@media screen and ( max-width: 1024px ) {
  .adsense        { width: 728px; height: 90px; }
  .adsense:before { content: '1024'; }
}

@media screen and ( max-width: 800px ) {
  .adsense        { width: 468px; height: 60px; }
  .adsense:before { content: '800'; }
}

.section_title h2 {
line-height: 1.2;
}

p {
line-height: 1.2 !important;
}



<!--
.text_block.top_block {
padding-bottom: 30px !important;
}
-->