/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.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.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: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.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.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: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.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.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: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.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.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: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.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.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: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.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.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: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}


.medias img {margin-top:10px!important; border:5px solid #333;}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */
/*=============================  Arif ===================================*/
body{font-family:Arial, sans-serif;}

.sec_banner ul {padding: 0; margin-top:125px;}

header .navbar {min-height: auto; margin-bottom: 0px; }
header .navbar-inverse { background: none; border: 0px; margin: 0; padding: 0; width: 100%; float: left; }
header .navbar-inverse .navbar-collapse { padding: 0; }
header { float:left; width: 100%; background: #000; padding-bottom: 26px; }
header .navbar-inverse .navbar-nav > .open > a, header .navbar-inverse .navbar-nav > .active > a, header .navbar-inverse .navbar-nav > a:hover {
    background: none; box-shadow: 0 0 0; text-shadow: 0 0 0; color: #ff5214; border-top: 2px solid #f07d00; }
header .navbar-inverse .navbar-nav>.active>a, header .navbar-inverse .navbar-nav>.active>a:hover { background: none; color: #f07d00; }
header .navbar-inverse .navbar-nav>li>a {color: #ffffff; font-size: 15px; padding: 10px 20px; border-top: 2px solid rgba(0, 0, 0, 0);}
header .navbar-inverse .navbar-nav>li>a:hover { border-top: 2px solid #f07d00; color: #f07d00; }
header .navbar-nav{ margin: 45px 0 0 0; }
header .navbar-brand > img { max-width: 250px; }
.sec_banner { position: relative; float: left; width: 100%;}
.banner_content { position: absolute; top:50%; width: 439px; left: 9%; z-index: 1; text-align: left; padding: 1px 20px;}
.imgglobe { position: relative; width: 140px; margin: 0 auto;}
.globelogo { position: absolute; left: 16%; top: 21%; width: 96px;}
.opsBanner { background: rgba(0, 0, 0, 0.57); position: absolute; left: 0;top: 0; width: 100%; height:700px; z-index: 1;}
.banner_content h3 { font-weight: 900; font-size: 37px; color: #013099; text-shadow: 0px 3px 10px #fff;}
.banner_content h4 { color: #945a22; font-size: 28px; margin: 0; padding: 17px 0; font-style:italic;}
.sec_fourbx {width: 100%; }
.fourbox { width: 100%; background: rgba(0, 0, 0, 0.86); margin: -380px 0 0 0; position: relative; z-index: 9; padding: 25px 0; }
.fourbox ul { padding: 0; display: inline-block;text-align: center; width: 100%; }
.fourbox ul li { display:inline-block; width: 24%; }
.fourimgBx {width: 221px; height: 221px; border-radius: 50%; border: 7px solid #424242; overflow: hidden;}
.confourbx, .fourimgBx {width: 221px;     margin: 0 auto; } 
.confourbx h4 {color: #ccc; text-transform: capitalize; }
.sec_welcome { background: #d5d5d5; padding: 25px 0; }
.bxWelcome { width: 100%; text-align: center;}
.welCategory { text-align: center;}
.welCategory ul { width: 100%; padding: 0;list-style: none; text-align: center; }
.welCategory ul li { width: 32%;display: inline-block; }
.welcategoryimg { width: 154px; height: 154px; border-radius: 50%; border: 1px solid #ccc; overflow: hidden; margin: 0 auto; }
.welCategory h2 { position: relative; display: block; max-width: 300px; margin: 14px auto 25px; text-transform: uppercase; font-size: 19px;
    font-weight: bold; line-height: 29px;}
.welCategory h2:before { content: url(../images/before.png); position: absolute; left: -81px; top: 4px; }
.welCategory h2:after { content: url(../images/after.png); position: absolute; right: -81px; top: 4px; }
.content_lorem h5 { text-transform: uppercase; font-size: 14px;font-weight: bold; margin: 12px 0 6px 0; }
.bxWelcome h2 { text-transform: uppercase; }
.bxWelcome h3 { text-transform: uppercase; color: #d49f4a; }
.bxWelcome h4 {text-transform: uppercase; }
.more {margin: 24px 0 0 0;}
.more a { padding: 10px 25px; background: #6b6b6b;color: #fff; border-radius: 4px; text-decoration: none; }
.more a:hover { background:#F90; }
.content_lorem h6 .fa {background: #9c9c9c; padding: 5px; border-radius: 50%; width: 21px; height: 21px; color: #fff;}
.secfoottop { background: rgba(0, 0, 0, 0.36); padding: 55px 0 35px; }
.secfoottop h2 {  margin: 0; font-weight: 200; text-transform: uppercase; font-size: 23px; color: #545454; max-width: 300px; }
.contentFoot { margin: 25px 0 0 0; max-width: 300px; }
.contentFoot h5 { text-transform: uppercase; color: #fff; font-size: 17px; }
.contentFoot ul { padding: 0; list-style: none; margin-bottom: 21px; float:left;width: 100%;}
.contentFoot ul li { float: left; width: 49%; margin-bottom: 5px; }
.contentFoot ul li:nth-child(even) { float: right;}
.contentFoot ul li:before {content: "\f105"; font-family: FontAwesome; display: inline-block; margin-left: -2px; width: 11px; background: rgba(82, 82, 82, 0.75); text-align: center; height: 13px;line-height: 13px; margin-right: 6px; color: #ccc; }
.contentFoot ul li a {text-decoration: none; color: #666;font-size: 13px;}
.btnMore a { text-align: center; color: #fff; background: rgba(204, 204, 204, 0.22); padding: 10px 15px; border-radius: 8px;}
footer { background:#000; }
.contactnoFoot p { color: #ccc; margin: 0; font-size: 15px; }
.bxsocail { float: none; width: 124px; float: right; margin-left: 16px;}
.bxsocail {float: right;}
.bxsocail .fa { color: #fff; padding: 5px 0 0 6px; border: 1px solid #485c61; border-radius: 50%; width: 23px; height: 23px; font-size: 11px; }
.bxsocail .fa:hover {background: #fff;color:#f34c00;}
.sec_coprright { padding: 20px 0 15px; border-top: 1px solid #292929; }
.sec_coprright p {margin: 0; font-size: 12px; color: #616161; }
.contentFoot p { color: #616161; }
.contactFoot h5 {font-style: italic; color: #960; }
.arti_about { position: relative;max-height: 257px;overflow: hidden;}
.arti_about img {width: 100%;}
.sec_breadcrump { width: 100%; padding: 10px 0; background: rgb(0, 0, 0); border-bottom: 1px solid #333; clear:both;}
.sec_breadcrump .breadcrumb { background: none; margin: 0; padding: 0; }
.secInnerAbout {padding:50px 0;background:url(../images/bgabout.jpg); background-size: cover; background-attachment:fixed;}
.contentabout {margin-top:55px;}
.contentabout img {margin:0 0 15px 15px; border: 1px solid #ccc;max-width: 300px;}
.titlelabel { text-align: center; background: rgba(23, 23, 23, 0); padding: 18px 0 10px; }
.border_title {width: 80px;height:2px;border-bottom:1px solid #000;margin: 15px auto 25px;}
.titlelabel h2 {margin:0;color:#b5661a;text-transform:uppercase; font-size: 26px; margin-bottom: 0px; font-weight: bold;}
.titlelabel img { width: 103px; }
.titlelabel h2 span {color: #0282c4;}
.titlelabel h4 { color: #34b9ff; }
.contentabout h4 { font-style: italic; text-transform: uppercase; color: #b5661a; font-weight: bold; text-decoration: underline; line-height: 25px;    margin-top: 31px;}
.inerbaneropacity { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.56);top: 0; left: 0; }
.sec_contactus { padding: 20px 0 50px;  background: #fff;}
.title_bx { border-bottom: 1px solid #dadada; width: 100%; margin: 0; margin-bottom: 32px;}
.title_bx h3 { color: #0282c4; font-family: 'Shrikhand', cursive; font-family: 'Suez One', serif; font-family: 'Fugaz One', cursive; text-transform: capitalize; margin: 0 0 25px;}
.title_bx h3 {background: rgb(255, 255, 255) none; text-align: left; width: 100%; margin: 0; text-transform: capitalize;color: #0282c4; font-size: 25px;    padding-bottom: 6px;}
.contact-title { margin: 0 0 30px 0;}
.contact-title h3 { text-transform: uppercase; font-size: 21px; color: #0282c4; font-weight: bold; margin: 0 0 18px 0;line-height:5px;}
.contact_form label { color: #616161;}
.contact_form .form-control { background-color: rgba(255, 255, 255, 0.02) !important; border-radius: 0; border: 1px solid #353535;}
.contact_form .fa { color: #0282c4; padding-right: 5px;}
.contact_form .btn {font-size: 18px;font-weight:bold; color: #FFF; background: #0282c4; border: 1px solid #0282c4; padding: 10px 10px; text-decoration: none; display: block;min-width:130px;}
.contact_form .btn:hover { color: #0282c4;  background: #ffffff;}
.contact-title { margin: 0 0 30px 0;}
.add_head h4 { margin: 0px 0px 15px; font-family: 'Bitter', serif; color: #0282c4; border-bottom: 1px solid #eaeaea; padding-bottom: 2px;font-size: 14px;
    font-weight: bold;}
.contact_desc p { color: #626262; margin-bottom: 6px;}
.article_contact .fa { color: #0282c4; padding-right: 5px;}
.article_contact, .title_bx { margin: 0 auto;}
.title_bx {margin: 0 auto 25px;}
.contact_form .btn_browse { background-color: #fff; border-color: #0282c4; width: 131px; border-radius: 0; color: #0282c4;display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px;border:1px solid #0282c4;text-align:center;}
.attach_cv p{ float: left; margin-right: 15px; padding-top: 6px;}
.sec_contactus .form-group { margin-bottom: 16px;}
.card { box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2); transition: 0.3s; padding: 25px; }
header .navbar-nav>li>.dropdown-menu { padding: 0; left: 0px; right: 0; min-width: 250px; background: rgb(148, 90, 36); }
header .dropdown-menu>li>a { padding: 7px 20px; color: #fff; border-bottom: 1px solid #999; }
header .dropdown-menu>li>a:hover{  background: rgba(0, 0, 0, 0.76); border-right: 1px solid #999; color: #fff; }
.sec_breadcrump li a, .sec_breadcrump .breadcrumb>.active { color: #b5661a; text-decoration: none;}
.sec_breadcrump li a:hover, .sec_breadcrump .breadcrumb>.active:hover { color: #ccc;}
.contentabout p { color: #808080; font-style: italic; }
.demo-gallery > ul > li { width: 24.3%;}
.bxproduct { margin-top: 52px; }
.bxMedia {width: 100%; margin-top: 50px; }
.bxMedia ul {width: 100%;padding: 0;list-style: none; }
.bxMedia ul li{ width: 32%; display:inline-block; border: 1px solid #3c3c3c; } 
.sec_contactus { padding: 0px 0;background: #fff;}
.title_bx { border-bottom: 1px solid #dadada; width: 100%; margin: 0; margin-bottom: 32px;}
.title_bx h3 { color: #353893; font-family: 'Shrikhand', cursive; font-family: 'Suez One', serif; font-family: 'Fugaz One', cursive; text-transform: capitalize; margin: 0 0 25px;}
.title_bx h3 {background: rgb(255, 255, 255) none; text-align: left; width: 100%; margin: 0; text-transform: capitalize;color: #353893; font-size: 25px;    padding-bottom: 6px;}
.contact-title { margin: 0 0 30px 0;}
.contact-title h3 { text-transform: uppercase; font-size: 21px; color: #b5661a; font-weight: bold; margin: 0 0 18px 0;line-height:5px;}
.contact_form label { color: #616161;}
.contact_form .fa { color: #353893; padding-right: 5px;}
.contact_form .btn {    font-size: 15px; font-weight: bold; color: #FFF; background: #b5661a; border: 1px solid #b5661a; padding: 9px; text-decoration: none; min-width:130px;}
.contact_form .btn:hover {color: #ffffff; background: #c36523;}
.contact-title { margin: 0 0 30px 0;}
.add_head {  margin-bottom: 15px; padding-bottom: 0px; border-bottom: 1px solid #ccc;}
.add_head h4{margin: 0px 0px 15px;font-family: 'Bitter', serif; color: #000;}
.contact_desc p { color: #626262; margin-bottom: 5px;}
.article_contact .fa { color: #b5661a; padding-right: 5px;}
.article_contact, .title_bx { margin: 41px auto 0;}
.contact_form, .condetail_bx { min-height: 501px; }
.titlelabel p { color: #8a8a8a; }
.bxproduct .pagination {margin: 20px 15px 0 0; float: right;}
.bxproduct .demo-gallery > ul > li a { border: 3px solid rgba(255, 255, 255, 0);}
.sec_breadcrump .breadcrumb>li+li:before { color: #b5661a; }
.fourbox ul li a { text-decoration: none; }
.sec_collection {padding:50px 0;background-size: cover; background-attachment:fixed;}
.header_box{ background-color:#000; height:auto; position:fixed; z-index:100;}
.logobox{ padding:10px 0px;}
.bre_box{ background-color:#975b23; float: left; width: 100%; padding:0px;}
.breadcrumb{ background-color:#975b23; margin:0px; padding:10px 0px; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.aboutbg{float: left; width: 100%; background-image:url(../images/aboutbg.jpg); background-repeat:no-repeat; background-size:cover; background-position:center;}
.contactbg{ float:left;width: 100%; background-image:url(../images/contactbg.jpg); background-repeat:no-repeat; background-size:cover; background-position:center;}
.collectionbg {float: left; width: 100%; background-image:url(../images/collectionbg.jpg); background-repeat:no-repeat; background-size:cover; background-position:center;}
.mediabg{ float:left;width: 100%; background-image:url(../images/mediabg.jpg); background-repeat:no-repeat; background-size:cover; background-position:center;}
.menubox{ margin-top:10px;}
.breadcrumb-item a  {color:#fff;}
.breadcrumb .active {color:#fff!important;}
.media {clear:both; padding:30px 0;}
.media span { font-size: 28px;  width: 70px; height: 70px; background: #de6327; color: #fff; text-align: center; border-radius: 50%; padding-top: 14px;
    border: 8px solid #6c707b;}
.media-body { color: #945a22; font-size: 13px; font-weight: 500;}
.media-body, .media-left, .media-right { display: table-cell; vertical-align: middle; }
.media-body a{color:#945a22; text-transform:lowercase;}
.media-body h4{color:#945a22; font-weight:bold;}
.media-body a:hover{ color:#de6327}
.media-body p{font-size:14px;}
#wowslider_engine, header { float: left; width: 100%; }
#wowslider_engine #wowslider-container1 { margin: 0; }
#wowslider-container1.ws_gestures {margin: 0 !important; }
footer { float: left; width: 100%; }
.bxproduct .demo-gallery > ul > li a { max-height: 390px; }
.bxproduct .demo-gallery > ul > li a img { min-height: 390px; }


/*------------   Sayed Arif   -----------*/
@media (max-width: 1199px){
	#wowslider-container1 { float: left; width: 100%; }	
}
@media (max-width: 1024px){
	
}
@media (max-width: 991px){
	.bre_box { margin: 0; float: left;  width: 100%; }	
	.contact-title h3 { font-size: 14px; }
}
@media (max-width: 767px){

	header .navbar-brand > img { max-width: 149px; }
	header .navbar-inverse .navbar-collapse { padding: 0; }
	header .navbar-header { margin: 7px 0 0; }
	header .navbar-inverse .navbar-collapse { border-top: 0px solid #ccc; box-shadow: inset 0 0px 0 rgba(255,255,255,.1); }
	header .navbar-inverse .navbar-brand {padding: 0;}
	header { padding-bottom: 10px; }
	header .navbar-nav { margin: 10px 0 0 0; }
	#wowslider-container1 .ws-title { bottom: 52px; }
	.media span { font-size: 18px; width: 52px; height: 52px; padding-top: 9px; border: 6px solid #6c707b; }
	.media-body p { font-size: 12px; }
	.media { padding: 8px 0; }
	.bxFootcontacts {padding: 25px 0; }
	.secInnerAbout { padding: 9px 0;}
	.contentabout { margin-top: 19px; }
	.contentabout img { width: 100%; }
	.bxsocail { float: none; margin: 0 auto; }
	.demo-gallery > ul > li { width: 49.3%; }
	.card { padding: 25px 11px; }
}
@media (max-width: 480px){
	.demo-gallery > ul > li { width: 100%; }	
	.bxMedia ul li { width: 100%; }
	.titlelabel p { font-size: 12px; }
	.bxMedia { margin-top: 2px; }
}

















