/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  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;
   background: #79bdd1;
    border: 2px solid #eaf6fa;
    color: #fff;
    cursor: pointer;
    display: block;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.22);
box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.22);
}

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -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: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

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

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

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  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: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

html {
  font-size: 100%;
}

a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

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

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

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

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

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

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

.text-success {
  color: #3c763d;
}

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

.text-info {
  color: #31708f;
}

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

.text-warning {
  color: #8a6d3b;
}

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

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

.bg-success {
  background-color: #dff0d8;
}

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

.bg-info {
  background-color: #d9edf7;
}

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

.bg-warning {
  background-color: #fcf8e3;
}

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

.bg-danger {
  background-color: #f2dede;
}

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

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@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;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
}

ul, ol {
  padding-left: 1.2em;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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: 990px;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 1020px;
  }
}

.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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .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-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: right;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

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

.col-xs-pull-0 {
  left: 0%;
}

.col-xs-pull-1 {
  left: 8.33333%;
}

.col-xs-pull-2 {
  left: 16.66667%;
}

.col-xs-pull-3 {
  left: 25%;
}

.col-xs-pull-4 {
  left: 33.33333%;
}

.col-xs-pull-5 {
  left: 41.66667%;
}

.col-xs-pull-6 {
  left: 50%;
}

.col-xs-pull-7 {
  left: 58.33333%;
}

.col-xs-pull-8 {
  left: 66.66667%;
}

.col-xs-pull-9 {
  left: 75%;
}

.col-xs-pull-10 {
  left: 83.33333%;
}

.col-xs-pull-11 {
  left: 91.66667%;
}

.col-xs-pull-12 {
  left: 100%;
}

.col-xs-push-0 {
  right: 0%;
}

.col-xs-push-1 {
  right: 8.33333%;
}

.col-xs-push-2 {
  right: 16.66667%;
}

.col-xs-push-3 {
  right: 25%;
}

.col-xs-push-4 {
  right: 33.33333%;
}

.col-xs-push-5 {
  right: 41.66667%;
}

.col-xs-push-6 {
  right: 50%;
}

.col-xs-push-7 {
  right: 58.33333%;
}

.col-xs-push-8 {
  right: 66.66667%;
}

.col-xs-push-9 {
  right: 75%;
}

.col-xs-push-10 {
  right: 83.33333%;
}

.col-xs-push-11 {
  right: 91.66667%;
}

.col-xs-push-12 {
  right: 100%;
}

.col-xs-offset-0 {
  margin-right: 0%;
}

.col-xs-offset-1 {
  margin-right: 8.33333%;
}

.col-xs-offset-2 {
  margin-right: 16.66667%;
}

.col-xs-offset-3 {
  margin-right: 25%;
}

.col-xs-offset-4 {
  margin-right: 33.33333%;
}

.col-xs-offset-5 {
  margin-right: 41.66667%;
}

.col-xs-offset-6 {
  margin-right: 50%;
}

.col-xs-offset-7 {
  margin-right: 58.33333%;
}

.col-xs-offset-8 {
  margin-right: 66.66667%;
}

.col-xs-offset-9 {
  margin-right: 75%;
}

.col-xs-offset-10 {
  margin-right: 83.33333%;
}

.col-xs-offset-11 {
  margin-right: 91.66667%;
}

.col-xs-offset-12 {
  margin-right: 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: right;
  }

  .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 {
    left: 0%;
  }

  .col-sm-pull-1 {
    left: 8.33333%;
  }

  .col-sm-pull-2 {
    left: 16.66667%;
  }

  .col-sm-pull-3 {
    left: 25%;
  }

  .col-sm-pull-4 {
    left: 33.33333%;
  }

  .col-sm-pull-5 {
    left: 41.66667%;
  }

  .col-sm-pull-6 {
    left: 50%;
  }

  .col-sm-pull-7 {
    left: 58.33333%;
  }

  .col-sm-pull-8 {
    left: 66.66667%;
  }

  .col-sm-pull-9 {
    left: 75%;
  }

  .col-sm-pull-10 {
    left: 83.33333%;
  }

  .col-sm-pull-11 {
    left: 91.66667%;
  }

  .col-sm-pull-12 {
    left: 100%;
  }

  .col-sm-push-0 {
    right: 0%;
  }

  .col-sm-push-1 {
    right: 8.33333%;
  }

  .col-sm-push-2 {
    right: 16.66667%;
  }

  .col-sm-push-3 {
    right: 25%;
  }

  .col-sm-push-4 {
    right: 33.33333%;
  }

  .col-sm-push-5 {
    right: 41.66667%;
  }

  .col-sm-push-6 {
    right: 50%;
  }

  .col-sm-push-7 {
    right: 58.33333%;
  }

  .col-sm-push-8 {
    right: 66.66667%;
  }

  .col-sm-push-9 {
    right: 75%;
  }

  .col-sm-push-10 {
    right: 83.33333%;
  }

  .col-sm-push-11 {
    right: 91.66667%;
  }

  .col-sm-push-12 {
    right: 100%;
  }

  .col-sm-offset-0 {
    margin-right: 0%;
  }

  .col-sm-offset-1 {
    margin-right: 8.33333%;
  }
  .bottom-block .col-sm-offset-1 {
  margin-right: 6.33333%;
  }

  .col-sm-offset-2 {
    margin-right: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-right: 25%;
  }

  .col-sm-offset-4 {
    margin-right: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-right: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-right: 50%;
  }

  .col-sm-offset-7 {
    margin-right: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-right: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-right: 75%;
  }

  .col-sm-offset-10 {
    margin-right: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-right: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-right: 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: right;
  }

  .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 {
    left: 0%;
  }

  .col-md-pull-1 {
    left: 8.33333%;
  }

  .col-md-pull-2 {
    left: 16.66667%;
  }

  .col-md-pull-3 {
    left: 25%;
  }

  .col-md-pull-4 {
    left: 33.33333%;
  }

  .col-md-pull-5 {
    left: 41.66667%;
  }

  .col-md-pull-6 {
    left: 50%;
  }

  .col-md-pull-7 {
    left: 58.33333%;
  }

  .col-md-pull-8 {
    left: 66.66667%;
  }

  .col-md-pull-9 {
    left: 75%;
  }

  .col-md-pull-10 {
    left: 83.33333%;
  }

  .col-md-pull-11 {
    left: 91.66667%;
  }

  .col-md-pull-12 {
    left: 100%;
  }

  .col-md-push-0 {
    right: 0%;
  }

  .col-md-push-1 {
    right: 8.33333%;
  }

  .col-md-push-2 {
    right: 16.66667%;
  }

  .col-md-push-3 {
    right: 25%;
  }

  .col-md-push-4 {
    right: 33.33333%;
  }

  .col-md-push-5 {
    right: 41.66667%;
  }

  .col-md-push-6 {
    right: 50%;
  }

  .col-md-push-7 {
    right: 58.33333%;
  }

  .col-md-push-8 {
    right: 66.66667%;
  }

  .col-md-push-9 {
    right: 75%;
  }

  .col-md-push-10 {
    right: 83.33333%;
  }

  .col-md-push-11 {
    right: 91.66667%;
  }

  .col-md-push-12 {
    right: 100%;
  }

  .col-md-offset-0 {
    margin-right: 0%;
  }

  .col-md-offset-1 {
    margin-right: 8.33333%;
  }

  .col-md-offset-2 {
    margin-right: 16.66667%;
  }

  .col-md-offset-3 {
    margin-right: 25%;
  }

  .col-md-offset-4 {
    margin-right: 33.33333%;
  }

  .col-md-offset-5 {
    margin-right: 41.66667%;
  }

  .col-md-offset-6 {
    margin-right: 50%;
  }

  .col-md-offset-7 {
    margin-right: 58.33333%;
  }

  .col-md-offset-8 {
    margin-right: 66.66667%;
  }

  .col-md-offset-9 {
    margin-right: 75%;
  }

  .col-md-offset-10 {
    margin-right: 83.33333%;
  }

  .col-md-offset-11 {
    margin-right: 91.66667%;
  }

  .col-md-offset-12 {
    margin-right: 100%;
  }
}
@media (min-width: 1100px) {
  .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: right;
  }

  .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 {
    left: 0%;
  }

  .col-lg-pull-1 {
    left: 8.33333%;
  }

  .col-lg-pull-2 {
    left: 16.66667%;
  }

  .col-lg-pull-3 {
    left: 25%;
  }

  .col-lg-pull-4 {
    left: 33.33333%;
  }

  .col-lg-pull-5 {
    left: 41.66667%;
  }

  .col-lg-pull-6 {
    left: 50%;
  }

  .col-lg-pull-7 {
    left: 58.33333%;
  }

  .col-lg-pull-8 {
    left: 66.66667%;
  }

  .col-lg-pull-9 {
    left: 75%;
  }

  .col-lg-pull-10 {
    left: 83.33333%;
  }

  .col-lg-pull-11 {
    left: 91.66667%;
  }

  .col-lg-pull-12 {
    left: 100%;
  }

  .col-lg-push-0 {
    right: 0%;
  }

  .col-lg-push-1 {
    right: 8.33333%;
  }

  .col-lg-push-2 {
    right: 16.66667%;
  }

  .col-lg-push-3 {
    right: 25%;
  }

  .col-lg-push-4 {
    right: 33.33333%;
  }

  .col-lg-push-5 {
    right: 41.66667%;
  }

  .col-lg-push-6 {
    right: 50%;
  }

  .col-lg-push-7 {
    right: 58.33333%;
  }

  .col-lg-push-8 {
    right: 66.66667%;
  }

  .col-lg-push-9 {
    right: 75%;
  }

  .col-lg-push-10 {
    right: 83.33333%;
  }

  .col-lg-push-11 {
    right: 91.66667%;
  }

  .col-lg-push-12 {
    right: 100%;
  }

  .col-lg-offset-0 {
    margin-right: 0%;
  }

  .col-lg-offset-1 {
    margin-right: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-right: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-right: 25%;
  }

  .col-lg-offset-4 {
    margin-right: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-right: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-right: 50%;
  }

  .col-lg-offset-7 {
    margin-right: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-right: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-right: 75%;
  }

  .col-lg-offset-10 {
    margin-right: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-right: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-right: 100%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  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:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333333;
  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;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

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

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover, .label[href]:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  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: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -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: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: white;
  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: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.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.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}

@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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  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: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  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: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@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 (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: 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: 1100px) {
  .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 (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: 1100px) {
  .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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.ta-l {
  text-align: left;
}

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

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

@media only screen and (min-width: 480px) {
  .ta-l-xs {
    text-align: left;
  }

  .ta-r-xs {
    text-align: right;
  }

  .ta-c-xs {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .ta-l-sm {
    text-align: right;
  }

  .ta-r-sm {
    text-align: right;
  }

  .ta-c-sm {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .ta-l-md {
    text-align: left;
  }

  .ta-r-md {
    text-align: right;
  }

  .ta-c-md {
    text-align: center;
  }
}
.div_left {
  width: 808px;
  float: left;
}

.div_right {
  width: 135px;
  float: right;
}

.gift_div_icon {
  width: 97px;
  height: 96px;
  background: url("../img/books_images/gift.png") no-repeat scroll right center transparent;
  position: absolute;
  left: -40px;
  top: -30px;
  z-index: 99999;
}
.soon_div_icon {
    background: url("../img/books_images/soon.png") no-repeat scroll right center transparent;
    height: 91px;
    left: -38px;
    position: absolute;
    top: -30px;
    width: 160px;
    z-index: 99999;
}

.dotted {
  padding-right: 20px;
  background: url("../img/dotted.png") right center no-repeat;
}

.dotted-blue {
  padding-right: 20px;
  background: url("../img/dotted-4.png") right center no-repeat;
}

/*book ready css*/
.book_ready_div {
  width: 90%;
}

.the_book_previw_div {
  width: 87.4%;
  margin: 20px auto;
  background: url("../img/click_on_book2.png") 10px 220px no-repeat;
}

.div_book_options {
  width: 85%;
  margin: 40px auto;
}

.div_book_options .option1{
  display: inline-block;
  max-width: 290px;
  -webkit-box-shadow: 6px 6px 15px #888888;
  box-shadow: 6px 6px 15px #888888;
  margin-bottom: 30px;
  float:right;
  margin: 15px 7px;
}
.div_book_options .option1 a {
  font-size: 18px;
  color: #d870de;
  text-decoration: none;
  display: block;
  line-height: 40px;
 background: url("../img/dotted3.png") no-repeat scroll 270px center transparent;
 padding: 0 50px 0 0px;
 min-width:300px;
}
.style16 {
 background: url("../img/camera_icon.png") no-repeat scroll left center transparent;
  float: left;
    height: 28px;
    margin: 5px 10px;
    width: 35px;
}
.div_book_options .option2 {
  margin-bottom: 30px;
  float:right;
  width: 200px;
}
.old_the_image{
margin-right: 170px;
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome/fontawesome-webfont.eot?v=4.0.3");
  src: url("../font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../font/fontawesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../font/fontawesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../font/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -70%;
    /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 70%;
    /* 6 columns */
  }
}
.form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-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::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.form-control.input-block {
  width: 100%;
}
.form-control.bordered-boy {
  border: 3px solid #5aafc6;
  border-radius: 3px;
}
.form-control.bordered-girl {
  border: 3px solid #eab2ed;
  border-radius: 3px;
}

textarea.form-control {
  height: auto;
  resize: vertical;
}

label {
  display: inline-block;
  color: #736357;
  font-size: 17px;
  line-height: 1.4em;
  padding-top: 3px;
  padding-bottom: 3px;
}
label a {
  color: #6c6aa6;
}

.form-group {
  margin-bottom: 7px;
}

.checkbox {
  display: block;
  padding-right: 45px;
}
.checkbox .checker {
  float: right;
  height: 37px;
  width: 37px;
  margin-right: -47px;
}
.checkbox .checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  background: none;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  height: 37px;
  padding: 0;
  width: 37px;
}
.checkbox .checker > span {
  background: url("../img/checkbox.png") 0 0 no-repeat;
  cursor: pointer;
  float: right;
  height: 37px;
  width: 37px;
}
.checkbox .checker .checked {
  background-position: 0 -37px;
}
.checkbox.girl .checker > span {
  background-image: url("../img/checkbox-girl.png");
}

.share-line {
  height: 60px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
 .hold-share-box2 {
   display: none;
    margin:none;
 }
}
@media only screen and (max-width: 768px) {
  .share-line {
   height: 5px;
 }
 .share-line .hold-share-box {
    display: none; 
 }
  .hold-share-box2 {
   display: block;
    margin: 20px auto 0;
    position: relative;
    width: 160px;
 }
 .hold_shar_like_button{
  width: 120px;
  margin: 10px auto;
 }
}

.share-line.bordered {
  border-bottom: 2px dotted #D0CECE;
}
.share-line .hold-share-box {
  float: left;
  margin-left: 50px;
  width: 120px;
  margin-top: 10px;
}
.share-line .hold-share-box img {
  margin-top: 10px;
}

.offcanvas-toggle-wrapper {
  padding: 10px;
  position: relative;
  text-align: right;
}
.offcanvas-toggle-wrapper .offcanvas-toggle {
  border: 1px solid #736357;
  background: #ffffff;
  border-radius: 4px;
  display: inline-block;
  font-size: 24px;
  line-height: 33px;
  width: 40px;
  color: #736357;
  text-align: center;
}

.main-nav {
  line-height: 25px;
}
.main-nav > ul {
  padding: 0;
  margin: 0;
}
.main-nav > ul li a {
  display: block;
  padding-right: 15px;
  background: url("../img/star.png") right center no-repeat;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.main-nav > ul li.envelope a {
  padding-right: 0;
  background: none;
}
.main-nav > ul li.close-nav a {
  font-weight: bold;
  padding-right: 0;
  background: none;
}
.main-nav > ul li img {
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .main-nav {
    background-color: #222222;
    background-image: -moz-linear-gradient(#444444, #121212);
    background-image: -webkit-linear-gradient(#444444, #121212);
    background-image: linear-gradient(#444444, #121212);
    -webkit-box-shadow: -2px 2px 3px black;
    box-shadow: -2px 2px 3px black;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: right;
    width: 70%;
    /* 6 columns */
    right: -70%;
    z-index: 40;
  }
  .main-nav > ul li {
    border-top: 1px solid #333333;
    padding: 0 10px;
  }
  .main-nav > ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main-nav {
    bottom: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .main-nav > ul li {
    display: inline-block;
     float: right;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .main-nav {
    background: url("../img/mian-nav-bg.png") top right no-repeat;
    height: 116px;
  }
  .main-nav > ul {
    margin: 90px 370px 0 0;
  }
}

.text-color-girl {
  color: #d870de;
}

.text-color-boy {
  color: #5aafc6;
}

.side-cat-left{
    position: absolute;
    width: 100px;
    height: 95px;
    background-image: url('../img/cat-left.png');
}

.new-book-banner{
    position: absolute;
    height: 91px;
    width: 158px;
    background-image: url('../img/new-banner.png');
}

.new-book-banner.tagit-tokef{
  position: absolute;
  height: 91px;
  width: 158px;
  /*background-image: url('../img/10.4.16_promotion/new_tokef_agada.png');*/
  background-image: url('../img/10.4.16_promotion/ezel.png');
}

.stories-list-item {
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .stories-list-item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .stories-list-item {
    width: 33%;
	float: right;
  }
}
.stories-list-item .wrapper {
  position: relative;
  text-align: left;
  min-height: 325px;
  height: 345px;
  margin: 0 auto 50px;
  padding: 5px;
  max-width: 216px;
  -webkit-box-shadow: 2px 2px 3px #888888;
  box-shadow: 2px 2px 3px #888888;
}
.stories-list-item .photo {
  margin-bottom: 10px;
  text-align: center;
}
.stories-list-item .photo .img-responsive {
  display: inline-block;
}
.stories-list-item .description {
  color: #8d8a89;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: center;
  height: 95px;
}
.stories-list-item .upload-image {
  float: left;
  width: 50%;
  height: 25px;
  line-height: 25px;
}
.stories-list-item .example-book {
  float: right;
  width: 50%;
  height: 25px;
  line-height: 25px;
  text-align: right;
}
.stories-list-item .upload-image a, .stories-list-item .example-book a {
  color: #659b8a;
  font-size: 14px;
  text-decoration: none;
}

.stories-list-item .new-book-banner{
    background-position: -23px -13px;
    background-repeat: no-repeat;
    background-size: 200px auto;
    left: -43px;
    top: -27px;
}

.stories-list-item .new-book-banner.tagit-tokef{
  background-position: 0px -8px;
  background-repeat: no-repeat;
  background-size: 110px auto;
  left: -43px;
  top: -27px;
}


.stories-list-item.new-book-temp .side-cat-left{
    bottom: 15px;
    left: -68px;
} 

.stories-list-item.new-book-temp .description{
    font-size: 17px;
    height: 118px;
}

.stories-list-item.new-book-temp .description p{
    margin: 0;
    line-height: 118px;
}

.question-box {
  min-height: 50px;
  /*max-height: 200px;*/
  /*overflow: hidden;*/
  margin-bottom: 25px;
  font-size: 15px;
  letter-spacing: 1px;
}
.question-box img{
  float:left;
}
@media only screen and (max-width: 992px) {
  .question-box img{
   display:none !important;
}
}


.question-box .question {
  color: #6a5b54;
}
.question-box .reply {
  color: #4ea7c1;
}

.more_books_option_div {
  margin: 10px auto;
}
.more_books_option_div .block-title {
  color: #5b514c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.more-books-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 840px;
}

.more-books-list-item {
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .more-books-list-item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .more-books-list-item {
    width: 33%;
  }
}
@media only screen and (min-width: 992px) {
  .more-books-list-item {
    width: 24%;
  }
}
.more-books-list-item .wrapper {
  background: #ffffff;
  display: block;
  position: relative;
  margin: 0 auto 23px;
  padding: 6px;
  max-width: 180px;
  -webkit-box-shadow: 1px 1px 4px #888888;
  box-shadow: 1px 1px 4px #888888;
}

.paypal-btn-wrapper.paypalimg {
  margin: 50px auto 0px auto;
  max-width: 622px;
  text-align: center;
  border:7px solid #c734cf;
  box-shadow:0px 4px 15px #959191;
}
.paypal-btn-wrapper img {
  display: inline-block;
  max-width: 100%;
}
.paypal-btn-wrapper .text-explanation {
  color: #D870DE;
  font-size: 20px;
  text-align: center;
  max-width: 380px;
}

@media only screen and (min-width: 992px) {
  .paypal-btn-wrapper {
    margin: 120px auto;
  }
  .paypal-btn-wrapper.paymodelist{ margin:50px auto;}
}

/* ====== Portrait ====== */
@media only screen and (min-width: 1100px) {
  .portrait-wrapper {
    -webkit-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.45);
    padding: 20px;
  }
}

#portrait {
  position: relative;
  min-width: 320px;
  text-align: right;
  font-size: 18px;
  color: #222;
  background: #fff;
}
#portrait .left-block {
  position: relative;
  margin-bottom: 20px;
}
#portrait .left-block .description {
  padding: 18px 10px;
  border: 2px dotted #D0CECE;
}
#portrait .left-block .description .select-file {
  background: url(../img/portrait/icon-photocamera.png) #47a5c0 right no-repeat;
  -webkit-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.45);
  box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.45);
  display: block;
  position: relative;
  margin-bottom: 24px;
  padding-right: 58px;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  color:#ffffff;
}
#portrait .left-block .description .select-file .file {
  background: url(../img/portrait/icon-photocamera.png) center no-repeat;
  cursor: pointer;
  display: inline-block;
  float: right;
  overflow: hidden;
  position: relative;
  width: 48px;
  height: 40px;
}
#portrait .left-block .description .select-file:hover {
  -webkit-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.65);
  box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.65);
}
#portrait .left-block .description input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}
#portrait .left-block .control {
  display: table;
  margin-top: 30px;
  width: 100%;
}
#portrait .left-block .control .cells-row {
  display: table-row;
}
#portrait .left-block .control .cells-row .cell {
  display: table-cell;
  padding: 4px 10px;
}
#portrait .left-block .control .cells-row .cell:nth-child(2) {
  width: 50px;
  text-align: left;
}
#portrait .left-block .control .cells-row .cell:nth-child(1) {
  text-align: right;
}
#portrait .right-block {
  position: relative;
  margin-bottom: 20px;
}
#portrait .right-block #portrait-canvas {
	display: inline-block;
	max-width: 640px;
	width: 640px; height: 500px;
	
	background-image: -moz-linear-gradient(left, #ffffff, #f9fafa);
	background-image: -webkit-linear-gradient(left, #ffffff, #f9fafa);
	background-image: linear-gradient(to right, #ffffff, #f9fafa);
	-webkit-box-shadow: -3px 2px 9px 0px rgba(50, 50, 50, 0.65);
	box-shadow: -3px 2px 9px 0px rgba(50, 50, 50, 0.65);
}
#portrait .right-block .canvas-wrapper {
	position: relative;
	padding-bottom: 54px;
	text-align: center;

	-ms-transform-origin:		100% top;
	-webkit-transform-origin:	100% top;
	-moz-transform-origin:		100% top;
	-o-transform-origin: 		100% top;
	transform-origin: 			100% top;
}
#portrait .right-block .canvas-btn {
  font-size: 20px;
  position: absolute;
  color: #ffffff;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  padding:0px 5px 0 12px;
  background:#79bdd1;
  border: 2px solid white;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.47);
-moz-box-shadow:    3px 3px 4px 0px rgba(50, 50, 50, 0.47);
box-shadow:         3px 3px 4px 0px rgba(50, 50, 50, 0.47);
}
#canvas-overlay {
	display: none;
	position: absolute;
	top: 0; left: 0; right: 0;
	margin: 0 auto;
	width: 640px; height: 500px;
	
	line-height: 400px;
	text-align: center;
	font-size: 36px;
	color: #444;
	
	background: rgba( 255,255,255, 0.7 );
}

#portrait .right-block .photo-previews .preview {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#portrait .right-block .photo-previews .preview img {
  -webkit-box-shadow: 2px 2px 0 0 #d8d8d8, 0px 0px 3px 0 #d8d8d8;
  box-shadow: 2px 2px 0 0 #d8d8d8, 0px 0px 3px 0 #d8d8d8;
  display: block;
  height: 93px;
  text-decoration: none;
  position: relative;
  width: 93px;
}
#portrait .right-block .photo-previews .preview .fa {
  color: #6ab0c4;
  position: absolute;
  left: -3px;
  top: -2px;
  z-index: 1;
}
#portrait .right-block .photo-previews .preview .title {
  margin-top: 3px;
  color: #79bdd1;
  font-size: 18px;
}
#portrait .right-block .photo-previews .preview.left {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  #portrait .right-block .photo-previews .preview.left {
    float: left;
  }
}
#portrait .control-block {
  position: relative;
  margin-top: 20px;
}
#portrait .control-block .portrait-save, #portrait .control-block .right {
  margin-bottom: 10px;
}
#portrait .control-block .right {
  text-align: right;
  position: relative;
  padding-right: 40px;
}
#portrait .control-block .right label {
  background: url(../img/portrait/icon-plus.png) center no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 42px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 5px;
  width: 38px;
}
#portrait .control-block .right input {
  display: none;
  opacity: 0;
  cursor: pointer;
}

#portrait .ui-checkbox {
	display: inline-block;
	margin: 4px;
	width: 22px; height: 22px;
	vertical-align: middle;
	line-height: 22px;
	
	font-size: 28px;
	color: #6d6154;
	cursor: pointer;
	
	border: 2px solid #6d6154;
}

#portrait .hidden {
	position: absolute;
	width: 0; height: 0;
	overflow: hidden;
}

#portrait .portrait-save {
  -webkit-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.45);
  box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.45);
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  padding: 5px 48px 5px 10px;
  line-height: 20px;
  cursor: pointer;
  background:#47a5c0;
  color:#ffffff;
  letter-spacing: 0.5px;
}
#portrait .portrait-save:hover {
  -webkit-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.65);
  box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.65);
}
#portrait .portrait-save .icon {
  position: absolute;
    right: 0px;
    top: -10px;
}
#portrait .bottom-block {
  margin-top: 88px;
  line-height: 40px;
}


/* Icons */
	#portrait .control-icon {
		display: inline-block;
		width: 42px; height: 42px;
		
	}

	#portrait .control-icon-rotate {
		background: url(../img/portrait/control-rotate2.png) center no-repeat #fff;
	}
	#portrait .control-icon-zoom {
		background: url(../img/portrait/control-zoom2.png) center no-repeat #fff;
	}
	
	

/* Control */
#portrait .table.control {
    margin-top: 50px;
    width: 100%;
    border: none;
}
    #portrait .left-block table.control tr td { padding: 0 10px; }

    #portrait .left-block table.control tr td:nth-child(2) {
        width: 50px;
        text-align: left;
    }
    #portrait .left-block table.control tr td:nth-child(1) {
        text-align: right;
    }

#portrait .left-block .control {
    position: relative;
    margin-top: 30px;
}



#portrait .control img,
#portrait .control label {
  vertical-align: middle;
}

#portrait img {
  border: none;
}

#portrait a {
  text-decoration: none;
}

/* ====== Slider ====== */
	.psdev-s {
		display: inline-block;
		position: relative;
		padding: 18px 10px 0 10px;
		width: 100%; height: 41px;
		
		vertical-allign: middle;

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	
		.psdev-s input {
			position: absolute;
			top: 2px;
			width: 60px; height: 16px;
			line-height: 16px;
			
			text-align: center;
			font-size: 12px;
			color: #444;
			
			border: none;
			background: rgba( 111,111,111, 0.3 );
		}
			.psdev-s input:focus {
				background: rgba( 200,200,200, 0.9 );
			}
		
		
		.psdev-s .psdev-s-input {
			 left: 10px; 
		}

		.psdev-s .psdev-s-line {
			position: relative;
			height: 4px; width: 100%;
			border-radius: 3px;

			background: url(../img/portrait/slider-line.png) center right;
			background-size: contain;
		}
		
			.psdev-s .psdev-s-line .psdev-s-line-click2move {
				position: absolute;
				margin-top: -18px;
				width: 100%; height: 41px;
			}
		
		.psdev-s i {
			position: absolute;
			top: -13px;
			width: 27px; height: 27px;
			border-radius: 3px;

			background: url(../img/portrait/handler-blue.png) center no-repeat;
		}
			
		.psdev-s i div {
			margin-top: -7px;
			width: 100%; height: 41px;
			cursor: pointer;
		}

/* ====== Colors ====== */
.c-pink {
  color: #d870de;
}

.c-blue {
  color: #79bdd1;
}

/* ====== Typography ====== */
.f-large {
  font-size: 28px;
}

.f-big {
  font-size: 22px;
}

.f-medium {
  font-size: 18px;
}

.f-bold {
  font-weight: bold;
}

/* new page about*/
.page-content-about {
    color: #808080;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22px;
}

.hold_img_pep1 {
    float: right;
    width: 245px;
}

.page-content-about p {
    clear: both;
    width: 82%;
	margin-right: 20px;
}
.f_left {
    float: left;
}
.f_right {
    float: right;
}
.s_max_w {
    max-width: 600px;
}

.page-content-price .prices {
  min-height: 600px;
}
.page-content-price .div_text_delivery {
  margin-top: 30px;
}


/*-------------WRITE US--------------------*/
.writeuspage .page-heading{ border-top:1px dotted #b4b2b2; border-bottom:1px dotted #b4b2b2; height:auto; color:#d34379;}
.writeuspage .page-heading h3{ font-size:30px; color:#d34379; padding:2px 0px;}
.page-content-write { background:url(../img/wrtie-bg.jpg) left 100px no-repeat; padding-top:120px !Important; padding-bottom:30px !Important}
.page-content-write p{font-size:30px; color:#d34379; padding-bottom:32px;}
.page-content-write p span{font-size:36px; color:#5fbbd6;}


@media only screen and (min-width: 768px) {
  .page-content-price .div_text_delivery {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .page-content-price .div_text_delivery {
    width: 85%;
  }
}
.page-content-price .box5_bg {
  -webkit-box-shadow: -10px 0 12px 2px lightgray;
  box-shadow: -10px 0 12px 2px lightgray;
  padding: 5px;
}
.page-content-price .style3 {
   color: #6cb3c7;
   font-size: 24px;
}
.page-content-price .style4 {
  color: #786f6b;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 22px;
}
.page-content-price .style5 {
  color: #6cb3c7;
  letter-spacing: 1px;
  font-size: 16px;
}
.page-content-price .style6 {
  color: #d159d9;
  letter-spacing: 1px;
  font-size: 14px;
}
.page-content-price .hold_image_books_type {
  margin-top: 40px;
}
.page-content-price .m_top30 {
  margin-top: 30px;
}

.p-contact .bg2 {
  background: transparent url("../img/bg_contact.jpg") no-repeat center top;
  min-height: 740px;
}
.p-contact .contact {
  color: #da3fe4;
  font-size: 16px;
  max-width: 526px;
  min-height: 454px;
  margin: 56px auto 0;
  position: relative;
}
.p-contact .contact a {
  color: #6a5b54;
  text-decoration: none;
  font-weight: bold;
}
.p-contact .box2 {
  height: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .p-contact .box2 {
    padding-right: 50px;
  }
}
.p-contact .top150 {
  margin-top: 150px;
}
.p-contact .all_text2 {
  max-width: 450px;
}
@media only screen and (min-width: 768px) {
  .p-contact .all_text2 {
    margin-right: 50px;
  }
}
.p-contact .text2 {
  color: #2c9fc0;
  font-size: 20px;
}
.p-contact .p20_right {
  padding-right: 20px;
}

.p-success .success {
  padding-top: 10px;
}
.p-success .div_success_text {
  height: 200px;
  border-bottom: 1px dotted gray;
  border-top: 1px dotted gray;
}
.p-success .div_success_text h5 {
  background: url("../img/dotted2.png") no-repeat scroll right center transparent;
  color: #71A7B5;
  font-size: 22px;
  letter-spacing: 1px;
  margin: 30px auto;
  padding-right: 22px;
  width: 36%;
}

.page-content-hakdasha .do_not_wont_div {
  line-height: 40px;
  color: #47a5c0;
  font-size: 18px;
  text-align: center;
}
.page-content-hakdasha .do_not_wont_div a {
  color: #47a5c0;
}
.page-content-hakdasha .col-left {
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-content-hakdasha .col-left {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-content-hakdasha .col-left {
    min-height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .page-content-hakdasha .back_div {
     float: right;
    margin-top: 100px;
  }
}
.page-content-hakdasha .back_div a {
  margin-top: 20px;
  color: #d870de;
  font-size: 20px;
  text-decoration: none;
}
.page-content-hakdasha .hakdasha_idea_div {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .page-content-hakdasha .hakdasha_idea_div {
    height: 240px;
  }
}
@media only screen and (min-width: 992px) {
  .page-content-hakdasha .hakdasha_idea_div {
    margin-top: 110px;
    margin-right: 30px;
    width: 70%;
  }
}
.page-content-hakdasha .adapted_text_hakdasha {
  color: #979391;
  font-size: 18px;
  letter-spacing: 1px;
  padding-right: 7px;
  line-height: 35px;
}
.page-content-hakdasha .examhakdasha_div {
  height: 51px;
  margin: 15px auto 10px;
  width: 91px;
}
@media only screen and (min-width: 420px) {
  .page-content-hakdasha .examhakdasha_div {
    float: right;
    width: 28%;
  }
}
.page-content-hakdasha .div_book_ready {
  height: 139px;
  position: relative;
  width: 140px;
}
@media only screen and (min-width: 768px) {
  .page-content-hakdasha .div_book_ready {
    left: 50px;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .page-content-hakdasha .div_book_ready {
    position: relative;
    bottom: -30px;
  }
}

.page-content-save-pdf .save_pdf_text_wrapper {
  border-bottom: 2px dotted #D0CECE;
  position: relative;
  margin: 0 -15px;
  padding: 0 15px;
}
.page-content-save-pdf .save_pdf_text1, .page-content-save-pdf .save_pdf_text2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0 25px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-content-save-pdf .save_pdf_text1, .page-content-save-pdf .save_pdf_text2 {
    padding: 25px;
    margin: 0;
  }
}
.page-content-save-pdf .save_pdf_text1 {
  color: #d34aa1;
}
.page-content-save-pdf .save_pdf_text2 {
  color: #7faebf;
}
.page-content-save-pdf .hold_pic_pdf_decoration {
  position: relative;
  top: -120px;
  left: 40px;
  float: left;
}
.page-content-save-pdf .form_save_pdf {
  min-height: 300px;
  margin-top: 40px;
}
.page-content-save-pdf input.femail_pdf {
  -webkit-box-shadow: 0 0 5px 1px #888888;
  box-shadow: 0 0 5px 1px #888888;
  width: 200px;
  height: 25px;
}
.page-content-save-pdf .div_mail_send {
  margin-top: 20px;
}
.page-content-save-pdf .div_text_and_field {
  color: #5AAFC6;
  font-size: 17px;
}

.form-hazmanatsefer {
  font-size: 18px;
  margin-bottom:40px;
}
.form-hazmanatsefer label {
  font-size: 18px;
  padding: 0;
}
.form-hazmanatsefer .form-top {
  margin-bottom: 50px;
}
.form-hazmanatsefer .shadow-box {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  padding: 15px;
  margin-bottom: 20px;
  max-width: 320px;
}
.form-hazmanatsefer .shadow-box .form-group {
  margin-bottom: 40px;
}
.form-hazmanatsefer .shadow-box .form-group:last-child {
  margin-bottom: 0;
}
.form-hazmanatsefer .shadow-box .title {
  font-size: 20px;
  font-weight: normal;
}
.form-hazmanatsefer .form-middle-box > .wrapper {
  max-width: 900px;
  margin: 0 auto 40px;
}
.form-hazmanatsefer .form-middle-box hr {
  border-bottom: 1px dotted #adabab;
  margin: 0 -15px 35px;
}
.form-hazmanatsefer .bordered-form-box {
  border: 2px dashed #d8d1cf;
  margin-bottom: 40px;
  padding: 10px;
  position: relative;
}
.form-hazmanatsefer .bordered-form-box .star {
  position: absolute;
  top: -10px;
  right: -10px;
}
.form-hazmanatsefer .bordered-form-box .title {
  font-size: 20px;
  font-weight: normal;
}
.form-hazmanatsefer .bordered-form-box .row {
  margin-left: -5px;
  margin-right: -5px;
}
.form-hazmanatsefer .bordered-form-box .row .col-sm-4, .form-hazmanatsefer .bordered-form-box .row .col-sm-5, .form-hazmanatsefer .bordered-form-box .row .col-sm-6, .form-hazmanatsefer .bordered-form-box .row .col-sm-7 {
  padding-left: 5px;
  padding-right: 5px;
}
.form-hazmanatsefer .form-inline-box {
  line-height: 2.2em;
}
.form-hazmanatsefer .form-inline-box .items-title, .form_save_pdf .form-inline-box .items-title {
  margin-bottom: 5px;
  vertical-align: middle;
  font-size: 20px;
}
.form-hazmanatsefer .form-inline-box .form-group,
.form_save_pdf .form-inline-box .form-group {
  margin-bottom: 5px;
  vertical-align: middle;
}
.form_save_pdf #catefield{ margin-bottom:40px;}
@media only screen and (min-width: 768px) {
  .form-hazmanatsefer .form-inline-box .items-title, .form-hazmanatsefer .form-inline-box .form-group,
  .form_save_pdf .form-inline-box .items-title, .form_save_pdf .form-inline-box .form-group{
    display: inline-block;
	}
	
	
}
.form-hazmanatsefer .form-inline-box label {
  font-size: 18px;
}
.form-hazmanatsefer .form-inline-box .help-text {
  font-size: 18px;
}

body {
  background:#f2e2c8 url("../img/bg2.jpg") left 335px no-repeat;
  direction: rtl;
  min-width: 320px;
}
body.p-home {
  background: url("../img/main.jpg") left top repeat;
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .p-success .div_success_text {
		height: 60px;
	}
	
	.p-success .div_success_text h5 {
		margin: 20px auto;
		width:80%;
		font-size:20px
	}
}

.page-header {
  background: url("../img/header_bg.png") left top repeat;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.page-header .header-top {
  background: white url("../img/header-bg.jpg") left top no-repeat;
  height: 337px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-header .header-top {
    position: relative;
  }
}
.page-header .logo {
  background: #ffffff;
  border-color: #000000;
  border: 2px solid rgba(0, 0, 0, 0.6);
  text-align: right;
  display: inline-block;
  padding: 10px;
  margin-top: 15px;
}
.page-header .logo a {
  text-decoration: none;
  color: #384253;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1.2px;
}
@media only screen and (min-width: 992px) {
  .page-header .logo {
    background: none;
    border: none;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 10px;
    right: 10px;
    z-index: 2;
  }
}
.page-header .slogan {
  font-size: 22px;
  margin: 0;
}

.page-main {
  background: #ffffff;
  min-height: 450px;
}
.page-main:before, .page-main:after {
  content: " ";
  display: table;
}
.page-main:after {
  clear: both;
}

.page-heading {
  background: transparent;
  color: #7faebf;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 70px;
  padding: 0 15px;
  position: relative;
  height:8px;
}
.banner-girls-bg{
 background: #a11443;
}
.banner-boys-bg{
 background: #226a78;
}
.page-heading .title {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-heading .title {
    text-align: right;
  }
}
.page-heading.girl {
  color: #d34aa1;
}
.page-heading.with-price {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-heading.with-price {
    padding-right: 180px;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .page-heading .hold-price-achel {
    position: absolute;
    right: 10px;
    top: -45px;
  }
  .f-large {
    font-size: 19px;
	font-weight: normal;
	letter-spacing: 0.8px;
}
}

.page-content {
  padding: 0 15px;
}

.page-footer {
  border-top: 2px dotted #D0CECE;
  background: #fff;
  padding:10px 15px 10px;
}
.page-footer a {
  color: #8f8c8c;
  font-size: 12px;
  text-decoration: none;
}
.page-footer .terms, .page-footer .devloper_div {
  margin-top: 10px;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none;
}

.dialog-hidden, .elem-hidden {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

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

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.underlined {
  text-decoration: underline;
}

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

@media only screen and (max-width: 640px) {
  .f-large {
    font-size: 20px;
}
.style65{
 font-size:16px !important;
}
}
.notsuport{

  background-image: linear-gradient(to right, #FFFFFF, #F9FAFA);
    box-shadow: -3px 2px 9px 0 rgba(50, 50, 50, 0.65);
    display: block;
	margin:2px auto;
}

.style65{
 font-size:28px;
 color:#7FAEBF;
 padding:20px;
}
.span6{
 font-size:22px;
 color:#d962e0;
 font-weight:bold;

}

.span5{
 font-size:17px;
 color:#d962e0;
 font-weight:bold;
}
.span4{
 font-size:14px;
 color:red;
 letter-spacing:1px;
 direction:rtl;
}
.span2{
 font-size:14px;
 color:#6a5b54;
 margin:0 ;
 padding:0;
 line-height:25px;
}
.text_hakdasha_div{
  max-width:422px;
  margin: 0 auto;
}
.cat {
    position: relative;
    right: -68px;
    top: 295px;
    z-index: 10;
}
.text_hakdasha_div form .hakstyle{
 /*padding:10px;
 border: 2px solid #47a5c0;
 -moz-box-shadow: inset 0 0 5px #888;
-webkit-box-shadow: inset 0 0 5px#888;
box-shadow: inset 0 0 5px #888;*/

    height: 549px;
    padding: 20px;
    width: 422px;
	background:transparent url('../img/bg_hakdasha.jpg') left top no-repeat;
	border:none !important;
	resize: none;
}
.pic33 {
    margin-right: 20px;
}

img.oldwomen{
  width:200px;
  margin-bottom:60px;
}
.previw_wrapp {
    border-bottom: 2px dotted #939090;
}
.hold_preview_pic {
    margin: 0 auto;
    max-width: 433px;
}
.booksum_input{
  margin-right: 10px;
  width: 70px;
}
.booksum_lable{
  margin-right: 10px;
  width: 100px;
}
.booksum_div{
padding-right: 15px !important;
}
.form-hazmanatsefer .shadow-box .booksum_div_wrapp{
margin-bottom: 20px !important;
}
#discount_code{
 max-width:40% !important;
}
.checkbox.newradio{ padding-right:0px; padding-left:25px;}
.newradio input[type="radio"] {display:none;}
.newradio input[type="radio"] + label span {display:inline-block;  height:37px; vertical-align:middle; background:url("../img/checkbox-girl.png") right top no-repeat; cursor:pointer; padding-right:45px;}
.newradio input[type="radio"]:checked + label span {background:url("../img/checkbox-girl.png") no-repeat; background-position: right -37px;}

.span2.newspan{ font-size:18px;}
.span2.newspan span{ color:#d159d9;}
.tanzilaform{ padding:42px 20px 25px 20px;}
.tanzilaform h3, h3.payplpay{ color:#c364c8; font-size:34px; text-align:right; padding-right:15px; margin-bottom:40px;}
.tanzilaform input.form-control{ height:30px;}
.tanzilaform .form-group{ margin-bottom:32px;}
.tanzilaform label.control-label{ font-size:24px;}
.col-sm-5.carddate{ margin:0px; padding:0px;}
.col-sm-6.carddate{ margin:0px 28px 0px 0px; padding:0px 0px 0px 0px;}
.col-sm-5.carddate select, .col-sm-6.carddate select{ width:100%; height:30px; font-size: 14px; line-height: 1.42857; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.4); box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.4); -webkit-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;}
.trazilabutton{ text-align: center;}
.trazilabutton input{ background:#FFF; border:none; font-size:36px; color:#4aa6c1; box-shadow:1px 0px 15px #959191; display:inline-block; padding:7px 55px; font-weight:bold;}

.mainformp{ padding:50px 20px 10px 40px;}
.mainformp input{ height:30px;}
.mainformp .form-group{ margin-bottom:17px;}
.mainformp .col-sm-8, .mainformp .col-sm-9{ padding-left:5px; padding-right:5px;}

.payment_methord_buttons{ border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; padding-top:10px; padding-right:30px; margin-top:20px;}

@media only screen and (max-width: 992px) {
  #discount_code {
   max-width:100% !important;
 }
}
.hold_cant_upload_div{
     color: #47a5c0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 10px;
    text-align: right;
}
.hold_move_image_div{
  position: absolute;
    right: 10px;
	bottom: 5px;
    z-index: 10;
	color:#8E877D;
}
.fl_right{
 float:right;
}
.fl_left{
 float:left;
  line-height: 30px;
}
.facbook_text{
 margin-top:-10px;
  color:#5877CE;
  font-weight:600;
}
.faqPage{
margin-top: -90px;
}
 @media only screen and (max-width: 768px) {
.faqPage{
    margin-top: 0px;
 }
}
.cf div.example-book{
 color:#659b8a;
}

.page-heading .hold-gender-banner {
    position: absolute;
    right: 200px;
    top: -25px;
}
@media only screen and (max-width: 768px) {
 .hold-gender-banner{
   right:0 !important;
 }
 .page-heading .hold-price-achel {
    position: absolute;
    left: 0px;
    top: -65px;
  }
  .page-heading .hold-price-achel img {
    width:130px;
	height:auto;
  }
}
.title-14 {
    color: #5b514c;
    font-size: 18px;
    letter-spacing: 0.5px;
	text-align:center;
}


