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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}


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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width:100%;
}

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

figure {
  margin: 0;
}

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

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

*,
*: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: rgba(0, 0, 0, 0);
}

body {
  font-family: "ProximaNovaSoft-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background: #f0ede9 url(/theme/fr/images/bg.png) no-repeat center bottom;
}
::-webkit-input-placeholder {
 color:#313131!important;
}
::-moz-placeholder {
 color:#313131!important;
}
:-ms-input-placeholder {
 color:#313131!important;
}
input:-moz-placeholder {
 color:#313131!important;
}

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

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

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

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

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

.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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

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

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

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

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

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

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

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

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

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

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

blockquote {
    background: none repeat scroll 0 0 #FCFCFB;
    border-radius: 4px 4px 4px 4px;
    color: #707070;
    float: left;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 30px;
    margin: 15px 0 30px;
    padding: 35px 50px;
    text-align: center;
    width: 100%;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

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

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.container:after {
  clear: both;
}

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

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

.row:after {
  clear: both;
}

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

.row:after {
  clear: both;
}

.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}


table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

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

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

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

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

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

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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 {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

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

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

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 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;
}

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

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

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

.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

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

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

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

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

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

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

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

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

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

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

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

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

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

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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-top-right-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-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-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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 .caret {
  margin-left: 0;
}

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.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-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[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.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

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

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

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

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

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

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

.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;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

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

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

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

.tabbable:after {
  clear: both;
}

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

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

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

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

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

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

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

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.navbar-static-top {
  border-width: 0 0 1px;
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

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

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

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

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

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

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

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

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

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

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

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
    float: left;  text-align:center; width:100%
}
.pagination > li {
  
    margin-right: 10px; display:inline-block
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
	border:solid 1px #d2d2d2;
    color: #313131;
   
    font-family: ProximaNovaSoft-Regular;
    font-size: 12px;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 5px 15px;
    position: relative;
    text-decoration: none;
	
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s; display:inline-block
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #FFFFFF; background:#19988b
}
.pagination > li > a.selected{ color: #FFFFFF; background:#19988b}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
 color: #FFFFFF; background:#19988b
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

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

.pager:after {
  clear: both;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

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

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

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

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

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

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

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

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  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: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

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

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

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-group {
    float: left;
    width: 100%;
}
.panel-title {
    color: #707070;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
}
.panel-title > a {
    background: none repeat scroll 0 0 #FAF9F9;
    border: 0 none;
    color: inherit;
    display: block;
    padding: 13px 30px;
    width: 100%;
	position:relative;
}
.panel-title > a.accordion-toggle{
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #D1D7DC;
}
.panel-title > a.collapsed {
    background: none repeat scroll 0 0 #FAF9F9;
    border: 0 none;
}
.panel-title > a:after {
    background: url("/theme/fr/images/signs.png") no-repeat scroll 6px -19px #E7E1E1;
    border-radius: 4px 4px 4px 4px;
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.panel-title > a.collapsed:after {
    background: url("/theme/fr/images/signs.png") no-repeat scroll 6px 9px #E7E1E1;
}


.panel-body > p {
    margin-bottom: 0;
    margin-top: -5px;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}


.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  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;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.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 {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -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;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  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);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

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

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

.clearfix:after {
  clear: both;
}

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

.affix {
  position: fixed;
}

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

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

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

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  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-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  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-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

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

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

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

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

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

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

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

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

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

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

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

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

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

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

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

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

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

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

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

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

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

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

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

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

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

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

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

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

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

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

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

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

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

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

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

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

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










/***************************************************************************
1. General Style
2. Top Bar
3. Header
4. Logo
5. Menu
6. Our Causes Carousel
7. Donate Us Box
8. Testimonials
9. Our Projects
10. HomePage 2
11. Donate Us Box
12. Video
13. Welcome Box
14. Successful Stories
15. Recent Events
16. Home Page 3
18. Donate Bar
19. Our Causes
20. Message Box
21. Recent Events 
22. Charity Video
23. Footer Styling
24. People Reviews
25. Flickr Widget
26. Contact us
27. Newsletter.
28. Footer Bottom Strip
29. Search Result Found Page
30. Search Result Not Found Page
31. Gallery Two Column
32. Gallery Four Column
33. Error 404 
34. About Us
35. Blog Page With Sidebar
36. Single Post With Image
37. Single Post With Video
38. Single Post With Slider
39. Project Single Post
40. Contact Page
41. Events Page
42. Elements Page
43. Cart Page
44. Featured Product Page
45. Checkout Page
46. Order Recieved Page
47. Sidebar
48. Sidebar Search
49. Popular Posts
50. Cloud Tags
51. Sidebar lists
52. Sidebar Video
53. Sidebar Gallery
54. Slider Style
55. Side Panel
***************************************************************************/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2a496a");

  
@font-face {font-family: 'ProximaNovaSoft-Medium';src: url('2A496A_0_0.eot');src: url('2A496A_0_0.eot?#iefix') format('embedded-opentype'),url('2A496A_0_0.woff') format('woff'),url('2A496A_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaSoft-Semibold';src: url('2A496A_1_0.eot');src: url('2A496A_1_0.eot?#iefix') format('embedded-opentype'),url('2A496A_1_0.woff') format('woff'),url('2A496A_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaSoft-Bold';src: url('2A496A_2_0.eot');src: url('2A496A_2_0.eot?#iefix') format('embedded-opentype'),url('2A496A_2_0.woff') format('woff'),url('2A496A_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaSoft-Regular';src: url('2A496A_3_0.eot');src: url('2A496A_3_0.eot?#iefix') format('embedded-opentype'),url('2A496A_3_0.woff') format('woff'),url('2A496A_3_0.ttf') format('truetype');}


/*** GENERAL STYLE  ***/
body,ul,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	list-style:none;
	letter-spacing:0.2px;
}
.theme-layout {
    
	display:inline-block;
	width:100%;
    padding-bottom:50px;
}
.theme-layout.boxed {
    margin:0 auto;
    width:1230px;
    display:block;
    overflow:hidden;
    position:relative;
    z-index:0;
    background:none repeat scroll 0 0 #f0ede9;

    -webkit-box-shadow:0 0 10px #000000;
    -moz-box-shadow:0 0 10px #000000;
    -ms-box-shadow:0 0 10px #000000;
    -o-box-shadow:0 0 10px #000000;
    box-shadow:0 0 10px #000000;
}
/*** TOP BAR ***/
#top-bar {
    float:left;
    width:100%;
    background-color:#19988b;
    margin:0;
	z-index:1;
	position:absolute; border-bottom:3px solid #fff; padding-top:7px
}
#top-bar ul {
    margin:0;
}
#top-bar li{
    float:left;
    margin-right:73px;
    padding:12px 0 12px;
	color:#9d9b9b;
    font-family:'ProximaNovaSoft-Semibold',sans-serif;
    font-size:13px;
    list-style:none outside none;
}
#top-bar li:last-child{
	margin-right:0;
}
#top-bar li i {
    font-size:13px;
    margin-right:5px;
}
#top-bar ul li {
 margin-right: 2px;
padding: 12px  6px;
 font-family: 'ProximaNovaSoft-Regular',sans-serif;
font-size: 11px;
list-style: none outside none;
}
#top-bar ul li a{ display:block
}

#top-bar ul li.on, #top-bar ul li:hover, #top-bar ul li:focus { background:#fff
}





.search-box{
	float:right;
    margin:4px 0;
	width:180px;
}
.search-input{
	float:left;
    width:100px;
    height:20px;
    padding-right:10px;
	 
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;margin-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
height: 30px;
background: #46aca2!important;
color: #313131!important;margin-bottom: 20px;
font-family: ProximaNovaSoft-Regular;
font-size: 12px;
background: none repeat scroll 0 0 #FAFAFA;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; padding-left:5px; border:none!important; margin-bottom:0
}
.search-input:hover,
.search-input:focus{
    width:130px;
	padding-left:10px;
	border:1px solid #b0afaf;
	text-align:left;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;	
}
.submit-button{
	background:url("/theme/fr/images/search-icon.png") no-repeat scroll 2px  4px transparent;
    border:0 none;
    float:right;
    height:20px;
    padding:0;
    width:20px;
	margin-left:6px;
	
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}

/*** Header  ***/

header{
    float:left;
    width:100%;
	background-color:#f0ede9;
	z-index:1;
	
    position:absolute; min-height:160px;-moz-box-shadow: 0px 2px 2px 0px #424242;
-webkit-box-shadow: 0px 2px 2px 0px #424242;
-o-box-shadow: 0px 2px 2px 0px #424242;
box-shadow: 0px 2px 2px 0px #424242;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#424242, Direction=180, Strength=2);
   
}
header .container{ top:38px; position:relative}
header #top-bar .container{ top:0px}
/*** LOGO ***/
.logo {
    background:url("/theme/fr/images/logo-border.png") no-repeat scroll center 75px transparent;
    float:left;
    padding:19px 0 14px; margin-left:-6px
}
.logo img{
	float:left;
}
.logo h1 {
    float:left;
    font-family:ProximaNovaSoft-Semibold;
    font-size:36px;
    font-weight:600;
    letter-spacing:-0.25px;
    line-height:50px;
    margin-left:10px;

    -webkit-text-shadow:0 1px 1px #A1A1A1;
    -moz-text-shadow:0 1px 1px #A1A1A1;
    -ms-text-shadow:0 1px 1px #A1A1A1;
    -o-text-shadow:0 1px 1px #A1A1A1;
    text-shadow:0 1px 1px #A1A1A1;
}
.logo h1 i{
	font-size:55px;
	font-style:normal;
}	

/*** MENU ***/
.menu{
	float:right;
	margin-right: 0px; position:relative; top:10px
}
.nav-wrap { 
	margin:50px auto; 
	background-color:rgba(0,0,0,0.6); 
	border-top:2px solid white; 
	border-bottom:2px solid white; 
}
.open-menu {
    width:50px;
    height:50px;
    font-size:30px;
    color:#FFFFFF;
    line-height:44px;
    text-align:center;
    z-index:100;
    background:none repeat scroll 0 0 #333333;
    display:none;

    position:absolute;
    top:0;
    right:-50px;
}
.menu-navigation { 
	margin:0 auto; 
	list-style:none; 
	position:relative; 
}
.menu-navigation li {
    float:left;
	position:relative;
}
.menu-navigation > li{
	margin:0 0px; padding:20px 0
}
.menu-navigation li a { 
    float:left;
    padding:5px 15px 35px;
    font-family:"ProximaNovaSoft-Bold";
    font-size:15px;
    font-weight:400;
	color:#000;
    position:relative;
    text-decoration:none;
    z-index:1; max-width:185px;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s; text-align:center; min-height:62px; max-height:62px; vertical-align:middle; text-transform:uppercase; border-right:dashed 2px #b4b2af; border-top:solid 2px #f0ede9; border-left:solid 2px #f0ede9;-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.menu-navigation li.link_1 a , .menu-navigation li.link_2 a , .menu-navigation li.link_3 a , .menu-navigation li.link_4 a { padding-top:15px }
.menu-navigation li.link_6 a {border-right:dashed 0px #b4b2af }
.menu-navigation li.link_1 li a , .menu-navigation li.link_2 li a , .menu-navigation li.link_3 li a,   .menu-navigation li.link_4 li a, 
.menu-navigation li li.link_1 a , .menu-navigation li li.link_2 a , .menu-navigation li li.link_3 a  , .menu-navigation li li.link_4 a { padding-top:13px }

.menu-navigation li:hover > a { 
	color:white;  border-top:solid 2px #fff; border-right:solid 2px #fff;border-left:solid 2px #fff; background:#19988b
}
.menu-navigation > li.actif > a{ 
	color:white;  border-top:solid 2px #fff; border-right:solid 2px #fff;border-left:solid 2px #fff; border-bottom:solid 2px #fff; background:#19988b; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.menu-navigation > li.actif:hover > a{ 
	color:white;  border-top:solid 2px #fff; border-right:solid 2px #fff;border-left:solid 2px #fff; border-bottom:solid 0px #fff; background:#19988b; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}


.menu ul li ul {
    width:230px;
    border-top:3px solid;
    display:none;
    float:left;
    background:#19988b none;
	z-index:2;

    position:absolute;
    left:0;
    top:78px;
	
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
border-radius: 5px;
border-top-left-radius: 0; border:solid 2px #fff; border-top:nonezoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;	visibility:hidden; 
}

.menu-navigation > li:hover ul, .menu-navigation > li:focus ul{ display:block; 
	filter: alpha(opacity=100);
	opacity: 1;   visibility: visible;}
	



.menu ul li ul ul{ display:none!important}
.menu-navigation li ul li {
    width:100%; padding:0
}
.menu-navigation li ul li{
	position:relative;
}
.menu-navigation > li li:after,
.menu-navigation > li li.actif:after {
    display:none!important
}
.menu-navigation li li a:before,
.menu-navigation > li.actif > li a:before, .menu-navigation > li > li.actif a:before {
    display:none!important
}

.menu-navigation li ul li a {
    width:100%;
	padding:15px 25px;
    color:#fff;
    font-family:ProximaNovaSoft-Regular;min-height: inherit!important; max-width: inherit!important; text-align:left; border:none!important
}.alerte {
	margin: 20px 0;
	color:#333;
	font-weight:bold; 
}
.erreurs {
	color:#fff;
	background:#DF3F52;
	padding:10px;
	margin:5px 0 30px 0;
}
.erreur {
	color:#f00;
	font-weight:bold;
}
.erreurs .erreur {
	color:#fff;
	font-weight:bold;
}
.menu-navigation li ul li a {
    width:100%;
    padding:13px 15px; 
    color:#fff; text-transform:inherit; font-family:"ProximaNovaSoft-Semibold";
    
     
}
.menu ul li ul li ul {
    float:left;
    width:230px;
    border-top:3px solid;
    display:none;
    background:none repeat scroll 0 0 #fff;

    position:absolute;
    left:230px;
    top:-3px;

    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.menu ul.mega-menu {
    width: 460px;
}
.menu ul.mega-menu li ul{
	left:100%;
}
.menu-navigation li .mega-menu > li {
    width: 50%;
}
.menu ul li ul li ul.drop-right{
	left:-230px;
}
.ipadMenu {
    color: #7C7C7C;
    float: right;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 12px;
    margin: 30px 0;
    width: 275px !important;
	display:none;	margin-top:45px; padding:3px; font-size:19px; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


.block{
	float:left;
    width:100%;
    margin:30px 0 0;
	position:relative;
}
.sec-heading{
	border-bottom:1px solid #D3D2D2;
    float:left;
    width:100%;
    padding-bottom:15px;
	position:relative;
}

.sec-heading h2 {
    color:#7c7c7c;
    font-family:ProximaNovaSoft-Semibold;
    font-size:20px;
    font-weight:300;
    line-height:14px;
	position:relative;
}
.sec-heading h2:before {
    content:"";
    height:0;
    width:0;
    border-bottom:8px solid #D3D2D2;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
	
    position:absolute;
    left:15px;
    bottom:-15px;
}
.sec-heading h2:after {
    content:"";
    height:0;
    width:0;
    border-top:8px solid #D3D2D2;
    border-left:7px solid transparent;
    border-right:7px solid transparent;

    position:absolute;
    left:15px;
    bottom:-23px;
}
.sec-heading h2 strong{
    font-weight:400;
}

/*** Our Causes Carousel ***/
.our-causes{
	float:left;
    margin-top:22px;
}
.list_carousel2 {
    float:left;
	position:relative;
}
.list_carousel2 li {
    float:left;
}
.pager {
    position:absolute;
    right:0;
    top:-70px;
}
#pager > a {
    float:left;
    height:16px;
    width:16px;
	color:transparent;
    margin:0 2px;
    border:4px solid #fff;
    background:none repeat scroll 0 0 #c8c7c7;
	
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
}	
#pager > a.selected{
    background:none repeat scroll 0 0 #fff;
	border-color:#777676;
}
.causes-image{
	float:left;
	height:358px;
	width:254px;
    position:relative;
	overflow:hidden;
	margin-right:30px;
}
.causes-image:last-child{
	
	
}
	
.causes-image img{
	width:100%;
	height:100%;

	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-0-border-radius:3px;
	border-radius:3px;
}
.cause-heading{
    width:100%;
    padding-bottom:21px;
    padding-top:21px;
    border-bottom:2px solid #797978;
	background:#199689;

    position:absolute;
    bottom:0px;

	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.cause-heading h3 {
    padding:0 5px;
    font-family:"ProximaNovaSoft-Semibold";
    font-size:18px;
    
    color:#fff; margin-bottom:0; padding-bottom:0
}
.cause-heading p {
    margin:5px 0 0;
    padding:0 5px;
    color:#fff;
    font-family:"ProximaNovaSoft-Regular";
    font-size:14px;
 
    line-height:16px;
}
.cause-heading span {
    color:#2d2d2d;
    font-size:15px;
    margin-left:10px;
}
.cause-heading span i{
	color:#616161;
	font-size:19px;
	font-style:normal
}
.our-causes-hover{
    height:96%;
    width:96%;
	padding:20px 5px;
	background:#fff;

    position:absolute;
    left:2%;
    top:2%;

    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;

    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);

    -webkit-transition:all 0.3s ease 0.1s;
    -moz-transition:all 0.3s ease 0.1s;
    -ms-transition:all 0.3s ease 0.1s;
    -o-transition:all 0.3s ease 0.1s;
    transition:all 0.3s ease 0.1s; color:#19978a
}
.our-causes-hover h3 {
   
    padding:0 ;
    font-family:"ProximaNovaSoft-Semibold";
    font-size:18px;
    
    color:#19978a; margin-bottom:0; padding-bottom:10px
	 
}
.our-causes-hover a {
   
    padding:5px 0 ;
    font-family:"ProximaNovaSoft-Semibold";
    font-size:14px;
    
    color:#19978a; text-decoration:underline  
	 
}
.our-causes-hover a:hover, .our-causes-hover a:focus {
   
   text-decoration: none  ; color:#ec6608
	 
}
.our-causes-hover > span{
    width:100%;
    color:#2d2d2d;
    float:left;
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    line-height:11px;
    margin-bottom:30px;
    font-weight:600;
}
.our-causes-hover span i {
    font-style:normal;
}
.our-causes-hover p {
    float:left;
    width:100%;
    margin-bottom:35px;
    margin-top:-7px;
    color:#2D2D2D;
    font-family:ProximaNovaSoft-Regular;
    font-size:13px;
    line-height:20px;
}
.our-causes-hover span.help {
    font-size:14px;
    font-weight:300;
    line-height:13px;
    margin-bottom:0;
}
.help > strong {
    font-size:16px;
}
.our-causes-hover span.needed-amount {
    font-size:20px;
    line-height:31px;
    margin-bottom:0;
    margin-top:10px;
    text-align:right;
}
.needed-amount span {
    color:#7D7C7C;
    font-size:28px;
}
.causes-image:hover .our-causes-hover{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}	
.causes-image:hover .cause-heading{
	bottom:-100px;
}

/*** Donate Us Box ***/
.donate-us-box{
    float:left;
    width:270px;
	padding:55px 35px 31px;
    margin-top:22px;
	background-image:url('/theme/fr/images/map-bg.png');
	background-color:#777676;
	background-repeat:no-repeat;
	background-position:50% 50%;"
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.donate-us-box h5 {
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:17px;
    font-weight:500;
    line-height:12px;
    margin-bottom:35px;
    text-align:center;
    text-transform:uppercase;
}

.donate-us-box span {
    float:left;
    width:100%;
    display:block;
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    line-height:10px;
    text-align:center;
}
.donate-us-box span.amount-figures {
    float:left;
    margin:10px 0 20px;
    padding:9px 20px;
    display:block;
    font-family:ProximaNovaSoft-Regular;
    font-size:16px;
    line-height:14px;
    text-align:center;
    background:none repeat scroll 0 0 #393838;
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.donate-us-box span.cell {
    float:left;
	margin-bottom:28px;
	margin-top:5px;
    font-family:ProximaNovaSoft-Regular;
    font-size:17px;
    color:#FFFFFF;
    font-weight:400;
    text-align:center;
    text-transform:uppercase;
}
.cell i {
    margin-right:10px;
}
.donate-us-box a.donate-btn {
	background-image:linear-gradient(bottom, rgb(240,240,240) 15%, rgb(255,255,255) 81%);
	background-image:-o-linear-gradient(bottom, rgb(240,240,240) 15%, rgb(255,255,255) 81%);
	background-image:-moz-linear-gradient(bottom, rgb(240,240,240) 15%, rgb(255,255,255) 81%);
	background-image:-webkit-linear-gradient(bottom, rgb(240,240,240) 15%, rgb(255,255,255) 81%);
	background-image:-ms-linear-gradient(bottom, rgb(240,240,240) 15%, rgb(255,255,255) 81%);
	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, rgb(240,240,240)),
		color-stop(0.81, rgb(255,255,255))
	);
	


	display:table;
    margin:0 auto;
    padding:10px 0;
    color:#666666;
    width:110px;
	font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
    line-height:10px;
    text-align:center;
	
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	border-radius:50px;
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.donate-us-box a.donate-btn:hover {
	width:90px;
}

/*** Testimonials ***/
.testimonial{
	float:left;
    width:100%;
    margin-top:100px;
	background:url("/media/422/a.jpg") repeat scroll 0 0;  min-height:320px
}
.slideshow {
	position:relative;
}
.slideshow p {
    float:left;
    margin-bottom:0;
    margin-top:38px;
    color:#FFFFFF;
    font-family:Source Sans Pro;
    font-size:15px;
    line-height:27px;
    text-align:center;
}
.slideshow li.slide {
    list-style-type:none;
}
.slideshow .slides {
	height:185px;
	margin:0;
}
.slideshow .slides li.slide {
	visibility:hidden;

	position:absolute;
	left:0px;
	top:0;
}
.slideshow .buttons {
    display:table;
    margin:0 auto 20px;
    z-index:100;
}
.slideshow .buttons li {
    float:left;
    height:12px;
    width:12px;
    display:inline;
    margin:0 0 0 8px;
    background:none repeat scroll 0 0 rgba(255,255,255,0.9);
	
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;	
}
.slideshow ul.buttons li.actif a:hover,
.slideshow ul.buttons li.actif {
	border:2px solid #4B4B4B;
	height:16px;	
	width:16px;
}

.carusal-image-thumb img {
    height:100px;
    width:100px;
    float:left;
    border:4px solid #FFFFFF;
	
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
}

.carusal-image-thumb {
    display:table;
    margin:-44px auto 0;
    min-width:270px;
}
.carusal-image-thumb strong {
    float:left;
	margin-left:10px;
    color:#414040;
    font-family:ProximaNovaSoft-Semibold;
    font-size:15px;

    position:relative;
    top:75px;
}
.carusal-image-thumb-name {
    float:left;
    margin-left:5px;
    color:#FFFFFF;
    display:block;
    font-family:ProximaNovaSoft-Semibold;
	font-weight:500;

    position:relative;
    top:75px;
}

.carusal-slider{
	float:left;
    margin-top:34px;
}
#carousel span, #thumbs a, #thumbs img {
    float:left;
    width:100%;
}
#carousel-wrapper {
    float:left;
	width:100%;
}

#thumbs-wrapper {
    float:left;
	width:100%;
    padding:20px 27px 0px;
    position:relative;
	background:none repeat scroll 0 0 #dedcdc;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;

    -webkit-box-shadow:0 2px 0 #DEDEDE;
    -moz-box-shadow:0 2px 0 #DEDEDE;
    -ms-box-shadow:0 2px 0 #DEDEDE;
    -o-box-shadow:0 2px 0 #DEDEDE;
    box-shadow:0 2px 0 #DEDEDE;
}
#thumbs img{
	border:2px solid #f8f7f7;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
#thumbs a {
	margin:0 10px;
	overflow:hidden;
	float:left;
}
#thumbs a:hover, #thumbs a.selected {
	border-color:#98d460;
}
#thumbs a img {
    height:80px;
    width:100%;
}
#wrapper img#shadow {
	width:100%;

	position:absolute;
	bottom:0;
}
.carusal-our-news{
    float:left;
	height:20px;
	color:#606060;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    margin-top:7px;
}

.carusal-our-news:hover,
.selected .carusal-our-news {
    color:#2d2d2d;
}	

#prev, #next {
    width:27px;
    margin-top:-13px;
    display:block;
	text-align:center;
	background-color:#BAB9B9;
    background-image:url("/theme/fr/images/sprite.png");

    position:absolute;
    top:49%;
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;	
}
#prev i, #next i {
    color:#FFFFFF;
    line-height:35px;
}
#prev {
	background-position:205px -105px;
    left:0;
}
#next {
	background-position:-154px -34px;
	right:0px;
}	
#prev:hover { 
    background-image:url("/theme/fr/images/sprite.png");
	background-position:205px -105px;
}
#next:hover {
    background-image:url("/theme/fr/images/sprite.png");
	background-position:-154px -34px;
}

#prev.disabled, #next.disabled {
	display:!important;
}


/*** Our Projects ***/
.our-project-box {
    float:left;
    margin-bottom:-50px;
    margin-top:30px;
}
.icon-box{
    float:left;
	height:90px;
    width:90px;
    padding:12px;
    border:1px solid #DDDCDC;
    color:#DDDCDC;
    font-size:48px;
    text-align:center;
	position:relative;
	overflow:hidden;
    background-clip:border-box;
    background-color:#FFFFFF;
	
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;

	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.our-project-box .row > div{
	padding-bottom:50px;
}
.project-detail {
    float:left;
    margin-left:3%;
    width:62%;
}
.project-detail a {
    display:block;
    padding-bottom:10px;
    line-height:11px;
    color:#656565;
    font-family:source sans pro;
    font-weight:600;
	
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    -o-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
}
.project-detail:hover a{
	color:#2d2d2d;
}
.project-detail p {
    color:#818181;
    font-family:ProximaNovaSoft-Regular;
    font-size:12px;
    letter-spacing:0.2px;
}
.icon-box i {
    line-height:67px;
	color:#a5a4a4;
	text-shadow:0 -1px 1px #3e3e3e;

	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.need {
    width:100%;
    height:100%;
    padding:10px;
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:10px;
    font-weight:bold;

    position:absolute;
    left:0;
    top:0;
	
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.our-project-box .row > div:hover .need{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.need p span{
	font-size:14px;
}
.need > a {
    background:none repeat scroll 0 0 #FFFEFE;
    color:#AEAFAE;
    font-weight:normal;
    padding:3px 8px;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}



/*** ////HOME PAGE 2 STYLE/////////
///////////////////////////////////////////////////////// ***/

.nine-column {
    float:left;
    width:870px;
    margin-left:-15px;
    margin-right:-15px;
}
.three-column {
    float:left;
    width:270px;
    margin-left:-15px;
    margin-right:-15px;
}

/*** Donate Us Box ***/
.donate-us {
    float:left;
    width:100%;
    padding:20px;
	margin-bottom:30px;
    background:url("/theme/fr/images/map-bg.png") no-repeat scroll center 0 #777676;
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.donate-us > h3 {
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:14px;
    text-align:center;
    text-transform:uppercase;
}
.donate-us > span {
    float:left;
    width:100%;
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Regular;
    font-size:12px;
    line-height:10px;
    margin-top:10px;
    text-align:center;
}
.collected {
    float:left;
    width:50%;
    margin-top:10px;
}
.collected > p {
    color:#FFFFFF;
    display:block;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
    line-height:10px;
    margin:0 0 10px;
}
.collected > span {
    color:#FFFFFF;
    display:table;
    font-family:ProximaNovaSoft-Regular;
    line-height:12px;
    margin:0 auto;
    padding:6px 20px;
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.d-now {
    float:left;
    width:50%;
    margin-top:28px;
    text-align:center;
}

.d-now .donate-btn {
	background-image:linear-gradient(bottom, rgb(240,240,240) 15%, rgb(255,255,255) 81%);
	background-image:-o-linear-gradient(bottom, rgb(240,240,240) 15%, rgb(255,255,255) 81%);
	background-image:-moz-linear-gradient(bottom, rgb(240,240,240) 15%, rgb(255,255,255) 81%);
	background-image:-webkit-linear-gradient(bottom, rgb(240,240,240) 15%, rgb(255,255,255) 81%);
	background-image:-ms-linear-gradient(bottom, rgb(240,240,240) 15%, rgb(255,255,255) 81%);

	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, rgb(240,240,240)),
		color-stop(0.81, rgb(255,255,255))
	);
    color:#666666;
    display:table;
    font-family:ProximaNovaSoft-Semibold;
    font-size:10px;
    line-height:10px;
    margin:0 auto;
    padding:8px 15px;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.d-now .donate-btn:hover {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}

/*** Video ***/
.video {
    float:left;
    width:100%;
    overflow:hidden;
    position:relative;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.video > img {
    width:100%;
}
.video > span {
    width:100%;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    padding:10px 20px;
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    line-height:10px;

    position:absolute;
    bottom:0;
    left:0;
}
.video span.play-video {
    width:50px;
    height:50px;
    padding:0;
    left:40%;
    top:30%;
    text-align:center;
    background:none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;

	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
	-ms-transition:all 0.2s ease 0s;
	-o-transition:all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
}
.video span.play-video i {
    color:#AFAFAF;
    font-size:22px;
    line-height:52px;
    padding-left:6px;
	
}
.video:hover span.play-video{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}


/*** Welcome Box ***/
.welcome-box {
	float:left;
	margin-left:-15px;
	margin-right:-15px;
    padding:24px ;
    letter-spacing:0.4px;
    position:relative;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px; margin:20px
}
.welcome-box > h2 {
    float:left;
    width:100%;
    margin:0 0 15px;
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:24px;
    font-weight:300;
    line-height:24px;
}
.welcome-box > p {
	float:left;
    width:480px;
    color:#F8F6F6;
	margin-bottom:0;
    font-family:ProximaNovaSoft-Semibold;
    font-size:16px;
    line-height:22px;
    margin-left:40px;
}
.welcome-box span {
    padding:12px 60px;
	margin-top:-20px;
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;

    position:absolute;
    right:0;
    top:50%;
	
    -webkit-border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -ms-border-radius:5px 0 0 5px;
    -o-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px;
}
.six-column {
    float:left;
    width:570px;
    margin-left:-15px;
    margin-right:-15px;
}
.six-column .stories{
	margin:30px 0 0;
	margin-bottom:-30px;
}

/*** Successful Stories ***/
.stroies {
    float:left;
    margin:30px -15px;
	margin-bottom:-30px;
}
.story:first-child {
    margin-left:0;
}
.story:nth-child(4n+5) {
    margin-left:0;
}
.story {
    float:left;
    width:270px;
	min-height:360px;
    margin-bottom:30px;
    margin-left:30px;
    padding-bottom:15px;
	display:block;
    border-bottom:1px dotted #E5E5E5;
}
.story-img {
    margin-bottom:25px;
    overflow:hidden;
    position:relative;

    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.story-img > img {
    width:100%;
}
.story-img:before {
    height:100%;
    width:100%;
    content:"";
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.6);

	opacity:0;
	filter:alpha(opacity=0);

    position:absolute;
    top:0;
    left:0;
	
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
	
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
}
.story-img:hover:before {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);

	opacity:1;
	filter:alpha(opacity=100);
}
.story-img h5 {
    width:100%;
    padding:16px 25px;
    color:#FFFFFF;
    font-family:source sans pro;
    font-size:15px;
    font-weight:600;
    line-height:13px;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);

    position:absolute;
    left:0;
    bottom:0;
	
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.story-img:hover h5 {
	opacity:0;
	filter:alpha(opacity=0);
}
.story-img span {
    width:100%;
    height:100%;
    text-align:center;
    z-index:1000;
    background:url("/theme/fr/images/link-arrow.png") no-repeat scroll center center transparent;

    opacity:0;
	filter:alpha(opacity=0);

    position:absolute;
    top:0;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.story-img:hover  span{
	opacity:1;
	filter:alpha(opacity=100);
}
.story-img span i {
    color:#FFFFFF;
    line-height:45px;
}
.story > p {
    margin-bottom:20px;
    margin-top:-5px;
    color:#777777;
    font-family:ProximaNovaSoft-Regular;
    font-size:12px;
    letter-spacing:0.2px;
    line-height:20px;
}
.story > h6 {
    color:#ADACAC;
	float:left;
    font-family:ProximaNovaSoft-Semibold;
    font-size:20px;
    line-height:15px;
	position:relative;
}
.story > h6 span {
    font-size:10px;

    position:absolute;
    bottom:-15px;
    right:0;
}
.story > h6 i{
	font-style:normal;
	font-size:24px;
}
.story > span {
    float:left;
    margin-left:20px;
    padding-left:20px;
    border-left:1px dotted #E5E5E5;
    color:#7c7c7c;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
    line-height:30px;
}
.story > span i{
	margin-right:10px;
}
.list_carousel4 {
    float:left;
    margin-top:30px;
    position:relative;
}
.list_carousel4 li {
    float:left;
}
.list_carousel4 .pagi {
    right:0;
    top:-65px;
}
.list_carousel4 .pagi.prev {
    right:30px;
}

/*** Recent Events ***/
.recent-event {
    float:left;
	width:100%;
    margin:30px 0;
}
.recent-event-img {
    overflow:hidden;
	position:relative;
	width:100%;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.recent-event-img > img {
    width:100%;
}
.recent-event-img:before {
    content:"";
    height:100%;
    width:100%;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.9);

    position:absolute;
    left:0;
    top:0;
	
	opacity:0;
	filter:alpha(opacity=0);

	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	transform:scale(0.5);
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.recent-event-img:hover:before {
	opacity:1;
	filter:alpha(opacity=100);
	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.recent-event-img span {
    border:1px solid #E2E0DF;
    height:45px;
    left:45%;
    position:absolute;
    text-align:center;
    top:20%;
    width:45px;	

	opacity:0;
	filter:alpha(opacity=0);
	
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.recent-event-img:hover span{
    top:40%;
	opacity:1;
	filter:alpha(opacity=100);
}
.recent-event-img span i {
    color:#E2E0DF;
    line-height:43px;
}
.recent-event > h4 {
    margin:20px 0 10px;
    font-family:source sans pro;
    font-size:16px;
    font-weight:600;
    line-height:15px;
}
.recent-event > h4 a{
    color:#707070;
}
.recent-event > ul {
    float:left;
    width:100%;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
}
.recent-event li {
    float:left;
    line-height:13px;
    margin-right:30px;
}
.recent-event li a{
    color:#929292;
}
.recent-event li a span{
	color:#7c7c7c;
}
.recent-event li i {
    margin-right:10px;
}
.recent-event.previous-event {
    float:left;
    width:270px;
    margin:0 30px 0 0;
}
.recent-event.previous-event:last-child{
	margin-right:0;
}
.previous-event .recent-event-img > img {
    width:auto;
}
.previous-event .recent-event-img {
    float:left;
    width:auto;
}
.previous-event .recent-event-img:before,
.previous-event .recent-event-img span {
	display:none;
}
.recent-event.previous-event > h4 {
    float:left;
    margin-left:10px;
    margin-top:10px;
    font-size:14px;
	width:55%;
}
.recent-event.previous-event > ul {
    float:left;
    width:150px;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
    margin-left:10px;
}
.recent-event.previous-event ul li {
    margin-bottom:10px;
    margin-right:0;
}

/*** ////HOME PAGE 3 STYLE/////////
///////////////////////////////////////////////////////// ***/

/*** Donation Bar ***/
.donation-bar {
    float:left;
	margin-left:-15px;
	margin-right:-15px;
    overflow:hidden;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.amount {
	width:187px;
	padding:30px 0;
    background:none repeat scroll 0 0 #666666;
}
.amount p {
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    line-height:10px;
    text-align:center;
}
.amount span {
    margin:0 auto;
    padding:5px 18px;
    color:#FFFFFF;
    display:table;
    font-family:ProximaNovaSoft-Regular;
    font-size:16px;
    background:none repeat scroll 0 0 #8C8C8C;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.amount span strong {
    font-size:18px;
    line-height:10px;
}
.amount.pull-right span {
    background:none repeat scroll 0 0 #98D460;
}
.donate-now {
    float:left;
    width:795px;
	position:relative;
    border-left:2px solid #B0B0B0;
    border-right:2px solid #B0B0B0;
	padding:0 48px;
	z-index:1;
    background:url("/theme/fr/images/map-bg.png") no-repeat scroll center 11px #777676	;
}


.donate-button {
    width:168px;
    padding:22px 0;
    margin:28px auto;
	position:relative;
	display:table;
	background:#98d460;
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:16px;
    font-weight:600;
    text-align:center;
    line-height:13px;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
}
.donate-button:hover {
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}
 .donate-button:hover,.donate-button:focus {
    color:#FFFFFF;
    text-decoration:none;
}




/*** Our Cause ***/
.our-cause-sec{
	margin-left:-15px;
	margin-right:-15px;
}
.sec-title {
    width:100%;
    margin-bottom:30px;
    display:inline-block;
}
.sec-title h1 {
    float:left;
    padding-left:15px;
    font-family:ProximaNovaSoft-Semibold;
    font-size:36px;
    font-weight:500;
    line-height:28px;
    margin:0;
    position:relative;
}
.sec-title h1 span {
    font-weight:300;
}
.sec-title h1:before {
    content:"";
    height:100%;
    width:5px;
	
    position:absolute;
    left:0;
    top:0;
}
.sec-title h1:after {
    content:"";
    height:1px;
    width:50%;

    position:absolute;
    right:-55%;
    top:50%;
}

.cause-image {
    float:left;
    width:100%;
    overflow:hidden;
    position:relative;
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;	
}
.cause-image > img {
    width:100%;
}
.meta {
    float:left;
    width:180px;
    padding:34px 0;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    text-align:center;
    position:absolute;
    bottom:0;
}
.meta > span {
    color:#DBDBDB;
    display:block;
    font-family:ProximaNovaSoft-Semibold;
    line-height:12px;
}
.meta span i {
    font-style:normal;
}

.cause-title {
    width:990px;
    border-left:1px solid #D4D2D2;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);

    position:absolute;
    bottom:0;
    left:180px;
}
.cause-title h2 {
    float:left;
    margin:0;
    padding:30px;
    color:#FFFFFF;
    font-family:Source Sans Pro;
    font-size:18px;
    font-weight:600;
}
.details {
    float:left;
    width:100%;
    margin-top:40px;
}
.needed-amount {
    float:left;
    width:300px;
    text-align:center;
}
.needed-amount > h5 {
    display:table;
    margin:0 auto;
    line-height:57px;
    color:#ADACAC;
    font-family:ProximaNovaSoft-Semibold;
    font-size:58px;
    position:relative;
}
.needed-amount > h5 i {
    font-size:60px;
    font-style:normal;
    font-weight:normal;
}
.needed-amount > h5 span {
    color:#929292;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    font-weight:normal;
    line-height:12px;

    position:absolute;
    bottom:-20px;
    right:0;
}
.details > p {
    float:left;
    width:840px;

    color:#818181;
    font-family:ProximaNovaSoft-Regular;
    font-size:13px;
    line-height:22px;
    margin-bottom:0;
	margin-top:-6px;
}


.causes-carousel {
    float:left;
    position:relative;
    margin-top:35px;
	overflow:hidden;
    width:100%;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}

.cause-tabber {
    float:left;
	border:0;
}
.causes-carousel .caroufredsel_wrapper{
	width:100%!important;
}
.cause-tabber li {
    margin-bottom:0;
	float:left;
}

.cause-tabber li:last-child{
	margin-right:0;
}
.cause-tabber li a img{
	width:100%;
	height:100%;
}
.nav.cause-tabber li a, .nav.cause-tabber li a:hover, .nav.cause-tabber li a:focus {
	float:left;
    width:370px;
	height:153px;
    padding:0;
	margin-right:30px;
	border:0;
	overflow:hidden;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;

    border-radius:5px;
}
.cause-tabber li a span {
    width:90%;
    padding:5px 10px 5px 10px;
    color:#E6E6E6;
    font-family:Source Sans Pro;
    font-size:15px;
	text-align:center;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);

    position:absolute;
    left:0;
    bottom:0;
	
    -webkit-border-radius:0px 4px 0 0;
    -moz-border-radius:0px 4px 0 0;
    -ms-border-radius:0px 4px 0 0;
    -o-border-radius:0px 4px 0 0;
    border-radius:0px 4px 0 0;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}

.cause-tabber li a:hover span, .cause-tabber li.actif a span {
    background:none repeat scroll 0 0 transparent;
    z-index:1;

    position:absolute;
    bottom:50%;
    left:5%;
}
.cause-tabber li.actif a span:before {
	display:none;
}
.cause-tabber li a:after {
    width:100%;
    height:100%;
    content:"";
	background:rgba(0,0,0,0.5);

    position:absolute;
    left:0;
	top:0;
	
	opacity:0;
	filter:alpha(opacity = 0);

	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.cause-tabber li a:hover:after, 
.cause-tabber li.actif a:after{
	opacity:1;
	filter:alpha(opacity = 100);
}
.cause-tabber li a span i {
    bottom:-20px;
    display:table;
    position:absolute;
    right:50%;
	opacity:0;
	filter:alpha(opacity = 0);

    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);

	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.cause-tabber li.actif a span i{
	opacity:1;
	filter:alpha(opacity = 100);
}




.causes-pagi {
    width:50px;
    color:#9D9D9D;
    font-size:36px;
    height:100%;
    line-height:150px;
    text-align:center;
	z-index:1;
    background:none repeat scroll 0 0 rgba(255, 255, 255, 0.9);

    position:absolute;
    top:0;
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.causes-pagi:hover{
    color:#fff;
}
.causes-pagi.next{
	right:-50px;	
}
.causes-pagi.prev{
	left:-50px;
}
.causes-carousel:hover .causes-pagi.next{
	right:0;	
}
.causes-carousel:hover .causes-pagi.prev{
	left:0;
}

/*** Message Box ***/
#layerslider-container-fw{
	position:relative;
}
.message-box {
    bottom:2px;
    position:absolute;
    right:50px;
    width:360px;
}
.message-box-title {
    width:222px;
	float:right;
    z-index:1;
	overflow:hidden;
	cursor:pointer;

    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -ms-border-radius:3px 3px 0 0;
    -o-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.message-box-title > span {
	float:left;
    width:45px;
    text-align:center;
	margin-right:10px;
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}

.message-box-title span i {
    color:#FFFFFF;
    font-size:12px;
    line-height:34px;
}
.message-box-title > p {
    float:left;
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    line-height:34px;
    margin-bottom:0;
	font-weight:700;
}
.message-box-title > i {
    color:#FFFFFF;
    float:right;
    font-weight:bold;
    line-height:34px;
    margin-right:10px;
}


.message-form {
	display:none;
	float:left;
    padding:33px;
	border-left:2px solid;
	border-right:2px solid;
    background:none repeat scroll 0 0 #FFFFFF;
}
.message-form > p {
    color:#A7A6A6;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
    margin-bottom:20px;
}
.message-form form input.form-control,
.message-form form input.form-control:focus {
    background:none repeat scroll 0 0 #F6F6F6;
    border:0 none;
    color:#A5A5A5;
    font-family:ProximaNovaSoft-Regular;
    font-size:11px;
    font-weight:bold;
    margin-bottom:12px;
    text-transform:uppercase;
	
    -webkit-box-shadow:1px 1px 2px #B3B3B3 inset;
    -moz-box-shadow:1px 1px 2px #B3B3B3 inset;
    -ms-box-shadow:1px 1px 2px #B3B3B3 inset;
    -o-box-shadow:1px 1px 2px #B3B3B3 inset;
    box-shadow:1px 1px 2px #B3B3B3 inset;
}
.message-form form textarea.form-control,
.message-form form textarea.form-control:focus {
    background:none repeat scroll 0 0 #F6F6F6;
    border:0 none;
    color:#A5A5A5;
    font-family:ProximaNovaSoft-Regular;
    font-size:11px;
    font-weight:bold;
    margin-bottom:12px;
    text-transform:uppercase;
	
    -webkit-box-shadow:1px 1px 2px #B3B3B3 inset;
    -moz-box-shadow:1px 1px 2px #B3B3B3 inset;
    -ms-box-shadow:1px 1px 2px #B3B3B3 inset;
    -o-box-shadow:1px 1px 2px #B3B3B3 inset;
    box-shadow:1px 1px 2px #B3B3B3 inset;
}
.submit-btn {
    padding:5px 30px;
    border:0 none;
    color:#FFFFFF;
    float:right;
    font-family:ProximaNovaSoft-Regular;
    font-size:11px;
    font-weight:600;
    line-height:10px;
    text-transform:uppercase;
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.message-box-title.opened {
    width:100%;
}



/*** Recent Events ***/
.event {
    float:left;
    margin-bottom:30px;
    margin-right:30px;
    width:270px;
}
.event:last-child{
    margin-right:0;
}
.event-thumb {
    float:left;
    overflow:hidden;
	position:relative;
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.event-thumb > img {
    width:100%;
}
.counter {
    width:100%;
    text-align:center;

    position:absolute;
    left:0;
    top:40%;
}
.counter > div > div, .counter > div > span {
    color:#FFFFFF;
    float:left;
    font-family:ProximaNovaSoft-Regular;
    font-size:27px;
}
.counter > div {
    display:table;
    margin:0 auto;
}
.counter > div > span{
	margin:0 4px;
}
.counter span.position {
    float:left;
    width:14px;
    font-family:ProximaNovaSoft-Regular;
    font-stretch:semi-condensed;
    overflow:hidden;
    text-align:center;
}
.countSeconds {
    padding:0 5px;
}

.event-intro {
    float:left;
    width:100%;
}
.event-intro > h5 {
    font-family:Source Sans Pro;
    line-height:10px;
    margin:20px 0 15px;
}
.event-intro > h5 a{
    color:#656565;
}
.event-intro > h5 a:hover{
    color:#2d2d2d;
}
.event-intro > a {
    color:#929292;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
    margin-bottom:2px;
    margin-right:30px;
}
.event-intro > a span{
    color:#7c7c7c;
}
.event-intro > a i {
    margin-right:10px;
}



/*** Charity Video ***/
.charity-video {
    margin-right:-15px;
}
.desc {
    float:left;
    width:285px;
}
.desc > h3 {
    font-family:ProximaNovaSoft-Semibold;
    font-size:16px;
    font-weight:normal;
}
.desc > h3 a{
    color:#656565;
}
.desc > h3 a:hover{
    color:#2d2d2d;
}
.desc > p {
    color:#818181;
    font-family:ProximaNovaSoft-Regular;
    font-size:12px;
    line-height:20px;
    margin-top:20px;
}
.image {
    float:right;
    overflow:hidden;
	position:relative;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.image:before {
    content:"";
    width:94%;
    height:94%;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);

	opacity:0;
	filter:alpha(opacity = 0);

    position:absolute;
    left:3%;
    top:3%;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.image:hover:before{
	opacity:1;
	filter:alpha(opacity = 100);
}
.image > a {
	width:40px;
	height:40px;
    border:1px solid #FCFBFA;
    text-align:center;

    position:absolute;
    top:42%;
    left:43%;

	opacity:0;
	filter:alpha(opacity = 0);
	
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
	
	-webkit-transform:scale(2);
	-moz-transform:scale(2);
	-ms-transform:scale(2);
	-o-transform:scale(2);
	transform:scale(2);
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.image:hover a{
	color:#FCFBFA;
	opacity:1;
	filter:alpha(opacity = 100);

	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.image a i {
    line-height:37px;
}


/*** //// FOOTER STYLING ///////
///////////////////////////////////////////// ***/
footer {
    float:left;
    width:100%;
    overflow:hidden;
    padding:20px 0 30px;
	position:relative;
    background:#dcd9d5;
	 
}
 
footer .container {
    padding:0;
}
.footer-widget-title {
    float:left;
    width:100%;
	padding-top:5px;
	margin-bottom:20px;
    overflow:hidden;
    position:relative;
}
.footer-widget-title h4 {
    color:#404040;
    
    font-family:"ProximaNovaSoft-Semibold";
    font-size:16px;
     line-height:20px;
    text-transform:uppercase;
	position:relative; border-bottom: solid 3px #19988b; padding-bottom:6px; display:block
}
 footer img.piadresse{ float:left; width:21px; margin-right:10px;  margin-top:-6px; margin-bottom:20px}
 footer img.piadresse.mtop{ margin-top:5px}
 footer .contact-details li{ font-size:12px; color:#404040; font-family:"ProximaNovaSoft-Regular"; clear:both; overflow:hidden; width:auto; padding-bottom:25px}
 footer .contact-details li strong{ font-size:16px; color:#404040; font-family:"ProximaNovaSoft-Semibold"; display:inline-block; width:86%}
 footer .contact-details li p{ display:inline; float:none!important}
 footer .contact-details li a{  color: #404040; text-decoration:underline  }
 footer .contact-details li a:hover,  footer .contact-details li a:focus{  color:#ec6608; text-decoration:none  }
/*** People Reviews ***/
.footer_carousel {
    float:left;
	position:relative;
}
.footer_carousel li {
    float:left;
    width:270px;
	margin-right:10px;
	padding-left:0px;	color:#404040;
}
.footer_carousel li strong {
    color:#404040; font-size:16px; padding-bottom:5px; display:block
}
.footer_carousel li .from {
    color:#404040; font-size:14px;  display:block
}

#pager2 {
    bottom:-15px;
    margin:0;

    position:absolute;
    right:0;
    top:auto;
}
#pager2.pager a {
    float:left;
    height:5px;
    width:15px;
    background:none repeat scroll 0 0 #36938e;
    margin-right:5px;
	color:transparent;
}
#pager2.pager a.selected{
	background:#e97a2c;
}
.review {
    float:left;
   
    position:relative;	color:#404040; min-height:180px
}
 h6 a{ 	color:#ec6608;
}
.caroufredsel_wrapper{color:#404040; height:360px!important}
.footer_carousel .caroufredsel_wrapper{ height:310px!important}
.review > p {
    padding-bottom:10px;
    padding-left:15px;
    margin-bottom:0;
    border-left:1px solid #6F6F6F;
    	color:#404040;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    letter-spacing:0.2px;
    line-height:24px;
	position:relative;
}
.review i {
    float:left;
    margin-right:5px;
    padding-left:15px;
    color:#fff;
    font-size:46px;
    font-style:normal;
    font-weight:bold;
    line-height:45px;
}
.from {
    color:#404040;
    font-family:"ProximaNovaSoft-Semibold";
    font-size:14px;	
	float:left;
}
.from h6 {
	color:#404040;
     
}
/*** Flickr Widget ***/
.flickr-images {
    float:left;
    margin-bottom:-20px;
    margin-left:-20px;
}
.flickr-images > a {
    float:left;
    width:74px;
    height:75px;
    margin-bottom:20px;
    margin-left:20px;
    overflow:hidden;
	position:relative;
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.flickr-images > a  img{
	width:100%;
	height:100%;
}
.flickr-images > a:before {
    content:"";
    height:100%;
    width:100%;

    position:absolute;
    top:0;
    left:0;

	opacity:0;
	filter:alpha(opacity = 0);

	-webkit-transition:all 0.3s ease 0.1s;
	-moz-transition:all 0.3s ease 0.1s;
	-ms-transition:all 0.3s ease 0.1s;
	-o-transition:all 0.3s ease 0.1s;
	transition:all 0.3s ease 0.1s;
}
.flickr-images > a:hover:before{
	opacity:1;
	filter:alpha(opacity = 100);
	
	-webkit-transition:all 0s ease 0s;
	-moz-transition:all 0s ease 0s;
	-ms-transition:all 0s ease 0s;
	-o-transition:all 0s ease 0s;
	transition:all 0s ease 0s;
}

/*** Contact Us ***/
.contact-details {
    float:left;
    list-style:none outside none;
}
.contact-details li span {
    float:left;
    width:100%;
    color:#CCCCCC;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    font-weight:600;
    line-height:12px;
    margin-bottom:10px;
}
.contact-details li span i{
	margin-right:10px;
}
.contact-details li p {
    float:left;
    width:100%;
    color:#404040;
    font-family:"ProximaNovaSoft-Regular";
    font-size:14px;
    margin-bottom:25px;
}

/*** Newsletter ***/
.newsletter {
    float:left;
    padding:0 20px;
	position:relative;
	
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    -ms-border-radius:0 0 3px 3px;
    -o-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
}
.newsletter > h4 {
	float:left;
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:20px;
}
.newsletter > h4 {
    color:#FFFFFF;
    float:left;
    font-family:ProximaNovaSoft-Semibold;
    font-size:20px;
    line-height:16px;
    margin-bottom:30px;
}
.newsletter > p {
    float:left;
    margin-bottom:25px;
    margin-top:-5px;
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
}
.newsletter input, 
.newsletter input:focus {
    height:30px;
    margin-bottom:20px;
    border:0 none;
    color:#323131;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
    line-height:10px;
    background:none repeat scroll 0 0 rgba(255, 255, 255, 0.66);
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;

    -webkit-box-shadow:1px 1px 2px #8D8D8D inset;
    -moz-box-shadow:1px 1px 2px #8D8D8D inset;
    -ms-box-shadow:1px 1px 2px #8D8D8D inset;
    -o-box-shadow:1px 1px 2px #8D8D8D inset;
    box-shadow:1px 1px 2px #8D8D8D inset;
}

.alerte {
	margin: 20px 0;
	color:#333;
	font-weight:bold
}
.erreurs {
	color:#fff;
	background:#DF3F52;
	padding:10px;
	margin:5px 0 30px 0;
}
.erreur {
	color:#f00;
	font-weight:bold;
}
.erreurs .erreur {
	color:#fff;
	font-weight:bold;
}

.newsletter:before {
    content:"";
    width:100%;
    height:100%;

    position:absolute;
    left:0;
    top:-100%;
}
.social-bar {
    float:left;
    width:100%;
    padding:20px 19px;
    list-style:none outside none;
}
.social-bar li {
    float:left;
    height:36px;
    width:36px;
    margin-right:11px;
	border-radius:3px;
	overflow:hidden;
}
.social-bar li:last-child{
	margin-right:0;
}
.newsletter-btn {
    float:left;
    width:100%;
    padding:20px;

    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}

.newsletter-btn > input {
    display:table;
    width:80%;
    border:1px solid #C1E4A1;
    color:#323131;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
    margin:0 auto;
    padding:10px;
    text-transform:uppercase;
    background:none repeat scroll 0 0 rgba(255, 255, 255, 0.66);

    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
	
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.newsletter-btn > input:hover {
    font-size:13px;
}

/*** FOOTER BOTTOM STRIP /////////
///////////////////////////////// ***/
.footer-bottom{
    float:left;
    width:100%;
    padding-bottom:24px;
    padding-top:28px;
     
	background:#f0ede9;
}
.footer-bottom p {
    color:#404040;
    float:left;
    font-family:ProximaNovaSoft-Regular;
    font-size:14px;
    line-height:14px;
    margin:0;
}
.footer-bottom p strong {
   
    font-family:ProximaNovaSoft-Semibold;
    
}

.footer-bottom p span {
    color:#404040;
    font-family:ProximaNovaSoft-Regular;
    font-size:14px;
}
.footer-bottom ul {
     
}
.footer-bottom li {
    float:left;
    margin-left:0px; margin-right:10px
}
.footer-bottom a {
    color:#404040;
    font-family:ProximaNovaSoft-Regular;
    font-size:14px;
}

.footer-bottom a:hover {
	color:#ec6608; text-decoration:underline
}
.footer-bottom .right { text-align:right
}
.footer-bottom .col-md-6 p{ margin:20px 0; display:block; width:100%; float:none}


/*** SEARCH RESULT FOUND /////////////
//////////////////////////////////////////////////// ***/
p.chemin{ padding-bottom:20px}
p.chemin a{ color:#19988b; text-decoration:underline}
p.chemin a:hover, p.chemin a:focus{ color:#ec6608;}
 
.top-image {
    float:left;
    height:380px;
    width:100%;margin-top: 72px;
}
.top-image > img {
    height:100%;
    width:100%;
}
.page {
    float:left;
    width:100%;
    margin-top:20px;
    position:relative;
}
.page-title {
    float:left;
    width:100%;
}
.page-title h1 {
    padding:20px 60px;
    color:#2D2D2D;
    float:left;
    font-family:ProximaNovaSoft-Semibold;
    font-size:30px;
    font-weight:500;
    line-height:23px;
    background:none repeat scroll 0 0 #FFFFFF;

    position:absolute;
    top:-122px;
	
    -webkit-border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    -ms-border-radius:10px 10px 0 0;
    -o-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
	
}
.page-title h1 span{
	font-weight:300;
}

.search-tabs {
    border:0 none;
    margin-bottom:30px;
}
.search-tabs li {
    margin-right:10px;
}
.search-tabs li a,
.search-tabs li a:hover
 {
	background-image:linear-gradient(bottom, rgb(247,247,246) 12%, rgb(250,250,249) 56%);
	background-image:-o-linear-gradient(bottom, rgb(247,247,246) 12%, rgb(250,250,249) 56%);
	background-image:-moz-linear-gradient(bottom, rgb(247,247,246) 12%, rgb(250,250,249) 56%);
	background-image:-webkit-linear-gradient(bottom, rgb(247,247,246) 12%, rgb(250,250,249) 56%);
	background-image:-ms-linear-gradient(bottom, rgb(247,247,246) 12%, rgb(250,250,249) 56%);

	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.12, rgb(247,247,246)),
		color-stop(0.56, rgb(250,250,249))
	);

    padding:10px 40px;
    border-color:#E7E7E7;
    border-style:solid;
    border-width:2px 1px 1px;
    color:#8A8989;
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    line-height:10px;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.search-tabs li.actif a,
.search-tabs li.actif a:hover,
.search-tabs li.actif a:focus
 {
	background:none;
    border-color:#E7E7E7;
    border-style:solid;
    border-width:2px 1px 1px;
    color:#fff;
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    line-height:10px;
    padding:10px 40px;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.search-result h3 {
    color:#707070;
    font-family:ProximaNovaSoft-Semibold;
    font-size:16px;
    line-height:13px;
    margin-bottom:30px;
}

.search-image {
    float:left;
    width:270px;
    height:200px;
    margin-right:30px;
    overflow:hidden;
	position:relative;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.search-image img{
	width:100%;
	height:100%;
}
.search-image:before {
    height:100%;
    width:100%;	
    background:url("/theme/fr/images/link-arrow.png") no-repeat scroll center rgba(0, 0, 0, 0.6);
    content:"";
	opacity:0;
	filter:alpha(opacity = 0);

    position:absolute;
    left:0;
    top:0;

	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transform:scale(0.3);
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.search-image:hover:before{
	opacity:1;
	filter:alpha(opacity = 100);

	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.search-detail {
    float:left;
    width:570px;
}

.search-detail > h4 {
    color:#97D360;
    font-family:ProximaNovaSoft-Semibold;
    font-size:22px;
    font-weight:300;
    letter-spacing:0.3px;
    line-height:30px;
    margin-top:10px;
}
.search-detail > h4 a{
    color:#656565;
}
.search-detail > h4 a:hover{
    color:#2d2d2d;
}
.search-detail > p {
    color:#858585;
    font-family:ProximaNovaSoft-Regular;
    font-size:12px;
    letter-spacing:0.2px;
    line-height:20px;
    margin-top:20px;
}



/*** SEARCH RESULT NOT FOUND /////////
///////////////////////////////// ***/
.search-result > p {
    color:#929292;
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    line-height:11px;
    margin:0;
}
.search-bar {
    float:left;
    height:38px;
    width:470px;
	background:#fff;
    border:1px solid #E5E5E5;
    margin-top:30px;
    overflow:hidden;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}




/*** GALLERY TWO COLUMN /////////////
//////////////////////////////////////////////////// ***/
.page .container {
    position:relative;
}

.gallery-tabs {
    float:right;
    border:0 none;
    display:block;
    z-index:0;
}
.gallery-tabs li {
    margin:0 25px 0 0;
}
.gallery-tabs li a, 
.gallery-tabs li a:focus, 
.gallery-tabs li a:hover, 
.gallery-tabs li.actif a, 
.gallery-tabs li.actif a:hover, 
.gallery-tabs li.actif a:focus {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    color:#454545;
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    line-height:10px;
    padding:0;
}
.gallery-tabs li:last-child{
	margin:0;
}
.gallery-content {
    margin:50px -15px 0;
}
.gallery-content .col-md-6{
	margin-bottom:30px;
	float:left;
}
.gallery-content .col-md-4{
	margin-bottom:30px;
	float:left;
}
.gallery-content .col-md-3{
	margin-bottom:30px;
	float:left;
}
.gallery-content .col-md-12{
	margin-bottom:30px;
	float:left;
}
.gallery-image {
    float:left;
    overflow:hidden;
    position:relative;
	width:100%;
	
    border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
}
.gallery-image:before {
    height:100%;
    width:100%;
    background:url("/theme/fr/images/gallery-hover.png") repeat scroll 0 0 transparent;
	background-size:100% 100%;
    content:"";

    position:absolute;
    left:0;
    top:0;

	opacity:0;
	filter:alpha(opacity = 0);
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.gallery-image:hover:before{
	opacity:1;
	filter:alpha(opacity = 100);
}
.gallery-image > span {
    bottom:0;
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
    left:0;
    line-height:10px;
    padding:10px 35px;
    position:absolute;

    -webkit-border-radius:0 3px 0 0;
    -moz-border-radius:0 3px 0 0;
	-ms-border-radius:0 3px 0 0;
    -o-border-radius:0 3px 0 0;
    border-radius:0 3px 0 0;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.gallery-image:hover > span {
    display:table;
    width:200px;
    margin-left:-100px;
    padding:0;
    background:none repeat scroll 0 0 transparent;
    text-align:center;

    bottom:20%;
    left:50%;
}
.gallery-image img {
    width:100%;
}
.image-title {
    float:left;
    width:100%;
    padding:20px;
    background:none repeat scroll 0 0 #FBFAFA;
    font-family:ProximaNovaSoft-Regular;
    font-size:14px;
    font-weight:500;
    line-height:10px;
	
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	-ms-border-radius:0px 0px 4px 4px;
	-o-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}
.image-title  a{
    color:#707070;
}
.image-title  a:hover{
    color:#2d2d2d;
}
.gallery-image .image-lists {
    display:table;
    width:100%;
    margin:0 auto -32px;
	
    position:absolute;
    bottom:50%;

    -webkit-transform:rotateX(90deg);
    -moz-transform:rotateX(90deg);
    -ms-transform:rotateX(90deg);
    -o-transform:rotateX(90deg);
    transform:rotateX(90deg);
	
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;	
}
.gallery-image:hover .image-lists {
    -webkit-transform:rotateX(0deg);
    -moz-transform:rotateX(0deg);
    -ms-transform:rotateX(0deg);
    -o-transform:rotateX(0deg);
    transform:rotateX(0deg)
}
.image-lists > ul {
    display:table;
    margin:0 auto;
}
.image-lists ul > li {
    border:2px solid #878787;
    float:left;
    margin-right:10px;
    overflow:hidden;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.image-lists ul > li:last-child{
	margin-right:0;
}
.image-lists ul > li a{
	float:left;
	position:relative;
}
.image-lists ul > li a:before {
    content:"";
    height:100%;
    width:100%;
    background:url("/theme/fr/images/search.png") no-repeat scroll center;
	opacity:0;
	filter:alpha(opacity = 0);

    position:absolute;
    left:0;
    top:0;
	
	-webkit-transition:all 0.2s ease 0.2s;
	-moz-transition:all 0.2s ease 0.2s;
	-ms-transition:all 0.2s ease 0.2s;
	-o-transition:all 0.2s ease 0.2s;
	transition:all 0.2s ease 0.2s;
}
.image-lists ul > li a:hover:before{
	opacity:1;
	filter:alpha(opacity = 100);

	-webkit-transition:all 0s ease 0s;
	-moz-transition:all 0s ease 0s;
	-ms-transition:all 0s ease 0s;
	-o-transition:all 0s ease 0s;
	transition:all 0s ease 0s;
}


/*** GALLERY FOUR COLUMN /////////////
//////////////////////////////////////////////////// ***/
.gallery-content .col-md-3 .image-title {
    font-size:13px;
    padding:20px 15px;
}


/*** GALLERY WITH SIDEBAR /////////////
//////////////////////////////////////////////////// ***/
.left-content.nine-column .gallery-content {
    margin: 50px 0 0;
}

/*** OUR CAUSES PAGE /////////////
//////////////////////////////////////////////////// ***/
.causes-page {
    margin: 0 -15px;
}
.causes-page .col-md-3 {
}	
.causes-page .col-md-3 .causes-image{
	float:left;
	width:100%;
    margin-bottom: 30px;
}
/*** ERROR 404 /////////////
//////////////////////////////////////////////////// ***/

.error-page {
    text-align:center;
}
.error-page h2 {
    font-family:ProximaNovaSoft-Semibold;
    font-size:225px;
    line-height:180px;
    margin-bottom:48px;
}
.error-page > p {
    color:#C3C3C3;
    font-family:ProximaNovaSoft-Semibold;
    font-size:36px;
    font-style:italic;
    font-weight:bold;
    line-height:25px;
}
.error-page > p span{
    font-weight:500;
    font-size:14px;
}
.error-page-search {
    float:left;
    width:100%;
    margin-bottom:-50px;
	margin-top:50px;
    padding-bottom:55px;
    background:none repeat scroll 0 0 #F8F7F7;
	text-align:center;
}
.error-page-search .search-bar {
    display:block;
    float:none;
    margin:30px auto;
}
.error-page-search h3 {
    color:#707070;
    font-family:ProximaNovaSoft-Semibold;
    font-size:16px;
    font-weight:500;
    line-height:18px;
    margin-bottom:20px;	
    text-transform:uppercase;
}
.error-page-search > p {
    color:#848484;
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    line-height:12px;
    margin-bottom:30px;	
}
.error-page-search > a {
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    line-height:11px;
	padding:5px 20px 5px 0;
}
.error-page-search a img {
    margin-left:10px;
    margin-top:-3px;
}

/*** ABOUT US /////////////
//////////////////////////////////////////////////// ***/
.about-charity {
    float:left;
	width:100%;
    margin:70px -15px 0;
}
.about-charity-desc h2 {
    color:#707070;
    font-family:ProximaNovaSoft-Semibold;
    font-size:20px;
    font-weight:400;
    letter-spacing:0.2px;
    line-height:30px;
    text-transform:uppercase;
}
.about-charity-desc h2 span{
	color:#98d460;
    font-weight:300;
}
.about-charity-desc.col-md-7 > p {
    color:#818181;
    font-family:ProximaNovaSoft-Regular;
    font-size:13px;
    line-height:22px;
    margin-top:20px;
}
.about-charity-desc > ul {
    float:left;
    width:100%;
}
.about-charity-desc.col-md-7 ul li {
    float:left;
    width:113px;
    margin-right:45px;
    padding:35px 0;
    background:url("/theme/fr/images/hexagon-gray.png") no-repeat scroll 0 0 transparent;
    text-align:center;
}
.about-charity-desc.col-md-7 li h6 {
    margin-bottom:10px;
    padding:0 10px;
    font-family:ProximaNovaSoft-Semibold;
    font-size:30px;
    font-weight:300;
    line-height:23px;
}
.about-charity-desc li span {
    float:left;
	width:100%;
    padding:0 13px;
    color:#CCCBCB;
    font-family:ProximaNovaSoft-Semibold;
    font-size:10px;
    text-transform:uppercase;
}
.about-charity-video{
	position:relative;
    float:left;
    width:100%;
	overflow:hidden;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.about-charity-video img {
    width:100%;
}
.about-charity-video:before {
    content:"";
    width:100%;
    height:100%;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	opacity:0;
	filter:alpha(opacity = 0);

    position:absolute;
    left:0;
    top:0;
	
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transform:scale(0.3);
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.about-charity-video:hover:before{
	opacity:1;
	filter:alpha(opacity = 100);
	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);

}
.about-charity-video a span {
    width:40px;
    height:40px;
    padding:10px;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    text-align:center;
	opacity:0;
	filter:alpha(opacity = 0);

    position:absolute;
    left:47%;
    top:47%;
	
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;

	-webkit-transform:scale(2);
	-moz-transform:scale(2);
	-ms-transform:scale(2);
	-o-transform:scale(2);
	transform:scale(2);
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.about-charity-video a span i{
	color:#fff;
}
.about-charity-video:hover a span{
	opacity:1;
	filter:alpha(opacity = 100);
	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.staff {
    margin:0 -15px 0;
}
.staff-member {
    height:355px;
    width:100%;
    overflow:hidden;
    position:relative;
}
.staff-member > img {
	width:100%;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.member-intro {
    float:left;
    width:100%;
    background:none repeat scroll 0 0 #FFFFFF;
    padding:24px 0;

    position:absolute;
    bottom:0;
    text-align:center;

	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.member-intro h3 {
    margin-bottom:10px;
    color:#707070;
    font-family:ProximaNovaSoft-Semibold;
    font-size:15px;
    line-height:13px;
}
.member-intro > span {
    float:left;
    width:100%;
    font-family:ProximaNovaSoft-Regular;
    font-size:12px;
    line-height:10px;
    text-transform:uppercase;
}
.social-contacts {
    display:table;
    width:100%;
    margin:0 auto;

    position:absolute;
    bottom:-35px;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.social-contacts ul {
    display:table;
    margin:0 auto;
}
.social-contacts ul li {
    float:left;
    height:35px;
    width:35px;
    border-bottom:2px solid #C8C8C8;
    margin-right:5px;
    overflow:hidden;
		
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.social-contacts ul li:last-child{
	margin-right:0;
}
.social-contacts ul li img{
	width:100%;
	height:100%;
}
.staff-member:hover .member-intro {
    bottom:80px;
}
.staff-member:hover .social-contacts {
    bottom:35px;
}


/*** BLOG PAGE WITH SIDEBAR /////////////
//////////////////////////////////////////////////// ***/
.blog-post {
    


   
   
}

  .bt_sociaux {
	float: right;
	margin: 15px -25px 0 0;
	padding: 0;
}
  .bt_sociaux li {
	width: 95px;
	list-style: none;
	display: inline-block;
}

.blog-post ul { margin: 10px 0 10px 20px
}
.blog-post ul li { list-style-type:circle; list-style-position:inside 
}
.blog-post h2 {
    font-family:ProximaNovaSoft-Semibold;
    font-size:22px;
    font-weight:400;
    letter-spacing:0.3px;
    margin-bottom:5px; padding:15px 0 5px
}
.blog-post h2 a{
    color:#707070;
}
.blog-post   a{
 color:#2d2d2d; text-decoration:underline
}
.blog-post   a:hover{
 color:#2d2d2d; text-decoration: none
}

.blog-post h2 a:hover{
    color:#2d2d2d;
}
.blog-post-img {
    float:left;
    overflow:hidden;
    width:100%;
	position:relative;
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.blog-post-img:before {
    height:100%;
    width:100%;
    content:"";
    background:url("/theme/fr/images/link-arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0.6);

    position:absolute;
    left:0;
    top:0;

	opacity:0;
	filter:alpha(opacity = 0);
	
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	transform:scale(0.5);
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.blog-post-img:hover:before{
	opacity:1;
	filter:alpha(opacity = 100);
	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.blog-post #layerslider-container-fw {
    overflow:hidden;

    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.blog-post-img img{
	width:100%;
}
.blog-post-details {
    float:left;
    width:100%;
    margin-top:0px;
}
.post-meta {
    float:left;
    width:20%;
}
.post-meta {
    border-right:1px solid #D1CFCF;
    float:left;
    padding:10px 0;
    width:20%;
	position:relative;
}
.post-meta:before {
    height:15px;
    width:13px;
    margin-top:-10px;
    padding:10px 0;
    content:"";
    background:url("/theme/fr/images/diamond-narrow.jpg") no-repeat scroll 0 2px #FFFFFF;

    position:absolute;
    right:-7.5px;
    top:50%;
}
.post-meta > li{
    line-height:10px;
    margin-bottom:15px;
}
.post-meta > li:last-child{
	margin-bottom:0;
}
.post-meta > li a{
    color:#969696;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
}
.post-meta > li a span{
    color:#7c7c7c465;
}
.post-meta > li a i {
    margin-right:10px;
}
.post-desc {
    float:left;
    width:80%;
    padding-left:30px;
	position:relative;
}


.post-desc > p {
    color:#858585;
    font-family:ProximaNovaSoft-Regular;
    font-size:12px;
    line-height:22px;
    margin:10px 0;
}
.post-desc .image-lists {
    float:right;
    margin-left:40px;
}
.pagination-area {
    float:left;
    width:100%;
	position:relative;
	margin-top:30px;
}
 
.pagination-buttons {
    width:72px;
    margin-left:-36px;
	margin-top:-2px;

    position:absolute;
    left:50%;
}
.pagination-buttons > a {
    float:left;
    width:30px;
    height:30px;
	margin:0 3px;
    text-align:center;
    background:#d2d2d2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; color:#313131	
}
.pagination-buttons > a i {
    color:#A4A4A4;
    line-height:30px;
}
.pagination-area > span {
    float:right;
    padding-left:10px;
    color:#858585;
    font-family:ProximaNovaSoft-Regular;
    font-size:11px;
    line-height:30px;
    background:none repeat scroll 0 0 #FFFFFF;
	text-transform:uppercase;
}




/*** SINGLE POST WITH IMAGE /////////////
//////////////////////////////////////////////////// ***/
.post > img {
    margin-bottom:20px;
	width:100%;

    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;	
}
.category {
    float:left;
    width:100%;
    margin-bottom:20px;
    line-height:10px;
    color:#929292;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
    letter-spacing:0.3px;
}
.category a{
    color:#929292;
}
.post h1 {
    float:left;
    width:100%;
    color:#707070;
    font-family:ProximaNovaSoft-Semibold;
    font-size:22px;
    font-weight:400;
    line-height:17px;
    margin-bottom:45px;
}

.post > p {
	float:left;
    font-size:12px;
    color:#858585;
    font-family:ProximaNovaSoft-Regular;
    line-height:22px;
    margin:10px 0;
}
.post-image-list {
    display:inline-block;
    margin:10px 0;
    width:100%;
}
.post-image {
    float:left;
	width:270px;
	height:157px;
    margin-right:30px;
    overflow:hidden;
	position:relative;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.post-image:last-child {
    margin-right:0;
}
.post-image img{
	width:100%;
	height:100%;
}
.post-image:before {
    background:url("/theme/fr/images/zoom-icon.png") no-repeat scroll center center;
    content:"";
    height:100%;
    width:100%;

	opacity:0;
	filter:alpha(opacity = 0);

    position:absolute;
    left:0;
    top:0;
	
	-webkit-transition:all 0s ease 0.2s;
	-moz-transition:all 0s ease 0.2s;
	-ms-transition:all 0s ease 0.2s;
	-o-transition:all 0s ease 0.2s;
	transition:all 0s ease 0.2s;
}
.post-image:hover:before{
	opacity:1;
	filter:alpha(opacity = 100);

	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.post .cloud-tags {
    margin:45px 0 0;
    width:100%;
}
.post .cloud-tags h3{
    margin:12px 20px 12px 0;
    float:left;
}
h3.sub-head {
    color:#2D2D2D;
    font-family:ProximaNovaSoft-Semibold;
    font-size:20px;
    font-weight:400;
    line-height:17px;
}
h3.sub-head span{
    font-weight:300;
	color:#83be4b;
}
.comments {
    float:left;
    margin-top:60px;
    width:100%;
}

.comments > ul {
    float:left;
    margin-top:55px;
    width:100%;
}
.comments ul li {
    margin-bottom:60px;
}
.comments ul li .comment {
    border:1px solid #EBEBEB;
    display:block;
    padding:20px 20px 20px 120px;
    position:relative;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.comments li  .comment img {
    border:3px solid #F5ECEC;

    position:absolute;
    left:20px;
    top:-30px;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.comments li  .comment h5 {
    color:#707070;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    margin-bottom:15px;
}
.comments li  .comment i {
    color:#929292;
    display:block;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
    line-height:9px;
    margin-bottom:15px;
}
.comments li  .comment p {
    color:#969595;
    font-family:source sans pro;
    font-size:13px;
    letter-spacing:0.2px;
    margin-bottom:0;
    margin-top:-5px;
}
.comments ul li ul {
    border-left:1px solid #EBEBEB;
    margin:30px 0 0 55px;
    padding:26px 0 1px 60px;
}
.comments ul li ul li {
    margin-bottom:40px;
	position:relative;
}
.comments ul li ul li:before {
    width:5%;
    height:1px;
    border-bottom:1px dotted #e2e2e2;
    content:"";
    z-index:1;
	
    position:absolute;
    left:-7%;
    top:50%;
}
.reply {
	background-image:linear-gradient(bottom, rgb(247,247,246) 12%, rgb(250,250,249) 56%);
	background-image:-o-linear-gradient(bottom, rgb(247,247,246) 12%, rgb(250,250,249) 56%);
	background-image:-moz-linear-gradient(bottom, rgb(247,247,246) 12%, rgb(250,250,249) 56%);
	background-image:-webkit-linear-gradient(bottom, rgb(247,247,246) 12%, rgb(250,250,249) 56%);
	background-image:-ms-linear-gradient(bottom, rgb(247,247,246) 12%, rgb(250,250,249) 56%);

	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.12, rgb(247,247,246)),
		color-stop(0.56, rgb(250,250,249))
	);
	
	border-top:2px solid #eceaea;
	border-left:1px solid #eceaea;
	border-right:1px solid #eceaea;
	border-bottom:1px solid #eceaea;

    color:#828282;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;
    padding:4px 12px;

    position:absolute;
    right:20px;
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
	
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.reply:hover{
	background:none;
	color:#fff;
}

.form > p {
  
}

.form form {
    margin-top:35px;
}
.form form label {
    color:#929292;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    font-weight:normal;
    line-height:10px;
    margin-bottom:15px;
}
.comment-form form label span{
    color:#98D460;
}
.input-field, 
.input-field:hover, 
.input-field:focus {
    height:33px;
    border:0 none;
    margin-bottom:20px;
	font-family:ProximaNovaSoft-Regular;
	font-size:12px;
    background:none repeat scroll 0 0 #FAFAFA;

    
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
textarea.input-field, 
textarea.input-field:hover, 
textarea.input-field:focus{
	height:auto;
}
.form-button {
    border:0 none;
    color:#FFFFFF;
    float:left;
    
    font-size:14px;
    padding:17px 30px;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.form-button:hover, .form-button:focus{ background:#ec6608}



/*** SINGLE POST WITH VIDEO /////////////
//////////////////////////////////////////////////// ***/
.post .video-post{
	margin-bottom:30px;
}
.video-post {
    position:relative;
	overflow:hidden;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
.video-post:before {
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);

	position:absolute;
	left:0;
	top:0;

	opacity:0;
	filter:alpha(opacity = 0);
		
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transform:scale(0.3);

	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.video-post:hover:before{
	opacity:1;
	filter:alpha(opacity = 100);
		
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.video-post > img {
    width:100%;
}
.video-post > a {
    height:45px;
    width:45px;
    border:2px solid #FFFFFF;
    margin-left:-17px;
    text-align:center;

	opacity:0;
	filter:alpha(opacity = 0);

    position:absolute;
    top:45%;
    left:50%;
	
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
	
	-webkit-transform:scale(2);
	-moz-transform:scale(2);
	-ms-transform:scale(2);
	-o-transform:scale(2);
	transform:scale(2);

	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.video-post:hover a{
	opacity:1;
	filter:alpha(opacity = 100);
		
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
} 
.video-post > a i {
    color:#FFFFFF;
    line-height:40px;
}



/*** SINGLE POST WITH SLIDER /////////////
//////////////////////////////////////////////////// ***/
.post #layerslider-container-fw {
    margin-bottom:30px;
}


/*** PROJECT SINGLE POST  /////////////
//////////////////////////////////////////////////// ***/
.post-meta > li p {
    float:left;
    width:100%;
    color:#ADACAC;
    font-family:ProximaNovaSoft-Semibold;
    font-size:20px;
    font-weight:500;
    line-height:15px;
    margin-top:10px;
	padding-left:20px;
}

.post-meta li > span {
    margin:0 auto;
    padding:7px 15px;
    color:#FFFFFF;
    float:left;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}



/*** CONTACT PAGE  /////////////
//////////////////////////////////////////////////// ***/
.contact-info iframe {
    width:100%;
    height:182px;
    border:0 none;
    margin-top:40px;

    -webkit-box-shadow:0 0 2px #999999;
    -moz-box-shadow:0 0 2px #999999;
    -ms-box-shadow:0 0 2px #999999;
    -o-box-shadow:0 0 2px #999999;
    box-shadow:0 0 2px #999999;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.contact-info > p {
    color:#818181;
    font-family:ProximaNovaSoft-Regular;
    font-size:13px;
    line-height:22px;
    margin-top:20px;
}
.contact-info .contact-details {
    margin-top:20px;
    width:100%;
}
.contact-info .contact-details > li {
    float:left;
    width:50%;
}
.contact-info .contact-details li span {
    color:#818181;
    font-weight:500;
}
.social-connect {
    float:left;
    width:100%;
    margin:70px 0 0;
    position:relative;
	border-top:1px solid #d6d6d6;
    background:url("/theme/fr/images/pattern.jpg") repeat scroll 0 0 transparent;
}
.social-connect h3 {
    float:left;
    width:50%;
    color:#707070;
    margin:40px 0;
    font-family:ProximaNovaSoft-Semibold;
    font-size:30px;
    font-weight:600;
    line-height:23px;
}
.social-connect h3 span {
    color:#98D460;
    font-size:20px;
    text-transform:uppercase;
}
.social-connect .social-bar {
    float:right;
    width:50%;
    margin:34px 0;
    padding:0;
}
.block.work-section {
    background:none repeat scroll 0 0 #F9F9F9;
    margin-bottom:-60px;
    margin-top:0;
    padding-bottom:70px;
    padding-top:70px;
}
.working {
    float:left;
    width:470px;
    margin-left:-15px;
}
.working > p {
    color:#818181;
    font-family:ProximaNovaSoft-Regular;
    font-size:13px;
    margin-top:20px;
}

.list_carousel {
    float:right;
    width:600px;
    margin-right:-15px;
    margin-top:30px;
}
.list_carousel li {
    float:left;
    width:95px;
    height:50px;
    margin:0 55px 0 0;
}
.list_carousel.responsive {
	width:auto;
	margin-left:0;
}

.pagi {
    background:none repeat scroll 0 0 #4A4A4A;
    height:25px;
    width:25px;
	text-align:center;
	color:#fff;

    position:absolute;
    right:50px;
    top:-10px;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.pagi:hover i{
	color:#fff;
}
.pagi:hover{
}
.pagi.prev{
	right:80px;
}
.pagi i{
	line-height:25px;
}





/*** EVENTS PAGE  /////////////
//////////////////////////////////////////////////// ***/
.event-post {
    float:left;
    margin-bottom:30px;
    width:100%;
}
.event-post-image {
    float:left;
    position:relative;
	border-radius:4px;
	overflow:hidden;
}
.event-post-image img{
	width:100%;
}
.event-post-image:before {
    height:3px;
    width:100%;
    content:"";

    position:absolute;
    bottom:0;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.event-post-image:after {
    content:"";
    width:0;
    height:0;
    border-bottom:50px solid;
    border-right:50px solid transparent;

    position:absolute;
    left:0;
    bottom:0;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.event-post-image:hover:before,
.event-post-image:hover:after,
.event-post-image:hover i{
	opacity:0;	
	filter:alpha(opacity = 0);
}
.event-post-image i {
    color:#FFFFFF;
    z-index:1;

    position:absolute;
    left:12px;
    bottom:8px;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.event-post-detail {
    float:right;
    width:470px;
}

.event-post-detail h2 {
    font-family:ProximaNovaSoft-Semibold;
    font-size:16px;
    font-weight:400;
    margin-top:20px;
}
.event-post-detail h2 a{
    color:#707070;
}
.event-post-detail h2 a:hover{
    color:#2d2d2d;
}
.event-post-detail .post-meta:before {
    display:none;
}
.event-post-detail .post-meta {
    border:0 none;
    padding:20px 0;
    width:100%;
}
.event-post-detail > p {
    color:#858585;
    float:left;
    font-family:ProximaNovaSoft-Regular;
    font-size:12px;
    letter-spacing:0.2px;
    line-height:20px;
    margin-top:-5px;
    width:100%;
}
.event-post-image span {
    background:url("/theme/fr/images/link-arrow.png") no-repeat scroll center center;
    height:100%;
    width:30%;

    position:absolute;
    right:-30%;
    top:0;
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.event-post-image:hover  span {
    right:0;
}
.map {
    left:0;
    opacity:0;
	filter:alpha(opacity = 0);
    position:absolute;
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.event-post-image:hover .map{
	opacity:0.9;
	filter:alpha(opacity = 90);
}


/*** ELEMENTS PAGE  /////////////
//////////////////////////////////////////////////// ***/
.element {
    float:left;
    margin:0 -15px 40px;
    width:100%;
}

/*** TABS ***/
.theme-tabs .nav {
    border:0 none;
}
.theme-tabs .nav li{
	margin:0;
}
.theme-tabs .nav li a,
.theme-tabs .nav li a:hover {
    margin:0;
    padding:15px 24px;
    border-left:1px solid #D1D7DC;
    border-top:1px solid #D1D7DC;
    border-bottom:1px solid #D1D7DC;
    border-right:0 none;
    color:#707070;
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    font-weight:400;
    line-height:10px;
    background:none repeat scroll 0 0 #FCFAFA;
	
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
	-ms-transition:all 0.2s ease 0s;
	-o-transition:all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
	
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}
.theme-tabs .nav li:last-child a{
    border-right:1px solid #D1D7DC;
}
.theme-tabs .nav li.actif a,
.theme-tabs .nav li.actif a:hover,
.theme-tabs .nav li.actif a:focus{
    padding:20px 24px;
	margin-top:-9px;
	background:#fff;
	border-left:1px solid;
	border-top:1px solid;
	border-right:1px solid;
	border-bottom:0 none;
	margin-right:-1px;
	z-index:1;
}
.theme-tabs .tab-content {
    margin-top:-1px;
    padding:40px 30px;
    border:1px solid #D1D7DC;
	float:left;
	width:100%;
}
.theme-tabs p {
    color:#858585;
    font-family:ProximaNovaSoft-Regular;
    font-size:12px;
    line-height:24px;
    margin:0;
}


/*** TABS LEFT OR RIGHT ***/
.side-tabs {
    float: left;
    width: 100%;
}
.tabs-left .nav {
    float: left;
}
.tabs-left .tab-content{
    float: right;
}
.tabs-left .nav li a, 
.tabs-left .nav li a:hover, 
.tabs-left .nav li a:focus {
	border-right:4px solid #fff;
	border-left:0;
	border-top:0;
	border-bottom:0;
}
.tabs-right .nav {
    float: right;
}

.tabs-right .tab-content{
    float: left;
}
.tabs-right .nav li a, 
.tabs-right .nav li a:hover, 
.tabs-right .nav li a:focus {
	border-left:4px solid #fff;
	border-right:0;
	border-top:0;
	border-bottom:0;
}

.side-tabs .nav{
    width: 30%;
	border:0;
}
.side-tabs .nav li {
    width: 100%;
}
.side-tabs .nav li{
	margin:0 0 5px 0;
}
.side-tabs .nav li a, 
.side-tabs .nav li a:hover, 
.side-tabs .nav li a:focus {
    background: none repeat scroll 0 0 #FCFAFA;
    color: #707070;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 13px;
    margin: 0;
	
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}
.side-tabs .nav li.actif a,
.side-tabs .nav li.actif a:hover,
.side-tabs .nav li.actif a:focus {
	border-color:#fcfafa;
}
.side-tabs .tab-content {
    background: none repeat scroll 0 0 #FCFAFA;
    padding: 55px 30px;
    width: 70%;
}
.side-tabs .tab-content p {
    color: #858585;
    font-family: ProximaNovaSoft-Regular;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: -5px;
}



/*** BOTTOM TABS ***/
.theme-tabs.tabs-bottom .tab-content{
	margin-bottom:-1px;
	margin-top:0;

}
.theme-tabs.tabs-bottom .nav li.actif a, 
.theme-tabs.tabs-bottom .nav li.actif a:hover, 
.theme-tabs.tabs-bottom .nav li.actif a{
	margin-top:0;
	border-bottom:1px solid;
	border-top:0;
} 

/*** BOXED QUOTE ***/
.boxed-quote {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #D1D7DC;
    margin: 0 20px 0 0;
    padding: 35px 60px;
    width: 370px;
	
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
	border-radius:0;
}
blockquote i {
    font-size: 16px;
    margin: 0 10px;
}
.element h3 {
    margin-bottom:30px;
}

/*** ACCORDIONS ***/
.accordion_toggle {
    float:left;
    margin-bottom:0px;
    width:100%;
}
.accordion_toggle > a {
    width:100%;
    float:left;
    border-top:3px solid #f0ede9;
    color:#313131;
    font-family:ProximaNovaSoft-Semibold;
    font-size:20px;
    line-height:40px;
    overflow:hidden;
    background:none repeat scroll 0 0 #fff;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.accordion_toggle a span {
    background:none repeat scroll 0 0 #eeecec;
    color:#a2a2a2;
    float:left;
    margin-right:20px;
    text-align:center;
    width:40px;
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.accordion_toggle.current > a{
    border-top:3px solid;
}
.accordion_toggle.current > a span{
    color:#fff;
}
.accordion_content {
    float:left;
    width:100%; background:#fff; -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px; padding:0px 70px 10px 55px; position:relative
}
.accordion_content a.more{ display:block; position:absolute; right:0; bottom:0; width:63px; height:63px; background:url(/theme/fr/images/more.png) no-repeat left top; letter-spacing:-1000em; z-index:50; line-height:1000em}
.accordion_toggle::before {display: block;
width: 100%;
height: 12px;
background: url(/theme/fr/images/ombrearticle.jpg) no-repeat center top;
content: " ";
clear: both; float:none
}
    .accordion_toggle.first::before {display: none; 
}

 
 


/*** LISTS ***/
.theme-list li {
    color:#858585;
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    font-weight:400;
    line-height:28px;
}
.theme-list li i {
    float:left;
    width:10px;
    line-height:28px;
    margin-right:10px;
}
.theme-list li i.icon-angle-right:first-child {
    margin: 0;
    width: auto;
}
.theme-list li i.icon-angle-left:first-child {
    margin: 0;
    width: auto;
}


/*** DROPCAP VARIATIONS ***/
.cap {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 15px;
}
.cap.coloured-invert {
    color: #FFFFFF;
    padding: 0 2px;
}

.social-icons {
    float: left;
    width: 100%;
}
.social-icons > li {
    float: left;
    height: 30px;
    margin-bottom: 30px;
    margin-right: 40px;
    width: 30px;
}
.social-icons.multi > li:nth-child(7n+7) {
    margin-right: 0;
}
.social {
    background: url("/theme/fr/images/social-icons.png") no-repeat transparent;
    float: left;
    height: 100%;
    width: 100%;
}
.social.facebook{
	background-position:0 0;
}
.social.flickr{
	background-position:-70px 0;
}
.social.forst{
	background-position:-140px 0;
}
.social.google-plus{
	background-position:-210px 0;
}
.social.blogger{
	background-position:-280px 0;
}
.social.lastfm{
	background-position:-350px 0;
}
.social.linkedin{
	background-position:-420px 0;
}
.social.wordpress{
	background-position:0 -66px;
}
.social.twitter{
	background-position:-70px -66px;
}
.social.tumbler{
	background-position:-140px -66px;
}
.social.digg{
	background-position:-210px -66px;
}
.social.dribble{
	background-position:-280px -66px;
}
.social.behance{
	background-position:-350px -66px;
}
.social.addthis{
	background-position:-420px -66px;
}
.social.sharethis{
	background-position:0 -126px;
}
.social.rss{
	background-position:-70px -126px;
}
.social.skype{
	background-position:-140px -126px;
}
.social.deliciou{
	background-position:-210px -126px;
}
.social.stumble{
	background-position:-280px -126px;
}
.social.vimeo{
	background-position:-350px -126px;
}
.social.virb{
	background-position:-420px -126px;
}
.social.grooveshark{
	background-position:0 -192px;
}
.social.mail{
	background-position:-70px -192px;
}
.social.infinte{
	background-position:-140px -192px;
}
.social.instagram{
	background-position:-210px -192px;
}
.social.evernote{
	background-position:-280px -192px;
}
.social.path{
	background-position:-350px -192px;
}
.social.myspace{
	background-position:-420px -192px;
}
.social-gray {
    background: url("/theme/fr/images/social-gray.png") no-repeat transparent;
    float: left;
    height: 100%;
    width: 100%;
}
.social-icons.gray li {
    background: none repeat scroll 0 0 #3F3F3F;

    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
	
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
	-ms-transition:all 0.2s ease 0s;
	-o-transition:all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
}

.social-icons.gray li:nth-child(9n+9) {
    margin-right: 0;
}
.social-gray.play {
    background-position: 7px 5px;
}
.social-gray.google-plus {
    background-position:-64px 6px;
}
.social-gray.facebook {
    background-position:-134px 6px;
}
.social-gray.tumbler {
    background-position:-206px 6px;
}
.social-gray.twitter {
    background-position:-279px 6px;
}
.social-gray.sharethis {
    background-position:-350px 6px;
}
.social-gray.msn {
    background-position:-421px 6px;
}
.social-gray.flickr {
    background-position:-493px 6px;
}
.social-gray.linkedin {
    background-position:-564px 6px;
}
.social-gray.vimeo {
    background-position:-635px 6px;
}
.social-gray.gtalk {
    background-position:7px -59px;
}
.social-gray.skype {
    background-position:-134px -59px;
}
.social-gray.found {
    background-position:-206px -59px;
}
.social-gray.rss {
    background-position:-278px -59px;
}
.social-gray.buzz {
    background-position:-349px -59px;
}
.social-gray.yahoomessanger {
    background-position:-422px -59px;
}
.social-gray.yahoo {
    background-position:-494px -59px;
}
.social-gray.digg {
    background-position:-564px -59px;
}
.social-gray.deleciou {
    background-position:8px -119px;
}
.social-gray.upcoming {
    background-position:-63px -119px;
}
.social-gray.aim {
    background-position:-135px -119px;
}
.social-gray.myspace {
    background-position:-563px -119px;
}
.social-gray.wikipedia {
    background-position:-635px -119px;
}
.social-gray.vcard {
    background-position:-207px -184px;
}
.social-gray.picasa {
    background-position:-135px -184px;
}
.social-gray.dribble {
    background-position:7px -184px;
}
.social-gray.netvibes {
    background-position:-278px -184px;
}
.social-gray.deviantart {
    background-position:-564px -184px;
}
.social-gray.fireeagle {
    background-position:-422px -184px;
}
.social-gray.itunes {
    background-position:-64px -184px;
}
.social-gray.lastfm {
    background-position:-494px -119px;
}
.social-gray.amazon {
    background-position:-422px -118px;
}
.social-gray.reddit {
    background-position:-279px -118px;
}
.social-gray.stumble {
    background-position:-352px -118px;
}
.social-gray.digg2 {
    background-position:-634px -60px;
}
.social-gray.orkut {
    background-position:-635px -184px;
}





/*** ALIGNED IMAGES ***/
.aligned img {
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.aligned {
    float: left;
}
.aligned.right {
    text-align: right;
}
.aligned.right img{
	margin-left:15px;
}
.aligned.left {
    text-align:left;
}
.aligned.left img{
	margin-right:15px;
}
.aligned h5 {
    color: #5D5D5D;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 16px;
    margin-bottom: 20px;
}


/*** PROGRESS BARS ***/

.progress-report .progress {
    float: left;
    width: 100%;
	margin-bottom:25px;
}
.progress-report > h6 {
    float: left;
}
.progress-report > span {
    float: right;
}
.progress-report > h6 {
    color: #707070;
    float: left;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 13px;
    font-weight: 400;
	line-height:30px;
}
.progress-report > span {
    color: #707070;
    float: right;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 13px;
    font-weight: 600;
    margin-right: 40px;
	line-height:30px;
}
.progress-report .progress {
    background: none repeat scroll 0 0 #FCFBFB;
    border: 1px solid #DDDCDC;
	
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
	
    -webkit-box-shadow: 0 1px 1px #F4F4F4, 0 0 4px #F1F1F1 inset;
    -moz-box-shadow: 0 1px 1px #F4F4F4, 0 0 4px #F1F1F1 inset;
    -ms-box-shadow: 0 1px 1px #F4F4F4, 0 0 4px #F1F1F1 inset;
    -o-box-shadow: 0 1px 1px #F4F4F4, 0 0 4px #F1F1F1 inset;
    box-shadow: 0 1px 1px #F4F4F4, 0 0 4px #F1F1F1 inset;
	
}
.progress.pattern .progress-bar {
    background:url("/theme/fr/images/pattern2.png") repeat scroll 0 0 / 10% auto;

    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
	
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-report .progress.simple{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.simple .progress-bar {
    position: relative;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.progress-bar span {
    color: #FFFFFF;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 1px;
}
.yellow{
	background:none no-repeat scroll 0 0 #fbb450;
}
.red{
	background:none no-repeat scroll 0 0 #dc504b;
}
.lightblue{
	background:none no-repeat scroll 0 0 #52b8d6;
}


/*** PRICE TABLE ***/
.price-table {
    display: table;
    margin: 30px auto 0;
}
.price-table > ul {
    border: 1px solid #B7B7B7;
    float: left;
    width: 255px;
	overflow:hidden;
	margin-right:10px;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;

	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.price-table > ul:hover {
    -webkit-box-shadow: 0 0 5px #C7C7C7;
    -moz-box-shadow: 0 0 5px #C7C7C7;
    -ms-box-shadow: 0 0 5px #C7C7C7;
    -o-box-shadow: 0 0 5px #C7C7C7;
    box-shadow: 0 0 5px #C7C7C7;
}
.price-table > ul:last-child{
	margin-right:0;
}
.price-table li.table-head {
    background: none repeat scroll 0 0 #727272;
    color: #FFFFFF;
    padding: 35px 20px 25px;
    text-align: center;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.table-head > h3 {
    font-family: ProximaNovaSoft-Semibold;
    font-size: 24px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px;
}
.table-head > span {
    color: #FFF3F3;
    float: left;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
}
.price-table ul li.table-desc {
	background:#fff;
    padding: 20px;
    text-align: center;
}
.table-desc p{
	margin:0;
}
.price-table li {
    background: none repeat scroll 0 0 #F9F8F8;
    border-top: 1px solid #E7E7E7;
    color: #828282;
    float: left;
    font-family: ProximaNovaSoft-Regular;
    font-size: 12px;
    line-height: 10px;
    padding: 20px 20px 20px 50px;
    width: 100%;
}
.price-table li i{
	font-size:16px;
	margin-right:10px;
}
.price-table li:nth-child(2n+2) {
    background: none repeat scroll 0 0 #F4F3F3;
}

.price-table li.price-per-year {
    background: url("/theme/fr/images/pattern2.png") repeat scroll 0 0 / 31% auto #E9E9E9;
    border-top: 1px solid #FFFFFF;
    font-family: ProximaNovaSoft-Regular;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 20px;
    text-align: center;
	color:#555555;
}
.price-table li.price-per-year i {
    font-size: 18px;
    font-style: normal;
	margin:0;
}
.price-per-year > span {
    color: #6A6A6A;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 14px;
    font-weight: normal;
}
.price-table li.table-btn {
    padding: 10px 20px;
}
.price-table li.table-btn a {
    background: none repeat scroll 0 0 #686868;
    border: 1px solid #686868;
    color: #FFFFFF;
    float: left;
    font-family: ProximaNovaSoft-Semibold;
    font-weight: 600;
    padding: 12px 10px;
    text-align: center;
    width: 100%;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
	
    -webkit-box-shadow: 0 1px 1px #BDBDBD inset;
    -moz-box-shadow: 0 1px 1px #BDBDBD inset;
    -ms-box-shadow: 0 1px 1px #BDBDBD inset;
    -o-box-shadow: 0 1px 1px #BDBDBD inset;
    box-shadow: 0 1px 1px #BDBDBD inset;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
/*** ALERT BOXES ***/
.alert-box {
    overflow:hidden;
    padding:12px 20px;
	border:1px solid;
	margin-bottom:20px;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.alert-box:last-child {
	margin-bottom:0;
}
.alert-box i {
    float:left;
    font-size:20px;
    margin-right:20px;
}
.element .alert-box > h4 {
    float:left;
    width:auto;
    font-family:ProximaNovaSoft-Semibold;
    font-size:14px;
    font-weight:600;
    letter-spacing:0.2px;
    line-height:20px;
    margin:0;
}
.alert-box > h4 span {
    font-size:12px;
    font-weight:300;
}
.warning{
	background:#faf9f9;
	border-color:#98d460;
	color:#98d460;
}
.cancel{
	background:#d9edf7;
	border-color:#0078c0;
	color:#0078c0;
}
.attention{
	background:#fce6e9;
	border-color:#ef3363;
	color:#ef3363;
}
.done{
	background:#e1eec9;
	border-color:#45a945;
	color:#45a945;
}


/*** HIGHLIGHTED TEXT ***/
.highlight {
    color:#858585;
    font-family:ProximaNovaSoft-Regular;
    font-size:12px;
    letter-spacing:0.2px;
    line-height:22px;
    margin-top:-7px;
}
.highlight > span {
    color:#FFFFFF;
    padding:0 10px;
}
.highlight.rounded > span {
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
}

/*** BUTTONS ***/
.buttons-column {
    float:left;
    margin-bottom:30px;
    width:100%;
}
.buttons-column .theme-btn{
	margin-right:30px;
}
.theme-btn {
     float:left;
	color:#fff;
	  

    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px; font-size:14px
}
.small {
    line-height:35px;
    padding:0 19px;
	font-size:12px;
}
.medium {
    line-height:45px;
    padding:0 30px;
	font-size:12px;
}
.large {
    line-height:45px;
    padding:0 43px;
	font-size:12px;
}
.skyblue{
	background-image:linear-gradient(bottom, rgb(98,206,222) 31%, rgb(152,224,234) 74%);
	background-image:-o-linear-gradient(bottom, rgb(98,206,222) 31%, rgb(152,224,234) 74%);
	background-image:-moz-linear-gradient(bottom, rgb(98,206,222) 31%, rgb(152,224,234) 74%);
	background-image:-webkit-linear-gradient(bottom, rgb(98,206,222) 31%, rgb(152,224,234) 74%);
	background-image:-ms-linear-gradient(bottom, rgb(98,206,222) 31%, rgb(152,224,234) 74%);

	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.31, rgb(98,206,222)),
		color-stop(0.74, rgb(152,224,234))
	);
	background-color:#6ad0e0;
}
.green{
	background-image:linear-gradient(bottom, rgb(99,168,2) 25%, rgb(155,201,2) 85%);
	background-image:-o-linear-gradient(bottom, rgb(99,168,2) 25%, rgb(155,201,2) 85%);
	background-image:-moz-linear-gradient(bottom, rgb(99,168,2) 25%, rgb(155,201,2) 85%);
	background-image:-webkit-linear-gradient(bottom, rgb(99,168,2) 25%, rgb(155,201,2) 85%);
	background-image:-ms-linear-gradient(bottom, rgb(99,168,2) 25%, rgb(155,201,2) 85%);

	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.25, rgb(99,168,2)),
		color-stop(0.85, rgb(155,201,2))
	);
	background-color:#72b102;
}
.dodgerblue{
	background-image:linear-gradient(bottom, rgb(73,167,184) 44%, rgb(116,201,210) 85%);
	background-image:-o-linear-gradient(bottom, rgb(73,167,184) 44%, rgb(116,201,210) 85%);
	background-image:-moz-linear-gradient(bottom, rgb(73,167,184) 44%, rgb(116,201,210) 85%);
	background-image:-webkit-linear-gradient(bottom, rgb(73,167,184) 44%, rgb(116,201,210) 85%);
	background-image:-ms-linear-gradient(bottom, rgb(73,167,184) 44%, rgb(116,201,210) 85%);

	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(73,167,184)),
		color-stop(0.85, rgb(116,201,210))
	);
	background-color:#5eb9c5;
}
.blue{-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
 
	background-color:#19988b; color:#fff
}
.blue:hover,.blue:focus {
 
	background-color:#ec6608; color:#fff
}
.limegreen{
	background-image:linear-gradient(bottom, rgb(132,204,78) 44%, rgb(172,220,114) 85%);
	background-image:-o-linear-gradient(bottom, rgb(132,204,78) 44%, rgb(172,220,114) 85%);
	background-image:-moz-linear-gradient(bottom, rgb(132,204,78) 44%, rgb(172,220,114) 85%);
	background-image:-webkit-linear-gradient(bottom, rgb(132,204,78) 44%, rgb(172,220,114) 85%);
	background-image:-ms-linear-gradient(bottom, rgb(132,204,78) 44%, rgb(172,220,114) 85%);

	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(132,204,78)),
		color-stop(0.85, rgb(172,220,114))
	);
	background-color:#85cc4e;
}
.silver{
	background-image:linear-gradient(bottom, rgb(240,240,240) 44%, rgb(246,246,246) 85%);
	background-image:-o-linear-gradient(bottom, rgb(240,240,240) 44%, rgb(246,246,246) 85%);
	background-image:-moz-linear-gradient(bottom, rgb(240,240,240) 44%, rgb(246,246,246) 85%);
	background-image:-webkit-linear-gradient(bottom, rgb(240,240,240) 44%, rgb(246,246,246) 85%);
	background-image:-ms-linear-gradient(bottom, rgb(240,240,240) 44%, rgb(246,246,246) 85%);

	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(240,240,240)),
		color-stop(0.85, rgb(246,246,246))
	);
	background-color:#f0f0f0;
	color:#8c8c8c;
}


.element h4 {
    float:left;
    width:100%;
    margin:10px 0;
    color:#707070;
    font-family:ProximaNovaSoft-Semibold;
    font-size:18px;
}
.element p {
    color:#828282;
    font-family:ProximaNovaSoft-Regular;
    font-size:12px;	
	line-height:22px;
}



/*** CART PAGE /////////
///////////////////////////////// ***/
.cart-table{
	float:left;
	width:100%;
}
.cart-head {
	background-image:linear-gradient(bottom, rgb(232,234,235) 0%, rgb(237,237,238) 50%);
	background-image:-o-linear-gradient(bottom, rgb(232,234,235) 0%, rgb(237,237,238) 50%);
	background-image:-moz-linear-gradient(bottom, rgb(232,234,235) 0%, rgb(237,237,238) 50%);
	background-image:-webkit-linear-gradient(bottom, rgb(232,234,235) 0%, rgb(237,237,238) 50%);
	background-image:-ms-linear-gradient(bottom, rgb(232,234,235) 0%, rgb(237,237,238) 50%);

	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(232,234,235)),
		color-stop(0.5, rgb(237,237,238))
	);
	
    border:1px solid #D2D5D7;
    float:left;
    width:100%;
	text-align:center;
	
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-ms-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.cart-head h2 {
    float:left;
    padding:24px 0 20px;
    color:#5B5B5B;
    font-family:ProximaNovaSoft-Semibold;
    font-size:16px;
    font-weight:500;
    line-height:12px;
}
.product {
    width:40%;
}
.price {
    width:20%;
}
.quantity {
    text-align:center;
    width:20%;
}
.total {
    width:20%;
}
.cart-table > ul {
    float:left;
    width:100%;
	border-top:0;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	position:relative;

	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.cart-table li {
    float:left;
    width:100%;
    line-height:10px;
    background:none repeat scroll 0 0 #FCFCFC;
    border-bottom:1px solid #E0E0E0;
}
.cart-table li:last-child {
    border-bottom:0 none;
    padding:10px 20px;

	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.cart-table li > div {
    float:left;
    min-height:57px;
    padding:10px 0;
    border-right:1px solid #E0E0E0;
}
.product i {
	float:left;
    margin:5px 0 0 30px;
	color:red;
}
.cart-table li > .product > h6 {
    float:left;
    margin-left:30px;
}
.product > img {
    float:right;
	margin-right:10px;
}
.cart-table li > div h6 {
    color:#555555;
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    line-height:25px;
    text-align:center;
}
.cart-table li > .quantity{
	padding:10px 20px;
	position:relative;
}
.customSelect.styled {
    width:100%;
	height:37px;
	background:#fff;
    border:1px solid #C6DADE;
    overflow:hidden;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.co-form .customSelect {
    margin-bottom:20px;
}
select{
	width:95%!important;
}
.customSelectInner {
    float:left;
    width:100% !important;
	height:100%;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    padding:9px 30px 9px 10px;
    background:url("/theme/fr/images/select-box-btn.jpg") no-repeat scroll right 0 transparent;
	background-size:auto 100%;
}
.cart-table li:nth-child(2n+2) {
    background:none repeat scroll 0 0 #F9F8F8;
}
.cart-table li:last-child input {
    float:left;
    height:30px;
    width:170px;
    margin-right:20px;
    padding:5px 10px;
    border:1px solid #C6DADE;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.cart-btn {
    padding:10px 15px;
	margin:0 4px;
    border:1px solid #D7AFAF;
    color:#FFFFFF;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}





.cart-total {
    float:right;
    width:51%;
    margin-top:30px;
}
.cart-total .cart-head h2 {
    float:none;
}
.cart-total.cart-table li {
    padding:20px 0;
}
.cart-total p {
    float:left;
    width:50%;
    margin:0;
	padding-left:20px;
    color:#5B5B5B;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    font-weight:500;
}
.cart-total span {
    float:right;
    width:50%;
    text-align:center;
}

.cart-shipping {
    float:right;
    width:51%;
    margin-top:30px;
}
.cart-shipping .cart-head h2 {
    float:none;
}
.cart-shipping.cart-table li {
    padding:10px 15px;
}
.cart-shipping.cart-table input {
    float:left;
    height:30px;
    width:100% !important;
    margin-right:20px;
    padding:5px 10px;
    border:1px solid #C6DADE;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
	color:#EBEBEB;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.notes {
    float:left;
    width:100%;
    margin-top:20px;
}
.cart-total.cart-table.order {
    width:100%;
}
.cart-total.order .cart-head h2 {
    float:left;
    width:50%;
}
.payment li {
    float:left;
    margin-bottom:25px;
    width:100%;
}
.payment ul li input {
    float:left;
}
.payment ul li label {
    color:#929292;
    float:left;
    font-family:ProximaNovaSoft-Semibold;
    font-size:14px;
    font-weight:normal;
    margin-left:10px;
}
.payment ul li span {
    float:left;
    width:100%;
    padding:10px;
    margin-top:10px;
    color:#F7F7F7;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    position:relative;
    background:none repeat scroll 0 0 #757575;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.payment ul li span:before {
    height:0;
    width:0;
    border-bottom:5px solid #757575;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    content:"";

    position:absolute;
    left:20px;
    top:-5px;
}
.payment {
    float:left;
    width:100%;
    padding:30px;
    background:none repeat scroll 0 0 #FCFCFC;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.payment .accordion_toggle a {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    line-height:22px;
}
/*** FEATURED PRODUCTS PAGE /////////
///////////////////////////////// ***/
.featured-products h3 {
    margin-bottom:20px;
}
.featured-products > p {
    color:#777777;
    font-family:ProximaNovaSoft-Regular;
    font-size:13px;
    line-height:20px;
    margin-bottom:30px;
}
.featured-products .col-md-4{
	margin-bottom:40px;	
}
.featured-products .col-md-4 > img {
    margin-bottom:15px;
    width:100%;

    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.featured-products .col-md-4 > h4 {
    color:#707070;
    font-family:ProximaNovaSoft-Semibold;
    font-size:16px;
    font-weight:400;
    margin-bottom:10px;
}
.ratings {
    color: #E6E84A;
    float: left;
    line-height: 10px;
    width: 100%;
}
.product-price > span {
    color: #CCCBCB;
    float: left;
    font-family: ProximaNovaSoft-Regular;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    margin-right: 10px;
    margin-top: 10px;
    text-decoration: line-through;
}
.product-price > p {
    color: #7D7C7C;
    float: left;
    font-size: 22px;
}
.product-price > a {
    background: none repeat scroll 0 0 #626262;
    color: #F4F4F4;
    float: right;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 12px;
    padding: 5px 10px;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
/*** CHECK OUT PAGE /////////
///////////////////////////////// ***/
.check-out-top li {
    float:left;
    width:100%;
    border-top:2px solid #DBDBDB;
    margin-bottom:10px;
    overflow:hidden;
    background:none repeat scroll 0 0 #FAF9F9;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.login {
    float:left;
    margin-bottom:20px;
    padding:10px;
    border:1px solid #E7E7E7;
	
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;
}
.login p {
    color:#929292;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
}
.col-md-12.co-form {
    float:left;
    width:100%;
}
.co-form label {
	display:block;
    color:#929292;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    font-weight:normal;
    line-height:11px;
    margin-bottom:10px;
}
.cupon {
    float:left;
	width:100%;
    margin-bottom:20px;
    padding:10px;
    border:1px solid #E7E7E7;
	
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;
}
.billing {
    float:left;
    width:570px;
}
.billing h3{
	margin-bottom:30px;
}
.create-account {
    float:left;
    width:100%;
    margin-top:20px;
}
.form-toggle.accordion_toggle > a {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    color:#929292;
    font-family:ProximaNovaSoft-Semibold;
    font-size:14px;
    line-height:18px;
	position:relative;
	padding-left:20px;
	cursor:pointer;
}
.form-toggle.accordion_toggle > a:before {
    content:"";
    width:13px;
    height:13px;
    background:none repeat scroll 0 0 #DBECEF;
    border:1px solid #B7D5DE;

    position:absolute;
    left:0;
    top:4px;
	
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
}
.form-toggle.accordion_toggle.current > a.pointed:after {
    content:"";
    width:7px;
    height:7px;
    background:none repeat scroll 0 0 #779DA9;

    position:absolute;
    left:3px;
    top:7px;
	
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
}
.account-form > p {
    color:#929292;
    font-family:ProximaNovaSoft-Semibold;
    font-size:12px;
    line-height:20px;
}
.shipping{
    float:left;
    width:570px;
}
.shipping h3{
	margin-bottom:30px;
}


/*** ORDER RECEIVED PAGE /////////
///////////////////////////////// ***/

#check {
    background:none repeat scroll 0 0 #FFFFFF;
    float:left;
    margin-left:-40px;
    padding-left:10px;
    padding-right:10px;

    position:absolute;
    left:50%;
    top:-22px;
}
#check > span {
    color:#FFFFFF;
    font-size:30px;
    padding:13px 16px;
	
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
}
.order-reveived {
    border:1px solid;
    float:left;
    margin-top:28px;
    position:relative;
    width:100%;
	
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;
}
.order-reveived > p {
    color:#696868;
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    line-height:17px;
    margin:0;
    padding-top:57px;
    text-align:center;
}
.order-reveived p strong {
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
}
.order-reveived a {
    display: table;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 13px;
    line-height: 11px;
    margin: 0 auto;
    padding: 35px 20px 35px 0;
    text-align: center;
    text-transform: uppercase;
}
.order-reveived a img{	
	margin-left:10px;
    margin-top:-3px;
	}




/*** SIDEBAR /////////
///////////////////////////////// ***/
.sidebar-widget {
    float:left;
    margin-bottom:30px;
    overflow:hidden;
    width:100%;
}
/*** Sidebar Search ***/
.sidebar-search {
    width:100%;
    height:38px;
    border:1px solid #E5E5E5;
    overflow:hidden;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
	
}
.search {
    height:100%;
    width:75%;
    padding:10px;
    border:0 none;
    color:#D2D2D2;
    font-family:ProximaNovaSoft-Semibold;
    font-size:11px;

    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
	
}
.search-button {
    float:right;
    height:100%;
    width:40px;
    padding:0;
    border:0 none;
    background:url("/theme/fr/images/search.png") no-repeat scroll center;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.sidebar-title {
    float:left;
    width:100%;
    margin-bottom:20px; 
}
.sidebar-title > h4 {
    
    padding:20px 12px;
    color:#fff;
    font-family:ProximaNovaSoft-Semibold;
    font-size:25px;
    
    line-height:26px;
    position:relative; background:#19988b; width:auto; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
 
/*** Popular Posts ***/
.popular-post {
    float:left;
    height:105px;
    width:100%;
    margin-bottom:20px;
    overflow:hidden;
    position:relative;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.popular-post:last-child{
	margin-bottom:0;
}
.popular-post > img {
    width:100%;
	height:100%;
}
.popular-post-title {
    width:100%;
    padding:15px 10px;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);

    position:absolute;
    bottom:-30px;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.popular-post:hover .popular-post-title{
	bottom:0;
}
.popular-post-title h6 {
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    margin-bottom:15px;
    text-align:center;
}
.popular-post-title h6  a{
    color:#FFFFFF;
}
.popular-post-title > span {
    color:#C8C8C8;
    float:left;
    font-family:ProximaNovaSoft-Regular;
    font-size:10px;
    font-weight:600;
    line-height:10px;
    text-align:center;
    width:100%;
}
/*** Cloud Tags ***/
.cloud-tags {
    float:left;
    margin-left:-5px;
}
.cloud-tags a{
	 
    color:#404040;
    float:left;
    font-family:"ProximaNovaSoft-Semibold";
    font-size:12px;
    margin:5px;
    padding:7px 14px;

    
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px; background:#fff
}
.cloud-tags a:hover,.cloud-tags a:focus {
	 
    color:#e97a2c;
   background:#fff
}


/*** Sidebar Lists ***/
.sidebar-list {
    float:left;
    width:90%; margin:0 5%
}
.sidebar-list > li {
    float:left;
    margin-bottom:1px;
    width:100%; border-bottom: solid 1px #19988b
}
.sidebar-list > li   li{
  border-bottom: solid 0px #19988b
}
.sidebar-list li a {
    
    padding:10px 0px 10px 11px;
    color:#313131;
    font-family:ProximaNovaSoft-Semibold;
    font-size:16px; display:block
 
}
.sidebar-list li a::before { display:inline-block; content:"> "; padding-right:5px
}

.sidebar-list li a:hover,.sidebar-list li a:focus  {
    
   
    color: #ec6608
}
 

.sidebar-list li.actif a {
     color:#ec6608;  text-decoration:underline
 }

 
 
.sidebar-list li li a {
    
    padding:4px 0px 4px 22px;
    color:#313131;
    font-family:ProximaNovaSoft-Regular;
     display:block; font-size:14px
 
}

.sidebar-list li li a::before { display:inline-block; content:"- "; padding-right:5px
}
.sidebar-list li.actif li a {
     color:#313131;  text-decoration:underline
 }
 .sidebar-list li li.actif a {
     color:#ec6608;  text-decoration:underline
 }

/*** Sidebar Video ***/
.sidebar-video {
    float:left;
    overflow:hidden;
    width:100%;
	position:relative;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.sidebar-video:after {
    height:100%;
    width:100%;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    content:"";

	opacity:0;
	filter:alpha(opacity = 0);

    position:absolute;
    left:0;
    top:0;
	
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	transform:scale(0.5);
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.sidebar-video:hover:after{
	opacity:1;
	filter:alpha(opacity = 100);

	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.sidebar-video > h6 {
    width:100%;
    color:#F5F5F5;
    font-family:ProximaNovaSoft-Semibold;
    font-size:13px;
    text-align:center;
	z-index:1;

    position:absolute;
    left:0;
    top:-30px;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.sidebar-video:hover > h6 {
    top:30px;
}
.sidebar-video > span {
    height:40px;
    width:40px;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    line-height:36px;
    margin-bottom:-20px;
    margin-left:-20px;
    text-align:center;
	z-index:1;

    position:absolute;
    bottom:-50%;
    left:50%;
	
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.sidebar-video > span a i{
	color:#fff;
}
.sidebar-video:hover > span {
    bottom:50%;
}

/*** Sidebar Gallery ***/
.gallery .col-md-4 a {
    margin-bottom:20px;
}
.gallery .col-md-4 a img{
	width:100%;
}
.gallery .col-md-4 > a:before {
    content:"";
    height:100%;
    width:100%;
	opacity:0;
	filter:alpha(opacity = 0);

    position:absolute;
    left:0;
    top:0;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.gallery .col-md-4 > a:hover:before{
	opacity:1;
	filter:alpha(opacity = 100);
}
.gallery .col-md-4 > a {
    float:left;
    position:relative;
	border-radius:4px;
	overflow:hidden;
	width:100%;
}

/*** Sidebar Swith To Left ***/
.switch .left-content.nine-column {
    float: right;
    margin: 0 -15px 0 0;
}
.switch .sidebar.three-column.pull-right {
    float: left;
    margin: 0 30px 0 -15px;
}



/*** Slider Styles ***/
.ls-s-1 i{
	font-style:normal;
	position:relative;
} 
.ls-s-1 span {
    padding:5px 20px;
    margin-left:20px;
    background:none no-repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color:#FFFFFF;
    position:relative;
	
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    -ms-border-radius:0 4px 4px 0;
    -o-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
}
.ls-s-1 span:before {
    background:url("/theme/fr/images/slider1-img.png") no-repeat scroll 0 0 transparent;
    content:"";
    height:100%;
    left:-8px;
    position:absolute;
    top:0;
    width:10px;
}

span.ls-s-1:after {
    background:url("/theme/fr/images/slider1-img3.png") no-repeat scroll right 0 transparent;
    content:"";
    height:100%;
    position:absolute;
    right:-32px;
    top:0;
    width:100px;
}
span.ls-s-1 i{
	color:#4c4c4c;
	font-style:normal;
}
h3.ls-s-2 span{
	color:#242424;
}

h3.ls-s-3 i{
	color:#98d460;
	font-style:normal
}



.slide3-first:after {
    content:"";
    height:100%;
    width:100px;
    background:url("/theme/fr/images/slider2-img.png") no-repeat scroll right 0 transparent;

    position:absolute;
    right:-39px;
    top:0;
}

h4.ls-s-3 span {
    color:#323232;
}
.slide3-second:after {
    content:"";
    height:100%;
    width:100px;
    background:url("/theme/fr/images/slider2-img2.png") no-repeat scroll right 0 transparent;

    position:absolute;
    right:-31px;
    top:0;
}

h5.ls-s-3 span{
	color:#9bd362;
}
.slide3-third:after {
    content:"";
    height:100%;
    width:100px;
    background:url("/theme/fr/images/slider2-img3.png") no-repeat scroll right 0 transparent;

    position:absolute;
    right:-21px;
    top:0;
}

.ls-s-4 i{
	font-style:normal;
	color:#98d460;
}




/*** Side Panel ***/
.side-panel {
    width:277px;
    padding:50px;
    position:fixed;
    top:100px;
	left:-277px;
    background:url("/theme/fr/images/panel-bg.jpg") repeat scroll 0 0 transparent;
	z-index:1000;
	
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	
	-webkit-box-shadow:0 0 3px #888888;
	-moz-box-shadow:0 0 3px #888888;
	-ms-box-shadow:0 0 3px #888888;
	-o-box-shadow:0 0 3px #888888;
	box-shadow:0 0 3px #888888;
	
	-webkit-border-radius:0px 5px 5px 0;
	-moz-border-radius:0px 5px 5px 0;
	-ms-border-radius:0px 5px 5px 0;
	-o-border-radius:0px 5px 5px 0;
	border-radius:0px 5px 5px 0;
	
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.show{
	left:0;

	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.side-panel h6 {
    border-bottom:1px double #f4f4f4;
    color:#3D3C3C;
    display:inline-block;
    font-family:ProximaNovaSoft-Regular;
    font-weight:600;
    margin:0px 0 20px 0;
    position:relative;
    text-transform:uppercase;
}
.colors a {
    display:inline-block;
    height:20px;
    margin-right:10px;
    width:20px;
	border:1px solid #fff;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.colors a:hover{
	-webkit-box-shadow:0 0 4px #000;
	-moz-box-shadow:0 0 4px #000;
	-ms-box-shadow:0 0 4px #000;
	-o-box-shadow:0 0 4px #000;
	box-shadow:0 0 4px #000;
}
.color1{
	background-color:#b35c28;
}
.color2{
	background-color:#DC4B3A;
}
.color3{
	background-color:#E3C60A;
}
.color4{
	background-color:#93B631;
}
.color5{
	background-color:#2D695C;
}
.color6{
	background-color:#E76E66;
}
.color7{
	background-color:#ED6A18;
}
.color8{
	background-color:#E53B51;
}
.color9{
	background-color:#ED556A;
}
.color10{
	background-color:#4FC0AA;
}
.colors {
    margin-bottom:20px;
}

.colors {
    margin-bottom:20px;
}

.layout-buttons {
    margin-bottom:20px;
}
.layout-buttons > a {
    width:100%;
    display:inline-block;
    margin:5px 0;
    border:1px solid #7c7c7c;
    color:#E0DFDF;
    font-family:ProximaNovaSoft-Regular;
    font-size:11px;
    font-weight:600;
    text-align:center;
	cursor:pointer;
	background:#818080;

    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
	
}
.layout-buttons > a:hover {
	background-image:linear-gradient(bottom, rgb(134,81,40) 13%, rgb(145,92,51) 43%);
	background-image:-o-linear-gradient(bottom, rgb(134,81,40) 13%, rgb(145,92,51) 43%);
	background-image:-moz-linear-gradient(bottom, rgb(134,81,40) 13%, rgb(145,92,51) 43%);
	background-image:-webkit-linear-gradient(bottom, rgb(134,81,40) 13%, rgb(145,92,51) 43%);
	background-image:-ms-linear-gradient(bottom, rgb(134,81,40) 13%, rgb(145,92,51) 43%);

	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(134,81,40)),
		color-stop(0.43, rgb(145,92,51))
	);
    color:#E0DFDF;
}
.panel-icon {
	background-image:url("/theme/fr/images/panel-icon.png"), url("/theme/fr/images/panel-bg.jpg");
	background-repeat:no-repeat, repeat;
	background-position:3px 10px, 0 0; 
 
    height:210px;
    width:30px;
	cursor:pointer;
    position:absolute;
    right:-30px;
    top:110px;

	-webkit-box-shadow:1px 0 1px #B7B7B7;
	-moz-box-shadow:1px 0 1px #B7B7B7;
	-ms-box-shadow:1px 0 1px #B7B7B7;
	-o-box-shadow:1px 0 1px #B7B7B7;
	box-shadow:1px 0 1px #B7B7B7;
	
	-webkit-border-radius:0px 5px 5px 0;
	-moz-border-radius:0px 5px 5px 0;
	-ms-border-radius:0px 5px 5px 0;
	-o-border-radius:0px 5px 5px 0;
	border-radius:0px 5px 5px 0;
}
.panel-icon > p {
    height:20px;
    width:175px;
    color:#656565;
    font-family:ProximaNovaSoft-Regular;
    font-weight:600;
    position:absolute;
    left:-74px;
    top:103px;
    text-shadow:1px 1px 0 #FFFFFF;

    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    transform:rotate(270deg);
}
.colors .pictures{
    height:31px;
    width:31px;
}
.colors .pat1 {
    background:url("/theme/fr/images/boxed-bg1.jpg") repeat scroll 0 0 transparent;
	background-size:cover;
}
.colors .pat2 {
	background:url("/theme/fr/images/boxed-bg2.jpg") repeat 0 0 transparent;
	background-size:cover;
}
.colors .pat3 {
	background:url("/theme/fr/images/boxed-bg3.jpg") repeat 0 0 transparent;
	background-size:cover;
}
.colors .pat4 {
	background:url("/theme/fr/images/boxed-bg4.jpg") repeat 0 0 transparent;
	background-size:cover;
}


.bg-body1{
	background:url("/theme/fr/images/boxed-bg1.jpg") repeat 0 0 transparent;
	background-attachment:fixed;
	background-size:cover;	
}
.bg-body2{
	background:url("/theme/fr/images/boxed-bg2.jpg") repeat 0 0 transparent;
	background-attachment:fixed;
	background-size:cover;	
}
.bg-body3{
	background:url("/theme/fr/images/boxed-bg3.jpg") repeat 0 0 transparent;
	background-attachment:fixed;
	background-size:cover;	
}
.bg-body4{
	background:url("/theme/fr/images/boxed-bg4.jpg") repeat 0 0 transparent;
	background-attachment:fixed;
	background-size:cover;	
}











.controls {
    float: right;
    margin-bottom: 30px;
    margin-right: -15px;
    width: 100%;
}
.controls ul{
	float:right;
}
.controls > ul li {
    float: left;
    border: 1px solid #D1D7DC;
    color: #656565;
    font-family: ProximaNovaSoft-Regular;
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
    padding: 10px;
    text-transform: uppercase;
	cursor:pointer;

    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.controls > ul li.actif{
	color:#fff;
}
#Grid .col-md-3,
#Grid .col-md-4,
#Grid .col-md-6 {
    min-height: 0;
}
.portfolio {
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
	width:100%;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
	
}
.portfolio img {
    width: 100%;
}


#Grid {
    margin: 0 -15px;
	min-height:500px;
}
#Grid .mix{
	display: none;
	opacity: 0;
	margin-bottom: 30px;	
}

#Grid .gap{
	display: inline-block;
	width: 200px;
}

.port-desc {
    width: 96%;
    padding:0;
    background: none repeat scroll 0 0 rgba(247, 244, 244, 0.87);

    position: absolute;
    bottom:-20%;
    left: 2%;

	opacity:0;
	filter:alpha(opacity=0);
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.port-desc > h4 {
    font-family: ProximaNovaSoft-Semibold;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 30px;
}
.port-desc > p {
    color: #6D6C6C;
    font-family: ProximaNovaSoft-Regular;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: -5px;
}
.portfolio:hover .port-desc{
    padding: 40px 15px;
	
	opacity:1;
	filter:alpha(opacity=100);
	
	bottom:2%;
}
.block #Grid {
    margin-bottom: -30px;
}
/*** STICKY MENU ***/
.stick {
    position: fixed;
    top: 0;
	z-index:10000;

	-webkit-transition:all 0.8s ease 0s;
	-moz-transition:all 0.8s ease 0s;
	-ms-transition:all 0.8s ease 0s;
	-o-transition:all 0.8s ease 0s;
	transition:all 0.8s ease 0s; height:140px
}
.stick .menu-navigation > li > a {
 }
.stick .logo{
 }
.stick .menu ul li > ul{
 }
.stick .menu ul li > ul li ul{
	top:0;
}
.stick .menu-navigation > li:after, 
.stick .menu-navigation > li.actif:after{
	display:none;
}
/*** MENU BELOW SLIDER ***/
.below {
    bottom: 0;
    top: auto;
}
/*** TOGGLE HEADER ***/
.show-header {
    height: 70px;
    width: 70px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 40px;
    line-height: 69px;
    z-index: 1;
    text-align: center;

    position: absolute;
    left: 0;
    top: 0;
	
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.top-bar-toggle{
	display:none;
}
.toggle-header{
	display:none;
}
.show-header.move-down {
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    top: 130px;
}

/*** LOGO IN THE MIDDLE ***/
.middle-logo{
	top:0;
}
.middle-logo .logo{
	display:table;
	margin:0 auto;
	float:none;
}
.middle-logo .menu {
    display: table;
    float: none;
    margin: 0 auto;
}
.middle-logo .menu-navigation > li:hover:before,
.middle-logo  .menu-navigation > li:hover:after,
.middle-logo  .menu-navigation > li.actif:before,
.middle-logo  .menu-navigation > li.actif:after{
	display:none;
}
.middle-logo .menu-navigation li a{
	padding:10px 20px;
}
.middle-logo .menu ul li ul{
	top:40px;
}
.middle-logo .menu ul li > ul li ul{
	top:0;
}






.services{
	margin:0 -15px;
}
.box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid;
    float: left;
    margin-top: -50%;
    text-align: center;
    width: 100%;
	position:Relative;
}
.box:after {
    bottom: 0;
    content: "";
    height:0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.box:hover:after {
	height:100%;
}
.box i {
    float: left;
    font-size: 50px;
    line-height: 44px;
    padding: 40px 0;
    width: 100%;
	color:#8e8e8e;
	text-shadow:0 1px 3px rgba(0,0,0,0.20);
	position:relative;
	z-index:1;
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.box:hover i{
	color:#fff;
}
.box > h4 {
    color: #F4F4F4;
    float: left;
    font-family: ProximaNovaSoft-Regular;
    font-size: 13px;
    font-weight: normal;
    line-height: 11px;
    padding: 12px 0;
    width: 100%;
	position:relative;
	z-index:1;
}


.parallax {
    margin-top: 60px;
    padding: 70px 0;
    position: relative;
}
.fixed-bg{

	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	
}

.posts-carousel {
    float: left;
    margin: 0 -15px;
    position: relative;
}
.posts-carousel .sec-heading {
    border-bottom-color: #999898;
    margin-bottom: 30px;
}
.posts-carousel li{
    float: left;
	margin-right:30px;
	height:417px;
}
.carou-post {
    background: none repeat scroll 0 0 #FCFCFC;
    float: left;
    width: 270px;
	margin-right:30px;
}
.carou-post-img {
    position: relative;
}
.carou-post-img > img {
    width: 100%;
}
.carou-post-img:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(82,82,82,0.66);
	
	opacity:0;
	filter:alpha(opacity=0);
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.carou-post-img:hover:before{
	opacity:1;
	filter:alpha(opacity=100);
}
.carou-post-img a{
	color:#fff;
	width:50px;
	line-height:40px;
	border:1px solid #bdbdbe;
	text-align:center;
	font-size:20px;
	margin-top:-20px;
	margin-left:-25px;
	
	position:absolute;
	left:50%;
	top:50%;
	
	opacity:0;
	filter:alpha(opacity=0);
	
	-webkit-transform:scale(2);
	-moz-transform:scale(2);
	-ms-transform:scale(2);
	-o-transform:scale(2);
	transform:scale(2);
	
	-webkit-transition:opacity 0.2s ease 0s, transform 0.3s ease 0.2s;
	-moz-transition:opacity 0.2s ease 0s, transform 0.3s ease 0.2s;
	-ms-transition:opacity 0.2s ease 0s, transform 0.3s ease 0.2s;
	-o-transition:opacity 0.2s ease 0s, transform 0.3s ease 0.2s;
	transition:opacity 0.2s ease 0s, transform 0.3s ease 0.2s;
}
.carou-post-img:hover a{
	opacity:1;
	filter:alpha(opacity=100);
	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.carou-post > h4 {
    color: #FCFCFC;
    float: left;
    font-family: ProximaNovaSoft-Regular;
    font-size: 14px;
    padding: 10px 20px;
}
.carou-post > p {
    color: #7B7B7B;
    display: block;
    float: left;
    font-family: ProximaNovaSoft-Regular;
    font-size: 13px;
    margin: 20px 0;
    padding: 0 22px;
}
.carou-post > a {
    background: none repeat scroll 0 0 #525252;
    color: #FCFCFC;
    float: right;
    font-family: ProximaNovaSoft-Regular;
    line-height: 12px;
    margin-bottom: 10px;
    padding: 5px 20px;
}

.carou-post .ls-container{
	border-bottom:0;
}
.posts-carousel .pagi {
    top: 0;
}
.posts-carousel .sec-heading h2 {
    color: #4A4A4A;
    font-size: 24px;
}
.posts-carousel .sec-heading h2:before{
	border-bottom-color:#999898
}
.posts-carousel .sec-heading h2:after{
	border-top-color:#999898
}

.posts-carousel .pagi i{
	color:#fff;
}
.posts-carousel .pagi.next{
	right:0;
}
.posts-carousel .pagi.prev{
	right:35px;
}
.carou-post #layerslider-container-fw {
    height: 235px;
    width: 270px;
}


.bottom-blocks {
    margin: 0 -15px;
}
#shop-carousel > li {
    float: left;
}
.shop {
    float: left;
    margin: 30px 0 0 0;
}
.item{
	position:relative;
	width:570px;
}
.item img{
	height:291px;
	width:100%;
}
.item-detail {
    background: none repeat scroll 0 0 rgba(87, 87, 87, 0.73);
    bottom: 0;
    left: 0;
    padding:20px 30px;
    position: absolute;
    width: 100%;
}
.item-detail > h3 {
    color: #FFFFFF;
    float: left;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 24px;
	width:70%;
	line-height:50px;
}
.item-detail > span {
    color: #FFFFFF;
    float: right;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 25px;
    width: 30%;
}
.item-detail > span span{
	color:#d6d5d5;
	font-size:30px;
}
.item-detail i {
    color: #CCCBCC;
    font-family: ProximaNovaSoft-Regular;
    font-size: 16px;
    font-style: normal;
    margin-right: 20px;
    text-decoration: line-through;
}
.item-detail > a {
    border-radius: 2px;
    color: #FFFFFF;
    float: right;
    font-family: ProximaNovaSoft-Regular;
    line-height: 10px;
    padding: 10px;
    text-align: center;
    width: 25%;
}
.shop .pagi.next {
    right: 15px;
}
.shop .pagi.prev {
    right: 50px;
}
.donate-message {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.donate-message > img {
    width: 100%;
}
.donate-message > h5 {
    color: #4F4E4E;
    font-family: ProximaNovaSoft-Regular;
    font-size: 16px;
    font-weight: bold;
    line-height: 13px;
    margin: 10px 0;
}
.donate-message > p {
    color: #717171;
    font-family: ProximaNovaSoft-Regular;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 20px;
	line-height:21px;
}
.donate-message > a {
    background: none repeat scroll 0 0 #4a4a4a;
    border-radius: 0 10px;
    color: #FFFFFF;
    float: right;
    font-family: ProximaNovaSoft-Regular;
    font-size: 11px;
    line-height: 10px;
    padding: 10px;
}


.upcoming-event {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.upcoming-event img{
	width:100%;
}
.upcoming-event > h5 {
    font-family: ProximaNovaSoft-Regular;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}
.upcoming-event li {
    border: 1px solid #EEEDED;
    font-family: ProximaNovaSoft-Regular;
    line-height: 15px;
    margin-bottom: 2px;
    padding: 5px 20px;
}
.upcoming-event li a{
    color: #4F4E4E;
}
.upcoming-event li i{
	margin-right:10px;
	font-size:15px;
}
.upcoming-event li .icon-twitter {
    color: #51B4FF;
}
.upcoming-event li .icon-calendar{
    color: #949090;
} 


/*** //// PROFILE SINGLE PAGE ///////
///////////////////////////////////////////// ***/
.profile-page {
    margin: 0 -15px;
}
.profile-tabs-content {
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.profile-tabs-content img {
    width: 100%;
}
.profile-tabs {
    border: 0 none;
    float: left;
    margin: 0 -15px;
}
.profile-tabs li {
    float: left;
    margin-bottom: 0;
    width: 33.3333%;
	
	padding:0 15px;
}
.nav.profile-tabs li a,
.nav.profile-tabs li a:hover,
.nav.profile-tabs li a:focus {
	background:none;
    border: 0 none;
    margin: 0;
    padding: 0;
	outline:none;
	overflow:hidden;
	position:relative;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.nav.profile-tabs li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transform:scale(0.3);

	opacity:0;
	filter:alpha(opacity:0);
	
    -webkit-transition: opacity 0.3s linear,transform 0.3s ease 0.3s;
    -moz-transition: opacity 0.3s linear,transform 0.3s ease 0.3s;
    -ms-transition: opacity 0.3s linear,transform 0.3s ease 0.3s;
    -o-transition: opacity 0.3s linear,transform 0.3s ease 0.3s;
    transition: opacity 0.3s linear,transform 0.3s ease 0.3s;
}

.nav.profile-tabs li a:hover:before,
.nav.profile-tabs li.actif a:before {
	opacity:1;
	filter:alpha(opacity:100);
	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.nav.profile-tabs li a:after {
    color: #FFFFFF;
    content: "?";
    font-family: fontawesome;
    font-size: 30px;
    height: 30px;
    left: 50%;
    line-height: 29px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;

	opacity:0;
	filter:alpha(opacity:0);

	-webkit-transform:scale(3);
	-moz-transform:scale(3);
	-ms-transform:scale(3);
	-o-transform:scale(3);
	transform:scale(3);
	
    -webkit-transition:all 0.3s ease 0.3s;
    -moz-transition:all 0.3s ease 0.3s;
    -ms-transition:all 0.3s ease 0.3s;
    -o-transition:all 0.3s ease 0.3s;
    transition:all 0.3s ease 0.3s;
}
.nav.profile-tabs li a:hover:after,
.nav.profile-tabs li.actif a:after {
	opacity:1;
	filter:alpha(opacity:100);
	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.nav.profile-tabs li a img{
	width:100%;
}

.profile-page h1 {
    color: #707070;
    font-family: ProximaNovaSoft-Semibold;
    font-size: 16px;
    font-weight: bold;
    line-height: 10px;
    margin-bottom: 25px;
}
.profile-page h1 i {
    margin-right: 10px;
}
.designation {
    float: left;
    font-family: ProximaNovaSoft-Regular;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.profile-info {
    float: left;
    overflow: hidden;
    width: 400px;
	margin-bottom:30px;
	
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.profile-info > li {
    background: none repeat scroll 0 0 #F5F5F4;
    float: left;
    padding:10px 20px;
    width: 100%;
}
.profile-info > li:nth-child(2n+2) {
    background: none repeat scroll 0 0 #F9F9F9;
}
.profile-info li span {
    color: #646464;
    float: left;
    font-family: ProximaNovaSoft-Regular;
    font-size: 13px;
    font-weight: 500;
    line-height: 10px;
    width: 50%;
}
.profile-info li span i{
	color:#9a9a9a;
	margin-right:10px;
	
}

.profile-info li p {
    float: left;
    width: 50%;
	margin-bottom:0;
    font-family: ProximaNovaSoft-Regular;
    font-size: 13px;
    font-weight: 400;
	color:#9a9a9a;
    line-height: 10px;
}

.profile-page p {
    color: #818181;
    float: left;
    font-family: ProximaNovaSoft-Regular;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 24px;
    width: 100%;
}
.join-team {
    background: url("/theme/fr/images/pattern4.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    float: left;
    margin-top: 50px;
    padding: 40px 55px;
    text-align: center;
    width: 100%;
}
.join-team h2 {
    color: #5A5A59;
    font-family: ProximaNovaSoft-Regular;
    font-size: 22px;
    line-height: 17px;
    margin-bottom: 20px;
    text-shadow: 0 1px 1px #FFFFFF;
}
.join-team a {
    color: #FFFFFF;
    display: table;
    font-family: ProximaNovaSoft-Regular;
    font-size: 13px;
    line-height: 13px;
    margin: 0 auto;
    padding: 10px 30px;
	
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   -ms-border-radius: 2px;
   -o-border-radius: 2px;
   border-radius: 2px;
}


#top-bar ul li a { color:#ffffff
 

}#top-bar ul  { margin-left:62px
 

}
#top-bar ul li.on a, #top-bar ul li:hover a , #top-bar ul li:focus a {   color:#19988b

}

#top-bar .fr{ padding:0px 0 0 0px; width:400px; float:left; top:-7px; position:relative; margin-left:40px; height: 43px;
overflow: hidden; margin-bottom:-7px}
#top-bar .fr .input-field{ width:90px; float:left; margin-right:5px; padding-top:3px; padding-bottom:3px; height:30px; background:#46aca2!important; color:#313131!important; border:none!important; padding-left:2px; padding-right:2px }
#top-bar .fr label{ width:70px; float:left; margin-right:5px; display:block; color:#fff; margin-left:5px; line-height:150%; font-weight:normal; padding-top:5px }
#top-bar .form-button{ padding :3px 5px; float:left; width:30px; text-align:center; height:30px; margin-left:5px; background:none!important; color:#fff; font-family:  "Trebuchet MS", Verdana, sans-serif; font-size:15px; font-weight:bold; font-style:italic;   }
#top-bar .form-button:hover{ background:#e9e6e3!important; color:#19988b!important }
.identifier a{ color:#fff; text-decoration: underline}
ul.rapide li  { padding:8px 0; list-style-type:none; list-style-position:inside; border-bottom: solid 1px #e5e3e0; font-size:16px }
ul.rapide li a{ color:#404040; text-decoration: none}
ul.rapide li a:hover, ul.rapide li a:focus{ color:#19988b; text-decoration: underline}
 .sidebar .col-md-3{ width:100%; float:none; margin:10px 0; padding:0; clear:both}
 ul.plan{ margin:0 0 0 20px;}
 ul.plan li{ margin:5px 0; list-style-type:circle; list-style-position:inside; padding:5px;}
 ul.plan li a{ color:#424242; text-decoration:underline}
 
 .post_extrait.span4{ padding:15px 0; border-bottom: dotted 1px #ccc}
 .contenu.marche  { padding-bottom:20px; padding-top:10px; margin-bottom:20px;   border-bottom:dashed 1px #C1C1C1}
.sectioninner_normal .col_right_35_65 .contenu.marche h4, .sectioninner_normal .col_right_35_65 .contenu.marche h3{ margin-top:5px}

.presse {
width: 233px;
padding: 10px 20px;
background: #ccc;
margin-right: 29px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float: left;
margin-bottom: 15px;
}
.presse img{ max-width:100%;  }
.presse h3{ padding:5px; font-size:15px; text-align:center; }
.presse h4{ padding:0; font-size:12px; text-align:center; margin:0 }
.presse a h3{ text-decoration:underline; }
.article h2{ margin:0; padding:0 0 8px; color:#333; font-size:25px; font-family:"ProximaNovaSoft-Semibold" }
.article img{ max-width:100% }
.articleinner{ background:#fff; padding:0; margin:0; background:#fff; border-top:solid 3px #19988b;-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;}
.article::after{ display:block; width:100%; height:32px; background:url(/theme/fr/images/ombrearticle.jpg) no-repeat  center top; content:" "; clear:both}
.article.carte::after{ display:none; }

.articleinner.padding{ padding:10px}
.articleinner.imgsepar img{ margin:0px 40px 0 0 }

h2.tit-bloc2{color:#19988b; font-size:35px; font-family:"ProximaNovaSoft-Regular";  text-transform:uppercase}
h2.tit-bloc2 span{font-style:italic; display:inline-block; margin-right:6px}

.actus { width:100%}
.actus .actuliste{ color:#313131; font-size:16px; font-family:"ProximaNovaSoft-Regular"; margin-bottom:15px;  }
.actus .actuliste time, .actuliste time{color:#ec6608; background:url(/theme/fr/images/calendrier.png) no-repeat left top; padding-left:25px;font-size:16px; font-family:"ProximaNovaSoft-Bold"; line-height:25px; padding:5px 0 5px 28px }
  img.separ{ display:block; margin:20px 0    }
  img.separ.nomargbottom{ display:block; margin:20px 0  0   }
  
.actus .actuliste h3 a{color:#313131;    }
.actus .actuliste h3 a:hover,.actus .actuliste h3 a:focus { text-decoration:underline ; color:#ec6608;   }
.actus .actuliste h3{color:#313131;   font-size:20px; font-family:"ProximaNovaSoft-Bold"; line-height:25px; font-weight:normal }
.actus .actuliste h3 span{ font-style:italic }

.zoom.col-md-6{height:400px!important}
 .article2::after{ display:block; width:100%; height:22px; background:url(/theme/fr/images/ombre2.png) no-repeat  center top; content:" ";  clear:both}



.articleinner2{ background:#fff; padding:20px 40px; margin:0; background:#fff;   -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; font-size:14px; color:#333333}
.articleinner2 strong{  font-family:"ProximaNovaSoft-Bold"; }


.article3::after{ display:block; width:100%; height:32px; background:url(/theme/fr/images/ombrearticle.jpg) no-repeat  center top; content:" "; clear:both}


.articleinner2 h1{ color:#ec6608; font-family:"ProximaNovaSoft-Bold"; font-size:30px}
.articleinner2 h1::before{ content:"#"; display:inline-block; margin-right:5px; }
.articleinner2 h2{ color:#19988b; font-family:"ProximaNovaSoft-Semibold"; font-size:25px}
.articleinner2 h2::before{ content:"//"; display:inline-block; margin-right:5px; }
.articleinner2 h3{ color:#333333; font-family:"ProximaNovaSoft-Bold"; font-size:20px; margin:13px 0; }
.articleinner2 h4{ color:#333333; font-family:"ProximaNovaSoft-Semibold"; font-size:16px; margin:10px 0; }
.articleinner2 ul{ margin:10px 0 10px 20px}
.articleinner2 ul ul{ margin:0px 0 0px 40px}
.articleinner2 ul li{ list-style-image: url(/theme/fr/images/bullet-1.png); list-style-position:inside  }
.articleinner2 ul li li{ list-style-image: url(/theme/fr/images/bullet-2.png); list-style-position:inside;  }
.articleinner2 table td{ text-align:left; border:solid 1px #cecece; padding:6px; color:#3d3d3f; border-collapse:collapse }
.articleinner2 table th{ text-align:center; border:solid 1px #cecece; padding:6px; color:#3d3d3f;  font-family:"ProximaNovaSoft-Semibold" ; background:#e8e8e8 }
.articleinner2 table tr td:first-child{ border-left:solid 0px #cecece;  }
.articleinner2 table tr td:last-child{ border-right:solid 0px #cecece;  }
.articleinner2 table tr th:first-child{ border-left:solid 0px #cecece;  }
.articleinner2 table tr th:last-child{ border-right:solid 0px #cecece;  }


.articleinner2  fieldset{ border:solid 2px #f0ede9; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; padding:10px 20px; margin-bottom:30px}
.articleinner2  fieldset legend{ color:#252525; font-size:20px; font-family:"ProximaNovaSoft-Regular"; text-transform:uppercase; border:none; width:auto; padding:0 15px; margin-bottom:0}
.articleinner2  form input.input-field, .articleinner2  form textarea.input-field { border:solid 2px #d8d8d8; -moz-box-shadow: inset 0px 0px 50px 0px #eceaea;
-webkit-box-shadow: inset 0px 0px 50px 0px #eceaea;
-o-box-shadow: inset 0px 0px 50px 0px #eceaea;
box-shadow: inset 0px 0px 50px 0px #eceaea;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#eceaea, Direction=NaN, Strength=50);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; }

.articleinner2  .form form label{ color:#252525; font-size:14px; margin-bottom:0; font-family:"ProximaNovaSoft-Regular"; font-weight:normal }
 
.articleinner2  form select { border:solid 2px #d8d8d8; -moz-box-shadow: inset 0px 0px 50px 0px #eceaea;
-webkit-box-shadow: inset 0px 0px 50px 0px #eceaea;
-o-box-shadow: inset 0px 0px 50px 0px #eceaea;
box-shadow: inset 0px 0px 50px 0px #eceaea;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#eceaea, Direction=NaN, Strength=50);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; margin-bottom:10px; width:100%!important; min-height:32px }


.articleinner2  form input.textfield.file { margin-bottom:10px;  }
.articleinner2  form input.input-field:focus, .articleinner2  form input.input-field:hover,
.articleinner2  form select:focus, .articleinner2  form select:hover,
.articleinner2  form textarea.input-field:focus , .articleinner2  form textarea.input-field:hover{ border:solid 2px #19988b} 
.articleinner2  form .erreur input.input-field, .articleinner2  form .erreur textarea.input-field, .articleinner2 .erreur form select{ border:solid 2px red}
.articleinner2  .form form .erreur label{ color:red;}

.logo_print{display:none}



@media (max-width: 1200px){


.menu-navigation li a{
	padding: 10px 10px 30px;
	max-width:159px;
	font-size:13px;
}
.amount {
    width: 167px;
}
.donate-now{
	padding: 0 10px;
	width:636px;
}
.needed-amount{
	width:250px;
}
.details > p{
	width:720px;
}
.nav.cause-tabber li a, 
.nav.cause-tabber li a:hover, 
.nav.cause-tabber li a:focus{
	width:303px;
}
.event{
	width:220px;
}
.event-intro{
	width:100%;
}
.desc{
	width:235px;
}
.image {
    width: 225px;
}
.image > img {
    height: 100%;
    width: 100%;
}

.flickr-images > a{
	width:57px;
	height:57px;
}
.contact-details li span{
	margin-bottom:0;
}
.social-bar li {
    height: 25px;
    margin-right: 5px;
    width: 30px;
}
.social-bar li img {
    width: 100%;
}
.cause-heading h3{
	font-size:14px;
	padding:0 15px;
}
.cause-heading p{
	padding:0 15px;
	font-size:11px;
}
.our-causes-hover{
	padding:20px 15px;
}
.our-causes-hover h3{
	margin-bottom:15px;
}
.our-causes-hover span{
	margin-bottom:15px;
}
.donate-us-box {
    padding: 20px 15px;
    width: 100%;
}
.donate-us-box h5 {
    margin-bottom: 15px;
	font-size:16px;
}
.slideshow .slides{
	height:190px;
}
.recent-news{
	width:475px;
}
.our-project{
	margin-left:20px;
	width:475px;
}
.icon-box{
	width:75px;
	height:75px;
	padding:9px;
}
.icon-hover p{
	margin-bottom:5px;
}
.icon-hover p span{
	font-size:12px;
}
.six-column{
	width:470px;
}
.nine-column{
	width:720px;
}
.three-column{
	width:220px;
}
.story{
	width:220px;
}
.collected > span{
	font-size:11px;
}
.gallery-tabs{
	padding:10px 50px;
}
.staff-member{
	height:305px;
}
.post-image{
	width:220px;
}
.contact-info .contact-details > li{
	width:40%;
}
.social-connect h3{
	font-size:20px;
}
.working{
	width:460px;
}
.list_carousel{
	width:435px;
}
.event-post-image{
	width:290px;
}
.event-post-detail {
    float: right;
    width: 410px;
}
.causes-image{
	width:220px;
}
.icon-box i{
	line-height:56px;
}
.recent-event.previous-event{
	width:220px;
}
.recent-event.previous-event > ul,
.recent-event.previous-event > h4{
	margin-left:0;
}
.billing,.shipping {
    float: left;
    width: 100%;
}
.footer_carousel,
.footer_carousel li {
    width: 225px;
}
#thumbs a img{
	height:65px;
}
#carousel span {
    height: 250px !important;
}
.menu-navigation > li:hover > a:before,
.menu-navigation > li.active > a:before {
    height: 112%;
}
.theme-layout.boxed{
	width:1000px;
}
.search-detail{
	width:420px;
}
.element .col-md-6 .theme-list {
    width: 50%;
}
.social-icons.multi > li:nth-child(7n+7){
	margin-right:40px;
}
.social-icons.gray > li:nth-child(9n+9){
	margin-right:40px;
}
.price-table ul{
	width:225px;
}
.posts-carousel{
	width:auto;
}
.carou-post{
	width:220px;
}
.carou-post #layerslider-container-fw {
    height: 190px;
    width: 220px;
}
.item{
	width:470px;
}
.item-detail{
	padding:10px 30px;
}
.item-detail > h3{
	font-size:20px;
	width:60%;
}
.item-detail > span{
	width:40%;
}
.item-detail > a{
	width:40%;
}
.recent-event.previous-event > h4{
	width:100%;
}
.footer_carousel .caroufredsel_wrapper, .footer_carousel .review{width:100%!important;}
footer .contact-details li strong {
width: 77%;
}
.articleinner2 img {
max-width: 100%!important;
}

.content .post_extrait .blue {
float: left!important;
margin: 10px;
}
}


@media (min-width: 768px) and (max-width: 1024px){
.menu{
	display:none;
}
#top-bar ul li{ margin-right:3px}
.middle-logo .menu{
	display:none;
}
.ipadMenu{
	display:block;
	margin-top:45px; padding:3px; font-size:19px; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.message-box{
	width:285px;
}
.message-form{
	padding:10px;
}
.message-form > p{
	margin-bottom:10px;
}
.message-form form input.form-control, .message-form form input.form-control:focus{
	height:28px;
}
.amount{
	width:157px;
}
.donate-now{
	width:436px;
}

.needed-amount{
	width:210px;
}
.needed-amount > h5{
	font-size:40px;
}
.details > p{
	width:540px;
}
.nav.cause-tabber li a, .nav.cause-tabber li a:hover, .nav.cause-tabber li a:focus{
	width:233px;
}
.cause-tabber li a span{
	font-size:12px;
}
.event {
    width:48%;
	margin-right:2%;
}
.event:last-child{
	margin-right:0;
}
.event-thumb{
    width:100%;
}
.event-intro{
    width:100%;
}
.desc {
    width: 50%;
}
.image {
    width: 40%;
}
.image img{
	width:100%;
}
footer .col-md-3 {
    float: left;
	width:100%;
    margin-bottom: 30px;
}
.newsletter:before{
	display:none;
}
.newsletter{
	padding:20px 20px 0;
	width:100%;
	border-radius:4px;
}
.newsletter > h4{
	float:none;
	display:block;
}
.social-bar {
    display: table;
    float: none;
    margin: 0 auto;
    width: auto;
}

.our-causes{
	width:100%;
	margin-bottom:20px;
}
.donate-us-box {
    width: 100%;
}
.donate-us-box a.donate-btn {
    display: table;
    float: none;
    margin: 0 auto;
}
.recent-news {
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
}
#carousel-wrapper .caroufredsel_wrapper {
    height: 256px !important;
}
.our-project {
    margin-left: 0;
    width: 100%;
}
.our-project-box {
    width: 100%;
}
.our-project-box .row > div {
    float: left;
    padding-bottom: 50px;
    width: 33%;
}
.our-project-box span {
    display: table;
    float: none;
    margin: 0 auto 20px;
}
.project-detail {
    margin-left: 0;
    width: 100%;
}
.six-column{
	float:left;
	width:100%;
	margin:0;
	margin-bottom:20px;
}
.nine-column{
	float:left;
	width:100%;
	margin:0;
	margin-bottom:20px;
}
.three-column{
	width:100%;
	float:left;
	margin:0;
	margin-bottom:20px;
}
.our-project-box{
	margin-bottom:0;
}
.welcome-box > p{
	margin-left:0;
	width:340px;
}
.gallery-tabs {
    padding: 10px 20px;
}
.gallery-tabs li{
	margin:0;
}
.gallery-tabs li a, .gallery-tabs li a:focus, .gallery-tabs li a:hover, .gallery-tabs li.active a, .gallery-tabs li.active a:hover, .gallery-tabs li.active a:focus{
	padding:5px;
}
.about-charity-desc > ul {
    display: table;
    float: none;
    margin: 0 auto;
    width: auto;
}
.staff-member {
    height: auto;
    margin-bottom: 30px;
}
.contact-info .contact-details > li{
	width:50%;
}
.working {
    width: 100%;
}
.list_carousel {
    margin-right: 0;
    width: 100%;
}
.list_carousel .caroufredsel_wrapper{
    width: 100%!important;
}
.event-post-image{
	width:290px ;
}
.event-post-detail {
    float: right;
    width: 410px;
}
.icon-box {
    height: 90px;
    margin: 0 70px 20px;
    padding: 17px;
    width: 90px;
}
.our-project-box .row > div {
    float: left;
    padding-bottom: 50px;
    width: 50%;
}
.story {
    width: 345px;
}
.story  img{
    width:100%;
}
.recent-event.previous-event {
    width: 345px;
}
.recent-event.previous-event > ul, .recent-event.previous-event > h4 {
    margin-left:20px;
}
.billing,.shipping {
    float: left;
    width: 100%;
}
.footer_carousel,
.footer_carousel li {
    width:750px;
}
#pager2{
	bottom:-5px;
}
#thumbs a img {
    height: 80px;
}
#carousel span {
    height: 230px !important;
}
.gallery .col-md-4 > a{
	width:75px;
	height:75px;
	margin:0 10px;
}
.theme-layout.boxed {
    width: 840px;
}
.featured-products .col-md-4{
	float:left;
	width:100%;
}
.switch .left-content.nine-column{
	margin:0;
}
.switch .sidebar.three-column.pull-right{
	margin:30px 0 0 0;
}
.element .col-md-6 .theme-list {
    width: 100%;
}
.theme-list.pull-right {
    width: 100%;
}
.theme-list.pull-left {
    width: 100%;
}
.price-table  ul{
	width:100%;
	margin-bottom:20px;
}
#top-bar li{
	margin-right:10px;
}
.services {
    float: left;
    margin: 30px 0 0;
    width: 100%;
}
.box{
	margin-top:0;
	margin-bottom:30px;
}
.carou-post {
    margin-bottom: 30px;
    width: 360px;
}
.posts-carousel li{
	width:780px;
	height:1000px;
	margin:0;
}
.carou-post #layerslider-container-fw {
    height: 314px;
    width: 360px;
}
.posts-carousel .pagi.prev {
    right:70px;
}
.posts-carousel .pagi.next {
    right:30px;
}
.shop{
	width:100%;
}
.item {
    width: 750px;
}
.shop {
    margin-bottom: 30px;
    width: 100%;
}
.profile-page .col-md-6 {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.profile-tabs{
	float:none;
}
footer .contact-details li strong {
width: 86%;
}
.causes-image {
margin-right: 10px;
}
.our-causes-hover p {
font-size: 12px;
line-height: 16px;
}

.articleinner2 img {
max-width: 100%!important;
}
}



@media (max-width: 767px){
.menu{
	display:none;
}
.middle-logo .menu{
	display:none;
}
.ipadMenu{
	display:block;
	margin-top:60px;
}
#top-bar li{
	margin-right:12px;
}
.message-box {
    width: 250px;
    z-index:0;
}
.message-form{
	padding:10px;
	width:100%;
}
.message-form > p{
	display:none;
}

.message-form form input.form-control, .message-form form input.form-control:focus {
    border-radius: 2px 2px 2px 2px;
    font-size: 10px;
    height: 21px;
}
.message-form form textarea.form-control, .message-form form textarea.form-control:focus {
    border-radius: 2px 2px 2px 2px;
    font-size: 10px;
}
.donation-bar{
	margin:0;
	width:100%;
}
.amount{
	width:100%;
}
.donate-now{
	width:100%;
}
.donate-button {
    display: table;
    float: none;
    margin: 28px auto;
}
.our-cause-sec{
	margin:0;
}
.meta{
	bottom:45px;
	padding:8px 0;
	border-radius:0 5px 0 0;
}
.cause-title{
	width:100%;
	left:0;
}
.cause-title h2{
	padding:15px;
	font-size:14px;
}
.details > p {
    width: 100%;
}
.needed-amount {
    width: 100%;
}
.cause-tabber li{
	width:330px;
}
.nav.cause-tabber li a, .nav.cause-tabber li a:hover, .nav.cause-tabber li a:focus {
    margin: 0 0 0;
    width: 100%;
}
.causes-carousel{
	width:330px;
	float:none;
	display:table;
	margin:0 auto;
}
.details > p {
    margin:40px 0;
}
.cause-tabber li a:after{
	display:none;
}
.cause-tabber li a:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	border:0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
	transform:translateX(0) rotate(0deg);
    width: 100%;
	
	opacity:0;
}
.cause-tabber li a:hover:before,
.cause-tabber li.active a:before{
	opacity:1;
}

.recent-events {
    float: left;
    margin-left:0;
    width: 100%;
}
.event {
    margin-right: 5%;
    width: 45%;
}
.event-thumb{
	width:100%;
}
.event-thumb img{
	width:100%;
}
.event-intro{
	margin:0;
	width:100%;
}
.charity-video {
    float: left;
    margin-right: 0;
    width: 100%;
}
.desc {
    width: 100%;
}
.image {
    width: 100%;
	height:300px;
}
.image  img{
    width: 100%;
	height:100%;
}
footer .col-md-3 {
    float: left;
	width:100%;
    margin-bottom: 30px;
}
.newsletter:before{
	display:none;
}
.newsletter{
	padding:20px 20px 0;
	width:100%;
	border-radius:4px;
}
.newsletter > h4{
	float:none;
	display:block;
}
.social-bar {
    display: table;
    float: none;
    margin: 0 auto;
    width: auto;
}
.list_carousel2 {
    display: table;
    float: none;
    margin: 0 auto;
    position: relative;
    width: 450px;
}
/*.causes-image {
    width: 130px;
}*/
.our-causes-hover span.needed-amount{
	font-size:15px;
	line-height:15px;
}
.our-causes {
    float: left;
    margin-top: 22px;
    width: 100%;
}
.our-causes-hover h3{
	line-height:20px;
}
.cause-heading p{
	display:none;
}
/*.our-causes-hover p{
	display:none;
}*/
.slideshow .slides {
    height:240px;
}
.recent-news {
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
}
#carousel .desc {
    display: none;
}
.our-project {
    margin-left: 0;
    width: 100%;
}
.our-project-box {
    width: 100%;
}
.our-project-box .row > div {
    float: left;
    padding-bottom: 50px;
    width: 50%;
}
.icon-box{
    display: table;
    float: none;
    margin: 0 auto 20px;
}
.project-detail {
    margin-left: 0;
    width: 100%;
	text-align:center;
}
.six-column{
	float:left;
	width:100%;
	margin:0;
	margin-bottom:20px;
}
.nine-column{
	float:left;
	width:100%;
	margin:0;
	margin-bottom:20px;
}
.three-column{
	width:100%;
	float:left;
	margin:0;
	margin-bottom:20px;
}
.our-project-box{
	margin-bottom:0;
}
.welcome-box{
	padding:85px 100px 24px;
}
.welcome-box > p{
	margin-left:0;
	width:100%;
}
.gallery-tabs {
    border-radius: 5px 5px 5px 5px;
    padding: 10px 50px;
    position: static;
    width: 100%;
}
.gallery-content{
	margin:45px 0 0;
}
.gallery-content .col-md-6{
	float:left;
}
.error-page h2 {
    font-size: 150px;
    line-height: 135px;
    margin-bottom: 15px;
}
.error-page-search .search-bar{
	width:90%;
}
footer .container {
    padding: 0 15px;
}
.about-charity {
    margin: 0;
}
.about-charity-desc > ul {
    display: table;
    float: none;
    margin: 0 auto;
    width: 100px;
}
.about-charity-desc.col-md-7 ul li{
	margin-right:0;
}
.staff-member {
    height: auto;
    margin-bottom: 30px;
}
.about-charity-video{
	margin-top:20px;
}
.staff{
	margin:50px 0 0;
}
.post-image{
	width:100%;
	margin-bottom:20px;
}
.comments ul li .comment{
	padding:60px 20px 20px;
}
.comments ul li ul{
	margin:30px 0 0;
	padding:26px 0 1px 15px;
}
.post-meta{
	width:100%;
	border:0;
}
.post-desc:after,
.post-desc:before{
	display:none;
}
.post-desc{
	padding-left:0;
}
.contact-info .contact-details > li{
	width:100%;
}
.social-connect h3 {
    font-size: 20px;
    text-align: center;
    width: 100%;
	margin:20px 0;
}
.social-connect .social-bar {
    display: table;
    float: none;
    margin: 0 auto 20px;
    padding: 0;
    width: auto;
}
.social-connect p {
    margin: 0 0 18px;
    text-align: center;
    width: 100%;
}
.working {
    float: left;
    margin: 0 0 40px;
    width: 100%;
}
.list_carousel {
    display: table;
    float: none;
    margin: 0 auto;
    position: relative;
    width: 300px;
}
.flags-pagi{
	bottom:-40px;
	top:auto;
}
.event-post-image{
	width:40% ;
}
.event-post-detail {
    width: 55%;
}
.welcome-box span{
	border-radius:0 0 5px 5px;
	margin-right:-100px;
	right:50%;	
	top:0;
	margin-top:0;
}
.list_carousel4 {
    display: table;
    margin: 30px auto 0;
    padding-top: 30px;
    position: relative;
    width: 350px;
	float:none;
}
.list_carousel4 .flags-pagi{
	top:-35px;
	right:0;
}

.story {
    width: 160px;
}
.story > span{
	margin-left:0;
	padding-left:0;
	margin-top:20px;
	border:0;
}
.recent-event.previous-event{
	width:48%;
	margin-right:2%;
	margin-bottom:20px;
}
.previous-event .recent-event-img,
.previous-event .recent-event-img img{
	width:100%;
}
#pager2{
	bottom:-5px;
}

.footer_carousel {
    width:300px;
	margin:0 auto;
	float:none;
	display:table;
}
.footer_carousel li{
    width:300px;
}
.element{
	margin-left:0;
	margin-right:0;
}
#carousel span {
    height: 300px !important;
	margin-bottom:20px;
}
#top-bar ul{
	
}
header{
	top:36px;
}
.stroies{
	margin-left:0;
	margin-right:0;
}
.page .story {
    margin-right: 2%;
    width: 48%;
}
.page .story:nth-child(n+2) {
    margin-left: 0;
}
.page .story > span{
	width:100%;
}
.theme-layout.boxed {
    width: 90%;
}
.featured-products .col-md-4{
	float:left;
	width:100%;
}
.theme-layout {
    display: block;
}
.gallery-tabs li a, .gallery-tabs li a:focus, .gallery-tabs li a:hover, .gallery-tabs li.active a, .gallery-tabs li.active a:hover, .gallery-tabs li.active a:focus{
	line-height:25px;
}
.search-detail{
	width:65%;
}
.search-image{
	width:25%;
}
.search-tabs li {
    margin: 5px 0;
    text-align: center;
    width: 100%;
}
.search-bar{
	width:100%;
}
.switch .left-content.nine-column{
	margin:0;
}
.switch .sidebar.three-column.pull-right{
	margin:30px 0 0 0;
}
.element .col-md-6 .theme-list {
    width: 100%;
}
.boxed-quote{
    width: 100%;
}
.price-table ul{
	width:100%;
	margin-bottom:20px;
}
#Grid{
	margin:0;
}

.logo img{

}
.logo h1{
	font-size:25px;
	line-height:28px;
}
.logo h1 i{
	font-size:30px;
}
.causes-page {
    margin: 0;
}
.services {
    float: left;
    margin: 30px 0 0;
    width: 100%;
}
.box{
	margin-top:0;
	margin-bottom:30px;
}
.posts-carousel {
    display: table;
    float: none;
    margin: 0 auto;
    width: 400px;
}
.carou-post {
    margin-bottom: 30px;
    width: 48%;
	margin-right:2%;
}
.posts-carousel li{
	width:400px;
	height:810px;
	margin:0;
}
.carou-post #layerslider-container-fw {
    height: 168px;
    width: 100%;
}
.posts-carousel .pagi.prev {
    right:40px;
}
.posts-carousel .pagi.next {
    right:0;
}
.bottom-blocks{
	margin:0;
}
.bottom-blocks .col-md-6 {
    float: left;
    width: 100%;
}
.shop {
    display: table;
    float: none;
    margin: 0 auto 20px;
    padding-top: 30px;
    width: 400px;
}
#shop-carousel > li {
    float: left;
    width: 400px;
}
.item {
    width:100%;
}
.item-detail > h3 {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}
.item-detail > span {
    line-height: 20px;
    text-align: center;
    width: 100%;
}
.item-detail > a {
    width: 100%;
}
.profile-page{
	margin:0;
}
.profile-page .col-md-6 {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.profile-tabs{
	float:none;
}
.join-team {
    margin: 0 20px;
    padding: 20px;
    width: auto;
}
.profile-info{
	width:100%;
}
footer .contact-details li strong {
width: 86%;
}
.causes-image {
margin-right: 10px;
}
.our-causes-hover p {
font-size: 12px;
line-height: 16px;
}
}

@media (max-width: 530px){
#top-bar{
	display:none;
}
header{
	top:0;
}
.ipadMenu {
float: left;
margin: 10px;
width: 100%!important;
}
header .container {
top: 15px;
position: relative;
}
div.logo {
padding: 2px;
}
#causes2 .article2 {float:none!important;}
.caroufredsel_wrapper {margin:0 auto!important;}

}


@media (max-width: 480px){
#top-bar{
	display:none;
}
header{
	top:0;
}

.style-slogan{
	margin-top:12px;
}
.message-box{
	bottom:auto;
	right:10px;
}
.meta{
	display:none;
}
.cause-title h2 {
    font-size: 12px;
    padding: 7px;
}
.event {
    margin-right: 0;
    width: 100%;
}

.causes-image img{
	height:100%;
}
.slideshow .slides{
	height:310px;
}
.our-project-box .col-md-6{
	width:100%;
}
.welcome-box{
	padding:85px 30px 24px;
}
.image-lists ul > li{
	width:55px;
}
.error-page h2 {
    font-size: 100px;
    line-height: 105px;
}
.error-page > p{
	font-size:20px;
}
.error-page-search .search-bar{
	width:90%;
}
.our-project-box .row > div{
	width:100%;
}
.list_carousel {
    width: 135px;
}
.event-post-image{
	width:100% ;
}
.event-post-detail {
    width: 100%;
}
.list_carousel2 {
    display: table;
    float: none;
    margin: 0 auto;
    position: relative;
    width: 450px;
}
.list_carousel2{
	width:200px;
}
.causes-image {
    display: table;
    float: none;
    margin: 0 0 20px 0;
    width: 200px;
	height:370px;
}
.our-causes-hover span.needed-amount{
	font-size:15px;
	line-height:15px;
}


.list_carousel4{
	width:200px;
}
.story {
    float: left;
    margin: 0;
    min-height: 100px;
    width: 100%;
}
.story > p{
	display:none;
}
.list_carousel4 li {
    float: left;
    width: 200px;
}
.list_carousel4 .flags-pagi{
	top:-35px;
	right:0;
}

.cause-tabber li{
	width:250px;
}
.causes-carousel{
	width:250px;
}
.footer_carousel,
.footer_carousel li{
    width:150px;
}
.sec-title h1{
	font-size:28px;
}
.sec-title h1:after{
	display:none;
}
.carusal-image-thumb{
	min-width:0;
	width:100px;
}
.slideshow .slides {
    height: 400px;
}
.slideshow p{
	margin-top:5px;
}
.carusal-image-thumb strong,
.carusal-image-thumb-name{
	top:0;
}
.block{
	position:relative;
	z-index:-1;
}
.page .story {
    margin-right:0;
    width:100%;
	margin-bottom:20px;
}
.search-detail{
	width:100%;
}
.search-image{
	width:100%;
}
.portfolio:hover .port-desc{
	padding:15px;
}
.port-desc > h4{
	margin-bottom:15px;
}
.logo{
	padding:2px 0;
}
.logo img {
   
}
.logo h1 {
    font-size: 16px;
    line-height: 17px;
}
.logo h1 i {
    font-size: 20px;
}
.ipadMenu{
	float:left;
	margin:10px; 
	width:100%!important;
}
.posts-carousel {
    width: 225px;
}
.posts-carousel li {
    height:1640px;
    margin: 0;
    width: 220px;
}
.carou-post {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
}
.shop{
	width:220px;
}
#shop-carousel > li {
    float: left;
    width: 220px;
}
.item-detail {
    padding: 10px;
}
.item-detail > h3 {
    font-size: 12px;
    line-height: 10px;
}
.item-detail > span{
	font-size:12px;
    line-height: 10px;
}
.item-detail i{
	font-size:10px;
}
.item-detail > span span{
	font-size:13px;
}
.item-detail > a {
    font-size: 11px;
    padding: 5px;
}
.item img{
	height:150px;
}
.profile-tabs li{
	width:100%;
	margin-bottom:30px;
}
footer .contact-details li strong {
width: 86%;
}
header .container {
top: 15px;
}
}




.menu-navigation li a:before,
.menu-navigation > li.active > a:before,
.menu-navigation > li a:hover,
.menu-navigation li ul li:hover,
.ls-defaultskin .ls-nav-prev:hover,
.ls-defaultskin .ls-nav-next:hover,
.message-box-title,
.submit-btn,
.donate-button,
.amount.pull-right span,
.sec-title h1:before ,
.sec-title h1:after,
.newsletter:before,
.newsletter,
.newsletter-btn,
.donate-us-box span.amount-figures.coloured,
.testimonial,
#prev:hover,
#next:hover,
.need,
.our-project-box .row > div:hover .icon-box,
.collected > span,
.welcome-box ,
.pagi:hover,
.form-button,
.event-post-image span,
.search-button,
.sidebar-title > h4:after,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus,
.search-tabs li.active a,
.search-tabs li.active a:hover,
.search-tabs li.active a:focus,
.cart-btn,
.accordion_toggle.current > a span,
#check > span,
.reply:hover,
.post-meta li > span,
.highlight > span ,
.coloured-invert,
.progress.pattern .progress-bar,
.price-table ul:hover li.table-head,
.price-table ul:hover li.table-btn a,
.social-icons.gray li:hover,
.controls > ul li.active,
.show-header,
.box > h4 ,
.box:after,
.carou-post > h4,
.item-detail > a,
.join-team a{
	background-color:#19988b;
}
.message-box-title > span,
.countSeconds,
.welcome-box span{
	background-color:#19988b;
}
.menu ul li ul,
.message-form,
.message-form,
.ls-container,
.sidebar-title,
.accordion_toggle.current > a,
.order-reveived,
.theme-tabs .nav li.active a,
.theme-tabs .nav li.active a:hover,
.theme-tabs .nav li.active a:focus,
.menu ul li ul li ul,
.box {
	border-color:#fff;
}

.accordion_toggle.current > a{border-color:#19988b}


.sec-title h1 span,
.meta span i,
.needed-amount > h5 i, 
.our-causes-hover span i,
.our-causes-hover span.needed-amount,
.story > h6 i,
.member-intro > span,
.about-charity-desc.col-md-7 li h6,
.page-title h1 span,
label span,
.form p span,
.contact-info .contact-details li span i,
.sidebar-title > h4 span,
.sidebar-list li a:hover,
.error-page h2,
.error-page-search > a,
.search-result h3 span,
.cart-table li > .product > h6,
.cart-total span,
.cloud-tags a:hover,
.featured-products .col-md-4 > a,
.featured-products .col-md-4 > h6 i,
.order-reveived p strong,
.order-reveived a,
.gallery-tabs li.active a,
.gallery-tabs li.active a:hover,
.gallery-tabs li.active a:focus,
blockquote span,
.comments li  .comment i span,
.post-meta > li p span ,
.theme-tabs .nav li.active a,
.theme-tabs .nav li.active a:hover,
.theme-tabs .nav li.active a:focus,
.theme-list li i,
.logo h1,
.coloured,
.port-desc > h4,
.donate-message > p span,
.upcoming-event > h5,
.upcoming-event li .icon-pencil,
.sec-heading h2 strong,
.designation {
	color:#ec6608;
}

.causes-pagi:hover,
.counter,
.flickr-images > a:before,
.event-post-image:before,
.gallery .col-md-4 > a:before,
.gallery-image > span,
.image-lists ul > li a:before,
.post-image:before,
.nav.profile-tabs li a:before{
    background-color:rgba(237, 106, 24, 0.9);
}
.event-post-image:after{
    border-bottom-color:rgba(237, 106, 24, 0.9);
}

.about-charity-desc.col-md-7 ul li:hover{
    background:url("/theme/fr/images/hexagon-orange.png") no-repeat scroll 0 0 transparent;
}
.sidebar-list li a:hover {
 }
.error-page-search > a,
.order-reveived a {

    background:url("/theme/fr/images/link-arrow-orange.png") no-repeat scroll right center transparent;
}



	.top-image { height:auto!important; margin-top:135px}
	.top-image > img{ height: inherit!important;}
 	
.causes-image{height: inherit!important;}
.left-content.nine-column iframe, .left-content.nine-column embed{ max-width:100%}

@media (max-width: 1024px) {
	.top-image { height:auto!important; margin-top:135px}
	.top-image > img{ height: inherit!important;}
	.causes-image{ height:inherit!important}
	.testimonial{ min-height:250px}
	#top-bar ul{ margin-left:5px; width:auto; float:none}
	#top-bar .fr{ margin-left:5px; width:auto!important; float:right}
	.footer-bottom .col-md-6{ width:48%; float:left}
	footer .col-md-3{ width:48%; float:left}
	footer .col-md-3:nth-child(2),footer .col-md-3:nth-child(4) { display:none}
	.footer_carousel  {
width:100%;
}
.block .container{ margin-bottom:0!important}
.sidebar .list_carousel2 li .article2{ margin-right:20px}
.sidebar .our-causes { display:none}
.list_carousel2{ width:100%; position:relative}
.caroufredsel_wrapper{ width:100%!important; height:300px!important}
.caroufredsel_wrapper .causes-image{ width:205px!important}
.caroufredsel_wrapper .causes-image img{height:auto!important}
}
 @media (max-width: 768px) {
 
#top-bar { float:none; display:block; width:100%}
#top-bar .fr { float:none; display: none}
 }
 
  @media (max-width: 480px) {
.articleinner2 form input.input-field, .articleinner2 form textarea.input-field{ max-width:100%!important}
 #top-bar ul li{ margin-right:5px; padding-left:2px; padding-right:2px; }
 .contact-details img { display:none}
 .footer-bottom .col-md-6, footer .col-md-3{ width:100%; float:none}
 footer .contact-details li strong{ width:100%}
 #top-bar{ display:none}
 
 .ipadMenu {
 width:120px!important; float:right; margin-left:0; margin-right:0
}

.stick .logo{
 width: 44%!important;
}
header{ height:inherit; min-height:inherit}
.logo img{ float:none; width:100%; max-width:150px}
div.logo{ padding:0}
.stick, .sticky{ height:102px!important;  min-height:102px!important; top:0}
.testimonial{ margin-top:0}
.top-image {
height: auto!important;
margin-top: 101px;
}

 .blog-post.article3 a.theme-btn.blue.small, .zoom.col-md-6{ display:none}
.col-md-8 .article img {
max-width: 96%;
}

.articleinner2{ padding-left:10px; padding-right:10px}

.left-content.nine-column img{ max-width:100%; height:auto!important}

  }





  
/****************CSS*********************/

.RGPD .contenu {
	border-bottom: 5px solid #199689;
	border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-top: 2px solid #ddd;
}

.RGPD {
    margin: 10px 0;
}

.cbn {
    text-align: center;
    margin-bottom: 60px;
}

.btn-pioneer-dark-mentions {199689
    background: linear-gradient(180deg, #199689 0%, #199689 100%);
    color: #000;
    border-left: 2px solid #199689;
    border-right: 2px solid #199689;
    border-bottom: 2px solid #199689;
}

.RGPD .scroll {
    padding: 10px 20px;
    position: relative;
    height: 107px;
    overflow-x: hidden;
    overflow-y: auto;
}

.RGPD .scroll p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.RGPD .btn-pioneer-dark-mentions {
    background: linear-gradient(180deg, #199689 0%, #199689 100%);
    color: #fff;
    border-left: 2px solid #199689;
    border-right: 2px solid #199689;
    border-bottom: 2px solid #199689;
}

.RGPD .btn-pioneer-dark-mentions:hover {
    background: linear-gradient(180deg, #199689 0%, #199689 100%);
    color: #fff !important;
    border-left: 2px solid #199689;
    border-right: 2px solid #199689;
    border-bottom: 2px solid #199689;
}
.RGPD label {
    font-family: "ProximaNovaSoft-Bold"!important;
    margin-bottom: 16px!important;
}